Changes between Initial Version and Version 1 of Ticket #5807, comment 5


Ignore:
Timestamp:
2020-01-29T13:49:38Z (5 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5807, comment 5

    initial v1  
    33Start 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.
    44
    5 Long story short: It should work always if the model is compiled from scratch. Influencing the start values might not always work out as expected.
     5Long 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.
    66
    77Maybe i will add a warning for now.