connectionRules
Interface ConnectionRule

All Known Implementing Classes:
ConnectNothing

public interface ConnectionRule

An interface for the rule that players use to determine how to modify their connections

Author:
Kevin Zollman

Method Summary
 java.util.HashSet formConnection(Individual i)
          The function to form connections
 void newGeneration()
          The function to reset thing for the new generation
 

Method Detail

newGeneration

public void newGeneration()
The function to reset thing for the new generation


formConnection

public java.util.HashSet formConnection(Individual i)
The function to form connections

Parameters:
i - The calling individual
Returns:
A hash set of individuals which constitutes the individuals neighbors