AutoPas  3.0.0
Loading...
Searching...
No Matches
Classes | Functions
autopas::options Namespace Reference

Namespace that contains the explicitly defined options of AutoPas. More...

Classes

class  AcquisitionFunctionOption
 Class representing the acquisition function choices for the Bayesian search. More...
 
class  ContainerOption
 Class representing the container choices. More...
 
class  DataLayoutOption
 Class representing the traversal choices. More...
 
class  ExtrapolationMethodOption
 Class representing the choices of possible extrapolation methods for predictiveTuning. More...
 
class  InteractionTypeOption
 Class representing the interaction type choices. More...
 
class  IteratorBehavior
 Class representing the choices for behaviors of iterators. More...
 
class  Newton3Option
 Class representing the choices for the Newton 3 optimization. More...
 
class  Option
 Base class for autopas options. More...
 
class  SelectorStrategyOption
 Class representing the choices for timing samples to be aggregated. More...
 
class  TraversalOption
 Class representing the traversal choices. More...
 
class  TuningStrategyOption
 Class representing the choices of possible tuning strategies for the auto-tuner. More...
 

Functions

template<typename actualOption_T >
std::string format_as (const Option< actualOption_T > &opt)
 Function required for modern fmt/spdlog integration (fmt v9+).
 

Detailed Description

Namespace that contains the explicitly defined options of AutoPas.

Function Documentation

◆ format_as()

template<typename actualOption_T >
std::string autopas::options::format_as ( const Option< actualOption_T > &  opt)
inline

Function required for modern fmt/spdlog integration (fmt v9+).

Template Parameters
actualOption_TThe Option type (Curiously recurring template pattern.)
Parameters
opt
Returns
string representation