algorithm - A* search variance -
i'm looking path searching algorithm similar a* search, taking account integral function on searched path. in particular, here problem:
for each point p in search space, there function f(p). along path ab, can integrate ) (an energy spent on path). need find optimal path spend less total energy.
an a* search algorithm ask admissible h(n) - heuristic estimates cost of cheapest path n goal. i, however, couldn't find admissible function that.
any direction appreciated.
Comments
Post a Comment