#include <fstream>
#include <list>
#include <unordered_map>
#include "autopas/tuning/Configuration.h"
#include "autopas/tuning/searchSpace/EvidenceCollection.h"
#include "autopas/tuning/tuningStrategy/TuningStrategyInterface.h"
#include "autopas/utils/logging/Logger.h"
Go to the source code of this file.
Classes | |
class | autopas::RuleBasedTuning |
A tuning strategy that uses information collected live from the domain to exclude configurations that knowingly perform worse than other configurations in the current simulation state. More... | |
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |