Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching
AI
Commits
6f979fbf
Commit
6f979fbf
authored
Dec 5, 2018
by
Marius Frinken
Browse files
Options
Downloads
Patches
Plain Diff
fixed typos & url
parent
ba343175
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Marius/uebung05/minimax_solution.pl
+1
-1
1 addition, 1 deletion
Marius/uebung05/minimax_solution.pl
Marius/uebung06/uebung06.pdf
+0
-0
0 additions, 0 deletions
Marius/uebung06/uebung06.pdf
with
1 addition
and
1 deletion
Marius/uebung05/minimax_solution.pl
+
1
−
1
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
),
...
...
This diff is collapsed.
Click to expand it.
Marius/uebung06/uebung06.pdf
+
0
−
0
View file @
6f979fbf
No preview for this file type
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