Next Article in Journal
k-Nearest Neighbors Estimator for Functional Asymmetry Shortfall Regression
Previous Article in Journal
Symmetry Classification of Antiferromagnets with Four Types of Multipoles
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Novel Hybrid Crayfish Optimization Algorithm and Self-Adaptive Differential Evolution for Solving Complex Optimization Problems

by
Hussam N. Fakhouri
1,
Abdelraouf Ishtaiwi
1,
Sharif Naser Makhadmeh
1,2,
Mohammed Azmi Al-Betar
2,* and
Mohannad Alkhalaileh
3
1
Data Science and Artificial Intelligence Department, Faculty of Information Technology, University of Petra, Amman 1196, Jordan
2
Artificial Intelligence Research Center (AIRC), College of Engineering and Information Technology, Ajman University, Ajman P.O. Box 346, United Arab Emirates
3
College of Education, Humanities and Social Sciences, Al Ain University, Al-Ain P.O. Box 64141, United Arab Emirates
*
Author to whom correspondence should be addressed.
Symmetry 2024, 16(7), 927; https://doi.org/10.3390/sym16070927
Submission received: 10 June 2024 / Revised: 10 July 2024 / Accepted: 11 July 2024 / Published: 19 July 2024
(This article belongs to the Section Computer)

Abstract

:
This study presents the Hybrid COASaDE Optimizer, a novel combination of the Crayfish Optimization Algorithm (COA) and Self-adaptive Differential Evolution (SaDE), designed to address complex optimization challenges and solve engineering design problems. The hybrid approach leverages COA’s efficient exploration mechanisms, inspired by crayfish behaviour, with the symmetry of SaDE’s adaptive exploitation capabilities, characterized by its dynamic parameter adjustment. The balance between these two phases represents a symmetrical relationship wherein both components contribute equally and complementary to the algorithm’s overall performance. This symmetry in design enables the Hybrid COASaDE to maintain consistent and robust performance across a diverse range of optimization problems. Experimental evaluations were conducted using CEC2022 and CEC2017 benchmark functions, demonstrating COASaDE’s superior performance compared to state-of-the-art optimization algorithms. The results and statistical analyses confirm the robustness and efficiency of the Hybrid COASaDE in finding optimal solutions. Furthermore, the applicability of the Hybrid COASaDE was validated through several engineering design problems, where COASaDE outperformed other optimizers in achieving the optimal solution.

1. Introduction

Optimization, a crucial concept in numerous scientific and engineering fields, aims to improve the efficiency and functionality of systems, designs, or decisions [1]. This interdisciplinary field merges principles from mathematics, computer science, operations research, and engineering to enhance the performance of complex systems [2]. Optimization endeavors to find the optimal values of an objective function within a specified domain, often navigating through competing objectives and constraints [3].
The mathematical backbone of optimization is founded on calculus and linear algebra, enabling the development of sophisticated techniques such as linear programming, quadratic programming, and dynamic programming [4,5]. These methodologies have undergone significant evolution, broadening the scope and applicability of optimization across various sectors, including economics, logistics, network design, and machine learning [6]. However, optimization is most fundamental in algorithm design and analysis, where it enhances efficiency and reduces computational complexity. This is especially critical for managing the large-scale data and complex computations prevalent in the digital era [7]. Similarly, in engineering, optimization plays a vital role in system design to maximize efficiency and minimize costs, with notable applications in aerospace for flight trajectory optimization and in electrical engineering for optimizing circuit designs [8,9].
Moreover, optimization has significantly integrated symmetry in its process, which provides a framework for balancing various algorithmic components to achieve optimal performance [10,11]. In the context of optimization algorithms, symmetry ensures a harmonious integration of different processes such as exploration and exploitation, allowing each phase to contribute equally and effectively to the search for optimal solutions [12,13]. This balanced approach prevents the algorithm from becoming biased towards either extensive searching (exploration) or intensive refining (exploitation), thereby maintaining consistent performance across diverse problem landscapes [14]. By leveraging symmetry, optimization algorithms can navigate complex high-dimensional spaces more efficiently, improving their ability to find global optima while avoiding local traps. Consequently, symmetry is integral to designing robust and versatile optimization algorithms capable of addressing a wide array of engineering and computational challenges [15].
Global optimization techniques that rely on statistical models of objective functions are tailored for tackling “expensive” and “black box” problems. In these scenarios, the limited available information is captured by a statistical model. To handle the high cost associated with such problems, the theory of rational decision-making under uncertainty is particularly appropriate. The resulting algorithms are essentially sequences of decisions made in the face of uncertainty, as informed by the statistical model [16].
Stochastic optimization algorithms are distinguished by their strategic use of randomness to tackle optimization challenges [17]. Unlike deterministic algorithms that follow a strict rule set, stochastic algorithms incorporate probabilistic elements to enhance solution space exploration, proving effective in complex high-dimensional problems with numerous local optima [18,19].
The concept of hybridization in optimization combines multiple optimization strategies to exploit the strengths of individual methods and mitigate their weaknesses, thereby enhancing overall effectiveness [20]. This paper proposes the hybridization of the Crayfish Optimization Algorithm (COA) with the Self-adaptive Differential Evolution (SaDE) technique [21]. COA, known for its global search capability, and SaDE, recognized for its adaptability in adjusting mutation and crossover rates, can be synergized to form a robust hybrid system. This hybrid approach is particularly advantageous in complex landscapes such as engineering design problems, where it provides a dynamic balance between exploration and exploitation, and is adept at handling non-differentiable or discontinuous objective functions in scenarios where traditional methods falter [22].
This hybrid model leverages the randomness of stochastic methods to circumvent the “curse of dimensionality”, in which the solution space grows exponentially with increasing dimensions, making exhaustive searches infeasible [23]. Furthermore, hybrid algorithms can offer more reliable convergence to global optima by navigating efficiently through multiple local optima, allowing them to adapt to various problem settings from machine learning and artificial intelligence to logistics and financial modeling [2].
Hybrid optimization not only consolidates the stochastic elements of methods such as Stochastic Gradient Descent (SGD), Genetic Algorithms (GAs) [24], Particle Swarm Optimization (PSO) [25], and Ant Colony Optimization (ACO) [26], it also introduces versatility in handling discrete and continuous optimization scenarios; discrete hybrid methods are suitable for combinatorial problems such as scheduling, while continuous hybrid strategies are ideal for continuous variable problems such as parameter tuning in machine learning models and optimization in control systems [22]. Thus, the integration of various optimization techniques into a hybrid framework holds the potential to revolutionize the efficiency and applicability of optimization solutions across a broad spectrum of disciplines.

2. Problem Statement

The Self-adaptive Differential Evolution (SaDE) algorithm, despite its powerful adaptive exploitation capabilities, often encounters challenges related to premature convergence. This issue arises due to its intensive local search mechanisms; while efficient at refining solutions, these can sometimes lead to the algorithm becoming trapped in local optima. Conversely, the Crayfish Optimization Algorithm (COA) excels in global search thanks to its explorative strategies inspired by the natural behavior of crayfish. However, COA’s extensive search mechanisms can occasionally lack the precision required for fine-tuning solutions to their optimal values, particularly in complex high-dimensional landscapes.
The selection of SaDE and COA for hybridization is driven by the complementary strengths of these two algorithms. SaDE’s capability to dynamically adjust its parameters during the optimization process makes it highly adaptable and effective at exploitation and refining solutions to a high degree of accuracy. Meanwhile, COA’s robust exploration phase ensures a comprehensive search of the solution space that mitigates the risk of premature convergence and enhances the algorithm’s ability to locate global optima.
The decision to hybridize SaDE and COA was based on a thorough analysis of their individual performance characteristics and the specific requirements of engineering design problems. Engineering optimization often involves navigating complex multimodal landscapes with numerous constraints and conflicting objectives. In such scenarios, relying solely on either exploration or exploitation is insufficient. SaDE’s adaptive mechanisms provide a dynamic approach to parameter adjustment, which is critical for maintaining the algorithm’s responsiveness to different stages of the optimization process. This adaptability ensures that the exploitation phase is finely tuned to the evolving landscape of the problem.
COA’s exploration phase, inspired by the natural foraging behavior of crayfish, introduces a diverse set of candidate solutions into the search space. This diversity is essential for avoiding local optima and ensuring a broad search that can uncover high-quality solutions across the entire solution space. The hybrid COASaDE optimizer leverages the strengths of both algorithms, creating a balanced approach that enhances both exploration and exploitation. This balance is crucial for addressing the complex and varied challenges posed by engineering design problems while ensuring that the optimizer is both versatile and robust.
In light of the diverse and complex nature of engineering design problems, a hybrid approach that balances exploration and exploitation is essential. Many metaheuristic algorithms have been proposed over the years, each with its own unique strengths and weaknesses. However, the strategic combination of COA’s explorative power and SaDE’s adaptive exploitation creates a synergistic effect that enhances the overall performance of the optimization process. This hybrid model is particularly well-suited for engineering applications, where both global search capabilities and local refinement are crucial for efficiently finding high-quality solutions.
In addition, the hybridization of SaDE and COA is a strategic choice aimed at overcoming the limitations of each algorithm when used in isolation. By combining their strengths, the Hybrid COASaDE optimizer provides a powerful tool for solving complex engineering design problems, demonstrating superior performance and reliability across a wide range of benchmark tests and real-world applications.

2.1. Paper Contribution

The primary contributions of this paper are summarized as follows:
  • Novel hybrid optimization algorithm: We propose the Hybrid COASaDE optimizer, a strategic integration of the Crayfish Optimization Algorithm (COA) and Self-adaptive Differential Evolution (SaDE). This hybridization leverages COA’s explorative efficiency, characterized by its unique three-stage behaviour-based strategy, and SaDE’s adaptive exploitation abilities, marked by dynamic parameter adjustment. The novelty of this approach lies in the balanced synergy between COA’s broad search capabilities and SaDE’s fine-tuning mechanisms, resulting in an optimizer that excels at both exploration and exploitation.
  • Enhanced balance between exploration and exploitation: The Hybrid COASaDE algorithm effectively addresses the balance between exploration and exploitation, a common challenge in optimization. It begins with COA’s exploration phase, which extensively probes the solution space to avoid premature convergence. As potential solutions are identified, the algorithm transitions to SaDE’s adaptive mechanisms, which fine-tune these solutions through self-adjusting mutation and crossover processes. This seamless transition ensures that the algorithm can robustly navigate complex high-dimensional landscapes while maintaining a balanced and effective search process throughout the optimization.
  • Engineering applications: The applicability and effectiveness of the Hybrid COASaDE optimizer are validated through several engineering design problems, including welded beam, pressure vessel, spring, speed reducer, cantilever, I-beam, and three-bar truss designs. In each case, Hybrid COASaDE achieves high-quality solutions with improved convergence speeds. This demonstrates the optimizer’s versatility and robustness, making it a valuable tool for a wide range of engineering applications.

2.2. Paper Structure

The rest of this paper is organized as follows. The Introduction outlines the research problem, significance, and main contributions. The Related Work section reviews existing optimization algorithms, focusing on COA and SaDE. Next, overviews of COA and SaDE detail their respective strategies and mechanisms. The Proposed Hybrid COASaDE Optimizer section introduces the integration of COA and SaDE. The Mathematical Model of Hybrid COASaDE section provides detailed mathematical formulations. The Experimental Results section presents benchmark evaluations and comparisons. The Diagram Analysis section includes convergence curves, search history plots, and statistical analyses. The Engineering Problems section demonstrates the optimizer’s application to engineering design problems. Finally, the Conclusion summarizes our findings and suggests future research directions.

3. Related Work

Optimization techniques have seen extensive evolution across various disciplines, significantly driven by developments in mathematics, computer science, operations research, and engineering [27]. These advancements have led to critical enhancements in linear programming, quadratic programming, and dynamic programming, facilitating complex problem-solving across such diverse fields as economics, logistics, and machine learning [3,5,28].
The authors of [29] introduced an enhanced version of the Quantum-inspired Differential Evolution global optimization (QDE) algorithm called EMMSIQDE. EMMSIQDE incorporates a novel differential mutation strategy to improve search and descent capabilities, and employs a multipopulation mutation evolution mechanism to maintain population diversity and independence. Additionally, a feasible solution space transformation strategy is utilized to optimize the solution mapping process. Comparative evaluations on multidimensional unimodal and multimodal functions demonstrated that EMMSIQDE outperforms DE, QDE, QGA, and MSIQDE in terms of optimization ability, scalability, efficiency, and stability.
In [30], the authors introduced WOASCALF, a novel hybrid algorithm combining the Whale Optimization Algorithm (WOA) and the Sine Cosine Algorithm (SCA) with Levy flight distribution to address optimization problems, in particular for high-dimensional problems. WOA excels in exploration but has weaknesses in exploitation, while SCA also faces exploitation issues. The hybrid WOASCALF algorithm leverages the strengths of both algorithms and to improve search agent movement through Levy flight. Evaluations using 23 benchmark functions and three real-world engineering problems showed that WOASCALF outperforms other algorithms in exploration ability.
An enhanced Particle Swarm Optimization (PSO) algorithm named TO-PSO, which uses a quasi-random sequence (QRS) for population initialization to improve the convergence rate and diversity, was proposed in [31]. By incorporating a low-discrepancy sequence, namely, the torus sequence, into PSO for swarm initialization, this approach aims to more effectively address optimization problems. Evaluations on fifteen well known unimodal and multimodal benchmark test problems demonstrated that TO-PSO significantly outperforms traditional PSO, Sobol Sequence-initialized PSO (SO-PSO), and Halton sequence-initialized PSO (HO-PSO) in terms of cost function value, convergence rate, and diversity.
The authors of [32] introduced the Whale Optimization with Seagull Algorithm (WSOA), a hybrid algorithm designed to address the computational accuracy and premature convergence issues of the Seagull Optimization Algorithm (SOA). By combining the contraction-surrounding mechanism of the WOA with the spiral attack behaviour of SOA and incorporating a Levy flight strategy, the WSOA enhances the balance between exploration and exploitation. Evaluations using 25 benchmark test functions and comparisons with seven well known metaheuristic algorithms demonstrated WSOA’s superior performance. Additionally, four engineering examples validated its effectiveness and feasibility.
In [33], the authors proposed a Memory-based Hybrid Crow Search Algorithm (MHCSA) combining the Crow Search Algorithm (CSA) and PSO to address CSA’s limitations in memory representation and balancing exploration and exploitation. By initializing the memory element with PSO’s best solution (pbest) and enhancing CSA’s individuals’ positions using both the global best (gbest) and pbest of PSO, the MHCSA improves diversity and search abilities. Adaptive functions replace CSA’s fixed flight length and awareness probability to better balance exploration and exploitation. When tested on seventy-three benchmark functions and seven engineering design problems, MHCSA demonstrated superior performance, while eliminating early convergence and improving both accuracy and stability, ranking first among CSA, PSO, and other robust methods.
In [34], the authors introduced MBFPA, a hybrid metaheuristic algorithm combining the Butterfly Optimization Algorithm (MVO) and Flower Pollination Algorithm (FPA) based on a mutualism mechanism. While effective, MVO often faces issues with local optimality and premature convergence. The MBFPA enhances exploration through FPA and improves exploitation via symbiosis organism search in the mutualism phase, thereby accelerating convergence. Meanwhile, its adaptive switching probability balances exploration and exploitation. When evaluated on 49 standard test functions, MBFPA outperformed six basic and five hybrid metaheuristic algorithms. Additionally, it successfully solved five classic engineering problems, demonstrating feasibility, competitiveness, and strong application prospects.
The COA, despite its simplicity and innovation, suffers from reduced search efficiency and susceptibility to local optima in later stages. To address these issues, a modified version called MCOA, was proposed in [35]. The MCOA incorporates an environmental renewal mechanism to guide crayfish to better environments based on water quality factors along with a learning strategy based on ghost antagonism to avoid local optima. Performance evaluations using the IEEE CEC2020 benchmark function, four constrained engineering problems, and feature selection problems demonstrated significant improvements. The MCOA showed a 55.23% improvement in average fitness value and a 10.85% increase in accuracy for feature selection problems. The combination of these enhancements substantially boosts MCOA’s optimization performance, offering valuable advancements in solving complex spatial and practical problems.
A modified COA incorporating a Gaussian Distribution (GD) parameter to assess and enhance population and fitness diversity was proposed by the authors of [36]. Their proposed method aims to improve solution quality and robustness in complex optimization environments. The performance of the proposed method was validated by optimizing 27 unimodal and multimodal benchmark functions, showing that the proposed method is more effective and efficient than the traditional COA in fewer iterations.
All of these studies underscore the necessity for enhancing optimization algorithms in order to address their inherent limitations, with a particular focus on the Crayfish Optimization Algorithm (COA). These investigations highlight the critical need for improved search efficiency, preventing premature convergence, and bolstering exploration capabilities to achieve more robust and effective optimization performance. The modifications and hybrid approaches proposed in these studies demonstrate significant advancements in overcoming the shortcomings of traditional algorithms, paving the way for more efficient and reliable solutions to complex optimization problems.

3.1. Overview of COA

The Crayfish Optimization Algorithm (COA) [37] is an innovative metaheuristic algorithm inspired by the foraging behavior of crayfish in nature. At its core, COA is structured around three distinct behavioral stages, each mimicking a specific aspect of the crayfish’s life cycle: the summer resort stage for exploration, the competition stage for resource allocation, and the foraging stage for exploitation. The summer resort stage symbolizes the search for a cooler habitat, guiding the algorithm to explore diverse regions of the solution space to prevent premature convergence. The competition stage, in which crayfish contest for resources, reflects the algorithm’s ability to intensify the search in promising areas. Finally, the foraging stage, akin to crayfish seeking food, represents the fine-tuning of solutions in the algorithm. A unique feature of the COA is its temperature-based mechanism, which controls the transitions between these stages, enabling the algorithm to adaptively balance exploration and exploitation based on the problem’s landscape [37].

3.2. Overview of Self-Adaptive Differential Evolution (SaDE)

Self-adaptive Differential Evolution (SaDE) [38] is a variant of the traditional Differential Evolution (DE) algorithm augmented with a self-adapting mechanism to dynamically adjust its strategy parameters during the optimization process [38]. This enhancement addresses a crucial challenge in DE, namely, the selection of appropriate control parameters such as the scaling factor and crossover rate, which significantly influences the algorithm’s performance. SaDE introduces a learning strategy that allows it to adaptively modify these parameters based on the ongoing success rate of trial vectors in the population. By analyzing the performance feedback from previous iterations, SaDE can effectively tune its mutation and crossover strategies, thereby improving its ability to navigate through complex optimization landscapes [38]. This self-adaptive nature empowers SaDE to maintain a delicate balance between exploration and exploitation, thereby enhancing its efficiency and effectiveness in finding global optima, particularly in complex multimodal optimization scenarios. The adaptability of SaDE makes it a robust and versatile choice for a wide array of optimization problems, allowing it to serve as a foundation for the development of more sophisticated and efficient metaheuristic algorithms [39].

4. Hybrid COASaDE Optimizer

This section introduces the COASaDE Hybrid Optimizer, which combines the Crayfish Optimization Algorithm (COA) with Self-Adaptive Differential Evolution (SaDE). The hybridization approach in our study strategically integrates COA and SaDE to leverage their distinctive strengths and address complex optimization challenges effectively.
The integration process merges the explorative efficiency of COA, known for its unique three-stage behavior-based strategy, with the adaptive exploitation abilities of SaDE, characterized by dynamic parameter adjustment. The hybrid algorithm initiates with COA’s exploration phase by extensively probing the solution space to prevent premature convergence. As potential solutions are identified, the algorithm transitions to employing SaDE’s adaptive mechanisms, which fine-tune these solutions through self-adjusting mutation and crossover processes.
This methodology ensures a comprehensive exploration followed by an efficient exploitation phase, with each algorithm complementing the other’s limitations. The primary challenge in this hybridization lies in achieving a seamless transition between the algorithms while maintaining a balance that allows the strengths of COA and SaDE to synergistically enhance the search process while mitigating their respective weaknesses.

4.1. COASaDE Mathematical Model

  • Population Initialization:
The algorithm initializes the population within the search space boundaries using uniformly distributed random numbers. This ensures diverse starting points for the search process, which increases the chance of finding the global optimum, as shown in Equation (1):
X i ( 0 ) = lb + ( ub lb ) · r , r U ( 0 , 1 )
where X i ( 0 ) is the i-th individual’s position in the initial population, lb and ub are the lower and upper boundaries of the search space, and r is a vector of uniformly distributed random numbers.
2.
Evaluation:
Each individual’s fitness is evaluated using the objective function. This step determines the quality of the solutions, guiding the search process, as shown in Equation (2):
f i ( 0 ) = f ( X i ( 0 ) )
where f ( · ) is the objective function and f i ( 0 ) is the fitness of the i-th individual.
3.
Mutation Factor and Crossover Rate Initialization:
The algorithm initializes the mutation factor and crossover rate uniformly for all individuals. This provides a balanced exploration and exploitation capability initially, as shown in Equation (3):
F i ( 0 ) = 0.5 , C R i ( 0 ) = 0.7
where F i ( 0 ) is the mutation factor and C R i ( 0 ) is the crossover rate for the i-th individual.
4.
Adaptive Update:
The mutation factor and crossover rate are updated adaptively based on past success, enhancing the algorithm’s ability to adapt to different optimization landscapes dynamically, as shown in Equations (4) and (5):
F i ( t ) = max ( 0.1 , min ( 0.9 , N ( F i ( t ) , 0.1 ) ) )
C R i ( t ) = max ( 0.1 , min ( 0.9 , N ( C R i ( t ) , 0.1 ) ) )
where N ( μ , σ ) represents a normal distribution with mean μ and standard deviation σ .
5.
COA Behavior:
The algorithm applies COA-specific behaviours such as foraging and competition based on temperature, which helps to diversify the search process and avoid local optima, as shown in Equations (6) and (7):
C ( t ) = 2 t T
X i ( t ) = X i ( t 1 ) + C ( t ) · r · ( xf ( t ) X i ( t 1 ) ) , if temp > 30 X i ( t 1 ) X z ( t 1 ) + xf ( t ) , otherwise
where C ( t ) is the decreasing factor, r U ( 0 , 1 ) is a random vector, xf ( t ) is the food position, and X z is a randomly chosen individual’s position.
6.
SaDE Mutation and Crossover:
Differential Evolution’s mutation and crossover mechanisms are applied to generate trial vectors, promoting solution diversity and improving the exploration capabilities of the algorithm, as shown in Equations (8) and (9):
V i ( t ) = X r 1 ( t ) + F i ( t ) · ( X r 2 ( t ) X r 3 ( t ) )
U i ( t ) = V i , j ( t ) , if r j C R i ( t ) or j = j rand X i , j ( t ) , otherwise
where r 1 , r 2 , r 3 are distinct indices different from i, V i ( t ) is the mutant vector, U i ( t ) is the trial vector, r j U ( 0 , 1 ) is a random number, and j rand is a randomly chosen index.
7.
Selection:
The fitness of the trial vectors is evaluated and individuals are updated if the new solution is better. This step ensures that only improved solutions are carried forward, enhancing convergence towards the optimum, as shown in Equations (10) and (11):
f ( U i ( t ) ) f ( X i ( t ) ) X i ( t + 1 ) = U i ( t ) , f i ( t + 1 ) = f ( U i ( t ) )
f ( U i ( t ) ) > f ( X i ( t ) ) X i ( t + 1 ) = X i ( t ) , f i ( t + 1 ) = f ( X i ( t ) )
where X i ( t + 1 ) is the updated position of the i-th individual and f i ( t + 1 ) is its fitness.
8.
Final Outputs:
The best solution found is returned as the final result along with the convergence curve indicating the algorithm’s performance over time, as shown in Equations (12) and (13):
best _ position = X i * ( T ) , where i * = arg min i f i ( T )
best _ fun = f ( best _ position )
where best _ position is the best solution found, best _ fun is its fitness, and cuve _ f ( t ) is the best fitness at each iteration t.
The Hybrid Crayfish Optimization Algorithm with Self-Adaptive Differential Evolution (COASaDE) combines the Crayfish Optimization Algorithm’s behavior with the evolutionary strategies of Differential Evolution (DE). The algorithm begins by initializing the population, mutation factor, and crossover rate. It then evaluates the initial population’s fitness to determine the best solution. As the iterations proceed, when the iteration count exceeds a predefined stabilization period, the mutation factor and crossover rate are adaptively updated based on past success. The COA parameters, including the decreasing factor and temperature, are updated as well. Depending on the temperature, either the COA foraging/competition behaviour or DE mutation and crossover are performed. The algorithm evaluates new positions and updates the individuals when improvements are found. The global best position and fitness are updated at each iteration. The process continues until the stopping criterion is met, at which point the algorithm returns the best fitness and position along with the convergence information. The flowchart visualizes these steps, starting from initialization and moving through population evaluation, parameter updates, behavioural checks, mutation/crossover processes, evaluation of new positions, and updating global bests before concluding with the final results. Each decision point and process in the flowchart is linked to specific equations that define the algorithm’s operations. Please see Algorithm 1.
Algorithm 1 Pseudocode for the Hybrid COASaDE algorithm.
1:
Initialize parameters: population X , mutation factor F , crossover rate CR , and fitness values (see Equation (1)).
2:
Evaluate initial population and determine the best fitness and position (see Equation (2)).
3:
while stopping criterion not met do
4:
    if iteration count > stabilization period then
5:
        Adaptively update F and CR (see Equations (4) and (5)).
6:
    end if
7:
    Update COA parameters: C and temperature (see Equation (6)).
8:
    for each individual i do
9:
        if high temperature then
10:
           Perform COA foraging or competition behavior (see Equation (7)).
11:
        else
12:
           Perform DE mutation and crossover (see Equations (8) and (9)).
13:
        end if
14:
        Evaluate new position and update if better.
15:
    end for
16:
    Update global best position and fitness.
17:
end while
18:
Return best fitness and position, and convergence information (see Equations (12) and (13)).

4.2. Exploration Phase of Hybrid COASaDE

The exploration phase of COASaDE is critical for navigating the search space and uncovering potential solutions. This phase leverages the exploration capabilities of COA combined with the adaptive mutation and crossover mechanisms of SaDE to effectively balance exploration and exploitation. The algorithm employs diverse strategies, including the foraging, summer resort, and competition stages, to facilitate varied movement patterns among candidate solutions while adapting to environmental cues for efficient search space exploration. Adaptive parameter adjustment plays a significant role in this phase by dynamically fine-tuning the mutation factors (F) and crossover rates ( C R ) for a subset of the population. This adjustment ensures that the algorithm adapts to changing conditions and maintains an effective balance between exploration and exploitation based on solution performance. Additionally, randomization and diversity maintenance are crucial, as is the introduction of stochasticity to prevent premature convergence to suboptimal solutions. By incorporating random factors such as temperature conditions and individual selection for parameter adaptation, the algorithm maintains diversity within the population, preventing it from becoming stuck in local optima and ensuring comprehensive exploration of the search space.

4.3. Exploitation Phase of Hybrid COASaDE

The exploitation phase of the hybrid Crayfish Optimization Algorithm with Self-Adaptive Differential Evolution (see Figure 1) focuses on refining candidate solutions to enhance their quality and convergence towards optimal solutions. This phase utilizes the adaptive mutation and crossover mechanisms of SaDE to efficiently exploit promising regions of the search space. The algorithm leverages the refined candidate solutions from the exploration phase and applies mutation and crossover operations to iteratively improve them. Boundary handling ensures that the solutions remain within the defined search space, preventing the generation of infeasible solutions and maintaining optimization integrity. Fitness evaluation and updating are pivotal, as newly generated solutions are evaluated using the objective function and superior solutions replace their parents in the population. The exploitation phase operates iteratively over multiple generations, refining candidate solutions based on evaluation of the objective function. Through continuous updates based on mutation, crossover, and fitness, COASaDE converges towards optimal or near-optimal solutions, effectively exploiting the promising regions identified during the exploration phase.

4.4. Solving Global Optimization Problems Using COASaDE

Global optimization problems involve finding the best possible solution from all feasible solutions, often in the presence of complex constraints and multiple local optima. These problems are characterized by their “black box” nature, where the objective function and constraints might not have explicit forms, making traditional analytical methods impractical [16]. Instead, heuristic and metaheuristic algorithms such as Differential Evolution, Genetic Algorithms, and Hybrid Optimization techniques are employed to efficiently navigate the search space. These algorithms iteratively explore and exploit the solution space, aiming to converge on the global optimum despite the challenges posed by the problem’s landscape [40].
The general formulation of a global optimization problem can be expressed mathematically. This involves defining an objective function to be minimized or maximized and specifying the constraints that the solution must satisfy. The objective function, denoted as f ( x ) , and the constraints are illustrated in Equation (14):
Minimize ( or Maximize ) : f ( x ) Subject to : g j ( x ) 0 for j = 1 , 2 , , m h i ( x ) = 0 for i = 1 , 2 , , p
where:
x R n is the vector of decision variables, f ( x ) : R n R is the objective function, g j ( x ) : R n R for j = 1 , 2 , , m are the inequality constraints, and h i ( x ) : R n R for i = 1 , 2 , , p are the equality constraints.

4.5. Symmetry in Hybrid COASaDE

The novel Hybrid COASaDE algorithm represents a fusion of mathematical theory and heuristic strategies, showcasing remarkable symmetry in its approach to optimization. Inspired by crayfish foraging behavior, COASaDE combines local and global search capabilities with heuristic rules derived from natural behaviors, effectively guiding the search process. The Differential Evolution (DE) framework, which underpins SaDE, uses mathematical models for differential mutation and crossover to explore the search space, while its self-adaptive mechanism adjusts control parameters dynamically based on the current optimization state. This hybrid optimizer balances exploration and exploitation by incorporating mathematical models and adaptive heuristics in order to use population-based search mechanisms to evolve candidate solutions. The synergy between COA’s random and directed movements and SaDE’s differential evolution framework enhances both global optimization and local search adaptability. This integration leverages the strengths of both algorithms, combining rigorous mathematical foundations with adaptive, nature-inspired heuristics to effectively solve complex optimization problems.

4.6. Computational Complexity of COASaDE

The computational complexity of COASaDE is influenced by several factors inherent to both Crayfish Optimization Algorithm (COA) and Self-Adaptive Differential Evolution (SaDE) that remain when combining them in a hybrid approach.

4.7. Computational Components

  • Initialization:
    O ( N · D )
    The population X is initialized with N individuals (Equation (15)), where D is the dimensionality of the search space.
  • Fitness evaluation:
    O ( N · M )
    The fitness of each individual in X is evaluated, where M is the complexity of the objective function.
  • Adaptive parameter updating:
    O ( N )
    The adaptive parameters F and C R for individuals are periodically updated, typically at every tenth iteration beyond T 10 .
  • COA and SaDE operations:
    O ( N · D )
    This controls COA behaviors (Equation (18)) and alternative COA behaviors (if condition t e m p > 30 ).
    O ( N · D )
    This controls SaDE mutation and crossover operations (Equation (19)).
  • Boundary conditions and fitness updating:
    O ( N · D )
    This is used to apply the boundary conditions.
    O ( N · M )
    This is used to evaluate the fitness of mutated individuals.
  • Termination:
    O ( T · ( N · D + N · M ) )
    The algorithm runs for T iterations, with T directly influencing the total computational complexity.
The computational complexity of COASaDE per iteration is primarily governed by the population size N, the dimensionality of the problem space D, the complexity of the objective function M, and the number of iterations T. The proposed hybrid approach aims to efficiently tackle complex optimization problems by combining adaptive parameter control and diverse search strategies from COA and SaDE.

5. Testing and Comparison

In our experimental testing and evaluation of COASaDE, we aimed to validate its efficacy and performance against a series of challenging benchmark functions. This section presents a comprehensive analysis of the results obtained from testing COASaDE on the CEC2017 and CEC2022 benchmark suites. The analysis involved comparing the performance of COASaDE with several state of art optimization algorithms. The comparative study focused on various metrics such as convergence speed, accuracy, robustness, and ability to escape local optima, providing a clear perspective on the strengths and potential limitations of the proposed COASaDE algorithm.
The selection of these algorithms was driven by several key considerations. First was the aim of representing a diverse range of optimization techniques. Algorithms such as GWO, PSO, MFO, MVO, SHIO, AOA, FOX, FVIM, and SCA embody different paradigms, from evolutionary and swarm intelligence-based methods to physics-inspired and hybrid approaches. This diversity allows researchers to conduct a comprehensive evaluation of COASaDE against established benchmarks to ensure a thorough exploration of its relative strengths and weaknesses across varied optimization scenarios.
Moreover, the choice of algorithms was guided by their status as benchmark standards within the optimization community. Algorithms such as WOA, GWO, and SCA have been extensively studied and cited, and as such can provide a reliable basis for comparison against newer or hybrid approaches like COASaDE. By benchmarking against well known algorithms, researchers can more effectively assess the performance of COASaDE, contributing to a deeper understanding of its capabilities and potential advancements in optimization research.

5.1. CEC2022 Benchmark Description

The CEC2022 benchmark suite represents a critical development in the field of optimization, focusing on single-objective and bound-constrained numerical optimization problems (see Figure 2). As a part of the evolutionary progression from previous competitions such as CEC’05 through CEC’21, which focused on real-parameter optimization, the CEC2022 suite introduces challenges based on substantial feedback from the CEC’20 suite. This feedback has been instrumental in refining the problem definitions and evaluation criteria in order to better assess the capabilities of modern optimization algorithms such as COASaDE.
Structured to ensure fairness, impartiality, and a reflection of real-world complexities, the CEC2022 benchmarks are suitable for testing the COASaDE optimizer. This suite allows researchers to test their algorithms against cutting-edge methods in a competitive setting that mirrors current industry and academic demands. The CEC 2022 Special Session and Competition on Single-Objective Bound-Constrained Numerical Optimization offers a pivotal platform for the COASaDE optimizer to demonstrate its efficacy and for researchers to identify potential improvements and inspire the development of next-generation optimization technologies.

5.2. CEC2017 Benchmark Description

The CEC2017 benchmark suite serves as an exhaustive testing ground for the proposed COASaDE optimizer, comprising a diverse array of functions that present multifaceted challenges typical of real-world optimization scenarios. This suite includes multimodal landscapes, high-dimensional spaces, and intricate global structures that rigorously test an algorithm’s capability to efficiently explore and exploit the search space. These functions are strategically chosen to mimic real-life problems, ensuring that the insights gleaned from the COASaDE’s performance are relevant and applicable in practical applications.
Each function within the CEC2017 suite is designed to highlight specific challenges, such as navigating extensive flat areas without premature convergence and handling noise that can obscure the true optima. Additionally, the inclusion of rotated and shifted versions of the base functions introduces further complexity, simulating the effects of variable data transformations seen in real-world environments. These features make the CEC2017 benchmarks suitable for assessing the COASaDE optimizer’s precision, scalability, and adaptability across different orientations and problem scales, thereby offering a thorough evaluation of its practical applicability and robustness.

5.3. Configuration of Parameters for CEC Benchmark Evaluations

The parameters utilized for comparing the optimizers are detailed in Table 1. A consistent parameter configuration is crucial for ensuring fair and effective evaluation across the CEC benchmarks from 2022, 2017, and 2014 and for facilitating a standardized testing environment across various functions.
The parameters listed in Table 1 were adopted to create a balanced framework supporting comparisons across diverse studies, ensuring a comprehensive and rigorous performance assessment of the algorithms. The chosen population size of 100 and problem dimensionality of 30 strike an optimal balance between the computational demand and the complexity required for significant evaluations. The ceiling on function evaluations, defined as 10,000 × D , provides ample opportunities for the algorithms to demonstrate their efficiency and convergence capabilities over extensive iterations. The fixed search boundary, set from [ 100 , 100 ] across all dimensions, ensures a vast and uniform exploration space. Finally, specific benchmarks were made more challenging with the application of rotational and shifting transformations to test the adaptability and robustness of algorithms under enhanced complexity conditions.
A comprehensive statistical analysis was employed for the performance evaluation of various optimization algorithms (see Table 2), including calculation of the mean and standard deviation and the application of the Wilcoxon rank-sum test. The mean serves as a measure of the central tendency, representing the average result obtained by the algorithms across multiple trials. In contrast, the standard deviation quantifies the dispersion or variability around this mean, offering insights into the consistency and reliability of the algorithms across different runs.
To further assess the statistical significance of differences between the performance of two distinct groups of algorithmic outcomes, the Wilcoxon rank-sum test was utilized. This nonparametric test helps to determine whether there is a statistically significant difference between the medians of the two groups, providing a robust method for comparing the performance of optimization algorithms under various conditions.

5.4. CEC2022 Results

The performance of COASaDE on the CEC2022 benchmark suite demonstrates its robustness and superiority compared to several well known and state-of-the-art optimization algorithms. As shown in Table 3, COASaDE consistently ranks highly across various test functions, often achieving the best or near-best mean and standard deviation values. For instance, on Function F1, COASaDE achieves the lowest mean (3.00E+02) and smallest standard deviation (1.42E-04), significantly outperforming other algorithms including GWO, PSO, and MFO, all of which have higher means and larger standard deviations. This trend continues across multiple functions, indicating COASaDE’s ability to maintain stable and high quality solutions. The algorithm’s self-adaptive mechanism for adjusting mutation factors and crossover rates plays a crucial role in its success, enabling it to effectively balance exploration and exploitation. The results suggest that COASaDE’s combination of crayfish-inspired foraging behavior and differential evolution techniques makes it a powerful tool for tackling complex optimization problems.
The performance of COASaDE on the CEC2022 benchmark suite is shown in Table 4, which shows the comparison results with various Differential Evolution (DE) variants. The results highlight its effectiveness and competitiveness, showing that COASaDE consistently ranks among the top performers across multiple test functions. For Function F1, COASaDE achieves the best mean (3.00E+02) and smallest standard deviation (1.42E-04), demonstrating its precision and stability compared to other DE variants such as LDE, BBDE, and JADE, which all have higher means and larger standard deviations. This trend of superior performance continues with Functions F2 and F3, where COASaDE secures the top ranks, indicating its robustness in handling different optimization challenges. COASaDE also performs well on Function F4, showcasing its adaptability, although it ranks slightly behind some variants.
Moreover, the results indicate that COASaDE maintains a strong balance between exploration and exploitation, facilitated by its adaptive mechanisms for mutation and crossover rates. For Functions F6 to F12 COASaDE consistently ranks within the top positions, often securing the first or second rank. The algorithm’s ability to dynamically adjust its parameters based on the current state of the optimization process allows it to effectively navigate the search space and avoid local optima. Additionally, the comparative analysis with DE variants such as SADE, CMAES, and others highlights COASaDE’s competitive edge in terms of mean performance and consistency, as reflected in the values for the standard error of the mean (SEM). Overall, the results from Table 2 underscore COASaDE’s superior optimization capabilities, robust performance, and effectiveness as a hybrid optimizer that successfully integrates heuristic strategies with mathematical rigor.

5.5. Wilcoxon Rank-Sum Test Results

The Wilcoxon rank-sum test results highlight the statistical significance of COASaDE’s performance on the CEC2022 benchmark functions compared to various other optimizers. Across multiple functions in Table 5 and Table 6 (F1 to F12), COASaDE consistently achieves p-values of 3.97 × 10 3 against most compared optimizers, indicating statistically significant improvement. For example, on Function F1 COASaDE shows significant differences with all listed algorithms, including GWO, PSO, and MFO. On Function F2, while maintaining strong significance against most optimizers, it exhibits less significant results compared to SHIO and slightly higher p-values with AOA and SCA. This pattern is observed across other functions as well, with COASaDE demonstrating robust performance and often outperforming competitors by statistically significant margins. The few instances of higher p-values, such as in F6 with SHIO and SCA and in F10 with GWO and SHIO, suggest areas where the performance differences are less pronounced. Overall, the Wilcoxon test results affirm the effectiveness and reliability of COASaDE in providing superior optimization results across various challenging functions.

5.6. COASaDE Results on CEC2017

The results of COASaDE on the CEC2017 benchmark suite, shown in Table 7, highlight its strong performance relative to other optimizers. For Function F1, COASaDE achieves the lowest mean value of 6.85 × 10 9 and ranks first, demonstrating its efficiency in solving this optimization problem compared to other algorithms such as GWO, PSO, and MFO, which have significantly higher mean values. Similarly, on Function F2 COASaDE ranks third with a mean value of 2.30 × 10 12 , showing competitive performance among the top optimizers. On Function F3, COASaDE excels with a mean value of 4.12 × 10 4 , securing the third position and outperforming algorithms such as MFO and GWO, both of which rank lower. For Function F4, COASaDE again ranks first, with a mean value of 1.09 × 10 3 , indicating its robustness and stability. The algorithm continues to perform well on Function F5, ranking first with a mean value of 6.13 × 10 2 , highlighting its consistent ability to find optimal solutions. The trend of strong performance is evident across other functions as well. For example, on Function F6 COASaDE achieves the top rank with a mean value of 6.59 × 10 2 . On Function F7, it ranks third with a mean value of 1.01 × 10 3 , showcasing its competitive edge. On Function F8, COASaDE ranks second with a mean value of 8.81 × 10 2 , demonstrating its precision and effectiveness.
On more challenging functions such as F9 and F10, COASaDE maintains its competitive performance, ranking third and second, respectively. Its mean values are 3.69 × 10 3 for F9 and 3.28 × 10 3 for F10. This consistency is further evident on Function F11, where COASaDE ranks third with a mean value of 4.30 × 10 3 , outperforming many other well-known algorithms. For Function F12, COASaDE ranks second with a mean value of 6.95 × 10 8 , reinforcing its strong optimization capabilities. On Function F13 it ranks third with a mean value of 3.24 × 10 7 , showcasing its adaptability. On Function F14, COASaDE secures the second position with a mean value of 1.94 × 10 4 , demonstrating its robustness across diverse optimization problems. Finally, on Function F15 COASaDE ranks fifth with a mean value of 2.78 × 10 5 , indicating that while it is highly competitive there is still room for improvement in certain complex scenarios.
The performance of COASaDE on CEC2017 functions F16 to F30, shown in Table 8, indicates its strong competitiveness across a variety of optimization problems. For F16, COASaDE ranks first with a mean value of 2.25 × 10 3 , outperforming all other algorithms, including GWO and PSO. On F17, COASaDE ranks third with a mean value of 2.09 × 10 3 , demonstrating its consistent performance among the top optimizers. Notably, COASaDE achieves the lowest mean value on F18 with 1.21 × 10 7 , highlighting its exceptional ability to handle complex optimization scenarios. On F19, COASaDE again secures the top position with a mean of 5.85 × 10 5 , showcasing its robustness in solving high-dimensional functions. It maintains this trend on F20, ranking second with a mean value of 2.31 × 10 3 . For F21, COASaDE ranks second with a mean value of 2.39 × 10 3 , further indicating its reliability. Similarly, COASaDE’s performance in F22 is commendable; it achieves the lowest mean value of 3.08 × 10 3 , outperforming other algorithms by a significant margin. The trend continues for F23, where COASaDE ranks first with a mean value of 2.71 × 10 3 , and for F24, where it secures the top rank with a mean of 2.85 × 10 3 . On F25, COASaDE ranks second with a mean value of 3.58 × 10 3 , demonstrating its ability to consistently find optimal solutions across different problems. For F26, COASaDE ranks second with a mean value of 4.56 × 10 3 , confirming its effectiveness in various optimization contexts. On F27, COASaDE ranks first with a mean value of 3.19 × 10 3 , outperforming other well-known algorithms such as GWO and PSO. For F28, it achieves the lowest mean value of 3.62 × 10 3 , highlighting its superior performance. COASaDE also excels on F29, securing the top position with a mean value of 3.67 × 10 3 . Lastly, COASaDE ranks first on F30 with a mean value of 2.56 × 10 7 , outperforming all other algorithms and demonstrating its capability to effectively handle complex and diverse optimization problems.
As can be seen from Table 9, the comparison of COASaDE with other Differential Evolution optimizers on CEC2017 functions F1 to F15 demonstrates strong performance across a variety of optimization problems. For F1, COASaDE ranks second with a mean value of 6.85 × 10 9 , closely following JADE, which ranks first. On F2, COASaDE ranks third with a mean of 2.30 × 10 12 , outperformed only by JADE and DEEM. COASaDE achieves the best performance on F3, ranking first with a mean of 4.12 × 10 4 , demonstrating its efficiency in solving this problem. On F4, COASaDE again secures the top position with a mean value of 1.05 × 10 3 , indicating its robustness. For F5, COASaDE ranks fifth with a mean of 6.13 × 10 2 , showing competitive, though not the best performance. COASaDE excels again on F6, ranking first with a mean of 6.59 × 10 2 , outperforming the other optimizers by a significant margin. COASaDE ranks second on F7 with a mean of 8.71 × 10 2 , closely following COA. For F8, it ranks fourth with a mean of 8.99 × 10 2 , demonstrating consistent performance. COASaDE achieves the best result on F9, ranking first with a mean of 2.27 × 10 3 , further showcasing its effectiveness. On F10, COASaDE ranks third with a mean of 3.28 × 10 3 , indicating strong performance. For F11, COASaDE ranks fifth with a mean of 4.30 × 10 3 , demonstrating competitive performance but not the best results. On F12, COASaDE ranks second with a mean of 3.62 × 10 8 , showing strong performance. For F13, COASaDE ranks second with a mean of 5.33 × 10 6 , closely following LDE. COASaDE secures the third position on F14 with a mean of 1.94 × 10 4 , indicating its robustness in solving this problem. Finally, on F15, COASaDE ranks second with a mean of 1.04 × 10 5 , demonstrating its consistent performance across different optimization scenarios.
Furthermore, the results in Table 10 for F16 to F30 highlight the competitive performance of COASaDE. For F16, COASaDE ranks third with a mean value of 2250, showing strong performance but slightly behind JADE and DEEM. On F17, COASaDE achieves the best performance, ranking first with a mean of 1990. For F18, COASaDE again secures the top position with a mean of 1.21E+07, outperforming all other optimizers. On F19, COASaDE ranks first with a mean of 408000, demonstrating its effectiveness in solving this problem. For F20, COASaDE ranks second with a mean of 2310, showing strong performance, though not the best. On F21, COASaDE ranks first with a mean of 2390, indicating its robustness. For F22, COASaDE ranks first with a mean of 3070, demonstrating its efficiency. On F23, COASaDE secures the top position with a mean of 2710, outperforming the other optimizers. For F24, COASaDE ranks first with a mean of 2850, showing strong performance. On F25, COASaDE ranks third with a mean of 3550, demonstrating competitive results. For F26, COASaDE ranks third with a mean of 4460, showing a strong but not the best performance. On F27, COASaDE achieves the best performance, ranking first with a mean of 3170. For F28 COASaDE ranks first with a mean of 3620, demonstrating its efficiency. On F29, COASaDE ranks second with a mean of 3670, showing strong performance. Finally, on F30 COASaDE ranks second with a mean of 2.56E+07, indicating competitive results.

5.7. Wilcoxon Rank-Sum Test Results on CEC2017

As it can be seen in Table 11 and Table 12, the Wilcoxon rank-sum test results for COASaDE reveal notable statistical differences in comparison with other optimizers across the CEC2017 benchmark functions (F1–F30). COASaDE displays significant p-values for many functions, indicating that its performance differs meaningfully from other optimizers. Specifically, for F1, COASaDE shows a p-value of 3.97E-03 when compared to PSO, suggesting a significant difference. On F2, COASaDE exhibits a p-value of 1.11E-05 against MFO, further underscoring a significant performance disparity. Similar results are observed for F3 and F4, with COASaDE showing p-values of 3.97E-03 and 4.55E-04, respectively, against MFO. These significant p–values, which are often lower than 0.05, consistently suggest that COASaDE’s performance is statistically different compared to other optimizers such as PSO, MFO, SHIO, and FOX across various functions.

5.8. Diagram Analysis

5.8.1. Convergence Curve Analysis

The convergence curves of COASaDE, shown in Figure 3 and Figure 4, demonstrate good convergence performance over the CEC2022 benchmark suite of functions F1 to F12. The curves indicate that COASaDE consistently achieves lower best values and converges quickly. For instance, on functions such as F6 and F8 COASaDE rapidly reaches near-optimal solutions within the initial iterations, highlighting its efficiency in exploring and exploiting the search space. The convergence curve for F6 shows COASaDE stabilizing, showcasing its capability in handling complex multimodal functions where local optima are prevalent. Similarly, the curves for F8 and F9 indicate that COASaDE quickly narrows the search down to the optimal regions.

5.8.2. Search History Plot Analysis

The search history plots for the COASaDE algorithm over CEC2022 benchmark functions F1 to F12 (see Figure 5 and Figure 6) illustrate its exploration and exploitation capabilities within the search space. The color gradients represent the objective function values, with lower values indicated by warmer colors (e.g., red) and higher values by cooler colors (e.g., blue). In the search history plots for functions such as F6, F8, and F10, COASaDE demonstrates a focused search pattern, clustering around regions with lower objective function values. This suggests effective exploitation of promising areas, with occasional diversification to explore new regions. For instance, for F6 the red clusters indicate that COASaDE consistently finds and refines solutions within a promising region. Similarly, for F8 and F9 the dense concentration of red and orange points around certain areas highlights COASaDE’s ability to identify and exploit optimal or near-optimal solutions. The search history for F10 shows initial broad exploration followed by a more concentrated search, indicating a balanced exploration–exploitation strategy. Moreover, the search history plots confirm the proficiency of COASaDE in navigating complex landscapes while efficiently balancing exploration of the search space and exploitation of high-quality solutions.

5.8.3. Sensitivity Analysis

As can be seen in Figure 7 and Figure 8, the sensitivity analysis of COASaDE over CEC2022 benchmark functions F1 to F12 reveals notable variations in performance based on the number of search agents and number of maximum iterations. For F1, the performance improves with more iterations and higher numbers of agents, showing optimal performance around 300–400 iterations with 40–50 agents. For F2, the results suggest that higher iterations improve performance, although the results plateau beyond 500 iterations, indicating diminishing returns. For F3, higher numbers of agents tend to produce better outcomes, particularly around 300 iterations, while F4 shows consistent performance across different settings, with slight improvements around 300–400 iterations with 40–50 agents. F5 and F6 exhibit a dependence on the balance between the number of iterations and the number of agents, with optimal performance achieved at moderate iteration (200–400) and agent counts. Functions F7 to F10 display a trend in which moderate numbers of agents (20–30) combined with higher iterations (300–500) yield the best results, indicating the algorithm’s efficiency in exploiting the search space with a balanced approach. These findings demonstrate that COASaDE adapts well to various function types by leveraging an appropriate balance of search agents and iterations, resulting in optimized performance across different problem landscapes.

5.8.4. Box Plot Analysis

The box plot analysis of COASaDE over the CEC2022 benchmark functions (F1–F12) (see Figure 9 and Figure 10) reveals valuable insights into the algorithm’s performance variability and robustness. Each box plot presents the distribution of the best fitness scores obtained across multiple runs, showcasing the median, quartiles, and potential outliers. For instance, the box plot for F10 displays a wide range of fitness scores with several outliers, indicating occasional deviations, likely due to the complex landscape of the function. In contrast, functions such as F8 and F9 exhibit more consistent performance with narrower interquartile ranges, suggesting a higher degree of reliability in these cases. The median values in these plots represent the central tendency of the algorithm’s performance, while the spread between the quartiles reflects the variability, with the presence of outliers highlighting instances where the algorithm significantly deviates from its typical performance.

5.9. Histogram Analysis

The histograms provide a detailed view of the distribution of the final fitness values achieved by the COASaDE algorithm across various functions from the CEC2022 benchmark, as shown in Figure 11 and Figure 12. For F1, the histogram shows a spread with a peak around 4 × 10 4 , indicating that the algorithm often converges to higher fitness values, with a few instances reaching up to 8 × 10 4 . F2 exhibits a broad distribution, with a significant concentration of values between 600 and 1000 and some outliers extending beyond 1200. For F3 the histogram is more centered, with most values clustering around 670–680, indicating relatively consistent performance. The distribution for F4 shows a peak around 900–920, highlighting a narrower range of final fitness values. F5 has a more varied distribution, peaking around 3500–4500, suggesting a wide range of convergence results. For F6, the fitness values are mostly concentrated around lower values, with a significant drop-off as values increase, indicating that the algorithm often finds solutions with lower fitness values. F7 shows a more evenly spread distribution with a central tendency around 2100–2200. For F8 the distribution is highly skewed, with the majority of values around 2250 but with a few instances stretching up to 2400. F9 presents a relatively normal distribution centered around 2700–2800, indicating stable performance. Finally, the histogram for F10 is skewed, with a significant concentration of values around 2400–2800 and a long tail reaching up to 3800, suggesting occasional higher fitness values.

6. Application of COASaD for Solving Engineering Design Problems

6.1. Welded Beam Design Problem

The welded beam design problem represents a complex engineering optimization challenge aimed at identifying optimal beam dimensions that meet specific mechanical constraints while minimizing a cost function. The cost function associated with material and manufacturing expenses is provided by Equation (23):
z = 1.10471 x 1 2 x 2 + 0.04811 x 3 x 4 ( 14 + x 2 )
where x 1 , x 2 , x 3 , and x 4 are the design variables.
The mechanical constraints are formulated based on fundamental principles of mechanical engineering, and are represented by the following Equations (24)–(26).
M = P L + x 2 2
R = x 2 2 4 + x 1 + x 3 2 2
J = 2 2 x 1 x 2 x 2 2 12 + x 1 + x 3 2 2
T shear and bending stresses are calculated using Equations (27)–(29).
t 1 = P 2 x 1 x 2
t 2 = M · R J
t = t 1 2 + 2 t 1 t 2 x 2 2 R + t 2 2
s = 6 P L x 4 x 3 2
The deflection and buckling load of the beam are detailed in Equations (31) and (32).
d = 4 P L 3 E x 4 x 3 3
P c = 4.013 E x 3 2 x 4 6 36 L 2 1 x 3 2 L E 4 G
The constraint functions are defined in Equation (33).
c = t t max s s max x 1 x 4 0.10471 x 1 2 + 0.04811 x 3 x 4 ( 14 + x 2 ) 5 0.125 x 1 d d max P P c
To ensure adherence to these constraints during the optimization process, the penalty functions shown in Equation (34) are employed:
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
where v is a vector that flags each constraint’s violation, ensuring that the design meets mechanical requirements while optimizing cost.
Figure 13 illustrates a welded beam subjected to a point load P. It details dimensions such as the total length L, beam heights h and widths b = x ( 1 ) , x ( 4 ) , and weld lengths l = x ( 2 ) and thickness values t = x ( 3 ) . These parameters are critical for assessing the beam’s structural integrity and performance under load.
The results achieved by COASaDE for the welded beam design problem (Table 13) demonstrate its superiority compared to several other optimization algorithms. COASaDE achieved the best objective function value (optimal) of 1.674E+00, outperforming all other optimizers in the study. It also maintained the lowest mean objective value (1.674E+00) and standard deviation (8.940E-04), indicating both accuracy and consistency in finding optimal solutions. When comparing COASaDE to other optimizers, notable differences can be observed. While COA had an optimal value of 1.670E+00, very close to that of COASaDE, its mean objective value was higher at 1.731E+00, with a standard deviation of 6.635E-02. This indicates that while COA occasionally found good solutions, it was less consistent than COASaDE. GWO had an optimal of 1.673E+00, also close to COASaDE, but with a higher mean of 1.733E+00 and a larger standard deviation of 1.089E-01, showing more variability in finding optimal solutions compared to COASaDE. AVOA had an optimal of 1.698E+00, with a mean of 1.792E+00 and a standard deviation of 1.422E-01, highlighting AVOA’s inconsistency. CSA achieved an optimal of 1.777E+00, with a mean of 1.793E+00 and a standard deviation of 1.366E-02, showing consistency but inferior overall performance. COOT had an optimal of 1.782E+00 with a mean of 1.838E+00 and a standard deviation of 4.840E-02, showing less accuracy and consistency. In terms of computational time, COASaDE performed efficiently with a recorded time of 0.379633, which was competitive with other algorithms such as GWO (0.375307) and AVOA (0.389991) and faster than others such as CSA (0.5748) and DBO (0.902343).

6.2. Pressure Vessel Design Problem

The pressure vessel design problem is an optimization challenge that involves determining the optimal dimensions of a cylindrical vessel with hemispherical ends. The main objective is to minimize the material cost while ensuring that the structure meets specific structural and dimensional constraints. This task is pivotal in industries where pressure vessels are essential components, such as in chemical processing, power generation, and aerospace applications.
Objective function: The objective function is based on the physical and geometrical properties of the vessel. The function is structured to calculate the total material cost by considering the dimensions and material thickness of the vessel. The cost function is articulated in Equation (36):
z = 0.6224 × 0.0625 × x 1 × x 3 × x 4 + 1.7781 × 0.0625 × x 2 × x 3 2 + 3.1661 × ( 0.0625 × x 1 ) 2 × x 4 + 19.84 × ( 0.0625 × x 1 ) 2 × x 3
The design variables for the vessel are defined with specific measurements in inches. The variable x 1 represents the thickness of the shell, x 2 corresponds to the thickness of the heads, x 3 is the inner radius of the vessel, and x 4 denotes the length of the cylindrical section of the vessel. Each of these variables is critical for specifying the structural dimensions and ensuring the integrity of the vessel’s design.
These variables ( x 1 , x 2 , x 3 , and x 4 ) are crucial as they directly impact both the structural integrity and cost-efficiency of the vessel. The objective of the optimization problem is to determine the values of these variables that minimize the material cost while ensuring adherence to safety and performance standards.
The pressure vessel design problem focuses on determining the optimal dimensions of a cylindrical vessel with hemispherical ends to minimize the material cost while ensuring compliance with structural and dimensional constraints. The design challenge is depicted in Figure 14, which illustrates the vessel and its components.
Objective Function:
The objective function aims to minimize the cost associated with the materials used in the construction of the pressure vessel. This objective is quantified in the cost function expressed in Equation (36):
z = 0.6224 × 0.0625 × x 1 × x 3 × x 4 + 1.7781 × 0.0625 × x 2 × x 3 2 + 3.1661 × ( 0.0625 × x 1 ) 2 × x 4 + 19.84 × ( 0.0625 × x 1 ) 2 × x 3
where x 1 , x 2 , x 3 , and x 4 represent the thickness of the shell, the thickness of the heads, the inner radius, and the length of the cylindrical section, respectively.
Constraints:
The constraints are designed to ensure that the vessel’s dimensions are both feasible and meet all design requirements, and are detailed in Equations (37)–(44).
c 1 = 0.0625 × x 1 + 0.0193 × x 3
c 2 = 0.0625 × x 2 + 0.00954 × x 3
c 3 = π × x 3 2 × x 4 4 3 × π × x 3 3 + 1296000
c 4 = x 4 240
c 5 = 1 x 1
c 6 = 1 x 2
c 7 = 10 x 3
c 8 = 10 x 4
Constraints c 1 and c 2 relate the shell and head thickness to the radius, ensuring structural integrity. Constraint c 3 checks the internal volume against a prescribed limit. Constraints c 4 through c 8 are simple bounding constraints that restrict the size and dimensions of the vessel components.
Penalty function:
The optimization problem utilizes a penalty method in which each constraint violation contributes significantly to the objective function, effectively penalizing infeasible solutions, as shown in Equation (45):
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
where v is an indicator vector in which each element is set to 1 if the corresponding constraint is violated, helping to steer the optimization process towards feasible designs.
COASaDE achieves an optimal cost of 5.885 × 10 3 , matched by several other high-performance algorithms such as SHIO, SCA, MGO, HOA, HLOA, FVIM, and EAO, demonstrating competitive results. Notably, COASaDE consistently reaches identical optimal design parameters ( x 1 = 12.45 , x 2 = 6.154 , x 3 = 40.32 , x 4 = 200 ) to those reported by the aforementioned optimizers, indicating high precision in finding the global optimum. In contrast, algorithms such as SSA, POA, and COA exhibit higher optimal costs and significantly varied design parameters, reflecting less efficiency or stability in achieving designs with minimal cost. The consistent values across multiple dimensions by COASaDE and select others highlight the robustness and reliability of these algorithms in converging to an optimal solution, marking them as preferable choices for this specific engineering optimization task.
The results of COASaDE on the pressure vessel design problem (Table 14) highlight its effectiveness compared to other optimization algorithms. COASaDE achieved the optimal objective function value (optimal) of 5.885E+03, outperforming other optimizers with a mean of 6.091E+03 and a standard deviation of 4.492E+02. This indicates both high accuracy and consistency. In comparison, HHO also reached an optimal value of 5.885E+03, but with a higher mean (5.921E+03) and a smaller standard deviation (6.968E+01), showing good consistency but slightly lower overall performance. COA matched the optimal value of 5.885E+03 with an exceptionally low standard deviation (3.008E-02), highlighting remarkable consistency but a slightly lower mean (5.885E+03) than COASaDE. AO had an optimal value of 5.886E+03, with a mean of 5.902E+03 and a standard deviation of 1.841E+01, indicating good but less consistent performance. CSA achieved an optimal value of 5.889E+03, with a higher mean of 6.314E+03 and a standard deviation of 4.464E+02, showing less consistency and accuracy. AVOA obtained an optimal value of 5.901E+03, with a mean of 5.943E+03 and a standard deviation of 4.891E+01, demonstrating more variability. Other algorithms such as SA, ChOA, COOT, DBO, and SCA showed progressively higher optimal values and greater variability, with higher means and standard deviations, indicating less consistent and accurate performance.

6.3. Spring Design Problem

The spring design problem is a prevalent optimization challenge in mechanical engineering. It involves determining the optimal dimensions of a coiled spring to minimize the material used in its construction while complying with specific mechanical and design constraints. The problem is typically expressed through the MATLAB function P3(x), which evaluates the performance and feasibility of different spring designs based on their dimensions.
Objective function:
The objective function is formulated to capture the total energy stored in the spring, which is directly affected by the physical dimensions of the spring. This function is strategically designed to minimize the material usage, potentially lowering production costs and enhancing material efficiency. The objective function is defined as Equation (46).
z = ( x 3 + 2 ) × x 2 × x 1 2
In this formulation, x 1 , x 2 , and x 3 represent the wire diameter, mean coil diameter, and number of active coils, respectively. These variables are crucial, as they significantly impact the mechanical properties of the spring, such as its stiffness and load-bearing capacity.
Constraints:
The design of the spring is subject to several constraints that are essential for ensuring both functionality and durability. These include stress constraints to prevent material failure, space constraints to ensure the spring fits within a predetermined design envelope, and resonance constraints to avoid vibrational issues that could arise in the operational environment. Each of these factors plays a critical role in the holistic design and successful application of the spring.
These constraints are typically represented as functions of the design variables x 1 , x 2 , and x 3 ; they ensure that the spring can perform its intended function safely and effectively. For instance, the stress within the spring must not exceed the yield strength of the material used.
Therefore, the optimization problem involves finding values for x 1 , x 2 , and x 3 that minimize the objective function while satisfying all imposed constraints. This problem is often solved using numerical methods that explore a range of potential designs to find the most efficient and practical solution.
The optimization of spring design involves determining the optimal dimensions of a coiled spring to ensure minimal material usage while adhering to the strict mechanical and design constraints.
Objective function:
The objective function is designed to minimize the material cost and potential energy stored during compression. This function is expressed in Equation (47):
z = ( x 3 + 2 ) × x 2 × x 1 2
where x 1 , x 2 , and x 3 are variables representing the wire diameter, mean coil diameter, and number of active coils, respectively. Each variable significantly contributes to the spring’s physical characteristics.
Constraints:
The design constraints atr crucial for maintaining the spring’s structural integrity and functionality, and are detailed in Equations (48) through (51).
c 1 = x 2 3 × x 3 71785 × x 1 4 + 1 0
c 2 = 4 x 2 2 x 1 × x 2 12566 × ( x 2 × x 1 3 x 1 4 ) + 1 5108 × x 1 2 1 0
c 3 = 1 140.45 × x 1 x 2 2 × x 3 0
c 4 = x 1 + x 2 1.5 1 0
These constraints ensure that the spring does not succumb to stresses, excessive deflections, or operational limitations. Specifically, constraints c 1 and c 2 address stress and deflection limits critical to the spring’s mechanical performance. Constraint c 3 sets a lower bound on the fundamental frequency, ensuring that the spring operates safely within its dynamic range. Additionally, constraint c 4 imposes a dimensional constraint, likely related to the installation space requirements, ensuring that the spring fits appropriately within its designated environment.
Penalty function:
To enforce these constraints effectively within the optimization process, a penalty function is used, as shown in Equation (52):
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
where v is an indicator vector in which each element is set to 1 if the corresponding constraint is violated, ensuring that noncompliant designs are discouraged and steering the optimization towards feasible and efficient solutions.
The results of COASaDE on the spring design problem (Table 15) highlight its superior performance compared to other optimization algorithms. COASaDE achieved the optimal objective function value (optimal) of 1.267E-02, consistently maintaining this value with a mean and standard deviation both at 1.267E-02 and 3.570E-08, respectively, indicating exceptional accuracy and consistency. In comparison, COA achieved the same optimal value of 1.267E-02 but with a slightly higher mean of 1.268E-02 and a standard deviation of 1.655E-05, showing slightly less consistency. SA matched the optimal value of 1.267E-02 with a mean of 1.269E-02 and a standard deviation of 4.403E-05, indicating good but less consistent performance. GWO also achieved the optimal value of 1.267E-02, with a mean of 1.269E-02 and a standard deviation of 4.496E-05, showing similar variability. CSA matched the optimal value of 1.267E-02 but with a higher mean of 1.314E-02 and a larger standard deviation of 6.621E-04, demonstrating less consistency and accuracy. COOT achieved the optimal value but had an anomalously high mean and standard deviation, indicating instability. Other algorithms, such as ChOA, WOA, HGS, AO, AVOA, DBO, SCA, and HHO, showed progressively higher optimal values and greater variability, indicating less consistent and accurate performance. The ranking in the table underscores COASaDE’s top performance, securing the first rank and highlighting its robustness, precision, and efficiency in solving the spring design optimization problem.

6.4. Speed Reducer Design Problem

The speed reducer design problem is a complex optimization task centered around minimizing the cost function associated with the design of a gear train within a speed reducer. This problem encapsulates a myriad of mechanical design constraints, aiming to achieve an optimal balance between material cost, geometry, and structural limits. The objective is to design a speed reducer that is cost-effective, structurally sound, and operationally efficient.
Objective function:
The objective function for the speed reducer design problem incorporates various geometric and material cost factors, reflecting the complex interdependencies of the gear train components. The function is formulated as shown in Equation (53).
z = 0.7854 x 1 ( x 2 2 ) ( 3.3333 x 3 2 + 14.9334 x 3 43.0934 ) 1.508 x 1 ( x 6 2 + x 7 2 ) + 7.4777 ( x 6 3 + x 7 3 ) + 0.7854 ( x 4 x 6 2 + x 5 x 7 2 )
This equation captures the essential cost elements and mechanical requirements integral to designing an efficient speed reducer.
This function is meticulously crafted to account for various factors. Primarily, it addresses the costs associated with the material used in the gear train, which is significantly influenced by dimensions such as face width ( x 1 ), gear tooth thickness ( x 2 ), and gear diameters ( x 3 , x 4 , x 5 ). Additionally, the function considers the structural integrity and operational efficacy, which are modulated by variables x 6 and x 7 . These variables represent the gear diameters, and are crucial for ensuring the gear’s mechanical performance.
The careful selection of these terms ensures that the function reflects the trade-offs between material strength, weight, and overall cost of the speed reducer. The objective needs to not just minimize the cost but also ensure that the speed reducer meets all operational and safety standards.
Constraints:
The design of the speed reducer must also adhere to a series of constraints which ensure that the product is not only economically viable but also meets all required performance criteria. These constraints include but are not limited to stress and strain limits, dimensional tolerances, and compatibility requirements for interfacing with other mechanical systems. Each constraint is typically formulated as a function of the design variables, and is critical in guiding the optimization process towards feasible solutions.
The speed reducer design problem is a critical engineering optimization challenge aimed at minimizing a cost function associated with the gear train design within a speed reducer. The objective is to balance material costs, geometric considerations, and structural limits. Figure 15 illustrates the complex interplay of these factors.
Objective function:
The objective function integrates the material costs and geometric dependencies of various components, as expressed in Equation (54).
z = 0.7854 x 1 ( x 2 2 ) ( 3.3333 x 3 2 + 14.9334 x 3 43.0934 ) 1.508 x 1 ( x 6 2 + x 7 2 ) + 7.4777 ( x 6 3 + x 7 3 ) + 0.7854 ( x 4 x 6 2 + x 5 x 7 2 )
This function is designed to minimize the material cost while considering the weight and durability of the speed reducer’s components.
Constraints:
The design constraints, which are essential for ensuring the design’s feasibility and efficiency, are formulated as shown below and illustrated in Figure 15.
c 1 = 27 x 1 x 2 2 x 3 1
c 2 = 397.5 x 1 x 2 2 x 3 2 1
c 3 = 1.93 x 4 3 x 2 x 3 x 6 4 1
c 4 = 1.93 x 5 3 x 2 x 3 x 7 4 1
c 5 = 1 110 x 6 3 745 x 4 x 2 x 3 2 + 16.9 × 10 6 0.5 1
c 6 = 1 85 x 7 3 745 x 5 x 2 x 3 2 + 157.5 × 10 6 0.5 1
c 7 = x 2 x 3 40 1
c 8 = 5 x 2 x 1 1
c 9 = x 1 12 x 2 1
c 10 = 1.5 x 6 + 1.9 x 4 1
c 11 = 1.1 x 7 + 1.9 x 5 1
These constraints ensure that the speed reducer can withstand bending stresses, maintain surface durability, resist stress concentration, and fit geometrically within the overall design.
Penalty function
To ensure compliance with these constraints, a penalty function is employed, as shown in Equation (66):
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
where v is an indicator vector that flags each constraint violation to ensure that designs not meeting the safety and performance standards are penalized, thereby guiding the optimization process towards feasible solutions.
Table 16 shows that COASaDE achieved the best score (Best Score) of 2.994E+03, maintaining a low mean score of 2.998E+03 and a standard deviation of 1.242E+01 on the speed reducer design problem. In comparison, COA achieved the same best score of 2.994E+03 with an exceptionally low standard deviation of 1.104E-12, demonstrating remarkable consistency, although its recorded time was significantly higher at 2.472202. ChOA matched the best score of 2.994E+03 but with a higher mean of 3.000E+03 and a standard deviation of 9.610E+00, showing slightly more variability. CSA also achieved the best score of 2.994E+03 with a minimal standard deviation of 1.696E-08 and a slightly higher mean, indicating very consistent performance. AO matched the best score but had a higher mean and standard deviation, reflecting less precision. Other algorithms such as WOA, SA, AVOA, HGS, DBO, COOT, GWO, and HHO showed progressively higher best scores and greater variability, indicating less consistent and accurate performance.

6.5. Cantiliver Design Problem

The cantilever design problem is an engineering challenge that involves optimizing the dimensions of a cantilever structure. The goal is to minimize the material cost while ensuring structural stability under various loading conditions. This optimization problem is critical in fields such as civil engineering, aerospace, and mechanical systems, where cantilevers are frequently used components.
Objective function:
The objective function is specifically designed to represent the total material cost associated with the construction of the cantilever. This function is quantitatively formulated as shown in Equation (67).
z = 0.0624 × ( x 1 + x 2 + x 3 + x 4 + x 5 )
In this model, x 1 , x 2 , x 3 , x 4 , and x 5 correspond to the dimensions of the cantilever, such as the thickness or length of different segments. Each variable contributes linearly to the material cost, indicating that any changes in these dimensions will have a direct impact on the overall cost of the structure.
Constraints:
To ensure the structural stability of the cantilever under various loads, several critical constraints must be considered. These include stress constraints designed to prevent material failure under maximum expected loads, deflection constraints aimed at ensuring the cantilever does not deform excessively under load, and natural frequency constraints intended to avoid resonant frequencies that could lead to structural failure. Each of these constraints plays a vital role in the design and safety assurance of the cantilever structure.
These constraints are generally formulated as functions of the design variables, ensuring that the cantilever remains both economical and safe under operational conditions.
Therefore, the design problem involves not only minimizing the objective function but also satisfying a series of structural and performance-based constraints. This holistic approach ensures the creation of a cantilever that is both cost effective and robust in its application.
The cantilever design problem (see Figure 16) is a critical challenge in structural engineering, where the goal is to optimize the dimensions of a cantilever to minimize material costs while ensuring that the structure can withstand operational loads without failure. The optimization is particularly focused on balancing cost efficiency with the structural integrity required to handle expected stresses and deflections.
Objective function:
The objective function is calculated to determine the total cost of materials used in the construction of the cantilever based on the dimensions of its various segments, as shown in Equation (68):
z = 0.0624 × ( x 1 + x 2 + x 3 + x 4 + x 5 )
where x 1 , x 2 , x 3 , x 4 , and x 5 might correspond to the thicknesses or lengths of different segments of the cantilever, where each variable affects the material cost linearly.
Constraints:
The cantilever must meet specific structural stiffness and strength criteria, which are formulated in constraint shown in the following Equation (69).
c 1 = 61 x 1 3 + 37 x 2 3 + 19 x 3 3 + 7 x 4 3 + 1 x 5 3 1 0
This constraint is derived from the bending stiffness or strength requirements, where the terms reflect the inverse cube relationship between dimension (likely thickness) and bending stiffness or strength for each segment, thereby ensuring the cantilever’s adequacy in terms of stiffness and strength.
Penalty function:
To enforce the structural requirements and discourage noncompliance, the penalty function detailed in Equation (70) is utilized.
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
In this function, v is an indicator vector in which each element is set to 1 if the corresponding constraint is violated. This setup imposes a high cost on designs that do not meet the structural criteria, thereby promoting compliance with the required standards.
As can be seen in Table 17, COASaDE achieved an optimal objective function value (optimal) of 1.340E+00, consistently maintaining this value with a mean of 1.340E+00 and a standard deviation of 2.171E-05, indicating exceptional accuracy and consistency. In comparison, CSA achieved the same optimal value of 1.340E+00 with a slightly higher standard deviation of 1.005E-04, demonstrating good consistency but slightly less precision. GWO also matched the optimal value with a standard deviation of 8.980E-05, showing comparable performance to CSA. COA achieved the optimal value with a mean of 1.340E+00 and a higher standard deviation of 3.502E-04, reflecting more variability. HGS and DBO both matched the optimal value but showed higher means and standard deviations, indicating less consistent performance. Other algorithms such as COOT, HHO, AVOA, AO, SA, ChOA, BWO, SCA, and WOA demonstrated progressively higher optimal values, means, and standard deviations, indicating less consistent and accurate performance.

6.6. I-Beam Design Problem

The I-beam design problem involves optimizing the geometry of an I-beam to achieve minimal deflection under a specific load while ensuring that the beam’s cross-sectional area meets certain size requirements. This problem exemplifies the essential balance between efficient material use and optimal structural performance in beam design.
Objective function:
The objective function is formulated to minimize the beam’s deflection by maximizing the section modulus, which is a measure of the beam’s resistance to bending. This is mathematically represented by the inverse of the section modulus, as shown in Equation (71):
z = 5000 t w · ( h 2 · t f ) 3 12 + b · t f 3 6 + 2 · b · t f · h t f 2 2
where b represents the width of the beam, h is the overall height, t w is the web thickness, and t f is the flange thickness. The objective is to minimize z, thereby reducing the deflection under load.
Constraint:
As illustrated in Figure 17, the design includes a constraint to ensure that the total material used for the beam does not fall below a specific threshold, which is important for maintaining structural integrity and compliance with industry standards. The constraint is formulated in the following Equation (72).
c 1 = 2 · b · t w + t w · ( h 2 · t f ) 300 0
This constraint is interpreted as ensuring a minimum cross-sectional area or weight of the beam, which is necessary to meet safety regulations and structural requirements.
Penalty function:
To enforce compliance with this constraint, a penalty function is employed, as detailed in Equation (73):
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
where v is an indicator vector in which each element is set to 1 if the corresponding constraint is violated. This approach ensures that designs not meeting the required standards incur a significant cost, thereby steering the optimization process towards feasible and compliant designs.
As can be seen in Table 18, COASaDE achieved the best score of 6.626E-03, consistently maintaining this value with an incredibly low standard deviation of 1.042E-18, indicating exceptional accuracy and consistency. COA matched this best score with an equally low standard deviation of 9.143E-19, demonstrating remarkable consistency. CSA, ChOA, and SCA also matched the best scores with similarly low standard deviations, reflecting their consistency in performance. DBO achieved the same best score with a slightly higher standard deviation of 6.176E-09, showing minor variability. WOA, AO, AVOA, SA, HGS, and COOT all matched the best scores with low standard deviations, although slightly higher than those of COA and CSA, indicating good consistency but slightly less precision.
Furthermore, COASaDE successfully achieved the optimal value of 6.626 × 10 3 , precisely matching the optimal design variables ( x 1 = 50.00 , x 2 = 80.00 , x 3 = 1.765 , x 4 = 5.00 ) identified by the vast majority of other optimizers, including WSO, SSA, SHIO, SCA, and EAO, which demonstrates consensus on the solution’s accuracy and effectiveness across different algorithms. This uniformity in achieving optimal values and design variables highlights the robustness and reliability of these algorithms in precisely solving structural design optimizations under defined constraints. Interestingly, all algorithms, including MPA, exhibited close results with almost negligible variations, indicating that these optimization techniques are well suited for engineering applications where precision is crucial. Notably, COASaDE stands out with a perfect standard deviation of 1.796 × 10 18 , suggesting its superior ability to consistently reach the exact optimal solution on every run, setting a benchmark in solution consistency among its peers.

6.7. Three-Bar Design Problem

