Hi TalkChess!
Releasing my first chess engine — AbhinEngine 1.0, written entirely in Rust.
Features:
Alpha-beta search with iterative deepening
Late Move Reduction (LMR)
Null move pruning
Quiescence search
Transposition table (64MB)
Killer move + history heuristic
Custom trained NNUE evaluation
Phase-aware classical eval (opening/middlegame/endgame)
King safety, pawn structure, mobility, bishop pair bonuses
Full UCI protocol
Strength:
Lichess bullet rating after 100 games
Consistently beats 1500+ human players
Author: Abhin (India)
Download: https://github.com/abhineetabhaykulkarn ... bhinEngine
Looking for CCRL testing!
Any feedback welcome — this is my first engine and I'm actively developing it!