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

Implement callback functionality to optimization #261

Closed
mpvanderschelling opened this issue Feb 6, 2024 · 1 comment
Closed

Implement callback functionality to optimization #261

mpvanderschelling opened this issue Feb 6, 2024 · 1 comment

Comments

@mpvanderschelling
Copy link
Collaborator

Problem

By tackling #259 , there exists a use-case where the user wants to only store selected information (e.g. the loss) instead of the entire history of evaluations. A user-defined callback functionality could be of use here

Possible solution

Implement a callback functionality to the .optimize function of ExperimentData

@mpvanderschelling
Copy link
Collaborator Author

Fixed in v1.4.7

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

No branches or pull requests

1 participant