geneticoptimizer example
Moderators: cyao, michael_borland
geneticoptimizer example
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 202 times
-
- Posts: 24
- Joined: 14 Apr 2021, 09:42
Re: geneticoptimizer example
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.
Mikhail A. Skamarokha.
-
- Posts: 1959
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: geneticoptimizer example
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
--Michael