NeFut Logo NeFut
Admin Login

[CS.AI] Towards Efficient Evaluation of Evolutionary Transfer Optimization: Case Studies on Task-Parameterized Applications

Published at: 2026-09-08 22:00 Last updated: 2026-09-09 09:08
#AI #Machine Learning #optimization

This paper addresses the evaluation bottleneck in Evolutionary Transfer Optimization (ETO) when dealing with large collections of related tasks. As the number of tasks grows, problem‑side evaluation often dominates runtime. We decompose evaluation scaling into two levels:

  1. Number of evaluated tasks – each task requires an independent evaluation in multi‑task optimization.
  2. Workload within a single task – the internal computation of each task also grows with problem size.

For both levels, we propose parallel‑friendly reformulations in two task‑parameterized applications.

Both reformulations preserve numerical fidelity while delivering end‑to‑end speedups of $256.72\times$ and $93.91\times$, respectively. The results demonstrate that problem‑side reformulation is a practical route to scalable ETO. All implementation code and experimental scripts are released as open source to facilitate reproducibility and reuse.

Review: By converting inherently serial evaluation steps into matrix‑based linear algebra operations, the work provides a clear pathway to accelerate ETO on large‑scale task sets. Open‑sourcing the code further enhances reproducibility and community impact.

Original Source: https://arxiv.org/abs/2609.05040

[h] Back to Home