====== 03 Search II ====== How to speed up and go towards the goal more efficiently. Heuristic functions. Which are //admissible, better//? ===== Quiz for bonus points: During lab ===== * Calculate optimal travel plan of a plane * 0.5 points > {{page>courses:be5b33kui:internal:quizzes#Plane flight plan}} ===== Quiz II / Solving together during interactive lab ===== > {{page>courses:be5b33kui:internal:quizzes#Egg problem}} How to to optimize number of trials by throwing eggs from a building. ===== Search programming ===== * Python [[https://docs.python.org/3/library/queue.html|queue]] or [[https://docs.python.org/3.6/library/heapq.html|heapq]] are helpful for saving the nodes from a tree.