#include "simAnnPlanner.h"
#include "searchState.h"
#include "searchEnergy.h"
#include "simAnn.h"
#include "debug.h"
Go to the source code of this file.
Defines | |
#define | BEST_LIST_SIZE 20 |
How many of the best states are buffered. Should be a parameter. | |
#define | DISTANCE_THRESHOLD 0.3 |
Two states within this distance of each other are considered to be in the same neighborhood. |
#define BEST_LIST_SIZE 20 |
How many of the best states are buffered. Should be a parameter.
Definition at line 36 of file simAnnPlanner.cpp.
#define DISTANCE_THRESHOLD 0.3 |
Two states within this distance of each other are considered to be in the same neighborhood.
Definition at line 38 of file simAnnPlanner.cpp.