mirror of
https://github.com/RAIRLab/Spectra.git
synced 2024-11-09 11:10:34 -05:00
Set default K for BFS runner
This commit is contained in:
parent
24a85a482f
commit
61ae5a5ed6
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ public final class Runner {
|
||||||
}
|
}
|
||||||
|
|
||||||
BreadthFirstPlanner breadthFirstPlanner = new BreadthFirstPlanner();
|
BreadthFirstPlanner breadthFirstPlanner = new BreadthFirstPlanner();
|
||||||
|
breadthFirstPlanner.setK(2);
|
||||||
|
|
||||||
for (PlanningProblem planningProblem : planningProblemList) {
|
for (PlanningProblem planningProblem : planningProblemList) {
|
||||||
Set<Plan> plans = breadthFirstPlanner.plan(
|
Set<Plan> plans = breadthFirstPlanner.plan(
|
||||||
|
|
Loading…
Reference in a new issue