CNDSM
1.00
|
Definition of the abstract base class NDOSolver, which defines the interface for convex minimization algorithms. More...
#include "FiOracle.h"
Classes | |
class | NDOSolver |
The class NDOSolver provides a general interface between convex (NonDifferentiable) optimization solvers and the applications that may need to use them. More... | |
Definition of the abstract base class NDOSolver, which defines the interface for convex minimization algorithms.
The algorithms embedded under this interface must be capable of minimizing any proper convex (possibly NonDifferentiable, possibly non-exact, possibly subject to constraints) function given only the (somehow poor) knowledge of the function provided by an "oracle" as defined by the class FiOracle [see FiOracle.h].