#include "HeuristicBehaviour.h"


Go to the source code of this file.
Data Structures | |
| class | Explorer | 
Defines | |
| #define | EXPLORER_SEARCH 0 | 
| #define | EXPLORER_GOBACK 1 | 
Definition in file Explorer.h.
| #define EXPLORER_GOBACK 1 | 
The Pheromone used during the go back to the colony
Definition at line 34 of file Explorer.h.
Referenced by Explorer::think().
| #define EXPLORER_SEARCH 0 | 
The Pheromone used during the search for food
Definition at line 32 of file Explorer.h.
Referenced by Explorer::think().
 1.5.4