Adaptive Surrogate-Based Strategy for Accelerating Convergence Speed when Solving Expensive Unconstrained Multi-Objective Optimisation Problems
Tiwonge Msulira Banda, Alexandru-Ciprian Zăvoianu
TL;DR
This work tackles the bottleneck of solving expensive unconstrained MOOPs by introducing an adaptive surrogate accelerator within a two-loop MOEA framework. By training per-objective surrogates (GPR, 1D-CNN, RFR) on only the most recent generation and integrating surrogate solutions in a controlled, early fashion (50% transfer; activation from gen 2; adaptive deactivation), the approach significantly accelerates early convergence for NSGA-II and MOEA/D with modest overhead. Across 31 benchmark problems and a North-East Atlantic fish stock case study, the method yields faster early improvement in $Hv(PF_c)$ and generally maintains competitive end-of-run performance, outperforming a lightweight interpolation baseline in early phases. The results suggest practical benefits for industrial CI-MOOPs, enabling high-quality Pareto fronts with far fewer true evaluations and highlighting avenues for further enhancement via ensemble surrogates and broader solver comparisons.
Abstract
Multi-Objective Evolutionary Algorithms (MOEAs) have proven effective at solving Multi-Objective Optimisation Problems (MOOPs). However, their performance can be significantly hindered when applied to computationally intensive industrial problems. To address this limitation, we propose an adaptive surrogate modelling approach designed to accelerate the early-stage convergence speed of state-of-the-art MOEAs. This is important because it ensures that a solver can identify optimal or near-optimal solutions with relatively few fitness function evaluations, thereby saving both time and computational resources. Our method employs a two-loop architecture. The outer loop runs a (baseline) host MOEA which carries out true fitness evaluations. The inner loop contains an Adaptive Accelerator that leverages data-driven machine learning (ML) surrogate models to approximate fitness functions. Integrated with NSGA-II and MOEA/D, our approach was tested on 31 widely known benchmark problems and a real-world North Sea fish abundance modelling case study. The results demonstrate that by incorporating Gaussian Process Regression, one-dimensional Convolutional Neural Networks, and Random Forest Regression, our proposed approach significantly accelerates the convergence speed of MOEAs in the early phases of optimisation.
