Bridging the Gap Between Theory and Practice: Fitness Landscape Analysis of Real-World Problems with Nearest-Better Network
Abstract
:1. Introduction
- In some real-world problems, the global structural features are not clearly defined. Algorithms that learn direction based on population distribution, such as CMA-ES, may easily exceed the problem’s boundaries.
- Some real-world problems contain a large number of attraction basins. In such cases, the diversity maintenance mechanism may negatively impact the algorithm’s performance.
- In certain problems, a vast neutral region exists around the global optimum, making it easy for the algorithm to become trapped in this region.
- Some problems are highly ill-conditioned, causing even the best algorithms to fail to solve them.
2. Related Work
2.1. Fitness Landscape
- Modality [9]: Multimodal problems have more than one global or local optimum. Basin of attraction (BoA) is an important concept for multimodal problems, such as , where the BoA of a local optimum is the set of solutions that approaches by utilizing a local search strategy among the decision variable space [10].
- Ruggedness [11]: Ruggedness is usually manifested as steep ascents and descents in the fitness landscape with the existence of many local optima.
- Neutrality [12]: Neutrality is usually manifested as a flat area of the fitness landscape. In this flat area, the optimization algorithm may have difficulty finding a better solution.
- Ill condition [13]: An ill-conditioned problem indicates that it is extremely sensitive to slight changes. During the optimization process, small perturbations may lead to significant changes in the solution, making it difficult for the algorithm to converge to the global optima or resulting in a very slow convergence speed.
2.2. Benchmark Design
2.2.1. Numerical Methods
2.2.2. Visualization Methods
3. Nearest-Better Network and Experimental Setup
3.1. Nearest-Better Network
3.2. Problems for Analysis
3.3. Selected Algorithms for Sampling
- NL-LBC [32]: This algorithm uses non-linear population size reduction success-history adaptive differential evolution with linear bias change.
- NL-MID [34]: This algorithm uses non-linear population size reduction success-history adaptive differential evolution with midpoint.
- S-DP [35]: This algorithm uses a differential evolution with a dynamic perturbation mechanism for population diversity management.
- ANDE [36]: This algorithm uses an adaptive multi-population mechanism. The number of populations can be adaptively adjusted during the optimization process, and nearest neighbors are used in the elimination mechanism.
- DHNDE [37]: This algorithm uses a dynamic hybrid niching method to maintain diversity.
- HillVall [38]: This algorithm uses clustering to divide the solution space based on randomly initialized solutions. Then, a valley detection mechanism is employed to detect whether the divided population covers a peak. Subsequently, the divided population is used as the initial population for evolution. When all the divided populations have evolved and converged, HillVall combines the best solutions of each evolved divided population and some new randomly initialized solutions for re-clustering and evolution.
- RS-CMSA [39]: This algorithm uses taboo points to repel the subpopulation to prevent convergence to the same basin.
3.4. Sampling Method
- Uniform selection: Evenly select N solutions. Let for . The set of selected solutions is .
- Optimal selection: Select the N solutions with the best fitness values:.
4. Experimental Analysis
4.1. Comparison of High-Dimension and Low-Dimension Problems
4.2. Global Structure
4.3. Modality
4.3.1. The Size of the BoAs of Global Optima Is Very Small
4.3.2. The Problem Has Many BoAs
- The multi-population mechanism does not perform wellIdeally, the multi-population mechanism can achieve the state where one population covers one peak in multimodal problems. However, the performance is not satisfactory on this problem. From Figure 15, it can be observed that in ANDE, which is an adaptive multi-population algorithm, the number of populations is significantly smaller than the number of BoAs. There are even several subpopulations conducting searches in the same BoA. For example, the green subpopulation and orange subpopulation evolved in the same BoA. This indicates that the multi-population mechanism is unable to divide the BoAs accurately in this problem.
- The mechanism for maintaining diversity has a negative effect.DHNDE and RS-CMSA possess mechanisms for maintaining diversity. From the algorithm trajectories in Figure 15, it can be observed that the diversity of these two algorithms is maintained well with solutions in each BoA. However, there are almost no solutions around the global optimum. This indicates that these two algorithms cannot converge to the global optimal solution.Similarly, among global optimization algorithms, S-DP also has a diversity maintenance mechanism, and it even cannot converge in this problem. The color represents the iteration, and the individuals at the last iteration (in red) are scattered at different BoAs. The results in Table 2 also verify its behavior. As one of the four champion algorithms of CEC 2022, its performance on this problem is the worst among all algorithms. This indicates that in the case of a very large number of BoAs, the mechanism for maintaining diversity even plays a negative effect on the algorithm performance.
- The space segmentation mechanism can reduce the difficulty of the problem.HillVall is the algorithm with the best performance on this problem. Why can it outperform other algorithms? Is it similar to the case where the basin of attraction is very small? In fact, in the case where the BoA is very small and the case where the problem has many BoAs, HillVall’s behaviors are quite different.As shown in Figure 16, from the figure depicting the distribution of all the best solutions of each evolved population of HillVall, due to the unreasonable positions of some initialized subpopulations, the algorithm converges to slopes many times. This indicates that the clustering mechanism is not very effective.In the successful evolution shown in Figure 17, its initialized population and its converged position are not in the same BoA. Although the position of the initialized population is not accurate, evolving based on a population in a small area can still converge to a global optimum. This indicates that although the clustering mechanism is not effective, the space segmentation works. By dividing the solution space into smaller regions, it can reduce the multimodal difficulty of the problem.
4.3.3. Multimodal Optimization Algorithms Do Not Perform Better than Global Optimization Algorithms in Finding Multiple Global Optima
4.4. Neutrality
4.5. Ill Conditioning
5. Discussion
6. Conclusions
- The global structures of some real-world problems are clear, and on these problems, algorithms based on population distribution learning such as EA4 are prone to exceed the boundary.
- In real-world problems, there exist some problems that contain a very large number of BoAs. CEC 2011 has a total of 349 BoAs. In this problem, the diversity maintenance mechanism has a negative impact on the algorithm performance.
- For some real-world problems, such as CEC 2011 , there is a large neutral area near the global optimal solution, which makes the algorithm easily stuck in the neutral place.
- There are some highly ill-conditioned problems that are difficult to solve, such as CEC 2011 . This problem is uni-modal and highly ill-conditioned and it is characterized by long convergence trajectories. The experimental results show that none of the current best algorithms can solve this problem efficiently.
Author Contributions
Funding
Institutional Review Board Statement
Informed Consent Statement
Data Availability Statement
Conflicts of Interest
Abbreviations
NBN | Nearest-Better Network |
NFL | No Free Lunch |
BoA | Basin of Attraction |
LON | Local Optima Network |
STN | Search Trajectory Network |
NBD | Nearest-Better Distance |
References
- Osaba, E.; Villar-Rodriguez, E.; Del Ser, J.; Nebro, A.J.; Molina, D.; LaTorre, A.; Suganthan, P.N.; Coello Coello, C.A.; Herrera, F. A Tutorial On the design, experimentation and application of metaheuristic algorithms to real-World optimization problems. Swarm Evol. Comput. 2021, 64, 100888. [Google Scholar] [CrossRef]
- Wolpert, D.; Macready, W. No free lunch theorems for optimization. IEEE Trans. Evol. Comput. 1997, 1, 67–82. [Google Scholar] [CrossRef]
- Martí, R.; Sevaux, M.; Sörensen, K. Fifty years of metaheuristics. Eur. J. Oper. Res. 2024, 321, 345–362. [Google Scholar] [CrossRef]
- Diao, Y.; Li, C.; Zeng, S.; Yang, S. Nearest Better Network for Visualization of the Fitness Landscape. In Proceedings of the GECCO’23 Companion: Companion Conference on Genetic and Evolutionary Computation, Lisbon, Portugal, 15–19 July 2023; Association for Computing Machinery: New York, NY, USA, 2023; pp. 815–818. [Google Scholar]
- Diao, Y.; Li, C.; Zeng, S.; Yang, S.; Coello, C.A.C. Nearest-Better Network for Fitness Landscape Analysis of Continuous Optimization Problems. IEEE Trans. Evol. Comput. 2024; published online. [Google Scholar] [CrossRef]
- Wright, S. The roles of mutation, inbreeding, crossbreeding and selection in evolution. In Proceedings of the Sixth International Congress of Genetics, Ithaca, NY, USA, 24–31 August 1932; pp. 356–366. [Google Scholar]
- Malan, K.M.; Engelbrecht, A.P. A survey of techniques for characterising fitness landscapes and some possible ways forward. Inf. Sci. 2013, 241, 148–163. [Google Scholar] [CrossRef]
- Malan, K.M. A Survey of Advances in Landscape Analysis for Optimisation. Algorithms 2021, 14, 40. [Google Scholar] [CrossRef]
- Horn, J.; Goldberg, D.E. Genetic Algorithm Difficulty and the Modality of Fitness Landscapes. In Foundations of Genetic Algorithms; Whitley, L.D., Vose, M.D., Eds.; Elsevier: Amsterdam, The Netherlands, 1995; Volume 3, pp. 243–269. [Google Scholar]
- Zou, F.; Chen, D.; Liu, H.; Cao, S.; Ji, X.; Zhang, Y. A survey of fitness landscape analysis for optimization. Neurocomputing 2022, 503, 129–139. [Google Scholar] [CrossRef]
- Eiben, A.E.; Smith, J.E. Introduction to Evolutionary Computing; Springer: Berlin/Heidelberg, Germany, 2015. [Google Scholar]
- Reidys, C.M.; Stadler, P.F. Neutrality in fitness landscapes. Appl. Math. Comput. 2001, 117, 321–350. [Google Scholar] [CrossRef]
- Wright, S.J. Numerical Optimization; Springer: Berlin/Heidelberg, Germany, 2006. [Google Scholar]
- Auger, A.; Hansen, N.; Schoenauer, M. Benchmarking of Continuous Black Box Optimization Algorithms. Evol. Comput. 2012, 20, 481. [Google Scholar] [CrossRef] [PubMed]
- Liang, J.J.; Qu, B.; Suganthan, P.N.; Hernández-Díaz, A.G. Problem Definitions and Evaluation Criteria for the CEC 2013 Special Session on Real-Parameter Optimization; Technical Report 201212; Computational Intelligence Laboratory, Zhengzhou University: Zhengzhou, China; Nanyang 574 Technological University: Singapore, 2013; pp. 281–295. [Google Scholar]
- Kumar, A.; Price, K.V.; Mohamed, A.W.; Hadi, A.A.; Suganthan, P.N. Problem Definitions and Evaluation Criteria for the 2022 Special Session and Competition on Single Objective Bound Constrained Numerical Optimization; Technical Report; Nanyang Technological University: Singapore, 2021. [Google Scholar]
- Li, C.; Nguyen, T.T.; Zeng, S.; Yang, M.; Wu, M. An open framework for constructing continuous optimization problems. IEEE Trans. Cybern. 2018, 49, 2316–2330. [Google Scholar] [CrossRef] [PubMed]
- Sergeyev, Y.D.; Kvasov, D.E.; Mukhametzhanov, M.S. A Generator of Multiextremal Test Classes With Known Solutions for Black-Box-Constrained Global Optimization. IEEE Trans. Evol. Comput. 2022, 26, 1261–1270. [Google Scholar] [CrossRef]
- Yuriy, R.; Viatcheslav, L.; Borys, B. A Real-World Benchmark Problem for Global Optimization. Cybern. Inf. Technol. 2023, 23, 23–39. [Google Scholar] [CrossRef]
- Lipsitch, M. Adaptation on Rugged Landscapes Generated by Iterated Local Interactions of Neighboring Genes. In Proceedings of the 4th International Conference on Genetic Algorithms, San Diego, CA, USA, 13–16 July 1991; Belew, R.K., Booker, L.B., Eds.; Morgan Kaufmann: Burlington, MA, USA, 1991; pp. 128–135. [Google Scholar]
- Davidor, Y. Epistasis Variance: A Viewpoint on GA-Hardness. In Foundations of Genetic Algorithms; Rawlins, G.J., Ed.; Elsevier: Amsterdam, The Netherlands, 1991; Volume 1, pp. 23–35. [Google Scholar]
- Lunacek, M.; Whitley, D. The dispersion metric and the CMA evolution strategy. In Proceedings of the GECCO’06: 8th Annual Conference on Genetic and Evolutionary Computation, Seattle, WA, USA, 8–12 July 2006; Association for Computing Machinery: New York, NY, USA, 2006; pp. 477–484. [Google Scholar]
- Morgan, R.; Gallagher, M. Analysing and characterising optimization problems using length scale. Soft Comput. 2017, 21, 1735–1752. [Google Scholar] [CrossRef]
- Bosman, A.S.; Engelbrecht, A.P.; Helbig, M. Visualising basins of attraction for the cross-entropy and the squared error neural network loss functions. Neurocomputing 2020, 400, 113–136. [Google Scholar] [CrossRef]
- Liefooghe, A.; Daolio, F.; Verel, S.; Derbel, B.; Aguirre, H.; Tanaka, K. Landscape-aware performance prediction for evolutionary multiobjective optimization. IEEE Trans. Evol. Comput. 2019, 24, 1063–1077. [Google Scholar] [CrossRef]
- Malan, K.M.; Oberholzer, J.F.; Engelbrecht, A.P. Characterising constrained continuous optimisation problems. In Proceedings of the 2015 IEEE Congress on Evolutionary Computation (CEC), Sendai, Japan, 25–28 May 2015; pp. 1351–1358. [Google Scholar]
- Ochoa, G.; Verel, S.; Daolio, F.; Tomassini, M. Local Optima Networks: A New Model of Combinatorial Fitness Landscapes. In Recent Advances in the Theory and Application of Fitness Landscapes; Springer: Berlin/Heidelberg, Germany, 2014; pp. 233–262. [Google Scholar]
- Ochoa, G.; Malan, K.M.; Blum, C. Search trajectory networks: A tool for analysing and visualising the behaviour of metaheuristics. Appl. Soft Comput. 2021, 109, 107492. [Google Scholar] [CrossRef]
- Biedrzycki, R. Revisiting CEC 2022 ranking: A new ranking method and influence of parameter tuning. Swarm Evol. Comput. 2024, 89, 101623. [Google Scholar] [CrossRef]
- Price, K.V.; Kumar, A.; Suganthan, P. Trial-based dominance for comparing both the speed and accuracy of stochastic optimizers with standard non-parametric tests. Swarm Evol. Comput. 2023, 78, 101287. [Google Scholar] [CrossRef]
- Das, S.; Suganthan, P.N. Problem Definitions and EVALUATION criteria for CEC 2011 Competition on Testing Evolutionary Algorithms on Real World Optimization Problems; Jadavpur University: Kolkata, India; Nanyang Technological University: Singapore, 2010; pp. 341–359. [Google Scholar]
- Bujok, P.; Kolenovsky, P. Eigen crossover in cooperative model of evolutionary algorithms applied to CEC 2022 single objective numerical optimisation. In Proceedings of the 2022 IEEE Congress on Evolutionary Computation (CEC), Padua, Italy, 18–23 July 2022; pp. 1–8. [Google Scholar]
- Hansen, N.; Ostermeier, A. Adapting arbitrary normal mutation distributions in evolution strategies: The covariance matrix adaptation. In Proceedings of the IEEE International Conference on Evolutionary Computation, Nagoya, Japan, 20–22 May 1996; pp. 312–317. [Google Scholar]
- Biedrzycki, R.; Arabas, J.; Warchulski, E. A version of NL-SHADE-RSP algorithm with midpoint for CEC 2022 single objective bound constrained problems. In Proceedings of the 2022 IEEE Congress on Evolutionary Computation (CEC), Padua, Italy, 18–23 July 2022; pp. 1–8. [Google Scholar]
- Van Cuong, L.; Bao, N.N.; Phuong, N.K.; Binh, H.T.T. Dynamic perturbation for population diversity management in differential evolution. In Proceedings of the Genetic and Evolutionary Computation Conference Companion, Boston, MA, USA, 9–13 July 2022; pp. 391–394. [Google Scholar]
- Wang, Z.J.; Zhan, Z.H.; Lin, Y.; Yu, W.J.; Wang, H.; Kwong, S.; Zhang, J. Automatic niching differential evolution with contour prediction approach for multimodal optimization problems. IEEE Trans. Evol. Comput. 2019, 24, 114–128. [Google Scholar] [CrossRef]
- Wang, K.; Gong, W.; Deng, L.; Wang, L. Multimodal optimization via dynamically hybrid niching differential evolution. Knowl.-Based Syst. 2022, 238, 107972. [Google Scholar] [CrossRef]
- Maree, S.C.; Alderliesten, T.; Thierens, D.; Bosman, P.A. Real-valued evolutionary multi-modal optimization driven by hill-valley clustering. In Proceedings of the Genetic and Evolutionary Computation Conference, Kyoto, Japan, 15–19 July 2018; pp. 857–864. [Google Scholar]
- Ahrari, A.; Deb, K.; Preuss, M. Multimodal optimization by covariance matrix self-adaptation evolution strategy with repelling subpopulations. Evol. Comput. 2017, 25, 439–471. [Google Scholar] [CrossRef] [PubMed]
- Segura, C.; Hernández-Aguirre, A.; Luna, F.; Alba, E. Improving Diversity in Evolutionary Algorithms: New Best Solutions for Frequency Assignment. IEEE Trans. Evol. Comput. 2017, 21, 539–553. [Google Scholar] [CrossRef]
- Bentley, J.L. Multidimensional binary search trees used for associative searching. Commun. ACM 1975, 18, 509–517. [Google Scholar] [CrossRef]
Name | Variable Encoding | D | |
---|---|---|---|
Parameter Estimation for Frequency-Modulated Sound Waves | cont. | 6 | |
Lennard-Jones Potential Problem | cont. | 30 | |
Bifunctional Catalyst Blend Optimal Control Problem | cont. | 1 | |
Optimal Control of a Non-Linear Stirred Tank Reactor | cont. | 1 | |
Tersoff Potential for Model Si (B) | cont. | 30 | |
Tersoff Potential for Model Si (C) | cont. | 30 | |
Spread Spectrum Radar Polly Phase Code Design | cont. | 20 | |
Transmission Network Expansion Planning Problem | comb. | 7 | |
Large-Scale Transmission Pricing Problem | cont. | 126 | |
Circular Antenna Array Design Problem | cont. | 12 | |
ELD Problems: DED Instance 1 | cont. | 120 | |
Messenger: Spacecraft Trajectory Optimization Problem | cont. | 26 | |
Cassini 2: Spacecraft Trajectory Optimization Problem | cont. | 22 |
CEC 2022 D = 2 | ||||||||||||||||||||||||
Name | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean |
EA4 | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 4 | −2433.33 | 1 | −2600 | 1 | −2700 |
NL-LBC | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 2 | −2306.67 | 5 | −2460.04 | 1 | −2600 | 1 | −2700 |
NL-MID | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 3 | −2423.34 | 1 | −2600 | 1 | −2700 |
S-DP | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 1 | −2400.00 | 1 | −2600 | 1 | −2700 |
ANDE | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 2 | −2422.93 | 1 | −2600 | 1 | −2700 |
DHNDE | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 1 | −2400.00 | 1 | −2600 | 1 | −2700 |
HillVall | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 1 | −2400.00 | 1 | −2600 | 1 | −2700 |
RS-CMSA | 1 | −300 | 1 | −400 | 1 | −600 | 1 | −800 | 1 | −900 | 1 | −1800 | 1 | −2000 | 1 | −2201.72 | 1 | −2300.00 | 1 | −2400.00 | 1 | −2600 | 1 | −2700 |
CEC 2022 | ||||||||||||||||||||||||
Name | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean |
EA4 | 1 | −300 | 3 | −400.40 | 1 | −600.00 | 3 | −802.89 | 1 | −900.00 | 1 | −1800.00 | 1 | −2000.00 | 2 | −2200.03 | 3 | −2529.28 | 7 | −2500.07 | 1 | −2600.00 | 7 | −2864.60 |
NL-LBC | 1 | −300 | 2 | −400.13 | 1 | −600.00 | 1 | −800.63 | 1 | −900.00 | 3 | −1800.16 | 1 | −2000.00 | 1 | −2200.00 | 3 | −2529.28 | 8 | −2500.1 | 1 | −2600.00 | 8 | −2864.92 |
NL-MID | 1 | −300 | 1 | −400.00 | 1 | −600.00 | 7 | −804.15 | 3 | −900.09 | 2 | −1800.07 | 1 | −2000.00 | 4 | −2200.11 | 2 | −2502.55 | 2 | −2403.91 | 1 | −2600.00 | 6 | −2863.57 |
S-DP | 1 | −300 | 1 | −400.00 | 1 | −600.00 | 6 | −804.02 | 1 | −900.00 | 4 | −1800.30 | 1 | −2000.00 | 3 | −2200.10 | 3 | −2529.28 | 1 | −2400 | 1 | −2600.00 | 3 | −2861.31 |
ANDE | 1 | −300 | 4 | −400.40 | 3 | −600.21 | 8 | −815.42 | 2 | −900.01 | 6 | −1806.66 | 3 | −2005.18 | 6 | −2207.98 | 3 | −2529.28 | 4 | −2486.99 | 2 | −2625.07 | 4 | −2861.43 |
DHNDE | 1 | −300 | 5 | −402.16 | 1 | −600.00 | 4 | −803.75 | 1 | −900.00 | 5 | −1801.74 | 4 | −2006.90 | 7 | −2208.89 | 3 | −2529.28 | 6 | −2500.06 | 1 | −2600.00 | 2 | −2859.99 |
HillVall | 1 | −300 | 1 | −400.00 | 2 | −600.00 | 5 | −803.98 | 1 | −900.00 | 8 | −1818.20 | 5 | −2009.48 | 8 | −2212.74 | 1 | −2379.19 | 5 | −2493.94 | 1 | −2600.00 | 1 | −2841.43 |
RS-CMSA | 1 | −300 | 1 | −400.00 | 1 | −600.00 | 2 | −801.53 | 1 | −900.00 | 7 | −1808.06 | 2 | −2001.71 | 5 | −2202.72 | 4 | −2529.28 | 3 | −2468.98 | 1 | −2600.00 | 5 | −2863.43 |
CEC 2011 | ||||||||||||||||||||||||
Name | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | R | mean | ||||
EA4 | 1 | 0.000 | 2 | 31.70 | 3 | 35.696 | 3 | 28.984 | 2 | −0.583 | 8 | −2.164 × 106 | 5 | 22.746 | 8 | −1.027 × 107 | 2 | −11.367 | 4 | −15.602 | ||||
NL-LBC | 5 | −0.365 | 5 | 30.72 | 5 | 34.299 | 5 | 27.914 | 6 | −0.876 | 3 | −5.969 × 102 | 6 | 21.519 | 2 | −4.973 × 104 | 5 | −14.179 | 7 | −19.386 | ||||
NL-MID | 7 | −0.624 | 1 | 32.31 | 1 | 36.721 | 1 | 29.166 | 4 | −0.730 | 1 | −2.085 × 102 | 1 | 32.200 | 1 | −4.952 × 104 | 1 | −11.173 | 1 | −12.834 | ||||
S-DP | 3 | 0.000 | 6 | 30.39 | 2 | 36.483 | 2 | 29.166 | 8 | −0.955 | 2 | −2.482 × 102 | 2 | 31.665 | 3 | −5.143 × 104 | 3 | −12.833 | 2 | −13.145 | ||||
ANDE | 8 | −3.353 | 7 | 26.78 | 7 | 34.020 | 7 | 24.813 | 7 | −0.946 | 5 | −9.017 × 103 | 8 | 14.744 | 6 | −6.131 × 104 | 8 | −15.864 | 8 | −20.153 | ||||
DHNDE | 2 | 0.000 | 3 | 31.14 | 6 | 34.024 | 6 | 25.869 | 5 | −0.737 | 4 | −2.517 × 103 | 4 | 27.372 | 5 | −5.261 × 104 | 7 | −15.145 | 3 | −15.173 | ||||
HillVall | 6 | −0.553 | 4 | 30.78 | 8 | 33.844 | 8 | 21.143 | 1 | −0.523 | 7 | −1.583 × 106 | 7 | 21.437 | 4 | −5.248 × 104 | 6 | −15.045 | 5 | −18.542 | ||||
RS-CMSA | 4 | −0.359 | 8 | 0.00 | 4 | 35.687 | 4 | 28.153 | 3 | −0.616 | 6 | −2.810 × 105 | 3 | 27.500 | 7 | −6.858 × 104 | 4 | −13.396 | 6 | −18.598 |
CEC 2022 | ||||||||||||
D | ||||||||||||
10 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 |
120 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 |
126 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 |
CEC 2011 | ||||||||||||
D | ||||||||||||
- | 30/30 | 30/30 | 30/30 | 30/30 | 30/30 | 4/30 | 30/30 | 2/30 | 30/30 | 30/30 |
EA4 | NL-LBC | NL-MID | S-DP | ANDE | DHNDE | HillVall | RS-CMSA |
---|---|---|---|---|---|---|---|
30/30 | 30/30 | 30/30 | 28/30 | 30/30 | 30/30 | 30/30 | 11/30 |
even | 1.83 × 10−4 | 4.60 × 10−4 | 1.04 × 10−4 | 6.52 × 10−5 | 5.67 × 10−5 | 2.71 × 10−4 |
best | 4.2 × 10−5 | 1.25 × 10−4 | 3.5 × 10−5 | 3.6 × 10−5 | 3.8 × 10−5 | 2.23 × 10−4 |
even | 1.00 × 10−4 | 2.28 × 10−4 | 3.26 × 10−4 | 1.50 × 10−4 | 3.66 × 10−4 | 3.13 × 10−4 |
best | 8.1 × 10−5 | 1.09 × 10−4 | 9.6 × 10−5 | 6.8 × 10−5 | 4.8 × 10−5 | 1.20 × 10−4 |
even | 1.32 × 10−4 | 9.83125 × 10−5 | 6.72 × 10−4 | 6.30 × 10−4 | 3.58 × 10−4 | 6.50 × 10−4 |
best | 1.80 × 10−4 | 1.04 × 10−4 | 1.23 × 10−4 | 1.23 × 10−4 | 2.22 × 10−4 | 1.85 × 10−4 |
even | 2.92 × 10−4 | 6.23 × 10−4 | 1.27 × 10−3 | 8.04 × 10−4 | ||
best | 1.29 × 10−4 | 3.19 × 10−4 | 1.76 × 10−3 | 7.05 × 10−4 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
Share and Cite
Diao, Y.; Li, C.; Wang, J.; Zeng, S.; Yang, S. Bridging the Gap Between Theory and Practice: Fitness Landscape Analysis of Real-World Problems with Nearest-Better Network. Information 2025, 16, 190. https://doi.org/10.3390/info16030190
Diao Y, Li C, Wang J, Zeng S, Yang S. Bridging the Gap Between Theory and Practice: Fitness Landscape Analysis of Real-World Problems with Nearest-Better Network. Information. 2025; 16(3):190. https://doi.org/10.3390/info16030190
Chicago/Turabian StyleDiao, Yiya, Changhe Li, Junchen Wang, Sanyou Zeng, and Shengxiang Yang. 2025. "Bridging the Gap Between Theory and Practice: Fitness Landscape Analysis of Real-World Problems with Nearest-Better Network" Information 16, no. 3: 190. https://doi.org/10.3390/info16030190
APA StyleDiao, Y., Li, C., Wang, J., Zeng, S., & Yang, S. (2025). Bridging the Gap Between Theory and Practice: Fitness Landscape Analysis of Real-World Problems with Nearest-Better Network. Information, 16(3), 190. https://doi.org/10.3390/info16030190