|
template<typename... Args> |
auto | with_strategy (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
template<typename... Args> |
auto | with_tolerance (Args &&... _value) -> std::decay_t< decltype(*(this->self()))> & |
parameters_type & | with_loggers (Args &&... _value) |
| Provides the loggers to be added to the factory and its generated objects in a fluent interface.
|
std::unique_ptr< Mc64 > | on (std::shared_ptr< const Executor > exec) const |
| Creates a new factory on the specified executor.
|
|
mc64_strategy | strategy {mc64_strategy::max_diagonal_product} |
| This parameter controls the goal of the permutation.
|
remove_complex< ValueType > | tolerance {50 * std::numeric_limits<remove_complex<ValueType>>::epsilon()} |
| This parameter controls the tolerance below which a weight is considered to be zero.
|
The documentation for this struct was generated from the following file: