carsten-wenderdel / wildbg

Backgammon engine based on neural networks
https://wildbg.shuttleapp.rs/swagger-ui/
Apache License 2.0
18 stars 5 forks source link

Use batch inference #20

Closed carsten-wenderdel closed 10 months ago

carsten-wenderdel commented 10 months ago

Currently tract evaluates only one Position at a single time. `tract also support batching, it would speed up everything if we could evaluate all legal positions/moves at once.

carsten-wenderdel commented 10 months ago

Done