HOG2
|
#include <iostream>
#include "FPUtil.h"
#include <unordered_map>
#include "AStarOpenClosed.h"
#include "BucketOpenClosed.h"
#include "TemplateAStar.h"
#include "float.h"
#include <algorithm>
#include "GenericSearchAlgorithm.h"
Go to the source code of this file.
Classes | |
struct | GBFSCompare< state > |
class | AStarEpsilon< state, action, environment > |
A templated version of A*, based on HOG genericAStar. More... | |