Some thoughts: - The `dict` that is currently returned is not convenient from a user perspective and hard to debug - See https://github.com/ComPWA/tensorwaves/pull/164#discussion_r524401478: it may solve the `parameters`, `estimator_value` problem - Challenge will be to be general enough for different optimisers. - It could serve of a placeholder for iterations. Currently (#164, #154), iterations are updated by each callback instance separately.
Some thoughts:
dictthat is currently returned is not convenient from a user perspective and hard to debugparameters,estimator_valueproblem