|
OpenNN
Open-source neural networks library
|
Constraint or objective imposed on a single variable, with optional bounds. More...
#include <response_optimization.h>
Public Member Functions | |
| Condition (ConditionType new_type=ConditionType::None, float new_low_bound=0.0, float new_up_bound=0.0) | |
| Builds a condition of the given type with the given bounds. | |
Public Attributes | |
| ConditionType | condition |
| float | low_bound |
| float | up_bound |
Constraint or objective imposed on a single variable, with optional bounds.
|
inline |
Builds a condition of the given type with the given bounds.
| ConditionType opennn::ResponseOptimization::Condition::condition |
| float opennn::ResponseOptimization::Condition::low_bound |
| float opennn::ResponseOptimization::Condition::up_bound |