jmetal.util
Class ExtractParetoFront
java.lang.Object
jmetal.util.ExtractParetoFront
public class ExtractParetoFront
- extends java.lang.Object
This class extract the Pareto front among a set of dominated and
non-dominated solutions
Method Summary |
void |
add(jmetal.util.ExtractParetoFront.Point point)
|
int |
compare(jmetal.util.ExtractParetoFront.Point one,
jmetal.util.ExtractParetoFront.Point two)
|
void |
loadInstance()
Read the points instance from file |
static void |
main(java.lang.String[] args)
|
void |
writeParetoFront()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtractParetoFront
public ExtractParetoFront(java.lang.String name,
int dimensions)
- Parameters:
name:
- the name of the file
loadInstance
public void loadInstance()
- Read the points instance from file
add
public void add(jmetal.util.ExtractParetoFront.Point point)
compare
public int compare(jmetal.util.ExtractParetoFront.Point one,
jmetal.util.ExtractParetoFront.Point two)
writeParetoFront
public void writeParetoFront()
main
public static void main(java.lang.String[] args)