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

[Development] Callbacks should be able to manipulate the optimization problem #316

Closed
sblauth opened this issue Sep 21, 2023 · 0 comments · Fixed by #328
Closed

[Development] Callbacks should be able to manipulate the optimization problem #316

sblauth opened this issue Sep 21, 2023 · 0 comments · Fixed by #328
Assignees

Comments

@sblauth
Copy link
Owner

sblauth commented Sep 21, 2023

Idea: Add an optional parameter op to pre- and post-callbacks. If this is given, it is replaced by the respective optimization problem at runtime. This would allow us to define the callbacks separately from the optimization problem so that they can be passed at instantiation.
Further, this would allow remeshing to interfere correctly with the hooks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant