OBOE 0.1
|
#include <Manager.h>
Public Member Functions | |
PointGen (const Parameters ¶m) | |
~PointGen () | |
void | setRho (double rho) |
void | updateATQA (SymmetricMatrix &H) |
Public Attributes | |
AccpmVector | _s |
AccpmVector | _sOld |
AccpmVector | _ds |
AccpmVector | _x |
AccpmVector | _xScaled |
double | _ws |
double | _zs |
double | _ss |
AccpmVector | _q |
double | _rho |
AccpmGenMatrix | _ATQA |
Manages the point generated - mirrors the PointGenS structure Contains the decision variables as in PointGenS.DecVar
Accpm::PointGen::PointGen | ( | const Parameters & | param | ) |
Accpm::PointGen::~PointGen | ( | ) | [inline] |
void Accpm::PointGen::setRho | ( | double | rho | ) | [inline] |
References _rho.
void Accpm::PointGen::updateATQA | ( | SymmetricMatrix & | H | ) |
Referenced by Accpm::Manager::getATQA().
Referenced by Accpm::Manager::updateVariables().
Referenced by Accpm::Manager::check(), Accpm::Manager::getQ(), and Accpm::Manager::updateQ().
double Accpm::PointGen::_rho |
Referenced by PointGen(), and setRho().
Referenced by Accpm::Manager::updateVariables(), and Accpm::NewtonSolution::warmStart().
Referenced by Accpm::Manager::updateVariables().
double Accpm::PointGen::_ss |
Referenced by Accpm::NewtonSolution::init(), PointGen(), and Accpm::Manager::updateVariables().
double Accpm::PointGen::_ws |
Referenced by PointGen().
Referenced by Accpm::Manager::updateVariables().
Referenced by Accpm::Manager::getCurrentX(), and Accpm::DualMethod::run().
double Accpm::PointGen::_zs |
Referenced by Accpm::NewtonSolution::init(), PointGen(), and Accpm::Manager::updateVariables().