Orbital library

orbital.moon.evolutionary
Class SelectionStatistics

java.lang.Object
  extended by orbital.moon.evolutionary.SelectionStatistics

public class SelectionStatistics
extends java.lang.Object

SelectionStatistics class is an internal statistics class.

Note: you should handle this class as if it were package-level protected.

Author:
André Platzer

Field Summary
protected  int[] selected
           
static SelectionStatistics selectionStatistics
           
 
Constructor Summary
SelectionStatistics()
           
 
Method Summary
 int[] getSelected()
           
 void setSelected(Population population, Genome[] selected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

selectionStatistics

public static final SelectionStatistics selectionStatistics

selected

protected int[] selected
Constructor Detail

SelectionStatistics

public SelectionStatistics()
Method Detail

setSelected

public void setSelected(Population population,
                        Genome[] selected)

getSelected

public int[] getSelected()

Orbital library
1.3.0: 11 Apr 2009

Copyright © 1996-2009 André Platzer
All Rights Reserved.