Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
teaching
AI
Commits
6f979fbf
Commit
6f979fbf
authored
Dec 05, 2018
by
Marius Frinken
Browse files
fixed typos & url
parent
ba343175
Changes
2
Hide whitespace changes
Inline
Side-by-side
Marius/uebung05/minimax_solution.pl
View file @
6f979fbf
...
...
@@ -73,7 +73,7 @@ orespond(Board,Newboard) :-
% minimax has to be calculated
% this function computes the list of possible moves,
% calculates the Utility value for each element in this list via minima
p
% calculates the Utility value for each element in this list via minima
x
% and returns the board with the largest one (by sorting a List of Tuples (Utility,Board))
orespond
(
Board
,
Newboard
)
:-
show_possiblemoves
(
Board
,
o
,
L
),
...
...
Marius/uebung06/uebung06.pdf
View file @
6f979fbf
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment