Uses of Class
org.generation5.bio.CellularAutomataLayered

Packages that use CellularAutomataLayered
org.generation5.bio Bio-inspired classes including cellular automata, swarm intelligence and genetic algorithms. 
org.generation5.demos A series of demonstration classes that showcase the core SDK features. 
 

Uses of CellularAutomataLayered in org.generation5.bio
 

Methods in org.generation5.bio with parameters of type CellularAutomataLayered
 void DirectedCAAgent.move(CellularAutomataLayered world)
           
 

Uses of CellularAutomataLayered in org.generation5.demos
 

Subclasses of CellularAutomataLayered in org.generation5.demos
 class DictyosteliumCA
          This class implements Conway's Life using the CellularAutomata classes and double-buffering for speed.
 class LangtonAntCA
          Implements Langton's Ant.
 class SwarmAntCA
           
 class TermitesCA
          Implements the termites algorithm, randomly sorting a collection of woodchips.
 


This documentation is part of the Generation5 JDK.