Stephen Fleischman
Stephen Fleischman
Criterion has been a delight to use so far in my chess engine project, [pleco](https://github.com/sfleischman105/Pleco). I'm currently in the process of transitioning to Criterion from the standard library benchmarking. One...
I feel like this would be a useful thing for a chess library to have. At the bear minimum, we should be able to parse a PGN file and turn...
This is probably the weakest part of the engine right now: playing well into the end-game. Porting over Stockfish End of Game table bases would fix this, and seems pretty...
The following features need to be stabilized before pleco_engine can compile on stable: - [ ] const_fn ([rust-lang/rust#24111](https://github.com/rust-lang/rust/issues/24111)) - [x] const_indexing ([rust-lang/rust#29947](https://github.com/rust-lang/rust/issues/29947)) - [ ] fused ([rust-lang/rust#35602](https://github.com/rust-lang/rust/issues/35602)) - [ ]...
Pleco has a ton of features and customization. However, it's not very clear on how to actually incorporate the crate inside of a project. The Wiki needs to be updated...