algorithm - An admissible heuristic function -
i want admissible heuristic function implement star algorithm solve question :
there graph ( nodes , weighted paths between them ) . each node has animals , have traverse graph see given animals minimum distance start node .
so :
there weighted graph , each node has animals . going see given animals ( input ) minimum distance .
what heuristic function recommend ?
Comments
Post a Comment