public interface RepairDoubleSolution extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
repairSolutionVariableValue(double value,
double lowerBound,
double upperBound)
Checks if a given value is between its bounds and repairs it otherwise
|
double repairSolutionVariableValue(double value,
double lowerBound,
double upperBound)
value - The value to be checkedlowerBound - upperBound - Copyright © 2017. All rights reserved.