Skip to main content
Journal of Advanced Research logoLink to Journal of Advanced Research
. 2015 Apr 3;7(1):125–134. doi: 10.1016/j.jare.2015.03.004

A new multiobjective performance criterion used in PID tuning optimization algorithms

Mouayad A Sahib 1,, Bestoun S Ahmed 1
PMCID: PMC4703544  PMID: 26843978

Abstract

In PID controller design, an optimization algorithm is commonly employed to search for the optimal controller parameters. The optimization algorithm is based on a specific performance criterion which is defined by an objective or cost function. To this end, different objective functions have been proposed in the literature to optimize the response of the controlled system. These functions include numerous weighted time and frequency domain variables. However, for an optimum desired response it is difficult to select the appropriate objective function or identify the best weight values required to optimize the PID controller design. This paper presents a new time domain performance criterion based on the multiobjective Pareto front solutions. The proposed objective function is tested in the PID controller design for an automatic voltage regulator system (AVR) application using particle swarm optimization algorithm. Simulation results show that the proposed performance criterion can highly improve the PID tuning optimization in comparison with traditional objective functions.

Keywords: Multiobjective optimization, Pareto set, PID controller, Particle Swarm Optimization (PSO), AVR system

Introduction

Proportional plus integral plus derivative (PID) controllers have been widely used as a method of control in many industrial applications. The robustness in performance and simplicity of structure are behind their domination among other controllers [1]. The design of the PID controller involves the determination of three parameters which are as follows: the proportional, integral, and derivative gains. Over the years, various tuning methods have been proposed to determine the PID gains. The first classical tuning rule method was proposed by Ziegler and Nichols [2] and Cohen and Coon [3]. In these methods, optimal PID parameters are often hard to determine [4]. For this reason, many artificial intelligence (AI) techniques have been employed to determine the optimal parameters and hence improve the controller performances. Such AI techniques include, Differential Evolution (DE) algorithm [5], [6], multiobjective optimization [7], [8], evolutionary algorithm [9], Simulated Annealing (SA) [10], fuzzy systems [11], Artificial Bee Colony (ABC) [12], [13], Genetic Algorithm (GA) [14], Particle Swarm Optimization (PSO) [15], Many Optimizing Liaisons (MOL) [16], and Tabu Search (TS) algorithm [17]. In all of the above optimization techniques, an objective or cost function is defined to evaluate the performance of the PID controller.

In the literature, many objective functions have been proposed as a performance criterion [15], [18], [19], [20]. The objective functions can be classified as a time or frequency domain based performance criterion. The most commonly used functions are the time domain integral error performance criteria which are based on calculating the error signal between the system output and the input reference signal [4]. The integral performance function types are integral of absolute error (IAE), integral of time multiplied by absolute error (ITAE), integral of squared error (ISE), integral of time multiplied by squared error (ITSE), and integral of squared time multiplied by squared error (ISTE) [21]. A more general form of the integral performance function with a fractional order of the time weight and absolute error has been proposed by Tavazoei [22]. A disadvantage of the IAE and ISE criteria is that they may result in a response with a relatively small overshoot but a long settling time because they weigh all errors uniformly over time [21]. The ITAE and ITSE performance criteria can overcome this drawback, but it cannot ensure to have a desirable stability margin [21]. A new performance criterion in the time domain has been proposed by Zwe-Lee in which the unit step timing parameters are used with a single weighting factor [15]. Zamani et al., proposed a general performance criterion to facilitate the control strategy over both the time and frequency domain specifications [18]. The objective function comprises eight terms including two frequency parameters. The significance of each term is determined by a weight factor. Evidences have showed that the proposed performance criterion can search efficiently for the optimal controller parameters. However, the choice of the weighting factors in the objective function is not an easy task [23].

This paper proposes a new time domain performance criterion based on the multiobjective Pareto solutions. The proposed objective function has the advantage of being simple such that it employs fewer terms. Moreover, it has the ability to guide the optimization search to a predefined design specifications indicated by an importance value. The proposed objective function is tested in the PID controller design for an automatic voltage regulator system (AVR) application using PSO algorithm.

Methodology

Performance evaluation criteria

The performance of the control system is usually evaluated based on its transient response behavior. This response is the reaction when subjecting a control system to inputs or disturbances [24]. The characteristics of the desired performance are usually specified in terms of time domain quantities. Commonly, unit step responses are used in the evaluation of the control system performance due to their ease of generation. In practical control systems, the transient response often exhibits damped oscillations before reaching steady state. There are many time domain parameters which are used to evaluate the unit step response. Such parameters are, the maximum overshoot Mp, the rise time tr, the settling time ts and the steady state error Ess [24]. In the design of an efficient controller, the objective is to improve the unit step response by minimizing these time domain parameters. This objective can defiantly be achieved by minimizing the error between the unit step input signal and the unit step response. An example of a second order system unit step response is shown in Fig. 1.

