genetic optimizer missing (perhaps)

Moderators: cyao, soliday

Post Reply
alexdiazortiz
Posts: 5
Joined: 02 May 2013, 07:38

genetic optimizer missing (perhaps)

Post by alexdiazortiz » 03 May 2013, 03:02

Hi there,

I have installed elegant and sdds toolkit from rpm distributions (elegant-25.1.0-2.x86_64.rpm and SDDSEpicsToolKit-2.11-1.x86_64.rpm, respectively) on a 64-bit linux cluster (RHEL5, Intel). The installation went well without any error messages.

After the installation, I tried the mogaRing examples by following the instructions in the GuideToUse. In step 0, I ran into trouble because it seems that geneticOptimizer cannot be found: It is not in the elegant or SDDS installation directories. I wonder whether I am need to install some additional packages.

Any feedback will be appreciated. Thanks,

Alejandro

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: genetic optimizer missing (perhaps)

Post by soliday » 03 May 2013, 09:12

You will need the SDDSToolKit which is different from the SDDSEpicsToolKit.
http://www.aps.anl.gov/asd/oag/download ... x86_64.rpm

You will also need OAGTclTk
http://www.aps.anl.gov/asd/oag/download ... x86_64.rpm

Finally you will need our software scripts
http://www.aps.anl.gov/asd/oag/download ... .19.tar.gz

You will find the generic optimizer under:
oag/apps/src/tcltkapp/oagapp/optimizeInterface

Once you install the SDDSToolKit and the OAGTclTk package, you should be able to run the optimizeInterface program.

alexdiazortiz
Posts: 5
Joined: 02 May 2013, 07:38

Re: genetic optimizer missing (perhaps)

Post by alexdiazortiz » 06 May 2013, 05:08

Thanks a lot for the info!

Regarding the oag scripts:Do I have to "make" them? Or just put them in the path?

Sorry for the all-rookie questions.
Thanks.
Alejandro

soliday
Posts: 390
Joined: 28 May 2008, 09:15

Re: genetic optimizer missing (perhaps)

Post by soliday » 06 May 2013, 09:21

The oag scripts just need to be put in your path. The package that we have on the web is just our source tree.

alexdiazortiz
Posts: 5
Joined: 02 May 2013, 07:38

Re: genetic optimizer missing (perhaps)

Post by alexdiazortiz » 07 May 2013, 03:03

Thanks!

Post Reply