Uses of Package
org.generation5.bio

Packages that use org.generation5.bio
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. 
org.generation5.nn Neural network example classes including Kohonen, Perceptron and Feedforward networks. 
 

Classes in org.generation5.bio used by org.generation5.bio
CAAgent
          Implements a simple CA agent to be used with CellularAutomataLayered, where the CA agent is an embodied entity within the CA world.
CellularAutomata
          This class provides the necessary functionality for simple 2-dimensional cellular automata.
CellularAutomataLayered
          Expands upon the cellular automata class by adding a separate layer of automata that are independent of the world states.
Evolvable
          This interface allows any class to be evolvable by GeneticAlgorithm.
FlockingAgent
          Implements an agent that flocks with other similar agents.
 

Classes in org.generation5.bio used by org.generation5.demos
CAAgent
          Implements a simple CA agent to be used with CellularAutomataLayered, where the CA agent is an embodied entity within the CA world.
CellularAutomata
          This class provides the necessary functionality for simple 2-dimensional cellular automata.
CellularAutomataLayered
          Expands upon the cellular automata class by adding a separate layer of automata that are independent of the world states.
DirectedCAAgent
          An extension of CAAgent that adds a directional functionality.
Evolvable
          This interface allows any class to be evolvable by GeneticAlgorithm.
EvolveStandard
          EvolveStandard implements the Evolvable interface and provides default behaviour for fitness values, as well as providing the necessary Comparable implementation for sorting in both ascending and descending order.
 

Classes in org.generation5.bio used by org.generation5.nn
Evolvable
          This interface allows any class to be evolvable by GeneticAlgorithm.
 


This documentation is part of the Generation5 JDK.