org.aisb.bio.tools
Class DarwinsCrucible

java.lang.Object
  extended byorg.aisb.bio.tools.DarwinsCrucible

public class DarwinsCrucible
extends Object

This is a framework for running simulations of successive mutation and natural selection.

This class is used to manage the framework as a whole. To start using the framework, call the static "initialize()" method exactly once.

Author:
Doug DeJulio

Constructor Summary
DarwinsCrucible()
           
 
Method Summary
static void initialize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DarwinsCrucible

public DarwinsCrucible()
Method Detail

initialize

public static void initialize()