aistairc / aiaccel

A hyperparameter optimization library for the ABCI.
https://aistairc.github.io/aiaccel/
MIT License
23 stars 4 forks source link

Fixed a problem with neldermead sometimes searching for out-of-range coordinates. #336

Closed KanaiYuma-aist closed 6 months ago

KanaiYuma-aist commented 6 months ago

neldermead で範囲外の座標の計算結果をinfとして扱わず、通常通り計算を行う場合が現象を修正しました。

close #335