public final class RastriginEvaluatorWithCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static int |
A |
private double |
cache |
Constructor and Description |
---|
RastriginEvaluatorWithCache() |
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double ithValue) |
double |
evaluate(double[] representation,
int ithToChange) |
private static final int A
private double cache