Krotos Modules 3
Loading...
Searching...
No Matches
ggml_opt_params Struct Reference

#include <ggml.h>

Public Attributes

enum ggml_opt_type type
 
int n_threads
 
int past
 
float delta
 
int max_no_improvement
 
bool print_forward_graph
 
bool print_backward_graph
 
struct { 
 
   int   n_iter 
 
   float   alpha 
 
   float   beta1 
 
   float   beta2 
 
   float   eps 
 
   float   eps_f 
 
   float   eps_g 
 
adam 
 
struct { 
 
   int   m 
 
   int   n_iter 
 
   int   max_linesearch 
 
   float   eps 
 
   float   ftol 
 
   float   wolfe 
 
   float   min_step 
 
   float   max_step 
 
   enum ggml_linesearch   linesearch 
 
lbfgs 
 

Member Data Documentation

◆ [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

enum ggml_linesearch ggml_opt_params::linesearch

◆ m

int ggml_opt_params::m

◆ 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

enum ggml_opt_type ggml_opt_params::type

◆ wolfe

float ggml_opt_params::wolfe

The documentation for this struct was generated from the following file: