Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
155 stars 17 forks source link

Sparse #415

Closed Matthies closed 1 year ago

Matthies commented 1 year ago

This implements propagation of sparse input layer invented by AndrovT for Stockfish. It also switches to new network which is functional identical but with input weights sorted by activation probability. Speed varies from "almost identical" to ~8% faster depending on the CPU.