wodka.ga
Interface SelectionPolicy

All Superinterfaces:
wwan.commons.param.Informative, java.io.Serializable, StreamPersistable
All Known Implementing Classes:
AddRandom40, FavourFittest, Simple20, Simple40

public interface SelectionPolicy
extends wwan.commons.param.Informative, StreamPersistable


Method Summary
 java.lang.String getInfo()
           
 int getInitialPopulationSize()
           
 java.lang.String getLabel()
           
 Population selectNewPopulation(Population pop, GenotypeDesc desc, double mr)
           
 
Methods inherited from interface wodka.util.StreamPersistable
fromStream, getVersion, toStream
 

Method Detail

selectNewPopulation

public Population selectNewPopulation(Population pop,
                                      GenotypeDesc desc,
                                      double mr)

getInitialPopulationSize

public int getInitialPopulationSize()

getLabel

public java.lang.String getLabel()
Specified by:
getLabel in interface wwan.commons.param.Informative

getInfo

public java.lang.String getInfo()
Specified by:
getInfo in interface wwan.commons.param.Informative