SHOGUN  4.1.0
List of all members | Public Member Functions | Public Attributes
CGEMPLP::Parameter Struct Reference

Detailed Description

Parameter for GEMPLP

Definition at line 48 of file GEMPLP.h.

Public Member Functions

 Parameter (const int32_t max_iter=1000, const float64_t obj_del_thr=0.0002, const float64_t int_gap_thr=0.0002)
 

Public Attributes

int32_t m_max_iter
 
float64_t m_obj_del_thr
 
float64_t m_int_gap_thr
 

Constructor & Destructor Documentation

Parameter ( const int32_t  max_iter = 1000,
const float64_t  obj_del_thr = 0.0002,
const float64_t  int_gap_thr = 0.0002 
)

Definition at line 50 of file GEMPLP.h.

Member Data Documentation

float64_t m_int_gap_thr

threshold of the duality gap, i.e., primal_obj - dual_obj

Definition at line 63 of file GEMPLP.h.

int32_t m_max_iter

maximum number of outer iterations

Definition at line 59 of file GEMPLP.h.

float64_t m_obj_del_thr

threshold of the delta objective value, i.e., last_obj - curr_obj

Definition at line 61 of file GEMPLP.h.


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

SHOGUN Machine Learning Toolbox - Documentation