#include <limits>
#include <set>
#include <utility>
#include "TuningStrategyInterface.h"
#include "autopas/containers/CompatibleLoadEstimators.h"
#include "autopas/containers/CompatibleTraversals.h"
#include "autopas/options/ExtrapolationMethodOption.h"
#include "autopas/tuning/Configuration.h"
#include "autopas/tuning/searchSpace/EvidenceCollection.h"
#include "autopas/tuning/selectors/OptimumSelector.h"
#include "autopas/utils/ExceptionHandler.h"
#include "autopas/utils/Math.h"
#include "autopas/utils/logging/PredictionLogger.h"
Go to the source code of this file.
Classes | |
class | autopas::PredictiveTuning |
In every tuning phase, this strategy makes a prediction about the run time for every configuration. More... | |
Namespaces | |
namespace | autopas |
This is the main namespace of AutoPas. | |