shanive / bgu-ailab-bandits

bandits expiriment
6 stars 0 forks source link

changes made to SosUctThreadState #66

Open shanive opened 12 years ago

shanive commented 12 years ago

will commit changes after testing.

the changes are: added thread own state that is sync before every game (in GameState function) and before every search start (in StartSearch function).

question for @dtolpin : why in GoUctState they sync the thread's state only before search state (in StartSearch function), see fuego/gouct/GiUctSearch.cpp in GoUctState class.