作者: meifire 时间: 2003-12-4 23:40
这个局面的棋子恐怕太多了,而且双方都有进攻子力,有可能形成涉及棋规的局面
作者: 667 时间: 2003-12-5 00:02
那我们就人工讨论解决?
感觉红有一点微弱的优势,但能不能转化为胜势呢?
这种缠斗的局面太复杂了。先说这么多作者: Pai 时间: 2003-12-5 03:13
meifire is right. There are too many pieces for my current program to solve. The current program can handle 3 attacking pieces total plus ~3 defending pieces. If you know interesting positions with this kind of combination, please let me know so I can construct them first.
Regarding the rules problem when both sides have attacking pieces, I have recently modified the program so it can handle all the asian rules as far as I can see. Once I have some meaningful databases constructed, I will put them in the server. I welcome everyone to examine them to see if there are still errors. I will let you guys know later.
作者: Pai 时间: 2003-12-6 03:46
I have put some new databases in the server. These databases should conform asian rules if they are constructed according to what I intended. I hope you guys can help finding if there are still errors that I overlooked.
First of all, I use this following page to look up asian rules. Is it complete? If not, please let me know what is left out and where to find a complete version.
Things that are added in this version is to check for the following situations that are not taken care of in the previous version.
Also, it will detect both sides indefinitely checking/chasing each other at the same time.
One position in krckr endgame that show different result from previous version is as following:
http://206.171.116.227/cgi-bin/rules/endgame.cgi?3K59999993c1R33kr49
The corresponding position from older database is as following:
http://206.171.116.227/cgi-bin/endgame.cgi?3K59999993c1R33kr49
Please compare them and let me know if the new one solves this situation correctly pertaining to the following rule:
The following position will lead to above mentioned position in several moves:
http://206.171.116.227/cgi-bin/rules/endgame.cgi?2RK595c3999993r1k390
Corresponding position from old version:
http://206.171.116.227/cgi-bin/endgame.cgi?2RK595c3999993r1k390
You are welcome to input any position and compare new and old version to see if new version is correct. Please let me know if you have any comment.
Thanks!