All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.EvolutionParm

public interface EvolutionParm
Container for numeric parameters. Used by PoolImpl. I tried to reduce the assumptions to a minimum, but the PoolImpl should at least know how many individuals to kill for a new generation.


Method Index

 o dieRate()

Methods

 o dieRate
 public abstract float dieRate()
Returns:
the fraction of individuals to be killed for a new generation

All Packages  Class Hierarchy  This Package  Previous  Next  Index