-
Notifications
You must be signed in to change notification settings - Fork 32
Description
I saw in lizzieyzy's open source project that you have been involved in helping with dead-end problems.
But in the actual solution of dead-live problems, found some problems
For example, the topic of robbery, if the positive solution is robbery and kill, but considering the number of robberies is not enough, thus leading to the calculation of robbery can not be
It is also possible that the solution is net kill, but if the robbery can be won, katago may calculate that the solution is a robbery instead of a net kill.
Is it possible to modify the code to set the number of robberies and the value of robberies so that katago can prioritize the dead-or-alive questions instead of ignoring them?
If black kills white, but some white can eat the white pieces in another area instead of eating them, can we set the code to realize this function?