Naming inconsistencies after renaming options to settings
Regarding the algorithms, we dediced to rename options to settings and move n_samples and max_iter in these settings (these parameters are not options the last release).
This renaming should be cascaded for consistency and n_samples / max_iter should be considered as part of the settings.
For example,
- rename
doe_algo_optionstodoe_algo_settingsinMultiStart, - rename
opt_algo_optionstoopt_algo_settingsinMultiStart, - remove
n_start(usedoe_algo_settingsfor this concept), - remove
opt_algo_max_iter(useopt_algo_settingsfor this concept), - move
n_processestodoe_algo_settings
I think this inconsistency is present in many other classes.