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
Hi everyone!
I am trying to find the right parameters that satisfy the solved ODE system. In my problem, it is necessary that the solution r[5]. For verification, I use I use callback return abs(real(u[5])) >= 0.1. When this condition is met, I want the current solution to be interrupted and a new one with new parameters to start. The problem is as follows: when the first solution is found, the program turns off, the function affect! is not called. Thank you
I don't understand what is supposed to be the bug in the package here? Can you simplify this to a clearer example? This has a bunch of other stuff going on. What is the ODE that is doing what thing wrong? That does not seem to be described in the issue.
Hi everyone!
I am trying to find the right parameters that satisfy the solved ODE system. In my problem, it is necessary that the solution r[5]. For verification, I use I use callback
return abs(real(u[5])) >= 0.1
. When this condition is met, I want the current solution to be interrupted and a new one with new parameters to start. The problem is as follows: when the first solution is found, the program turns off, the functionaffect!
is not called. Thank youThese are the initial values of the variables
This is the part with callack
The system that needs to be solved is written here
This is a block that saves correct decisions and changes the value of the first parameter
The text was updated successfully, but these errors were encountered: