User-defined Optimizer:

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Musa Audu
Posts: 47
Joined: Mon Nov 24, 2008 11:30 am

User-defined Optimizer:

Post by Musa Audu » Fri Sep 22, 2017 9:29 am

Hi,
I am planning to incorporate a user-defined optimizer to my OpenSim project. Can someone guide me on where to put that? If I derive a class for it from the Optimizer class, I am not sure which method of the Optimizer will link to it. Any help will be appreciated. Thanks.
Musa

User avatar
Christopher Dembia
Posts: 506
Joined: Fri Oct 12, 2012 4:09 pm

Re: User-defined Optimizer:

Post by Christopher Dembia » Fri Sep 22, 2017 12:48 pm

I think you can find an example of that in the source code for this project: https://simtk.org/projects/predictivesim

POST REPLY