org.tiling.game.prisonersdilemma.ga
Class PrisonersDilemmaTournamentEnvironment

java.lang.Object
  |
  +--org.tiling.game.prisonersdilemma.ga.PrisonersDilemmaTournamentEnvironment
All Implemented Interfaces:
org.tiling.ga.Environment

public class PrisonersDilemmaTournamentEnvironment
extends java.lang.Object
implements org.tiling.ga.Environment

An Environment in which players compete by playing a tournament of the iterated prisoners dilemma.


Constructor Summary
PrisonersDilemmaTournamentEnvironment()
           
 
Method Summary
 void calculateFitnessValues(org.tiling.ga.Chromosome[] individuals)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrisonersDilemmaTournamentEnvironment

public PrisonersDilemmaTournamentEnvironment()
Method Detail

calculateFitnessValues

public void calculateFitnessValues(org.tiling.ga.Chromosome[] individuals)
Specified by:
calculateFitnessValues in interface org.tiling.ga.Environment