You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be exposed in ubergraph.alg/shortest-path by adding an extra attr to search-specification:
:compose-cost-fn (fn [current-cost new-cost] => next-cost) - Calculates the next cost, given the current cost and the node cost. Defaults to clojure.core/+
costs are always composed with
+i want to compose them with
*It should be exposed in
ubergraph.alg/shortest-pathby adding an extra attr tosearch-specification:https://github.com/Engelberg/ubergraph/blob/v0.8.1/src/ubergraph/alg.clj#L232