PathFinding icon indicating copy to clipboard operation
PathFinding copied to clipboard

Add configurable beam width for beam search

Open IliaGodlevsky opened this issue 3 months ago • 0 comments

Summary

  • add a dedicated beam width view for run creation and bind it to the run creation view model
  • plumb the selected beam width through algorithm build info and into the beam search factory
  • allow the beam search algorithm to accept a configurable beam width rather than a hardcoded limit

Testing

  • dotnet build Pathfinding.sln (fails: command not found)

https://chatgpt.com/codex/tasks/task_e_690541bed9108333a4ed218e4d0e20b7

IliaGodlevsky avatar Nov 01 '25 15:11 IliaGodlevsky