• Tidak ada hasil yang ditemukan

To explain the strategic search techniques employed by the eBPA, a hypothetical example will be used in performing the illustration. This example will broadly represents an optimization problem.

Assuming that the optimization function 𝑓(π‘₯) is a maximization problem, the objective will be to determine the optimal solution vector π‘₯βˆ—βˆˆ 𝑋; 𝑋 represents the solution space of feasible solutions.

This solution space is constrained by linear and non-linear equations 𝑔(π‘₯) {≀, =, β‰₯} 0. The intent of this illustration is to discuss the possible steps taken by the eBPA in locating the global optimum point.

Figure A.1 graphically illustrates the problem. The search space is seen to have three local optimum points; these are located at points 𝑓(π‘₯𝑐), 𝑓(π‘₯𝑔) and 𝑓(π‘₯𝑗) respectively. The solution vectors used to determine these points are π‘₯𝑐, π‘₯𝑔 and π‘₯𝑗 respectively. The global optimum point is situated at point 𝑓(π‘₯𝑗). The neighborhood regions underlining these local optimum points are 𝑁1, 𝑁2 and 𝑁3 respectively. Falling within these neighborhood regions, are solution points which will be to explain the trajectory of the search. Amongst these is 𝑓(π‘₯π‘Ž). This point will be the point of departure.

Figure A.1: Illustration of a hypothetical optimization problem having three local optimum points

133

The parameter settings of the eBPA will be as follows: the Performance List size (𝑃𝐿_𝑠𝑖𝑧𝑒) will be 3, the probability factor (π‘π‘Ž) will be set at 0.05, and the π‘›π‘œπ‘‚π‘“πΌπ‘‘π‘’π‘Ÿπ‘Žπ‘‘π‘–π‘œπ‘›π‘  for which to execute will be set at 30.

The 𝑃𝐿 size will be strategically reduced by 1 every π‘Ÿπ‘’π‘‘π‘’π‘π‘’π‘ƒπΏ number of iterations; let’s assume that π‘Ÿπ‘’π‘‘π‘’π‘π‘’π‘ƒπΏ = π‘›π‘œπ‘‚π‘“πΌπ‘‘π‘’π‘Ÿπ‘Žπ‘‘π‘–π‘œπ‘›π‘ /𝑃𝐿_𝑠𝑖𝑧𝑒. To trace through the steps of the algorithm, we maintain a table consisting of the decision variables. The table updates will monitor the variable state changes, in tracing through the search from its initial point of departure at point 𝑓(π‘₯π‘Ž) to its optimum point 𝑓(π‘₯𝑗). For consistency, the first iteration will be indexed at 0.

Table A.1 shows the initial values of the decision variables, at iteration 0. 𝑃𝐿0 is initialized to π‘₯π‘Ž, and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠0 is initialized to 𝑓(π‘₯π‘Ž). We assume solution vector π‘₯π‘Ž had been randomly generated.

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” is set to π‘₯π‘Ž, all indices point to index 0, and π‘‘π‘œπ‘”π‘”π‘™π‘’ is initialized to be true.

Table A.1: Variables state changes at iteration 0

Figure A.2 shows the sequences of events for iterations 1 and 2. The decision variable updates are seen in Table A.2. Arc 1, in Figure A.2 (which relates to iteration 1), shows a transition from point 𝑓(π‘₯π‘Ž) to point 𝑓(π‘₯𝑏). This transition had been determined by implementing a move on solution vector π‘₯π‘Ž; this determined solution vector π‘₯𝑏. Solution vector π‘₯𝑏, and its fitness value 𝑓(π‘₯𝑏), got inserted

Iteration

0 Performance List

size 𝑃𝐿_𝑠𝑖𝑧𝑒 3

Working Solutions

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” π‘₯π‘Ž

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— -

The 𝑃𝐿 and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠

lists

0 π‘₯π‘Ž | 𝑓(π‘₯π‘Ž)

1 -

2 -

Solution Indices

𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ 0 π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ 0 π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ 0

Toggle Variable π‘‘π‘œπ‘”π‘”π‘™π‘’ true

134

into the Performance List’s at index 1. As the Performance List’s are not fully populated as yet, the admittance criterion of the worst solution does not come into play. π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ immediately points to the newly inserted solution, and now has the value of 1. Since point 𝑓(π‘₯𝑏) has improved upon point 𝑓(π‘₯π‘Ž), 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ has now been set to 1. The π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ remains at 0.

At this point, a random number in the range of [0,1] is generated and compared against π‘π‘Ž. Assuming that the probability condition did not get met, π‘‘π‘œπ‘”π‘”π‘™π‘’ remains true. However, in these particular cases, even if π‘‘π‘œπ‘”π‘”π‘™π‘’ were to be set to false, it would make no difference. Reason being, the updated working solution π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— is the same solution which just got inserted into the memory structure.

Therefore, this solution would be the next π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” solution.

Arc 2, in Figure A.2 shows a transition from point 𝑓(π‘₯𝑏) to point 𝑓(π‘₯𝑑); this occurred as a move was implemented on solution vector π‘₯𝑏. This move transition relates to iteration 2. With index 2 in the Performance List’s being unpopulated, the solution vector π‘₯𝑑, and its corresponding fitness value 𝑓(π‘₯𝑑), got inserted at this index. As can be seen, solution vector π‘₯𝑑 is a dis-improved move; it falls below the point of 𝑓(π‘₯𝑏). Being a dis-improved move, the 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ remains unchanged. The π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ has now been updated to be 2. The π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ remains unchanged, as 𝑓(π‘₯𝑑) is still an improved point over 𝑓(π‘₯π‘Ž).

At this point, with the Performance List’s being fully populated, the admittance criterion of the worst solution will come into play. This is seen as a horizontal line across point 𝑓(π‘₯π‘Ž). The level set by this horizontal line is the minimum requirement of acceptance across the entire search space 𝑋 (i.e. any solution determined below this level will immediately be rejected). Assuming the probability condition remained unsatisfied, π‘‘π‘œπ‘”π‘”π‘™π‘’ remains true.

135

Figure A.2: Sequences of moves for iterations 1 and 2

Table A.2: Variables state changes for iterations 0 to 2

Figure A.3 shows a move transition from point 𝑓(π‘₯𝑑) to point 𝑓(π‘₯𝑐). This is indicated by arc 3. 𝑓(π‘₯𝑐) is the local optimum point of neighborhood structure 𝑁1. Point 𝑓(π‘₯𝑐) improves upon the fitness as indicated by the π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ (i.e. 𝑃𝐿_πΉπ‘–π‘‘π‘›π‘’π‘ π‘ π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ = 𝑓(π‘₯π‘Ž)). Therefore, solution vector π‘₯𝑐, and its fitness value 𝑓(π‘₯𝑐), has now been inserted at index 0 into the Performance List’s. As an update

Iterations

0 1 2

Performance List

size 𝑃𝐿_𝑠𝑖𝑧𝑒 3 3 3

Working Solutions

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” π‘₯π‘Ž π‘₯π‘Ž π‘₯𝑏

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— - π‘₯𝑏 π‘₯𝑑

The 𝑃𝐿 and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠

lists

0 π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) 1 - π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏)

2 - - π‘₯𝑑 | 𝑓(π‘₯𝑑)

Solution Indices

𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ 0 1 1

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ 0 1 2

π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ 0 0 0

Toggle Variable π‘‘π‘œπ‘”π‘”π‘™π‘’ true true true

136

of the memory structure has just been realized, the π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ immediately points to index 0.

Since point 𝑓(π‘₯𝑐) has improved upon point 𝑓(π‘₯𝑏), the 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ has also been assigned to index 0.

At this step, π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ needs to be re-determined; it resultantly had been assigned to index 2.

Hence, the horizontal lower-bound of admittance just got elevated to point 𝑓(π‘₯𝑑). Assuming the probability condition remained unsatisfied, π‘‘π‘œπ‘”π‘”π‘™π‘’ remains true. The variable updates are seen in Table A.3, under iteration 3.

Figure A.3: Sequences of moves for iteration 3

Table A.3: Variables state changes for iterations 0 to 3 Iterations

0 1 2 3

Performance List

size 𝑃𝐿_𝑠𝑖𝑧𝑒 3 3 3 3

Working Solutions

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” π‘₯π‘Ž π‘₯π‘Ž π‘₯𝑏 π‘₯𝑑

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— - π‘₯𝑏 π‘₯𝑑 π‘₯𝑐

The 𝑃𝐿 and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠

lists

0 π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯𝑐 | 𝑓(π‘₯𝑐) 1 - π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) 2 - - π‘₯𝑑 | 𝑓(π‘₯𝑑) π‘₯𝑑 | 𝑓(π‘₯𝑑)

Solution Indices

𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ 0 1 1 0

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ 0 1 2 0

π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ 0 0 0 2

Toggle Variable π‘‘π‘œπ‘”π‘”π‘™π‘’ true true true true

137

Assuming no improved moves were determined at iterations 4, 5 and 6, Figure A.4 shows move transitions in breaking out of a possible cycle. This is indicated by arcs 4 and 5, and relates to iterations 7 and 8 respectively. Iterations 7 and 8 are documented in Table A.4. A cycle could occur if solution π‘₯𝑐 continuously determined a dis-improved move to solution π‘₯𝑒, which then returned back to π‘₯𝑐. The move from point 𝑓(π‘₯𝑐) to point 𝑓(π‘₯𝑒) is indicated by arc 4. This move has occurred at iteration 7. At this iteration, we see that the probability condition π‘…π‘Žπ‘›π‘‘π‘œπ‘š[0,1] < π‘π‘Ž has now been satisfied.

Immediately, π‘‘π‘œπ‘”π‘”π‘™π‘’ is set to false. This means that π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— will become the next π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” solution, at iteration 8. The acceptance of this move shows a transition from neighborhood region 𝑁1 to neighborhood region 𝑁2.

Arc 5, at iteration 8, shows an improved move made from point 𝑓(π‘₯𝑒) to point 𝑓(π‘₯𝑓). 𝑓(π‘₯𝑓) improves upon the worst point 𝑓(π‘₯𝑑), therefore an update of the Performance List’s are required. The insert is performed at index 2. The π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ and 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ (as 𝑓(π‘₯𝑓) is the best point found so far) get re-assigned to point to index 2. The π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ gets re-assigned to point to index 1. With the probability condition being unsatisfied, π‘‘π‘œπ‘”π‘”π‘™π‘’ remains true; π‘‘π‘œπ‘”π‘”π‘™π‘’ had been reset to true at the point of having determined π‘₯𝑓.

Figure A.4: Illustrating state transitions in breaking out of a possible cycle

138

Table A.4: Variables state changes for iterations 0 to 8

Iterations 9 and 10, as seen in Table A.5 show no improvement. However, at iteration 10, the resize() condition gets satisfied. To perform the resize, solution swaps are required. Here, the solutions referred to by the π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ (i.e. index 1) need to be swapped with the solutions referred to by the last index (i.e. index 2), in the Performance List’s. As the solutions referred to by index 2 is the 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ and π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯, these indices get re-assigned to point to index 1. The 𝑃𝐿_𝑠𝑖𝑧𝑒 then gets reduced by 1; it now has the size of 2. At this point the π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ gets re-determined, and points to index 0 which refers to point 𝑓(π‘₯𝑐). The horizontal line correspondingly elevates to the level at point 𝑓(π‘₯𝑐). This is seen in Figure A.5. This strategy further restricts the admittance criterion, making it more difficult for a memory structure to be updated.

Iterations

0 1 2 3 … 7 8

𝑃𝐿 size Performance

List size 3 3 3 3 … 3 3

Working Solutions

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” π‘₯π‘Ž π‘₯π‘Ž π‘₯𝑏 π‘₯𝑑 … π‘₯𝑐 π‘₯𝑒

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— - π‘₯𝑏 π‘₯𝑑 π‘₯𝑐 … π‘₯𝑒 π‘₯𝑓

The 𝑃𝐿 and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠

lists

0 π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯𝑐 | 𝑓(π‘₯𝑐) … π‘₯𝑐 | 𝑓(π‘₯𝑐) π‘₯𝑐 | 𝑓(π‘₯𝑐) 1 - π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) … π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) 2 - - π‘₯𝑑 | 𝑓(π‘₯𝑑) π‘₯𝑑 | 𝑓(π‘₯𝑑) … π‘₯𝑑 | 𝑓(π‘₯𝑑) π‘₯𝑓 | 𝑓(π‘₯𝑓)

Solution Indices

𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ 0 1 1 0 … 0 2

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ 0 1 2 0 … 0 2

π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ 0 0 0 2 … 2 1

Toggle Variable π‘‘π‘œπ‘”π‘”π‘™π‘’ true true true true … false true

139

Figure A.5: Illustration of how the admittance criterion further restricts when the 𝑃𝐿 reduces in size

Table A.5: Variables state changes for iterations 0 to 10

In Figure A.6, arc 6 shows an improved move transition from point 𝑓(π‘₯𝑓) to point 𝑓(π‘₯𝑔); this occurs at iteration 16. The variable state changes are seen in Table A.6. Point 𝑓(π‘₯𝑔) improves upon point 𝑓(π‘₯𝑐), therefore the Performance List’s get updated at index 0. The π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ and 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ (as point 𝑓(π‘₯𝑔) is now the best solution determined so far) are assigned to point to index 0. The

Iterations

0 1 2 3 … 7 8 9 10

𝑃𝐿 size Performance

List size 3 3 3 3 … 3 3 3 2

