bolero.optimizer
.ACMESOptimizer¶bolero.optimizer.
ACMESOptimizer
(initial_params=None, variance=1.0, covariance=None, n_samples_per_update=None, n_pre_samples_per_update=500, active=False, n_start_iter=100, n_train_max=None, n_iter_per_sample=1000, bounds=None, maximize=True, log_to_file=False, log_to_stdout=False, random_state=None)[source]¶CMA-ES with ranking SVM as surrogate model.
CMA-ES with comparison-based surrogate model (ranking SVM).
For details, see
The authors of the algorithm were creative with the name: the letters of ACM-ES have the same meaning as in CMA-ES but the order of the first three letters is alphabetically to indicate that it uses a comparison-based surrogate model.
Parameters: |
|
---|
References
[1] | (1, 2) Loshchilov, I.; Schoenauer, M.; Sebag, M. Comparison-Based Optimizers Need Comparison-Based Surrogates, Parallel Problem Solving from Nature, 2010. |
__init__
(initial_params=None, variance=1.0, covariance=None, n_samples_per_update=None, n_pre_samples_per_update=500, active=False, n_start_iter=100, n_train_max=None, n_iter_per_sample=1000, bounds=None, maximize=True, log_to_file=False, log_to_stdout=False, random_state=None)[source]¶get_args
()¶Get parameters for this estimator.
Returns: |
|
---|