Skip to content

Commit

Permalink
fen nnue compression initial
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhar committed Oct 28, 2024
1 parent 8750c79 commit a7ff049
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ mod castling_side;
mod color;
mod magics;
mod movelist;
mod nnue_compress;
mod perft;
mod position;
mod role;
Expand All @@ -103,6 +104,7 @@ pub use board::Board;
pub use castling_side::{ByCastlingSide, CastlingSide};
pub use color::{ByColor, Color, ParseColorError};
pub use movelist::MoveList;
pub use nnue_compress::CompressedPosition;
pub use perft::perft;
pub use position::{
Chess, FromSetup, Outcome, ParseOutcomeError, PlayError, Position, PositionError,
Expand Down
Loading

0 comments on commit a7ff049

Please sign in to comment.