BayesOpt
|
Defines a bounding box or axis-alligned bound constraints. More...
#include <boundingbox.hpp>
Public Member Functions | |
BoundingBox (const V &lbound, const V &ubound) | |
V | unnormalizeVector (const V &vin) |
V | normalizeVector (const V &vin) |
Protected Attributes | |
V | mLowerBound |
Lower bound of the input space. | |
V | mRangeBound |
Range (up-low) of the input space. | |
Defines a bounding box or axis-alligned bound constraints.
Definition at line 35 of file bayesopt.hpp.