Fig. 1.

Fig. 1

Time domain parameters of the unit step response.

As shown in Fig. 1, the transient response of the system can be described by two important factors; the swiftness of response and the closeness of the output to the reference (desired) input. The swiftness of response is characterized by the rise and peak times. However, the closeness of the output to the desired response is characterized by the maximum overshoot and settling time [25]. In general, the error signal is expressed as,

e(t)=u(t)-y(t) (1)

In the literature, the error signal defined by Eq. (1) is widely used in the four performance criteria mentioned above. Those criteria are IAE, ITAE, ISE, and ITSE, and their formulas are as follows [21]:

IAE=0tss|e(t)|dt (2)
ISE=0tsse2(t)dt (3)
ITAE=0tsst|e(t)|dt (4)
ITSE=0tsste2(t)dt (5)

where tss is the time at which the response reaches steady state. The IAE and ISE weight all errors equally and independent of time. Consequently, optimizing the control system response using IAE and ISE can result in a response with relatively small overshoot but long settling time or vice versa [21]. To overcome this problem the ITAE and ITSE time weights the error such that late error values are considerably taken into account as shown in Fig. 2.

Fig. 2.

Fig. 2

Weighted and unweighted absolute error.

Although the ITAE and ITSE performance criteria can overcome the disadvantage of the IAE and ISE, the time weighted criteria can result in a multiple minimum optimization problem. In other words, two responses can have the same ITAE or ITSE values. In addition, the ITAE and ITSE attempt to minimize the weighted absolute and squared error signals respectively. However, this does not necessarily mean minimizing all the basic evaluation parameters such as Mp, tr, ts, and Ess at the same time. In addition to these parameters, the gain margin (GM) and phase margin (PM) which are used to determine the relative stability of the control system. Similarly, minimizing ITAE or ITSE does not necessarily mean minimizing the reciprocal of GM and PM. Therefore, a weighted sum of time and frequency domain parameters objective function has been proposed to overcome the multiminimum problem and improve the PID design process. For example, Zwe-Lee [15] proposed the performance criterion defined by minimizing,

J(K)=(1-e-β)(Mp+Ess)+e-β(ts-tr) (6)

where β is a weighting factor which can allow the designer to choose a specific requirements. To reduce the maximum overshoot and steady state error, β should be greater than 0.69. On the other hand, to reduce the time difference between settling and rise times, β should be less than 0.69. Another example, Zamani et al. [18] proposes a performance criterion defined by minimizing,

J(K)=w1Mp+w2tr+w3ts+w4Ess+0tss(w5|e(t)|+w6u2(t))dt+w7PM+w8GM (7)

The objective function defined by Eq. (7) includes time domain parameters; overshoot Mp, rise time tr, settling time ts, steady state error Ess, IAE, and integral of squared control signal and two frequency domain parameters; gain margin GM and phase margin PM. The significance of each parameter is determined by a weight factor wi.

The choice of the weighting factors is not an easy task. The designer has to use multiple trials of weighting factors until the desired specifications can be attained. In addition, the variation range of each parameter is unknown, thus, its percentage of contribution in the overall fitness value is also unknown. For example, Ess in Eq. (7) has a very small contribution value as compared to ts or tr. Therefore, the weight factor used for Ess is usually set to a very large value as compared to the other parameters. In this paper, the proposed performance criterion evaluates the weighting factors according to their percentage of contribution in the fitness value. This will act as a calibration process and hence will identify a compromised state from which the designer can accurately apply the desired transient response specifications. The method of evaluating the weighting factors is based on the multiobjective Pareto front solutions and described in the following section.

Particle swarm optimization

Particle Swarm Optimization (PSO) is a well-known stochastic optimization technique which depends on social behavior. It uses the social behavior exploiting the solution space to determine the best value in this space [26]. In contrast to Genetic algorithm, PSO does not use operators inspired by natural evolution which are incorporated to form a new generation of candidate solutions [4]. GA mutation operation is replaced in PSO by the exchange of information between individuals, called particles, of the population which in PSO is called swarm. In effect, the particle adjusts its trajectory toward its own previous best position, and toward the global best previous position obtained by any member of its neighborhood. In the global variant of PSO, the swarm is considered as the neighborhood, in other words, all the particles are considered as a neighborhood for the individual particle. Therefore, the sharing of information takes place and the particles benefit from the exploiting process and experience of all other particles during the search for promising regions of the landscape [26].

There were various enhancement and techniques applied to PSO since the emergence of PSO by Kennedy and Eberhart for obtaining the best possible behavior related to various types of problems [27]. However, the general structure for the PSO remained the same. To understand the mathematical formation of PSO, consider a search space of N-Dimension, the ith particle is represented by Xi = [xi1xi2, …, xiN] and the best particle with the best solution is denoted by the index g. The best previous position of the i-th particle is denoted by Pi = [pi1pi2, …, piN] and the velocity (position change) is denoted by Vi = [vi1vi2, …, viN]. The particle position will be updated in each iteration of the algorithm according to the following equation:

