mir-group / flare

An open-source Python package for creating fast and accurate interatomic potentials.

Home Page:https://mir-group.github.io/flare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential Parallelism for Hyperparameter Tuning

cw-tan opened this issue · comments

This post is in reference to the function to optimize hyperparameters:

def optimize_hyperparameters(

Since scipy.minimize is used for the optimization, we could potentially use the minimize_parallel function from this project for a parallel version of scipy.minimize's L-BFGS-B option.