public class IntegerEvaluationSection extends ContinuousEvaluationSection
evalLowerBound, evalUpperBound, lowerBound, upperBound
Constructor and Description |
---|
IntegerEvaluationSection(int lowerBound,
double evalLowerBound,
int upperBound,
double evalUpperBound) |
Modifier and Type | Method and Description |
---|---|
double |
getNormal(double weight) |
getEvalLowerBound, getEvalUpperBound, getLowerBound, getTopPoint, getUpperBound
public IntegerEvaluationSection(int lowerBound, double evalLowerBound, int upperBound, double evalUpperBound)
public double getNormal(double weight)
getNormal
in class ContinuousEvaluationSection