1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adds a test for random move iteration
joansala
as Joan Sala
More... over 2 years ago
Implements a Chess engine (work in progress)
joansala
as Joan Sala
More... over 2 years ago
Print the position that triggered a benchmark exception
joansala
as Joan Sala
More... over 2 years ago
Fix: Ensure game capacity for perft and divide commands
joansala
as Joan Sala
More... over 2 years ago
Implements a 'divide' test tool
joansala
as Joan Sala
More... over 2 years ago
Fix: Show perft results for each benchmark suite
joansala
as Joan Sala
More... over 2 years ago
Fix: Perft start board wasn't set
joansala
as Joan Sala
More... over 2 years ago
A bunch of minor fixes
joansala
as Joan Sala
More... over 2 years ago
Fix: Do not catch Board#toString exceptions
joansala
as Joan Sala
More... over 2 years ago
Automatically parse UCI parameters from a list of names
joansala
as Joan Sala
More... over 2 years ago
Remove 'moves' from the UCI completer and add 'value'
joansala
as Joan Sala
More... over 2 years ago
Complete rewrite of the UCI service
joansala
as Joan Sala
More... over 2 years ago
Adds a do-nothing openings book implementation
joansala
as Joan Sala
More... over 2 years ago
Move the UCI brain thread to its own class
joansala
as Joan Sala
More... over 2 years ago
Allow overriding the module engine type from the command line
joansala
as Joan Sala
More... over 2 years ago
Experimental one-player games support for the GGP module
joansala
as Joan Sala
More... over 2 years ago
New cooperative MCTS algorithm for use by one-player games
joansala
as Joan Sala
More... over 2 years ago
Makes the UCT engine interface partially visible
joansala
as Joan Sala
More... over 2 years ago
General Game Playing engine implementation
joansala
as Joan Sala
More... over 2 years ago
Fix: StopWatch#reset must also clear the start time
joansala
as Joan Sala
More... over 2 years ago
Get rid of BaseGame#defaultBoard and BaseGame#initialize
joansala
as Joan Sala
More... over 2 years ago
Allow modules to specify recipes to create process services
joansala
as Joan Sala
More... over 2 years ago
Ensure there are at least two services for a battle
joansala
as Joan Sala
More... over 2 years ago
Remove UCT minimum expansions and produce reports every 350ms
joansala
as Joan Sala
More... over 2 years ago
Fix: Store new capacity of draughts generator
joansala
as Joan Sala
More... over 2 years ago
Fix: ProcessConverter should start main method of current module
joansala
as Joan Sala
More... over 2 years ago
Fix: Do not clone game positions twice
joansala
as Joan Sala
More... over 2 years ago
Requiere a .suite file for the test bench command
joansala
as Joan Sala
More... over 2 years ago
Change game module names and descriptions
joansala
as Joan Sala
More... over 2 years ago
Fix: Remove assertion :(
joansala
as Joan Sala
More... over 2 years ago