Skip to content

Saving search_data during the optimization process #45

Answered by SimonBlanke
dthillaithevan asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @dthillaithevan,

This is a common request! :-) I wrote the search-data-collector for this problem. It can write the search-data in each iteration into csv-files (also works in parallel) or into an sqlite database (new feature, no examples yet).

An example for Gradient-Free-Optimizers (with csv-files) can be found here:
https://github.com/SimonBlanke/search-data-collector/blob/main/examples/append_data_gradient_free_optimizers.py

The search-data can be passed into the next optimization run without any changes.

Let me know if you have more questions about this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dthillaithevan
Comment options

Answer selected by dthillaithevan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants