Skip to content

Commit

Permalink
Merge pull request #12 from jkiliani/jkiliani-patch-3
Browse files Browse the repository at this point in the history
Fix missing header file
  • Loading branch information
jkiliani authored Apr 8, 2018
2 parents 6031c40 + 63374af commit 151c299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UCTNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class UCTNode {
void virtual_loss(void);
void virtual_loss_undo(void);
void dirichlet_noise(float epsilon, float alpha);
void randomize_first_proportionally();
void randomize_first_proportionally(float tau);
void update(float eval = std::numeric_limits<float>::quiet_NaN());

UCTNode* uct_select_child(Color color, bool is_root);
Expand Down

0 comments on commit 151c299

Please sign in to comment.