MarkZH / Genetic_Chess

An amateur attempt at breeding a chess-playing AI.
MIT License
10 stars 2 forks source link

Try principle variation even if opponent did not make predicted move #119

Closed MarkZH closed 1 year ago

MarkZH commented 1 year ago

Go off principle variation when next move in variation is illegal.

MarkZH commented 1 year ago

Implemented slightly differently in 14bc8a8.

MarkZH commented 1 year ago

Commit referenced in above comment was buggy and prevented the search from going beyond the first move of the principal variation. Needs work.