Vik+1=wVik+1+c1ri1kPik-Xik+c2ri2kPgk-Xik (8)

and,

Xik+1=Xik+Vik+1 (9)

where i = 1, 2, …, M, and M is the number of population (swarm size); w is the inertia weight, c1 and c2 are two positive constants, called the cognitive and social parameter respectively; ri1 and ri2 are random numbers uniformly distributed within the range [0; 1]. Eq. (8) above is used to find the new velocity for the i-th particle, while Eq. (9) is used to update the i-th position by adding the new velocity obtained by Eq. (8). The behavior of each particle in the swarm is controlled by the above equation and it is subject to a function which is called fitness or objective function. The objective function determines how far or near each individual particle with respect to the optimal solution. Thus, each particle movement will be updated to get as close as possible to satisfy the objective function. The pseudocode of the PSO algorithm is presented in Fig. 3.

Fig. 3.

Fig. 3

The pseudocode of the PSO algorithm.

At each iteration, the PSO algorithm relies on the objective function in evaluating the effectiveness of each particle as well as in calculating the current particle’s velocity. Therefore, the choice of the objective function which represents the performance criterion plays an important role in the search process of the optimization algorithm.

The proposed approach

Multiobjective optimization is a multicriteria decision making problem which involves two or more conflicting objective functions to be minimized simultaneously. Multiple criteria or Multiobjective (MO) optimization has been applied in various fields where multiple objective functions are required to be optimized concurrently [28]. The main difference between single objective and MO optimization problems is that in the former the end result is a single “best solution” while in the latter is a set of alternative solutions. Each member of the alternative solutionset represents the best possible trade-offs among the objective functions. The set of all alternative solutions is called Pareto optimal set (PO) and the graph of the PO set is called Pareto front [7]. The notion of Paretooptimality is only a first step toward solving a multiobjective problem. In order to select an appropriate compromise solution from the Pareto optimal set, a decision making (DM) process is necessary [29]. In the search for compromised solutions, one of the broad classes of multiobjective methods is priori articulation of preferences [30]. In this method, the decision maker expresses preferences in terms of an aggregating function. The aggregated function is a single objective problem which combines individual objective values, such as Mp, tr, and ts, into a single utility value. The single utility function can discriminate between candidate solutions using weighting coefficients. These weightings are real values used to express the relative importance of the objectives and control their involvement in the overall utility measure [30].

In the PID tuning optimization problem the objective is to solve the following problem [31]:

Minimize:f(k)=[f1(k),f2(k),,fj(k)] (10)

subject to the constraint functions,

gi(k)0i=1,2,m (11)
hi(k)=0i=1,2,p (12)

where k=[Kp,Ki,Kd] is the vector of PID gain parameters, fi(k):R3R,i=1,2,j are the objective functions, and gi(k),hi(k):R3R,i=1,2,m,i=1,2,p are the constraint functions. A solution vector of PID gain parameters, kuR3, is said to dominate kvR3 (denoted by kukv) if and only if ∀i ∊ {1, …, j} we have fi(ku)fi(kv) and i{1,,j}:fi(ku)<fi(kv). A feasible solution, kR3, is called Pareto optimal if and only if there is no other solution, kR3, such that kk. The set of all Pareto optimal solutions is called Pareto optimal set and denoted by P={kp1,kp2,,kpl}. Given P for a MO optimization problem defined by f(k), the Pareto front is given by:

PF=f1(kp1),f2(kp1),,fj(kp1)f1(kp2),f2(kp2),,fj(kp2)f1(kpl),f2(kpl),,fj(kpl) (13)

The main objective functions in PID design problem are the maximum overshoot Mp, the rise time tr, the settling time ts and the steady state error Ess. When using an optimization algorithm to find the PID gain parameters, such as the PSO algorithm, these objective functions are combined in a single weighted sum objective function defined by,

J(k)=i=1jwifi(k),withi=1jwi=1 (14)

The method of converting MO problem to a single weighted objective is commonly used in the application of PID controller optimization due to its simplicity. However, there are several drawbacks associated with this method. Such drawbacks are related to the choice of the weights which is a matter of trial and error [23]. In addition, the optimization search will be restricted and limited to the selected weighting factor set. Furthermore, enforcing the main objective function to have a uniform contribution of terms can be achieved by two conditions. Firstly, the terms are equally weighted, and secondly, the terms have equal standard deviation (σ) in R. Otherwise, the terms will have a nonuniform contribution. For PID tuning application, the terms of the objective function, such as Eq. (7), usually have different standard deviations. For example, the standard deviation of Ess is much less than that of ts, i.e., σEssσts. Thus, in order to compensate for this difference, the weight factor given for the Ess term should be much greater than that given to the ts term (wEsswts). In general, for a given term, fi(k), with a standard deviation, σi, the corresponding contribution percentage CP[fi(k)] can be calculated using,

CP[fi(k)]=μin=1jμn100% (15)

where μi is the mean value of all the Pareto solutions (column i in PF) corresponding to fi(kpn) for n = 1, 2, …, l, i.e.,

μi=1ln=1lfi(kpn) (16)

The weighting factors are inversely proportional to the contribution percentage and are given by:

wi=1CP[fi(k)]n=1j1CP[fn(k)] (17)

Substituting Eq. (15) in (17) yields,

wi=1μin=1j1μn (18)

Substituting Eq. (18) in (14), yields to the proposed objective function:

J(k)=i=1jfi(k)μin=1j1μn (19)

The proposed objective function given by Eq. (19), can statistically ensure an equivalent contribution of the MO terms. Therefore, an optimization algorithm, like PSO, that employs the proposed objective function, is expected to produce optimized Pareto solutions. The Pareto solutions can have Pareto front values with standard deviations approximately equal to that used in deriving the proposed objective function. The proposed performance criterion can be improved by using additional weights, called importance weights, wci. The new wci weights, define the importance of each term such that the larger the weight value, the higher the importance of the objective term. Therefore, the proposed objective function given by Eq. (19) can be modified to,

J(k)=i=1jwci[wifi(k)]=i=1jwcifi(k)μin=1j1μnwithi=1jwci=1 (20)

In Eq. (20), wi weights are responsible for maintaining equivalent contribution value of all the objective terms. However, wci weights are used to control the importance of each objective term. Based on this proposed performance criterion, a compromised solution can be obtained if appropriate weights are used to compensate for the different deviation ranges and when using equal importance weights.

Results and discussion

In this section, the proposed performance criterion is evaluated with PSO algorithm. The PSO algorithm is employed in the application of designing a PID controller for real practical application system represented by an automatic voltage regulator (AVR). The PID controller transfer function is

CPID=CPID=Kp+Kis+Kds (21)

where Kp, Ki, and Kd are the proportional, integral, and derivative gains. The transfer function of the AVR system without PID controller was previously reported [15], [16], [32]:

ΔVt(s)ΔVref(s)=0.1s+100.0004s4+0.045s3+0.555s2+1.51s+11 (22)

where Vt(s) and Vref(s) are the terminal and reference voltages. The unit step response of the AVR system without PID controller is shown in Fig. 4.

Fig. 4.

Fig. 4

Step response of the AVR system without PID controller.

It can be observed from Fig. 4 that the AVR system possess an underdamped response with steady state amplitude value of 0.909, peak amplitude of 1.5 (Mp = 65.43%) at tp = 0.75, tr = 0.42 s, ts = 6.97 s at which the response has settled to 98% of the steady state value. To improve the dynamics response of the AVR system a PID controller is designed. The gain parameters of the PID controller are optimized using PSO algorithm. The searching range of positions (gain parameters) and velocities is defined in Table 1.

Table 1.

Searching range of parameters.

Parameter Min. value Max. value
Kp 0.0001 1.5
Ki 0.0001 1.0
Kd 0.0001 1.0
vKp −0.75 0.75
vKi −0.5 0.5
vKd −0.5 0.5

The PID tuning optimization problem is defined by three objective functions:

Minimize:f(k)=[f1(k)=Mp(k),f2(k)=tr(k),f3(k)=ts(k)] (23)

subject to the constraint function,

Mp(k)+tr(k)+ts(k)b (24)

Some sets of the PID gain parameters result in a step response of the controlled AVR system with large values of Mp, tr, and/or ts. Therefore, the constraint defined by Eq. (24) is used to limit the results to include only those with Mp(k)+tr(k)+ts(k)b, where b is a predefined constant and set to be 5.

A discrete form of the Pareto front for the MO problem defined in (17), can be found by considering all the combinations of the gain parameters with a step size equal to 0.005. Fig. 5 depicts the Pareto front (PF) values of the three objective functions with their corresponding Pareto optimal solutions (P).

Fig. 5.

Fig. 5

Pareto front and Pareto optimal solution sets.

From Fig. 5, it is clear that among all the combinations, 28 Pareto front sets were obtained. The corresponding nondominated Pareto optimal solutions are also shown. From the Pareto front sets, the mean values μMp, μtr, and μts are calculated using Eq. (13) to be 0.178, 0.184, and 0.730 respectively. The MO problem defined by the three objectives (maximum overshoot, rise time, and settling time) can be combined in a single weighted sum function given by:

J(k)=wMpMp(k)+wtrtr(k)+wtsts(k) (25)

When combining the three objectives in a single weighted sum function the contribution of the objectives is related to their mean values. The mean values indicate that the contribution of the settling time is much greater than that of the rise time and maximum overshoot. The percentage of contribution of the Mp(k), tr(k), and ts(k) objectives are 16.3%, 16.9%, and 66.8% respectively. To ensure an equivalent contribution of the three terms, the weights in Eq. (25) are calculated using Eq. (16), with = 3, to be wMp=0.452, wtr=0.438, and wts=0.110.

In optimizing the PID gains, the PSO algorithm employs the proposed objective function defined in Eq. (3). The simulation parameters of the PSO algorithm are listed in Table 2.

Table 2.

PSO searching parameters.

Parameter Value
Number of iterations (N) 50
Number of trials (T) 10
Swarm size (L) 30
Constants (c1 = c2) 2
Inertia weight factor (w) [0.9:0.014:0.2]

Setting the number of iterations (N) to 50 in the PSO algorithm is adequate to prompt convergence and obtain good results. This was shown by Zwe-Lee Gaing in the convergence tendency of the PSO-PID controller used to control the same AVR system [15]. In PSO algorithm, initial population is commonly generated randomly hence different final solutions may be achieved. Thus, if only one trial is conducted, the result may or may not be an optimal solution. Therefore, to solve such problem, several trials are carried out, and then the optimal solution among all trials is reported. Here, the PSO algorithm is repeated 10 times (number of trials (T) = 10) and then the optimum PID controller gains corresponding to the minimum fitness value is considered. Based on some empirical study of PSO performed by Shi and Eberhart using various population sizes (20, 40, 80 and 160), it has been shown that the PSO has the ability to quickly converge and is not sensitive when increasing the population size (swarm size) above 20 [33]. Therefore in this paper the swarm size is set to L = 30. The constants c1 and c2 represent the weighting of the stochastic acceleration terms that pull each particle toward pbest and gbest positions. Low values allow particles to fly far from the target regions before being tugged back. On the other hand, high values result in abrupt movement toward, or past, target regions. Hence, the acceleration constants c1 and c2 were often set to be 2.0 according to past experiences [15]. The inertia weight (w) provides a balance between global and local explorations, thus requiring less iteration on average to find a sufficiently optimal solution. As originally developed, w often decreases linearly from 0.9 to 0.4 with a step size equal to the difference between the upper (0.9) and lower (0.4) limits divided by N (50), i.e., step size = 0.014 [15].

It is worth noting that the fully connected neighborhood topology (gbest version) is used in the PSO algorithm. In this topology all particles are directly connected among each other, as a result, the PSO tends to converge more rapidly to the optimal solution [34].

Fig. 6 shows the step response of the AVR system with PID controller optimized using the PSO algorithm and the proposed objective function.

Fig. 6.

Fig. 6

AVR system response with optimized PID controller using PSO.

The response of the AVR system with PID controller shown in Fig. 6, exhibits Mp=12% at tp = 0.28 s, tr = 0.14 s, and ts = 0.78 s. These values are comparable to the corresponding mean values of the Pareto front sets shown in Fig. 5. This confirms the ability of the proposed objective function in producing optimized and compromised Pareto solution. Fig. 7 shows the result of 10 trials when using the proposed objective function with PSO.

Fig. 7.

Fig. 7

Results of 10 PSO trials with the proposed objective function.

As shown in Fig. 7, for all trials, the values of Kp, Ki, and Kd are constantly equal to 0.937, 1, and 0.558 respectively. Similarly, the values of Mp, tr, and ts are 0.120, 0.136, and 0.788 respectively. Therefore, the proposed function can always guide the PSO algorithm to produce a compromised nondominated Pareto solution.

With a PID controller designed using the PSO algorithm, the response of the AVR system has been improved. However, the improvement is a compromise between maximum overshoot, rise time, and settling time. Steering the optimization search to a desired response can be achieved by increasing the significance of the corresponding objective. Therefore, in addition to the compensation weights, the importance weights are used in the proposed objective function as in Eq. (18). In this context, three cases related to wcMp, wctr, and wcts are carried out for simulation. With each case the value of one importance weight varies from 0 to 0.9 with a step equal to 0.1 and the other two corresponding weights are set to have equal values satisfying the condition in Eq. (18), i.e., in case I, for each value of wcMp from 0 to 0.9, the values of wctr and wcts are,

wctr=wcts=(1-wcMp)/2 (26)

Fig. 8 shows the result of the PSO algorithm when using the proposed objective function for the three cases, I, II, and III, related to the importance weights wcMp, wctr, and wcts respectively.

Fig. 8.

Fig. 8

Results of PSO trials with various values of (a) wcMp, (b) of wctr and (c) wcts.

It can be observed from Fig. 8 that as the importance weight increases, the effect of optimizing (minimizing) the corresponding objective will also increase versus a decrease effect of optimizing the other two objectives. For example, in Fig. 8(a), as wcMp increase, Mp decrease, and tr increase. Approximately, in all cases, an equivalent importance state can appear at an importance weight value equal to 0.3 and the other importance weights equal to 0.35 each. At the equivalent importance state, the values of Mp, tr, ts, Kp, Ki, and Kd are almost equal to those obtained without using the importance weights in the proposed objective function (i.e., almost equal to the values observed from Fig. 7). Table 3 lists the equivalent importance state results.

