Helper struct for all dimensions of a full cartesian product search space. More...
#include <SearchSpaceGenerators.h>
Public Member Functions | |
| OptionSpace () | |
| Constructor to suppress warnings about failed inlining. | |
| ~OptionSpace () noexcept | |
| Destructor to suppress warnings about failed inlining. | |
Public Attributes | |
| std::set< ContainerOption > | containerOptions |
| Available container options. | |
| std::set< TraversalOption > | traversalOptions |
| Available traversal options. | |
| std::set< LoadEstimatorOption > | loadEstimatorOptions |
| Available loadEstimator options. | |
| std::set< DataLayoutOption > | dataLayoutOptions |
| Available dataLayout options. | |
| std::set< Newton3Option > | newton3Options |
| Available newton3 options. | |
| std::set< double > | cellSizeFactors |
| Available discrete cellSizeFactors options. | |
Helper struct for all dimensions of a full cartesian product search space.