From b3359393525b827d75a5b0745c3d1d8c9362dc5e Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Thu, 30 Sep 2021 13:41:18 -0500 Subject: moved python files into src folder --- test_cases/q3/1-7-minmax.test | 75 ------------------------------------------- 1 file changed, 75 deletions(-) delete mode 100644 test_cases/q3/1-7-minmax.test (limited to 'test_cases/q3/1-7-minmax.test') diff --git a/test_cases/q3/1-7-minmax.test b/test_cases/q3/1-7-minmax.test deleted file mode 100644 index 207381d..0000000 --- a/test_cases/q3/1-7-minmax.test +++ /dev/null @@ -1,75 +0,0 @@ -class: "GraphGameTreeTest" -alg: "AlphaBetaAgent" -depth: "4" - -diagram: """ - /-----a------\ - / \ - / \ - b1 b2 - | / \ - cx c3 c4 - | / \ / \ - dx d5 d6 d7 d8 - | / \ / \ / \ / \ - Z I J K L M N O P - -1.99 -1 -9 4 7 2 5 -3 -2 - -a - max -b - min -c - min -d - max - -Note that the minimax value of b2 is -2 -""" -num_agents: "3" - -start_state: "a" -win_states: "A B C D E F G H I J K L M N O P Z" -lose_states: "" - -successors: """ -a Left b1 -a Right b2 -b1 Down cx -b2 Left c3 -b2 Right c4 -c1 Left d1 -c1 Right d2 -c2 Left d3 -c2 Right d4 -c3 Left d5 -c3 Right d6 -c4 Left d7 -c4 Right d8 -cx Down dx -d1 Left A -d1 Right B -d2 Left C -d2 Right D -d3 Left E -d3 Right F -d4 Left G -d4 Right H -d5 Left I -d5 Right J -d6 Left K -d6 Right L -d7 Left M -d7 Right N -d8 Left O -d8 Right P -dx Down Z -""" - -evaluation: """ -I -1.0 -J -9.0 -K 4.0 -L 7.0 -M 2.0 -N 5.0 -O -3.0 -P -2.0 -Z -1.99 -""" -- cgit v1.2.3-70-g09d2