example fixes and improvements
This commit is contained in:
parent
e11132b51d
commit
e2c91076f7
18 changed files with 336 additions and 144 deletions
|
|
@ -22,8 +22,8 @@ def main() -> None:
|
|||
greedy_h_weight=1.5,
|
||||
),
|
||||
objective=ObjectiveWeights(
|
||||
bend_penalty=250.0,
|
||||
sbend_penalty=500.0,
|
||||
bend_penalty=50.0,
|
||||
sbend_penalty=150.0,
|
||||
),
|
||||
congestion=CongestionOptions(base_penalty=1000.0),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue