32 const std::set<Configuration> &searchSpace);
38 std::optional<Configuration>
replay();
44 std::string _filename;
48 std::shared_ptr<TuningStrategyInterface> _tuningStrategy;
50 std::set<Configuration> _searchSpace;
This class is able to replay a log file to a tuning strategy to observe its behavior in the logged sc...
Definition: TuningStrategyLogReplayer.h:23
std::optional< Configuration > replay()
Replays the log to the tuning strategy.
Definition: TuningStrategyLogReplayer.cpp:26
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32