pith. sign in

arxiv: 2605.08883 · v2 · pith:VMLPXBHGnew · submitted 2026-05-09 · 💻 cs.NE

Drain-Vortex Optimization: A Population-Based Metaheuristic Inspired by Multi-Drain Free-Vortex Flow

Pith reviewed 2026-05-12 00:54 UTC · model grok-4.3

classification 💻 cs.NE
keywords Drain-Vortex Optimizationmetaheuristiccontinuous optimizationvortex flowswarm intelligenceCEC benchmarkspopulation-based algorithmexploration-exploitation balance
0
0 comments X

The pith

Drain-Vortex Optimization models candidate solutions as particles spiraling in a multi-drain free-vortex field to improve continuous optimization.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper introduces Drain-Vortex Optimization, a population-based method in which each candidate solution moves under combined radial attraction to selected drain centers and tangential rotation set by a regularized free-vortex law. A distance-dependent three-phase switch moves the particle from far-field exploration through inward spiraling to localized core exploitation, with population-level basin assignment and optional stochastic switching to preserve diversity. The method is calibrated on CEC 2022 and then validated on CEC 2017, classical functions, and engineering design problems, where it records the best mean log10 error on 34 of 58 CEC 2017 cases and the lowest Friedman rank of 1.67. A sympathetic reader would care because the persistent difficulty in balancing global exploration against local refinement in high-dimensional, multimodal landscapes might be eased by a mechanism drawn directly from fluid flow rather than from abstract parameter schedules.

Core claim

DVO represents each population member as a particle whose velocity decomposes into a radial component directed at one of several drain centers and a tangential component obeying the regularized free-vortex law. The normalized distance to the assigned drain triggers a three-phase transition: far-field exploration when distant, spiral inward motion at intermediate range, and localized exploitation near the core. Adaptive spiral length, population-wide vortex-basin assignment, and stochastic basin switching are added to maintain structured diversity. On the CEC 2017 suite this yields the lowest average log10 error on 34 of 58 functions, the best Friedman rank of 1.67, and statistically superior

What carries the argument

The distance-triggered three-phase update rule inside the multi-drain free-vortex field, which couples radial attraction to each drain center with tangential velocity that follows the regularized free-vortex law.

If this is right

  • On the CEC 2017 suite DVO records the best mean log10 error on 34 of 58 cases and the lowest Friedman rank of 1.67, with Holm-corrected Wilcoxon tests showing significance against all seven baselines.
  • On CEC 2022 DVO obtains the best Friedman rank of 2.13 and is significantly better than five of the seven baselines, though the gaps versus PSO and SVOA are not significant.
  • Performance is weaker on simple unimodal classical functions and on small constrained engineering designs, indicating that the method is tuned for high-dimensional multimodal landscapes.
  • The algorithm admits a vectorized GPU implementation that runs independent trials in parallel without extra communication overhead.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The free-vortex tangential component could be replaced by other distance-dependent rotation laws to test whether the performance gain is tied to the specific 1/r decay or to the phase-switching logic itself.
  • Because basin assignment is performed at the population level, the same structure might be transplanted into other swarm or evolutionary frameworks that already maintain multiple subpopulations.
  • The operating regime identified on classical and engineering problems suggests that DVO would be most useful as a component inside hybrid solvers that first locate promising basins and then hand them to a vortex-based local refiner.

Load-bearing premise

The particular mix of vortex-law regularization, three-phase distance thresholds, and basin-assignment rules yields a real performance gain that persists on optimization problems outside the CEC collections used for tuning and validation.

What would settle it

Apply the final DVO configuration and the same baselines to an untouched benchmark collection such as CEC 2020 or CEC 2024 and test whether the Friedman ranking and pairwise significance pattern remain unchanged.

Figures

Figures reproduced from arXiv: 2605.08883 by Brian Vaughan, Mohsen Omidi.

Figure 1
Figure 1. Figure 1: Inspiration of DVO from drain-vortex flow. (a) Top-down view of the three flow [PITH_FULL_IMAGE:figures/full_fig_p017_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Multi-drain configuration. Each drain Vk produces its own basin of attraction (coloured halos). Agents are distributed across basins via a score that combines drain quality and proximity. The dashed arrow shows the stochastic vortex switching (SVS) mechanism, which transfers an agent from one basin to another with a small probability pswitch. and provides a controlled form of basin-to-basin information exc… view at source ↗
Figure 3
Figure 3. Figure 3: The three motion phases of an agent in DVO. In the far-field ( [PITH_FULL_IMAGE:figures/full_fig_p026_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Flowchart of the DVO algorithm. Each iteration assigns every agent to a [PITH_FULL_IMAGE:figures/full_fig_p033_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Convergence curves of DVO and the strongest baselines on the CEC 2017 con [PITH_FULL_IMAGE:figures/full_fig_p051_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Stability profiles: standard deviation of [PITH_FULL_IMAGE:figures/full_fig_p051_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Average Friedman ranks of DVO and the seven baseline algorithms on CEC [PITH_FULL_IMAGE:figures/full_fig_p054_7.png] view at source ↗
read the original abstract

This paper proposes Drain-Vortex Optimization (DVO), a population-based metaheuristic for continuous optimization. DVO models each candidate solution as a particle moving in a multi-drain vortex field. Its update rule decomposes motion into radial attraction toward selected drain centres and tangential rotation governed by a regularized free-vortex law. A three-phase mechanism switches between far-field exploration, spiral inward motion, and localized core exploitation according to the normalized distance to the assigned drain. The method also uses adaptive spiral exploitation, population-level vortex basin assignment, and optional stochastic basin switching to support structured diversity. DVO is evaluated against PSO, GWO, WOA, SCA, AOA, EO, and SVOA using a calibration--validation protocol. CEC 2022 is used only to select the final DVO configuration, while CEC 2017, classical functions, and five constrained engineering design problems are used for out-of-sample validation. On CEC 2017, DVO achieves the best mean $\log_{10}$ error on 34 of 58 cases and the best Friedman average rank (1.67), and is significantly better than every baseline under Holm-corrected Wilcoxon tests. On CEC 2022, DVO obtains the best Friedman rank (2.13) and is significantly better than five of the seven baselines; the differences against PSO and SVOA are not significant. DVO is less competitive on simple scalable classical functions and on small constrained engineering designs, which clarifies its operating regime. The algorithm is implemented in a vectorized GPU form that executes independent runs in parallel.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

2 major / 2 minor

Summary. The manuscript proposes Drain-Vortex Optimization (DVO), a population-based metaheuristic in which candidate solutions are modeled as particles in a multi-drain vortex field. Motion decomposes into radial attraction toward assigned drain centers and tangential rotation governed by a regularized free-vortex law. A three-phase switching rule based on normalized distance to the drain selects among far-field exploration, spiral inward motion, and localized exploitation; additional mechanisms include adaptive spiral exploitation, population-level basin assignment, and optional stochastic basin switching. The algorithm is evaluated with a calibration-validation protocol that tunes the final configuration exclusively on CEC 2022 and reports out-of-sample results on CEC 2017 (best mean log10 error on 34 of 58 cases, Friedman rank 1.67, Holm-corrected significance versus all seven baselines), CEC 2022, classical functions, and five constrained engineering problems. The paper notes weaker competitiveness on simple classical functions and small engineering designs.

Significance. If the performance advantage on CEC 2017 is shown to arise from the vortex dynamics rather than from hyperparameter fitting, DVO would constitute a useful physics-inspired addition to the metaheuristics literature, particularly for structured multimodal landscapes. The calibration-validation split and the vectorized GPU implementation that enables parallel independent runs are clear methodological strengths. The explicit delimitation of the operating regime (weaker results on classical functions) is also constructive.

major comments (2)
  1. The calibration-validation protocol selects the final DVO configuration (including the vortex regularization constant, three phase-transition distance thresholds, and basin-switching probability) exclusively on CEC 2022 and then reports superior results on CEC 2017. Because the two suites share overlapping categories of unimodal, multimodal, hybrid, and composition functions at comparable dimensions, the reported best mean log10 error on 34/58 CEC 2017 cases and Friedman rank of 1.67 could reflect tuning to CEC-style landscapes rather than an intrinsic advantage of the multi-drain free-vortex model. An ablation that isolates the three-phase switching and basin-assignment rules from the tuned thresholds is required to substantiate the central performance claim.
  2. The manuscript does not report standard deviations, confidence intervals, or per-run error distributions alongside the mean log10 errors in the CEC 2017 tables. While Holm-corrected Wilcoxon tests are performed, the absence of these statistics makes it impossible to judge the practical magnitude and stability of the reported improvements over PSO, GWO, WOA, SCA, AOA, EO, and SVOA.
minor comments (2)
  1. The abstract and experimental section should state the exact numerical values of the final tuned parameters (vortex regularization constant, phase thresholds, basin-switching probability) so that the configuration is fully reproducible.
  2. The definition of 'normalized Euclidean distance to the assigned drain' and the precise form of the regularized free-vortex tangential velocity should be given explicitly with equation numbers in the algorithm description section.

Simulated Author's Rebuttal

2 responses · 0 unresolved

We thank the referee for the constructive review, the recognition of our calibration-validation protocol and GPU implementation as strengths, and the clear delimitation of operating regimes in the manuscript. We address each major comment point by point below.

read point-by-point responses
  1. Referee: The calibration-validation protocol selects the final DVO configuration (including the vortex regularization constant, three phase-transition distance thresholds, and basin-switching probability) exclusively on CEC 2022 and then reports superior results on CEC 2017. Because the two suites share overlapping categories of unimodal, multimodal, hybrid, and composition functions at comparable dimensions, the reported best mean log10 error on 34/58 CEC 2017 cases and Friedman rank of 1.67 could reflect tuning to CEC-style landscapes rather than an intrinsic advantage of the multi-drain free-vortex model. An ablation that isolates the three-phase switching and basin-assignment rules from the tuned thresholds is required to substantiate the central performance claim.

    Authors: We appreciate the referee's concern regarding potential implicit tuning effects due to shared function categories between the suites. The calibration-validation split follows established practice in the metaheuristics community to ensure out-of-sample evaluation, with CEC 2022 used solely for final parameter selection and CEC 2017 reserved for validation; the distinct problem instances and our additional results on classical functions and engineering designs provide further support. Nevertheless, we agree that an explicit ablation isolating the three-phase switching rule and population-level basin assignment from the tuned thresholds would more directly attribute performance gains to the vortex dynamics. In the revised manuscript we will add this ablation study, comparing the full DVO against variants that replace the three-phase mechanism with fixed-distance rules and disable adaptive basin assignment while retaining the same tuned parameters. revision: yes

  2. Referee: The manuscript does not report standard deviations, confidence intervals, or per-run error distributions alongside the mean log10 errors in the CEC 2017 tables. While Holm-corrected Wilcoxon tests are performed, the absence of these statistics makes it impossible to judge the practical magnitude and stability of the reported improvements over PSO, GWO, WOA, SCA, AOA, EO, and SVOA.

    Authors: We acknowledge that the absence of variability statistics limits assessment of result stability despite the reported statistical tests. In the revised manuscript we will augment the CEC 2017 tables with standard deviations for all algorithms' mean log10 errors. We will also add supplementary figures (box plots of per-run errors on representative functions) to illustrate the magnitude and consistency of improvements, allowing readers to better evaluate practical significance alongside the Holm-corrected Wilcoxon results. revision: yes

Circularity Check

0 steps flagged

No circularity: algorithm rules defined independently of benchmark outcomes

full rationale

The DVO update rule (radial attraction plus regularized free-vortex tangential motion), three-phase switching thresholds, adaptive spiral exploitation, and basin-assignment logic are stated explicitly from the multi-drain vortex inspiration and do not reference or depend on any performance metric, fitted parameter value, or CEC result. CEC 2022 is used solely for configuration selection while CEC 2017 and other suites serve as separate validation; the reported means, ranks, and significance tests are external empirical quantities, not quantities defined by the algorithm's own equations. No self-citation, self-definitional step, or fitted-input-renamed-as-prediction appears in the derivation chain.

Axiom & Free-Parameter Ledger

3 free parameters · 2 axioms · 2 invented entities

The algorithm rests on several design choices that are introduced without derivation from first principles or external data: the precise form of the regularized vortex law, the distance thresholds that trigger phase switches, the rule for assigning particles to drains, and the stochastic switching probability. These are free parameters or ad-hoc modeling decisions rather than consequences of the physics analogy.

free parameters (3)
  • vortex regularization constant
    Controls the tangential velocity near the drain core; chosen to avoid singularities and tuned during calibration.
  • phase-transition distance thresholds
    Normalized distances that switch between exploration, spiral, and exploitation regimes; selected on CEC 2022.
  • basin-switching probability
    Controls how often particles reassign to different drains; part of the diversity mechanism.
axioms (2)
  • domain assumption A regularized free-vortex velocity field provides a useful balance of attraction and rotation for search-space exploration.
    Invoked to justify the tangential component of the update rule.
  • ad hoc to paper Normalized Euclidean distance to the assigned drain is a sufficient statistic for deciding the appropriate search regime.
    Used to trigger the three-phase mechanism.
invented entities (2)
  • Drain centers no independent evidence
    purpose: Dynamic attractors that particles move toward and around.
    New modeling construct introduced to organize the population.
  • Vortex basins no independent evidence
    purpose: Partitions of the population assigned to different drains for structured diversity.
    Invented mechanism to prevent premature convergence.

pith-pipeline@v0.9.0 · 5592 in / 1611 out tokens · 54027 ms · 2026-05-12T00:54:36.291645+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Lean theorems connected to this paper

Citations machine-checked in the Pith Canon. Every link opens the source theorem in the public Lean library.

What do these tags mean?
matches
The paper's claim is directly supported by a theorem in the formal canon.
supports
The theorem supports part of the paper's argument, but the paper may add assumptions or extra steps.
extends
The paper goes beyond the formal theorem; the theorem is a base layer rather than the whole result.
uses
The paper appears to rely on the theorem as machinery.
contradicts
The paper's claim conflicts with a theorem or certificate in the canon.
unclear
Pith found a possible connection, but the passage is too broad, indirect, or ambiguous to say the theorem truly supports the claim.