Opened 5 years ago
Last modified 4 years ago
#6433 assigned defect
Start values with fixed=false not appearing in NLS
| Reported by: | Owned by: | Karim Adbdelhak | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Backend | Version: | 1.18.0-dev |
| Keywords: | Cc: | Francesco Casella |
Description
As you can see in the model, the value of the parameter startA that is solved in the initial equation does not appear as a start value of the parameter a when looking at the log of the NLS.
In this simple model the solver still converges, but for more complicated models this can cause nonconvergence.
Attachments (1)
Change History (3)
by , 5 years ago
| Attachment: | ModelStartNotDefined.mo added |
|---|
comment:1 by , 5 years ago
| Component: | *unknown* → Backend |
|---|---|
| Milestone: | NeedsInput → 1.18.0 |
| Owner: | changed from to |
| Status: | new → assigned |
It looks like we are not considering start attributs when determining the BLT ordering. @Karim, is that the case?
Note:
See TracTickets
for help on using tickets.

A model demonstrating the issue