allow providing custom goal?
Open
- Dominant language
- JavaScript
- Stars
- 3.1k
- Forks
- 192
- PR merge metrics
- No merged PRs in 30d
Description
Let's suppose the we want pathfinder to find "water" from sourceNode ?
How about adding customGoal in the options argument similarly to the heuristic / distance options?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the pathfinder entry point and the options handling for heuristic and distance. Trace how a target node is selected, then define completion as accepting a customGoal option that lets the search stop when it reaches the requested goal; check existing tests for pathfinding options and add coverage there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100