Research Article

The Effect of Entropy on the Performance of Modified Genetic Algorithm Using Earthquake and Wind Time Series

Pseudocode 1

Algorithm GAP.
Start the first population with the transformation function.
Calculate the entropy of the population.
While the criteria of end is not satisfied.
For each individual.
Use the selection criteria of new population.
Calculate new entropy of the population and adjust of all the new population.
End For.
End While.
Save in C, the processed data.