Commits on Source (60)
-
Felton Samuel authored
-
Pizon Antoine authored
-
Pizon Antoine authored
Revert "Added random positioning for penguins and the possibility to display the game in the terminal" This reverts commit 01019274.
-
Pizon Antoine authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Pizon Antoine authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Pizon Antoine authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Pizon Antoine authored
-
Pizon Antoine authored
-
Pizon Antoine authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Felton Samuel authored
-
Pizon Antoine authored
-
Pizon Antoine authored
-
Pizon Antoine authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Felton Samuel authored
-
Pizon Antoine authored
-
Pizon Antoine authored
-
Felton Samuel authored
-
Pizon Antoine authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Salard Xavier authored
-
Salard Xavier authored
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- AI.conf 6 additions, 0 deletionsAI.conf
- AI/src/game/config.cpp 115 additions, 0 deletionsAI/src/game/config.cpp
- AI/src/game/config.hpp 53 additions, 0 deletionsAI/src/game/config.hpp
- AI/src/game/penguin.cpp 165 additions, 1 deletionAI/src/game/penguin.cpp
- AI/src/game/penguin.hpp 19 additions, 3 deletionsAI/src/game/penguin.hpp
- AI/src/game/test_statistics.cpp 56 additions, 0 deletionsAI/src/game/test_statistics.cpp
- AI/src/game/test_statistics.hpp 10 additions, 0 deletionsAI/src/game/test_statistics.hpp
- AI/src/heuristics/generalization_heuristic.hpp 133 additions, 0 deletionsAI/src/heuristics/generalization_heuristic.hpp
- AI/src/heuristics/go_left_up_heuristic.cpp 30 additions, 0 deletionsAI/src/heuristics/go_left_up_heuristic.cpp
- AI/src/heuristics/go_left_up_heuristic.hpp 17 additions, 0 deletionsAI/src/heuristics/go_left_up_heuristic.hpp
- AI/src/heuristics/heuristic.hpp 31 additions, 0 deletionsAI/src/heuristics/heuristic.hpp
- AI/src/heuristics/movement_freedom_heuristic.cpp 102 additions, 0 deletionsAI/src/heuristics/movement_freedom_heuristic.cpp
- AI/src/heuristics/movement_freedom_heuristic.hpp 17 additions, 0 deletionsAI/src/heuristics/movement_freedom_heuristic.hpp
- AI/src/heuristics/number_direction_freedom_heuristic.cpp 46 additions, 0 deletionsAI/src/heuristics/number_direction_freedom_heuristic.cpp
- AI/src/heuristics/number_direction_freedom_heuristic.hpp 18 additions, 0 deletionsAI/src/heuristics/number_direction_freedom_heuristic.hpp
- AI/src/heuristics/penguin_heuristic.cpp 19 additions, 0 deletionsAI/src/heuristics/penguin_heuristic.cpp
- AI/src/heuristics/penguin_heuristic.hpp 18 additions, 0 deletionsAI/src/heuristics/penguin_heuristic.hpp
- AI/src/heuristics/points_heuristic.cpp 40 additions, 0 deletionsAI/src/heuristics/points_heuristic.cpp
- AI/src/heuristics/points_heuristic.hpp 17 additions, 0 deletionsAI/src/heuristics/points_heuristic.hpp
AI.conf
0 → 100644
AI/src/game/config.cpp
0 → 100644
AI/src/game/config.hpp
0 → 100644
AI/src/game/test_statistics.cpp
0 → 100644
AI/src/game/test_statistics.hpp
0 → 100644
AI/src/heuristics/go_left_up_heuristic.cpp
0 → 100644
AI/src/heuristics/go_left_up_heuristic.hpp
0 → 100644
AI/src/heuristics/heuristic.hpp
0 → 100644
AI/src/heuristics/penguin_heuristic.cpp
0 → 100644
AI/src/heuristics/penguin_heuristic.hpp
0 → 100644
AI/src/heuristics/points_heuristic.cpp
0 → 100644
AI/src/heuristics/points_heuristic.hpp
0 → 100644