Are there any chess engines with customizable evaluation functions?

This page summarizes the projects mentioned and recommended in the original post on /r/chess

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Stockfish

    A free and strong UCI chess engine

  • Stockfish is super complex and its eval function is 1k lines of code (see here: https://github.com/official-stockfish/Stockfish/blob/master/src/evaluate.cpp).

  • StockNemo

    A C# Chess Engine Finding Good Moves.

  • https://github.com/TheBlackPlague/StockNemo, eval function is 76 lines of code. and simpleeval https://github.com/vondele/Stockfish/tree/simpleEval a modified version of stockfish which just uses piece value as an eval function (1, 3, 3, 5, 9)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Stockfish

    UCI chess engine (by vondele)

  • https://github.com/TheBlackPlague/StockNemo, eval function is 76 lines of code. and simpleeval https://github.com/vondele/Stockfish/tree/simpleEval a modified version of stockfish which just uses piece value as an eval function (1, 3, 3, 5, 9)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts