This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
teaching:is:main_is [2025/02/26 18:10] Franconi Enrico |
teaching:is:main_is [2025/04/30 10:27] (current) Franconi Enrico [Lab] |
||
---|---|---|---|
Line 10: | Line 10: | ||
===== Timetable ===== | ===== Timetable ===== | ||
- | The official week-by-week Faculty timetable: [[https:// | + | The official week-by-week Faculty timetable: [[https:// |
Note that a LAB slot may be transformed into a LECTURE slot and vice-versa, and this will be decided week by week; lectures and labs have equal importance. | Note that a LAB slot may be transformed into a LECTURE slot and vice-versa, and this will be decided week by week; lectures and labs have equal importance. | ||
Line 35: | Line 35: | ||
/* The striked-through text (i.e., < | /* The striked-through text (i.e., < | ||
- | * Slides: {{ : | + | * Slides: {{ : |
- | * Slides: Artificial Intelligence and Agents {{ : | + | * Slides: Artificial Intelligence and Agents {{ : |
- | * Material: chapter 1 of //Poole and Mackworth// | + | * Material: |
* Slides: States and Searching {{: | * Slides: States and Searching {{: | ||
- | * Material: chapter 3 of //Poole and Mackworth// | + | * Material: |
* Slides: Features and Constraints {{: | * Slides: Features and Constraints {{: | ||
* Material: chapter 4 of //Poole and Mackworth// | * Material: chapter 4 of //Poole and Mackworth// | ||
Line 68: | Line 68: | ||
* Explore with the search applet the **Delivery Robot (Acyclic)**, | * Explore with the search applet the **Delivery Robot (Acyclic)**, | ||
* Do the [[http:// | * Do the [[http:// | ||
- | * Exercise: practicing different search strategies with the graph in this {{teaching: | + | * Exercise: practicing different search strategies with the graph in this {{teaching: |
* Create your own problem graph for a delivery robot starting from a map with edge costs. | * Create your own problem graph for a delivery robot starting from a map with edge costs. | ||
* Create a problem graph for a simple problem chosen by you. | * Create a problem graph for a simple problem chosen by you. | ||
* IMPORTANT: learn how to write on paper the frontier evolution for each search. | * IMPORTANT: learn how to write on paper the frontier evolution for each search. | ||
+ | * describe a search on a graph by writing the frontier (i.e., a set of paths) at each step of the search, and by specifying the selected path from the frontier in one step leading to the next step. | ||
* <color # | * <color # | ||
* Explore the **Delivery Robot (Acyclic)**, | * Explore the **Delivery Robot (Acyclic)**, | ||
* Do the [[http:// | * Do the [[http:// | ||
- | * Exercise: [[http:// | + | * Exercise: [[http:// |
* IMPORTANT: | * IMPORTANT: | ||
* learn how to write on paper the frontier evolution for each search; | * learn how to write on paper the frontier evolution for each search; | ||
Line 83: | Line 84: | ||
* Explore with the CSP applet the sample problems: Simple Problem 1, Simple Problem 2, Scheduling Problem 1, Crossword Problem 1, Crossword Problem 2. These sample problems have been seen already in the course lectures; for the crossword problems, try to reconstruct the crossword graphical structure. | * Explore with the CSP applet the sample problems: Simple Problem 1, Simple Problem 2, Scheduling Problem 1, Crossword Problem 1, Crossword Problem 2. These sample problems have been seen already in the course lectures; for the crossword problems, try to reconstruct the crossword graphical structure. | ||
* Do the [[http:// | * Do the [[http:// | ||
- | * Exercises: [[http:// | + | * Exercises: [[http:// |
* <color # | * <color # | ||
* Getting started with [[https:// | * Getting started with [[https:// |