You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to encapsulate two counters into the structure of each seed: a) The number of times it has been selected; 2) The number of new paths it has found.
They will be used when we select seeds with the UCB function.
When I compile the MCTS test, I get this warning
Can you please explain why you store a queue_entry pointer in a seed_info_t* variable?
The text was updated successfully, but these errors were encountered: