public class NGPD extends Object implements ProblemInstance
| Constructor and Description |
|---|
NGPD() |
| Modifier and Type | Method and Description |
|---|---|
double |
getCost(Solution x,
int objective_index) |
int |
getDimension() |
List<Double> |
getLowerBounds() |
double |
getNGPDConstraints(double h,
double b,
double l,
double t) |
int |
getObjectiveCount() |
List<Double> |
getUpperBounds() |
public double getCost(Solution x, int objective_index)
getCost in interface ProblemInstancepublic double getNGPDConstraints(double h,
double b,
double l,
double t)
public 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.