لینک دانلود و خرید پایین توضیحات دسته بندی : پاورپوینت نوع فایل : .ppt ( قابل ویرایش و آماده پرینت ) تعداد اسلاید : 21 اسلاید قسمتی از متن .ppt : الگوریتم های جستجوی اطلاعات Informed search algorithms Relaxed problems مسائل تعدیل شده A problem with fewer restrictions on the actions is called a relaxed problem The cost of an optimal solution to a relaxed problem is an admissible heuristic for the original problem If the rules of the 8-puzzle are relaxed so that a tile can move anywhere, then h1(n) gives the shortest solution If the rules are relaxed so that a tile can move to any adjacent square, then h2(n) gives the shortest solution ترکیب هیوریستیک ها: h(n)=max(h1(n), h2(n), .. hm(n)) اگر همه hiها قابل قبول باشند h(n) هم قابل قبول و اگر همه سازگار باشند h(n) هم سازگار خواهد بود Local search algorithms In many optimization problems, the path to the goal is irrelevant; the goal state itself is the solutio ...
پاورپوینت