NEJul 15, 2014

Uncertainty And Evolutionary Optimization: A Novel Approach

arXiv:1407.4000v210 citations
AI Analysis

This addresses the problem of noisy fitness evaluation in evolutionary algorithms for engineering optimization, but it is incremental as it builds on existing methods.

The paper tackles optimization in noisy environments by proposing a Distributed Population Switching Evolutionary Algorithm (DPSEA), which uses a distributed architecture and local regression for fitness estimation, achieving superior robustness and accuracy on benchmark problems.

Evolutionary algorithms (EA) have been widely accepted as efficient solvers for complex real world optimization problems, including engineering optimization. However, real world optimization problems often involve uncertain environment including noisy and/or dynamic environments, which pose major challenges to EA-based optimization. The presence of noise interferes with the evaluation and the selection process of EA, and thus adversely affects its performance. In addition, as presence of noise poses challenges to the evaluation of the fitness function, it may need to be estimated instead of being evaluated. Several existing approaches attempt to address this problem, such as introduction of diversity (hyper mutation, random immigrants, special operators) or incorporation of memory of the past (diploidy, case based memory). However, these approaches fail to adequately address the problem. In this paper we propose a Distributed Population Switching Evolutionary Algorithm (DPSEA) method that addresses optimization of functions with noisy fitness using a distributed population switching architecture, to simulate a distributed self-adaptive memory of the solution space. Local regression is used in the pseudo-populations to estimate the fitness. Successful applications to benchmark test problems ascertain the proposed method's superior performance in terms of both robustness and accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes