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

Store timestamp in pypesto.result.optimize.OptimizerResult #1500

Open
dweindl opened this issue Oct 24, 2024 · 0 comments
Open

Store timestamp in pypesto.result.optimize.OptimizerResult #1500

dweindl opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request optimization Related to optimization process

Comments

@dweindl
Copy link
Member

dweindl commented Oct 24, 2024

Sometimes it would be convenient to know the absolute time at which some optimization was started. For example, to construct overall convergence curves for a multi-start optimization. Therefore, it would be nice if we could store a timestamp in pypesto.result.optimize.OptimizerResult. (Potentially also in other result objects.) The OptimizerResult won't know exactly when the optimization started, but time_result_is_created - OptimizerResult.time should be good enough.

(When storing a History, this information is already available through pypesto.history.base.HistoryBase.start_time).

CC @stephanmg

@dweindl dweindl added enhancement New feature or request optimization Related to optimization process labels Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request optimization Related to optimization process
Projects
None yet
Development

No branches or pull requests

1 participant