Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



Chess engines: MockFish 1.1.0 JA

 

MockfishA Minimax Chess Engine

Mockfish is a low-level chess AI, powered by the minimax algorithm, using alpha-beta pruning, written in 100% Python
Minmax is a decision rule used in artificial intelligence, decision theory, game theory, statistics, and philosophy for minimizing the possible loss for a worst case scenario.

This engine calculates every possible combination of moves up to a certain depth, and assignes each ending a score. The higher the score (or lower, depending on the turn,) the better the move. 

Jim Ablett compiles

MockFish 1.1.0 JA download


Comments