On Mon, Oct 17, 2005 at 12:14:28PM -0400, Steve Adeff wrote:
> I don't quite understand what an a* algorithm is, let alone what it would do 
> for MythTV?

a* is a search algorithm which is most commonly used (or at least
most often talked about) in games and the like for determining the
lowest-cost way of getting from point A to point B (pathfinding).
Its basic mode of operation is by evaluating each potential move
based on the sum of the cost to reach that position and the straight-
line cost from that position to the destination.

-- 
The freedoms that we enjoy presently are the most important victories of the
White Hats over the past several millennia, and it is vitally important that
we don't give them up now, only because we are frightened.
  - Eolake Stobblehouse (http://stobblehouse.com/text/battle.html)
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to