|
OBOE
0.1
|
#include <Method.h>
Public Member Functions | |
| Method () | |
| virtual int | run (Manager &manager)=0 |
| virtual | ~Method () |
Protected Attributes | |
| int | _numIter |
| bool | _computeLB |
| double | _ratioCutVsDim |
| double | _startLB |
Abstract class for methods generating query points.
| Accpm::Method::Method | ( | ) | [inline] |
| virtual Accpm::Method::~Method | ( | ) | [inline, virtual] |
| virtual int Accpm::Method::run | ( | Manager & | manager | ) | [pure virtual] |
Implemented in Accpm::DualMethod.
Referenced by Accpm::QpGenerator::run().
bool Accpm::Method::_computeLB [protected] |
Referenced by Accpm::DualMethod::DualMethod().
int Accpm::Method::_numIter [protected] |
double Accpm::Method::_ratioCutVsDim [protected] |
double Accpm::Method::_startLB [protected] |