![]() |
MAiNGO
|
Auxiliary struct for storing changed bounds of an optimization variable. More...
#include <babOptVar.h>
Public Attributes | |
bool | lowerBoundChanged |
bool | upperBoundChanged |
double | userLowerBound |
double | userUpperBound |
Auxiliary struct for storing changed bounds of an optimization variable.
bool babBase::OptimizationVariable::ChangedBounds::lowerBoundChanged |
flag whether the lower bound has been changed
bool babBase::OptimizationVariable::ChangedBounds::upperBoundChanged |
flag whether the upper bound has been changed
double babBase::OptimizationVariable::ChangedBounds::userLowerBound |
original lower bound given by the user
double babBase::OptimizationVariable::ChangedBounds::userUpperBound |
original upper bound given by the user