JSBSim Flight Dynamics Model
1.0 (02 March 2017)
An Open Source Flight Dynamics and Control Software Library in C++
|
Classes | |
class | Callback |
class | Function |
Public Member Functions | |
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) | |
std::vector< double > | getSolution () |
int | status () |
void | update () |
Definition at line 29 of file FGNelderMead.h.