REVIEW 2 major objections 1 minor 13 references
WASHH uses a whale optimization backbone with dynamic selection among multiple search behaviors and anchor refinement to outperform fixed algorithms on benchmarks and SVC tuning.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.3
2026-06-30 21:15 UTC pith:6UPQPWOC
load-bearing objection WASHH adds an online reward selector to WOA plus a few standard operators and anchors, but the abstract gives no equations or tuning details for the controller, so the reported rank of 1.10 is hard to trust as unbiased. the 2 major comments →
WASHH: An Anchor-Aware Whale-Guided Selection Hyper-Heuristic for Continuous Optimization and SVC Configuration
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
WASHH is an anchor-aware selection hyper-heuristic that employs whale optimization as its exploitation backbone while treating PSO-style memory, GWO-style leader averaging, DE-style variation, local coordinate search, and anchor-guided refinement as selectable behaviors. An online reward controller allocates evaluations according to observed improvements, and anchor refinement exploits inexpensive reference configurations such as box centers or default model settings without bypassing black-box evaluation.
What carries the argument
The online reward controller that allocates evaluations to different search behaviors based on observed improvements, together with anchor-guided refinement that uses cheap reference points.
Load-bearing premise
The online reward controller allocates evaluations according to observed improvements in a way that does not itself introduce bias when comparing performance across different functions, runs, and the SVC task.
What would settle it
Independent runs on the same ten 30-dimensional functions with 12,000 evaluations each that produce an average rank for WASHH worse than 1.10 or show it failing to improve over WOA on at least three functions.
If this is right
- WASHH achieves the best average rank of 1.10 and is best or tied best on all ten benchmark functions.
- It strictly improves over WOA on eight functions while tying at the numerical optimum on Rastrigin and Griewank.
- WASHH records the lowest mean validation log loss among compared optimizers when configuring SVC hyperparameters under a 300-evaluation budget.
Where Pith is reading between the lines
- If the reward controller generalizes without bias, the same selection logic could be applied to other black-box problems that require mixing exploitation from one algorithm with operators from others.
- Anchor refinement using reference points may extend naturally to additional inexpensive sources such as problem-specific defaults beyond box centers.
- The overall design indicates that lightweight hyper-heuristics can serve as an alternative to single-algorithm choices when evaluation budgets are tight.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes WASHH, a selection hyper-heuristic that uses WOA as the primary exploitation mechanism while treating PSO-style memory, GWO-style leader averaging, DE-style variation, local coordinate search, and anchor-guided refinement as selectable operators. An online reward controller dynamically allocates a fixed evaluation budget according to observed improvements, and anchor refinement exploits inexpensive reference points (e.g., box centers) without bypassing black-box evaluations. On ten 30-dimensional benchmark functions (10 runs, 12 000 evaluations) WASHH reports the best average rank (1.10) and is best or tied-best on every function, strictly improving over plain WOA on eight functions while tying at the numerical optimum on Rastrigin and Griewank. The same framework is applied to SVC hyper-parameter configuration for breast-cancer diagnosis under a 300-evaluation budget and again reports the lowest mean validation log-loss.
Significance. If the performance claims are reproducible and the reward controller can be shown to be neutral with respect to landscape and budget allocation, the work would supply a lightweight, anchor-aware hyper-heuristic template that could be useful for low-budget continuous and model-configuration tasks. The manuscript does not, however, supply the equations, pseudocode, or hyper-parameters of the reward controller, nor any statistical tests or variance measures, so the central empirical claims cannot yet be verified.
major comments (2)
- [Abstract / §3] Abstract (and presumably §3–4): the central performance claims (rank 1.10, strict improvement on 8/10 functions) rest on the online reward controller’s dynamic allocation of the fixed 12 000-evaluation budget. No equations, update rule, or hyper-parameters for the controller are supplied, making it impossible to determine whether the mechanism confers an advantage simply by concentrating evaluations on whichever operator improves fastest on a given run. This directly undermines the fairness of the comparison with fixed-allocation baselines such as WOA.
- [Abstract] Abstract: the reported results give only mean ranks and “best or tied-best” statements; no standard deviations, statistical tests (Wilcoxon, Friedman, etc.), or raw data tables are mentioned. Without these, the claim that WASHH “obtains the lowest mean validation log loss” on the SVC task cannot be assessed for significance.
minor comments (1)
- [Abstract] The acronym “LEAD systems” appears in the final sentence of the abstract but is never expanded or referenced elsewhere; either define it or remove the phrase.
Simulated Author's Rebuttal
We thank the referee for the constructive feedback on reproducibility and statistical validation. We address each major comment below and will revise the manuscript to incorporate the requested details.
read point-by-point responses
-
Referee: [Abstract / §3] Abstract (and presumably §3–4): the central performance claims (rank 1.10, strict improvement on 8/10 functions) rest on the online reward controller’s dynamic allocation of the fixed 12 000-evaluation budget. No equations, update rule, or hyper-parameters for the controller are supplied, making it impossible to determine whether the mechanism confers an advantage simply by concentrating evaluations on whichever operator improves fastest on a given run. This directly undermines the fairness of the comparison with fixed-allocation baselines such as WOA.
Authors: We agree that the reward controller description is insufficient for reproducibility. In the revised manuscript we will add the complete equations governing reward accumulation, the precise update rule for dynamic budget allocation, and all hyper-parameters (including learning rates and thresholds). This will enable direct verification that allocation is driven by observed per-operator improvement rather than arbitrary favoritism. revision: yes
-
Referee: [Abstract] Abstract: the reported results give only mean ranks and “best or tied-best” statements; no standard deviations, statistical tests (Wilcoxon, Friedman, etc.), or raw data tables are mentioned. Without these, the claim that WASHH “obtains the lowest mean validation log loss” on the SVC task cannot be assessed for significance.
Authors: We concur that variance measures and formal statistical tests are required. The revision will report standard deviations across the ten runs for all benchmarks and the SVC task, include Wilcoxon signed-rank tests for pairwise comparisons against WOA and other baselines, and apply the Friedman test with Nemenyi post-hoc analysis. Raw result tables will be supplied in supplementary material. revision: yes
Circularity Check
No circularity: empirical results on fixed benchmarks
full rationale
The paper proposes WASHH, a selection hyper-heuristic, and reports its measured performance (rank 1.10, improvements over WOA) on ten standard 30D benchmark functions and an SVC task under fixed budgets. These are direct experimental outcomes of executing the full algorithm, not quantities derived by equations from parameters fitted to the same runs. No self-definitional steps, fitted-input predictions, or load-bearing self-citations appear in the abstract or description. The reward controller is part of the method under test; its effect is evaluated comparatively rather than assumed or reduced by construction. The derivation chain is self-contained against external benchmarks.
Axiom & Free-Parameter Ledger
read the original abstract
Learning-assisted algorithm design often has to make reliable search decisions under small evaluation budgets, where committing to a single metaheuristic can be unreliable. We propose WASHH, a Whale-guided Adaptive Selection Hyper-Heuristic for continuous black-box optimization. WASHH uses WOA as the main exploitation backbone, but treats PSO-style memory, GWO-style leader averaging, DE-style variation, local coordinate search, and anchor-guided refinement as selectable search behaviors. An online reward controller allocates evaluations according to observed improvements, while anchor refinement exploits inexpensive reference configurations such as box centers or default model settings without bypassing black-box evaluation. On ten 30-dimensional benchmark functions with 10 independent runs and 12,000 evaluations, WASHH achieves the best average rank, 1.10, and is best or tied best on all ten functions. It strictly improves over WOA on eight functions and ties WOA at the numerical optimum on Rastrigin and Griewank. We further study SVC hyperparameter configuration for breast cancer diagnosis under a 300-evaluation budget. WASHH obtains the lowest mean validation log loss among the compared optimizers, suggesting that anchor-aware selection hyper-heuristics are a practical lightweight direction for LEAD systems.
Figures
Reference graph
Works this paper leans on
-
[1]
Burke, Michel Gendreau, Matthew Hyde, Graham Kendall, Gabriela Ochoa, Ender Ozcan, and Rong Qu
[Burkeet al., 2013] Edmund K. Burke, Michel Gendreau, Matthew Hyde, Graham Kendall, Gabriela Ochoa, Ender Ozcan, and Rong Qu. Hyper-heuristics: A survey of the state of the art.Journal of the Operational Research Society, 64(12):1695–1724,
work page 2013
-
[2]
A hyperheuristic approach to scheduling a sales summit
[Cowlinget al., 2001] Peter Cowling, Graham Kendall, and Eric Soubeiga. A hyperheuristic approach to scheduling a sales summit. InPractice and Theory of Automated Timetabling III, volume 2079 ofLecture Notes in Computer Science, pages 176–190. Springer,
work page 2001
-
[3]
[Fialhoet al., 2010] Alvaro Fialho, Luis Da Costa, Marc Schoenauer, and Michele Sebag. Analyzing bandit-based adaptive operator selection mechanisms.Annals of Mathematics and Artificial Intelligence, 60(1–2):25–64,
work page 2010
-
[4]
[Guet al., 2025] Yanzhao Gu, Junhao Wei, Zikun Li, Baili Lu, Shirou Pan, and Ngai Cheong. GWOA: A multi- strategy enhanced whale optimization algorithm for engineering design optimization.PLOS ONE, 20(9):e0322494,
work page 2025
-
[5]
[Kennedy and Eberhart, 1995] James Kennedy and Russell Eberhart. Particle swarm optimization. InProceedings of the IEEE International Conference on Neural Networks, pages 1942–1948, Perth, Australia,
work page 1995
-
[6]
[Liet al., 2026] Zikun Li, Wenxuan Zhu, Ran Zhang, et al
IEEE. [Liet al., 2026] Zikun Li, Wenxuan Zhu, Ran Zhang, et al. ASKSSA-CNN-BiLSTM: A novel time series forecasting model for stock price prediction based on an enhanced sparrow search algorithm. InProceedings of the 6th Asia Conference on Information Engineering, pages 20–26, Nanyang Technological University, Singapore,
work page 2026
-
[7]
The whale optimization algorithm.Advances in Engineering Software, 95:51–67,
[Mirjalili and Lewis, 2016] Seyedali Mirjalili and Andrew Lewis. The whale optimization algorithm.Advances in Engineering Software, 95:51–67,
work page 2016
-
[8]
[Mirjaliliet al., 2014] Seyedali Mirjalili, Seyed Mohammad Mirjalili, and Andrew Lewis
8 0.0 0.2 0.4 0.6 0.8 1.0 False positive rate 0.0 0.2 0.4 0.6 0.8 1.0True positive rate ROC, AUC=0.997 malignant benign Predicted label malignant benign True label 73 2 4 121 Validation confusion matrix Figure 4: Final validation-set diagnostic performance of the SVC configured by W ASHH, shown by the ROC curve and confusion matrix. [Mirjaliliet al., 2014...
work page 2014
-
[9]
Scikit-learn: Machine learning in python.Journal of Machine Learning Research, 12:2825–2830,
[Pedregosaet al., 2011] Fabian Pedregosa, Gael Varoquaux, Alexandre Gramfort, Vincent Michel, Bertrand Thirion, Olivier Grisel, Mathieu Blondel, Peter Prettenhofer, Ron Weiss, Vincent Dubourg, Jake Vanderplas, Alexandre Passos, David Cournapeau, Matthieu Brucher, Matthieu Perrot, and Edouard Duchesnay. Scikit-learn: Machine learning in python.Journal of M...
work page 2011
-
[10]
[Storn and Price, 1997] Rainer Storn and Kenneth Price. Differential evolution–a simple and efficient heuristic for global optimization over continuous spaces.Journal of Global Optimization, 11(4):341–359,
work page 1997
-
[11]
[Streetet al., 1993] W. Nick Street, William H. Wolberg, and Olvi L. Mangasarian. Nuclear feature extraction for breast tumor diagnosis. InProceedings of the IS&T/SPIE International Symposium on Electronic Imaging: Science and Technology, pages 861–870,
work page 1993
-
[12]
[Weiet al., 2024] Junhao Wei, Yanzhao Gu, K. L. Eddie Law, and Ngai Cheong. Adaptive position updating particle swarm optimization for uav path planning. InProceedings of the 22nd International Symposium on Modeling and Optimization in Mobile, Ad Hoc, and Wireless Networks, pages 124–131. IEEE,
work page 2024
-
[13]
TSWOA: An enhanced WOA with triangular walk and spiral flight for engineering design optimization
[Weiet al., 2025] Junhao Wei, Yanzhao Gu, Yuzheng Yan, Yapeng Wang, Zikun Li, Baili Lu, Shirou Pan, and Ngai Cheong. TSWOA: An enhanced WOA with triangular walk and spiral flight for engineering design optimization. InProceedings of the 8th International Conference on Advanced Algorithms and Control Engineering, pages 186–
work page 2025
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.