.TH "/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/hpt/fixed.hpp" 3 "Sun Aug 30 2020" "Version 3.1.1" "mlpack" \" -*- nroff -*-
.ad l
.nh
.SH NAME
/var/www/mlpack.ratml.org/mlpack.org/_src/mlpack-3.3.1/src/mlpack/core/hpt/fixed.hpp
.SH SYNOPSIS
.br
.PP
.SS "Classes"

.in +1c
.ti -1c
.RI "struct \fBFixedArg< T, I >\fP"
.br
.RI "A struct for storing information about a fixed argument\&. "
.ti -1c
.RI "class \fBIsPreFixedArg< T >\fP"
.br
.RI "A type function for checking whether the given type is \fBPreFixedArg\fP\&. "
.ti -1c
.RI "struct \fBPreFixedArg< T >\fP"
.br
.RI "A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of \fBHyperParameterTuner\fP)\&. "
.ti -1c
.RI "struct \fBPreFixedArg< T >\fP"
.br
.RI "A struct for marking arguments as ones that should be fixed (it can be useful for the Optimize method of \fBHyperParameterTuner\fP)\&. "
.ti -1c
.RI "struct \fBPreFixedArg< T & >\fP"
.br
.RI "The specialization of the template for references\&. "
.in -1c
.SS "Namespaces"

.in +1c
.ti -1c
.RI " \fBmlpack\fP"
.br
.RI "strip_type\&.hpp "
.ti -1c
.RI " \fBmlpack::hpt\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.RI "template<typename T > PreFixedArg< T > \fBFixed\fP (T &&value)"
.br
.RI "Mark the given argument as one that should be fixed\&. "
.in -1c
.SH "Detailed Description"
.PP 

.PP
\fBAuthor:\fP
.RS 4
Kirill Mishchenko
.RE
.PP
Facilities for supporting fixed arguments\&.
.PP
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\&. 
.PP
Definition in file \fBfixed\&.hpp\fP\&.
.SH "Author"
.PP 
Generated automatically by Doxygen for mlpack from the source code\&.
