Coverage Control Library
|
Old trial of exploration and exploitation Uses system map for exploration as well. More...
#include <omp.h>
#include <fstream>
#include <iostream>
#include <random>
#include <vector>
#include "CoverageControl/algorithms/abstract_controller.h"
#include "CoverageControl/algorithms/near_optimal_cvt_algorithm.h"
#include "CoverageControl/coverage_system.h"
#include "CoverageControl/extern/lsap/Hungarian.h"
#include "CoverageControl/parameters.h"
#include "CoverageControl/typedefs.h"
Go to the source code of this file.
Classes | |
class | OracleExploreExploit |
Namespaces | |
namespace | CoverageControl |
Namespace for the CoverageControl library. | |
Old trial of exploration and exploitation Uses system map for exploration as well.
Definition in file oracle_explore_exploit.h.