Table 3.

Equivalent importance state results.

Mean Parameter Case I Case II Case III
μMp=0.178 Mp = 0.120 0.129 0.112 0.112
μtr=0.184 tr = 0.136 0.131 0.137 0.135
μts=0.730 ts = 0.788 0.787 0.788 0.789
μKp=1.244 Kp = 0.937 0.946 0.937 0.935
μKi=0.971 Ki = 1.000 1.000 1.000 1.000
μKd=0.602 Kd = 0.558 0.585 0.554 0.566

The proposed objective function given by Eq. (18) and some literature performance criteria is also presented in this section. Fig. 9(a) shows a comparison between the terminal voltage step responses with PID controller optimized using the proposed objective function and five literature performance criteria defined by Eqs. (2), (3), (4), (5), (6), (7). Fig. 9(b) shows the controller signal output of each corresponding response presented in Fig. 9(a). In Eq. (6), β is chosen to be 1 [15]. Equating β to 1, is equivalent to weighting the (Mp + Ess) term with an importance value equal to 0.632. As a result the (ts − tr) term will have an importance value equal to 0.368. Therefore, the importance weights of the proposed objective function, wcMp, wctr, and wcts are set to 0.632, 0.184, and 0.184 respectively. In Eq. (7), w1, w2, w3, and w4 are set to be 0.1, 1, 1, and 1000 respectively [18].

Fig. 9.

Fig. 9

AVR system controlled with optimized PID using different objective functions (a) unit-step response and (b) controller signal output.

As can be seen from Fig. 9(a), the response of the proposed performance criterion case is comparable to the case of Eq. (6). In Fig. 9(b), the PID controller output can be obtained by filtering the ideal derivative action given by (21) using a first-order filter, i.e.,

CPIDf=Kp+Kis+sKdTfs+1 (27)

where Tf is the time constant of the first-order filter. As Tf approaches zero, CPIDf will be equivalent to the ideal PID (CPID). Therefore, the time constant Tf is set to a very small value (Tf = 0.001) to make the PID controller output signal (with filtered derivative action) resembles the ideal PID output. It can be observed from Fig. 9(b) that the output of the PID controllers almost agrees with their corresponding step responses. Also, the outputs of the proposed PID and that of Eq. (6) are almost comparable and are the best among other outputs. This is evident as they require less demanding control signal. The values of Mp, tr, ts, Kp, Ki, and Kd for each case are listed in Table 4.

Table 4.

Step response results for various objective functions.

Case Mp% tr ts Kp Ki Kd
Prop. Criterion 02.60 0.240 0.520 0.708 0.656 0.282
IAE 22.24 0.116 0.686 1.500 1.000 0.642
ISE 27.28 0.087 1.361 1.239 1.000 1.000
ITAE 20.52 0.141 0.784 1.453 1.000 0.466
ITSE 20.75 0.114 1.048 1.348 1.000 0.675
Eq. (6) 02.00 0.260 0.510 0.686 0.571 0.255
Eq. (7) 12.23 0.175 0.556 1.031 1.000 0.375

It is clear from Table 4 that the results of the proposed objective function along with its weights, highlighted in bold, are comparable to the case of Eq. (6). However, the proposed function uses only three time domain features. In addition the weights used in the proposed objective function are derived statistically, while the weighting factor β was found heuristically.

The robustness of the proposed controller is also investigated by changing the time constants (Ta, Te, Tg, and Ts) of the four AVR system components separately [32]. The range of change is selected to be ±50% of the nominal time constant values with a step size of 25%. The robustness step response curves are presented in Fig. 10, Fig. 11, Fig. 12, Fig. 13 for changing the time constants Ta, Te, Tg, and Ts respectively. In addition, the response time parameters and the percentage values of maximum deviations are also listed in Table 5, Table 6 respectively. In Table 6, the average values of the deviation ranges and the maximum deviation percentage of the system are highlighted in bold.

Fig. 10.

Fig. 10

Step response curves ranging from −50% to +50% for Ta.

Fig. 11.

Fig. 11

Step response curves ranging from −50% to +50% for Te.

Fig. 12.

Fig. 12

Step response curves ranging from −50% to +50% for Tg.

Fig. 13.

Fig. 13

Step response curves ranging from −50% to +50% for Ts.

Table 5.

Robustness analysis results of the AVR system with the proposed PID controller.

Parameter Rate of change (%) Peak value (pu) ts tr tp
Ta −50 1.0183 0.8138 0.2580 1.8266
−25 1.0188 0.8101 0.2382 1.7804
+25 1.0640 1.7411 0.2473 0.4966
+50 1.0950 1.8517 0.2562 0.5368



Te −50 1.0145 1.0929 0.1565 0.2825
−25 1.0187 0.9293 0.1200 0.3688
+25 1.0428 2.1156 0.2773 0.5691
+50 1.0625 2.2325 0.3119 0.6894



Tg −50 1.1092 1.2600 0.1374 0.2776
−25 1.0569 0.9400 0.1878 0.3697
+25 1.0361 2.5080 0.2939 1.5714
+50 1.0544 2.7872 0.3488 1.5415



Ts −50 1.0193 0.3712 0.2476 1.7403
−25 1.0224 0.5050 0.2436 0.4701
+25 1.0338 0.8254 0.2363 0.4589
+50 1.0401 0.8408 0.2329 0.4586

Table 6.

Total deviation ranges and maximum deviation percentage of the system.

Parameter Total deviation range/max deviation percentage (%)
Peak value (pu) ts tr tp
1.0260 0.5202 0.2401 0.4636
Ta 0.0767/7% 1.0416/256% 0.0198/8% 1.3300/294%
Te 0.0480/4% 1.3032/329% 0.1920/50% 0.4069/49%
Tg 0.0731/8% 1.8472/536% 0.2114/45% 1.2938/239%
Ts 0.0208/1% 0.4696/62% 0.0147/3% 1.2817/275%
Average 0.0547/5% 1.1654/296% 0.1095/27% 1.0781/214%

It can be observed from Fig. 10, Fig. 11, Fig. 12, Fig. 13 that the deviations of response curves (±50% and ±25%) from the nominal response for the selected time constant parameters are within a small range. The average deviation of maximum overshoot, settling time, rise time and peak time are 5%, 296%, 27% and 214% respectively. The ranges of total deviation are acceptable and are within limit. Therefore, it can be concluded that the AVR system with the proposed PID controller is robust.

Conclusions

In this paper, a new time domain performance criterion based on the multiobjective Pareto front solutions is proposed. The proposed objective function employs two types of weights. The first type, termed contribution weights, is responsible for maintaining equivalent contribution value of all the objective terms. However, the second type, termed importance weights, is used to control the importance of each objective term. The contribution weights are derived statistically from the Pareto front set which is obtained using the nondominated PID solution gain parameters. The importance weights can be selected according to the design specifications indicated by an importance value. The proposed criterion has been tested in the PSO algorithm used for the application of designing an optimal PID controller for an AVR system. In addition, the results are compared with some commonly used performance evaluation criteria such as IAE, ISE, ITAE, and ITSE. Simulation results show that the proposed performance criterion can highly improve the PID tuning optimization in comparison with traditional objective functions.

Conflict of interest

The authors have declared no conflict of interests.

Compliance with Ethics Requirements

This article does not contain any studies with human or animal subjects.

Footnotes

Peer review under responsibility of Cairo University.

