Skip to content

Commit fe283b6

Browse files
committed
clarification
1 parent e6eb328 commit fe283b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcosim/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ As defined in OSP-IS, `connections` are configured through variables and variabl
138138
| Sub-element | Default value |Description |
139139
| :--------------- | :----------------------------------| :----------------------------------------------------------------------------------------------------- |
140140
| <*SafetyFactor*> | 0.99 | A tuning factor to account for the fact that the error terms in general cannot be exactly compensated for. |
141-
| <*StepSize*> | 0.01 | The step size the algorithms starts with, effectively it's initial value. |
141+
| <*StepSize*> | 0.01 | The initial value of the step size used in the step size controller. |
142142
| <*MinimumStepSize*> | 0.1 | The maximum step size the step size controller is allowed to set. | |
143143
| <*MaximumStepSize*> | 1e-4 | The minimum step size the step size controller is allowed to set. |
144144
| <*MinimumChangeRate*> | 0.2 | Multiplicative factor expressing the minimum rate of change of the step size for each iteration. |

0 commit comments

Comments
 (0)