Abstract
The continuous Non-revisiting Genetic Algorithm (cNrGA) uses the entire search history and parameter-less adaptive mutation to significantly enhance search performance. Experimental results show that it has better performance than Covariance Matrix Adaptation Evolution Strategy (CMA-ES), a state of the art evolutionary algorithm. Storing the search history is natural and costs little when fitness evaluations are expensive. However, if the number of evaluations required is substantial, some memory management is desirable. In this paper, we propose two pruning mechanisms to keep the memory used constant. They are Random pruning and Least Recently Used pruning. The idea is to prune a node when a memory threshold is reached and a new node is required to be inserted, thus keeping the overall memory used constant. Experimental results show that both strategies can maintain the performance of cNrGA, up to the limit when 90% of the nodes are not recorded. This suggests that cNrGA can be extended to use in situations when the number of fitness evaluations are much larger than before with no significant effect on statistical performance, which widens the applicability of cNrGA to include more practical problems that require larger number of fitness evaluations before converging to the global optimum.
Original language | English |
---|---|
Title of host publication | 2015 IEEE International Conference on Systems, Man, and Cybernetics |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 1714-1719 |
Number of pages | 6 |
ISBN (Electronic) | 9781479986965 |
DOIs | |
Publication status | Published - 2015 |
Externally published | Yes |
Event | IEEE International Conference on Systems, Man, and Cybernetics, SMC 2015 - Kowloon Tong, Hong Kong Duration: 9 Oct 2015 → 12 Oct 2015 |
Conference
Conference | IEEE International Conference on Systems, Man, and Cybernetics, SMC 2015 |
---|---|
Country/Territory | Hong Kong |
City | Kowloon Tong |
Period | 9/10/15 → 12/10/15 |
Bibliographical note
Publisher Copyright:© 2015 IEEE.
Keywords
- binary space partition tree
- least recently used pruning
- Non-revisiting genetic algorithms
- random pruning