Using CFSQP algorithm in Simmath optimizer

SimTKcore exists as a separate project to provide 'one stop shopping' for SimTK Core software and support, although the software is actually developed as a set of interdependent projects. SimTK 1.0 was released in March 2008, SimTK 2.0 in December, 2009.
POST REPLY
User avatar
Moon Ki Jung
Posts: 44
Joined: Wed Oct 24, 2007 2:56 am

Using CFSQP algorithm in Simmath optimizer

Post by Moon Ki Jung » Wed Mar 17, 2010 6:56 pm

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

User avatar
Jack Middleton
Posts: 11
Joined: Thu Mar 31, 2005 11:55 am

RE: Using CFSQP algorithm in Simmath optimize

Post by Jack Middleton » Thu Mar 18, 2010 5:28 pm

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

User avatar
Moon Ki Jung
Posts: 44
Joined: Wed Oct 24, 2007 2:56 am

RE: Using CFSQP algorithm in Simmath optimize

Post by Moon Ki Jung » Thu Mar 18, 2010 8:49 pm

Hi Jack,

Thanks very much for your information.

Best regards,
Moonki

POST REPLY