|
Algorithm 3. The pseudocode of the proposed local search procedure |
| Inputs: search agents (), the best search agent (), current iteration (), maximum number of iterations (), and lower () and upper () boundaries of search space |
| Outputs: the best search agent () and its fitness () |
| for () |
| Select and randomly from the X |
| Calculate using Equation (53) |
| Obtain using Equation (52) |
| Check and rectify the using Equation (45) |
| Compute by Equation (42) |
| if
|
|
|
|
|
| end if |
| end for |
| Return and
|