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, I am using the code below to make my bifurcation diagram for many random parameter sets, and I want to know which set can have oscillation, can we do this? Thanks!
auto = Plugin("tel_auto2000")
Hi, I am using the code below to make my bifurcation diagram for many random parameter sets, and I want to know which set can have oscillation, can we do this? Thanks!
auto = Plugin("tel_auto2000")
Setup properties
auto.setProperty("SBML", r.getCurrentSBML())
auto.setProperty("ScanDirection", 'Positive')
auto.setProperty("PrincipalContinuationParameter", "S1")
auto.setProperty("PreSimulation", "True")
auto.setProperty("PreSimulationDuration", 30)
auto.setProperty("RL0", 0)
auto.setProperty("RL1", 5)
auto.setProperty("NMX", 1000)
#auto.setProperty("NDIM", 15)
auto.setProperty("NPR", 3)
auto.setProperty("KeepTempFiles", True)
auto.setProperty("DS", 0.001)
auto.setProperty("DSMIN", 0.0001)
auto.setProperty("DSMAX", 0.1)
auto.execute()
pts1 = auto.BifurcationPoints
if 1:
lbl1 = auto.BifurcationLabels
biData1 = auto.BifurcationData
# Correct call to the plotBifurcationDiagram function
biData1.plotBifurcationDiagram(pts1, lbl1)
The text was updated successfully, but these errors were encountered: