Ideation Project DA Ruwe
This program provides us with an agent based simulation of an ideation game.
|
Provides variables for heuristics. More...
Classes | |
enum | computerPlayer |
These are the heuristics available to the computer players. More... | |
enum | heuristic |
These are the heuristics available to the human players. | |
Static Public Attributes | |
static final heuristic | defaultHeuristic = heuristic.LEISURELOVER |
This is the default heuristic used if it is not clear which heuristic should be used. |
This interface is needed since the Agent class is not the only one interested in heuristics. We need to know which heuristics exist outside (Game, TestCase, Environment (computer players).
final heuristic ideation.Heuristic.defaultHeuristic = heuristic.LEISURELOVER [static] |
It is used in ideation.TestCase#intToType(int) in the case that an illegal number was given.