|
Coverage Control Library
|
First trial of oracle with exploration and exploitation. The oracle uses complete information about the environment. More...
#include <omp.h>#include <algorithm>#include <fstream>#include <iostream>#include <queue>#include <random>#include <set>#include <vector>#include "CoverageControl/algorithms/abstract_controller.h"#include "CoverageControl/coverage_system.h"#include "CoverageControl/extern/lsap/Hungarian.h"#include "CoverageControl/parameters.h"#include "CoverageControl/typedefs.h"
Include dependency graph for oracle_bang_explore_exploit.h:Go to the source code of this file.
Classes | |
| class | OracleBangExploreExploit |
Namespaces | |
| namespace | CoverageControl |
| Namespace for the CoverageControl library. | |
First trial of oracle with exploration and exploitation. The oracle uses complete information about the environment.
Definition in file oracle_bang_explore_exploit.h.