Class ExtractSubsetOfParetoDominatedSolutionsFromFile

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

public class ExtractSubsetOfParetoDominatedSolutionsFromFile extends Object
This utility takes an input file containing non-dominated solutions and extract a number N of uniformly distributed solutions from them. The input data must be a CSV file, where each line is a list of the values of each objective. The program receives three parameters: 1. the name of the file containing the data, 2. the output file name 3. the number of solutions to select The output is a CSV file with the selected solutions