-
Notifications
You must be signed in to change notification settings - Fork 223
Home
Amit Patel edited this page May 1, 2017
·
12 revisions
Welcome to the aima-javascript wiki!
- Each chapter has a directory, e.g.
2-Intelligent-Agents/
- Each directory has one
index.html
page that loads:- jquery (needed for bootstrap, so you can also use this from your code)
-
../main.js
for global scripts -
../styles.css
for global styles - the visualization libraries for that chapter (two.js, d3.js, etc.)
- algorithms implemented for that chapter, in files named
xyz.js
- visualizations implemented for that chapter, in files named
c_xyz.js
See 2-Intelligent-Agents/index.html
for an example.
There will also be visualizations that do not fit into the strict structure:
- There may be concepts without pseudocode in the book.
- There may be multiple concepts for an algorithm.
- There may be concepts that do not correspond to a single algorithm.
- There may be multiple web pages in a chapter.