Skip to content

Commit

Permalink
fix: instantiation order warning in cb_explore_adf_large_action_space
Browse files Browse the repository at this point in the history
  • Loading branch information
lokitoth committed Feb 16, 2024
1 parent cfccde1 commit a14c1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ cb_explore_adf_large_action_space<T, S>::cb_explore_adf_large_action_space(uint6
, _all(all)
, _seed(seed)
, _impl_type(impl_type)
, _non_degenerate_singular_values(0)
, spanner_state(c, d)
, shrink_fact_config(apply_shrink_factor)
, _non_degenerate_singular_values(0)
, impl(all, d, _seed, total_size, thread_pool_size, block_size, action_cache_slack, use_explicit_simd)
{
}
Expand Down

0 comments on commit a14c1b6

Please sign in to comment.