CPG/Chess
Mattia Giambirtone 5b3c244206
Fix issues with joinThread and fix nps scaling issues by not using atomic node counters
2024-05-14 11:20:03 +02:00
..
nimfish Fix issues with joinThread and fix nps scaling issues by not using atomic node counters 2024-05-14 11:20:03 +02:00
tests Fix crashing, implement LMR and tempo bonus 2024-05-06 23:48:40 +02:00
.gitattributes Initial work on tuning via pytorch 2024-05-12 20:23:10 +02:00
.gitignore Updated .gitignore 2024-05-12 20:11:57 +02:00
README.md Refactor code to eliminate refs shared across thread boundaries 2024-05-04 20:30:26 +02:00
nim.cfg Minor refactoring and cleanup 2024-05-13 14:51:21 +02:00
nimfish.nimble Remove buggy ponder move tracking as it is already handled by the UCI spec 2024-05-12 23:18:53 +02:00

README.md

A chess engine written in nim

For now, that's about it.

Installation

First, install mimalloc, because Nim's default allocator is fast but also borked beyond repair with threads, and malloc is slow as fuck. Use your distro's package manager to do this.

THEN

Just run nimble install

Testing

Just run nimble test: sit back, relax, get yourself a cup of coffee and wait for it to finish :)