Package org.uma.jmetal.utilities
Class ExtractParetoDominatingSolutionsFromFile
java.lang.Object
org.uma.jmetal.utilities.ExtractParetoDominatingSolutionsFromFile
public class ExtractParetoDominatingSolutionsFromFile
extends java.lang.Object
This utility takes an input file and produces an output file containing only the non-dominated
solutions in the input file
Each line of the file represents a solution. The format of each of these solutions is rather flexible and the only requirement is that for an n-objective problem, at least the first n columns must be numerical values representing these objectives values. By default columns can be separated by blank spaces, tabs, or commas (cvs)
The program receives three parameters: 1. the name of the file containing the data 2. the output file name which will contain the generated front 3. the number of objectives
-
Constructor Summary
Constructors Constructor Description ExtractParetoDominatingSolutionsFromFile() -
Method Summary
Modifier and Type Method Description static voidmain(java.lang.String[] args)
-
Constructor Details
-
ExtractParetoDominatingSolutionsFromFile
public ExtractParetoDominatingSolutionsFromFile()
-
-
Method Details
-
main
public static void main(java.lang.String[] args) throws java.io.IOException- Throws:
java.io.IOException
-