Skip to content

Commit

Permalink
Update TOPOLOGY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miestrode authored Dec 18, 2023
1 parent 60f1925 commit 07a2958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TOPOLOGY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Is a binary crate that uses `hash-network` in order to train a network using its
Is a crate that implements the primary searching logic for the engine, by providing an advanced searching algorithm based on AlphaZero-style MCTS.

## `hash-engine`
Is a binary crate functioning as the front-end for the Hash Chess engine. It contains logic for managing search using operations provided by `hash-search` and the networks produced by `hash-train`, and implements the CGCF protocol. It is intended to be used as a command-line program and has a CLI.
Is a binary crate functioning as the front-end for the Hash Chess engine. It contains logic for managing search using operations provided by `hash-search` and the networks produced by `hash-train`, and implements the CEGO protocol. It is intended to be used as a command-line program and has a CLI.

0 comments on commit 07a2958

Please sign in to comment.