-
Notifications
You must be signed in to change notification settings - Fork 441
Closed
Labels
A-crateArea: Petgraph crate functionalityArea: Petgraph crate functionalityC-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationC-performanceCategory: A change motivated by improving speed, memory usage or compile timesCategory: A change motivated by improving speed, memory usage or compile times
Milestone
Description
Ranking with min (f, h) instead of min f tends to do fewer expansions.
The idea is that among the many search nodes with best f-value, the ones further away (higher g, lower h values) are the ones that will move the fringe closer to a goal.
Having the same f-values on many nodes is common, although it's not easy to describe exactly when there's a lot of ties in a given search problem.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-crateArea: Petgraph crate functionalityArea: Petgraph crate functionalityC-feature-acceptedCategory: A feature request that has been accepted pending implementationCategory: A feature request that has been accepted pending implementationC-performanceCategory: A change motivated by improving speed, memory usage or compile timesCategory: A change motivated by improving speed, memory usage or compile times