Research Article

Fractional-Order Predictive Functional Control of Industrial Processes with Partial Actuator Failures

Algorithm 1

Canonical EO.
(1)Randomly initialize configuration SI. Calculate the global fitness of SI termed as C(SI)
(2)Set Sbest = SI and C(Sbest) = C(SI), where Sbest donates the best solution found so far
(3)Repeat
(4) Evaluate the local fitness of each component in the current configuration SI
(5) Obtain a permutation according to the assigned local fitness
(6) Employ mutation operation on worst component and a new configuration is generated
(7) Replace the worst component with the new configuration, unconditionally
(8) Update the Sbest and C(Sbest)
(9)Until some criterion is satisfied;
(10)Return Sbest and C(Sbest)