First time here? Check out the Help page!
1 | initial version |
If the results do not change, then Dymola probably compiled the table into the executable, and hence any subsequent change to modelicaSchedule.txt
will have no effect. If this is the case, you could change your setup so that GenOpt does not call dymosim
(the compiled code) but rather dymola
, with a script as argument that translates and simulates your model.
I don't understand your second comment "teh value of Genopt changes but whith another f(x) (not the one that Dymola made)". If this is the case, you probably read a different file.