NEOct 30, 2018

Preparing for the Unexpected: Diversity Improves Planning Resilience in Evolutionary Algorithms

arXiv:1810.12483v13 citations
Originality Incremental advance
AI Analysis

This work addresses resilience in optimization for industrial applications, offering an incremental improvement to evolutionary algorithms.

The paper tackles the problem of planners losing performance when unexpected changes occur during optimization, proposing that maintaining diversity among plans improves resilience. The authors show that a diversity-aware genetic algorithm reduces performance drops by a significant amount in average cases.

As automatic optimization techniques find their way into industrial applications, the behavior of many complex systems is determined by some form of planner picking the right actions to optimize a given objective function. In many cases, the mapping of plans to objective reward may change due to unforeseen events or circumstances in the real world. In those cases, the planner usually needs some additional effort to adjust to the changed situation and reach its previous level of performance. Whenever we still need to continue polling the planner even during re-planning, it oftentimes exhibits severely lacking performance. In order to improve the planner's resilience to unforeseen change, we argue that maintaining a certain level of diversity amongst the considered plans at all times should be added to the planner's objective. Effectively, we encourage the planner to keep alternative plans to its currently best solution. As an example case, we implement a diversity-aware genetic algorithm using two different metrics for diversity (differing in their generality) and show that the blow in performance due to unexpected change can be severely lessened in the average case. We also analyze the parameter settings necessary for these techniques in order to gain an intuition how they can be incorporated into larger frameworks or process models for software and systems engineering.

Foundations

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

Your Notes