SimonBlanke / Hyperactive

An optimization and data collection toolbox for convenient and fast prototyping of computationally expensive models.
https://simonblanke.github.io/hyperactive-documentation
MIT License
512 stars 42 forks source link

hyper.results(model) #53

Closed vanquanTRAN closed 2 years ago

vanquanTRAN commented 2 years ago

Dear Simon, I have recently updated to the Hyperactive 4.2.0 however, it seems that the interessting feature as hyper.results(model) which help us save each iteration of optimization process in the csv file, is no longer existed. Perhaps, you change to print_results ? please help me fix this issue. Best regard, Thank you

SimonBlanke commented 2 years ago

Hello @vanquanTRAN,

from v3 to v4 of Hyperactive there were some changes in the API. The dataframe containing the paramters and scores of the optimization run can now be returned with .search_data(...) instead of .results(...).

You can look this information up in the readme provided in this repository.