TAILIEUCHUNG - Artificial Intelligence - Lecturer 4: Search

Outline: Graph search, Best-first search, A* search. If the state space is finite and we avoid repeated states, the search is complete, but in general is not optima. If the state space is finite and we do not avoid repeated states, the search is in general not complete. If the state space is infinite, the search is in general not complete. | Artificial Intelligence For HEDSPI Project Lecturer 4 - Search Lecturers Dr. Le Thanh Huong Dr. Tran Due Khanh Dr. Hai V. Pham School of ICT HUST Outline Graph search Best-first search A search 1 Get from Arad to Bucharest as quickly as possible 2 Graph search function Graph-Search proi tem fringe returns a solution or failure fringe - lnsert Make-Node lnitial-State pro tem fringe closed - an empty set while fringe not empty node - RemoveFirst frfnge if Goal-Test problem state noơe then return Solution noơe if State nocte is not in closed then add State node to closed fringe - lnsertAII Expand nocfe problem fringe end if end return failures Never expand a node twice Straight Line Distances Straight-line distance to Bucharest Arad 366 Bucharest 0 Craiova 160 Dobreta 242 Eforie 161 Fagaras 178 Glurglu 77 Hlrsova 151 Iasi 226 Lugoj 244 Mehadla 241 Neamt 234 Gradea 380 Pi test 98 Ri milieu Vilcea 193 Sibiu 253 Timisoara 329 Urzlcenl 80 Vaslui 199 Zerind 374

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.