BayesOpt
bayesopt::utils::BoundingBox< V > Class Template Reference

Defines a bounding box or axis-alligned bound constraints. More...

#include <boundingbox.hpp>

Public Member Functions

 BoundingBox (const V &lbound, const V &ubound)
 
unnormalizeVector (const V &vin)
 
normalizeVector (const V &vin)
 

Protected Attributes

mLowerBound
 Lower bound of the input space.
 
mRangeBound
 Range (up-low) of the input space.
 

Detailed Description

template<class V>
class bayesopt::utils::BoundingBox< V >

Defines a bounding box or axis-alligned bound constraints.

Definition at line 35 of file bayesopt.hpp.


The documentation for this class was generated from the following files: