انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة
الكلية كلية تكنولوجيا المعلومات
القسم قسم شبكات المعلومات
المرحلة 3
أستاذ المادة احمد مهدي محمد سعيد الصالح
5/1/2011 9:47:53 PM
A* Algorithms :
A* Search is One of the most famous search
algorithms used in Al, which combines the greedy search algorithm for
efficiency with the uniform cost search for optimality and completeness. In A*
the evaluation function is computed by the two heuristic measures; the h(n)
cost estimate of traversing from n to the goal state g(n) which is the known
path cost from the start node to n into a function called f(n) This combination
of strategies turns out to provide A* with both completeness and optimality
المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .
|