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...

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.

Definition at line 23 of file fixed.hpp.

Member Typedef Documentation

◆ Type

using Type = T

Definition at line 73 of file fixed.hpp.

Member Data Documentation

◆ value

const T value

Definition at line 75 of file fixed.hpp.


The documentation for this struct was generated from the following file:
  • /home/ryan/src/mlpack.org/_src/mlpack-git/src/mlpack/core/hpt/fixed.hpp