All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface evolution.Genome

public interface Genome
Manager of the genetic data.


Method Index

 o mitosis(Genome[], EvolutionParm, RandomGenerator)
Merge the parent genomes.

Methods

 o mitosis
 public abstract Genome mitosis(Genome parent[],
                                EvolutionParm p,
                                RandomGenerator rg) throws EvolutionException
Merge the parent genomes.

Parameters:
parent - the parent genomes
p - evolution parameters
rg - the RandomGenerator to be used
Throws: EvolutionException
if something goes wrong

All Packages  Class Hierarchy  This Package  Previous  Next  Index