Abstract

For obtaining optimal cross-sectional dimensions of rods for a 3-RRR planar parallel manipulator (PPM) to minimize energy consumption, the inverse dynamics of the manipulator is modeled based on the Newton–Euler method, after which the coefficient matrix of the inverse dynamics equation is decomposed based on matrix theory. Hence, the objective function, that is, the logical relationship between the energy consumption of the manipulator and the cross-sectional dimension of each rod, is established. However, in solving the multidimensional constrained single-object optimization problem, there are difficulties such as the penalty function’s sensitivity to the penalty factors if the problem is transformed into the one of unconstrained multiobjective optimization. Therefore, to properly handle the constraints, an improved butterfly optimization algorithm (IBOA) is presented to ensure that the new iterated point always falls into the feasible region according to the butterfly optimization algorithm (BOA). Finally, the comparisons among the IBOA, particle swarm optimization (PSO), and BOA and further experiments of the physical prototype are implemented to validate the effectiveness of the proposed theoretical model and numerical algorithm. Results indicate that the proposed IBOA is more suitable for solving the constrained single-object optimization problem with better convergence speed and accuracy.

1. Introduction

A 3-RRR planar parallel manipulator (PPM) is a type of manipulator with only three degrees of freedom, in which the symbol 3-RRR expresses three branched chains and includes three revolute (R) pairs in each branched chain, which has the advantages of a simple structure, small additional inertia of the driving motor, large stiffness, large workspace, and small cumulative error. It has been widely used in the fields of plane complex curve creation [1], micro-nano-precision positioning, measurement, and manufacturing [2, 3], pick and place operation robots [4, 5], modular, detachable, and reconfigurable robots [6], tactile perception [7, 8], and additive manufacturing equipment [9, 10].

When the length of each rod is known, the shape, size range, and singular point distribution of the workspace of the 3-RRR PPM are determined by inverse kinematics and workspace analysis [11]. However, the selection of the cross-sectional dimension of each rod will inevitably affect its mass distribution and the dynamic indexes, such as rotational inertia and inertial force (moment) of each rod, which will eventually affect the energy consumption of the manipulator.

The dynamics is the necessary foundation for energy consumption research. There are some classical methods for the dynamic modeling of parallel mechanisms based on multirigid-body dynamics theory, such as the principle of virtual work [1214], Kane’s equations [15], Lagrange method [5, 1618], and Newton–Euler method [1924].

Although the dynamic modeling of the 3-RRR PPM can choose the methods of Kane or Lagrange, the Newton–Euler method can not only establish its inverse dynamic model but also obtain the relationship between the driving torque and the movement time, as well as the internal force of the hinge and the movement time [24].

In general, after the usage of the manipulator is determined, its motion path in the workspace is determined. In this situation, the optimal masses of each rod can be determined by establishing an optimization model to optimize the energy consumption [21]. For the 3-RRR PPM, the masses of the connecting rods and moving platform were selected as variables (seven variables in total), and the energy consumption of the driving motor was considered as the objective function. Finally, the optimization model is solved using the particle swarm method. However, for the 3-RRR PPM with asymmetric dimensional parameters, even for similar energy consumption optimization problems, it will face three challenges owing to the increase in rectangular cross-sectional parameters: (1) calculation of the objective function, that is, the relationship between the energy consumption of the driving motor and the motion path of the moving platform or the movement time; (2) selection of numerical method, that is, how to seek numerical methods to meet the requirements of the speed and accuracy of convergence and global optimization; (3) handling of constraints.

As aforementioned, once the inverse dynamics model of the 3-RRR PPM is established based on the Newton–Euler method, its inverse dynamics solution can be expressed as a matrix equation. It can be seen from the matrix equation that the inverse dynamic solution, such as the driving torque of the active motor, is closely related to the cross-sectional dimension of each rod. However, the coefficient matrix is only related to the length of each rod, position and orientation of the moving platform, and dynamic displacement of each rod but is not related to the cross-sectional dimension of each rod. This property means that, through the QR decomposition of the coefficient matrix [25], a logical relationship can be established between the energy consumption of the manipulator and the cross-sectional dimension of each rod.

In recent years, the metaheuristic algorithms have been widely used in solving different optimization problems. In one study [26], summarizing the development history of the metaheuristic or nature inspired algorithms for the last thirty years, Mohamed et al. divided the metaheuristic algorithms into four categories such as evolutionary techniques enlightened by biology, swarm intelligence techniques enlightened by the behavior of social insects or animals, physics-based techniques enlightened by the rules governing a natural phenomenon, and human-related techniques enlightened by body activities or mind activities of the human being. Furthermore, a novel creative algorithm called gaining sharing knowledge-based algorithm (GSK) was proposed to solve optimization problems [26]. In fact, hybridizing different algorithms to benefit from each other is an important method. In that respect, Deng et al. [2729] have made a fruitful contribution: on the basis of the MSIQDE that is an improved quantum-inspired differential evolution (QDE) with a multistrategy algorithm, an enhanced MSIQDE algorithm based on mixing multiple strategies, namely, EMMSIQDE, was presented to address the probable premature convergence, reduced searchability, and trapping in local optima in the QDE [27]; an improved quantum evolutionary algorithm (QEA) based on the niche coevolution strategy and enhanced PSO, namely, IPOQEA, was proposed to solve the three-objective gate allocation model [28]; similarly, QEA and cooperative coevolution evolutionary algorithm (CCEA) were combined to improve the weakness of differential evolution algorithm (DEA) during the solution of the large-scale complex optimization problem. An effective HMCFQDE algorithm based on the CC framework, QEA, and hybrid mutation strategy was presented and established [29]. Besides, the butterfly optimization algorithm (BOA) proposed by Arora and Singh [30, 31] is also worth substantial attention. After 30 different benchmark functions and 7 widely used metaheuristic algorithms, which included artificial bee colony (ABC), cuckoo search (CS), differential evolution (DE), firefly algorithm (FA), genetic algorithm (GA), monarch butterfly optimization (MBO), and PSO, being chosen and compared from the view of the statistical assessment for benchmarking the performance of BOA, 6 familiar engineering problems were solved by BOA. Therefore, the conclusion that BOA can become an effective tool to solve real-world optimization problems was reached [31]. Nevertheless, the advantages of BOA in solving engineering optimization problems are what we are most interested in.

In addition, for the problem of constrained single-object optimization, the handling of constraints is used by changing the constrained single-object optimization to unconstrained multiobjective optimization through the introduction of the constraints in the objective function [3234]. However, there are also difficulties in implementation; for example, the main drawback of the introduction of the penalty function in the objective function is that the penalty function is exceedingly sensitive to the penalty factors [33]. Therefore, to address the problem of the optimal cross-sectional dimension of rods for the 3-RRR PPM to minimize energy consumption, an improved butterfly optimization algorithm (IBOA) is presented to properly handle the constraints of the single-object optimization problem by ensuring that the iteration point always falls into the feasible region.

The rest of the paper is organized as follows. In Section 2, the inverse dynamic equations based on the Newton–Euler method are derived, and the detailed process of QR decomposition of the coefficient matrix of the equations is provided. In Section 3, considering the length and width of the rectangular cross-sectional dimension of each rod for the 3-RRR PPM as the variable, the energy consumption of the driving motor as the objective function, and the upper and lower limits of the cross-sectional dimension of each rod as the constraint, the model of the optimal cross-sectional dimension of rods to minimize energy consumption is established. Meanwhile, after the objective function, that is, the logical relationship between the energy consumption of the manipulator and the cross-sectional dimension of each rod is revealed, the algorithm and flowchart for solving the problem of optimal cross-sectional dimension of the rod based on IBOA are presented. In Section 4, the optimization results of an example are presented and verified experimentally. Finally, the paper is concluded in Section 5.

2. Dynamics for the 3-RRR PPM

2.1. Modeling of Dynamics

As is shown in Figure 1(a), there are three branched chains AiBiCi (i = 1, 2, 3 in this paper) connected between the moving platform and the frame, each of which has two rods, AiBi and BiCi, and three revolute pairs, Ai, Bi, and Ci. One end of the three branched chains is connected to the frame at point Ai, and the other end is connected to the moving platform triangle C1C2C3 at point Ci.

For the convenience of kinematics and dynamics analysis, as shown in Figures 1(a) and 1(b), the global coordinate system oxy is established on the frame triangle A1A2A3, and the center o of the circumscribed circle of triangle A1A2A3 is considered as the coordinate origin, such that the x-axis is parallel to A2A3 and the y-axis passes through point o. The positive direction is determined using the right-hand rule. The local coordinate system G7xy′ is established on triangle C1C2C3, and the center G7 of the circumscribed circle of triangle C1C2C3 is considered as the coordinate origin, such that the x′ axis is parallel to C2C3 and the y′ axis passes through point G7. The positive direction is determined by the right-hand rule.

For easy reference, the meaning and symbol of dimension parameters, kinematics, and dynamics parameters for the 3-RRR PPM are listed in Table 1 in Appendix A.

When the inverse displacements θi of the 3-RRR PPM are solved, the known conditions are as follows: the global coordinate (x, y) of the central point G7 of the moving platform and orientation angle θ of the moving platform; dimension parameters, including the lengths li of the active rods AiBi, lengths li+3 of the passive rod BiCi, lengths a, b, and c of sides of frame triangle A1A2A3, and lengths d, e, and f of the sides of the moving platform triangle C1C2C3, as shown in Figure 1(a). Based on the theory of mechanism, the angular displacements of the active parts can be calculated [11]:

Meanwhile, the condition that the solution of equation (1) is a real number is

Here,

The parameters that are not listed above are presented in Appendix B, equations (B.1)–(B.6).

For the inverse dynamics modeling based on the Newton–Euler method for the 3-RRR PPM, in addition to the conditions given in the previous inverse displacement solution, the remaining known conditions are as follows: the masses mGi of the active rod AiBi, masses mG (i+3) of the passive rod BiCi, mass mG7 of the moving platform, external forces Fex and Fey of the moving platform, and external moment Me of the moving platform. The solving goal is as follows: the internal forces FBix and FBiy at point Bi, internal forces FCix and FCiy at point Ci, and the driving moment of the active rod AiBi. As shown in Figure 1(b), the active rod AiBi, passive rod BiCi, and moving platform triangle C1C2C3 are considered isolators. The inverse dynamics modeling for the 3-RRR PPM can be expressed as the following matrix [24]:where

Here, A ∈ ℝ21×15 is a sparse matrix, and the nonzero elements are [24] a11 = a12 = a13 = a24 = a25 = a26 = a47 = a58 = a69 = a7,10 = a8,11 = a9,12 = a13,7 = a14,8 = a15,9 = a16,10 = a17,11 = a18,12 = 1; a41 = a52 = a63 = a74 = a85 = a96 = a19,13 = a20,14 = a20,15 = −1; a31 = −|y − yC1|, a32 = |y − yC2|, a33 = |y − yC3|, a34 = |x − xC1|, a35 = −|x − xC2|, a36 = |x − xC3|; a10,1 = −|yG4 − yC1|, a10,4 = −|xG4 − xC1|, a10,7 = −|yG4 − yB1|, a10,10 = −|xG4 − xB1|; a11,2 = −|yG5 − yC2|, a11,5 = −|xG5 − xC2|, a11,8 = −|yG5 − yB2|, a11,11 = −|xG5 − xB2|; a12,3 = −|yG6 − yC3|, a12,6 = −|xG6 − xC3|, a12,9 = −|yG6 − yB3|, a12,12 = −|xG6 − xB3|; a19,7 = l1sinθ1/2, a19,10 = −l1cosθ1/2; a20,8 = l2sinθ2/2, a20,11 = −l2cosθ2/2; a21,9 = l3sinθ3/2, a21,12 = −l3cosθ3/2.

The remaining elements that are not listed above in matrix A were 0.

Further, B ∈ ℝ21×1 is a column vector whose elements include [24] B1 = FG7x − Fex; B2 = FG7y − Fey; B3 = MG7 − Me; B4 = FG4x; B5 = FG5x; B6 = FG6x; B7 = FG4y; B8 = FG5y; B9 = FG6y; B10 = MG4; B11 = MG5; B12 = MG6; B13 = −FG1x; B14 = −FG2x; B15 = −FG3x; B16 = FG1y; B17 = FG2y; B18 = FG3y; B19 = −MG1; B20 = −MG2; B21 = −MG3.

The parameters that are not listed above are presented in Appendix B, equations (B.7)–(B.25).

2.2. Numerical Solving for Dynamical Model of the 3-RRR PPM Based on QR Decomposition

Equation (4) can be solved using the QR decomposition method [25], and for the sparse matrix A ∈ ℝ21×15, we can seek an invertible matrix R∈ ℝ15×15, and matrix A can be decomposed as follows:where Q∈ ℝ21×15.

For ease of expression, let al (l = 1, 2, 3, …, 15) be the vector of the column elements in matrix A:

Let

The vector al (l = 1, 2, 3, …, 15) is orthogonalized based on the Gram–Schmidt orthogonalization method; that is, based on the 15 column vectors, the unit vectors that are orthogonal to each other are generated according to the following rules.

First, vector a1 is orthogonalized and denoted as q1:

Second, the vector components parallel to a1 are removed from a2, and q2 is orthogonalized.

Third, the vector components parallel to a1 and a2 are removed from a3, and q3 is orthogonalized.

Similarly, for qm (2 ≤ m ≤ 15), there are

It can be proved that ql (1 ≤ l ≤ 15) is a group of standard orthogonal bases in the above transformation; that is,

Therefore,where I15 ∈ ℝ15×15 is the unit matrix. This is obtained from equation (6):

Equation (4) can be reduced to a simple solution form:

Therefore,

Because matrices A and B are known, matrix Q can be calculated using equations (9)(12), and then x can be calculated using equations (15) and (17).

3. Model and Solving of Optimal Cross-Sectional Dimension of Rods

3.1. Model of Optimal Cross-Sectional Dimension of Rods for the 3-RRR PPM to Minimize Energy Consumption

For the 3-RRR PPM, the lengths and widths of the rectangular cross section of the active rod AiBi are ui and ; lengths and widths of the rectangular cross section of the passive rod BiCi are ui+3 and ; lengths and widths of the rectangular cross section of the three rods of the moving platform are u7 and , respectively. The mass of the active rod AiBi is as follows:where ρ is the density of the material and the mass of the passive rod BiCi is as follows:

The mass of the moving platform is as follows:

According to equations (B.23)(B.25), the rotary inertia JGi around the centroidal axis of the active rod AiBi, rotary inertia JG (i+3) around the centroidal axis of the passive rod BiCi, and rotary inertia JG7 around the centroidal axis of the moving platform are related to the length and width of the rectangular cross section of the rods. Furthermore, according to equations (B.17)(B.22), FGix, FGiy, FG (i+3)x, FG (i+3)y, FG7x, FG7y, MGi, MG (i+3), and MG7 are related to the length and width of the rectangular cross section of the rods. Therefore, matrix B is related to u1u7 and , but matrix A is not.

When center of the mass of the moving platform moves with time t ∈ [t0, tn] during the running of the 3-RRR PPM, the centroid trajectory is expressed as follows:

The energy consumption corresponding to the interval [t0, tn] of the movement time satisfies [21, 24]where ωi is the angular velocity of the active rod AiBi and τi is the driving moment of the active rod AiBi. According to equation (17), τi can be obtained from the thirteenth, fourteenth, and fifteenth row of the vector x; therefore, E (t) in equation (22) is a function of u1u7 and .

Let

Therefore, the model of the optimal cross-sectional dimension of the rods for the 3-RRR PPM to minimize energy consumption is

The calculation process of the objective function (24) to determine the optimal cross-sectional dimensions of the rods for the 3-RRR PPM is shown in Figure 2.

The constraint condition iswhere wlb and wub are the lower limit and the upper limit of w, respectively.

3.2. Solving the Model of the Optimal Cross-Sectional Dimension of the Rods for the 3-RRR PPM Based on IBOA

The BOA, which was inspired by the foraging behavior of butterflies, is a metaheuristic algorithm presented by Arora and Singh in 2018; in particular, the BOA is more efficient than other metaheuristic algorithms for solving engineering problems [30, 31]. It is assumed that every butterfly can emit fragrance and attract each other through fragrance; the BOA’s key is the concept of fragrance and perception, which is expressed through the power exponent of stimulus intensity as follows [30, 31]:where fk (k = 1, 2, …, n) is the fragrance of kth butterfly and Ik, which is defined by the objective function (24) with representing the stimulus intensity; in addition, the power exponent a′ and the sensory modality c′ are real numbers in the range [0, 1].

There are two types of iterative patterns in seeking the optimal objective function (24) in the BOA; that is, the global or local search ensures that any butterfly can move randomly or toward the best butterfly that emits more fragrance. The iterative formula for the global search is [30, 31]where is the current best solution among (k = 1, 2, …, n) in the current iteration, t is the number of iterations, and r is a random number in [0, 1]. The iterative formula for the local search is [30, 31]where j ∈ {1, 2, …, n}.

The problem of the optimal cross-sectional dimension of rods for the 3-RRR PPM in this study is a constrained single-object optimization because there are difficulties in the process of changing to unconstrained multiobjective optimization; for example, the penalty function is exceedingly sensitive to penalty factors [32, 33]. Therefore, to properly handle the constraints of the single-object optimization problem, the IBOA is presented. To ensure that the new point iterated always falls into the feasible region, two measures are used in the IBOA, as follows:(1)When the initial population of n butterflies is generated, wk (k = 1, 2, …, n) is randomly determined in the feasible region of equation (25):where k = 1, 2, 3, …, n and l = 1, 2, 3, …, 14. and are lth components of and , is lth component of , and λkl∈[0, 100] is the ratio (a random number) when wk is calculated according to the formula of definite proportional division point. Meanwhile, the population size n was 50 in literature [31], and the condition that n is greater than 100 is also requested in this paper to ensure population diversity.(2)After the global or local iteration has been executed, it is estimated whether the new point iterated falls into the feasible region of equation (25) or not through if-else control flow. The subsequent operation is executed if the new point iterated falls into the feasible region of equation (25), whereas the new iterated point is replaced by the current best solution if the new point iterated does not fall into the feasible region of equation (25).

The terminal condition of iteration is as follows:where tmax is the maximum number of iterations and E ()t is the value of the objective function corresponding to the best solution in the tth iteration.

The program flowchart of using IBOA to solve the problem of optimal cross-sectional dimensions of rods for the 3-RRR PPM is shown in Figure 3 (in which red lines are added in the improved parts of BOA).

4. Example, Solving, Experimental Verification, and Discussion

4.1. Example and Solving

