Closed vanquanTRAN closed 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.
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