Commit af22f0f9 authored by Timothy LAIRD's avatar Timothy LAIRD

Final commit 2

parent 8f445899
...@@ -103,7 +103,7 @@ public class Node { ...@@ -103,7 +103,7 @@ public class Node {
if(visits == 0){ if(visits == 0){
return 0; return 0;
}else{ }else{
return (wins + 0.3*draws)/visits; return (wins + 0.5*draws)/visits;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment