Skip to content
Discussion options

You must be logged in to vote

You can already see in the UA plots how vastly different the numbers are based on the other boundary conditions. You can try to make use of the structure in the sensitivity_analysis method:

  • Get the current state of the model with respect to the values you want to iterate your simulations over
  • Use the method inside to calculate the path of minimal changes through the grid
  • Execute the simulations in a loop

This will much improve numerical stability of the simulations. To keep track, if a simulation was successful, use Network.status variable also. If status is != 0, then there was an issue in the simulation. Also, maybe use the current dev branch implementation, I improved convergence beh…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@fwitte
Comment options

@JanKochanski
Comment options

@fwitte
Comment options

Answer selected by JanKochanski
@fwitte
Comment options

@JanKochanski
Comment options

@fwitte
Comment options

@JanKochanski
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants