Closed cw-tan closed 11 months ago
This post is in reference to the function to optimize hyperparameters: https://github.com/mir-group/flare/blob/700f2c86376a5f439483b55b7b0b2129fd0ca48e/flare/bffs/sgp/sparse_gp.py#L627
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.
This post is in reference to the function to optimize hyperparameters: https://github.com/mir-group/flare/blob/700f2c86376a5f439483b55b7b0b2129fd0ca48e/flare/bffs/sgp/sparse_gp.py#L627
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.