AutoPas  3.0.0
Loading...
Searching...
No Matches
TuningStrategyFactory.h
Go to the documentation of this file.
1
7#pragma once
8
13
14namespace autopas::TuningStrategyFactory {
25std::unique_ptr<TuningStrategyInterface> generateTuningStrategy(const std::set<Configuration> &searchSpace,
26 TuningStrategyOption tuningStrategyOption,
27 const TuningStrategyFactoryInfo &info,
28 InteractionTypeOption interactionType,
29 const std::string &outputSuffix = "");
30} // namespace autopas::TuningStrategyFactory
std::unique_ptr< TuningStrategyInterface > generateTuningStrategy(const std::set< Configuration > &searchSpace, const TuningStrategyOption tuningStrategyOption, const TuningStrategyFactoryInfo &info, const InteractionTypeOption interactionType, const std::string &outputSuffix)
Generates a new Tuning Strategy object.
Definition: TuningStrategyFactory.cpp:42