NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
|
#include "FiOracle.h"
Go to the source code of this file.
Classes | |
class | NDOSolver |
Namespaces | |
namespace | NDO_di_unipi_it |
Macros | |
#define | __NDOSolver /* self-identification: #endif at the end of the file */ |
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].