diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-27 14:18:52 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-27 14:18:52 -0500 |
commit | 87999df3972429c18aa294f2f963b39d7a5a8e8a (patch) | |
tree | 0f67be6727518c4342c9619dce049ec5574a967a | |
parent | Publish functional code (diff) | |
download | csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar.gz csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar.bz2 csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar.lz csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar.xz csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.tar.zst csci4511w-87999df3972429c18aa294f2f963b39d7a5a8e8a.zip |
Add AB to the test suite
Diffstat (limited to '')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index ba7b0d6..61bf414 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "name": "Server", "type": "python", @@ -49,7 +50,7 @@ ], "compounds": [ { "name": "Basic Combination (TEST)", - "configurations": ["Server", "MCTS", "Random"] + "configurations": ["Server", "MCTS", "Random", "AB"] } ] }
\ No newline at end of file |