#include <algorithm>
#include <fstream>
#include <iostream>
#include <iterator>
#include <list>
#include <unordered_map>
#include <unordered_set>
#include <variant>
#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.
|
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...
|
|
- Author
- humig
- Date
- 28.06.2021