Commits on Source (97)
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Added a virtual loss when a thread is exploring so that all threads don't explore the same branch
-
Bariatti Francesco authored
This reverts commit a6c5137c. The program would exit with an error.
-
Romain Lebouc authored
-
Bariatti Francesco authored
When a player can not play, a boolean is set, possible moves is set to 1 and the game accepts whatever value as a move.
-
Romain Lebouc authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
Added LaTex files to the Git. Includes Rapport Final, Doc Technique, Doc Utilisateur, Rapport de Maximilien RICHER
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Gaste Adrien authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Changed makefile to include GUI: a make run command allow to run the program. Small changes in GUI to allow compilation and execution
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Gaste Adrien authored
-
Romain Lebouc authored
-
Romain Lebouc authored
-
Gaste Adrien authored
-
ssh://gitlab.insa-rennes.fr:16022/francesco-bariatti/pingouinsGaste Adrien authored
Conflicts: LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Changed implementation of penguin_that_moves for penguin arrays. Deleted the function and integrated the code in play function
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Renamed update_moves to update_penguin_moves and changed calls to that function and created function to create obstacles bitboard
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
Conflicts: AI/src/game/penguin.cpp
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Bariatti Francesco authored
-
Romain Lebouc authored
-
Bariatti Francesco authored
Showing
- .gitignore 21 additions, 1 deletion.gitignore
- AI/src/game/game.hpp 0 additions, 0 deletionsAI/src/game/game.hpp
- AI/src/game/lines_of_action.cpp 0 additions, 0 deletionsAI/src/game/lines_of_action.cpp
- AI/src/game/lines_of_action.hpp 0 additions, 0 deletionsAI/src/game/lines_of_action.hpp
- AI/src/game/penguin.cpp 431 additions, 0 deletionsAI/src/game/penguin.cpp
- AI/src/game/penguin.hpp 33 additions, 25 deletionsAI/src/game/penguin.hpp
- AI/src/game/test_lines_of_action.cpp 0 additions, 0 deletionsAI/src/game/test_lines_of_action.cpp
- AI/src/game/test_lines_of_action.hpp 0 additions, 0 deletionsAI/src/game/test_lines_of_action.hpp
- AI/src/game/test_two_players_game.cpp 0 additions, 0 deletionsAI/src/game/test_two_players_game.cpp
- AI/src/game/test_two_players_game.hpp 1 addition, 1 deletionAI/src/game/test_two_players_game.hpp
- AI/src/json/json.hpp 10174 additions, 0 deletionsAI/src/json/json.hpp
- AI/src/main/main.cpp 42 additions, 0 deletionsAI/src/main/main.cpp
- AI/src/mcts/MCTS_SETTINGS.hpp 8 additions, 0 deletionsAI/src/mcts/MCTS_SETTINGS.hpp
- AI/src/mcts/allocator.cpp 0 additions, 0 deletionsAI/src/mcts/allocator.cpp
- AI/src/mcts/allocator.hpp 2 additions, 1 deletionAI/src/mcts/allocator.hpp
- AI/src/mcts/mcts.hpp 0 additions, 0 deletionsAI/src/mcts/mcts.hpp
- AI/src/mcts/mcts_two_players.cpp 0 additions, 0 deletionsAI/src/mcts/mcts_two_players.cpp
- AI/src/mcts/mcts_two_players.hpp 1 addition, 1 deletionAI/src/mcts/mcts_two_players.hpp
- AI/src/mcts/node.cpp 0 additions, 0 deletionsAI/src/mcts/node.cpp
- AI/src/mcts/node.hpp 0 additions, 0 deletionsAI/src/mcts/node.hpp
File moved
AI/src/json/json.hpp
0 → 100644
This diff is collapsed.
AI/src/main/main.cpp
0 → 100644
AI/src/mcts/MCTS_SETTINGS.hpp
0 → 100644
File moved
File moved
File moved