orbital.moon.evolutionary
Class SelectionStatistics
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectionStatistics
public static final SelectionStatistics selectionStatistics
selected
protected int[] selected
SelectionStatistics
public SelectionStatistics()
setSelected
public void setSelected(Population population,
Genome[] selected)
getSelected
public int[] getSelected()
Copyright © 1996-2009 André Platzer
All Rights Reserved.