class Forward a class for forward operators in optimization
| Forward () default constructor | |
| Forward (int verb) default verbose constructor | |
| isValid () const check if verbose or quiet | |
| verbose (const int) set verbose status | |
| experiments () length of the observed data list |
Forward is a class for forward operators in optimization. Currently, COOOL takes two classes of Forward operators: SlaveForward which communicates with a user-defined objective-function evaluation programs, and LinForward which is a Matrix for linear optimization problems. This class cannot not be used directly.Forward 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