Comparative study of regression vs pairwise models for surrogate-based heuristic optimisation
Pablo S. Naharro, Pablo Toharia, Antonio LaTorre, José-María Peña
TL;DR
The paper investigates surrogate-based heuristic optimisation under expensive fitness evaluations by comparing surface regression surrogates with a novel pairwise surrogate formulation that uses binary classification. It systematically evaluates five ML models across eight strategy combinations (baseline, probability, quality-distance, and diversity, including their hybrids) within an online DE framework, using SOCO'11 benchmarks and a GECCO'21 industrial problem. Key findings show that performance hinges not only on predictive accuracy but also on bias direction and how predictions govern actual evaluations; the DT/C pairwise surrogate emerges as the most consistently effective configuration, with diversity-driven strategies providing strong gains across most models. The work demonstrates meaningful computational savings, analyzes surrogate contribution over the search process, discusses limitations (e.g., quadratic growth in pairwise data), and suggests future directions for phase-aware and heterogeneous surrogate ensembles.
Abstract
Heuristic optimisation algorithms explore the search space by sampling solutions, evaluating their fitness, and biasing the search in the direction of promising solutions. However, in many cases, this fitness function involves executing expensive computational calculations, drastically reducing the reasonable number of evaluations. In this context, surrogate models have emerged as an excellent alternative to alleviate these computational problems. This paper addresses the formulation of surrogate problems as both regression models that approximate fitness (surface surrogate models) and a novel way to connect classification models (pairwise surrogate models). The pairwise approach can be directly exploited by some algorithms, such as Differential Evolution, in which the fitness value is not actually needed to drive the search, and it is sufficient to know whether a solution is better than another one or not. Based on these modelling approaches, we have conducted a multidimensional analysis of surrogate models under different configurations: different machine learning algorithms (regularised regression, neural networks, decision trees, boosting methods, and random forests), different surrogate strategies (encouraging diversity or relaxing prediction thresholds), and compare them for both surface and pairwise surrogate models. The experimental part of the article includes the benchmark problems already proposed for the SOCO2011 competition in continuous optimisation and a simulation problem included in the recent GECCO2021 Industrial Challenge. This paper shows that the performance of the overall search, when using online machine learning-based surrogate models, depends not only on the accuracy of the predictive model but also on both the kind of bias towards positive or negative cases and how the optimisation uses those predictions to decide whether to execute the actual fitness function.
