Uses of Interface
com.rubecula.darwin.evolution.Evolver

Packages that use Evolver
com.rubecula.darwin.evolution   
 

Uses of Evolver in com.rubecula.darwin.evolution
 

Subinterfaces of Evolver in com.rubecula.darwin.evolution
 interface Evolution
           This interface defines the concept of an Evolution.
 

Classes in com.rubecula.darwin.evolution that implement Evolver
 class Evolution_
          This class is the base implementation of the Evolution_ interface.
 class Evolution_Calendar
          Lifespan: permanent.
 class Evolution_Standard
          Lifespan: permanent.
 class Evolution_Timed
          This abstract class extends the notion of an Evolution_ by adding the properties start, rate for continuously evolving processes [the Evolution_ class can be run in continuous evolution mode too but it doesn't really know about rate and start.
 class Evolver_
          This is the base abstract class for the Evolver interface.
 

Constructors in com.rubecula.darwin.evolution with parameters of type Evolver
EvolutionTask(Evolver evolver, java.util.Map<Evolvable,java.lang.Integer> evolvables, java.util.Collection<GenerationListener> listeners)
          Secondary constructor for a new EvolutionTask (i.e.
EvolutionTask(Evolver evolver, java.util.Map<Evolvable,java.lang.Integer> evolvables, java.util.Collection<GenerationListener> listeners, long clock, ClockWatcher clockWatcher)
          Primary constructor for EvolutionTask.
 



Copyright © 2010 Rubecula Software, LLC. All Rights Reserved.