You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/inputs/toml.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ Example
135
135
136
136
Parameters for the `bisection` method:
137
137
138
-
- `max_iterations`: maximum number of iterations. Defaults to 10
138
+
- `max_iterations`: maximum number of iterations. Defaults to 5.
139
139
- `tolerance`: tolerance for convergence. E.g. 0.1 means that the algorithm will terminate when emissions are within 10% of the carbon budget. Defaults to 0.1.
140
140
- `early_termination_count`: number of iterations with no change in the carbon price before the algorithm will terminate. Defaults to 5.
141
141
@@ -147,7 +147,7 @@ Example
147
147
Shared parameters:
148
148
149
149
- `refine_price`: If True, applies an upper limit on the carbon price. Defaults to False.
150
-
- `price_too_high_threshold`: upper limit on the carbon price. Defaults to 5.
150
+
- `price_too_high_threshold`: upper limit on the carbon price. Defaults to 10.
0 commit comments