Bin-Cao / Bgolearn

A Bayesian global optimization package for material design | Adaptive Learning | Active Learning
http://bgolearn.caobin.asia/
MIT License
82 stars 14 forks source link

Support the use of multi-process acceleration in the BGOMIN/Knowledge_G method #3

Closed Asachoo closed 9 months ago

Asachoo commented 9 months ago
  1. Support the use of multi-process acceleration in the BGOMIN/Knowledge_G method, support setting the number of processes (para: Proc_num) by user, and force to use the 'spawn' method to ensure cross-platform multi-process support (tested on Linux/Windows/Mac);
  2. Delete unnecessary .DS_Store/pycache/.ipynb_checkpoints folder, and add .gitignore file;