Adding a system to compare two AI implementations (AIPlayerBaka and AIPlayerBakaB). This can be used to make sure a change to the AI is not making the AI weaker, for example.

This commit is contained in:
wagic.the.homebrew
2011-09-20 11:32:24 +00:00
parent 4c45e971c6
commit 44d9951246
14 changed files with 1921 additions and 19 deletions
+6
View File
@@ -316,6 +316,9 @@
<ClCompile Include="src\AIPlayerBaka.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="src\AIPlayerBakaB.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\ActionElement.h">
@@ -657,6 +660,9 @@
<ClInclude Include="include\AIPlayerBaka.h">
<Filter>inc</Filter>
</ClInclude>
<ClInclude Include="include\AIPlayerBakaB.h">
<Filter>inc</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Makefile" />