2019
DOI: 10.1063/1.5089971
|View full text |Cite
|
Sign up to set email alerts
|

Improving (1+1) covariance matrix adaptation evolution strategy: A simple yet efficient approach

Abstract: In recent years, part of the meta-heuristic optimisation research community has called for a simplification of the algorithmic design: indeed, while most of the state-of-the-art algorithms are characterised by a high level of complexity, complex algorithms are hard to understand and therefore tune for specific real-world applications. Here, we follow this reductionist approach by combining straightforwardly two methods recently proposed in the literature, namely the Re-sampling Inheritance Search (RIS) and the… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
13
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
3
2
2
1

Relationship

6
2

Authors

Journals

citations
Cited by 11 publications
(13 citation statements)
references
References 23 publications
0
13
0
Order By: Relevance
“…In particular, the possibility of declaring variables of the kind Algorithm, to initiate and execute optimisation processes inside another algorithm, lead to the implementation of complex algorithms by writing very neat code. This is evident from figure 3, where the code of the iterated local search algorithm proposed in [66] is shown. At first glance, one can observe that the source code is clear and resembles pseudocode.…”
Section: Adding New Algorithms and Problemsmentioning
confidence: 84%
See 2 more Smart Citations
“…In particular, the possibility of declaring variables of the kind Algorithm, to initiate and execute optimisation processes inside another algorithm, lead to the implementation of complex algorithms by writing very neat code. This is evident from figure 3, where the code of the iterated local search algorithm proposed in [66] is shown. At first glance, one can observe that the source code is clear and resembles pseudocode.…”
Section: Adding New Algorithms and Problemsmentioning
confidence: 84%
“…More examples are available in the extended results files stored in the repository [92]. In (b), some results from the study in [66] obtained over the functions of the SOS implementation of the CEC 2014 [2] benchmark suite. Extended results tables for this study are available in the repository [91].…”
Section: Visual Representation Of Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…Second, since the proposed methods do not benefit from preceding optimisation processes (as shown in Figure 8), probably because of the dynamic nature of the problem, the optimisation algorithm employing "restart" mechanisms will be implemented and tested. These algorithms usually work on a very short computational budget and handle dynamic domains better than others by simply re-sampling the initial point where a local search routine is applied, as, e.g., [54], or by also adding to it information from the previous past solution with the "inheritance" method [55][56][57].…”
Section: Discussionmentioning
confidence: 99%
“…Several methods, such as Rosenbrock, Powell, Solis-Wets and SPSA, are designed to be global optimisers but are currently mainly used for local search [41]- [43]. Also metaheuristics such as (1+1)-CMAES have been proven to show better results when equipped with a re-start mechanism, to move upon exploration, and run multiple times with a short budget to refine promising candidate solutions [44]. Finally, it has bee reported previously that NMA and RM are free of SB [15].…”
Section: Further Observationsmentioning
confidence: 99%