The three-bar truss design problem is a classic engineering optimization challenge that focuses on finding the optimal dimensions of a truss structure. The objective is to minimize the cost of the structure while ensuring that it performs adequately under specified load constraints, embodying a balance between economic efficiency and structural integrity.
Objective function:
The objective function for this problem calculates the cost associated with the truss, where the dimensions directly influence material usage and consequently the overall cost. This relationship is formalized in the following Equation (74):
z = ( 2 2 x 1 + x 2 ) × 100
where x 1 and x 2 represent the cross-sectional areas of the truss members. This formula incorporates coefficients that likely reflect the cost per unit length of the materials used adjusted for the truss’s specific geometric configuration.
Constraints:
The design must meet several constraints in order to ensure that the stress in each member remains within safe limits, as detailed in Equations (75)–(77).
c 1 = 2 x 1 + x 2 2 x 1 2 + 2 x 1 x 2 × 2 2 0
c 2 = x 2 2 x 1 2 + 2 x 1 x 2 × 2 2 0
c 3 = 1 x 1 + 2 x 2 × 2 2 0
These constraints are derived from the stress distribution formulas in the truss members, ensuring that the stress does not exceed the material’s yield strength. Each constraint addresses different loading conditions and geometric relationships in the truss design, which is crucial for maintaining safety and functionality.
Penalty function:
To ensure compliance with these constraints, the penalty functions shown in Equation (78) is employed.
f = z + 10 5 · ( sum ( v ) + sum ( g ) )
In this function, v is an indicator vector in which each element is set to 1 if the corresponding constraint is violated. This setup imposes a significant cost on noncompliant designs, effectively steering the optimization algorithm towards solutions that satisfy all performance criteria, thereby ensuring both safety and cost efficiency.
As can be seen in Table 19, COASaDE achieved the minimum value of 2.639E+02, consistently maintaining this value with a mean of 2.639E+02 and an incredibly low standard deviation of 8.994E-12, indicating exceptional accuracy and consistency. CSA matched the optimal value of 2.639E+02 with a slightly higher standard deviation of 1.067E-10, demonstrating very good consistency. GWO also matched the optimal value but had a higher standard deviation of 8.707E-04, indicating more variability. COA achieved the optimal value with a higher standard deviation of 4.776E-03, reflecting more variability. GOA and COOT both matched the optimal value but with even higher standard deviations of 8.400E-03 and 9.651E-03, respectively, showing less precision. Other algorithms such as AVOA, HHO, DBO, ChOA, SCA, BO, SA, BWO, and WOA demonstrated progressively higher optimal values, means, and standard deviations, indicating less consistent and accurate performance. The ranking in the table reinforces COASaDE’s top performance, securing the first rank and highlighting its robustness, precision, and efficiency in solving the three-bar design optimization problem.

7. Conclusions

In this paper, we have presented the Hybrid COASaDE Optimizer, a novel combination of the Crayfish Optimization Algorithm (COA) and Self-adaptive Differential Evolution (SaDE) designed to address complex optimization challenges and solve engineering design problems. The proposed hybrid approach leverages COA’s efficient exploration mechanisms, inspired by crayfish behavior, and SaDE’s adaptive exploitation capabilities, characterized by its dynamic parameter adjustment. This synergy aims to balance the exploration and exploitation phases to enhance the algorithm’s ability to effectively navigate diverse optimization landscapes. We have detailed the mathematical model of the Hybrid COASaDE algorithm, including the initialization and parameter setting, position update mechanisms, and integration of the mutation and crossover strategies from SaDE. The exploration phase utilizes COA’s behavior-based strategy to avoid premature convergence, while the exploitation phase employs SaDE’s adaptive techniques to refine the candidate solutions. Experimental evaluations were conducted using the CEC2022 and CEC2017 benchmark functions, demonstrating Hybrid COASaDE’s superior performance compared to both traditional and state-of-the-art optimization algorithms. The results were analyzed through various methods, including convergence curves, search history plots, sensitivity analysis, and statistical analyses such as box plots and histograms. These analyses confirm the robustness and efficiency of Hybrid COASaDE in finding optimal solutions. Furthermore, the applicability of Hybrid COASaDE was validated through several engineering design problems, including the welded beam, pressure vessel, spring, speed reducer, cantilever, I-beam, and three-bar truss design problems. Hybrid COASaDE consistently outperformed the other optimizers on each design problem while achieving the optimal solution.

Author Contributions

Conceptualization, H.N.F., A.I. and S.N.M.; methodology, H.N.F., A.I. and S.N.M.; software, H.N.F., A.I. and S.N.M.; validation, M.A.A.-B. and M.A.; formal analysis, H.N.F., M.A.A.-B. and M.A.; investigation, H.N.F., M.A.A.-B. and M.A.; writing—original draft preparation, H.N.F., A.I., S.N.M., M.A.A.-B. and M.A.; writing—review and editing, H.N.F., A.I., S.N.M. and M.A.A.-B.; visualization, H.N.F. and S.N.M.; supervision, H.N.F. and S.N.M.; project administration, H.N.F.; funding acquisition, M.A.A.-B. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Ajman University.

Data Availability Statement

The original data presented in the study are openly available in the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Abdel-Basset, M.; Abdel-Fatah, L.; Sangaiah, A.K. Metaheuristic algorithms: A comprehensive review. In Computational Intelligence for Multimedia Big Data on the Cloud with Engineering Applications; Academic Press: Cambridge, MA, USA, 2018; pp. 185–231. [Google Scholar]
  2. Kochenderfer, M.J.; Wheeler, T.A. Algorithms for Optimization; MIT Press: Cambridge, MA, USA, 2019. [Google Scholar]
  3. Diwekar, U.M. Introduction to Applied Optimization; Springer Nature: Berlin/Heidelberg, Germany, 2020; Volume 22. [Google Scholar]
  4. Blei, D.M.; Ng, A.Y.; Jordan, M.I. Latent dirichlet allocation. J. Mach. Learn. Res. 2003, 3, 993–1022. [Google Scholar]
  5. Fakhouri, H.N.; Alawadi, S.; Awaysheh, F.M.; Hamad, F. Novel hybrid success history intelligent optimizer with gaussian transformation: Application in CNN hyperparameter tuning. Clust. Comput. 2023, 27, 3717–3739. [Google Scholar] [CrossRef]
  6. Li, Q.; Tai, C.; Weinan, E. Stochastic modified equations and dynamics of stochastic gradient algorithms i: Mathematical foundations. J. Mach. Learn. Res. 2019, 20, 1474–1520. [Google Scholar]
  7. Gill, P.E.; Murray, W.; Wright, M.H. Practical Optimization; SIAM: Philadelphia, PA, USA, 2019. [Google Scholar]
  8. Yin, Z.Y.; Jin, Y.F.; Shen, J.S.; Hicher, P.Y. Optimization techniques for identifying soil parameters in geotechnical engineering: Comparative study and enhancement. Int. J. Numer. Anal. Methods Geomech. 2018, 42, 70–94. [Google Scholar] [CrossRef]
  9. Guo, K.; Yang, Z.; Yu, C.H.; Buehler, M.J. Artificial intelligence and machine learning in design of mechanical materials. Mater. Horizons 2021, 8, 1153–1172. [Google Scholar] [CrossRef] [PubMed]
  10. Fakhouri, S.N.; Hudaib, A.; Fakhouri, H.N. Enhanced optimizer algorithm and its application to software testing. J. Exp. Theor. Artif. Intell. 2020, 32, 885–907. [Google Scholar] [CrossRef]
  11. Shukri, S.E.; Al-Sayyed, R.; Hudaib, A.; Mirjalili, S. Enhanced multi-verse optimizer for task scheduling in cloud computing environments. Expert Syst. Appl. 2021, 168, 114230. [Google Scholar] [CrossRef]
  12. Hudaib, A.A.; Fakhouri, H.N. Supernova optimizer: A novel natural inspired meta-heuristic. Mod. Appl. Sci. 2018, 12, 32–50. [Google Scholar] [CrossRef]
  13. Fakhouri, H.N.; Alawadi, S.; Awaysheh, F.M.; Hani, I.B.; Alkhalaileh, M.; Hamad, F. A comprehensive study on the role of machine learning in 5G security: Challenges, technologies, and solutions. Electronics 2023, 12, 4604. [Google Scholar] [CrossRef]
  14. Zhan, Z.H.; Shi, L.; Tan, K.C.; Zhang, J. A survey on evolutionary computation for complex continuous optimization. Artif. Intell. Rev. 2022, 55, 59–110. [Google Scholar] [CrossRef]
  15. Ahvanooey, M.T.; Li, Q.; Wu, M.; Wang, S. A survey of genetic programming and its applications. KSII Trans. Internet Inf. Syst. (TIIS) 2019, 13, 1765–1794. [Google Scholar]
  16. Žilinskas, A.; Calvin, J. Bi-objective decision making in global optimization based on statistical models. J. Glob. Optim. 2019, 74, 599–609. [Google Scholar] [CrossRef]
  17. Fakhouri, H.N.; Hudaib, A.; Sleit, A. Hybrid particle swarm optimization with sine cosine algorithm and nelder–mead simplex for solving engineering design problems. Arab. J. Sci. Eng. 2020, 45, 3091–3109. [Google Scholar] [CrossRef]
  18. Lan, G. First-Order and Stochastic Optimization Methods for Machine Learning; Springer: Berlin/Heidelberg, Germany, 2020; Volume 1. [Google Scholar]
  19. Diakonikolas, I.; Kamath, G.; Kane, D.; Li, J.; Steinhardt, J.; Stewart, A. Sever: A robust meta-algorithm for stochastic optimization. In Proceedings of the International Conference on Machine Learning, Long Beach, CA, USA, 9–15 June 2019; pp. 1596–1606. [Google Scholar]
  20. Fakhouri, H.N.; Hudaib, A.; Sleit, A. Multivector particle swarm optimization algorithm. Soft Comput. 2020, 24, 11695–11713. [Google Scholar] [CrossRef]
  21. Erol, O.K.; Eksin, I. A new optimization method: Big bang–big crunch. Adv. Eng. Softw. 2006, 37, 106–111. [Google Scholar] [CrossRef]
  22. Powell, W.B. A unified framework for stochastic optimization. Eur. J. Oper. Res. 2019, 275, 795–821. [Google Scholar] [CrossRef]
  23. Bitar, R.; Wootters, M.; El Rouayheb, S. Stochastic gradient coding for straggler mitigation in distributed learning. IEEE J. Sel. Areas Inf. Theory 2020, 1, 277–291. [Google Scholar] [CrossRef]
  24. Mathew, T.V. Genetic Algorithm. 2012. Available online: https://datajobs.com/data-science-repo/Genetic-Algorithm-Guide-[Tom-Mathew].pdf (accessed on 9 June 2024).
  25. Zedadra, O.; Guerrieri, A.; Jouandeau, N.; Spezzano, G.; Seridi, H.; Fortino, G. Swarm intelligence-based algorithms within IoT-based systems: A review. J. Parallel Distrib. Comput. 2018, 122, 173–187. [Google Scholar] [CrossRef]
  26. Dorigo, M.; Stützle, T. Ant Colony Optimization: Overview and Recent Advances; Springer: Berlin/Heidelberg, Germany, 2019. [Google Scholar]
  27. Fakhouri, H.N.; Awaysheh, F.M.; Alawadi, S.; Alkhalaileh, M.; Hamad, F. Four vector intelligent metaheuristic for data optimization. Computing 2024, 106, 2321–2359. [Google Scholar] [CrossRef]
  28. Yang, X.S. Nature-Inspired Optimization Algorithms; Academic Press: Cambridge, MA, USA, 2020. [Google Scholar]
  29. Deng, W.; Xu, J.; Gao, X.Z.; Zhao, H. An enhanced MSIQDE algorithm with novel multiple strategies for global optimization problems. IEEE Trans. Syst. Man Cybern. Syst. 2020, 52, 1578–1587. [Google Scholar] [CrossRef]
  30. Seyyedabbasi, A. WOASCALF: A new hybrid whale optimization algorithm based on sine cosine algorithm and levy flight to solve global optimization problems. Adv. Eng. Softw. 2022, 173, 103272. [Google Scholar] [CrossRef]
  31. Ashraf, A.; Almazroi, A.A.; Bangyal, W.H.; Alqarni, M.A. Particle Swarm Optimization with New Initializing Technique to Solve Global Optimization Problems. Intell. Autom. Soft Comput. 2022, 31, 191. [Google Scholar] [CrossRef]
  32. Che, Y.; He, D. A hybrid whale optimization with seagull algorithm for global optimization problems. Math. Probl. Eng. 2021, 2021, 6639671. [Google Scholar] [CrossRef]
  33. Braik, M.; Al-Zoubi, H.; Ryalat, M.; Sheta, A.; Alzubi, O. Memory based hybrid crow search algorithm for solving numerical and constrained global optimization problems. Artif. Intell. Rev. 2023, 56, 27–99. [Google Scholar] [CrossRef]
  34. Wang, Z.; Luo, Q.; Zhou, Y. Hybrid metaheuristic algorithm using butterfly and flower pollination base on mutualism mechanism for global optimization problems. Eng. Comput. 2021, 37, 3665–3698. [Google Scholar] [CrossRef]
  35. Jia, H.; Zhou, X.; Zhang, J.; Abualigah, L.; Yildiz, A.R.; Hussien, A.G. Modified crayfish optimization algorithm for solving multiple engineering application problems. Artif. Intell. Rev. 2024, 57, 127. [Google Scholar] [CrossRef]
  36. Daulat, H.; Varma, T.; Chauhan, K. Augmenting the Crayfish Optimization with Gaussian Distribution Parameter for Improved Optimization Efficiency. In Proceedings of the 2024 International Conference on Cognitive Robotics and Intelligent Systems (ICC-ROBINS), Tamil Nadu, India, 17–19 April 2024; pp. 462–470. [Google Scholar]
  37. Jia, H.; Rao, H.; Wen, C.; Mirjalili, S. Crayfish optimization algorithm. Artif. Intell. Rev. 2023, 56, 1919–1979. [Google Scholar] [CrossRef]
  38. Qin, A.K.; Suganthan, P.N. Self-adaptive differential evolution algorithm for numerical optimization. In Proceedings of the 2005 IEEE Congress on Evolutionary Computation, Scotland, UK, 2–5 September 2005; Volume 2, pp. 1785–1791. [Google Scholar]
  39. Eltaeib, T.; Mahmood, A. Differential evolution: A survey and analysis. Appl. Sci. 2018, 8, 1945. [Google Scholar] [CrossRef]
  40. Pepelyshev, A.; Zhigljavsky, A.; Žilinskas, A. Performance of global random search algorithms for large dimensions. J. Glob. Optim. 2018, 71, 57–71. [Google Scholar]
  41. Ye, P.; Pan, G. Selecting the best quantity and variety of surrogates for an ensemble model. Mathematics 2020, 8, 1721. [Google Scholar] [CrossRef]
