REVIEW 2 major objections 4 minor 119 references
A single best algorithm cannot be named for redundancy allocation; the winner changes with the evaluation budget and the initialization method.
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 →
A 65-algorithm benchmark on a bi-objective repairable redundancy-allocation problem shows that algorithm rankings are budget-dependent and that Scaled Binomial Initialization changes relative performance.
T0 review reviewed 2026-08-03 challenge →
load-bearing objection A genuinely useful large-scale benchmark, but a possible load-bearing typo in the warm-standby CTMC pseudocode needs checking before the rankings can be trusted. the 2 major comments →
Large-scale benchmarking of multi-objective soft-computing metaheuristics for redundancy allocation in repairable k-out-of-n systems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
Core claim
On its own terms, the paper establishes that for the bi-objective redundancy allocation problem in repairable k-out-of-n systems, algorithm performance is a function of the computational budget. Using 65 metaheuristics, six system configurations, four weight limits, and up to 2e6 evaluations per run, it finds hypervolume rankings that shift across budget regimes. SBI initialization provides a substantial head start—in some cases the SBI initial population alone sits near the best-found front—and it changes the ranking of methods, sometimes drastically. The paper's concrete best performers are NNIA-SBI and CMOPSO-SBI for tight budgets, CMODEFTR-SBI and DSPCMDE-SBI for medium budgets, and NSGA
What carries the argument
The central mechanism is Scaled Binomial Initialization (SBI), a structured way to generate the initial binary population by varying the probability of a 1-bit with the index of the individual, plus continuous-time Markov chain (CTMC) availability models for each standby strategy. The CTMC models convert each subsystem's (n, k, strategy) choice into steady-state availability; hypervolume computed from the resulting bi-objective front feeds the budget-dependent rankings. SBI is what gives methods an early advantage and changes their relative performance, while the CTMC models provide the objective values on which all rankings rest.
Load-bearing premise
The load-bearing premise is that the CTMC transition models for cold, warm, mixed, and hot standby—together with the system-level availability formulas used in the six case studies—produce correct availability values, because every algorithm ranking is computed from hypervolume of solutions evaluated with those values.
What would settle it
Run discrete-event simulation on a representative set of subsystem configurations covering all four standby strategies and various n and k values under the paper's failure, repair, and switch rates, then compare steady-state availability to the CTMC predictions; any systematic mismatch would undermine the objective values and therefore every ranking built on them.
If this is right
- Algorithm rankings for RAP should be reported with the evaluation budget explicitly conditioned; a single final-budget ranking can mislead practitioners.
- SBI should be used in binary-encoded RAP settings because it consistently raises hypervolume and can put a method in a near-final convergence state from the start.
- Hot standby is preferred under tight weight limits, while the mixed active-warm strategy dominates when more spares can be allocated, making cold and warm standby poor design choices under the tested parameters.
- Larger systems require roughly an order of magnitude more evaluations to approach the best-found Pareto fronts, so budget planning should scale with system size.
- The six case studies form a difficulty gradient that could serve as a reusable real-world benchmark suite for multi-objective optimizers.
Where Pith is reading between the lines
- Editorial inference: if the budget-dependence pattern holds beyond RAP, then any multi-objective benchmark that reports a single final-budget ranking is likely hiding which algorithms are actually useful for a practitioner's real, fixed evaluation budget.
- Editorial inference: SBI's benefit is tied to binary encodings; the same idea—a parameterized, structured initial population—might transfer to other discrete or mixed-integer problems, but that transfer is not tested in this paper.
- Editorial inference: the near-absence of cold and warm standby in Pareto fronts is contingent on the paper's parameter values; if cold-switch times were much faster or warm-standby failure rates much lower, those strategies could become competitive.
- Editorial inference: because SBI changes rankings so drastically, cross-study comparisons of algorithms that use different initialization schemes may be implicitly unfair; a standardized initialization protocol may be needed before broad algorithmic conclusions can be drawn.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents a large-scale benchmark of 65 multi-objective metaheuristics on a bi-objective redundancy allocation problem for repairable k-out-of-n systems. The problem minimizes system cost and maximizes steady-state availability, with subsystem decisions covering the number of redundant components and the choice among cold, warm, hot, or mixed standby strategies. Subsystem availability is computed via continuous-time Markov chains (CTMCs). A controlled experimental campaign uses six case studies of varied structure and dimension, four weight limits per case, two initialization regimes (random and the authors' SBI), and a budget of 2e6 function evaluations with 10 runs per configuration. Performance is compared via hypervolume, budget-dependent convergence profiles, and non-parametric statistics (Friedman ranks, Wilcoxon signed-rank tests, Holm-Bonferroni correction). The central claims are that algorithm rankings are strongly budget-dependent, SBI provides a substantial early advantage and changes rankings, NSGA-II+ARSBX-SBI is robust for medium and large budgets, and hot/mixed redundancy strategies dominate Pareto-optimal solutions.
Significance. If the underlying CTMC and system-availability evaluations are correct, this is a valuable and unusually comprehensive benchmark: 65 algorithms, 24 problems, reproducible code and aggregate results on Zenodo, and a statistically disciplined comparison protocol. The budget-dependent ranking result and the SBI initialization effect have direct practical implications for algorithm selection in RAP studies. The paper also contributes a new real-world-inspired test suite for multi-objective optimization. However, the significance is conditional on the correctness of the objective-function implementation, which is precisely the point of concern raised in the major comments.
major comments (2)
- [§3.2.5, Algorithm 1, lines 41–46] The pseudocode for a warm-standby failure sets the transition rate to ΛS(i,j) ← S(i,1)·λstandby. Since the state vector is defined as (active, standby, failed), S(i,1) is the active count and S(i,2) is the standby count. The text in §3.2.3 states that failure rates are sums over 'all active or standby units', so the standby failure rate should be S(i,2)·λstandby, not S(i,1)·λstandby. This is not a cosmetic issue: Table 4 shows warm and mixed strategies dominate Pareto fronts, so every hypervolume value and ranking in Figs. 12–17 depends on these rates. Please verify the MATLAB implementation, correct the pseudocode and code, and re-run the experiments if the code literally follows the current pseudocode.
- [Eqs. (8)–(13) and §3.2] The manuscript provides no independent validation of the CTMC-based availability values or the system-level availability formulas for CS2, CS3, CS5, and CS6. Given that the entire benchmark ranks algorithms by hypervolume computed from these objective values, the authors should verify their implementation against an independent solver (e.g., numerical solution of the global balance equations or Monte Carlo simulation) for at least several subsystem configurations and all system formulas. The internal inconsistency in Algorithm 1 (above) makes this verification especially important, as it indicates that the implementation may deviate from the intended model.
minor comments (4)
- [Eq. (1)] The last argument of f should be Am, not A1: it currently reads 'A1(nm, km, rm)', which is a typo.
- [After the References] The 'Acknowledgements' heading appears twice. One duplicate should be removed.
- [Table 4] The table is visually fragmented across CS blocks with different W values. Please unify the format or add clear subheadings so the reader can identify the columns for each case study and weight limit without scanning back and forth.
- [§4.3, Fig. 14] The relative-distance analysis uses the best-found HV over all methods/runs as a proxy for the true Pareto front. This is acknowledged, but the paper should also report variance or confidence intervals across the 10 runs, since the 'virtual best' curve is derived from the same data and may overstate the stability of the rankings.
Circularity Check
No circular derivation: the SBI advantage is re-measured empirically; the only self-citation is non-load-bearing.
full rationale
The central claims are benchmark measurements. The objective values come from the stated CTMC model and system-level availability formulas (Eqs. 8-13), and the algorithm rankings come from hypervolume computed over those values across 65 external PlatEMO algorithms. No equation in the optimization loop is defined in terms of the outputs it is used to predict, and no fitted parameter is renamed as a prediction. The SBI advantage (RQ3) is not assumed from the self-citation: the paper reports 31,200 experiments on six case studies with and without SBI, and the citation to Oszczypała (2025) supplies the initialization rule rather than the evidence for its benefit here. This is a self-citation, but it is not load-bearing because the claimed advantage is independently re-measured against many external algorithms and the code is released. The warm-standby transition-rate issue raised in the reader's skeptical analysis is a potential correctness concern in the objective model, not a case of a prediction being equal to its input by construction, and therefore does not affect the circularity score. No uniqueness theorem is imported from the authors' prior work, and no known result is simply relabeled.
Axiom & Free-Parameter Ledger
free parameters (2)
- Technical component parameters in Table 3 (failure rates, repair rates, switching rates, costs, weights, weight limits) =
see Table 3
- SBI initialization schedule
axioms (4)
- domain assumption Exponential distributions for failure, repair, and standby-to-active transition times (Section 3, assumption 6)
- domain assumption System availability is computed by the series/parallel/bridge formulas in Eqs. (8)-(13)
- standard math Each subsystem CTMC is ergodic and has a unique steady-state distribution
- ad hoc to paper Default PlatEMO parameter settings are representative of each algorithm's intended performance
Cite this review
Pith. "Pith review of Large-scale benchmarking of multi-objective soft-computing metaheuristics for redundancy allocation in repairable k-out-of-n systems." pith.science (2026). https://pith.science/paper/I324EOA4
@misc{pith2026251218343,
author = {Pith},
title = {Pith review of: Large-scale benchmarking of multi-objective soft-computing metaheuristics for redundancy allocation in repairable k-out-of-n systems},
year = {2026},
howpublished = {\url{https://pith.science/paper/I324EOA4}},
note = {Machine review of arXiv:2512.18343}
}
read the original abstract
This paper presents a large-scale budget-aware benchmark of multi-objective soft-computing metaheuristics for a bi-objective redundancy allocation problem in repairable k-out-of-n systems. The problem combines cost minimization and steady-state availability maximization under weight constraints, with binary subsystem-level decisions determining both the number of redundant components and the redundancy strategy. Four strategies are considered: cold standby, warm standby, hot standby, and a mixed active-warm standby strategy. Subsystem availability is evaluated using continuous-time Markov chains, while the optimization task is treated as a constrained mixed-integer multi-objective problem. The study compares 65 metaheuristic algorithms from multiple algorithmic families under two initialization settings, with and without Scaled Binomial Initialization (SBI), across six case studies of increasing structural and dimensional complexity and four weight limits per case. Performance is assessed using hypervolume, budget-dependent convergence profiles, and non-parametric statistical comparisons. The results show that algorithm rankings are strongly budget-dependent, indicating that a single final-budget ranking can be misleading. SBI provides a substantial early advantage and can change the relative performance of competing methods, especially for larger instances. The best-performing algorithms vary across budget regimes: NNIA-SBI and CMOPSO-SBI are competitive under tight budgets, whereas NSGA-II+ARSBX-SBI performs robustly for medium and large budgets. From a system design perspective, Pareto-optimal solutions are dominated by hot standby and mixed redundancy strategies, while cold and warm standby rarely appear. The benchmark highlights the importance of initialization, computational budget, and problem complexity when selecting soft-computing optimizers for practical redundancy allocation.
Figures
Reference graph
Works this paper leans on
-
[3]
On the Pareto Set and Front of Multiobjective Spherical Functions with Convex Constraints, in: Proceedings of the Genetic and Evolutionary Computation Conference. Presented at the GECCO ’25: Genetic and Evolutionary Computation Conference, ACM, NH Malaga Hotel Malaga Spain, pp. 527–535. https://doi.org/10.1145/3712256.3726432 Bäck, T.H.W., Kononova, A.V ....
-
[6]
Engineering Applications of Artificial Intelligence 142, 109898
Estimating travel time in transport network with a combined multi-attributed graph convolutional neural network and multilayer perceptron model. Engineering Applications of Artificial Intelligence 142, 109898. https://doi.org/10.1016/j.engappai.2024.109898 Bili Chen, Wenhua Zeng, Yangbin Lin, Defu Zhang,
arXiv 2024
-
[10]
Reliability Engineering & System Safety 253, 110581
Efficient reliability analysis of generalized k -out-of- n phased -mission systems. Reliability Engineering & System Safety 253, 110581. https://doi.org/10.1016/j.ress.2024.110581 Chen, H., Tian, Y ., Pedrycz, W., Wu, G., Wang, R., Wang, L.,
arXiv 2024
-
[11]
Hyperplane Assisted Evolutionary Algorithm for Many-Objective Optimization Problems. IEEE Trans. Cybern. 50, 3367–3380. https://doi.org/10.1109/TCYB.2019.2899225 Cheng, C., Yang, J., Li, L.,
arXiv 2019
-
[12]
Reliability Engineering & System Safety 216, 108003
Reliability evaluation of a k-out-of-n(G)-subsystem based multi-state phased mission system with common bus performance sharing subjected to common cause failures. Reliability Engineering & System Safety 216, 108003. https://doi.org/10.1016/j.ress.2021.108003 Cheng, R., Jin, Y ., Olhofer, M., Sendhoff, B.,
arXiv 2021
-
[14]
Computers & Industrial Engineering 203, 111045
Reliability optimization of non-linear RRAP with cold standby through HPSOTLBO. Computers & Industrial Engineering 203, 111045. https://doi.org/10.1016/j.cie.2025.111045 Chowdury, Md.A.M., Nath, R., Shukla, A.K., Rauniyar, A., Muhuri, P.K.,
arXiv 2025
-
[16]
Reliability Analysis for Warm Standby Systems with Two Different Spare Areas, in: Zhao, Q.Q., Chung, I.H., Zheng, J., Kim, J. (Eds.), Reliability Analysis and Maintenance Optimization of Complex Systems, Springer Series in Reliability Engineering. Springer Nature Switzerland, Cham, pp. 45–63. https://doi.org/10.1007/978-3-031-70288-4_4 De, S.,
-
[17]
Innovations Syst Softw Eng 21, 1025–1039
Optimization of time-dependent MORRAP for series–parallel system using improved NSGA-II in interval environment. Innovations Syst Softw Eng 21, 1025–1039. https://doi.org/10.1007/s11334-024-00588-9 De, S., Rakshit, P., Chowdhury, A.B.,
-
[18]
Applied Soft Computing 149, 110998
Optimization of time based fuzzy multi -objective reliability redundancy allocation problem for x j − o u t − o f − m system using tuning and neighborhood based fuzzy MOPSO algorithm. Applied Soft Computing 149, 110998. https://doi.org/10.1016/j.asoc.2023.110998 De, S., Roy, P ., Roy, S., Chowdhury, A.B.,
arXiv 2023
-
[19]
Innovations Syst Softw Eng 21, 801–811
Optimization of time-dependent fuzzy multi-objective reliability redundancy allocation problem for n-stage series– parallel system. Innovations Syst Softw Eng 21, 801–811. https://doi.org/10.1007/s11334-023-00539-w Deb, K., Jain, H.,
-
[23]
(Eds.), Parallel Problem Solving from Nature – PPSN XIII, Lecture Notes in Computer Science
Clustering -Based Selection for Evolutionary Many -Objective Optimization, in: Bartz -Beielstein, T., Branke, J., Filipič, B., Smith, J. (Eds.), Parallel Problem Solving from Nature – PPSN XIII, Lecture Notes in Computer Science. Springer International Publishing, Cham, pp. 538–547. https://doi.org/10.1007/978-3-319-10762-2_53 Denysiuk, R., Costa, L., Esp...
-
[25]
Runtime Analysis for the NSGA -II: Provable Speed -Ups from Crossover. AAAI 37, 12399 –12407. https://doi.org/10.1609/aaai.v37i10.26461 Dong, J., Gong, W., Ming, F., Wang, L.,
-
[26]
Expert Systems with Applications 195, 116499
A two-stage evolutionary algorithm based on three indicators for constrained multi -objective optimization. Expert Systems with Applications 195, 116499. https://doi.org/10.1016/j.eswa.2022.116499 Faghih-Roohi, S., Xie, M., Ng, K.M., Yam, R.C.M.,
arXiv 2022
-
[27]
Reliability Engineering & System Safety 123, 57–62
Dynamic availability assessment and optimal component design of multi -state weighted k -out-of-n systems. Reliability Engineering & System Safety 123, 57–62. https://doi.org/10.1016/j.ress.2013.10.002 Ge, H., Zhao, M., Sun, L., Wang, Z., Tan, G., Zhang, Q., Chen, C.L.P.,
-
[30]
Journal of Statistical Computation and Simulation 94, 3301–3318
Redundancy allocation problem in repairable systems with variegated components: a simulation-based optimization approach. Journal of Statistical Computation and Simulation 94, 3301–3318. https://doi.org/10.1080/00949655.2024.2383722 Hamdan, K., Tavangar, M., Asadi, M.,
arXiv 2024
-
[31]
Reliability Engineering & System Safety 205, 107267
Optimal preventive maintenance for repairable weighted k-out-of-n systems. Reliability Engineering & System Safety 205, 107267. https://doi.org/10.1016/j.ress.2020.107267 Hansen, N., Auger, A., Ros, R., Mersmann, O., Tušar, T., Brockhoff, D.,
arXiv 2020
-
[32]
Optimization Methods and Software 36, 114–144
COCO: a platform for comparing continuous optim izers in a black -box setting. Optimization Methods and Software 36, 114–144. https://doi.org/10.1080/10556788.2020.1808977 He, C., Tian, Y ., Jin, Y ., Zhang, X., Pan, L.,
arXiv 2020
-
[34]
Reliability Engineering & Syst em Safety 206, 107290
Component mixing with a cold standby strategy for the redundancy allocation problem. Reliability Engineering & Syst em Safety 206, 107290. https://doi.org/10.1016/j.ress.2020.107290 Hua, Y ., Jin, Y ., Hao, K.,
arXiv 2020
-
[35]
A Clustering-Based Adaptive Evolutionary Algorithm for Multiobjective Optimization With Irregular Pareto Fronts. IEEE Trans. Cybern. 49, 2758–2770. https://doi.org/10.1109/TCYB.2018.2834466 Hua, Y ., Liu, Q., Hao, K.,
arXiv 2018
-
[36]
Adaptive normal vector guided evolutionary multi - and many -objective optimization. Complex Intell. Syst. 10, 3709 –3726. https://doi.org/10.1007/s40747-024-01353-y Huband, S., Hingston, P ., Barone, L., While, L.,
-
[39]
Benchmarking Seven Multi-objective Optimization Methods from the PlatEMO Platform on the bbob-biobj Test Suite, in: Proceedings of the Genetic and Evolutionary Computation Conference Companion. Presented at the GECCO ’25 Companion: Genetic and Evolutionary Computation Conference Companion, ACM, NH Malaga Hotel Malaga Spain, pp. 1883–1890. https://doi.org/...
-
[40]
An Evolutionary Many-Objective Optimization Algorithm Using Reference-Point Based Nondominated Sorting Approach, Part II: Handling Constraints and Extending to an Adaptive Approach. IEEE Trans. Evol. Computat. 18, 602–622. https://doi.org/10.1109/TEVC.2013.2281534 Jiang, J., Wu, J., Luo, J., Yang, X., Huang, Z.,
arXiv 2013
-
[42]
A Strength Pareto Evolutionary Algorithm Based on Reference Direction for Multiobjective and Many -Objective Optimization. IEEE Trans. Evol. Computat. 21, 329–346. https://doi.org/10.1109/TEVC.2016.2592479 Jiao, R., Xue, B., Zhang, M.,
arXiv 2016
-
[43]
A Multiform Optimization Framework for Constrained Multiobjective Optimization. IEEE Tran s. Cybern. 53, 5165 –5177. https://doi.org/10.1109/TCYB.2022.3178132 Jiao, R., Zeng, S., Li, C., Yang, S., Ong, Y .-S.,
arXiv 2022
-
[44]
Handling Constrained Many -Objective Optimization Problems via Problem Transformation. IEEE Trans. Cybern. 51, 4834–4847. https://doi.org/10.1109/TCYB.2020.3031642 Jixiang Cheng, Yen, G.G., Gexiang Zhang,
arXiv 2020
-
[45]
A Many -Objective Evolutionary Algorithm With Enhanced Mating and Environmental Selections. IEEE Trans. Evol. Computat. 19, 592–605. https://doi.org/10.1109/TEVC.2015.2424921 Juybari, M.N., Guilani, P.P., Ardakan, M.A.,
arXiv 2015
-
[46]
Bi-objective sequence optimization in reliability problems with a matrix-analytic approach. Ann Oper Res 312, 275–304. https://doi.org/10.1007/s10479-021-04039-7 Kayedpour, F., Amiri, M., Rafizadeh, M., Nia, A.S., Sharifi, M.,
-
[47]
A Markov chain-based genetic algorithm for solving a redundancy allocation problem for a system with repairable warm standby components. Proceedings of the Institution of Mechanical Engineers, Part O: Journal of Risk and Reliability 238, 853–872. https://doi.org/10.1177/1748006X231164848 Khorshidi, H.A., Gunawan, I., Ibrahim, M.Y .,
-
[48]
Journal of Manufacturing Systems 40, 54–62
A value-driven approach for optimizing reliability-redundancy allocation problem in multi-state weighted k-out- of-n system. Journal of Manufacturing Systems 40, 54–62. https://doi.org/10.1016/j.jmsy.2016.06.002 Kim, J.Y ., Mastropasqua, L., Saeedmanesh, A., Brouwer, J.,
-
[49]
Development of thermal control strategies for solid oxide electrolysis cell systems under dynamic operating conditions - Hot-standby and cold-start scenarios. Energy 317, 134679. https://doi.org/10.1016/j.energy.2025.134679 Kohira, T., Kemmotsu, H., Akira, O., Tatsukawa, T.,
arXiv 2025
-
[51]
https://doi.org/10.48550/ARXIV .2511.12264 Krömer, P., Uher, V ., Tušar, T., Filipič, B.,
Benchmarking that Matters: Rethinking Benchmarking for Practical Impact. https://doi.org/10.48550/ARXIV .2511.12264 Krömer, P., Uher, V ., Tušar, T., Filipič, B.,
-
[52]
(Eds.), Applications of Evolutionary Computation, Lecture Notes in Computer Science
On the Latent Structure of the bbob-biobj Test Suite, in: Smith, S., Correia, J., Cintrano, C. (Eds.), Applications of Evolutionary Computation, Lecture Notes in Computer Science. Springer Nature Switzerl and, Cham, pp. 326–341. https://doi.org/10.1007/978-3-031- 56855-8_20 Kudela, J.,
-
[53]
A critical problem in benchmarking and analysis of evolutionary computation methods. Nat Mach Intell 4, 123 8–1245. https://doi.org/10.1038/s42256-022-00579-0 Kůdela, J., Zálešák, M., Charvát, P., Klimeš, L., Mauder, T.,
-
[54]
Expert Systems with Applications 238, 122373
Assessment of the performance of metaheuristic methods us ed for the inverse identification of effective heat capacity of phase change materials. Expert Systems with Applications 238, 122373. https://doi.org/10.1016/j.eswa.2023.122373 Kukkonen, S., Lampinen, J.,
arXiv 2023
-
[55]
Presented at the 2005 IEEE Congress on Evolutionary Computation, IEEE, Edinburgh, Scotland, UK, pp
GDE3: The third Evolution Step of Generalized Differential Evolution, in: 2005 IEEE Congress on Evolutionary Computation. Presented at the 2005 IEEE Congress on Evolutionary Computation, IEEE, Edinburgh, Scotland, UK, pp. 443–450. https://doi.org/10.1109/CEC.2005.1554717 LaTorre, A., Molina, D., Osaba, E., Poyatos, J., Del Ser, J., Herrera, F.,
arXiv 2005
-
[56]
Swarm and Evolutionary Computation 67, 100973
A prescription of methodological guidelines for comparing bio-inspired optimization algorithms. Swarm and Evolutionary Computation 67, 100973. https://doi.org/10.1016/j.swevo.2021.100973 Levitin, G., Xing, L., Dai, Y .,
arXiv 2021
-
[57]
Reliability Engineering & System Safety 260, 110967
Optimal operation and maintenance scheduling in generalized repairable m -out-of-n standby systems with common shocks. Reliability Engineering & System Safety 260, 110967. https://doi.org/10.1016/j.ress.2025.110967 Levitin, G., Xing, L., Huang, H.Z.,
arXiv 2025
-
[58]
Reliability Engineering & System Safety 189, 58–66
Dynamic availability and performance deficiency of common bus systems with imperfec tly repairable components. Reliability Engineering & System Safety 189, 58–66. https://doi.org/10.1016/j.ress.2019.04.007 Li, H., Zhang, Q., Deng, J.,
-
[59]
Biased Multiobjective Optimization and Decomposition Algorithm. IEEE Trans. Cybern. 47, 52 –66. https://doi.org/10.1109/TCYB.2015.2507366 Li, J., Wang, D., Yang, H., Liu, M., Si, S.,
arXiv 2015
-
[60]
Advanced Engineering Informatics 65, 103163
An exact algorithm for RAP with k-out-of-n subsystems and heterogeneous components under mixed and K-mixed redundancy strategies. Advanced Engineering Informatics 65, 103163. https://doi.org/10.1016/j.aei.2025.103163 Li, J., Xin, B., Pardalos, P.M., Chen, J.,
arXiv 2025
-
[61]
Solving bi -objective uncertain stochastic resource allocation problems by the CVaR -based risk measure and decomposition-based multi-objective evolutionary algorithms. Ann Oper Res 296, 639–666. https://doi.org/10.1007/s10479-019-03435-4 Li, M., Yang, S., Liu, X.,
-
[62]
Pareto or Non -Pareto: Bi -Criterion Evolution in Multiobjective Optimization. IEEE Trans. Evol. Computat. 20, 645 –665. https://doi.org/10.1109/TEVC.2015.2504730 Lin, Q., Li, J., Du, Z., Chen, J., Ming, Z.,
arXiv 2015
-
[63]
European Journal of Operational Research 247, 732–744
A novel multi-objective particle swarm optimization with multiple search strategies. European Journal of Operational Research 247, 732–744. https://doi.org/10.1016/j.ejor.2015.06.071 Lin, Q., Liu, S., Zhu, Q., Tang, C., Song, R., Chen, J., Coello, C.A.C., Wong, K. -C., Zhang, J.,
-
[64]
Particle Swarm Optimization With a Balanceable Fitness Estimation for Many-Objective Optimization Problems. IEEE Trans. Evol. Computat. 22, 32–46. https://doi.org/10.1109/TEVC.2016.2631279 Liu, G., Pei, Z., Liu, N., Tian, Y .,
arXiv 2016
-
[65]
Swarm and Evolutionary Computation 83, 101410
Subspace segmentation based co -evolutionary algorithm for balancing convergence and diversity in many -objective optimization. Swarm and Evolutionary Computation 83, 101410. https://doi.org/10.1016/j.swevo.2023.101410 Liu, Q., Jin, Y ., Heiderich, M., Rodemann, T., Yu, G.,
arXiv 2023
-
[66]
An Adaptive Reference Vector-Guided Evolutionary Algorithm Using Growing Neural Gas for Many- Objective Optimization of Irregular Problems. IEEE Trans. Cybern. 52, 2698–2711. https://doi.org/10.1109/TCYB.2020.3020630 Liu, Y ., Gong, D., Sun, J., Jin, Y .,
arXiv 2020
-
[67]
A Many-Objective Evolutionary Algorithm Using A One-by-One Selection Strategy. IEEE Trans. Cybern. 47, 2689–2702. https://doi.org/10.1109/TCYB.2016.2638902 Liu, Y ., Ishibuchi, H., Masuyama, N., Nojima, Y .,
arXiv 2016
-
[68]
Adapting Reference Vectors and Scalarizing Functions by Growing Neural Gas to Handle Irregular Pareto Fronts. IEEE Trans. Evol. Computat. 1–1. https://doi.org/10.1109/TEVC.2019.2926151 Liu, Y ., Wang, G., Liu, P.,
arXiv 2019
-
[69]
Reliability Engineering & System Safety 241, 109640
A condition-based maintenance policy with non-periodic inspection for k-out-of-n: G systems. Reliability Engineering & System Safety 241, 109640. https://doi.org/10.1016/j.ress.2023.109640 Liu, Z.-Z., Wang, B.-C., Tang, K.,
arXiv 2023
-
[70]
Handling Constrained Multiobjective Optimization Problems via Bidirectional Coevolution. IEEE Trans. Cybe rn. 52, 10163–10176. https://doi.org/10.1109/TCYB.2021.3056176 Liu, Z.-Z., Wang, Y .,
arXiv 2021
-
[71]
Handling Constrained Multiobjective Optimization Problems With Constraints in Both the Decision and Objective Spaces. IEEE Trans. Evol. Computat. 23, 870–884. https://doi.org/10.1109/TEVC.2019.2894743 Ma, H., Wei, H., Tian, Y ., Cheng, R., Zhang, X.,
arXiv 2019
-
[72]
Information Sciences 560, 68–91
A multi-stage evolutionary algorithm for multi-objective optimization with complex constraints. Information Sciences 560, 68–91. https://doi.org/10.1016/j.ins.2021.01.029 Mahapatra, G.S., Maneckshaw, B., Barker, K.,
-
[73]
Expert Systems with Applications 198, 116696
Multi-objective reliability redundancy allocation using MOPSO under hesitant fuzziness. Expert Systems with Applications 198, 116696. https://doi.org/10.1016/j.eswa.2022.116696 Matousek, R., Dobrovsky, L., Kudela, J.,
arXiv 2022
-
[74]
How to start a heuristic? Utilizing lower bounds for solving the quadratic ass ignment problem. 10.5267/j.ijiec 13, 151–164. https://doi.org/10.5267/j.ijiec.2021.12.003 Mendes, C.S.R., Araújo, A.F.R., Farias, L.R.C.,
doi:10.5267/j.ijiec 2021
-
[75]
Non-Dominated Sorting Bidirectional Differential Coevolution, in: 2023 IEEE International Conference on Systems, Man, and Cybernetics (SMC). Presented at the 2023 IEEE International Conference on Systems, Man, and Cybernetics (SMC), IEEE, Honolulu, Oahu, HI, USA, pp. 1709–1714. https://doi.org/10.1109/SMC53992.2023.10394195 Ming, F., Gong, W., Wang, L.,
arXiv 2023
-
[76]
A Two-Stage Evolutionary Algorithm With Balanced Convergence and Diversity for Many-Objective Optimization. IEEE Trans. Syst. Man Cybern, Syst. 52, 6222–6234. https://doi.org/10.1109/TSMC.2022.3143657 Ming, F., Gong, W., Wang, L., Gao, L.,
arXiv 2022
-
[77]
A Constraint-Handling Technique for Decomposition-Based Constrained Many-Objective Evolutionary Algorithms. IEEE Trans. Syst. Man Cybern, Syst. 53, 7783–7793. https://doi.org/10.1109/TSMC.2023.3299570 Ming, F., Gong, W., Wang, L., Jin, Y .,
arXiv 2023
-
[78]
Constrained Multi-Objective Optimization With Deep Reinforcement Learning Assisted Operator Selection. IEEE/CAA J. Autom. Sinica 11, 919–931. https://doi.org/10.1109/JAS.2023.123687 Molina, J., Santana, L.V ., Hernández-Díaz, A.G., Coello Coello, C.A., Caballero, R.,
arXiv 2023
-
[80]
An improved particle swarm optimization model for solving homogen eous discounted series-parallel redundancy allocation problems. J Intell Manuf 30, 1175–1194. https://doi.org/10.1007/s10845-017-1311-9 Oszczypała, M.,
-
[81]
Reliability Engineering & System Safety 263, 111279
Bi-objective redundancy allocation problem in systems with mixed strategy: NSGA-II with a novel initialization. Reliability Engineering & System Safety 263, 111279. https://doi.org/10.1016/j.ress.2025.111279 Oszczypała, M., Konwerski, J., Ziółkowski, J., Małachowski, J., 2024a. Reliability analysis and redundancy optimization of k-out-of-n systems with ra...
arXiv 2025
-
[82]
Swarm and Evolutionary Computation 60, 100759
Adaptive simulated binary crossover for rotated multi-objective optimization. Swarm and Evolutionary Computation 60, 100759. https://doi.org/10.1016/j.swevo.2020.100759 Panichella, A.,
arXiv 2020
-
[83]
An improved Pareto front modeling algorithm for large -scale many-objective optimization, in: Proceedings of the Genetic and Evolutionary Computation Conference. Presented at the GECCO ’22: Genetic and Evolutionary Computation Conference, ACM, Boston Massachusetts, pp. 565–573. https://doi.org/10.1145/3512290.3528732 Panichella, A.,
-
[84]
An adaptive evolutionary algorithm based on non -euclidean geometry for many -objective optimization, in: Proceedings of the Genetic and Evolutionary Computation Conference. Presented at the GECCO ’19: Genetic and Evolutionary Computation Conference, ACM, Prague Czech Republic, pp. 595–603. https://doi.org/10.1145/3321707.3321839 Peiravi, A., Nourelfath, ...
arXiv 2021
-
[85]
Membrane-based carbon capture for waste-to-energy: Process performance, impact, and time-efficient optimization. Energy 310, 133229. https://doi.org/10.1016/j.energy.2024.133229 Qiao, K., Liang, J., Liu, Z., Y u, K., Yue, C., Qu, B., 2023a. Evolutionary Multitasking with Global and Local Auxiliary Tasks for Constrained Multi -Objective Optimization. IEEE/...
arXiv 2024
-
[86]
Evolutionary Constrained Multiobjective Optimization: Scalable High-Dimensional Constraint Benchmarks and Algorithm. IEEE Trans. Evol. Computat. 28, 965–979. https://doi.org/10.1109/TEVC.2023.3281666 Qiao, K., Yu, K., Qu, B., Liang, J., Song, H., Y ue, C., Lin, H., Tan, K.C., 2023b. Dynamic Auxiliary Task -Based Evolutionary Multitasking for Constrained M...
arXiv 2023
-
[88]
An effective use of crowding distance in multiobjective particle swarm optimization, in: Proceedings of the 7th Annual Conference on Genetic and Evolutionary Computation. Presented at the GECCO05: Genetic and Evolutionary Computation Conference, ACM, Washington DC USA, pp. 257–264. https://doi.org/10.1145/1068009.1068047 Reed, P.M., Hadka, D., Herman, J.D...
-
[89]
Advances in Water Resources 51, 438–456
Evolutionary multiobjective optimization in water resources: The past, present, and future. Advances in Water Resources 51, 438–456. https://doi.org/10.1016/j.advwatres.2012.01.005 Singh, A., Singh, S.B.,
-
[90]
Reliability Engineering & System Safety 262, 111221
Dynamic reliability and sensitivity analysis of weighted (k, r) -out-of-n cold standby system with multi -performance multi-state components. Reliability Engineering & System Safety 262, 111221. https://doi.org/10.1016/j.ress.2025.111221 Singh, V .P., Jain, M., Sharma, R.,
arXiv 2025
-
[91]
Mathematics and Computers in Simulation 237, 42–69
N-policy for redundant machining system with double retrial orbits using soft computing techniques. Mathematics and Computers in Simulation 237, 42–69. https://doi.org/10.1016/j.matcom.2025.04.025 Stripinis, L., Kůdela, J., Paulavičius, R., 2025a. Benchmarking Derivative-Free Global Optimization Algorithms Under Limited Dimensions and Large Evaluation Bud...
arXiv 2025
-
[92]
A Multistage Algorithm for Solving Multiobjective Optimization Problems With Multiconstraints. IEEE Trans. Evol. Computat. 27, 1207–1219. https://doi.org/10.1109/TEVC.2022.3224600 Tian, Y ., Chen, J., Zhang, X.,
arXiv 2022
-
[93]
Journal of Computer Applications (in Chinese) 44, 1386–1392
Hybrid optimizer combining evolutionary computation and gradient descent for constrained multi-objective optimization. Journal of Computer Applications (in Chinese) 44, 1386–1392. https://doi.org/10.11772/j.issn.1001-9081.2023121798 Tian, Y ., Cheng, R., Zhang, X., Cheng, F., Jin, Y .,
-
[94]
An Indicator-Based Multiobjective Evolutionary Algorithm With Reference Point Adaptation for Better Versatility. IEEE Trans. Evol. Computat. 22, 609–622. https://doi.org/10.1109/TEVC.2017.2749619 Tian, Y ., Cheng, R., Zhang, X., Jin, Y .,
arXiv 2017
-
[95]
PlatEMO: A MA TLAB Platform for Evolutionary Multi-Objective Optimization [Educational Forum]. IEEE Comput. Intell. Mag. 12, 73–87. https://doi.org/10.1109/MCI.2017.2742868 Tian, Y ., Zhang, T., Xiao, J., Zhang, X., Jin, Y .,
arXiv 2017
-
[96]
A Coevolutionary Framework for Constrained Multiobjective Optimization Problems. IEEE Trans. Evol. Computat. 25, 102–116. https://doi.org/10.1109/TEVC.2020.3004012 Tian, Y ., Zhang, Y ., Su, Y ., Zhang, X., Tan, K.C., Jin, Y .,
arXiv 2020
-
[97]
Balancing Objective Optimization and Constraint Satisfaction in Constrained Evolutionary Multiobjective Optimization. IEEE Trans. Cybern. 52, 9559–9572. https://doi.org/10.1109/TCYB.2020.3021138 Triantafyllou, I.S.,
arXiv 2020
-
[98]
Consecutive-type coherent systems with cold standby redundancy at the system level: Advances and applications, in: Reliability Assessment and Optimization of Complex Systems. Elsevier, pp. 23–35. https://doi.org/10.1016/B978-0-443-29112-8.00013-X Tusar, T.,
-
[99]
Reliability Engineering & System Safety 252, 110441
A novel importance measure considering multi -constraints for RAP optimization of 1 -out-of-n subsystems with mixed redundancy strategy. Reliability Engineering & System Safety 252, 110441. https://doi.org/10.1016/j.ress.2024.110441 Wang, R., Purshouse, R.C., Fleming, P .J.,
arXiv 2024
-
[100]
Preference-Inspired Coevolutionary Algorithms for Many-Objective Optimization. IEEE Trans. Evol. Computat. 17, 474–494. https://doi.org/10.1109/TEVC.2012.2204264 Wietheger, S., Doerr, B.,
arXiv 2012
-
[101]
A Mathematical Runtime Analysis of the Non-dominated Sorting Genetic Algorithm III (NSGA-III), in: Proceedings of the Genetic and Evolutionary Computation Conference Companion. Presented at the GECCO ’24 Companion: Genetic a nd Evolutionary Computation Conference Companion, ACM, Melbourne VIC Australia, pp. 63–64. https://doi.org/10.1145/3638530.3664062 X...
-
[102]
Reliability Engineering & System Safety 233, 109120
Reliability modeling of modular k-out-of-n systems with functional dependency: A case study of radar transmitter systems. Reliability Engineering & System Safety 233, 109120. https://doi.org/10.1016/j.ress.2023.109120 Xu, Y ., Pi, D., Yang, S., Chen, Y ., Qin, S., Zio, E.,
arXiv 2023
This paper was first reviewed by deepseek-v4-flash on August 3, 2026.
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.