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, |
|
|
InteractionTypeOption |
interactionType, |
|
|
const std::string & |
outputSuffix = "" |
|
) |
| |
Generates a new Tuning Strategy object.
- Parameters
-
| searchSpace | Search space of algorithmic configurations to choose from. |
| tuningStrategyOption | the tuning strategy type. |
| info | TuningStrategyFactoryInfo containing information which may be relevant when construction the given tuning strategy. |
| interactionType | Type of interaction. |
| outputSuffix | |
- Returns
- Pointer to the tuning strategy object or the null pointer if an exception was suppressed.