Check if a suitable decomposable overload of Evaluate() is available.
More...
struct mlpack::optimization::traits::CheckDecomposableEvaluate< FunctionType >
Check if a suitable decomposable overload of Evaluate() is available.
This is required by the DecomposableFunctionType API.
Definition at line 87 of file static_checks.hpp.
◆ value
Initial value:=
HasEvaluate<FunctionType, DecomposableEvaluateForm>::value ||
HasEvaluate<FunctionType, DecomposableEvaluateConstForm>::value ||
HasEvaluate<FunctionType, DecomposableEvaluateStaticForm>::value
Definition at line 89 of file static_checks.hpp.
The documentation for this struct was generated from the following file:
- /home/ryan/src/mlpack.org/_src/mlpack-3.0.4/src/mlpack/core/optimizers/function/static_checks.hpp