Research Article

A Genetic Algorithm Based Minimal Maximal Load Tree Routing Algorithm in Wireless Sensor Networks

Algorithm 1

The procedure of the GA [9, 20].
Generate an initial population;
Compute the fitness function value of each individual;
;
While ()
 Perform selection;
 Perform crossover and generate new offspring;
 Perform mutation;
 Compute the fitness function value of each individual;
++;