fixed.hpp File Reference
Include dependency graph for fixed.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FixedArg< T, I >
 A struct for storing information about a fixed argument. More...

 
class  IsPreFixedArg< T >
 A type function for checking whether the given type is PreFixedArg. More...

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

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

 
struct  PreFixedArg< T & >
 The specialization of the template for references. More...

 

Namespaces

 mlpack
 
Linear algebra utility functions, generally performed on matrices or vectors.
 
 mlpack::hpt
 

Functions

template
<
typename
T
>
PreFixedArg< T > Fixed (T &&value)
 Mark the given argument as one that should be fixed. More...

 

Detailed Description

Author
Kirill Mishchenko

Facilities for supporting fixed arguments.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.

Definition in file fixed.hpp.