VegeWaterDynamics / motrainer

Distributed Measurement Operator Trainer for Data Assimilation Applications
https://vegewaterdynamics.github.io/motrainer/
Apache License 2.0
2 stars 0 forks source link

`n_jobs` in `skopt.gp_minimize` is valid only when `acq_optimizer` is set to "lbfgs" #99

Open SarahAlidoost opened 10 months ago

SarahAlidoost commented 10 months ago

In module dnn.py, the function skopt.gp_minimize accept the argument n_jobs. According to the documentation of skopt.gp_minimize, setting this parameter is valid only when acq_optimizer is set to "lbfgs". However, the default acq_optimizer is "auto" which is the case in dnn.py.