public class TNK extends Object implements ProblemInstance
| Modifier and Type | Field and Description |
|---|---|
static double |
M |
| Constructor and Description |
|---|
TNK() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost(Solution x,
int objective_index) |
int |
getDimension() |
List<Double> |
getLowerBounds() |
int |
getObjectiveCount() |
List<Double> |
getUpperBounds() |
public static final double M
public double getCost(Solution x, int objective_index)
getCost in interface ProblemInstancepublic int getObjectiveCount()
getObjectiveCount in interface ProblemInstancepublic int getDimension()
getDimension in interface ProblemInstancepublic List<Double> getLowerBounds()
getLowerBounds in interface ProblemInstancepublic List<Double> getUpperBounds()
getUpperBounds in interface ProblemInstanceCopyright © 2017. All rights reserved.