Prev: W5 Next: W7

# Summary

📗 Monday to Thursday lectures: 12:30 to 1:45, Zoom Link (Weeks 1 to 7), Zoom Link (Week 8) 
📗 Monday to Sunday office hours: 2:00 to 3:00, Zoom Link (Weeks 1 to 7), Zoom Link (Week 8) 
📗 Personal meeting room: always open, Zoom Link
📗 Quiz (use your wisc ID to log in (without "@wisc.edu")): Socrative Link
📗 Math Homework: M9, M10,
📗 Programming Homework: P5,
📗 Examples and Quizzes: Q17, Q18, Q19, Q20,

# Lectures

📗 Slides
Lecture 17: Slides.
Lecture 18: Slides.
Lecture 20: Slides.

📗 Videos
Lecture 17 Part 1 (Uninformed Search): Link
Lecture 17 Part 2 (Breadth First Search): Link
Lecture 17 Part 3 (Depth First Search): Link
Lecture 18 Part 1 (Informed Search): Link
Lecture 18 Part 2 (Uniform Cost and Greedy): Link
Lecture 18 Part 3 (A Search): Link
Lecture 20 Part 1 (Hill Climbing): Link
Lecture 20 Part 2 (Simulated Annealing): Link
Lecture 20 Part 3 (Genetic Algorithm): Link

📗 Notes
Lectures 19 and 20 are combined into one single Lecture 20.

A slightly different tie-breaking rule is used when inserting the an existing node (state) into a priority queue this year (different from the previous years).

Boat

Image by DeepNorth via Wikipedia


# Other Materials

📗 Relevant websites
All Search: Link
Google Map: Link
Robot Arm: Link, Link 2
Sheep Game: Link
Sliding Puzzle: Link
Water Jugs: Link
Professor Jerry Zhu's Slides (with Proofs etc): Link
Simulated Annealing Map: Link
SAT Solver: Link
Genetic Walkers: Link
Genetic Cars: Link
Genetic Eater: Link
Genetic Image: Link

📗 YouTube videos from 2019 and 2020
How to get expansion path for BFS? Link
How to get expansion path for DFS? Link
How to get expansion path for IDS? Link
How to get expansion path for UCS? Link
How to get expansion path for BFGS? Link
How to get expansion path for A? Link
How to get expansion path for A*? Link
How to check if a heuristic is admissible? Link
How to find reproduction probabilities? Link
How to solve the lions game? Link
How to solve the pirate game? Link
How to solve the wage competition game (sequential version)? Link






Last Updated: April 29, 2024 at 1:11 AM