I thought y'all will enjoy one of my favorite YouTube channel's upload how to build a Chess AI.

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Chess-Coding-Adventure

    A work-in-progress chess bot written in C#

  • The source code is written in C#: https://github.com/SebLague/Chess-AI

  • Stockfish

    A free and strong UCI chess engine

  • I must say that stockfish page there is kinda old. So, techniques that were removed : razoring, Internal Iterative Deepening; Heuristics that were introduced : capture history, pruning based on it, multi-cut, low ply history, depth reductions for Pvs w/o transposition table move, last captures extension, etc; Actually it's kinda interesting to read what it says for LMR, because it's more or less "classical" approach. https://www.chessprogramming.org/Late_Move_Reductions So, common conditions of when to not do it: Tactical Moves (captures and promotions) Moves while in check Moves which give check Moves that cause a search extension Anytime in a PV-Node in a PVS search Depth < 3 (sometimes depth < 2) Stockfish violates basically all of this, https://github.com/official-stockfish/Stockfish/blob/master/src/search.cpp#L1167 :)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Logstalgia: Replay or stream website access logs as a retro arcade game

    1 project | news.ycombinator.com | 15 May 2024
  • Qualcomm's Oryon LLVM Patches

    1 project | news.ycombinator.com | 15 May 2024
  • New exponent functions that make SiLU and SoftMax 2x faster, at full acc

    2 projects | news.ycombinator.com | 15 May 2024
  • MyDisassembler: Disassembler for x86-64 implemented from scratch in C++

    1 project | news.ycombinator.com | 15 May 2024
  • Show HN: Digital Renderings of Fabric (Mitsuba)

    1 project | news.ycombinator.com | 15 May 2024