Where's Ben Nevis? A 2D optimisation benchmark with 957,174 local optima based on Great Britain terrain data
Yuhang Wei, Michael Clerx, Gary R. Mirams

TL;DR
This paper introduces a new complex benchmark based on Great Britain's terrain data, featuring over 950,000 local optima, to evaluate and compare optimization algorithms' performance in realistic landscapes.
Contribution
The paper presents a novel terrain-based benchmark with a large number of local optima, a classification method for basins, and a framework for benchmarking optimization algorithms.
Findings
Differential Evolution outperformed other algorithms in finding Ben Nevis.
The benchmark effectively differentiates algorithm performance on complex landscapes.
The framework enables meaningful comparisons even when algorithms fail to find the global optimum.
Abstract
We present a novel optimisation benchmark based on the real landscape of Great Britain (GB). The elevation data from the UK Ordnance Survey Terrain 50 dataset is slightly modified and linearly interpolated to produce a target function that simulates the GB terrain, packaged in a new Python module nevis. We introduce a discrete approach to classifying local optima and their corresponding basins of attraction, identifying 957,174 local optima of the target function. We then develop a benchmarking framework for optimisation methods based on this target function, where we propose a Generalised Expected Running Time performance measure to enable meaningful comparisons even when algorithms do not achieve successful runs (find Ben Nevis). Hyperparameter tuning is managed using the optuna framework, and plots and animations are produced to visualise algorithm performance. Using the proposed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · 3D Modeling in Geospatial Applications · 3D Surveying and Cultural Heritage
