From: A review of estimation of distribution algorithms in bioinformatics
| Set t ← 0. Generate M points randomly |
|---|
| Do |
| Evaluate the points using the fitness function |
| Select a set S of N ≤ M points according to a selection method |
| Estimate a probabilistic model for S |
| Generate M new points sampling from the distribution represented in the model |
| t ← t + 1 |
| until Termination criteria are met |