shotgun
shotgun copied to clipboard
Shotgun is a C++ parallel coordinate descent algorithm (standalone and Matlab MEX) for solving L1-regularized least squares and logistic regression problems. See http://arxiv.org/abs/1105.5379
Complie Error when execute "make cversion_debug" on linux. read_matrix_market.cpp: In function 'void convert_2_mat(const char*, shotgun_data*)': read_matrix_market.cpp:87:25: error: 'class std::vector' has no member named 'add' prob->A_cols[J].add(I, val); ^ read_matrix_market.cpp:88:25: error: 'class...
I run the `shotgun_example.m` but failed, MATLAB crashed down with following errors: ``` ------------------------------------------------------------------------ abort() detected at Thu Sep 18 11:13:07 2014 ------------------------------------------------------------------------ Configuration: Crash Decoding : Disabled Current Visual...
I would like to point out that identifiers like "[`__SHOTGUN_COMMON_`](https://github.com/akyrola/shotgun/blob/da03d6af56853be07dd972974c96f2a7821d4f06/common.h#L23)" and "[`_CAS_ARRAY_`](https://github.com/akyrola/shotgun/blob/da03d6af56853be07dd972974c96f2a7821d4f06/cas_array.h#L23)" [do not fit](https://www.securecoding.cert.org/confluence/display/cplusplus/DCL32-CPP.+Do+not+declare+or+define+a+reserved+identifier#DCL32-CPP.Donotdeclareordefineareservedidentifier-NoncompliantCodeExample%28HeaderGuard%29) to the expected naming convention of the C++ language standard. Would you like to adjust...