class ObjectiveFunction a base class for general objective functions for optimizations
| ObjectiveFunction (int n ) | |
| performance (const Model <long>&) | |
| performance (const Model <double>&) | |
| performance (const Model <float>&) | |
| iterations () const |
ObjectiveFunction 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