NDOSolver / FiOracle
Interfaces and Solvers for NonDifferentiable Optimization
|
Go to the source code of this file.
Classes | |
class | Volume |
Namespaces | |
namespace | NDO_di_unipi_it |
Macros | |
#define | __Volume /* self-identification: #endif at the end of the file */ |
#define | LOG_VOL 0 |
#define | VOLLOG(l, x) |
#define | VOLLOG2(l, c, x) |
The class Volume implements the deflection rule of the modified Volume algorithm, i.e., that of the "poorman's" Bundle method. For more details we refer to:
L. Bahiense, N. Maculan, C. Sagastizabal. The volume algorithm revisited: relation with bundle methods. Math. Prog. 94, 41-69, 2002
The class conforms to the interface defined by the class Deflection [see Deflection.h].