NEWS.md
RSAVS_Further_Improve for more details.Draw_Mu_Path and Draw_Beta_Path to visualize the solution path regarding to subgroup identification and variable selection namely.double log likelihood when computing the modified BIC.update_mu to RSAVS_Path and RSAVS_Path_PureR so one can choose whether to update the mu vector into meaningful subgroup structure during the computation of solution plain.omp_zsw to RSAVS_Path and RSAVS_Solver which controls number of threads during the update of z, s and w via OpenMP.s_v2 to RSAVS_Path and RSAVS_Solver which indicates whether to use the faster implementation to update s_vec and q2_vec.iris dataset. It demonstrates the unsupervised nature of the proposed method.RSI and RSI_DAC internally.RSAVS_Simple_Path internally. This is a wrapper function for a simplified search over the solution plane.lam1_length and lam2_length in function RSAVS_LargeN are renamed to lam1_len and lam2_len.loss_type are standardized to the same format. Currently they are "L1", "L2" and "Huber".RSAVS_Path_PureR and RSAVS_Solver_PureRfor more details.RSAVS_Path and RSAVS_Solver for more details.lam1_vec is now in order from small to big.RSAVS_Path and RSAVS_Path_PureR now supports progress bar via package progressr.