java.lang.Object
net.finmath.fouriermethod.calibration.BoundConstraint
net.finmath.fouriermethod.calibration.Unconstrained
- All Implemented Interfaces:
Constraint
,ScalarConstraint
Absence of constraints.
- Author:
- Alessandro Gnoatto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
apply(double parameterToTest)
Forces the parameter to respect a certain condition.Methods inherited from class net.finmath.fouriermethod.calibration.BoundConstraint
getLowerBound, getUpperBound
-
Constructor Details
-
Unconstrained
public Unconstrained()
-
-
Method Details
-
apply
public double apply(double parameterToTest)Description copied from interface:ScalarConstraint
Forces the parameter to respect a certain condition.- Specified by:
apply
in interfaceScalarConstraint
- Overrides:
apply
in classBoundConstraint
- Parameters:
parameterToTest
- The value to which the constraint should be applied.- Returns:
- the parameter after application of the constraint.
-