Evolving Strategies for the Prisoner's Dilemma

ie.errity.pd
Class epd

java.lang.Object
  |
  +--ie.errity.pd.epd

public class epd
extends java.lang.Object

MAIN class. Contains code which launches an instance of the Evolutionary Prisoner's Dilemma application.


Constructor Summary
epd()
           
 
Method Summary
static void main(java.lang.String[] args)
          MAIN class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

epd

public epd()
Method Detail

main

public static void main(java.lang.String[] args)
MAIN class. Contains code which launches an instance of the Evolutionary Prisoner's Dilemma application.

Parameters:
args - command line agruments (not processed)

Andrew Errity [99086921]