issues
search
pwyq
/
Fill-Game
Two Player (Adversarial) Version of Fillomino | (Depth-First) Proof Number Search, Monte Carlo Tree Search, Minimax, Negamax, Alpha-beta pruning
GNU General Public License v3.0
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Final Report
#87
Stalfoes
closed
1 year ago
0
I forgot some node count stuff
#86
Stalfoes
closed
1 year ago
0
Implement node counts for every algorithm and experiments
#85
Stalfoes
closed
1 year ago
0
Add node counts to every algorithm
#84
Stalfoes
closed
1 year ago
0
feat: add mcts to experiments
#83
Samarium150
closed
1 year ago
0
Improved MCTS formula to be consistent with AlphaGo
#82
Stalfoes
closed
1 year ago
0
ADD agent fight experiment
#81
pwyq
opened
1 year ago
0
GUI: enable other agent fight
#80
pwyq
closed
1 year ago
0
Update devcontainer.json
#79
Samarium150
closed
1 year ago
0
chore: add devcontainer settings
#78
Samarium150
closed
1 year ago
0
Fixed MCTS best move selection (#74)
#77
Stalfoes
closed
1 year ago
0
Fixed DFPN best move selection (#74)
#76
Stalfoes
closed
1 year ago
0
ci: update GitHub Actions
#75
Samarium150
closed
1 year ago
0
BUG: most agents not returning the correct move
#74
pwyq
closed
1 year ago
0
ADD MCTS unit tests; MCTS bugs fix
#73
pwyq
closed
1 year ago
0
feat: add constraints to all agents
#72
Samarium150
closed
1 year ago
1
REFACTOR: test directory; ADD: MCTS to tests
#71
pwyq
closed
1 year ago
0
feat: implement MCTS
#70
Samarium150
closed
1 year ago
6
Time constraint and Memory constraint on all agents
#69
pwyq
opened
1 year ago
0
Agent Playing against each other
#68
pwyq
closed
1 year ago
2
move ordering - importance level
#67
pwyq
opened
1 year ago
0
fix: gtest
#66
Samarium150
closed
1 year ago
1
Parsing or Gtest bug?
#65
pwyq
closed
1 year ago
1
FIX minimax-ab-tt
#64
pwyq
closed
1 year ago
1
make agent play against each other
#63
pwyq
closed
1 year ago
0
DEV: central test cases
#62
pwyq
closed
1 year ago
0
improve python plot for outliers
#61
pwyq
opened
1 year ago
0
feat: 2d vs 1d tests
#60
Samarium150
closed
1 year ago
1
game board construction 2d vs 1d
#59
pwyq
closed
1 year ago
0
feat: update plot.py
#58
Samarium150
closed
1 year ago
0
Optimize test cases by sharing resource
#57
pwyq
closed
1 year ago
0
DEV: optimizations on Game class
#56
pwyq
closed
1 year ago
2
tr() QString
#55
pwyq
closed
1 year ago
0
two totally different IPs
#54
pwyq
opened
1 year ago
1
tr() every QString
#53
pwyq
closed
1 year ago
0
DEV: communicataion between applications
#52
pwyq
closed
1 year ago
0
DEV: solver frozen GUI
#51
pwyq
closed
1 year ago
0
frozen GUI when play by AI
#50
pwyq
closed
1 year ago
1
DEV: improve UI
#49
pwyq
closed
1 year ago
0
BUG: fix vscode+qt
#48
pwyq
closed
1 year ago
0
VSCode can't find Qt
#47
pwyq
closed
1 year ago
0
MCTS
#46
pwyq
closed
1 year ago
0
feat: implement peak memory usage measure
#45
Samarium150
closed
1 year ago
1
DEV: optimize class member scope
#44
pwyq
closed
1 year ago
0
multithreading
#43
pwyq
opened
1 year ago
0
Peak Memory Measure
#42
Samarium150
closed
1 year ago
2
feat: implement constraint on Windows (probably)
#41
Samarium150
closed
1 year ago
0
C++ Class member scope optimization
#40
pwyq
closed
1 year ago
0
memory optimization
#39
pwyq
opened
1 year ago
2
Issue #25 -- Move Ordering
#38
Stalfoes
closed
1 year ago
1
Next