2022-02-23
This commit is contained in:
parent
35a0c40d14
commit
dc68cce9ed
80 changed files with 859345 additions and 4387 deletions
|
@ -304,15 +304,7 @@ def preprocess(systems, bodies, output):
|
|||
"-g",
|
||||
metavar="<float>",
|
||||
default=cfg["route.greediness"],
|
||||
help="Greedyness factor for A-Star",
|
||||
show_default=True,
|
||||
)
|
||||
@click.option(
|
||||
"--mode",
|
||||
"-m",
|
||||
default=cfg["route.mode"],
|
||||
help="Search mode",
|
||||
type=click.Choice(["bfs", "bfs_old", "a-star", "greedy"]),
|
||||
help="Greedyness factor (0.0=BFS, 1.0=Greedy)",
|
||||
show_default=True,
|
||||
)
|
||||
@click.option(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue