NEAICODec 1, 2021

Frequency Fitness Assignment: Optimization without Bias for Good Solutions can be Efficient

arXiv:2112.00229v4
Originality Incremental advance
AI Analysis

This addresses the issue of bias in optimization algorithms for researchers and practitioners in evolutionary computation, offering a novel approach that is incremental in enhancing existing state-of-the-art methods.

The paper tackles the problem of bias towards better solutions in evolutionary algorithms by introducing Frequency Fitness Assignment (FFA), which assigns fitness based on encounter frequency and is invariant to objective function transformations. The result shows that FFA significantly improves performance on hard problems, with one algorithm exhibiting polynomial mean runtimes on benchmark problems like traps, jumps, and plateaus, and better performance on satisfiability problems.

A fitness assignment process transforms the features (such as the objective value) of a candidate solution to a scalar fitness, which then is the basis for selection. Under Frequency Fitness Assignment (FFA), the fitness corresponding to an objective value is its encounter frequency in selection steps and is subject to minimization. FFA creates algorithms that are not biased towards better solutions and are invariant under all injective transformations of the objective function value. We investigate the impact of FFA on the performance of two theory-inspired, state-of-the-art EAs, the Greedy (2+1) GA and the Self-Adjusting (1+(lambda,lambda)) GA. FFA improves their performance significantly on some problems that are hard for them. In our experiments, one FFA-based algorithm exhibited mean runtimes that appear to be polynomial on the theory-based benchmark problems in our study, including traps, jumps, and plateaus. We propose two hybrid approaches that use both direct and FFA-based optimization and find that they perform well. All FFA-based algorithms also perform better on satisfiability problems than any of the pure algorithm variants.

Foundations

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

Your Notes