#include <ggml.h>
◆ [struct]
| struct { ... } ggml_opt_params::adam |
◆ alpha
| float ggml_opt_params::alpha |
◆ beta1
| float ggml_opt_params::beta1 |
◆ beta2
| float ggml_opt_params::beta2 |
◆ delta
| float ggml_opt_params::delta |
◆ eps
| float ggml_opt_params::eps |
◆ eps_f
| float ggml_opt_params::eps_f |
◆ eps_g
| float ggml_opt_params::eps_g |
◆ ftol
| float ggml_opt_params::ftol |
◆ [struct]
| struct { ... } ggml_opt_params::lbfgs |
◆ linesearch
◆ max_linesearch
| int ggml_opt_params::max_linesearch |
◆ max_no_improvement
| int ggml_opt_params::max_no_improvement |
◆ max_step
| float ggml_opt_params::max_step |
◆ min_step
| float ggml_opt_params::min_step |
◆ n_iter
| int ggml_opt_params::n_iter |
◆ n_threads
| int ggml_opt_params::n_threads |
◆ past
| int ggml_opt_params::past |
◆ print_backward_graph
| bool ggml_opt_params::print_backward_graph |
◆ print_forward_graph
| bool ggml_opt_params::print_forward_graph |
◆ type
◆ wolfe
| float ggml_opt_params::wolfe |
The documentation for this struct was generated from the following file: