Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

Optimum Design of PIλDμ Controller for an Automatic Voltage Regulator System Using Combinatorial Test Design

  • Bestoun S. Ahmed ,

    bestoun@idsia.ch

    Affiliations Istituto Dalle Molle di Studi sull’Intelligenza Artificiale (IDSIA),CH-6928 Manno-Lugano, Switzerland, Software and Informatics Engineering Department, Engineering College, Salahaddin University - Erbil, Kurdistan Region, Iraq

  • Mouayad A. Sahib,

    Affiliation Software and Informatics Engineering Department, Engineering College, Salahaddin University - Erbil, Kurdistan Region, Iraq

  • Luca M. Gambardella,

    Affiliation Istituto Dalle Molle di Studi sull’Intelligenza Artificiale (IDSIA),CH-6928 Manno-Lugano, Switzerland

  • Wasif Afzal,

    Affiliation School of Innovation, Design and Engineering, Mälardalen University, Västerås, Sweden

  • Kamal Z. Zamli

    Affiliation IBM Centre of Excellence, Faculty of Computer Systems and Software Engineering, Universiti Malaysia Pahang Lebuhraya Tun Razak, 26300 Kuantan, Pahang Darul Makmur, Malaysia

Abstract

Combinatorial test design is a plan of test that aims to reduce the amount of test cases systematically by choosing a subset of the test cases based on the combination of input variables. The subset covers all possible combinations of a given strength and hence tries to match the effectiveness of the exhaustive set. This mechanism of reduction has been used successfully in software testing research with t-way testing (where t indicates the interaction strength of combinations). Potentially, other systems may exhibit many similarities with this approach. Hence, it could form an emerging application in different areas of research due to its usefulness. To this end, more recently it has been applied in a few research areas successfully. In this paper, we explore the applicability of combinatorial test design technique for Fractional Order (FO), Proportional-Integral-Derivative (PID) parameter design controller, named as FOPID, for an automatic voltage regulator (AVR) system. Throughout the paper, we justify this new application theoretically and practically through simulations. In addition, we report on first experiments indicating its practical use in this field. We design different algorithms and adapted other strategies to cover all the combinations with an optimum and effective test set. Our findings indicate that combinatorial test design can find the combinations that lead to optimum design. Besides this, we also found that by increasing the strength of combination, we can approach to the optimum design in a way that with only 4-way combinatorial set, we can get the effectiveness of an exhaustive test set. This significantly reduced the number of tests needed and thus leads to an approach that optimizes design of parameters quickly.

Introduction

Combinatorial test design techniques can significantly reduce the number of test cases. They are an alternative method to exhaustive testing by allowing a minimized set of tests to represent the actual set of test cases based on t-way covering criteria (where t represents the desired interaction strength of combinations). For example, an exhaustive test set for a system with 10 Boolean input parameters needs 1024 cases whereas it needs only 13 cases with 2-way set.

Combinatorial test design brings mainly two benefits for the system-under-test. First, it will reduce the amount of test cases dramatically, which in turn reduces the time taken for testing. Second, the combinatorial set will examine how the system reacts under different circumstances and scenarios. Owing to these benefits, recently, this technique has been applied to several different domains. For example, Cohen et al. [1] apply this technique successfully to test configurable software systems in the presence of constraints. Wang et al. [2] use this technique to build navigation graphs for dynamic web applications. Wang et al. [3] also used it for security systems to detect buffer overflow vulnerabilities. Borodai and Grunskii [4] used it for hardware testing and Lei et al. [5] applied it for concurrency testing. Sahib et al. [6] apply the pairwise method to control DC servo motors. Shasha et al. [7] used it for gene expression regulation and Hoskins et al. [8] used it for performance evaluation of communication systems.

Given the aforementioned benefits, in this paper, we adopt the combinatorial test design technique in the application domain of control systems to design an optimum Fractional Order Proportioanl-Integral-Derivative controller (FOPID). The FOPID is tuned to improve the performance of an automatic voltage regulator (AVR) in power generation systems. The AVR is utilized to maintain the terminal voltage of a synchronous generator at a specified level.

FOPID is a generalized structure of the classical PID controller that uses the concept of fractional calculus, where the orders of the derivative and integral parts are non-integer values. A FOPID is identified by five parameters: a proportional gain, integral gain, derivative gain, integral order, and derivative order. Previous research results in various applications have shown that FOPID controller has an improved performance and robustness compared to conventional PID [9].

In the literature, many design methods have been reported to find the optimum FOPID parameters. These methods can be classified mainly into two types, analytical and heuristic optimization methods. Analytical based methods include; Pole distribution [10], frequency domain approach [11], state-space design [12], two-stage or hybrid approach [13] and piecewise orthogonal functions approach [14]. On the other hand, heuristic methods include; particle swarm optimization (PSO) [15], chaotic ant swarm (CAS) [9] and Genetic algorithm [16].

Commonly, each optimization algorithm is associated with a predefined bounded searching space spanned by the vectors of solution variables [17]. However, in this space, infinite number of feasible solutions exist [18]. As a result, infinite search spaces impairs the effectiveness and efficiency of the algorithm. In this paper, the combinatorial test technique is used to assist and improve the search algorithm in optimizing the FOPID parameters. The improvement lies in the reduction of the search space domain.

Given such a prospect, this paper proposes a new application of combinatorial test design. Our contributions can be summarized as follows:

  • A new strategy based on combinatorial test design applied for FOPID parameter tuning.
  • The research reports the first experimental results for combinatorial test design that indicates its practical use in this field.
  • Different algorithms were especially designed to effectively generate and apply combinatorial tests for FOPID.
  • Experimental results indicate that combinatorial test design can find the combinations that leading to optimum design.

Combinatorial Test Design Concepts

Combinatorial test design is used as a sampling technique derived from a mathematical object called covering array (CA) [19]. CA can be illustrated as an array that contains all possible test cases. Each row in this array represents a test case, and each column represents an input-parameter. In general, CA can be defined as CA (N; t, k, v) where N represents the array size, t is the interaction strength of combinations, k is number of input-factors, and v is the the number of values for each input-factor [19]. Here the array can be seen as a test set of N × k array with v values for each k parameter where (v = 0, 1, 2, …, v − 1) in a way that every N × t sub-array (i.e., ttuples) contains all ordered subsets from v of size N at least one times. Fig 1 shows an example of a test set represented by CA notation as CA (9; 2, 4, 3).

Clearly, the test set in Fig 1 has a size of nine tests. The set is designed for a system with four input parameters, each of them having three values and the set takes the combination of two parameters. To use the exhaustive test set, there is a need for 3 × 3 × 3 × 3 = 81 test cases, whereas following the combinatorial test design method, there is a great reduction of the test cases number to only nine while all t-tuples has been covered by the set. To show the reduction and t-tuples coverage in the combinatorial test design method, we consider a simple example in Fig 2.

thumbnail
Fig 2. An Illustration for the Coverage Mechanism in Combinatorial Test Design.

https://doi.org/10.1371/journal.pone.0166150.g002

The test set in Fig 2 is a set for three input parameters in which each of them has two values (0 and 1). The test set can fulfill full coverage of the 2 − tuples by only four cases (i.e., N = 4). Combination among the input factors equals 12, [(A, B), (A, C), and (B, C) the result for each = 22 = 4]. The left hand side array in the figure shows this test set. The first row in this set covers three tuples (i.e., red color tuples 25% of the 2 − tuples), thus only nine tuples remain in the tuples list that are shown on the right side of Fig 2. The next row covers three more tuples with green color tuples and totally with the previous row, 50% of the total tuples. This will continue until we reach 100% coverage of tuples, as shown in Fig 2. There could be constraints between these input parameters, however in this research there is no constraints between the tuned parameters.

This process becomes an NP-hard problem when the number of input parameters and their values grow. Hence, there is a need to design and implement efficient algorithms to generate the test set. In the coming sections, we will show how to generate this combinatorial set by showing different algorithms. In addition, we will discuss the input parameters, their type and values that we use for the case of FOPID controller tuning.

Related Work

As mentioned previously, combinatorial test design techniques used to detect failures by testing interactions of input parameters through generation of a covering array (CA) test suite. The basic goal of such techniques is to cover every ttuple of any input interaction of system under test at least once [1]. Two survey papers have been written on the topic of combinatorial testing strategies [20, 21] while Kuliamin and Petukhov [22] present a survey on the methods of constructing CAs. The methods for constructing CAs can be categorized into three categories [1, 19]: (1) algebraic methods (2) meta-heuristic methods and (3) greedy search methods. Algebraic methods use extremely fast mathematical techniques (both direct and recursive) [1] but their applicability is limited to certain special combinatorial test structures [19]. Examples of using algebraic methods for CA construction include those cited in [23, 24]. Meta-heuristic methods apply complex and iterative heuristic methods that include simulated annealing, tabu search, genetic algorithms, particle swarm and others. Although being computationally intensive, meta-heuristic methods have produced some CAs of the smallest size known. Examples of using meta-heuristic methods includes those cited in [19, 25, 26]. Greedy search methods are known to be faster than meta-heuristic search and are applicable to arbitrary test structures but may or may not produce smallest-size CAs. Examples of using greedy methods include those cited in [1, 27]. The three methods of CA generation are sometimes used in combination also. Examples of such integrated approaches include those cited in [28, 29].

The use of metaheuristic search techniques for CA generation is more recent where different optimization approaches have been proposed [26, 30, 31]. These optimization approaches typically start with a preexisting test set and then a series of transformations are applied to the test set until desirable combinations are covered. Besides simulated annealing, hill climbing, great flood, tabu search, particle swarm optimization, ant colony optimization and genetic algorithm, other search mechanisms are applicable for combinatorial optimization such as using evolutionary game dynamics [17, 18, 32].

Combinatorial test design has been used in various applications such as in optimal route planning for airlines, task scheduling, task allocation, network planning, gene expression regulation, performance evaluation of communication systems and hardware testing. In control system applications, tuning the parameters of a controller, such as the PID controller, has been proposed to represent another application of combinatorial optimization techniques [6]. In determining the optimal PID parameters, several heuristic methods have been introduced, such as genetic algorithm [16, 33], neural network [34], fuzzy based approach [35], particle swarm optimization [6, 15, 36] and chaotic ant swarm [9] techniques. Most systems arising in practice have time varying parameters which will affect the performance of the designed controller. In such cases a supervisory system can be used such that, when the performance of the controller drops below a prescribed level of acceptable performance index, the proposed optimization procedure must be reengaged. Therefore, the tuning process has to be sufficiently satisfactory in terms of convergence speed and this can be achieved when reducing the optimization searching space. In this paper, the combinatorial test technique is used to assist and improve the search algorithm in optimizing the FOPID parameters. The improvement lies in the reduction of the search space domain.

The performance of the PID controller can be enhanced by using the concept of fractional calculus in which the orders of the derivatives and integrals are non-integer. Based on this concept, the standard PID is generalized to FOPID. Designing an optimal FOPID involves the tuning of five parameters. Compared to PID, the tuning of FOPID is complicated and remains a challenging problem.

Recently, many optimization algorithms have been reported for the design of optimal FOPID. Such algorithms include genetic algorithm (GA) [16, 37], particle swarm optimization (PSO) [38], improved electromagnetism-like algorithm with genetic algorithm (IEMGA) [39], chaotic ant swarm (CAS) [9], artificial bee colony (ABC) [40], multi-objective extremal optimization (MOEO) [41], gases Brownian Motion Optimization (GBMO) [42], bacterial foraging optimization algorithm (BFOA) [43], and ant colony optimization (ACO) [37].

In all the aforementioned algorithms, the optimization search is performed within an open five dimensional space of parameters set. For each parameter, a real range of values is defined such as the ranges selected in this paper. The open space search delays the optimization process, consumes its effort, and may lead to local minimum problems. Therefore, we propose the combinatorial interaction design to reduce the space of search and to achieve an effective optimization process.

System Model

In a power system, disturbance such as sudden change in loads cause an oscillatory behavior around a set point terminal voltage of the synchronous generator. Such an oscillation affects the stability of the power system and degrades the efficiency of power transmission. To improve the dynamic stability of a power system and to increase its efficiency, the excitation systems of the synchronous generators are controlled using an automatic voltage regulator (AVR) system. The AVR system attempts to hold the terminal voltage of the synchronous generator at a specified level. A typical AVR system consists of four main components, namely amplifier (Ga), exciter (Ge), generator (Gg), and sensor (Hs). Each component is modeled by a first order system defined by a gain and a time constant. The arrangement of the AVR system components is shown in Fig 3

The terminal voltage ΔVt(s) of the generator is continuously sensed by the sensor and compared with the desired reference voltage ΔVref(s). The difference between the reference and the sensed terminal voltages (error voltage ΔVe(s)) is amplified through the amplifier and used to excite the generator using the exciter. The transfer functions of Ga, Ge, Gg, and Hs are: (1) (2) (3) (4)

The AVR system parameters considered in this work are; Ka = 10.0, Ta = 0.1, Ke = 1.0, Te = 0.4, Kg = 1.0, Tg = 1.0, Ks = 1.0, Ts = 0.01 [9, 40, 4446]. With these parameter values the closed loop transfer function of the AVR system becomes: (5)

The unit step response of the AVR system is shown in Fig 4.

thumbnail
Fig 4. Step Response of the AVR system without controller.

https://doi.org/10.1371/journal.pone.0166150.g004

From Fig 4 the AVR system possess an underdamped response with steady state amplitude value of 0.909, peak amplitude of 1.5 (Mp = 65.43%) at peak time tp = 0.75, rise time tr = 0.42 sec., settling time ts = 6.97 sec. at which the response has settled to 98% of the steady state value.

The response of the AVR can be improved by utilizing a controller in the forward path. Commonly, a PID controller is employed for this task due to its simple structure. The performance of the PID controller can be enhanced by using the concept of fractional calculus, where the orders of derivatives and integrals are non-integer. The following section introduces the FOPID controller, along with its parameters and relevant equations.

Fractional Order PID Controller

The idea of using a fractional-order controller for a dynamic system belongs to Oustaloup [47] who developed the so-called CRONE controller (CRONE is a French abbreviation of Non Integer Order Robust Control). Then, Podlubny [48] proposed a generalization of PID controller, which is called PIλDμ controller. The transfer function of the PIλDμ controller is given by (6)

In practice, the fractional order Laplace operators (sλ and sμ) in Eq (6) are approximated numerically with integer order transfer functions. The idea is to obtain an integer-order transfer functions whose behavior approximates the fractional orders. Oustaloup’s approximation is one of the available frequency-domain methods. It uses a recursive distribution of N poles and N zeros [47] defined by (7)

The approximation is valid within a predefined bandwidth defined by the frequency range [ωl, ωh]. The gain k is adjusted until both sides of Eq (7) have 0dB gain at ω = 1 rad/s. The approximation accuracy depends on the chosen number of poles and zeros (N). The approximation can be improved by increasing (N), however, this will be at the expense of computational complexity. The frequencies of the poles and zeroes in Eq (7) can be calculated recursively by (8) (9) (10) (11) (12)

In case α > 1, the fractional order can be treated as (13) where ⌊.⌋ denote the floor function. Thus, the fractional part (α − ⌊α⌋) can be approximated using Eq 7.

Methods

Test Design Procedure

In this section, we present the combinatorial approach to reach the optimum design of the controller. To generate this set, two levels of algorithms were needed. First, an algorithm to generate the combination of input parameters. Second, an algorithm to optimize the final set using the actual values’ set of the parameters. The following subsections illustrates each step of this procedure in detail.

Input-Parameter Combination

This step represents the first step of the test design. The number of input-parameters of the system-under-test is determined first. Then, an algorithm will use these parameters to generate all combinations based on the combination strength provided. For low number of parameters, the combinations could be easily generated. However, when the number of parameters grows, the time for generation will grows exponentially. To avoid this situation, we have carefully designed an algorithm; Algorithm 1 shows the steps in detail.

Algorithm 1: Parameter Combination Generator

Input: Input-parameters k and combination strength t

Output: All t-combinations of k where k = k1, k2, k3, …, kn

1 Let Comb be an array of length t;

2 Let i be the index of Comb array;

3 Create a stack S;

4 S ← 0;

5 while Snull do

6  i = (the length of S − 1);

7  v = pop the stack value;

8  while pop value < k do

9   set Comb of index (i) to v;

10   ii + 1;

11   vv + 1;

12   push v to stack;

13   if i = t then

14    Add Comb to final array;

15    break;

16   end

17  end

18 end

As shown in Algorithm 1, the algorithm takes k input parameters and produces t-combination (t-tuples) of them, each time adding the combinations to a final array containing all t-combinations of k. To avoid the enumeration of all n-bits, a stack data structure was used to hold the parameters permanently by “pushing” them into the stack and then “popping” them when needed during the iterations. Additionally, a temporary array was created with index i to help the generated combinations in each iteration (Steps 1–2). A stack data structure (S) was created and the first parameter (0) was pushed inside (Steps 3–4). The algorithm continues to iterate until the stack becomes empty (Step 5). The index number i of the Comb array was set to length of S − 1 and the value v of this index i was set to the top value in the stack (i.e. pop) until v was less than k (Steps 6–9). Furthermore, the algorithm continues to increment i and v, then puts the value of v into S until the index number equals to the length of the required interaction strength t (Steps 9–15).

Fig 5 shows a running example to illustrate how the combinations of input parameters were generated using three input parameters [0, 1, and 2]. With the first parameter pushed into the stack at start, the algorithm iterates and the stack popped its last value to the i + 1 index of the Comb array. In the next iteration, the stack was pushed by v + 1 value. The algorithm stops when the stack became empty. The final array then contains all the interaction of input parameters which are, [(0:1), (0:2), (1:2)].

As can be seen in Fig 5, the algorithm kept the previous value of v for the next iteration unless it became greater than the t value. For example, v = 0 in the first iteration and in the next iteration, it became v + 1, which equals to 1. Then it was incremented and pushed into the stack again.

Test Set Generation Procedure

The generation of an optimum combinatorial test set has emerged as an active research topic in the last decade. Different strategies have been developed to address this issue especially in the software testing domain. It is also targeted as a mathematical problem to generate an optimal CA. Much recent efforts have focused on the adoption of meta-heuristic algorithms as the basis for these strategies to optimize the final set. In line with the upcoming field called Search based Software Engineering (SBSE) [49], many newly developed meta-heuristic based combinatorial strategies (e.g. based on Genetic Algorithm (GA), Ant Colony Optimization Algorithm (ACO) [50], Particle Swarm Optimization (PSO) [25], Simulated Annealing [1], and Cuckoo Search (CS) [30]).

Choosing one of the aforementioned strategies depends on different factors such as the application under test and other relevant context. When it comes to comparison among the generation strategies, the comparison is usually based on the “best solution”, which is the smallest size of the final set. In addition, in some applications, adding or extracting one test to/from the final set makes a big difference. However, in some other applications, there is a need for “good enough solution” to get an optimum set to apply for test.

Most recently, we have implemented an efficient strategy to generate CA using PSO implementation that hybridized with Fuzzy logic [19]. The strategy showed its efficiency in generating optimum CAs as compared to other strategies in many cases. In this research, we have chosen the same strategy to generate the combinatorial test set. This strategy is chosen due to three main reasons. Firstly, the strategy produces optimum results in many cases. Secondly, for the application under test in this research, we seek a “good enough solution”, which fits our developed strategy. Hence there is no need to develop a new strategy for generation since this produce optimum results. Finally, fuzzy logic takes care of parameter tuning of PSO algorithm which eases out its implementation.

The overall strategy used in this research is shown in Fig 6. It takes the values set of FOPID, then manipulates them to know the number of parameters and the values belonging to each of them, denoted by P and V in Fig 6.

Initially, the combination interaction is set to the minimum strength (t = 2). Based on this strength, the combination of P is generated (as illustrated in Algorithm 1). Then the values are settled to each corresponding parameter to form ttuples. Here, the process of test set generation starts with the help of the optimization algorithm to cover all the ttuples with an optimum test set as illustrated in Algorithm 2. This optimum set will be the parameter setting for the FOPID controller. The FOPID setting will be changed based on these configurations to be applied to the AVR system. The AVR system tries these values to get the best combination of them. In case if the AVR system could not get the optimum setting of the FOPID when t = 2, the combination strength is increased and a new set is generated. This process is continued until the optimum setting of the FOPID is reached.

As can be seen from Algorithm 2, when ttuples are produced, the algorithm generates a random search space based on the value range for each provided parameter. Based on our earlier implemented algorithm [19], the test sets are optimized using PSO. As shown in Algorithm 2, with this algorithm, a random search space is generated first. This set contains the possible setting of the FOPID. Each row in the search space represents a setting. To find the best candidate set, each row of this random search space undergoes through an extensive evaluation. The evaluation is based on the coverage of ttuples. A best candidate lBest is the setting that can cover maximum number of ttuples. The algorithm iterates to update the search space. The Search space is updated by the PSO update equations to approach the best settings. Instead of providing a specific number of iterations, the algorithm continues to iterate until it could not find any better solution. If after several iterations no better lBest can be found, then this lBest becomes the global best solution, gBest. The algorithm adds this gBest to the final set. To avoid repeating the coverage of the same tuples in in the ttuples set, the tuples are removed form the set. The algorithm continues in this process until all ttuples are covered.

Algorithm 2: Test Set Optimization Algorithm

Input: ttuples set, P and v

OutPut: A test set

1 Store ttuple set in a sorted hash table Ht

2 Initialise m × P random population SP where for m row Xi, where i = 1, 2, …, m

3 Iter ← 1

4 while Htempty do

5  while Iter < Max. Iter do

6   foreach Xi in SP do

7    check coverage of ttuples

8    return best Xi

9   end

10   best lBestXi

11   update SP

12   evaluate Xi(t + 1)

13   if best coverage achieved by lBest(t + 1) then

14    lBestlBest(t + 1)

15   end

16  end

17  gBestlBest(t + 1)

18  Add gBest to the test set

19  Remove all the related tuples from Ht

20 end

Results

In this section, the proposed tuning method of the FOPID controller is tested on the AVR system model defined by Eq (5). The lower and upper bounds of each FOPID controller parameter is defined within the ranges: 0 ≤ Kp ≤ 3, 0 ≤ Ki ≤ 1, 0 ≤ Kd ≤ 1, 0 ≤ λ ≤ 2 and 0 ≤ μ ≤ 1. The parameters of the Oustaloup approximation are chosen to be ωl = 0.001ωc, ωh = 1000ωc where ωc is the gain cross frequency, and N = 6. An optimal solution vector of the FOPID parameters, is defined in a five dimensional real domain . Then a suboptimal solution vector , is defined in a discrete five dimensional real domain such that, (14) In the discrete domain, , the parameters Kp, Ki, Kd, λ, and μ are defined within the above ranges in a discrete manner with step sizes equal to 1/10, 1/30, 1/30, 1/15, and 1/15 respectively. With these discrete ranges, each parameter will have 30 possible values, thus producing a total of (305 = 24300000) possible combinations.

For determining the optimum values of the gains of the controller, a weighted sum objective function is defined by (15) where and L is a large positive real number used to penalize the fitness value of an unstable solution vector . The performance criterion Eq (15) comprises four evaluation parameter terms; overshoot Mp, rise time tr, settling time ts, and steady state error Es. The significance of each term is defined by a weighting factor wi. For an optimum compromised response, the weighting factors in Eq (15) are selected to be; w1 = 0.452, w2 = 0.438, w3 = 0.11, and w4 = 100 [51].

In an exhaustive experiment, the objective value of each possible combination within the discrete domain is calculated (calculation of 305 objective values). The exhaustive experiment is conducted in a laboratory of 30 computers. Each computer is responsible to calculate a subset of 304 = 810000 objective values. The subset parameter combinations are defined by one of the 30 possible values of the parameter Kp. Among all the calculated objective values, it has been found that the optimum controller parameters vector is, (16) achieving a minimum objective value . The step response of the AVR system controlled by the FOPID controller with optimum parameters is shown in Fig 7.

From the unit step response shown in Fig 7, it can be observed that tr = 0.0892, ts = 0.4227, tp = 0.7800, and Mp = 1.47%. The optimal FOPID parameters are optimized to achieve minimum fitness value according to the desired response specifications.

In conventional FOPID optimization methods, such as ABC, MOL or GA, the optimization search is performed within an open space of parameters set. For each parameter, a real range of values is defined such as the ranges selected in this section. The open space search delays the optimization process, consumes its effort and may lead to local minimum problems. Therefore, combinatorial interaction design reduces the space of search and thus achieves an effective optimization process.

The table of all FOPID parameters combinations is supplied to the process of combinatorial set construction, explained in Fig 6, to produce 3 constructed sets of FOPID combinations corresponding to 2, 3, and 4-way testing. The constructed sets of the 2, 3, and 4-way sets consist of 1241, 42215, and 896528 FOPID parameters combinations and form only 0.005%, 0.174%, and 3.689% of the total number of possible combinations respectively.

The parameters combinations of each constructed set are used in the control system to calculate the corresponding fitness value using Eq (15). Thereafter, the combinations parameters are sorted by the fitness value ascendingly and filtered to exclude the combinations with fitness values greater than 0.5. Figs 8, 9 and 10 show the filtered parameters combination of the constructed 2, 3, and 4-way testing sets along with their corresponding fitness values respectively.

thumbnail
Fig 8. Filtered parameters combination of the constructed 2-way testing set.

https://doi.org/10.1371/journal.pone.0166150.g008

thumbnail
Fig 9. Filtered parameters combination of the constructed 3-way testing set.

https://doi.org/10.1371/journal.pone.0166150.g009

thumbnail
Fig 10. Filtered parameters combination of the constructed 4-way testing set.

https://doi.org/10.1371/journal.pone.0166150.g010

From Figs 8, 9 and 10, it can be seen that the best combination parameters of the FOPID lies within the same ranges of each parameter in the three cases. In Fig 8 the parameters and μ* range around the median values 2.75, 0.7167, 0.533, 1.167, and 1.267, and in Fig 9 range around the median values 2.1, 0.67, 0.6, 1.13, and 1.267 respectively. For the 4-way case shown in Fig 10, the parameters range around the median values 2.3, 0.73, 0.63, 1.13, and 1.267 respectively. Fig 11 shows the median values of and μ* for the three cases.

Discussion

As shown in Fig 11, the medians of the cases are comparable to the optimum values. Compared to the other cases, the medians of the 2-way case are the most proximate to the optimum. However, from all the combination parameters obtained in the 4-way case, one of the best parameter combinations equals the global optimal solution vector. Therefore, it is important to mention that the proposed method succeeds in reducing the searching domain within small ranges and assures that the global optimal solution lies within these ranges. Table 1 lists the optimum parameters combination set of the three test cases.

thumbnail
Table 1. Optimum parameters combination of the test cases.

https://doi.org/10.1371/journal.pone.0166150.t001

In the chosen discrete domain, , the parameters Kp, Ki, Kd, λ and μ are defined within certain ranges in a discrete manner with certain step sizes. Among all the possible parameter combinations, only one optimal set is found as shown in Fig 11. However, within the actual continuous domain, there might be a better optimal set which has not been included within the discrete domain. This actual optimal set has been excluded due to the step sizes used to generate the discrete domain. Thus, the proposed searching method can be improved to refine the optimal results in re-configuring the searching ranges near and around the discrete optimal result.

It is apparent from Table 1 that the 4-way case, indicated with bold font, has succeeded in finding the global optimum solution compared to the other cases. In summary, these results show that the higher the interaction strength of combinations, the more likely to find the optimum parameters combination. However, choosing higher interaction strength impose considerable searching efforts. In other control system applications in which the control parameters are too many, it is necessary to pick out the minimum adequate interaction strength. In future investigations, it might be possible to discover a relation between the number of parameters (the size of the design variable) and the minimum interaction strength. This is an important issue for future research.

Conclusion

In this paper, we have presented our new approach to tune and find the optimal design of FOPID controller. In contrast to state of the art approaches, our approach uses the combinatorial test design method to find the optimal design. The new approach examines how the system behave under different circumstances and scenarios by combining the variables of FOPID. In addition, it helps to find the optimal design in a faster and more accurate way. To generate the combinatorial set for the tuning process, different new and effective algorithms have been implemented. A new mechanism is used to generate the combination. Problem dependent optimization is used to generate the optimal set for combinations to be tested over the system. The effectiveness of our approach is examined through a case study. This approach represents the first study to apply t-way combinatorial test design method on control engineering. Our approach marks new direction of research in using combinatorial test design method for control engineering.

Concerning future work, our approach marks new direction of research in using combinatorial test design method for control engineering. We are planning also to apply this approach to other industrial applications to investigate its effectiveness. For example, the approach could be useful for material design when different combinations must be tested to get best quality material. Another direction of research using this approach is to test security of systems by taking combinations of input factors.

Acknowledgments

The work reported in this paper is funded by the generous Exploratory Research Grant–“A Computational Strategy for Sequenced based t-way Testing” from the Ministry of Higher Education, Malaysia, Grant number: RDU130617.

Author Contributions

  1. Conceptualization: BSA.
  2. Data curation: BSA MAS.
  3. Formal analysis: MAS.
  4. Funding acquisition: KZZ.
  5. Investigation: MAS.
  6. Methodology: BSA.
  7. Software: BSA MAS.
  8. Visualization: BSA MAS.
  9. Writing – original draft: BSA MAS.
  10. Writing – review & editing: WA LMG KZZ.

References

  1. 1. Cohen MB, Dwyer MB, Shi J. Constructing interaction test suites for highly-configurable systems in the presence of constraints: a greedy approach. IEEE Transactions on Software Engineering. 2008;34(5):633–650.
  2. 2. Wang W, Sampath S, Lei Y, Kacker R, Kuhn R, Lawrence J. Using combinatorial testing to build navigation graphs for dynamic web applications. Software Testing, Verification and Reliability. 2016; p. n/a–n/a.
  3. 3. Wang W, Lei Y, Liu D, Kung D, Csallner C, Zhang D, et al. A combinatorial approach to detecting buffer overflow vulnerabilities. In: Proc. 41st Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN). IEEE; 2011. p. 269–278.
  4. 4. Borodai SY, Grunskii IS. Recursive generation of locally complete tests. Cybernetics and Systems Analysis. 1992;28(4):504–508.
  5. 5. Lei Y, Carver RH, Kacker R, Kung D. A combinatorial testing strategy for concurrent programs. Software Testing, Verification and Reliability. 2007;17(4):207–225.
  6. 6. Sahib MA, Ahmed BS, Potrus MY. Application of combinatorial interaction design for DC servomotor PID controller tuning. Journal of Control Science and Engineering. 2014;2014:4:4–4:4.
  7. 7. Shasha DE, Kouranov AY, Lejay LV, Chou MF, Coruzzi GM. Using combinatorial design to study regulation by multiple input signals. a tool for parsimony in the post-genomics era. Plant Physiology. 2001;127(4):1590–1594. http://dx.doi.org/10.1104/pp.010683 pmid:11743103
  8. 8. Hoskins DS, Colbourn CJ, Montgomery DC. Software performance testing using covering arrays: efficient screening designs with categorical factors. In: Proceedings of the 5th International Workshop on Software and Performance. WOSP’05. New York, NY, USA: ACM; 2005. p. 131–136. Available from: http://doi.acm.org/10.1145/1071021.1071034.
  9. 9. Tang Y, Cui M, Hua C, Li L, Yang Y. Optimum design of fractional order PID controller for AVR system using chaotic ant swarm. Expert Systems with Applications. 2012;39(8):6887–6896.
  10. 10. Petras I. The fractional-order controllers: Methods for their synthesis and application. Journal of Electrical Engineering. 1999;50(9–10):284–288.
  11. 11. Vinagre BM, Podlubny I, Dorcak L, Feliu V. On fractional PID controllers: a frequency domain approach. In: Proceedings of IFAC Workshop on Digital Control-PID’00, Terrassa, Spain; 2000. p. 53–58.
  12. 12. Dorcak L, Petras I, Kostial I, Terpak J. State-space controller design for the fractional-order regulated system. In: Proceedings of ICCC’2001, Krynica, Poland, May 22—25, 2001; 2002. p. 15–20.
  13. 13. Ma C, Hori Y. Fractional order control and its application of PID controller for robust two-inertia speed control. In: The 4th International Power Electronics and Motion Control Conference, IPEMC 2004. vol. 3; 2004. p. 1477–1482.
  14. 14. Bouafoura MK, Braiek NB. Controller design for integer and fractional plants using piecewise orthogonal functions. Communications in Nonlinear Science and Numerical Simulation. 2010;15(5):1267–1278. http://dx.doi.org/10.1016/j.cnsns.2009.05.047
  15. 15. Zamani M, Karimi-Ghartemani M, Sadati N, Parniani M. Design of a fractional order PID controller for an AVR using particle swarm optimization. Control Engineering Practice. 2009;17(12):1380–1387. http://dx.doi.org/10.1016/j.conengprac.2009.07.005
  16. 16. Meng L, Xue D. Design of an optimal fractional-order PID controller using multi-objective GA optimization. In: Proceedings of the 21st Annual International Conference on Chinese Control and Decision Conference. CCDC’09. Piscataway, NJ, USA: IEEE Press; 2009. p. 3885–3889. https://doi.org/10.1109/CCDC.2009.5191796
  17. 17. Xia CY, Meloni S, Perc M, Moreno Y. Dynamic instability of cooperation due to diverse activity patterns in evolutionary social dilemmas. EPL (Europhysics Letters). 2015;109(5):58002.
  18. 18. Xia CY, Meng XK, Wang Z. Heterogeneous Coupling between Interdependent Lattices Promotes the Cooperation in the Prisoner’s Dilemma Game. PLoS ONE. 2015;10(6):1–13. pmid:26102082
  19. 19. Mahmoud T, Ahmed BS. An efficient strategy for covering array construction with fuzzy logic-based adaptive swarm optimization for software testing use. Expert Systems with Applications. 2015;42(22):8753–8765.
  20. 20. Nie C, Leung H. A survey of combinatorial testing. ACM Comput Surv. 2011;43(2):11:1–11:29.
  21. 21. Grindal M, Offutt J, Andler SF. Combination testing strategies: a survey. Software Testing, Verification and Reliability. 2005;15(3):167–199.
  22. 22. Kuliamin VV, Petukhov AA. A survey of methods for constructing covering arrays. Programming and Computing Software. 2011;37(3):121–146.
  23. 23. Sloane NJA. Covering arrays and intersecting codes. Journal of Combinatorial Designs. 1993;1(1):51–63.
  24. 24. Hartman A. In: Golumbic MC, Hartman IBA, editors. Software and hardware testing using combinatorial covering suites. Graph Theory, Combinatorics and Algorithms: Interdisciplinary Applications, Springer US; 2005: 237–266. https://doi.org/10.1007/0-387-25036-0_10
  25. 25. Ahmed BS, Zamli KZ, Lim CP. Application of particle swarm optimization to uniform and variable strength covering array construction. Applied Soft Computing. 2012;12(4):1330–1347.
  26. 26. Cohen MB, Snyder J, Rothermel G. Testing across configurations: implications for combinatorial testing. SIGSOFT Softw Eng Notes. 2006;31(6):1–9.
  27. 27. Lei Y, Kacker R, Kuhn DR, Okun V, Lawrence J. IPOG-IPOG-D: efficient test Generation for multi-way combinatorial testing. Software Testing, Verification and Reliability. 2008;18(3):125–148.
  28. 28. Cohen MB, Colbourn CJ, Ling ACH. Constructing strength three covering arrays with augmented annealing. Discrete Mathematics. 2008;308(13):2709–2722.
  29. 29. Bryce RC, Colbourn CJ. One-test-at-a-time heuristic search for interaction test suites. In: Proceedings of the 9th Annual Conference on Genetic and Evolutionary Computation. GECCO’07. New York, NY, USA: ACM; 2007. p. 1082–1089. https://doi.org/10.1145/1276958.1277173
  30. 30. Ahmed BS, Abdulsamad TS, Potrus MY. Achievement of minimized combinatorial test suite for configuration-aware software functional testing using the cuckoo search algorithm. Information and Software Technology. 2015;66(C):13–29.
  31. 31. Nurmela KJ. Upper bounds for covering arrays by tabu search. Discrete Applied Mathematics. 2004;138(1–2):143–152.
  32. 32. Pelillo M. In: Boers EJW, editor. Evolutionary game dynamics in combinatorial optimization: an overview. Berlin, Heidelberg: Springer Berlin Heidelberg; 2001. p. 182–192. https://doi.org/10.1007/3-540-45365-2_19
  33. 33. Krohling RA, Rey JP. Design of optimal disturbance rejection PID controllers using genetic algorithms. IEEE Transactions on Evolutionary Computation. 2001;5(1):78–82.
  34. 34. Wu QH, Hogg BW, Irwin GW. A neural network regulator for turbogenerators. Transaction Neural Network. 1992;3(1):95–100. pmid:18276409
  35. 35. Visioli A. Tuning of PID controllers with fuzzy logic. IEE Proceedings—Control Theory and Applications. 2001;148:1–8(7). https://doi.org/10.1049/ip-cta:20010232
  36. 36. AlRashidi MR, El-Hawary ME. A survey of particle swarm optimization applications in electric power systems. IEEE Transactions on Evolutionary Computation 2009;13(4):913–918.
  37. 37. Babu FAGS, Chiranjeevi SBT Implementation of fractional order PID controller for an AVR system using GA and ACO optimization techniques. IFAC-PapersOnLine. 2016;49(1):456–461. http://dx.doi.org/10.1016/j.ifacol.2016.03.096.
  38. 38. Ramezanian H, Balochian S, Zare A. Design of optimal fractional-order PID controllers using particle swarm optimization algorithm for automatic voltage regulator (AVR) system. Journal of Control, Automation and Electrical Systems. 2013;24(5):601–611.
  39. 39. Lee CH, Chang FK. Fractional-order PID controller optimization via improved electromagnetism-like algorithm. Expert Systems with Applications. 2010;37(12):8871–8878.
  40. 40. Gozde H, Taplamacioglu MC. Gozde H, Taplamacioglu MC. Comparative performance analysis of artificial bee colony algorithm for automatic voltage regulator (AVR) system. Journal of the Franklin Institute. 2011;348(8):1927–1946. http://dx.doi.org/10.1016/j.jfranklin.2011.05.012
  41. 41. Zeng GQ, Chen J, Dai YX, Li LM, Zheng CW, Chen MR. Design of fractional order PID controller for automatic regulator voltage system based on multi-objective extremal optimization. Neurocomputing. 2015;160(C):173–184.
  42. 42. Zamani A, Barakati SM, Yousofi-Darmian S. Design of a fractional order PID controller using GBMO algorithm for load–frequency control with governor saturation consideration. ISATransactions. 2016;64:56–66. http://dx.doi.org/10.1016/j.isatra.2016.04.021. pmid:27172840
  43. 43. Arya Y, Kumar N. BFOA-scaled fractional order fuzzy PID controller applied to AGC of multi-area multi-source electric power generating systems. Swarm and Evolutionary Computation. 2016; In Press. http://dx.doi.org/10.1016/j.swevo.2016.08.002.
  44. 44. Panda S, Sahu BK, Mohanty PK. Design and performance analysis of PID controller for an automatic voltage regulator system using simplified particle swarm optimization. Journal of the Franklin Institute. 2012;349(8):2609–2625. http://dx.doi.org/10.1016/j.jfranklin.2012.06.008
  45. 45. Gaing ZL. A particle swarm optimization approach for optimum design of PID controller in AVR system. IEEE Transactions on Energy Conversion. 2004;19(2):384–391.
  46. 46. Sahib MA. A novel optimal PID plus second order derivative controller for AVR system. Engineering Science and Technology, an International Journal. 2015;18(2):194–206. http://dx.doi.org/10.1016/j.jestch.2014.11.006
  47. 47. Oustaloup A. La commande CRONE: commande robuste d’ordre non entier. Traite des nouvelles technologies. Serie Automatique Hermes; 1999.
  48. 48. Podlubny I. Fractional-order systems and PID controllers. IEEE Transactions on Automatic Control. 1999;44(1):208–214.
  49. 49. Harman M, Mansouri SA, Zhang Y. Search-based software engineering: trends, techniques and applications. ACM Computing Surveys. 2012;45(1):11:1–11:61.
  50. 50. Shiba T, Tsuchiya T, Kikuno T. Using artificial life techniques to generate test cases for combinatorial testing. In: Proceedings of the 28th Annual International Computer Software and Applications Conference—Volume 01. COMPSAC’04. Washington, DC, USA: IEEE Computer Society; 2004. p. 72–77. https://doi.org/10.1109/CMPSAC.2004.1342808
  51. 51. Sahib MA, Ahmed BS. A new multiobjective performance criterion used in PID tuning optimization algorithms. Journal of Advanced Research. 2016;7(1):125–134. http://dx.doi.org/10.1016/j.jare.2015.03.004 pmid:26843978