1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensure the train database is properly closed
joansala
as Joan Sala
More... over 2 years ago
Penalize the expansion of DOE branches waiting to be evaluated
joansala
as Joan Sala
More... over 2 years ago
Fix: Ensure all DOE scores are valid
joansala
as Joan Sala
More... over 2 years ago
Store UCT scores from the point of view of the player to move
joansala
as Joan Sala
More... over 2 years ago
Pick opening book moves that maximize a lower bound
joansala
as Joan Sala
More... over 2 years ago
Add a CLI option to choose the evaluation engine of the trainer
joansala
as Joan Sala
More... over 2 years ago
Require the implementation of Engine#computeBestScore
joansala
as Joan Sala
More... over 2 years ago
Resolve entry collision when exporting the opening books
joansala
as Joan Sala
More... over 2 years ago
Fix: Choose the move that maximises the lower confidence
joansala
as Joan Sala
More... over 2 years ago
Simplify and generarlize the oware board implementation
joansala
as Joan Sala
More... over 2 years ago
Implements some match notation utilities
joansala
as Joan Sala
More... over 2 years ago
Revert: DOE engine should pick the best score
joansala
as Joan Sala
More... over 2 years ago
Fix: Do not set the contempt score during training
joansala
as Joan Sala
More... over 2 years ago
Add an UCI command to query legal moves
joansala
as Joan Sala
More... over 2 years ago
Fix: Do not hardcode the maximum number of legal moves
joansala
as Joan Sala
More... over 2 years ago
Implements an opening book that picks moves at random
joansala
as Joan Sala
More... over 2 years ago
New opening book implementation
joansala
as Joan Sala
More... over 2 years ago
Improves the automatic opening book builder
joansala
as Joan Sala
More... over 2 years ago
Adds a method to the UCT engine that returns the best score
joansala
as Joan Sala
More... over 2 years ago
Fix: Do not exceed the maximum depth on the Sampler engine
joansala
as Joan Sala
More... over 2 years ago
Move back the hash functions to the utils package
joansala
as Joan Sala
More... over 2 years ago
Implements an engine that picks a move by random sampling
joansala
as Joan Sala
More... over 2 years ago
Renames the Erratic engine to Mindless
joansala
as Joan Sala
More... over 2 years ago
Refactors the opening book player
joansala
as Joan Sala
More... over 2 years ago
Allow the incremental update of Zobrist hashes
joansala
as Joan Sala
More... over 2 years ago
Fix deadlock on computation abortion
joansala
as Joan Sala
More... over 2 years ago
Provide defaults for Game.winner() and Game.ensureCapacity()
joansala
as Joan Sala
More... over 2 years ago
Fix: Add a 'moves' separator to the game suites
joansala
as Joan Sala
More... over 2 years ago
Fix: Parse FEN strings containing spaces
joansala
as Joan Sala
More... over 2 years ago
Group game implementations inside a package
joansala
as Joan Sala
More... over 2 years ago