Figure 1. Flowchart of the proposed Hybrid COASaDE algorithm.
Figure 1. Flowchart of the proposed Hybrid COASaDE algorithm.
Symmetry 16 00927 g001
Figure 2. Illustration of CEC2022 benchmark functions (F1–F6).
Figure 2. Illustration of CEC2022 benchmark functions (F1–F6).
Symmetry 16 00927 g002
Figure 3. Convergence curve analysis over selected functions of CEC2022 (F1–F6).
Figure 3. Convergence curve analysis over selected functions of CEC2022 (F1–F6).
Symmetry 16 00927 g003
Figure 4. Convergence curve analysis over selected functions of CEC2022 (F7–F12).
Figure 4. Convergence curve analysis over selected functions of CEC2022 (F7–F12).
Symmetry 16 00927 g004aSymmetry 16 00927 g004b
Figure 5. Search history analysis over selected functions of CEC2022 (F1–F6).
Figure 5. Search history analysis over selected functions of CEC2022 (F1–F6).
Symmetry 16 00927 g005aSymmetry 16 00927 g005b
Figure 6. Search history analysis over selected functions of CEC2022 (F7–F12).
Figure 6. Search history analysis over selected functions of CEC2022 (F7–F12).
Symmetry 16 00927 g006aSymmetry 16 00927 g006b
Figure 7. Heatmap analysis over selected functions of CEC2022 (F1–F6).
Figure 7. Heatmap analysis over selected functions of CEC2022 (F1–F6).
Symmetry 16 00927 g007aSymmetry 16 00927 g007b
Figure 8. Heatmap analysis over selected functions of CEC2022 (F7–F12).
Figure 8. Heatmap analysis over selected functions of CEC2022 (F7–F12).
Symmetry 16 00927 g008aSymmetry 16 00927 g008b
Figure 9. Box plot analysis over selected functions of CEC2022 (F1–F6).
Figure 9. Box plot analysis over selected functions of CEC2022 (F1–F6).
Symmetry 16 00927 g009aSymmetry 16 00927 g009b
Figure 10. Box plot analysis over selected functions of CEC2022 (F7–F12).
Figure 10. Box plot analysis over selected functions of CEC2022 (F7–F12).
Symmetry 16 00927 g010
Figure 11. Histogram analysis over selected functions of CEC2022 (F1–F6).
Figure 11. Histogram analysis over selected functions of CEC2022 (F1–F6).
Symmetry 16 00927 g011
Figure 12. Histogram analysis over selected functions of CEC2022 (F7–F12).
Figure 12. Histogram analysis over selected functions of CEC2022 (F7–F12).
Symmetry 16 00927 g012
Figure 13. Diagram of the welded beam.
Figure 13. Diagram of the welded beam.
Symmetry 16 00927 g013
Figure 14. Diagram of cylindrical vessel with hemispherical ends.
Figure 14. Diagram of cylindrical vessel with hemispherical ends.
Symmetry 16 00927 g014
Figure 15. Design of the speed reducer gear train.
Figure 15. Design of the speed reducer gear train.
Symmetry 16 00927 g015
Figure 16. Cantilever design problem.
Figure 16. Cantilever design problem.
Symmetry 16 00927 g016
Figure 17. Schematic of the optimized I-beam geometry [41].
Figure 17. Schematic of the optimized I-beam geometry [41].
Symmetry 16 00927 g017
Table 1. Configuration of parameters across CEC benchmarks.
Table 1. Configuration of parameters across CEC benchmarks.
Parameter TypeAssigned Value
Size of Population30 individuals
Evaluation Limit1000 iterations
Problem Dimensions (D)10
Boundary of Search [ 100 , 100 ] D
Incorporation of RotationApplied where specified
Application of ShiftApplied where specified
Table 2. Parameter settings for the compared algorithms.
Table 2. Parameter settings for the compared algorithms.
AlgorithmParameter
MFOa linearly decreases from −1 to −2
GWOConvergence constant a = [2, 0]
PSO V max = 6 , W max = 0.9 , W min = 0.2 , C 1 = C 2 = 2
MVOModular modality = 0.01, Power exponent = v, Switch probability = 0.8
AOA α = 5 , Mu = 0.499
MVO W E P Max = 1 , W E P Min = 0.2
SHOU = 0.05, V = 0.05, L = 0.05
SCA r 1 = random ( 0 , 1 ) , r 2 = random ( 0 , 1 ) , r 3 = random ( 0 , 1 ) , r 4 = random ( 0 , 1 )
Table 3. Comparison results with well known and state-of-the-art optimizers on CEC2022, FES = 1000, Agents = 50.
Table 3. Comparison results with well known and state-of-the-art optimizers on CEC2022, FES = 1000, Agents = 50.
FunctionStatisticsCOASaDEGWOPSOMFOMVOSHIOOHOAOAFOXFVIMSCA
F1Mean3.00E+028.90E+021.58E+041.09E+048.80E+036.68E+031.20E+046.32E+031.17E+037.44E+021.39E+03
Std1.42E-041.05E+035.10E+039.50E+034.51E+033.42E+032.05E+032.54E+034.53E+026.02E+021.41E+03
SEM6.34E-054.70E+022.28E+034.25E+032.02E+031.53E+039.18E+021.14E+032.03E+022.69E+026.31E+02
Rank1311987106425
F2Mean4.05E+024.26E+024.14E+024.10E+021.71E+034.49E+023.03E+038.06E+024.55E+024.42E+024.61E+02
Std1.94E+003.07E+011.38E+015.29E+005.52E+023.73E+011.41E+031.01E+021.24E+012.28E+013.46E+01
SEM8.68E-011.37E+016.19E+002.36E+002.47E+021.67E+016.29E+024.53E+015.54E+001.02E+011.55E+01
Rank1432106119758
F3Mean6.00E+026.00E+026.33E+026.02E+026.42E+026.05E+026.55E+026.36E+026.14E+026.05E+026.15E+02
Std0.00E+003.33E-011.13E+012.55E+005.20E+005.29E+006.88E+006.04E+002.75E+003.24E+008.51E+00
SEM0.00E+001.49E-015.06E+001.14E+002.33E+002.36E+003.08E+002.70E+001.23E+001.45E+003.80E+00
Rank1283105119647
F4Mean8.27E+028.15E+028.35E+028.35E+028.50E+028.12E+028.48E+028.30E+028.37E+028.28E+028.28E+02
Std3.29E+005.10E+001.26E+013.27E+005.63E+002.85E+002.96E+003.61E+007.36E+006.65E+008.70E+00
SEM1.47E+002.28E+005.65E+001.46E+002.52E+001.28E+001.32E+001.62E+003.29E+002.97E+003.89E+00
Rank3278111106954
F5Mean9.00E+029.01E+021.32E+039.77E+021.33E+039.92E+021.55E+031.31E+039.99E+029.52E+021.05E+03
Std0.00E+008.21E-012.83E+021.31E+028.38E+011.01E+024.61E+011.32E+021.83E+013.92E+011.26E+02
SEM0.00E+003.67E-011.27E+025.85E+013.75E+014.51E+012.06E+015.90E+018.18E+001.76E+015.61E+01
Rank1294105118637
F6Mean1.80E+035.71E+032.74E+035.72E+034.59E+072.99E+031.26E+093.68E+031.65E+061.01E+044.56E+03
Std5.26E-013.35E+031.38E+032.53E+037.73E+071.06E+039.46E+088.62E+021.18E+062.55E+031.76E+03
SEM2.35E-011.50E+036.18E+021.13E+033.46E+074.72E+024.23E+083.86E+025.27E+051.14E+037.89E+02
Rank1627103114985
F7Mean2.00E+032.03E+032.06E+032.03E+032.09E+032.05E+032.12E+032.11E+032.05E+032.05E+032.03E+03
Std9.39E+002.35E+012.10E+011.65E+011.75E+011.88E+011.06E+011.99E+015.12E+001.79E+011.59E+01
SEM4.20E+001.05E+019.40E+007.37E+007.81E+008.40E+004.76E+008.88E+002.29E+008.00E+007.12E+00
Rank1283961110754
F8Mean2.20E+032.22E+032.24E+032.22E+032.33E+032.23E+032.37E+032.29E+032.23E+032.23E+032.22E+03
Std1.05E+002.24E+001.80E+011.96E+008.44E+015.01E+006.65E+011.03E+022.94E+006.57E-012.28E+00
SEM4.71E-011.00E+008.07E+008.75E-013.77E+012.24E+002.97E+014.61E+011.31E+002.94E-011.02E+00
Rank1283106119754
F9Mean2.53E+032.54E+032.55E+032.53E+032.79E+032.56E+032.82E+032.70E+032.57E+032.58E+032.57E+03
Std0.00E+001.86E+012.88E+012.49E-018.91E+013.38E+013.82E+012.23E+012.04E+013.20E+012.03E+01
SEM0.00E+008.31E+001.29E+011.11E-013.98E+011.51E+011.71E+019.96E+009.13E+001.43E+019.06E+00
Rank1342105119687
F10Mean2.50E+032.57E+032.66E+032.50E+032.50E+032.53E+033.14E+032.74E+032.50E+032.55E+032.58E+03
Std5.96E-026.05E+011.99E+021.24E+001.08E+005.54E+014.27E+022.00E+024.05E-016.42E+016.89E+01
SEM2.67E-022.71E+018.89E+015.55E-014.81E-012.48E+011.91E+028.95E+011.81E-012.87E+013.08E+01
Rank1792451110368
F11Mean2.60E+032.87E+032.84E+032.70E+032.99E+032.83E+033.69E+033.20E+032.77E+032.94E+032.72E+03
Std3.94E-132.12E+021.20E+029.31E+011.30E+022.64E+027.01E+023.10E+024.19E+002.37E+025.71E+01
SEM1.76E-139.46E+015.37E+014.16E+015.81E+011.18E+023.14E+021.38E+021.87E+001.06E+022.56E+01
Rank1762951110483
F12Mean2.86E+032.87E+032.89E+032.86E+032.90E+032.88E+033.09E+032.99E+032.87E+032.87E+032.89E+03
Std7.50E-012.48E+003.03E+017.52E-012.25E+011.43E+014.32E+013.01E+011.73E+003.40E+002.20E+01
SEM3.35E-011.11E+001.36E+013.36E-011.01E+016.37E+001.93E+011.34E+017.72E-011.52E+009.85E+00
Rank1382961110547
Table 4. Comparison Results with variant Differential Evolution optimizers on CEC2022, FES = 1000, Agents = 50.
Table 4. Comparison Results with variant Differential Evolution optimizers on CEC2022, FES = 1000, Agents = 50.
FunctionStatisticsCOASaDECOALDEBBDEODEJADEDEEMSADECMAES
F1Mean3.00E+023.01E+023.18E+028.25E+023.00E+023.64E+023.01E+027.65E+022.28E+04
Std1.42E-046.39E-011.09E+016.10E+021.38E-038.27E+010.00E+002.53E+021.08E+04
SEM6.34E-052.86E-014.88E+002.73E+026.17E-043.70E+010.00E+001.13E+024.81E+03
Rank145826379
F2Mean4.05E+024.06E+024.08E+024.07E+024.08E+024.07E+024.06E+024.08E+025.80E+02
Std1.94E+003.50E+001.76E+001.64E+001.87E+002.64E+004.05E+007.99E-016.89E+01
SEM8.68E-011.57E+007.87E-017.34E-018.34E-011.18E+001.81E+003.57E-013.08E+01
Rank126574389
F3Mean6.00E+026.07E+026.00E+026.00E+026.00E+026.00E+026.00E+026.00E+026.28E+02
Std0.00E+001.35E+013.16E-028.04E-140.00E+007.85E-075.32E-020.00E+002.98E+01
SEM0.00E+006.03E+001.41E-023.60E-140.00E+003.51E-072.38E-020.00E+001.33E+01
Rank187115619
F4Mean8.27E+028.33E+028.30E+028.12E+028.30E+028.06E+028.11E+028.28E+028.27E+02
Std3.29E+004.45E-013.85E+005.23E+001.74E+008.22E-017.22E+005.32E+001.04E+01
SEM1.47E+001.99E-011.72E+002.34E+007.80E-013.68E-013.23E+002.38E+004.65E+00
Rank498371265
F5Mean900902.4721900.2119900.0179900900.0001900.1088900.0001900
Std04.6416430.0467550.04003807.37E-050.2432180.0001720
SEM02.0758060.020910.01790603.3E-050.108777.68E-050
Rank198614751
F6Mean1.80E+033.64E+035.98E+032.77E+031.80E+031.85E+031.81E+031.84E+037.61E+07
Std5.26E-012.56E+032.80E+031.08E+034.98E-012.79E+015.82E+001.47E+011.10E+08
SEM2.35E-011.14E+031.25E+034.83E+022.23E-011.25E+012.60E+006.57E+004.92E+07
Rank178625349
F7Mean2.00E+032.02E+032.02E+032.02E+032.00E+032.01E+032.02E+032.00E+032.09E+03
Std9.39E+001.11E+001.71E+006.83E-012.70E-011.06E+018.45E+001.52E+005.05E+01
SEM4.20E+004.96E-017.66E-013.06E-011.21E-014.76E+003.78E+006.80E-012.26E+01
Rank268714539
F8Mean2.20E+032.23E+032.22E+032.22E+032.20E+032.21E+032.21E+032.21E+032.25E+03
Std1.05E+002.61E+005.99E+002.28E+009.85E-018.33E+001.12E+012.95E+006.40E+00
SEM4.71E-011.17E+002.68E+001.02E+004.41E-013.72E+005.01E+001.32E+002.86E+00
Rank186725439
F9Mean2.53E+032.53E+032.53E+032.53E+032.53E+032.53E+032.53E+032.53E+032.57E+03
Std0.00E+006.15E-061.82E-030.00E+000.00E+004.57E-050.00E+000.00E+004.22E+01
SEM02.75E-060.000815002.04E-050018.86533
Rank168117119
F10Mean2.50E+032.53E+032.50E+032.50E+032.50E+032.52E+032.50E+032.50E+032.68E+03
Std5.96E-025.74E+015.12E-028.11E-021.03E-024.68E+011.45E-016.80E-022.22E+02
SEM2.67E-022.57E+012.29E-023.63E-024.61E-032.09E+016.50E-023.04E-029.93E+01
Rank284617539
F11Mean2.60E+032.75E+032.61E+032.63E+032.60E+032.68E+032.80E+032.63E+033.13E+03
Std3.94E-131.50E+027.91E-016.73E+013.22E-131.79E+021.54E+026.73E+012.58E+02
SEM1.76E-136.71E+013.54E-013.01E+011.44E-137.99E+016.89E+013.01E+011.15E+02
Rank173416859
F12Mean2.86E+032.87E+032.86E+032.86E+032.86E+032.86E+032.86E+032.86E+032.87E+03
Std7.50E-011.18E+001.04E+006.62E-012.04E+006.71E-012.03E+009.78E-012.37E+00
SEM3.35E-015.27E-014.67E-012.96E-019.11E-013.00E-019.09E-014.38E-011.06E+00
Rank182547369
Table 5. Wilcoxon rank-sum test over CEC2022, FES = 1000, Agents = 50.
Table 5. Wilcoxon rank-sum test over CEC2022, FES = 1000, Agents = 50.
FunGWOPSOMFOMVOSHIOOHOAOAFOXSCA
F13.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F23.97E-033.97E-033.97E-033.97E-033.97E-039.96E-011.59E-023.97E-037.94E-03
F33.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F43.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F53.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F63.97E-033.97E-033.97E-033.97E-033.97E-039.84E-013.97E-033.97E-037.26E-01
F73.97E-037.94E-031.59E-023.97E-033.97E-033.45E-011.55E-013.97E-032.74E-01
F83.97E-032.78E-023.97E-033.97E-033.97E-031.00E+007.54E-023.97E-037.54E-02
F93.97E-033.97E-033.97E-033.97E-033.97E-037.26E-013.97E-033.97E-032.10E-01
F102.74E-015.00E-011.11E-013.97E-032.78E-029.84E-017.90E-011.11E-016.55E-01
F113.97E-033.97E-033.97E-033.97E-032.78E-023.45E-012.74E-017.94E-032.78E-02
F121.59E-027.90E-013.97E-033.97E-039.92E-011.00E+001.00E+002.10E-011.00E+00
Table 6. Wilcoxon rank-sum test over CEC2022, FES = 1000, Agents = 50.
Table 6. Wilcoxon rank-sum test over CEC2022, FES = 1000, Agents = 50.
FunLDEBBDEODECCDEJADEDEEMSADEJADECMAES
F13.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F23.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F33.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-031.59E-02
F43.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F53.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F63.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.45E-01
F73.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-037.54E-02
F83.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-037.94E-03
F93.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-03
F103.97E-033.97E-033.97E-033.97E-032.78E-023.97E-033.97E-033.97E-034.21E-01
F113.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-031.11E-01
F123.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-033.97E-039.96E-01
Table 7. Comparison test results with different optimizers on CEC2017, FES = 1000, Agents = 50.
Table 7. Comparison test results with different optimizers on CEC2017, FES = 1000, Agents = 50.
FunStatisticsCOASaDEGWOPSOMFOMVOSHIOOHOFOXFVIMSCA
F1Mean6.85E+091.65E+108.00E+091.35E+101.67E+101.29E+101.09E+101.63E+101.61E+101.47E+10
Std1.65E+093.62E+092.29E+094.24E+097.28E+093.34E+093.21E+097.03E+093.37E+094.35E+09
SEM7.36E+081.62E+091.02E+091.90E+093.25E+091.50E+091.44E+093.14E+091.51E+091.95E+09
Rank19251043876
F2Mean2.30E+123.13E+127.20E+116.69E+128.99E+129.80E+121.32E+131.27E+142.96E+131.18E+12
Std3.80E+124.66E+121.13E+126.28E+121.33E+131.68E+131.84E+132.78E+144.21E+131.59E+12
SEM1.70E+122.09E+125.04E+112.81E+125.95E+127.52E+128.23E+121.24E+141.88E+137.13E+11
Rank34156781092
F3Mean4.12E+044.39E+047.84E+045.24E+047.87E+045.22E+042.26E+042.64E+044.24E+046.16E+04
Std7.94E+031.23E+043.57E+042.09E+043.92E+042.24E+046.82E+031.55E+042.69E+049.12E+03
SEM3.55E+035.49E+031.60E+049.35E+031.75E+041.00E+043.05E+036.95E+031.20E+044.08E+03
Rank35971061248
F4Mean1.09E+031.57E+031.25E+031.74E+031.28E+031.88E+031.66E+031.85E+031.41E+031.56E+03
Std2.01E+023.31E+025.51E+022.98E+024.19E+026.57E+022.82E+028.11E+024.69E+024.27E+02
SEM8.98E+011.48E+022.46E+021.33E+021.88E+022.94E+021.26E+023.63E+022.10E+021.91E+02
Rank16283107945
F5Mean6.13E+026.31E+026.20E+026.43E+026.29E+026.17E+026.14E+026.24E+026.21E+026.26E+02
Std8.74E+001.80E+012.37E+017.98E+002.39E+011.66E+011.79E+011.10E+011.48E+013.58E+00
SEM3.91E+008.06E+001.06E+013.57E+001.07E+017.42E+008.00E+004.90E+006.62E+001.60E+00
Rank19410832657
F6Mean6.59E+026.69E+026.61E+026.69E+026.74E+026.75E+026.63E+026.68E+026.62E+026.83E+02
Std1.33E+011.02E+011.93E+011.09E+017.17E+001.88E+018.29E+005.39E+006.06E+009.77E+00
SEM5.93E+004.56E+008.63E+004.86E+003.21E+008.42E+003.71E+002.41E+002.71E+004.37E+00
Rank17268945310
F7Mean1.01E+031.01E+031.02E+031.11E+038.52E+021.01E+038.20E+021.01E+031.01E+031.07E+03
Std2.59E+016.54E+012.49E+018.23E+014.50E+002.86E+013.03E+013.49E+012.71E+019.70E+01
SEM1.16E+012.93E+011.11E+013.68E+012.01E+001.28E+011.36E+011.56E+011.21E+014.34E+01
Rank34810271659
F8Mean8.81E+029.03E+028.91E+029.12E+028.95E+028.83E+028.68E+028.87E+028.90E+028.99E+02
Std7.28E+007.40E+001.36E+011.68E+011.15E+011.40E+018.01E+007.17E+002.25E+011.67E+01
SEM3.26E+003.31E+006.08E+007.51E+005.14E+006.25E+003.58E+003.21E+001.01E+017.45E+00
Rank29610731458
F9Mean3.69E+033.75E+033.71E+034.57E+032.06E+033.76E+031.84E+033.71E+033.73E+033.83E+03
Std1.28E+035.35E+021.00E+036.99E+022.76E+023.86E+024.24E+028.82E+021.17E+036.68E+02
SEM5.72E+022.39E+024.49E+023.13E+021.24E+021.72E+021.90E+023.94E+025.25E+022.99E+02
Rank37410281569
F10Mean3.28E+033.34E+033.05E+033.50E+033.32E+033.31E+033.30E+033.34E+033.36E+033.64E+03
Std5.27E+012.09E+021.62E+023.16E+022.40E+022.07E+023.03E+022.17E+023.41E+022.05E+02
SEM2.36E+019.36E+017.25E+011.41E+021.07E+029.25E+011.36E+029.71E+011.52E+029.18E+01
Rank26195437810
F11Mean4.30E+033.35E+031.34E+041.28E+049.75E+034.31E+034.63E+034.12E+035.85E+035.51E+03
Std1.94E+031.45E+038.35E+036.83E+036.19E+031.97E+032.08E+032.39E+031.48E+032.71E+03
SEM8.68E+026.49E+023.73E+033.05E+032.77E+038.79E+029.32E+021.07E+036.62E+021.21E+03
Rank31109845276
F12Mean6.95E+081.37E+098.01E+089.42E+081.27E+099.35E+085.73E+081.36E+091.31E+091.05E+09
Std3.38E+081.11E+095.16E+084.54E+087.85E+075.00E+082.58E+085.87E+085.28E+084.55E+08
SEM1.51E+084.98E+082.31E+082.03E+083.51E+072.24E+081.15E+082.62E+082.36E+082.03E+08
Rank21035741986
F13Mean3.24E+073.31E+076.79E+053.48E+078.47E+073.45E+073.85E+079.84E+071.05E+084.50E+06
Std2.02E+072.62E+077.25E+052.68E+078.23E+072.16E+071.22E+077.32E+071.18E+084.28E+06
SEM9.06E+061.17E+073.24E+051.20E+073.68E+079.67E+065.43E+063.27E+075.26E+071.92E+06
Rank34168579102
F14Mean1.94E+046.55E+041.10E+045.31E+055.31E+059.32E+051.44E+051.65E+055.90E+051.92E+05
Std2.27E+048.24E+041.07E+041.07E+064.78E+056.52E+051.51E+051.51E+056.84E+051.26E+05
SEM1.01E+043.68E+044.79E+034.80E+052.14E+052.91E+056.74E+046.76E+043.06E+055.62E+04
Rank23178104596
F15Mean2.78E+056.15E+046.65E+046.20E+058.90E+062.90E+056.66E+045.95E+043.18E+063.05E+05
Std3.34E+059.78E+046.39E+041.21E+061.45E+072.87E+057.60E+043.94E+044.77E+065.06E+05
SEM1.49E+054.37E+042.86E+045.40E+056.50E+061.28E+053.40E+041.76E+042.13E+062.26E+05
Rank52381064197
Table 8. Comparison test results with different optimizers on CEC2017 (F16-F30), FES = 1000, Agents = 50.
Table 8. Comparison test results with different optimizers on CEC2017 (F16-F30), FES = 1000, Agents = 50.
FunStatisticsCOASaDEGWOPSOMFOMVOSHIOOHOFOXFVIMSCA
F16Mean2.25E+032.36E+032.28E+032.50E+032.30E+032.43E+032.37E+032.30E+032.40E+032.57E+03
Std1.02E+023.26E+012.69E+021.04E+021.53E+022.13E+021.11E+021.30E+021.95E+022.26E+02
SEM4.57E+011.46E+011.20E+024.64E+016.86E+019.55E+014.98E+015.80E+018.73E+011.01E+02
Rank15294863710
F17Mean2.09E+032.15E+031.98E+032.10E+031.99E+032.09E+032.10E+032.17E+032.17E+032.13E+03
Std2.18E+018.84E+011.35E+021.02E+027.50E+011.36E+024.68E+019.27E+019.25E+011.96E+02
SEM9.73E+003.95E+016.03E+014.56E+013.35E+016.09E+012.09E+014.14E+014.14E+018.78E+01
Rank38152469107
F18Mean1.21E+079.42E+081.12E+081.72E+083.35E+083.21E+081.07E+094.58E+086.68E+081.60E+08
Std7.91E+062.40E+082.33E+081.35E+082.49E+084.39E+081.24E+094.83E+084.16E+082.08E+08
SEM3.54E+061.07E+081.04E+086.05E+071.12E+081.97E+085.56E+082.16E+081.86E+089.29E+07
Rank19246510783
F19Mean5.85E+057.08E+056.08E+051.26E+063.24E+062.34E+071.21E+069.89E+051.01E+088.73E+06
Std6.82E+058.79E+056.15E+051.63E+063.28E+064.82E+071.23E+061.06E+061.89E+081.11E+07
SEM3.05E+053.93E+052.75E+057.28E+051.47E+062.16E+075.50E+054.73E+058.47E+074.95E+06
Rank13267954108
F20Mean2.31E+032.40E+032.28E+032.50E+032.38E+032.44E+032.39E+032.38E+032.33E+032.38E+03
Std7.14E+011.04E+021.67E+026.63E+011.22E+021.04E+029.68E+016.21E+017.77E+018.80E+01
SEM3.19E+014.66E+017.48E+012.97E+015.45E+014.64E+014.33E+012.78E+013.47E+013.94E+01
Rank28110697435
F21Mean2.39E+032.41E+032.40E+032.40E+032.40E+032.40E+032.43E+032.42E+032.34E+032.43E+03
Std3.51E+013.50E+016.28E+014.91E+015.89E+015.13E+012.67E+012.72E+014.33E+011.75E+01
SEM1.57E+011.57E+012.81E+012.19E+012.63E+012.30E+011.20E+011.22E+011.94E+017.84E+00
Rank27465398110
F22Mean3.08E+033.81E+033.25E+033.69E+033.32E+033.56E+033.12E+033.45E+033.09E+033.35E+03
Std1.71E+022.08E+022.54E+025.78E+022.99E+024.69E+021.81E+023.36E+022.92E+023.19E+02
SEM7.63E+019.28E+011.14E+022.58E+021.34E+022.10E+028.08E+011.50E+021.30E+021.43E+02
Rank11049583726
F23Mean2.71E+032.83E+032.75E+032.76E+032.86E+032.82E+032.89E+032.86E+032.79E+032.76E+03
Std1.07E+014.29E+014.73E+014.32E+016.89E+014.28E+015.78E+017.75E+014.46E+013.43E+01
SEM4.77E+001.92E+012.12E+011.93E+013.08E+011.91E+012.58E+013.47E+012.00E+011.53E+01
Rank17249610853
F24Mean2.85E+033.02E+032.85E+032.91E+032.93E+033.00E+032.97E+032.97E+032.95E+032.89E+03
Std2.26E+011.10E+021.01E+025.43E+012.34E+011.36E+014.75E+016.15E+017.25E+012.84E+01
SEM1.01E+014.91E+014.54E+012.43E+011.05E+016.08E+002.13E+012.75E+013.24E+011.27E+01
Rank11024598763
F25Mean3.58E+033.91E+033.67E+034.17E+033.61E+033.58E+033.59E+033.69E+033.60E+033.44E+03
Std2.47E+024.65E+023.51E+024.89E+021.37E+023.62E+022.22E+022.94E+021.98E+022.99E+02
SEM1.10E+022.08E+021.57E+022.19E+026.13E+011.62E+029.93E+011.31E+028.85E+011.34E+02
Rank29710634851
F26Mean4.56E+034.76E+034.67E+034.58E+034.58E+034.67E+034.27E+034.69E+034.58E+034.66E+03
Std4.72E+022.21E+025.27E+024.92E+023.97E+021.16E+022.21E+023.67E+023.38E+024.52E+02
SEM2.11E+029.90E+012.36E+022.20E+021.78E+025.17E+019.86E+011.64E+021.51E+022.02E+02
Rank21083571946
F27Mean3.19E+033.41E+033.22E+033.22E+033.25E+033.36E+033.35E+033.40E+033.31E+033.32E+03
Std3.67E+011.04E+026.38E+018.25E+018.47E+019.53E+017.01E+012.02E+025.60E+018.86E+01
SEM1.64E+014.66E+012.85E+013.69E+013.79E+014.26E+013.13E+019.05E+012.51E+013.96E+01
Rank11023487956
F28Mean3.62E+033.96E+033.83E+034.02E+033.91E+033.93E+033.90E+034.03E+033.78E+033.85E+03
Std1.60E+021.48E+022.16E+021.13E+028.30E+016.98E+014.79E+011.74E+021.83E+022.96E+02
SEM7.14E+016.62E+019.66E+015.05E+013.71E+013.12E+012.14E+017.78E+018.19E+011.32E+02
Rank18396751024
F29Mean3.67E+033.68E+033.68E+033.69E+033.72E+033.69E+033.82E+033.72E+033.69E+033.73E+03
Std7.80E+011.60E+021.66E+021.86E+022.12E+022.60E+028.63E+011.27E+021.40E+021.08E+02
SEM3.49E+017.14E+017.43E+018.31E+019.46E+011.16E+023.86E+015.69E+016.27E+014.85E+01
Rank12368510749
F30Mean2.56E+071.43E+082.67E+073.09E+072.76E+076.85E+078.06E+079.65E+075.90E+073.92E+07
Std1.24E+072.98E+071.05E+071.31E+071.42E+074.45E+072.34E+073.88E+072.79E+072.13E+07
SEM5.55E+061.33E+074.68E+065.87E+066.37E+061.99E+071.05E+071.74E+071.25E+079.51E+06
Rank11024378965
Table 9. Comparison test results with Differential Evolution variant optimizers on CEC2017 (F1–F15), FES = 1000, Agents = 50.
Table 9. Comparison test results with Differential Evolution variant optimizers on CEC2017 (F1–F15), FES = 1000, Agents = 50.
FunStatisticsCOASaDECOALDEBBDEODEJADEDEEMSADECMAES
F1Mean6.85E+098.90E+091.09E+107.39E+097.00E+093.86E+097.34E+098.82E+098.01E+09
Std1.65E+094.28E+093.98E+092.37E+092.49E+091.60E+091.72E+092.42E+096.98E+09
SEM7.36E+081.91E+091.78E+091.06E+091.11E+097.14E+087.70E+081.08E+093.12E+09
Rank289531476
F2Mean2.30E+127.73E+133.55E+122.40E+123.67E+125.76E+101.60E+112.36E+124.93E+13
Std3.80E+121.02E+145.48E+119.03E+119.36E+118.44E+102.25E+111.21E+127.95E+13
SEM1.70E+124.56E+132.45E+114.04E+114.19E+113.77E+101.01E+115.42E+113.56E+13
Rank396571248
F3Mean4.12E+045.16E+044.28E+046.34E+044.30E+044.35E+044.17E+046.28E+045.72E+04
Std7.94E+038.22E+032.11E+042.22E+041.26E+041.35E+041.60E+043.05E+042.20E+04
SEM3.55E+033.68E+039.42E+039.92E+035.64E+036.06E+037.17E+031.37E+049.85E+03
Rank163945287
F4Mean1.05E+031.08E+031.09E+031.14E+031.06E+031.08E+031.06E+031.20E+031.09E+03
Std2.01E+022.43E+021.51E+023.06E+022.39E+021.91E+027.15E+014.24E+022.29E+02
SEM8.98E+011.08E+026.73E+011.37E+021.07E+028.53E+013.20E+011.90E+021.02E+02
Rank147825396
F5Mean6.13E+026.31E+026.01E+026.20E+026.03E+025.92E+025.82E+026.20E+026.14E+02
Std8.74E+003.87E+011.13E+011.40E+011.04E+011.39E+012.18E+011.76E+012.26E+01
SEM3.91E+001.73E+015.05E+006.28E+004.64E+006.22E+009.73E+007.86E+001.01E+01
Rank593742186
F6Mean6.59E+026.77E+026.65E+026.71E+026.63E+026.67E+026.60E+026.62E+026.77E+02
Std1.33E+011.51E+018.64E+001.15E+017.41E+001.15E+019.81E+009.25E+002.81E+01
SEM5.93E+006.74E+003.87E+005.16E+003.31E+005.15E+004.39E+004.14E+001.26E+01
Rank195746238
F7Mean8.71E+028.61E+029.71E+021.08E+039.41E+028.93E+028.77E+029.76E+021.01E+03
Std2.45E+016.66E+002.49E+013.84E+012.45E+012.28E+011.82E+016.28E+012.59E+01
SEM1.10E+012.98E+001.11E+011.72E+011.10E+011.02E+018.13E+002.81E+011.16E+01
Rank216954378
F8Mean8.99E+028.97E+029.07E+029.22E+029.11E+028.91E+028.88E+029.02E+029.14E+02
Std1.28E+012.16E+011.17E+016.36E+007.28E+005.22E+005.00E+001.33E+011.95E+01
SEM5.74E+009.67E+005.22E+002.84E+003.26E+002.33E+002.24E+005.93E+008.72E+00
Rank436972158
F9Mean2.27E+032.36E+033.36E+033.42E+032.87E+033.69E+032.45E+034.06E+033.47E+03
Std5.57E+024.93E+026.71E+021.12E+036.12E+021.28E+036.74E+024.81E+021.55E+03
SEM2.49E+022.20E+023.00E+025.01E+022.73E+025.72E+023.02E+022.15E+026.94E+02
Rank125648397
F10Mean3.28E+033.62E+033.31E+033.34E+033.35E+033.25E+033.28E+033.43E+033.36E+03
Std5.27E+012.76E+022.29E+022.47E+022.24E+021.56E+022.52E+022.14E+028.20E+01
SEM2.36E+011.24E+021.02E+021.10E+021.00E+026.99E+011.13E+029.56E+013.67E+01
Rank394561287
F11Mean4.30E+031.02E+044.81E+032.92E+033.00E+032.46E+032.82E+035.48E+031.42E+04
Std1.94E+036.31E+032.73E+031.47E+039.06E+026.23E+021.38E+033.75E+034.96E+03
SEM8.68E+022.82E+031.22E+036.59E+024.05E+022.79E+026.18E+021.68E+032.22E+03
Rank586341279
F12Mean3.62E+087.33E+086.97E+087.49E+084.98E+086.95E+081.65E+083.68E+086.35E+08
Std2.05E+086.49E+081.87E+086.37E+082.93E+083.38E+088.58E+078.79E+073.82E+08
SEM9.18E+072.90E+088.38E+072.85E+081.31E+081.51E+083.84E+073.93E+071.71E+08
Rank287946135
F13Mean5.33E+062.70E+074.76E+061.76E+071.69E+071.00E+073.24E+072.07E+073.06E+07
Std4.49E+062.00E+073.20E+062.42E+071.61E+071.11E+072.02E+071.51E+075.14E+07
SEM2.01E+068.96E+061.43E+061.08E+077.22E+064.95E+069.06E+066.77E+062.30E+07
Rank271543968
F14Mean1.94E+049.66E+057.72E+044.67E+041.24E+042.71E+051.52E+047.76E+041.25E+05
Std2.27E+041.85E+061.14E+055.15E+041.17E+043.89E+051.34E+048.89E+041.09E+05
SEM1.01E+048.26E+055.08E+042.30E+045.24E+031.74E+056.00E+033.97E+044.89E+04
Rank395418267
F15Mean1.04E+053.62E+053.32E+052.78E+051.57E+051.10E+056.70E+041.72E+062.52E+05
Std1.15E+055.95E+053.39E+053.34E+052.24E+051.26E+054.62E+042.40E+062.48E+05
SEM5.14E+042.66E+051.52E+051.49E+051.00E+055.63E+042.07E+041.07E+061.11E+05
Rank287643195
Table 10. Comparison test results with Differential Evolution variant optimizers on CEC2017 (F16–F30), FES = 1000, Agents = 50.
Table 10. Comparison test results with Differential Evolution variant optimizers on CEC2017 (F16–F30), FES = 1000, Agents = 50.
FunStatisticsCOASaDECOALDEBBDEODEJADEDEEMSADECMAES
F16Mean2.25E+032.54E+032.36E+032.49E+032.34E+032.12E+032.10E+032.53E+032.60E+03
Std1.02E+022.21E+021.99E+029.57E+011.42E+021.94E+021.49E+021.45E+022.43E+02
SEM4.57E+019.90E+018.89E+014.28E+016.35E+018.69E+016.67E+016.50E+011.08E+02
Rank385642179
F17Mean1.99E+032.06E+032.09E+032.10E+032.05E+032.01E+032.05E+032.05E+032.17E+03
Std1.14E+022.44E+022.18E+011.18E+021.06E+027.76E+014.77E+011.48E+021.44E+02
SEM5.08E+011.09E+029.73E+005.27E+014.74E+013.47E+012.13E+016.64E+016.43E+01
Rank167842359
F18Mean1.21E+074.41E+084.25E+073.01E+073.20E+073.53E+071.26E+076.16E+073.12E+07
Std7.91E+065.06E+084.69E+073.25E+072.13E+073.17E+071.35E+075.02E+071.81E+07
SEM3.54E+062.26E+082.10E+071.45E+079.54E+061.42E+076.04E+062.24E+078.08E+06
Rank197356284
F19Mean4.08E+053.13E+068.85E+051.03E+064.56E+055.85E+054.41E+051.24E+072.64E+06
Std3.67E+053.40E+061.33E+069.44E+056.81E+056.82E+057.97E+051.25E+072.93E+06
SEM1.64E+051.52E+065.94E+054.22E+053.05E+053.05E+053.56E+055.59E+061.31E+06
Rank185634297
F20Mean2.31E+032.47E+032.33E+032.38E+032.37E+032.26E+032.35E+032.39E+032.45E+03
Std7.14E+011.13E+026.29E+017.43E+019.32E+019.72E+017.89E+011.55E+021.35E+02
SEM3.19E+015.05E+012.81E+013.32E+014.17E+014.35E+013.53E+016.91E+016.02E+01
Rank293651478
F21Mean2.39E+032.41E+032.41E+032.40E+032.39E+032.39E+032.39E+032.39E+032.41E+03
Std3.51E+011.70E+011.14E+011.58E+016.16E+004.07E+017.36E+002.15E+011.04E+01
SEM1.57E+017.60E+005.10E+007.06E+002.75E+001.82E+013.29E+009.60E+004.64E+00
Rank198654327
F22Mean3.07E+033.08E+033.50E+033.34E+033.16E+033.07E+033.07E+033.36E+033.98E+03
Std1.71E+022.72E+021.72E+022.76E+022.45E+022.32E+022.63E+023.10E+029.20E+02
SEM7.63E+011.22E+027.69E+011.24E+021.10E+021.04E+021.18E+021.39E+024.11E+02
Rank148653279
F23Mean2.71E+032.78E+032.72E+032.73E+032.72E+032.73E+032.72E+042.73E+032.73E+03
Std1.07E+015.92E+012.34E+011.56E+011.82E+013.45E+011.79E+012.01E+013.39E+01
SEM4.77E+002.65E+011.05E+016.99E+008.14E+001.54E+018.01E+009.00E+001.52E+01
Rank182437956
F24Mean2.85E+032.88E+032.85E+032.86E+032.86E+032.86E+032.86E+032.87E+032.85E+03
Std2.26E+017.40E+012.62E+011.19E+017.00E+012.31E+015.33E+002.41E+011.13E+01
SEM1.01E+013.31E+011.17E+015.31E+003.13E+011.03E+012.39E+001.08E+015.05E+00
Rank192567483
F25Mean3.55E+034.10E+033.56E+033.56E+033.62E+033.19E+033.20E+033.59E+033.70E+03
Std2.47E+027.20E+022.10E+022.44E+029.48E+016.84E+011.49E+021.52E+021.12E+02
SEM1.10E+023.22E+029.40E+011.09E+024.24E+013.06E+016.64E+016.80E+015.01E+01
Rank394571268
F26Mean4.46E+034.63E+034.55E+034.58E+033.97E+033.48E+034.79E+034.68E+034.58E+03
Std4.72E+026.34E+021.78E+024.52E+023.31E+027.19E+013.83E+022.42E+026.88E+02
SEM2.11E+022.83E+027.97E+012.02E+021.48E+023.22E+011.71E+021.08E+023.08E+02
Rank374521986
F27Mean3.17E+033.20E+033.19E+033.17E+033.18E+033.18E+033.18E+033.23E+033.28E+03
Std3.67E+011.06E+022.03E+013.83E+012.72E+014.79E+013.88E+014.93E+018.52E+01
SEM1.64E+014.73E+019.07E+001.71E+011.21E+012.14E+011.74E+012.20E+013.81E+01
Rank176245389
F28Mean3.62E+034.00E+033.79E+033.62E+033.65E+033.67E+033.62E+033.78E+033.89E+03
Std1.60E+022.78E+021.45E+021.09E+028.13E+011.36E+025.47E+018.62E+011.30E+02
SEM7.14E+011.24E+026.49E+014.86E+013.64E+016.06E+012.45E+013.86E+015.79E+01
Rank197245368
F29Mean3.67E+033.69E+033.67E+033.70E+033.69E+033.51E+033.69E+033.69E+033.69E+03
Std7.80E+011.51E+021.50E+021.11E+027.06E+011.73E+029.44E+011.00E+021.39E+02
SEM3.49E+016.76E+016.70E+014.94E+013.16E+017.74E+014.22E+014.47E+016.23E+01
Rank253941687
F30Mean2.56E+074.59E+072.64E+072.80E+072.58E+072.81E+071.31E+073.85E+074.59E+07
Std1.24E+075.18E+071.25E+071.53E+075.66E+061.15E+077.09E+062.34E+075.30E+07
SEM5.55E+062.32E+075.59E+066.82E+062.53E+065.15E+063.17E+061.05E+072.37E+07
Rank284536179
Table 11. Wilcoxon rank-sum test results over CEC2017, FES = 1000, Agents = 50.
Table 11. Wilcoxon rank-sum test results over CEC2017, FES = 1000, Agents = 50.
FunGWOPSOMFOMVOSHIOOHOFOXFVIMSCA
F14.21E-011.00E+003.97E-039.96E-017.54E-029.52E-011.59E-028.45E-019.72E-01
F29.25E-016.55E-011.11E-056.55E-014.76E-021.11E-054.55E-044.21E-019.25E-01
F38.89E-016.55E-013.97E-031.11E-053.97E-039.84E-017.54E-029.52E-018.45E-01
F43.45E-019.84E-013.97E-031.00E+002.74E-015.00E-013.97E-037.26E-011.00E+00
F55.00E-019.52E-013.97E-034.55E-047.54E-024.76E-023.97E-032.48E-051.00E+00
F68.89E-018.45E-013.97E-033.45E-014.21E-018.89E-015.00E-015.79E-019.25E-01
F73.97E-032.74E-013.97E-033.97E-033.97E-037.94E-033.97E-033.97E-039.52E-01
F86.55E-011.11E-053.97E-033.97E-037.94E-037.54E-021.59E-021.59E-025.00E-01
F95.00E-015.79E-013.97E-031.59E-022.48E-057.54E-024.76E-025.79E-019.25E-01
F109.52E-017.26E-019.25E-019.25E-012.48E-053.97E-034.76E-023.97E-039.25E-01
F111.00E+002.10E-015.00E-014.76E-024.21E-014.55E-041.11E-059.92E-011.00E+00
F125.79E-017.90E-013.97E-032.74E-013.97E-034.76E-023.97E-035.00E-018.45E-01
F134.55E-045.00E-013.97E-032.48E-053.97E-037.54E-023.97E-033.97E-035.00E-01
F149.52E-019.25E-015.00E-014.76E-022.74E-015.79E-014.21E-013.45E-019.84E-01
F156.55E-017.54E-024.55E-044.55E-041.11E-054.76E-021.11E-052.10E-016.55E-01
F161.00E+009.84E-014.21E-017.26E-017.26E-014.21E-017.26E-014.21E-019.96E-01
F177.26E-019.52E-014.76E-027.54E-023.45E-017.26E-013.97E-037.54E-027.90E-01
F189.72E-011.00E+004.76E-027.26E-012.48E-053.97E-033.97E-035.79E-019.52E-01
F199.52E-015.79E-014.55E-046.55E-013.45E-011.11E-054.55E-045.79E-018.45E-01
F209.52E-015.79E-015.00E-016.55E-018.45E-018.45E-012.10E-012.10E-011.00E+00
F216.55E-019.25E-017.54E-026.55E-012.10E-017.90E-012.10E-014.55E-048.45E-01
F229.92E-011.00E+003.97E-039.92E-011.11E-057.26E-013.97E-038.45E-019.72E-01
F236.55E-011.00E+007.54E-021.00E+007.94E-034.21E-013.97E-038.45E-019.72E-01
F248.45E-011.00E+003.97E-039.72E-017.94E-039.52E-014.76E-022.74E-019.92E-01
F251.59E-028.89E-013.97E-036.55E-011.11E-054.21E-011.59E-025.79E-019.72E-01
F265.00E-017.26E-017.94E-034.55E-041.11E-051.11E-052.48E-054.21E-015.79E-01
F279.84E-011.00E+002.10E-011.00E+007.90E-017.26E-012.74E-016.55E-016.55E-01
F289.92E-019.96E-013.45E-019.84E-014.55E-047.90E-018.89E-019.72E-011.00E+00
F292.48E-055.79E-017.94E-036.55E-017.54E-024.21E-014.76E-022.48E-056.55E-01
F305.79E-011.00E+002.10E-019.52E-015.00E-016.55E-014.76E-022.74E-017.90E-01
Table 12. Wilcoxon rank-sum test results over CEC2017, FES = 1000, Agents = 50.
Table 12. Wilcoxon rank-sum test results over CEC2017, FES = 1000, Agents = 50.
FunLDEBBDEODECCDEJADEDEEMSADEJADECMAES
F18.45E-019.72E-017.90E-015.79E-013.97E-031.59E-027.94E-038.89E-014.76E-02
F29.25E-015.00E-017.26E-013.45E-013.97E-037.54E-021.11E-057.26E-011.11E-05
F39.72E-012.74E-019.72E-017.26E-017.54E-027.54E-026.55E-018.89E-012.48E-05
F44.55E-044.55E-047.26E-017.54E-023.97E-031.59E-023.97E-037.26E-014.76E-02
F58.89E-012.48E-057.90E-011.11E-053.97E-033.97E-032.48E-057.26E-012.48E-05
F69.72E-017.90E-019.25E-014.55E-043.97E-034.76E-022.74E-014.21E-012.74E-01
F73.97E-034.76E-029.92E-017.94E-033.97E-033.97E-033.97E-032.74E-013.97E-03
F81.11E-053.45E-019.92E-011.11E-053.97E-033.97E-033.97E-037.54E-021.59E-02
F97.54E-023.45E-013.45E-012.10E-013.97E-034.76E-027.54E-027.26E-013.97E-03
F101.00E+003.45E-017.26E-019.25E-013.97E-034.21E-017.26E-019.52E-017.54E-02
F119.25E-016.55E-014.55E-042.10E-013.97E-034.76E-021.11E-057.90E-011.11E-05
F125.79E-017.90E-015.00E-014.55E-043.97E-032.48E-053.97E-031.59E-027.54E-02
F134.21E-013.97E-037.54E-024.55E-043.97E-032.48E-053.97E-032.10E-011.59E-02
F149.25E-019.25E-018.89E-014.21E-017.54E-029.92E-015.79E-019.25E-017.90E-01
F156.55E-016.55E-014.21E-014.21E-012.48E-053.45E-014.21E-018.89E-012.74E-01
F169.92E-018.89E-019.96E-018.89E-013.97E-034.55E-041.11E-051.00E+005.79E-01
F173.45E-011.11E-054.21E-013.45E-013.97E-034.76E-024.55E-043.45E-014.76E-02
F189.52E-018.45E-019.25E-019.72E-013.97E-039.72E-013.45E-019.72E-017.26E-01
F199.25E-015.79E-018.45E-013.45E-013.97E-035.00E-013.45E-019.84E-016.55E-01
F209.84E-017.26E-019.25E-019.25E-013.97E-032.10E-017.90E-019.52E-014.55E-04
F217.90E-017.90E-015.00E-017.54E-022.48E-051.11E-057.54E-021.11E-052.10E-01
F224.21E-019.96E-019.52E-016.55E-013.97E-031.11E-051.11E-059.72E-014.76E-02
F231.00E+004.21E-018.89E-018.45E-013.97E-039.52E-014.76E-028.45E-019.72E-01
F246.55E-013.45E-012.74E-017.90E-013.97E-034.55E-043.97E-039.25E-016.55E-01
F257.90E-012.74E-014.21E-017.54E-023.97E-033.97E-031.59E-021.11E-051.59E-02
F267.54E-027.54E-022.10E-012.48E-053.97E-033.97E-034.76E-024.76E-027.94E-03
F273.45E-015.79E-012.10E-012.10E-013.97E-032.74E-011.11E-059.25E-018.45E-01
F289.92E-019.72E-016.55E-017.90E-011.59E-027.90E-011.11E-059.52E-017.26E-01
F294.21E-017.54E-023.45E-011.11E-053.97E-034.76E-027.54E-025.00E-014.76E-02
F306.55E-015.79E-014.55E-044.76E-023.97E-034.21E-017.54E-028.45E-012.74E-01
Table 13. Welded beam design problem results.
Table 13. Welded beam design problem results.
OptimizerOptimalx1x2x3x4MeanStdMinMaxTimeRank
COASaDE1.674E+001.982E-013.355E+009.198E+001.990E-011.674E+008.940E-041.674E+001.676E+000.3796331
COA1.670E+001.988E-013.338E+009.192E+001.989E-011.731E+006.635E-021.670E+001.833E+000.4167282
GWO1.673E+001.995E-013.329E+009.178E+001.995E-011.733E+001.089E-011.673E+001.926E+000.3753073
AVOA1.698E+001.766E-013.813E+009.192E+001.988E-011.792E+001.422E-011.698E+002.042E+000.3899914
CSA1.777E+001.650E-014.231E+009.400E+002.001E-011.793E+001.366E-021.777E+001.809E+000.57485
COOT1.782E+001.926E-013.328E+001.000E+011.973E-011.838E+004.840E-021.782E+001.916E+000.3774526
ChOA1.784E+001.747E-013.657E+001.000E+011.955E-011.863E+005.167E-021.784E+001.922E+000.4466067
SCA1.679E+001.910E-013.491E+009.192E+001.989E-011.873E+002.438E-011.679E+002.265E+000.4065798
DBO1.721E+002.053E-013.220E+009.189E+002.064E-011.976E+001.736E-011.721E+002.194E+000.9023439
HGS1.732E+001.953E-013.485E+008.913E+002.115E-011.979E+002.393E-011.732E+002.336E+000.70896210
HHO1.787E+001.806E-013.662E+009.743E+002.000E-011.998E+001.733E-011.787E+002.222E+000.79575611
SA1.801E+001.413E-014.878E+009.188E+002.029E-011.998E+002.133E-011.801E+002.354E+000.90107912
AO1.959E+006.835E-014.449E-011.758E+005.167E-012.253E+002.606E-011.959E+002.542E+002.603113
HHO2.131E+001.000E-017.425E+008.509E+002.336E-012.267E+001.300E-012.131E+002.475E+000.46779314
BO1.913E+001.028E-016.841E+009.192E+001.988E-012.273E+003.253E-011.913E+002.587E+000.43047615
BWO2.147E+001.000E-019.238E+009.187E+001.991E-012.279E+008.143E-022.147E+002.354E+000.96323416
FOX2.116E+00−2.334E+26-5.457E+237.235E+205.518E+212.295E+001.446E-012.116E+002.423E+000.71255717
WOA1.964E+001.084E-016.835E+008.982E+002.083E-012.509E+007.561E-011.964E+003.655E+000.37381818
GA4.841E+001.000E-011.000E-011.000E-011.000E-016.198E+001.266E+004.841E+007.620E+000.39981419
Table 14. Pressure vessel design problem results.
Table 14. Pressure vessel design problem results.
OptimizerOptimalx1x2x3x4MinMeanMaxStdTimeRank
COASaDE5.885E+031.245E+016.154E+004.032E+012.000E+025.885E+036.091E+037.319E+034.492E+021.3123861
WOA5.885E+031.245E+016.154E+004.032E+012.000E+025.885E+035.921E+036.085E+036.968E+011.1580062
COA5.885E+031.245E+016.154E+004.032E+012.000E+025.885E+035.885E+035.885E+033.008E-021.6282193
AO5.886E+031.245E+016.156E+004.032E+011.999E+025.886E+035.902E+035.936E+031.841E+010.6232584
CSA5.889E+031.248E+016.170E+004.042E+011.986E+025.889E+036.314E+037.197E+034.464E+021.2003295
AVOA5.901E+031.247E+016.188E+004.037E+011.995E+025.901E+035.943E+036.049E+034.891E+010.587236
SA5.903E+031.260E+016.233E+004.079E+011.936E+025.903E+036.308E+036.779E+033.346E+020.8144597
ChOA5.920E+031.277E+016.310E+004.134E+011.863E+025.920E+036.316E+037.130E+034.471E+020.5431188
COOT5.947E+031.273E+016.331E+004.118E+011.891E+025.947E+036.419E+037.363E+035.168E+020.7308569
DBO5.969E+031.316E+016.501E+004.259E+011.706E+025.969E+037.367E+031.572E+042.981E+031.03149810
SCA5.976E+031.325E+016.549E+004.290E+011.669E+025.976E+036.602E+037.205E+033.892E+023.22842511
HGS6.137E+031.424E+017.162E+004.611E+011.326E+026.137E+036.612E+037.212E+033.840E+020.70730612
GWO6.417E+031.269E+017.801E+004.100E+012.000E+026.417E+037.291E+038.326E+036.150E+020.49715213
HHO7.614E+031.465E+017.496E+004.264E+012.000E+027.614E+031.282E+041.754E+043.202E+030.67637714
Table 15. Spring design problem results.
Table 15. Spring design problem results.
OptimizerOptimalVariable 1Variable 2Variable 3MinMeanMaxStdTimeRank
COASaDE1.267E-025.169E-023.567E-011.129E+011.267E-021.267E-021.267E-023.570E-080.9445621
COA1.267E-025.164E-023.556E-011.135E+011.267E-021.268E-021.272E-021.655E-050.8272742
SA1.267E-025.144E-023.508E-011.165E+011.267E-021.269E-021.281E-024.403E-051.2468543
GWO1.267E-025.187E-023.612E-011.103E+011.267E-021.269E-021.281E-024.496E-050.7245034
CSA1.267E-025.198E-023.637E-011.089E+011.267E-021.314E-021.431E-026.621E-041.5929485
COOT1.267E-025.204E-023.651E-011.081E+011.267E-021.517E+051.517E+064.798E+050.815246
ChOA1.267E-025.101E-023.406E-011.230E+011.267E-021.313E-021.554E-029.834E-042.2191087
WOA1.267E-025.100E-023.404E-011.232E+011.267E-021.303E-021.409E-025.279E-040.6991028
HGS1.267E-025.108E-023.422E-011.219E+011.267E-021.352E-021.520E-027.506E-041.0548869
AO1.268E-025.100E-023.404E-011.232E+011.268E-021.272E-021.293E-027.665E-050.50466110
AVOA1.269E-025.100E-023.402E-011.234E+011.269E-021.274E-021.298E-028.709E-050.74502511
DBO1.275E-025.100E-023.391E-011.245E+011.275E-021.710E-021.857E-022.246E-030.66856912
SCA1.282E-025.205E-023.651E-011.096E+011.282E-021.313E-021.346E-021.875E-040.67209913
HHO1.394E-025.100E-023.268E-011.440E+011.394E-021.575E-023.051E-025.186E-030.64491314
Table 16. Speed reducer design problem results.
Table 16. Speed reducer design problem results.
OptimizerBest ScoreVariable 1Variable 2Variable 3Variable 4Variable 5Variable 6Variable 7MinMeanMaxStdTimeRank
COASaDE2.994E+033.500E+007.000E-011.700E+017.300E+007.715E+003.350E+005.287E+002.994E+032.998E+033.034E+031.242E+010.5577061
COA2.994E+033.500E+007.000E-011.700E+017.300E+007.715E+003.350E+005.287E+002.994E+032.994E+032.994E+031.104E-122.4722022
ChOA2.994E+033.500E+007.000E-011.700E+017.300E+007.715E+003.350E+005.287E+002.994E+033.000E+033.017E+039.610E+001.4516123
CSA2.994E+033.500E+007.000E-011.700E+017.300E+007.715E+003.350E+005.287E+002.994E+032.994E+032.994E+031.696E-081.3172744
AO2.994E+033.500E+007.000E-011.700E+017.300E+007.715E+003.350E+005.287E+002.994E+032.994E+032.994E+031.000E-020.6949455
CSA2.994E+033.500E+007.000E-011.700E+017.300E+007.716E+003.350E+005.287E+002.994E+032.995E+032.995E+032.458E-021.3452146
WOA2.995E+033.500E+007.000E-011.700E+017.306E+007.716E+003.350E+005.287E+002.995E+033.003E+033.020E+038.954E+001.3738177
SA2.996E+033.500E+007.000E-011.700E+017.302E+007.731E+003.351E+005.287E+002.996E+032.999E+033.012E+035.676E+000.8868928
AVOA3.006E+033.506E+007.000E-011.701E+017.300E+007.950E+003.354E+005.288E+003.006E+033.012E+033.021E+035.014E+000.5882949
HGS3.012E+033.502E+007.000E-011.700E+017.545E+008.290E+003.357E+005.287E+003.012E+033.035E+033.057E+031.328E+010.73616410
DBO3.013E+033.500E+007.000E-011.700E+018.224E+008.181E+003.352E+005.287E+003.013E+033.526E+035.509E+038.822E+020.88772711
COOT3.015E+033.505E+007.000E-011.700E+017.410E+008.000E+003.375E+005.295E+003.015E+033.031E+033.060E+031.410E+010.79050212
GWO3.087E+033.600E+007.000E-011.700E+018.300E+007.790E+003.367E+005.347E+003.087E+033.154E+033.197E+033.692E+010.52717713
HHO3.096E+033.600E+007.000E-011.700E+017.300E+008.300E+003.486E+005.308E+003.096E+033.150E+033.206E+033.942E+010.7150614
Table 17. Cantiliver design problem results.
Table 17. Cantiliver design problem results.
OptimizerOptimalx1x2x3x4MeanStdMinMaxTimeRank
COASaDE1.340E+006.027E+005.300E+004.485E+003.506E+001.340E+002.171E-051.340E+001.340E+000.2765781
CSA1.340E+006.021E+005.285E+004.504E+003.499E+001.340E+001.005E-041.340E+001.340E+000.2398712
GWO1.340E+006.027E+005.274E+004.505E+003.499E+001.340E+008.980E-051.340E+001.340E+000.254023
COA1.340E+005.983E+005.302E+004.502E+003.530E+001.340E+003.502E-041.340E+001.341E+000.2823624
HGS1.340E+006.055E+005.304E+004.477E+003.492E+001.341E+006.407E-041.340E+001.342E+000.2589445
DBO1.340E+006.046E+005.269E+004.445E+003.511E+001.341E+004.527E-041.340E+001.342E+000.292736
COOT1.341E+006.011E+005.444E+004.437E+003.456E+001.341E+001.117E-031.341E+001.343E+000.2599097
HHO1.340E+005.997E+005.253E+004.590E+003.450E+001.343E+002.584E-031.340E+001.346E+000.5864148
AVOA1.340E+006.060E+005.267E+004.497E+003.441E+001.344E+003.639E-031.340E+001.349E+000.5866879
AO1.343E+006.056E+005.175E+004.722E+003.399E+001.346E+002.847E-031.343E+001.350E+000.52912610
SA1.343E+005.847E+005.150E+004.604E+003.732E+001.352E+001.224E-021.343E+001.374E+000.46841611
ChOA1.346E+005.793E+005.425E+004.658E+003.617E+001.355E+008.011E-031.346E+001.366E+000.49857412
BWO1.344E+005.772E+005.501E+004.719E+003.406E+001.364E+001.372E-021.344E+001.382E+000.32533413
SCA1.368E+005.778E+005.695E+004.167E+003.735E+001.405E+002.244E-021.368E+001.424E+000.24759414
WOA1.365E+007.128E+004.988E+004.352E+003.418E+001.419E+004.823E-021.365E+001.471E+000.24258715
Table 18. I-beam design problem results.
Table 18. I-beam design problem results.
OptimizerBest ScoreVariable 1Variable 2Variable 3Variable 4MinMeanMaxStdTimeRank
COASaDE6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-031.042E-181.0602021
COA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.143E-190.4544922
CSA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.143E-191.0256123
ChOA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.143E-190.9849484
SCA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.143E-192.2911165
DBO6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-036.176E-090.8238166
WOA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.143E-190.5437957
AO6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-031.075E-110.5761188
AVOA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-034.446E-080.4378029
SA6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-031.902E-080.68463710
HGS6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-039.691E-080.5794911
COOT6.626E-035.000E+018.000E+011.765E+005.000E+006.626E-036.626E-036.626E-034.473E-080.62085712
GWO6.626E-035.000E+018.000E+011.764E+005.000E+006.626E-036.628E-036.632E-032.062E-060.46088413
HHO6.627E-035.000E+018.000E+011.763E+005.000E+006.627E-036.627E-036.629E-037.931E-070.51005914
Table 19. Three-bar design problem results.
Table 19. Three-bar design problem results.
OptimizerOptimalx1x2MeanStdMinMaxTimeRank
COASaDE2.639E+027.887E-014.082E-012.639E+028.994E-122.639E+022.639E+020.3722151
CSA2.639E+027.887E-014.082E-012.639E+021.067E-102.639E+022.639E+020.3724442
GWO2.639E+027.884E-014.090E-012.639E+028.707E-042.639E+022.639E+020.4098533
COA2.639E+027.880E-014.101E-012.639E+024.776E-032.639E+022.639E+020.3761584
GOA2.639E+027.884E-014.091E-012.639E+028.400E-032.639E+022.639E+020.8227995
COOT2.639E+027.885E-014.087E-012.639E+029.651E-032.639E+022.639E+020.3882166
AVOA2.639E+027.863E-014.150E-012.639E+022.154E-022.639E+022.640E+020.41077
HHO2.639E+027.877E-014.109E-012.640E+028.407E-022.639E+022.641E+020.9420158
DBO2.639E+027.828E-014.251E-012.640E+021.217E-012.639E+022.642E+020.4265489
ChOA2.640E+027.832E-014.246E-012.640E+025.212E-022.640E+022.641E+020.47621510
SCA2.639E+027.892E-014.068E-012.641E+021.321E-012.639E+022.642E+020.37577311
BO2.640E+025.483E-011.133E-012.642E+021.889E-012.640E+022.645E+022.63626912
SA2.639E+027.960E-013.879E-012.644E+024.867E-012.639E+022.650E+020.70331713
BWO2.640E+027.938E-013.945E-012.646E+026.032E-012.640E+022.656E+020.46673714
WOA2.640E+027.792E-014.359E-012.650E+022.007E+002.640E+022.686E+020.3752615
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.

Share and Cite

MDPI and ACS Style

Fakhouri, H.N.; Ishtaiwi, A.; Makhadmeh, S.N.; Al-Betar, M.A.; Alkhalaileh, M. Novel Hybrid Crayfish Optimization Algorithm and Self-Adaptive Differential Evolution for Solving Complex Optimization Problems. Symmetry 2024, 16, 927. https://doi.org/10.3390/sym16070927

AMA Style

Fakhouri HN, Ishtaiwi A, Makhadmeh SN, Al-Betar MA, Alkhalaileh M. Novel Hybrid Crayfish Optimization Algorithm and Self-Adaptive Differential Evolution for Solving Complex Optimization Problems. Symmetry. 2024; 16(7):927. https://doi.org/10.3390/sym16070927

Chicago/Turabian Style

Fakhouri, Hussam N., Abdelraouf Ishtaiwi, Sharif Naser Makhadmeh, Mohammed Azmi Al-Betar, and Mohannad Alkhalaileh. 2024. "Novel Hybrid Crayfish Optimization Algorithm and Self-Adaptive Differential Evolution for Solving Complex Optimization Problems" Symmetry 16, no. 7: 927. https://doi.org/10.3390/sym16070927

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop