Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add description on how to add Parameter sensitivites #331

Closed
jbreue16 opened this issue Nov 27, 2024 · 0 comments · Fixed by #327
Closed

Add description on how to add Parameter sensitivites #331

jbreue16 opened this issue Nov 27, 2024 · 0 comments · Fixed by #327
Assignees

Comments

@jbreue16
Copy link
Contributor

The developer guide is missing a description on how parameter sensitivities are enabled for new models.

Some notes:
must be active type, must be registered with the parameter map, dependencies must be specified

  • in dem modul (unit bzw binding usw) muss man den Parameter registrieren ….
  • in der makeParamId Funktion wird jedem Parameter eine eindeutige ID (unitIdx, Abhängigkeiten, name) gegeben mit welcher er in die _Parameters map aufgenommen wird.
  • der Simulator bekommt vom Driver einen Vector mit den parameterID's der Sensitivitätsparameter. Der Simulator ruft dann die setSensitiveParameter funktion des modelsystems auf, wo wiederum die setSensitiveParameter der unitoperations aufgerufen wird
  • in der setSensitiveParameter der unitoperations wird...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant