文件名称:morrisgame-varientD:学术项目(CS 6364人工智能)
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-20 17:11:01
Java
morrisgame-varientD 编程环境:Eclipse,Java 编译源代码: javac * .java 要运行程序: Java程序清单: ABGame AB开头迷你游戏MiniMaxGameBlack MiniMaxGame改进最小最大打开MiniMaxOpening黑色MiniMaxOpening已改善 2个输入案例的输出显示在Output.txt中改进了“静态估计”函数:我创建了一个函数来计算W可能有多少个轧机。 如果所有给定条件(例如#black片和#white片均大于2),我返回的估计值为1000 *(whiteCount-blackCount + potentialMillCount)-moveCount。
【文件预览】:
morrisgame-varientD-master
----MiniMaxOpeningBlack.java(1KB)
----output()
--------board5MMG1.txt(88B)
--------board5MMGB5.txt(93B)
--------out1.txt(88B)
--------board5MMG5.txt(93B)
--------board1MMO2.txt(87B)
--------board4ABG1.txt(88B)
--------board2ABG1.txt(86B)
--------board3ABG2.txt(89B)
--------board4ABG4.txt(92B)
--------board2MMG1.txt(86B)
--------board2ABG3.txt(87B)
--------board3ABG4.txt(90B)
--------board4MMG4.txt(95B)
--------board3.txt(24B)
--------board2.txt(24B)
--------Readme.txt(671B)
--------board5MMGB1.txt(89B)
--------board2MMG3.txt(87B)
--------board3MMO1.txt(84B)
--------board4MMG1.txt(87B)
--------board4.txt(24B)
--------board5.txt(24B)
--------out.txt(89B)
--------board1.txt(24B)
--------board2MMOB1.txt(84B)
--------board2MMOB4.txt(86B)
--------in.txt(23B)
--------board3MMG4.txt(91B)
--------board3MMG2.txt(89B)
----Generate.java(9KB)
----ABGame.java(2KB)
----positionType.java(171B)
----FileOperations.java(913B)
----MiniMaxGameBlack.java(1KB)
----ABOpening.java(1KB)
----MiniMaxOpeningImproved.java(1KB)
----MiniMaxGame.java(1KB)
----README.md(763B)
----PositionList.java(2KB)
----Output.java(228B)
----MiniMaxOpening.java(1KB)
----MiniMaxGameImproved.java(1KB)