Hi,
In optimizer.h header file, I found that we can select an optimizer algorithm among several options. Among them, I found that if we want to use CFSQP algorithm, it requires external library.
So, I'd like to ask how I can get the external library CFSQP algorithm. Would you please tell me how to get it?
Thanks in advance.
Best regards,
Moonki
Using CFSQP algorithm in Simmath optimizer
- Moon Ki Jung
- Posts: 44
- Joined: Wed Oct 24, 2007 2:56 am
- Jack Middleton
- Posts: 11
- Joined: Thu Mar 31, 2005 11:55 am
RE: Using CFSQP algorithm in Simmath optimize
Hi Moonki,
The CFSQP optimizer is a commercial code used by a SimTK application and is not something we support. You would have to get a license from the owner to use the software. The license may be free for academic use. The link I have for CFSQP is broken so you will need to google for it. If you select the CFSQP algorithm SimTK will try to dynamically load a library named osimCFSQP.dll on Windows and libosimCFSQP.so on Linux. It will not work on Mac.
Jack
The CFSQP optimizer is a commercial code used by a SimTK application and is not something we support. You would have to get a license from the owner to use the software. The license may be free for academic use. The link I have for CFSQP is broken so you will need to google for it. If you select the CFSQP algorithm SimTK will try to dynamically load a library named osimCFSQP.dll on Windows and libosimCFSQP.so on Linux. It will not work on Mac.
Jack
- Moon Ki Jung
- Posts: 44
- Joined: Wed Oct 24, 2007 2:56 am
RE: Using CFSQP algorithm in Simmath optimize
Hi Jack,
Thanks very much for your information.
Best regards,
Moonki
Thanks very much for your information.
Best regards,
Moonki