public class SYMPART extends Object implements ProblemInstance
| Constructor and Description |
|---|
SYMPART() |
| Modifier and Type | Method and Description |
|---|---|
com.github.chen0040.data.utils.TupleTwo<Integer,Integer> |
findTile(double x1,
double x2) |
int |
findTileSYMPART(double x1,
double x2) |
double |
getCost(Solution x,
int objective_index) |
int |
getDimension() |
List<Double> |
getLowerBounds() |
int |
getObjectiveCount() |
List<Double> |
getUpperBounds() |
double |
SYMPART_f1(Solution x,
int nx,
int n_obj) |
double |
SYMPART_f2(Solution x,
int nx,
int n_obj) |
public double getCost(Solution x, int objective_index)
getCost in interface ProblemInstancepublic double SYMPART_f1(Solution x, int nx, int n_obj)
public double SYMPART_f2(Solution x, int nx, int n_obj)
public com.github.chen0040.data.utils.TupleTwo<Integer,Integer> findTile(double x1, double x2)
public int findTileSYMPART(double x1,
double x2)
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.