As shown in Figure 1(a), the dimension parameters for the 3-RRR PPM were Σ = a + b + c = 0.2533 m, a/Σ = 0.2096, b/Σ = 0.3628, c/Σ = 0.4276, l1/Σ = 0.0750, l2/Σ = 0.0553, l3/Σ = 0.0632, l4/Σ = 0.1382, l5/Σ = 0.1342, l6/Σ = 0.2132, d/Σ = 0.1733, e/Σ = 0.1899, and f/Σ = 0.1141. The material density of the rods was ρ = 2700 kg/m3.

A spring was used to connect the central point G7 of the moving platform and another point with coordinates (0.09, 0.09) (unit: m) on the frame, and the elastic coefficient and free length of the spring were K = 20 and l0 = 0.015 m. The external moment Me of the moving platform was zero, and the external force Fe via the center of mass of the moving platform waswhere the units of x and y are meters.

The working mode was “--+” for the 3-RRR PPM, orientation angle θ of the moving platform was 0 rad, which is not singular [11], and global coordinates of the central point G7 of the moving platform were as follows [11, 21]:

Here, T = 15 s. The workspace of the 3-RRR PPM and the spiral trajectory of central point G7 of the moving platform under “--+” working mode and θ = 0 rad are shown in Figure 4.

Let p = 0.5, c′ = 0.2, tmax = 350, wlb = 10−3 [15, 5, 15, 5, 15, 5, 15, 5, 15, 5, 15, 5, 15, 5]T (unit: m), and wub = 10−3 [30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10, 30, 10]T (unit: m). In the initial population of n butterflies, n = 110, a′, and r ∈ [0, 1] were updated by a random number according to Figure 3 during the running of the program. The program based on Figure 3 was run, and the minimum of the objective function E () was 0.0764 J when the number of iterations was 107, and the best solution corresponding to the minimum of the objective function  = [0.015, 0.005, 0.015, 0.005, 0.015, 0.005, 0.03, 0.01, 0.03, 0.01, 0.03, 0.01, 0.015, 0.005]T (unit: m).

As is shown in Figure 3, the algorithmic complexity of the proposed IBOA in comparison with the BOA is approximately equal to that of the BOA for the following reasons. Double loops in which the number of outer loops is n and the number of inner loops is 14 can be used during generating the initial population of n butterflies according to equation (29), and this operation has little influence on time and space complexity. In addition, after the global or local iteration has been executed in the BOA, an if-else control flow was added to estimate whether the new point iterated falls into the feasible region of equation (25) or not, and this operation does not add space complexity and has little influence on time complexity. In view of the fact that the BOA has been benchmarked [31], combining the algorithmic complexity analysis of the IBOA, the IBOA will be verified through comparing the IBOA with PSO [21] and BOA [30, 31] and through further experimental verification of physical prototype.

The reason why the PSO and BOA were chosen as benchmarking algorithms is that PSO was used to optimize the link and platform masses for minimizing the electrical energy consumption [21] and BOA was also applied to solve 6 familiar engineering problems [31]. The comparisons among the IBOA, PSO, and BOA were implemented in order to obtain fair results under the following conditions: the population sizes of the IBOA, PSO, and BOA were set as 110, and all initial population was randomly generated according to equation (29); the parameters of the PSO such as the constriction factor, inertia weight, and positive acceleration constants were set according to literature [21], and the parameters of BOA and IBOA were the same as those previously mentioned.

The convergence curves of the three algorithms are shown in Figure 5. The total number of iterations of the IBOA, PSO, and BOA is 107, 90, and 128, respectively; the value of the objective function at the end of the iteration is 0.0764 J, 0.1070 J, and 0.0766 J. And the IBOA is 40 percent more accurate than the PSO and 0.29 percent more accurate than the BOA. Although the IBOA is a little more accurate than the BOA, the former is smaller in the total number of iterations. Therefore, the IBOA is more suitable than the PSO and BOA for solving the engineering optimization problems in this paper.

4.2. Experimental Verification and Discussion

