Page 1 of 1

geneticoptimizer example

Posted: 06 Jan 2023, 08:18
by Pradeep
Hi, I run genetic optimizer, an example file of APS with optim1.sdds. I need help for how to change column value and parameter value in optim1.sdds. I have column and parameter separately. How we can change the column value and parameter value and combine it to make new optim1.sdds. I am attaching optim1.sdds, column and parameter separately.

Re: geneticoptimizer example

Posted: 13 Jan 2023, 05:00
by Skamarokha
Pradeep wrote:
06 Jan 2023, 08:18
I need help for how to change column value and parameter value in optim1.sdds.
Personally, I've been using Java SDDS Editor on Windows for that purpose. I guess one could convert sdds file to plain datafile, change something and convert the file back using plaindata2sdds and sdds2plaindata programs.

Interested in seeing other handy methods.

Re: geneticoptimizer example

Posted: 06 Feb 2023, 18:28
by michael_borland
Using the Java or Tcl/Tk SDDS editor is a good approach. One can also use "sddsconvert -ascii <filename>" and then edit the file with any text editor; its a good idea to use sddscheck to validate the file after editing by hand.

--Michael