Auxiliary struct for representing bounds on an optimization variable.
More...
#include <babBounds.h>
|
| Bounds (const double lowerIn, const double upperIn) |
| Constructor. More...
|
|
bool | are_consistent () const |
| Function for querying whether the lower bound is less than or equal to the upper bound. More...
|
|
Auxiliary struct for representing bounds on an optimization variable.
◆ Bounds()
babBase::Bounds::Bounds |
( |
const double |
lowerIn, |
|
|
const double |
upperIn |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | lowerIn | is the specified lower bound on the optimization variable |
[in] | upperIn | is the specified upper bound on the optimization variable |
◆ are_consistent()
bool babBase::Bounds::are_consistent |
( |
| ) |
const |
|
inline |
Function for querying whether the lower bound is less than or equal to the upper bound.
◆ lower
double babBase::Bounds::lower |
Lower bound on the optimization variable
◆ upper
double babBase::Bounds::upper |
Upper bound on the optimization variable
The documentation for this struct was generated from the following file: