class QuadraticOptima : public Optima a base class of optimization algorithm
| QuadraticOptima ( int n , LinearForward * lp, Vector <double>* data, int verb) a constructor
| |||||||||
| QuadraticOptima (int n , LinearForward * lp, Vector <double>* data) a constructor | |||||||||
| numIterations () number of objective function evaluations | |||||||||
| currentError () get error at the current stage |
This is the base class for linear solvers included in COOOL. These are used to solved optimizations having quadratic objective function. Classes derived from this class inherit features of QuadraticOptima. This class cannot be instantiated directly.QuadraticOptima 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