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
There is a bug that prevents initialization of parameter or variable values for dynamic modes (m.Var<=1300 and m.Param<=684). The issue is related to way the data file gk0_model.csv is written as a column-oriented file. The issue is in the APM executable that does not properly account for very long column strings. The bug exists for all dynamic IMODES 4-9.
The text was updated successfully, but these errors were encountered:
Issue reported in this StackOverflow post: https://stackoverflow.com/questions/71250575/gekko-fixed-parameter-and-fixed-variable-value-changes-after-solving
There is a bug that prevents initialization of parameter or variable values for dynamic modes (
m.Var<=1300
andm.Param<=684
). The issue is related to way the data filegk0_model.csv
is written as a column-oriented file. The issue is in the APM executable that does not properly account for very long column strings. The bug exists for all dynamic IMODES 4-9.The text was updated successfully, but these errors were encountered: