Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pingouins
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Felton Samuel
pingouins
Commits
8f2640b6
Commit
8f2640b6
authored
8 years ago
by
Salard Xavier
Browse files
Options
Downloads
Patches
Plain Diff
Merge
parent
d98113f8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AI.conf
+1
-1
1 addition, 1 deletion
AI.conf
AI/src/game/config.cpp
+1
-0
1 addition, 0 deletions
AI/src/game/config.cpp
Makefile
+1
-1
1 addition, 1 deletion
Makefile
with
3 additions
and
2 deletions
AI.conf
+
1
−
1
View file @
8f2640b6
ai_vs_ai
=
1
ai_think_time
=
5000
ai_vs_ai_game_count
=
100
heuristic_ai_1
=
movement_freedom
heuristic_ai_1
=
left_up
heuristic_ai_2
=
default
send_game_to_gui
=
1
This diff is collapsed.
Click to expand it.
AI/src/game/config.cpp
+
1
−
0
View file @
8f2640b6
...
...
@@ -4,6 +4,7 @@
#include
<algorithm>
#include
"movement_freedom_heuristic.hpp"
#include
"number_direction_freedom_heuristic.hpp"
#include
"points_heuristic.hpp"
namespace
game
{
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
1
−
1
View file @
8f2640b6
...
...
@@ -35,7 +35,7 @@ AIInclude=-I $(AISRC)/game -I $(AISRC)/util -I $(AISRC)/monte_carlo -I $(AISRC)/
# Cpp source files
AISourceFile
=
omp_util.cpp fast_log.cpp display_node.cpp penguin.cpp test_two_players_game.cpp monte_carlo.cpp
\
test_fast_log.cpp statistics.cpp node.cpp allocator.cpp test_allocator.cpp openings.cpp mcts_two_players.cpp
\
test_mcts_two_players.cpp bits.cpp test_bits.cpp penguin_heuristic.cpp number_direction_freedom_heuristic.cpp main.cpp config.cpp movement_freedom_heuristic.cpp
test_mcts_two_players.cpp bits.cpp test_bits.cpp penguin_heuristic.cpp number_direction_freedom_heuristic.cpp main.cpp config.cpp movement_freedom_heuristic.cpp
points_heuristic.cpp
# Directories in which make will search for files
vpath
%.cpp
$(AISRC)/game
$(AISRC)/main
$(AISRC)/util
$(AISRC)/monte_carlo
$(AISRC)/mcts
$(AISRC)/gdl
# Flags passed to the compiler
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment