aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2021-04-27 14:18:52 -0500
committerMatt Strapp <strap012@umn.edu>2021-04-27 14:18:52 -0500
commit87999df3972429c18aa294f2f963b39d7a5a8e8a (patch)
tree0f67be6727518c4342c9619dce049ec5574a967a /.vscode
parentPublish functional code (diff)
downloadcsci4511w-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 '.vscode')
-rw-r--r--.vscode/launch.json3
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