Closed dingearteom closed 3 years ago
Hi @dingearteom,
Thank you very much for the bug report. I have checked the notebook and reproduced the error. It was caused by numpy version that does not allow to call np.exp and np.log from numpy.ndarray(dtype=object). Unfortunately GADMA generates such arrays and it falls into error in deminf-data package that you have used.
I have fixed transformations in deminf-data so they could take arrays with dtype=object and now you can update deminf-data repo and everything should work fine. I will try to fix this unnecessary generation of dtype=object in GADMA today and come back to you.
Ekaterina
Global optimizer that I get with get_global_optimizer('Genetic_algorithm') falls when I call opt.optimize in place where function is cached. Link to a notebook with an issue: https://disk.yandex.ru/d/w6KyNvY11JKtbw