A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of HyperParameterTuner). More...
Public Types | |
using | Type = T |
Public Attributes | |
const T | value |
A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of HyperParameterTuner).
Arguments of this type are supposed to be converted into structs of the type FixedArg by adding information about argument positions.
This struct is not meant to be used directly by users. Rather use the mlpack::hpt::Fixed function.