Commit Graph

26 Commits

Author SHA1 Message Date
8fcedbbc8c Change package /src/chesspp to just /chesspp 2024-01-29 00:58:00 +01:00
31a219ea87 added bayes mcts engine and remove .src in imports 2024-01-28 23:10:25 +01:00
Theo Haslinger
0bc58fe9b7 Added min/max score metric to bays-mcts 2024-01-28 21:44:32 +01:00
Theo Haslinger
2662dbf53a Added basic bayes-mcts using beta distribution 2024-01-28 21:42:13 +01:00
DarkCider
c667a263a7 Added min/max gaussian visualizations in geogebra 2024-01-28 21:40:37 +01:00
Stefan Steininger
db89d79902 add limit to engine 2024-01-28 20:11:29 +01:00
Stefan Steininger
9893da5b58 fix board issues 2024-01-28 19:12:54 +01:00
Stefan Steininger
70c2a1b9d4 refactor web if 2024-01-28 14:04:18 +01:00
Stefan Steininger
a3fdb0c361 add rudimentary web interface 2024-01-28 00:42:48 +01:00
5527c4e4c3 integrated MctsEngine into lichess bot 2024-01-27 22:22:27 +01:00
c69b542653 Refactor chesspp module with pyproject 2024-01-27 21:36:46 +01:00
69aa9ce2d9 Move files into chesspp module 2024-01-27 21:08:37 +01:00
17e5bebd88 add evaluation class for engines 2024-01-27 20:56:54 +01:00
c5dccf6c11 Changes by dreistein 2024-01-27 17:31:42 +01:00
42fbf374c6 added engine class and simulate_game function 2024-01-27 17:31:02 +01:00
662da27f72 added mcts and strategy base classes 2024-01-26 18:02:44 +01:00
e4fa09bac3 added base classes for mcts and strategy 2024-01-26 18:01:11 +01:00
62410d239f added lichess bot 2024-01-25 23:11:25 +01:00
35d3f456e9 added __pycache__ to .gitignore 2024-01-25 11:34:15 +01:00
10fbeb0b04 Merge branch 'mcts' into 'main'
Mcts

See merge request tu-wien/prob-prog!1
2024-01-25 10:30:18 +00:00
9a287fe648 added probabilistic stockfish simulation to engine 2024-01-25 11:29:29 +01:00
7011a9a6e8 tweaked mcts score evaluation: considered steps when scoring the board 2024-01-24 18:12:32 +01:00
5645657fdd added initial mcts 2024-01-24 11:57:25 +01:00
16d7c538d6 fixed eval.py end_game function 2024-01-23 20:11:59 +01:00
b386a41b4b added endgame check for evaluation 2024-01-23 19:53:06 +01:00
db8dcee339 initial commit 2024-01-23 19:03:16 +01:00