The experimental verification system is shown in Figure 6, where the mechanical, control, and test systems of the 3-RRR PPM include a 3-RRR PPM, a personal computer (PC), three servomotors, three matched servomotor drivers of the type TSC06401C2NL/TSTA20 C, and three torque/speed sensors of the type PPCI-L112/JN338-2VE. According to the RS-485 serial bus standard, the 3-RRR PPM is operated by Visual C++ programming [11, 24].

According to the optimal section dimensions of the rods,  = [0.015, 0.005, 0.015, 0.005, 0.015, 0.005, 0.03, 0.01, 0.03, 0.01, 0.03, 0.01, 0.015, 0.005]T (unit: m). First, the 3-RRR PPM was assembled, and the test was then conducted. After the torque/speed sensor data are obtained, the comparative results of the simulation and experiment for the angular velocities of the active rod AiBi are shown in Figure 7(a), and the comparative results of the simulation and experiment for the driving moment of the active rod AiBi are shown in Figure 7(b). The comparative results of the simulation and experiment for the energy consumption of the 3-RRR PPM are shown in Figure 8.

Employing numerical integration, the total simulation energy consumption was 0.0764 J, and the total experimental energy consumption was 0.0794 J. The latter is slightly larger than the former, and the error is 0.0030 J mainly because the friction dissipation energy of the hinges is not included in the energy consumption model of equation (24). Therefore, the error between the total experimental energy consumption and the total simulation energy consumption based on the optimal solution by the IBOA is within the expected range. The results show that the dynamics model based on the Newton–Euler method, numerical solving for the dynamical model of the 3-RRR PPM based on QR decomposition, and numerical solving for optimal cross-sectional dimension of rods to minimize energy consumption based on the IBOA are reasonable and in accordance with the engineering practice. Furthermore, the comparison among the IBOA, PSO, and BOA and experiment results of the physical prototype for the 3-RRR PPM indicate that the IBOA is suitable for solving the constrained single-object optimization problem and has great potential in solving the optimization problems in engineering practice.

5. Conclusions

The comparisons between the simulation energy consumption based on the optimal solution by the IBOA and the experimental energy consumption from physical prototype of the 3-RRR PPM show that the dynamics model based on the Newton–Euler method, numerical solving for the dynamical model of the 3-RRR PPM based on QR decomposition, and numerical solving for optimal cross-sectional dimension of rods to minimize energy consumption based on the IBOA are reasonable and in accordance with the engineering practice.

The proposed IBOA abandons the constraints processing scheme of transforming constrained single-objective optimization problems into unconstrained multiobjective optimization problems. In the IBOA, the initial population is randomly generated. More importantly, after the global or local search in the BOA, the newly generated iteration point is immediately judged: whether it falls into the feasible region or not. Then, the newly generated iteration points out of the feasible region are replaced by the current optimal points. The results of comparison among the IBOA, PSO, and BOA and experiment results of the physical prototype for the 3-RRR PPM show that the IBOA is suitable for solving the constrained single-object optimization problems and has great potential in the convergence speed and accuracy to solve the optimization problems in engineering practice.

Appendix

A. Meaning and Symbols of Parameters

Parameters of dimension, kinematics, and dynamics for the 3-RRR PPM are shown in Table 1.

B. Formulae of Geometry, Kinematics, and Dynamics for 3-RRR PPM

Computational formulae related to the parameters of dimension, kinematics, and dynamics (where, i = 1, 2, 3) [11, 24] are as follows:(1)The parameters of dimension and the coordinate of the pointswhere h2 is the height on the side A2A3 of triangle A1A2A3.where h2′ is the height on the side C2C3 of triangle C1C2C3.(2)The parameters of kinematics(3)The parameters of dynamicswhere

Data Availability

The data used to support the findings of this study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare that they have no conflicts of interest.

Acknowledgments

This work was supported by the National Natural Science Foundation of China (no. 51305001) and the Major Natural Science Foundation of the Anhui Provincial Universities (nos. KJ2016A596, GXXT-2019-021, and 2021cyxtb5).