JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
This is the complete list of members for FGNelderMead, including all inherited members.
FGNelderMead(Function *f, const std::vector< double > &initialGuess, const std::vector< double > &lowerBound, const std::vector< double > &upperBound, const std::vector< double > &initialStepSize, int iterMax=2000, double rtol=std::numeric_limits< float >::epsilon(), double abstol=std::numeric_limits< float >::epsilon(), double speed=2.0, double randomization=0.1, bool showConvergeStatus=true, bool showSimplex=false, bool pause=false, Callback *callback=NULL) (defined in FGNelderMead) | FGNelderMead | |
getSolution() (defined in FGNelderMead) | FGNelderMead | |
status() (defined in FGNelderMead) | FGNelderMead | |
update() (defined in FGNelderMead) | FGNelderMead |