Go to the source code of this file.
- Author
- seckler
- Date
- 07.02.2020
◆ generateTuningStrategy()
std::unique_ptr< TuningStrategyInterface > autopas::TuningStrategyFactory::generateTuningStrategy |
( |
const std::set< Configuration > & |
searchSpace, |
|
|
TuningStrategyOption |
tuningStrategyOption, |
|
|
const TuningStrategyFactoryInfo & |
info, |
|
|
const std::string & |
outputSuffix = "" |
|
) |
| |
Generates a new Tuning Strategy object.
- Parameters
-
searchSpace | |
tuningStrategyOption | |
info | |
outputSuffix | |
- Returns
- Pointer to the tuning strategy object or the null pointer if an exception was suppressed.