|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <fvar.hpp>
Public Member Functions | |
| fmmt (int _nvar, int _m=7) | |
| void | fmin (const double &f, const dvector &x, const dvector &g) |
| dmatrix & | hessian () |
| double | minimize (const independent_variables &x, double(*pf)(const dvar_vector &)) |
| double | minimize (const independent_variables &x, const dvector &c, double(*pf)(const dvar_vector &, const dvector &)) |
Public Member Functions inherited from fmm_control | |
| fmm_control () | |
| Default constructor. More... | |
| fmm_control (const fmm_control &) | |
| fmm_control Function minimizer copy constructor More... | |
| fmm_control (const lvector &ipar) | |
| Constructs function minimizer with values from ipar and overrides the extended defaults. More... | |
| void | set_defaults () |
| Description not yet available. More... | |
| void | writeon (const ostream &s) const |
| writeon Writes function minimizing status More... | |
Public Attributes | |
| int | curriter |
| double | df |
| dvector | diag |
| double | dmin |
| double | eps |
| double | fbest |
| dvector | gbest |
| double | gmax |
| double | gtol |
| ivector | iprint1 |
| int | ireturn1 |
| long int | iter |
| int | nvar |
| dvector | xbest |
| double | xtol |
Public Attributes inherited from fmm_control | |
| double | crit |
| int | dcheck_flag |
| double | dfn |
| double | fringe |
| long | ialph |
| long | iexit |
| long | ifn |
| long | ihang |
| long | ihflag |
| long | imax |
| long | iprint |
| int | ireturn |
| long | maxfn |
| int | maxfn_flag |
| double | min_improve |
| int | noprintx |
| int | quit_flag |
| int | scroll_flag |
| int | use_control_c |
Private Attributes | |
| int | diagco |
| dvector | funval |
| int | m |
| dvector | w |
| fmmt::fmmt | ( | int | _nvar, |
| int | _m = 7 |
||
| ) |
| dmatrix& fmmt::hessian | ( | ) |
| double fmmt::minimize | ( | const independent_variables & | x, |
| double(*)(const dvar_vector &) | pf | ||
| ) |
| double fmmt::minimize | ( | const independent_variables & | x, |
| const dvector & | c, | ||
| double(*)(const dvar_vector &, const dvector &) | pf | ||
| ) |
|
|
Generated on Wed Sep 7 2022 00:01:33 for ADMB Documentation by 1.8.5
|