9#include <spdlog/async.h>
44 long optimumPerformance)
const;
47 std::string _loggerName;
Class containing multiple options that form an algorithm configuration for the pairwise iteration.
Definition: Configuration.h:24
Helper to log results of the tuning process to a csv file for easier analysis.
Definition: TuningResultLogger.h:23
~TuningResultLogger()
Destructor drops the logger from the spd registry.
Definition: TuningResultLogger.cpp:30
void logTuningResult(const autopas::Configuration &configuration, size_t iteration, long timeTuning, long optimumPerformance) const
Log the result of a tuning phase.
Definition: TuningResultLogger.cpp:36
This is the main namespace of AutoPas.
Definition: AutoPasDecl.h:32