Skip to main content

Table 1 Simple genetic algorithm

From: Multi-model inference using mixed effects from a linear regression based genetic algorithm

Step

Description

1

Initialize a random population of pop.size individuals, goto step 4.

2

Select the more fit individuals to form a new population.

3

Modify genetic material of the individuals in this new population by applying genetic operators: mutation and cross-over.

4

Evaluate fitness of the population. If no solution found goto step 2, else end.