Class CMAESOptimizer.ValuePenaltyPair
java.lang.Object
org.apache.commons.math3.optim.nonlinear.scalar.noderiv.CMAESOptimizer.ValuePenaltyPair
- Enclosing class:
CMAESOptimizer
Stores the value and penalty (for repair of out of bounds point).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
private double valueObjective function value. -
penalty
private double penaltyPenalty value for repair of out out of bounds points.
-
-
Constructor Details
-
ValuePenaltyPair
ValuePenaltyPair(double value, double penalty) - Parameters:
value
- Function value.penalty
- Out-of-bounds penalty.
-