Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e5da461

Browse files
antmarakisnorvig
authored andcommitted
Learning, CSP and Games Notebook Headers (aimacode#574)
* Update learning.ipynb * Update csp.ipynb * Update games.ipynb
1 parent 453a992 commit e5da461

File tree

3 files changed

+941
-21
lines changed

3 files changed

+941
-21
lines changed

csp.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Constraint Satisfaction Problems (CSPs)\n",
7+
"# CONSTRAINT SATISFACTION PROBLEMS\n",
88
"\n",
99
"This IPy notebook acts as supporting material for topics covered in **Chapter 6 Constraint Satisfaction Problems** of the book* Artificial Intelligence: A Modern Approach*. We make use of the implementations in **csp.py** module. Even though this notebook includes a brief summary of the main topics familiarity with the material present in the book is expected. We will look at some visualizations and solve some of the CSP problems described in the book. Let us import everything from the csp module to get started."
1010
]

0 commit comments

Comments
 (0)