4 Commits

Author SHA1 Message Date
6aa9002e92 GameState::reward_for_player is no longer a trait function
We need GameState::rewards_for_players implemented, the library
currently doesn't need to specify for a singular player.
2025-06-30 21:41:49 -07:00
76051cd76b Removing the id field from the Action trait
This would in theory be useful for a transposition table, but we do not
currently support that. As such I don't want to burden the
implementation with that field until it is deemed necessary.
2025-06-30 21:41:27 -07:00
48c93fa197 Renamed the benchmark file 2025-06-29 22:50:54 -07:00
44ef9ebdd8 Adding really stupid benchmark 2025-06-27 22:25:56 -07:00