You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved efficiency of parallel initialization: now all function evaluations in the initialization procedure (as well as restarts) are handled asynchronously, and optimization can start even if the initialization phase is not complete.
Added:
Added parameter init_sample_increase_parallel to control how many additional samples should be generated in the initialization phase when running in parallel mode. This leads to increased efficiency of CPU usage.