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
For the purposes of A* search, we want to better distinguish non-Euclidean movements (warping across the map) from edges we otherwise want to include. Plus "base movement" has always been awkward.
Not sure at the moment whether these should be a new type in the rust, or if we should literally create Exit definitions for them at every applicable spot (that might affect condensing, come to think of it).
The text was updated successfully, but these errors were encountered:
For the purposes of A* search, we want to better distinguish non-Euclidean movements (warping across the map) from edges we otherwise want to include. Plus "base movement" has always been awkward.
Not sure at the moment whether these should be a new type in the rust, or if we should literally create Exit definitions for them at every applicable spot (that might affect condensing, come to think of it).
The text was updated successfully, but these errors were encountered: