LinearCgdOptions Struct Reference

#include <optimization.h>

Collaboration diagram for LinearCgdOptions:

Public Member Functions

 LinearCgdOptions ()
 

Public Attributes

int32 max_iters
 
BaseFloat max_error
 
BaseFloat recompute_residual_factor
 

Detailed Description

Definition at line 37 of file optimization.h.

Constructor & Destructor Documentation

◆ LinearCgdOptions()

LinearCgdOptions ( )
inline

Definition at line 47 of file optimization.h.

References kaldi::LinearCgd().

47  : max_iters(-1),
48  max_error(0.0),
BaseFloat recompute_residual_factor
Definition: optimization.h:45

Member Data Documentation

◆ max_error

BaseFloat max_error

Definition at line 39 of file optimization.h.

Referenced by kaldi::LinearCgd(), and kaldi::UnitTestLinearCgd().

◆ max_iters

◆ recompute_residual_factor

BaseFloat recompute_residual_factor

Definition at line 45 of file optimization.h.

Referenced by kaldi::LinearCgd().


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