人工智能导论实验报告学院:计算机科学与技术学院专业:计算机科学与技术2025。12。20目录人工智能导论实验报告................................................................................1一、简介(对该实验背景,方法以及目的的理解)...................................31.实验背景.................................................................................32.实验方法.................................................................................33.实验目的.................................................................................3二、方法(对每个问题的分析及解决问题的方法)...............................4Q1: Depth First Search................................................................4Q2: Breadth First Search...........................................................4Q3: Uniform Cost Search.............................................................5Q4: A* Search............................................................................6Q5: Corners Problem: Representation.........................................6Q6: Corners Problem: Heuristic.................................................6Q7: Eating All The Dots: Heuristic.............................................7Q8: Suboptimal Search.............................................................7三、实验结果(解决每个问题的结果).................................................7Q1: Depth First Search................................................................7Q2: Breadth First Search.............................................................9Q3: Uniform Cost Search...........................................................10Q4: A* Search..........................................................................12Q5: Corners Problem: Representation.......................................13Q6: Corners Problem: Heuristic.............................................14Q7: Eating All The Dots: Heuristic...........................................14...