public class Unconstrained extends BoundConstraint
Constructor and Description |
---|
Unconstrained() |
Modifier and Type | Method and Description |
---|---|
double |
apply(double parameterToTest)
Forces the parameter to respect a certain condition.
|
getLowerBound, getUpperBound
public double apply(double parameterToTest)
ScalarConstraint
apply
in interface ScalarConstraint
apply
in class BoundConstraint
parameterToTest
- The value to which the constraint should be applied.Copyright © 2019. All rights reserved.