public abstract static class MultiObjectiveProblem.Function
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double[][] |
bounds |
protected int |
goals |
protected java.lang.String |
name |
Constructor and Description |
---|
MultiObjectiveProblem.Function(java.lang.String name,
double[][] bounds,
int goals) |