class LineSearchOptima : public NonQuadraticOptima an abstract class for optimization algorithms using line searched
| LineSearchOptima ( LineSearch * ls) a constructor with a pointer to the LineSearch object | |
| LineSearchOptima ( LineSearch *, int verbose) a constructor with a pointer to the LineSearch object | |
| optimizer ( Model <double>&) | |
| optimizer ( Model <long>&) | |
| objName () the name of the objective function | |
| numIterations () the number of iterations | |
| currentNumSearches () the number of uni-dimensional searches done so far | |
| oneNumSearches (int i) the number of iterations for the i-th search | |
| allNumSearches () the number of iterations for all search so far |
LineSearchOptima All optimization classes are inherited from the LineSearchOptima class. This class ables the user to retrieve important information from the convergence of the optimization algorithms.
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling