Changes between Initial Version and Version 1 of Ticket #5807, comment 5
- Timestamp:
- 2020-01-29T13:49:38Z (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5807, comment 5
initial v1 3 3 Start values for calculated parameters will be evaluated. They won't have any influence unless the parameter will be evaluated in a nonlinear loop. Unfortunately changing `p_start` after compilation will not change the start value of `p` because they have been decoupled. To keep this coupling we would need to change how the `_init.xml` is accessed. Possible but quite a lot of work. 4 4 5 Long story short: It should work always if the model is compiled from scratch. Influencing the start valuesmight not always work out as expected.5 Long story short: It should work always if the model is compiled from scratch. Influencing the values of parameters that influence start values after compilation might not always work out as expected. 6 6 7 7 Maybe i will add a warning for now.