/* Copyright 2010 by Sean Luke and George Mason University Licensed under the Academic Free License version 3.0 See the file "LICENSE" for more information */ package ec.multiobjective; import java.util.ArrayList; import java.util.Arrays; import ec.EvolutionState; import ec.Individual; import ec.Subpopulation; import ec.multiobjective.MultiObjectiveFitness; import ec.simple.SimpleStatistics; import ec.util.*; import java.io.*; /* * MultiObjectiveStatistics.java * * Created: Thu Feb 04 2010 * By: Faisal Abidi and Sean Luke * */ /* * MultiObjectiveStatistics are a SimpleStatistics subclass which overrides the finalStatistics * method to output the current Pareto Front in various ways: * *