Package uchicago.src.repastdemos.genetic

Class Summary
CoinStruct A simple class containing the coins an agent has
CompetitionSpace The space the agents reside in.
Competitor This is an agent in the simulation.
GeneticChangeModel This demo illustrates the use of the genetic algorithm package in an agent.
Judge This is the agent that adjusts the location of Competitors based on the correctness of their solution.
MinimizingMakeChangeFitnessFunction Sample fitness function for the MakeChange example.