class Optima a base class of optimization algorithm
| Optima () | |
| Optima (int verb) |
| iterMax maximum number of iterations | |
| tol tolerance error | |
| residue list of residue | |
| fp pointer to objective function | |
| isVerbose verbose or quiet | |
| isSuccess the flag indicating if the search was a success | |
| appendResidue (double res) append the new residue to the list |
This is the base class for general optimization classes. Classes derived from this class inherit features of Optima. This class cannot be instantiated directly.Optima currently only takes Models either double or long integer. It is mostly because I tried to avoid using templates, due to the guliness of template features in G++. Hopefully, this could be changed soon.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling