further performance improvements
This commit is contained in:
parent
8bf0ff279f
commit
c36bce9978
8 changed files with 168 additions and 58 deletions
|
|
@ -18,7 +18,8 @@ def main() -> None:
|
|||
danger_map.precompute([])
|
||||
|
||||
evaluator = CostEvaluator(engine, danger_map, greedy_h_weight=1.1)
|
||||
router = AStarRouter(evaluator, node_limit=100000)
|
||||
# router = AStarRouter(evaluator, node_limit=100000)
|
||||
router = AStarRouter(evaluator, node_limit=100000, bend_collision_type="clipped_bbox", bend_clip_margin=1.0)
|
||||
pf = PathFinder(router, evaluator)
|
||||
|
||||
# 2. Define Netlist with various orientation challenges
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue