edu.udo.cs.yale.tools.math.optimization.ec.es
Class PopulationPlotter

java.lang.Object
  extended by edu.udo.cs.yale.tools.math.optimization.ec.es.PopulationPlotter
All Implemented Interfaces:
PopulationOperator

public class PopulationPlotter
extends java.lang.Object
implements PopulationOperator

Plots the current generation's Pareto set.

Version:
$Id: PopulationPlotter.java,v 1.1 2006/08/25 11:18:57 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  SimpleDataTable criteriaDataTable
          The data table containing the individuals criteria data.
private  SimplePlotterDialog plotter
          The plotter.
 
Constructor Summary
PopulationPlotter()
           
 
Method Summary
 SimpleDataTable createDataTable(Population pop)
           
 int fillDataTable(SimpleDataTable dataTable, Population pop)
           
 void operate(Population pop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

plotter

private SimplePlotterDialog plotter
The plotter.


criteriaDataTable

private SimpleDataTable criteriaDataTable
The data table containing the individuals criteria data.

Constructor Detail

PopulationPlotter

public PopulationPlotter()
Method Detail

operate

public void operate(Population pop)
Specified by:
operate in interface PopulationOperator

createDataTable

public SimpleDataTable createDataTable(Population pop)

fillDataTable

public int fillDataTable(SimpleDataTable dataTable,
                         Population pop)


Copyright © 2001-2006