misc doc updates
This commit is contained in:
parent
ba76589ffb
commit
4714bed9a8
14 changed files with 65 additions and 28 deletions
13
DOCS.md
13
DOCS.md
|
|
@ -38,7 +38,18 @@ The `CostEvaluator` defines the "goodness" of a path.
|
|||
|
||||
---
|
||||
|
||||
## 3. CollisionEngine Parameters
|
||||
## 3. PathFinder Parameters
|
||||
|
||||
The `PathFinder` orchestrates multi-net routing using the Negotiated Congestion algorithm.
|
||||
|
||||
| Parameter | Type | Default | Description |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| `max_iterations` | `int` | 10 | Maximum number of rip-up and reroute iterations to resolve congestion. |
|
||||
| `base_congestion_penalty` | `float` | 100.0 | Starting penalty for overlaps. This value is multiplied by `1.5` each iteration if congestion persists. |
|
||||
|
||||
---
|
||||
|
||||
## 4. CollisionEngine Parameters
|
||||
|
||||
| Parameter | Type | Default | Description |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue