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

Refactor inputs generation to struct #19

Closed carsten-wenderdel closed 10 months ago

carsten-wenderdel commented 10 months ago

In the near future we will have different inputs for contact and race phases. So we introduce a struct which can generate that inputs information. In a later commit this struct will implement a trait which then can be implement by for example RaceInputsGen and ContactInputsGen.