Home
last modified time | relevance | path

Searched refs:wid_cur (Results 1 – 1 of 1) sorted by relevance

/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dstagewise_poly.cc423 uint32_t wid_cur = child_wid(poly, wid_atomic, poly.synth_rec_f.weight_index); in synthetic_create_rec() local
430 if (poly.cur_depth < min_depths_get(poly, wid_cur) && poly.training) { in synthetic_create_rec()
431 if (parent_get(poly, wid_cur)) { in synthetic_create_rec()
434 << "FOUND A TRANSPLANT!!! moving [" << wid_cur in synthetic_create_rec()
435 << "] from depth " << (uint32_t) min_depths_get(poly, wid_cur) in synthetic_create_rec()
441 parent_toggle(poly, wid_cur); in synthetic_create_rec()
443 min_depths_set(poly, wid_cur, poly.cur_depth); in synthetic_create_rec()
446 if ( ! cycle_get(poly, wid_cur) in synthetic_create_rec()
447 …(poly.cur_depth > default_depth ? default_depth : poly.cur_depth) == min_depths_get(poly, wid_cur)) in synthetic_create_rec()
449 cycle_toggle(poly, wid_cur); in synthetic_create_rec()
[all …]