Biomech-Sim-Toolbox 1
Toolbox for movement simulation and analysis
|
The abstract class describes the basics of a solver. More...
Public Member Functions | |
virtual | report (in obj, in doReportSettings, in solvingInfo, in resultFilename, in title) |
Abstract function to report the solver performance and settings. | |
virtual | solve (in obj, in problem) |
Abstract function to solve the optimization problem. | |
Private Attributes | |
Property | solverOptions |
Struct containing the options for the solver. | |
The abstract class describes the basics of a solver.
|
virtual |
Abstract function to report the solver performance and settings.
Reimplemented in IPOPT.
|
virtual |
Abstract function to solve the optimization problem.
Reimplemented in IPOPT.
|
private |
Struct containing the options for the solver.