DOI-BOR / ostrich

An optimization toolkit for model calibration
GNU General Public License v2.0
1 stars 1 forks source link

DDS - number of initial solutions #40

Open julemai opened 2 years ago

julemai commented 2 years ago

When DDS is run with UseRandomParamValues, it should sample max(5, 0.005*m) with m being the budget (=MaxIterations). Right now it samples only one random initial guess.