MCPcopy Create free account
hub / github.com/abess-team/abess / update_beta_init

Method update_beta_init

src/Algorithm.h:141–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 void set_warm_start(bool warm_start) { this->warm_start = warm_start; }
140
141 void update_beta_init(T2 &beta_init) { this->beta_init = beta_init; }
142
143 void update_A_init(Eigen::VectorXi &A_init, int g_num) {
144 this->A_init = A_init;

Callers 4

screeningFunction · 0.80
sequential_path_cvFunction · 0.80
abessWorkflowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected