Package org.generation5.demos

A series of demonstration classes that showcase the core SDK features.

See:
          Description

Class Summary
ConwaysLifeCA This class implements Conway's Life using the CellularAutomata classes and double-buffering for speed.
DictyosteliumCA This class implements Conway's Life using the CellularAutomata classes and double-buffering for speed.
EvoDiophantine EvoDiophantine is an example of a genetic algorithm solving a diophantine equation.
EvoHelloWorld Attempts to evolve a target string, defaulting to "Hello World!".
EvoTravellingSalesman This class implements a simple evolvable solution to the travelling salesman problem.
LangtonAntCA Implements Langton's Ant.
LangtonLoopCA Implements Langton's self-replicating loop.
SpatialIPD Implements a spatial version of the iterated prisoner's dilemma.
SwarmAntCA  
TermitesCA Implements the termites algorithm, randomly sorting a collection of woodchips.
WireWorldCA This implements the simple cellular automata, Wire World.
Wolfram1DCA Implements Wolfram's one-dimensional cellular automata.
 

Package org.generation5.demos Description

A series of demonstration classes that showcase the core SDK features.


This documentation is part of the Generation5 JDK.