SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
List of all members | Public Attributes
CGEMPLP::Parameter Struct Reference

Detailed Description

Parameter for GEMPLP

Definition at line 48 of file GEMPLP.h.

Public Attributes

int32_t m_max_iter
 
float64_t m_obj_del_thr
 
float64_t m_int_gap_thr
 

Member Data Documentation

float64_t m_int_gap_thr

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

Definition at line 65 of file GEMPLP.h.

int32_t m_max_iter

maximum number of outer iterations

Definition at line 61 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 63 of file GEMPLP.h.


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

SHOGUN Machine Learning Toolbox - Documentation