#include "SimTKcommon.h"
#include "SimTKmath.h"
#include <limits.h>
Go to the source code of this file.
Namespaces | |
namespace | SimTK |
Classes | |
class | OptimizerSystem |
Abstract class which defines an objective/cost function which is optimized by and Optimizer object. More... | |
class | Optimizer |
API for Simmath's optimizers. More... | |
Enumerations | |
enum | OptimizerAlgorithm { BestAvailiable = 0, InteriorPoint = 1, LBFGS = 2, LBFGSB = 3, CFSQP = 4 } |