-
Notifications
You must be signed in to change notification settings - Fork 3
Improving callback functions #57
Closed
Assignees
Description
I'd like to open a discussion on how we can improve callback functions:
- The way simulation data is set is non-standard, or different from other optimization libraries (scipy etc.). A suggestion is to take parameters as an input and output simulation data.
- In connection to 1, if more functionality is required. Should additional callback functions (error handling, etc, post or pre callback) may be introduced?
- Located in the DynamicSystems class, it is not possible to access additional information from other classes (like inference)
- If the user require special functionality, documention how it can be done and possible common cases should be made. For example writting a new
BayesianCalibration.run()function.