Class ExtractParetoDominatedSolutionsFromFile

java.lang.Object
org.uma.jmetal.utilities.ExtractParetoDominatedSolutionsFromFile

public class ExtractParetoDominatedSolutionsFromFile extends 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 (csv) 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, and 3. the number of objectives