Abstract
To advance the calculation performance of the battle royale optimization algorithm (BRO), a hybrid improved BRO algorithm (HBC) is proposed in this paper. The level mechanism of the chicken swarm optimization algorithm (CSO) is integrated into the BRO algorithm to divide all into elite players and ordinary players, and the level relationship of different players is established. Then, an elite player update method of random exploring and directional update in a small range is proposed to improve the development ability. The update method of ordinary players improved, the update mechanism of elite random guidance is introduced to make full use of the excellent location information in the population. The performance verification experiment of the HBC algorithm is carried out on 20 benchmark functions and a practical project. Comparing with several other algorithms, the computational performance of the HBC algorithm is the best. Furthermore, the HBC algorithm is applied to solve the inverse kinematics of the 7R 6DOF robot. The experimental results show that the HBC algorithm effectively improves the average convergence accuracy and reduces the running time, compared with the BRO algorithm. This fully shows that the HBC algorithm is more competitive in stability, calculation accuracy, and speed.
Introduction
The optimization problem is a common question in the fields of engineering design, resource allocation and scheduling, agricultural science, and medical applications. How to solve the optimization problem has become a research hotspot.1–4 The swarm intelligence algorithm has achieved a good balance between exploration and development, and has the characteristics of simple structure, strong robustness, good scalability, and flexibility. It has been widely used in solving various optimization problems.5,6 Among them, particle swarm optimization algorithm (PSO), 7 fruit fly optimization algorithm (FOA), 8 CSO algorithm, 9 ant lion optimization algorithm (ALO), 10 whale optimization algorithm (WOA), 11 and other algorithms have shown excellent and unique optimization capabilities.
In recent years, optimization problems have shown the characteristics of high complexity and high dimensionality,12,13 which cannot be solved by traditional optimization algorithms. Researchers devote more time to proposing new algorithms and improving classic algorithms. New swarm intelligence algorithms include salp swarm algorithm (SSA), 14 grasshopper optimization algorithm (GOA), 15 sparrow search algorithm (SSA), 16 slime mold algorithm (SMA), 17 etc.
There are two main ways to improve the classic swarm intelligence algorithm. The first is to introduce a new update mechanism in the algorithm. Ma et al. 18 proposed an improved moth flame optimization algorithm (DMMFO), which introduces diversity and mutation strategies. It is verified that DMMFO algorithm has better performance on 30 benchmark functions and 3 engineering optimization cases. Zhong and Cheng 19 proposed an improved DE algorithm (EHDE), which introduced two different strategies, and the performance of the EHDE algorithm is verified. Ahmed et al. 20 proposed a knowledge-based artificial bee colony algorithm (K-ABC), which has achieved good results in inverse kinematics of robot and other complex constraint engineering problems. Liang et al. 21 proposed an ICSO algorithm by Lévy flight and nonlinear weight reduction strategies, and applied it to the robot path planning problem. The algorithm has better convergence performance compared with PSO and CSO algorithms.
The second is to combine an algorithm with other algorithms. Dadvar et al. 22 proposed a new hybrid algorithm (HGPSODE). Comparing with the classic algorithm and other hybrid models, the HGPSODE algorithm has better performance. Xia et al. 23 and Xia and Wu 24 proposed two hybrid multi-objective optimization algorithms, and applied them to solve the problem of dynamic economic emission dispatching in the environment where wind power. One is a hybrid algorithm by equilibrium optimizer (EO) and DE algorithms, and the other is a hybrid algorithm by marine predators (MPA) and DE algorithms. Stephan et al. 25 proposed a new HAW algorithm based on the ABC algorithm and the WOA algorithm, and used the HAW algorithm to optimize the artificial neural network (ANN). At the same time, a computer-aided diagnosis (CAD) system based on improved ANN is established, which improved the accuracy of breast cancer diagnosis. Saafan and El-Gendy 26 proposed a hybrid algorithm (IWOSSA) based on the IWOA algorithm and SSA algorithm, and verified that the IWOSSA algorithm has good computing performance. Abadi et al. 27 proposed a new HSSAGA model based on SSA algorithm and GA algorithm. The calculation performance of the HSSAGA algorithm in nurse scheduling and assignment is relatively good, compared with other existing algorithms.
Through the above-mentioned literature analysis, the method of introducing a new mechanism can change the individual update rules, and improve the algorithm’s global exploration ability. The method of combining different algorithms, which can overcome its shortcomings and improve the convergence ability of the algorithm. Both of these two methods can improve the capabilities of the algorithm.
The inverse kinematics problem of robot can be transformed into optimization problem. Solving the inverse kinematics of robots through intelligence methods is a current research hotspot. Shi and Xie 28 and Kucuk and Bingul 29 solved the inverse kinematics of a 6DOF robot with an offset wrist. The former method is Adaboost neural network (ANN), the simulation results show that the ANN method has good performance in terms of accuracy and stability. The latter is to propose a new inverse kinematics algorithm (NIKA), it can be seen from the convergence time and asymptotic performance that NIKA is an effective method for solving inverse kinematics. Dereli and Koker30,31 solved the inverse kinematics of 7DOF robots by firefly algorithm (FA) and quantum PSO algorithm (QPSO), and compared with the PSO and ABC algorithms. The results show that the QPSO algorithm has the advantages of short calculation time, fewer iterations, and fewer particles. It is more effective than the standard PSO, ABC, and FA algorithms in solving the inverse kinematics solution. Lopez-Franco et al. 32 solved the robot inverse kinematics problem based on eight population intelligence algorithms. Robot types include PUMA560, Baxter arm manipulator, KUKA Youbot arm manipulator, and Anthropomorphic RRR arm manipulator. The results show that the CMA-ES algorithm has the best computational performance. Then, the CMA-ES algorithm is used to solve a real-time path tracking problem, and a good application effect is obtained. Yiyang et al. 33 proposed an improved PSO algorithm to solve the robot inverse kinematics solution, and verified the excellent performance of the algorithm in the NJ-220 general-purpose robot. Dereli and Koker 34 proposed a variant of the PSO algorithm (IW-PSO), the IW-PSO algorithm is very successful in obtaining the optimal inverse kinematics solution. Rahkar Farshi 35 proposed a new swarm intelligence algorithm, called BRO algorithm, and obtained higher optimization results in the inverse kinematics solution of the 6R robot. According to the above literature analysis, the intelligent method is a reliable method to solve the robot inverse kinematics. To further improve the accuracy of inverse kinematics solution, many scholars are exploring the improvement of the intelligent algorithm. Therefore, the BRO algorithm is improved in this paper.
This paper proposes a new hybrid algorithm (HBC). First, through the level mechanism of the CSO algorithm, the individuals in the BRO algorithm are divided into elite players and ordinary players, and a level relationship is established. Then, an update rule for elite players is designed, which mixes two methods of random exploring and directional update. Finally, improve the update rules for ordinary players, the rule is that ordinary players update with the index of elite players. Under the new level mechanism of population, individuals explore the solution space in two different ways, which improves the global exploration capability and convergence accuracy of the BRO algorithm. In addition, the performance of the HBC algorithm is verified by multiple benchmark functions and a practical engineering problem. Meanwhile, the HBC algorithm is applied to solve the inverse kinematics solution of 7R 6DOF robot.
The main contributions of this article are as follows:
Through the analysis of literature, the latest development and research results of the swarm intelligence algorithm are summarized, which provides more theoretical support for the research of the BRO algorithm. Meanwhile, it also provides a reference for more scholars to study the BRO algorithm. In addition, we also summarized the research results of intelligent algorithms to solve inverse kinematics problem of robot, which provides more basis of feasibility for solving the 7R 6DOF inverse kinematics problem in this paper.
A new hybrid algorithm (HBC) is proposed, which mainly integrates the level mechanism of the CSO algorithm into the BRO algorithm. To establish the level relationship between different players, design the update method for elite players, and improve the update rule for ordinary players.
On 20 benchmark functions, the performance of the HBC algorithm is verified, and compared with the PSO, CSO, BRO, ALO, and WOA algorithms. The results show that the stability, convergence accuracy, and speed of the HBC algorithm are significantly improved.
To further verify the superiority of the HBC algorithm, the HBC algorithm is applied to solve inverse kinematics of PUMA 560 robot, and compared with the BRO results in the literature 35.
For the 7R 6DOF robot inverse kinematics without an analytical solution, the HBC algorithm is used to solve it. Firstly, the robot kinematics model is established. Secondly, the inverse kinematics of multiple test points are solved by the HBC and BRO algorithms, and the results are analyzed. Finally, the results of this paper are compared with those obtained in other well-known researches, which further proves the superiority of the HBC algorithm in solving the problem. This will be a new attempt to solve the inverse kinematics of the 7R 6DOF robot.
The rest of this paper is organized as follows: Section 2 introduces basic algorithm theory, including BRO algorithm and CSO algorithm. Section 3 proposes the HBC algorithm, and elaborates its principle. Section 4 is to experiment with the HBC algorithm on benchmark functions and a practical engineering problem, and compare with five other algorithms to verify the effectiveness of the HBC algorithm. Section 5 applies the HBC algorithm to the inverse kinematics of the 7R 6DOF robot, and compares it with the BRO algorithm. The conclusion and prospect of this paper is in Section 6.
Preliminaries
Battle royale optimization algorithm
Rahkar Farshi proposed the BRO algorithm in 2020. It is inspired by the battle royal video game, in which players need to explore and use the surrounding environment to survive. The challenge of the game involves players trying to defeat each other by shooting weapons, and surviving in a shrinking safe area. Every player outside a safe area will be affected in two different ways, one is the damage caused by the health value, and the other is the risk of being eliminated.
The initial population of the BRO algorithm is composed of n individuals randomly generated in the D-dimensional space.
Where r is the coefficient (
Where
The initial value Δ is
The pseudocode of the BRO algorithm is shown in Algorithm 1.
Chicken swarm optimization algorithm
CSO algorithm is a meta-heuristic algorithm proposed in 2014, which is inspired by the natural behavior of chickens in the process of foraging. By establishing some kind of level mechanism and level relationship among the population individuals, the calculation performance of the algorithm is effectively improved. In the CSO algorithm, the population is divided into three levels: rooster, hen, and chick. And three hierarchical relationships are established, including the rooster randomly leading the population to move, the hen following the rooster, and the chick following the mother hen. In the iterative process, through the update of the level mechanism, the mutual learning and competition between individuals, it is constantly evolving to find the global optimal position.
In the D-dimensional solution space, the number of chickens is set to N.
Where
The number of hens is
Where
The number of chicks is
Where
The pseudocode of the CSO algorithm is described in Algorithm 2.
A new hybrid improved algorithm (HBC)
To improve the computational performance of the BRO algorithm, this paper proposes a HBC algorithm, which is a variant of the BRO algorithm. The principle and implementation process of the HBC algorithm are introduced detailedly in the section. Including the algorithm flow chart and pseudocode. And the time complexity of the algorithm is analyzed.
Principle of HBC algorithm
The HBC algorithm refers to the integration of the CSO algorithm hierarchy into the BRO algorithm, and the player population in the BRO algorithm is divided into two subgroups, namely elite players and ordinary players, as shown in equation (13). In the population, the level mechanism is established by defining some players with higher fitness values as elite players, and defining the remaining players as ordinary players. The level relationship is established by randomly assigning each elite player to the ordinary player as its update target. The level mechanism and level relationship are re-established every
Where
In the HBC algorithm, the elite player subgroup carries better position information in the population,
Where
The ordinary players occupy the largest proportion of the population,
Where
Implementation of HBC algorithm
According to the HBC algorithm principle introduced in the previous section, the specific implementation steps of the HBC algorithm are as follows:
Step 1: Set the population size n. The number of elite players
Step 2: According to the fitness value, the population is divided into elite player subgroups and ordinary player subgroups. And the follow-up relationship between different subgroups is estabilished.
Step 3: Update elite players by equations (8) and (14), and update ordinary players by equations (2), (3) and (15).
Step 4: Update the safe area of the algorithm by equations (4) to (6), and recalculate the fitness values of all individuals.
Step 5: Record the best fitness value and the best individual.
Step 6: Determine whether the fitness value or the maximum number of iterations meets the termination condition. If it is satisfied, the algorithm ends. Otherwise, return to step 2.
The pseudocode of the HBC algorithm is shown in Algorithm 3, and the flow chart is shown in Figure 1.

Flow chart of HBC algorithm.
Time complexity analysis
The time complexity mainly describes the computing resources of the algorithm in the optimization process, which directly affects the computing time of the algorithm. The dimension (D), the population size (N), and the maximum number of iterations (T) determine the time complexity of the algorithm. The time complexity of the traditional BRO algorithm mainly includes the population initialization O(2N). Calculate the Euclidean distance between each player O(N2 × T). Update of individual player position O(2N × T). The time complexity of the traditional BRO algorithm is: O(BRO) = O(2N) + O(N2 × T) + O(2N × T).
The time complexity of the HBC algorithm mainly includes population initialization O(2N). The establishment of a level mechanism O(N × T/G). Elite player position update O(2 × (0.2N) × T). Calculate the Euclidean distance of each ordinary player O((0.8N)2 × T), and update the position of the ordinary player O(2 × (0.8N) × T). The time complexity of the HBC algorithm is: O(HBC) = O(2N) + O (N × T/G) + O((0.8N)2 × T) + O(2 × (0.8N) × T). In summary, Comparing with the BRO algorithm, the proposed HBC algorithm has the advantage of the lower time complexity.
Simulation experiment and result analysis
In this section, the HBC algorithm and five classical algorithms are tested on 20 benchmark functions, and the convergence, stability, accuracy, non-parametric test, and running time of the experimental results are compared and analyzed. Then, the HBC algorithm is applied to solve a practical engineering problem, and the calculation results are compared with literature 35.
Benchmark functions
The 20 benchmark functions used to test algorithm performance in this paper are shown in Table 1,36,37 including unimodal functions (F1-F7), multimodal functions (F8-F14) and hybrid functions (F15-F20). And experimented in different dimensions (D=10 and D=30).
Benchmark functions.
Experimental environment and parameters
The experimental environment of this paper is introduced as follows: the processor is Intel® Core™ i5-3470M CPU @ 3.20 GHZ, the memory is 16 GB, and the operating system is Windows 10 64-bit. The simulation software is Matlab.
The HBC algorithm and the classic PSO, BRO, CSO, ALO, and WOA algorithms experimental evaluation and comparative analysis are carried out on 20 benchmark functions. The evaluation indicators of the algorithm are the average value and standard deviation (the results of 50 independent running experiments). At the same time, sort the average value of the algorithm on each benchmark function. The algorithm with the smallest average has a rank of 1. If the average value of the two algorithms is equal, the rank is the same, but it occupies two positions. Then, the average ranking and total ranking of the algorithm on the 20 benchmark functions are calculated.
In all algorithms, the maximum number of iterations and the population size are 300 and 100, respectively. Table 2 shows other parameters.
Parameters setting of all algorithms.
The convergence characteristics analysis of the HBC algorithm
This section analyzes the convergence characteristics of the HBC algorithm and other algorithms on the 20 benchmark functions, in the case of D = 30. The convergence curve is shown in Figure 2.

Convergence curves of six algorithms on 20 benchmark functions.
Figure 2 shows that the convergence speed and accuracy of the HBC algorithm are significantly higher than other algorithms on the unimodal functions F1–F7. On the multimodal functions F8–F14, the convergence speed and accuracy of the HBC algorithm are still higher than other algorithms. However, only the HBC algorithm achieves convergence on the multimodal functions F8, F9, F10, and F12. The HBC algorithm achieves complete convergence in the hybrid functions F16–F19. In the hybrid function F15, the convergence accuracy of the HBC algorithm is only lower than that of the CSO algorithm. It shows that the HBC algorithm has better optimization ability than other algorithms.
The stability and convergence accuracy analysis of HBC algorithm
In the cases of D = 10 and D = 30, the test results of the HBC algorithm and the classic PSO, BRO, CSO, ALO, and WOA algorithms on 20 benchmark functions are shown in Tables 3 and 4. Each test result is the average value of 50 independent runs of the experiment. From the results of Tables 3 and 4, the following conclusions can be drawn.
Results and comparison of all algorithms on 20 benchmark functions (D = 10).
Results and comparison of all algorithms on 20 benchmark functions (D = 30).
From the unimodal functions F1–F7, in all dimensions, the average and standard deviation of the convergence accuracy of the HBC algorithm are better than other algorithms. Convergence accuracy is improved by at least 10 orders of magnitude in F1–F4 and F6–F7 functions. It shows that the convergence accuracy and stability of the HBC algorithm has been significantly improved. From the multimodal functions F8–F14, in all dimensions, we can find that the HBC algorithm achieves complete convergence on functions F8–F10 and F13, and the standard deviation is 0. The HBC algorithm ranks second in the convergence accuracy of functions F11 and F14, under the D = 10 dimension, but the convergence accuracy ranks first under the condition of D = 30 dimension. From the hybrid functions F15–F20, the experimental results show that the optimization performance of the HBC algorithm is significantly better than other algorithms in different dimensions, and only the functions F15 and F19 don’t achieve the best optimization effect, but still ranks high. This shows that, compared with the BRO algorithm, the convergence accuracy and stability can been effectively improved in the HBC algorithm.
The average ranking of all algorithm performance is shown in Figure 3. It can be seen from Figure 3 that in different dimensions, the performance of the HBC algorithm ranks first, which more intuitively illustrates the superiority of the HBC algorithm.

The average ranking of the six algorithms in all dimensions.
Wilcoxon rank sum test
Scientific statistical analysis can reflect the internal connection between data objectively, which is of great significance for displaying experimental results. Therefore, the convergence results of 50 independent runs of all algorithms are divided into five groups of different samples, which are the calculation results of HBC versus CSO, HBC versus BRO, HBC versus PSO, HBC versus ALO, and HBC versus WOA. The parameter α is 0.05, Wilcoxon rank sum test is performed on each group of new samples, and the results are shown in Tables 5 and 6. h = 1+ means that the overall distribution of the two samples is significantly different, and the performance of the HBC algorithm is better than other algorithms. h = 1− means that the performance of the HBC algorithm is not as good as the other algorithm, but there is a significant difference in the overall distribution. h = 0 indicates that the two samples have no significant difference in the overall distribution. p = 0 indicates that the two samples have achieved complete convergence in 50 independent experiments.
The rank sum test results of the six algorithms in D = 10.
The rank sum test results of the six algorithms in D = 30.
From a statistical point of view, it clearly shows that the HBC algorithm has more excellent performance than other algorithms. It also further illustrates that our improved methods and theories are meaningful.
Running time
Table 7 shows the running time of six algorithms in 20 benchmark functions under D = 10 and D = 30, including CSO, BRO, HBC, ALO, PSO, WOA algorithms. The average running time of the HBC algorithm is 1.1695 and 1.497 s. And the BRO algorithm is 1.445 and 1.613 s. The results show that under the same conditions, the running time of the HBC algorithm is significantly lower than the BRO algorithm on all benchmark functions. The running time results are consistent with the time complexity analysis results in Section 3.3.
Running time of six algorithms on 20 benchmark functions.
Engineering application case
The purpose of this section is to verify the computational performance of the HBC algorithm on a practical engineering problem. Under the conditions of the same parameters as literature 35, the PUMA 560 robot inverse kinematics problem is solved. And the solution results of the HBC algorithm are compared with literature 35.
Table 8 shows the Denavit-Hartenberg (D-H) parameters of the PUMA 560 robot. Take the Euclidean distance between the desired position and the actual position as the objective function, as shown in equation (17).
D-H parameters of PUMA 560 robot.
The inverse kinematics solution of the PUMA 560 robot is calculated by the HBC algorithm, and the result shows the average result of 50 independent experiments, as shown in Table 9.
Compare the results of HBC and BRO algorithms for solving robot inverse kinematics.
Table 9 shows that the average convergence accuracy of the HBC and BRO algorithms gradually improving, with the increase of population number and the maximum iterations times. The best convergence accuracy of the HBC algorithm is 5.3433E−12, and the standard deviation is 2.4220E−12. And if the population of the algorithm is more than 50, the convergence accuracy and standard deviation of the HBC algorithm are significantly better than the BRO algorithm. It shows that the HBC algorithm shows higher convergence accuracy and stability than the BRO algorithm, and the solution result of the HBC algorithm is closer to the analytical solution.
Therefore, the robot that have no analytical solution for inverse kinematics (not satisfying Pieper criterion), it is feasible to use the HBC algorithm to solve inverse kinematics. This method has strong versatility and avoids the singularity problem. In Section 5, we take the 7R 6DOF robot as an example to research solving inverse kinematics based on the HBC algorithm.
The application of HBC algorithm in the kinematic inverse of 7R 6DOF robot
The 7R 6DOF robot has the characteristics of the hollow wrist, flexible movement, and wide range of motion,38,39 and has been widely used in the field of spraying. 40 However, the robot has no analytical solution for inverse kinematics, which limits its development in the field of intelligent spraying. Therefore, this paper first converts the inverse kinematics problem into an optimization problem, 41 Then, HBC algorithm is used to solve inverse kinematics problems from forward kinematics equations. Finally, the accuracy and stability of the algorithm are verified by multiple sets of experiments.
Kinematics and objective function
In the Cartesian space, the end pose of the robot is described in terms of the joint space, that is the forward kinematics of the tandem robot. Therefore, given a set of joint angles
Where
In this paper, the pose of the end-effector of the 7R 6DOF robot is described by the D-H parameters method. Equation (19) represents the transformation matrix of the coordinate system between two adjacent joints.
Where
The 7R 6DOF robot is a tandem robot composed of seven revolute joints, what has the characteristics of the non-Spherical wrist. The five-axis and six-axis in the wrist are driven by the same motor, which has the characteristics of the even movement of

The solid shape of 7R 6DOF robot.
According to the D-H parameters modeling method, the forward kinematics equation of the 7R 6DOF robot is shown in equation (20).
The end pose of the 7R 6DOF robot is calculated based on equations (19) and (20), 42 as shown in equation (21).
Where
Inverse kinematics of the robot is a coordinate conversion calculation of the end-effector, which is from the three-dimensional task space to the joint angle space. Under the condition that the posture matrix of the end-effector of the robot is known, the analytical solution of the joint angle of the robot can be solved. If the mechanical configuration of a robot does not satisfy the Pieper criterion, its inverse kinematics has no analytical solution.
The 7R 6DOF robot with a non-spherical wrist does not satisfy the Pieper criterion, which leads to the inverse kinematics solution cannot be solved analytically. Therefore, this paper proposes a method to solve the inverse kinematics problem based on the HBC algorithm. The HBC algorithm directly starts from the positive kinematics equation, and transforms the inverse kinematics problem into an optimization problem for finding the minimum. This method has no requirements on the mechanical configuration of the robot, and the problem of singularity will not occur. In the HBC algorithm, each individual represents a set of joint angles, and the current end-effector posture matrix can be calculated by the forward kinematics equation, as shown in equation (22).
Where
A reasonable objective function is designed to calculate the fitness value of each individual, which makes it possible to achieve the most effective optimization calculation in the iterative process. Therefore, we define the objective function as the error between the desired position and the current position. As shown in equation (23).
Where
This paper takes the ABB IRB5400 robot as an example. The D-H parameters of the ABB IRB5400 robot are shown in Table 10. 43
D-H parameters of ABB IRB5400 robot.
Experiment and result analysis
In order to demonstrate the solving ability of the HBC algorithm. Under the same conditions, the HBC algorithm and the BRO algorithm are used to solve the experiments. The relevant parameters are the same as Section 4.2.
In the solution space of the robot, 10 average points on a straight line are selected as test points
Desired position coordinates and calculation results.
Table 11 records the calculation results of the HBC and BRO algorithms in a single experiment, and
The experimental results of the HBC and BRO algorithms on 10 test points.
Table 13 records the results of some other well know studies, which are related to the research content of this article. It mainly includes the solving method of inverse kinematics, robot type, and position error. From the analysis of the results in Table 13, it can be seen that the application of intelligent methods in solving inverse kinematics problems has achieved great success, and the HBC algorithm proposed in this paper is more competitive in the accuracy of the solution. It shows that the HBC algorithm is completely feasible in solving the inverse kinematics problem of the robot.
Comparison with some studies in the literature.
Conclusion
In this paper, the HBC algorithm is proposed, which is a hybrid improved BRO algorithm. The level mechanism of the CSO algorithm is integrated into the BRO algorithm, which divides its population into elite player subgroups and ordinary player subgroups. The follow-up relationship between the subgroups is established. The update method for elite players is designed to combine randomly explore and directionally update. The update method of ordinary players has been improved, in which the loser takes the elite player as the update target, and the winner takes the optimal position as the update target. The performance of the HBC algorithm is verified by benchmark functions and a practical engineering problem. The HBC algorithm is used to solve the inverse kinematics of the 7R 6DOF robot. Get the following conclusions:
The HBC algorithm achieves complete convergence on most multimodal functions and hybrid functions, and the convergence accuracy on unimodal functions is improved by 10 orders of magnitude, compared with PSO, BRO, CSO, ALO, and WOA algorithms. Meanwhile, the running time of the HBC algorithm is less than the BRO algorithm. This proves that the HBC algorithm has better global exploration ability, convergence speed, and convergence accuracy.
The inverse kinematics of the PUMA 560 robot is solved by the HBC algorithm, and its solution accuracy and standard deviation are better than the BRO algorithm. It is further verified that the HBC algorithm also has better performance in solving engineering problems.
The inverse kinematics of the 7R 6DOF robot is solved through the HBC algorithm. The accuracy, stability, and running time are better than the BRO algorithm, and the accuracy is higher than 9.02E−08. Therefore, the HBC algorithm to solve the inverse kinematics solution of the 7R 6DOF robot is feasible and has good development prospects.
In future work, we will conduct in-depth research on the BRO algorithm and improve its computational performance. Meanwhile, we will explore the application of algorithms in different fields, such as solving inverse kinematics posture problems, trajectory optimization, and workshop schedule.
Footnotes
Handling Editor: Chenhui Liang
Declaration of conflicting interests
The author(s) declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
Funding
The author(s) disclosed receipt of the following financial support for the research, authorship, and/or publication of this article: This work is supported by the Defense Industrial Technology Development Program under Grant No. JCKY2019411B001.
