recognize MCTS2-H in script to extract results

master
melvinzhang 2015-02-05 18:01:53 +08:00
parent ca1ef1f033
commit 136c3c2d81
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ function genName(name) {
return "VEGAS-H"
} else if (name == "monte carlo tree search") {
return "MCTS-H"
} else if (name == "monte carlo tree search 2") {
return "MCTS2-H"
} else {
return "UNKNOWN"
}