geneticoptimizer example

Moderators: cyao, michael_borland

Post Reply
Pradeep
Posts: 17
Joined: 04 Jun 2019, 07:33

geneticoptimizer example

Post by Pradeep » 06 Jan 2023, 08:18

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.
Attachments
optim1.sdds
(993 Bytes) Downloaded 61 times

Skamarokha
Posts: 22
Joined: 14 Apr 2021, 09:42

Re: geneticoptimizer example

Post by Skamarokha » 13 Jan 2023, 05:00

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.
Respectfully,
Mikhail A. Skamarokha.

michael_borland
Posts: 1927
Joined: 19 May 2008, 09:33
Location: Argonne National Laboratory
Contact:

Re: geneticoptimizer example

Post by michael_borland » 06 Feb 2023, 18:28

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

Post Reply