References

  • 1.Ghosh B.K., Zhenyu Y., Xiao Ning Di, Tzyh-Jong T. Complementary sensor fusion in robotic manipulation. In: Ghosh B.K., Ning Xi, Tarn T.J., editors. Control in robotics and automation. Academic Press; San Diego: 1999. pp. 147–182. [chapter 5] [Google Scholar]
  • 2.Ziegler J.G., Nichols N.B. Optimum settings for automatic controllers. J Dyn Syst Meas Contr. 1993;115(2B):220–222. [Google Scholar]
  • 3.Cohen G., Coon G. Theoretical consideration of retarded control. Trans Am Soc Mech Eng (ASME) 1953;75(1):827–834. [Google Scholar]
  • 4.Bansal H.O., Sharma R., Shreeraman P. PID controller tuning techniques: a review. J Control Eng Technol. 2012;2(4):168–176. [Google Scholar]
  • 5.Panda S. Differential evolution algorithm for SSSC-based damping controller design considering time delay. J Franklin Inst. 2011;348(8):1903–1926. [Google Scholar]
  • 6.Mohamed A.W., Sabry H.Z., Khorshid M. An alternative differential evolution algorithm for global optimization. J Adv Res. 2012;3(2):149–165. [Google Scholar]
  • 7.Coello C.A.C., Pulido G.T., Lechuga M.S. Handling multiple objectives with particle swarm optimization. IEEE Trans Evol Comput. 2004;8(3):256–279. [Google Scholar]
  • 8.Adly A.A., Abd-El-Hafiz S.K. A performance-oriented power transformer design methodology using multi-objective evolutionary optimization. J Adv Res. 2014 doi: 10.1016/j.jare.2014.08.003. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 9.Panda S. Multi-objective evolutionary algorithm for SSSC-based controller design. Electr Power Syst Res. 2009;79(6):937–944. [Google Scholar]
  • 10.Ho S.-J., Shu L.-S., Ho S.-Y. Optimizing fuzzy neural networks for tuning PID controllers using an orthogonal simulated annealing algorithm OSA. IEEE Trans Fuzzy Syst. 2006;14(3):421–434. [Google Scholar]
  • 11.Mukherjee V., Ghoshal S.P. Intelligent particle swarm optimized fuzzy PID controller for AVR system. Electr Power Syst Res. 2007;77(12):1689–1698. [Google Scholar]
  • 12.Gozde H., Taplamacioglu M.C. Comparative performance analysis of artificial bee colony algorithm for automatic voltage regulator (AVR) system. J Franklin Inst. 2011;348(8):1927–1946. [Google Scholar]
  • 13.Mohamed A.F., Elarini M.M., Othman A.M. A new technique based on artificial bee colony algorithm for optimal sizing of stand-alone photovoltaic system. J Adv Res. 2014;5(3):397–408. doi: 10.1016/j.jare.2013.06.010. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 14.Bindu R., Namboothiripad M.K. Tuning of PID controller for DC servo motor using genetic algorithm. Int J Emerg Technol Adv Eng. 2012;2(3):310–314. [Google Scholar]
  • 15.Zwe-Lee G. A particle swarm optimization approach for optimum design of PID controller in AVR system. IEEE Trans Energy Convers. 2004;19(2):384–391. [Google Scholar]
  • 16.Panda S., Sahu B.K., Mohanty P.K. Design and performance analysis of PID controller for an automatic voltage regulator system using simplified particle swarm optimization. J Franklin Inst. 2012;349(8):2609–2625. [Google Scholar]
  • 17.Bagis A. Tabu search algorithm based PID controller tuning for desired system specifications. J Franklin Inst. 2011;348(10):2795–2812. [Google Scholar]
  • 18.Zamani M., Karimi-Ghartemani M., Sadati N., Parniani M. Design of a fractional order PID controller for an AVR using particle swarm optimization. Control Eng Pract. 2009;17(12):1380–1387. [Google Scholar]
  • 19.Sahu BK, Mohanty PK, Panda S, Mishra N, editors. Robust analysis and design of PID controlled AVR system using Pattern Search algorithm. IEEE international conference on power electronics, drives and energy systems (PEDES), 2012.
  • 20.Rahimian MS, Raahemifar K, editors. Optimal PID controller design for AVR system using particle swarm optimization algorithm. 24th Canadian conference on electrical and computer engineering (CCECE), 2011.
  • 21.Krohling R.A., Rey J.P. Design of optimal disturbance rejection PID controllers using genetic algorithms. IEEE Trans Evol Comput. 2001;5(1):78–82. [Google Scholar]
  • 22.Tavazoei M.S. Notes on integral performance indices in fractional-order control systems. J Process Control. 2010;20(3):285–291. [Google Scholar]
  • 23.Aguila-Camacho N., Duarte-Mermoud M.A. Fractional adaptive control for an automatic voltage regulator. ISA Trans. 2013;52(6):807–815. doi: 10.1016/j.isatra.2013.06.005. [DOI] [PubMed] [Google Scholar]
  • 24.Ogata K. Prentice Hall; 2010. Modern control engineering. [Google Scholar]
  • 25.Dorf R.C., Bishop R.H. Pearson; 2011. Modern control systems. [Google Scholar]
  • 26.Kennedy J, Eberhart R, editors. Particle swarm optimization. IEEE international conference on neural networks, 1995; November/December 1995.
  • 27.Kennedy J., Eberhart R.C. Morgan Kaufmann Publishers Inc.; 2001. Swarm intelligence. 512 p. [Google Scholar]
  • 28.Deb K. Multi-objective optimization. Search methodologies. Springer; 2014. pp. 403–449. [Google Scholar]
  • 29.Fonseca C.M., Fleming P.J. Multiobjective optimization and multiple constraint handling with evolutionary algorithms. I. A unified formulation. IEEE Trans Syst Man Cybern Part A Syst Humans. 1998;28(1):26–37. [Google Scholar]
  • 30.Hwang C.L., Masud A.S.M. Springer-Verlag; 1979. Multiple objective decision making, methods and applications: a state-of-the-art survey. [Google Scholar]
  • 31.Reyes-Sierra M., Coello C.C. Multi-objective particle swarm optimizers: a survey of the state-of-the-art. Int J Comput Intell Res. 2006;2(3):287–308. [Google Scholar]
  • 32.Sahib M.A. A novel optimal PID plus second order derivative controller for AVR system. Eng Sci Technol Int J. 2015;18:194–206. [Google Scholar]
  • 33.Yuhui S, Eberhart RC, editors. Empirical study of particle swarm optimization. Proceedings of the 1999 congress on evolutionary computation, 1999.
  • 34.Kennedy J, Mendes R, editors. Population structure and particle swarm performance. Proceedings of the 2002 congress on evolutionary computation, 2002.

Articles from Journal of Advanced Research are provided here courtesy of Elsevier

RESOURCES