Working Solutions

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘” π‘₯π‘Ž π‘₯π‘Ž π‘₯𝑏 π‘₯𝑑 … π‘₯𝑐 π‘₯𝑒 π‘₯𝑓 π‘₯𝑓

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”βˆ— - π‘₯𝑏 π‘₯𝑑 π‘₯𝑐 … π‘₯𝑒 π‘₯𝑓 π‘₯𝑓′ π‘₯𝑓′

The 𝑃𝐿 and 𝑃𝐿_𝐹𝑖𝑑𝑛𝑒𝑠𝑠

lists

0 π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯π‘Ž | 𝑓(π‘₯π‘Ž) π‘₯𝑐 | 𝑓(π‘₯𝑐) … π‘₯𝑐 | 𝑓(π‘₯𝑐) π‘₯𝑐 | 𝑓(π‘₯𝑐) π‘₯𝑐 | 𝑓(π‘₯𝑐) π‘₯𝑐 | 𝑓(π‘₯𝑐) 1 - π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) … π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑏 | 𝑓(π‘₯𝑏) π‘₯𝑓 | 𝑓(π‘₯𝑓) 2 - - π‘₯𝑑 | 𝑓(π‘₯𝑑) π‘₯𝑑 | 𝑓(π‘₯𝑑) … π‘₯𝑑 | 𝑓(π‘₯𝑑) π‘₯𝑓 | 𝑓(π‘₯𝑓) π‘₯𝑓 | 𝑓(π‘₯𝑓) π‘₯𝑏 | 𝑓(π‘₯𝑏)

Solution Indices

𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ 0 1 1 0 … 0 2 2 1

π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ 0 1 2 0 … 0 2 2 1

π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ 0 0 0 2 … 2 1 1 0

Toggle Variable π‘‘π‘œπ‘”π‘”π‘™π‘’ true true true true … false true true true

140

π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ is re-determined and now points to index 1. Point 𝑓(π‘₯𝑔) is the local optimum point of the neighborhood region 𝑁2. With the horizontal line moving up to point 𝑓(π‘₯𝑓), the admittance criterion constrains even further. Assuming that the probability condition did not get satisfied, π‘‘π‘œπ‘”π‘”π‘™π‘’ remains unchanged. A point of interest is that no solution from the neighborhood region 𝑁1 will be accepted, as the point 𝑓(π‘₯𝑓) supersedes the local optimum point 𝑓(π‘₯𝑐).

At iteration 20, no improved solution gets registered. However, the resize() condition has now been satisfied. At this step, the solutions pointed to be the π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ (i.e. index 1) need to be swapped with the solutions at the last index (i.e. index 1). Since both indices are the same, no swap is required.

Therefore, the 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ and the π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯ remain the same. The 𝑃𝐿_𝑠𝑖𝑧𝑒 is then reduced by 1; it now has the size of 1. The π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ gets re-determined, and now points to index 0. With the quality of the worst solution having been increased, the admittance criterion restricts yet further. This is indicated by the horizontal line being elevated to point 𝑓(π‘₯𝑔). We assume π‘‘π‘œπ‘”π‘”π‘™π‘’ remains unchanged.

The restriction of the admittance criterion forces the search to break beyond the local optimum point 𝑓(π‘₯𝑔), of neighborhood region 𝑁2, to point 𝑓(π‘₯β„Ž), of neighborhood region 𝑁3. The transition is seen by arc 7 at iteration 23. Solution π‘₯β„Ž, and its fitness value 𝑓(π‘₯β„Ž), get inserted into the Performance List’s at index 0. The π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯, 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯ and π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ remains at 0. π‘‘π‘œπ‘”π‘”π‘™π‘’ remains true.

At iteration 24, a move is applied to solution vector π‘₯β„Ž; this determined an improved solution π‘₯𝑖. This is seen by arc 8, which points to location 𝑓(π‘₯𝑖). The Performance List’s get appropriately updated.

The π‘€π‘œπ‘Ÿπ‘˜π‘–π‘›π‘”πΌπ‘›π‘‘π‘’π‘₯, 𝑏𝑒𝑠𝑑𝐼𝑛𝑑𝑒π‘₯, π‘€π‘œπ‘Ÿπ‘ π‘‘πΌπ‘›π‘‘π‘’π‘₯ and π‘‘π‘œπ‘”π‘”π‘™π‘’ remain unchanged.

At iteration 29, greater levels of exploitation are experienced. This pushes the trajectory of the search to global optimum point 𝑓(π‘₯𝑗). π‘₯𝑗 and 𝑓(π‘₯𝑗) get inserted into the Performance List’s. At the end of this iteration, the termination criterion is satisfied. At this point, solution vector π‘₯𝑗 is returned as the final solution.