Go to the source code of this file.
|
| subroutine | type_minim::minim_compute (minim, mpl) |
| | Minimize ensuring bounds constraints. More...
|
| |
| subroutine | type_minim::minim_cost (minim, mpl, x, f) |
| | Compute cost function. More...
|
| |
| subroutine | type_minim::minim_cost_fit_diag (minim, mpl, x, f) |
| | Diagnosic fit function cost. More...
|
| |
| subroutine | type_minim::minim_cost_fit_lct (minim, mpl, x, f) |
| | LCT fit function cost. More...
|
| |
| subroutine | type_minim::minim_hooke (minim, mpl, guess) |
| | Seeks a minimizer of a scalar function of several variables. More...
|
| |
| subroutine | type_minim::minim_best_nearby (minim, mpl, delta, point, prevbest, funevals, minf) |
| | Looks for a better nearby point, one coordinate at a time. More...
|
| |
| subroutine | type_minim::minim_vt_dir (minim, x) |
| | Direct variable transform. More...
|
| |
| subroutine | type_minim::minim_vt_inv (minim, mpl, x) |
| | Inverse variable transform. More...
|
| |