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:
@@ -309,6 +309,7 @@
|
||||
<ClCompile Include="src\AIMomirPlayer.cpp" />
|
||||
<ClCompile Include="src\AIPlayer.cpp" />
|
||||
<ClCompile Include="src\AIPlayerBaka.cpp" />
|
||||
<ClCompile Include="src\AIPlayerBakaB.cpp" />
|
||||
<ClCompile Include="src\AIStats.cpp" />
|
||||
<ClCompile Include="src\AllAbilities.cpp" />
|
||||
<ClCompile Include="src\CardDescriptor.cpp" />
|
||||
@@ -444,6 +445,7 @@
|
||||
<ClInclude Include="include\AIMomirPlayer.h" />
|
||||
<ClInclude Include="include\AIPlayer.h" />
|
||||
<ClInclude Include="include\AIPlayerBaka.h" />
|
||||
<ClInclude Include="include\AIPlayerBakaB.h" />
|
||||
<ClInclude Include="include\AIStats.h" />
|
||||
<ClInclude Include="include\AllAbilities.h" />
|
||||
<ClInclude Include="include\CacheEngine.h" />
|
||||
|
||||
Reference in New Issue
Block a user