mlpack
Public Types | Public Attributes | List of all members
mlpack::hpt::PreFixedArg< T > Struct Template Reference

A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of HyperParameterTuner). More...

#include <fixed.hpp>

Public Types

using Type = T
 

Public Attributes

const T value
 

Detailed Description

template<typename T>
struct mlpack::hpt::PreFixedArg< T >

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.


The documentation for this struct was generated from the following file: