# GOSS (BST-04) RNG-replay golden (plan 07-05).
#
# The kept/dropped row indices ([kept rows] ++ [dropped rows]) the goss.hpp
# Helper (goss.hpp:116-165) produces for the recorded grad/hess input, derived
# over the EXACT C++ Random LCG (random.h) + ArgMaxAtK partition (array_args.h).
# The wheel cannot expose the internal bag indices, so this freezes the
# algorithm spec over the bit-exact LCG (identical posture to the bagging
# bag_indices_* golden). The Rust GossSampleStrategy reproduces it bit-exact
# (boosting_parity::goss_rng_replay). grad/hess are f32 bit patterns; indices i32.
#
# seed=<S> top=<T> other=<O> num_data=<N> bag_data_cnt=<C> grad=<csv f32 bits> hess=<csv f32 bits> indices=<csv i32>
seed=3 top=0.2 other=0.1 num_data=24 bag_data_cnt=9 grad=3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864,1086324736,0,3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864 hess=1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216 indices=0,1,2,9,11,13,15,18,22,23,21,20,19,17,16,14,12,10,8,7,6,5,4,3
seed=3 top=0.1 other=0.05 num_data=24 bag_data_cnt=4 grad=3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864,1086324736,0,3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864 hess=1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216 indices=0,1,11,13,23,22,21,20,19,18,17,16,15,14,12,10,9,8,7,6,5,4,3,2
seed=7 top=0.2 other=0.1 num_data=24 bag_data_cnt=9 grad=3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864,1086324736,0,3233808384,1065353216,3231711232,1073741824,3229614080,1077936128,3225419776,1082130432,3221225472,1084227584,3212836864 hess=1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216,1065353216 indices=0,1,2,9,11,13,15,21,22,23,20,19,18,17,16,14,12,10,8,7,6,5,4,3
