@@ -55,21 +55,17 @@ CDualLibQPBMSOSVM::~CDualLibQPBMSOSVM()
55
55
56
56
void CDualLibQPBMSOSVM::init ()
57
57
{
58
- SG_ADD (&m_TolRel, " m_TolRel" , " Relative tolerance" , MS_AVAILABLE);
59
- SG_ADD (&m_TolAbs, " m_TolAbs" , " Absolute tolerance" , MS_AVAILABLE);
60
- SG_ADD (&m_BufSize, " m_BuffSize" , " Size of CP Buffer" , MS_AVAILABLE);
61
- SG_ADD (&m_lambda, " m_lambda" , " Regularization constant lambda" ,
62
- MS_AVAILABLE);
63
- SG_ADD (&m_cleanICP, " m_cleanICP" , " Inactive cutting plane removal flag" ,
64
- MS_AVAILABLE);
58
+ SG_ADD (&m_TolRel, " m_TolRel" , " Relative tolerance" , ParameterProperties::HYPER);
59
+ SG_ADD (&m_TolAbs, " m_TolAbs" , " Absolute tolerance" , ParameterProperties::HYPER);
60
+ SG_ADD (&m_BufSize, " m_BuffSize" , " Size of CP Buffer" , ParameterProperties::HYPER);
61
+ SG_ADD (&m_lambda, " m_lambda" , " Regularization constant lambda" );
62
+ SG_ADD (&m_cleanICP, " m_cleanICP" , " Inactive cutting plane removal flag" );
65
63
SG_ADD (&m_cleanAfter,
66
64
" m_cleanAfter" ,
67
- " Number of inactive iterations after which ICP will be removed" ,
68
- MS_AVAILABLE);
69
- SG_ADD (&m_K, " m_K" , " Parameter K" , MS_NOT_AVAILABLE);
70
- SG_ADD (&m_Tmax, " m_Tmax" , " Parameter Tmax" , MS_AVAILABLE);
71
- SG_ADD (&m_cp_models, " m_cp_models" , " Number of cutting plane models" ,
72
- MS_AVAILABLE);
65
+ " Number of inactive iterations after which ICP will be removed" );
66
+ SG_ADD (&m_K, " m_K" , " Parameter K" );
67
+ SG_ADD (&m_Tmax, " m_Tmax" , " Parameter Tmax" , ParameterProperties::HYPER);
68
+ SG_ADD (&m_cp_models, " m_cp_models" , " Number of cutting plane models" );
73
69
74
70
set_TolRel (0.001 );
75
71
set_TolAbs (0.0 );
0 commit comments