Research Article

Analysis of Constraint-Handling in Metaheuristic Approaches for the Generation and Transmission Expansion Planning Problem with Renewable Energy

Algorithm 1

Simple genetic algorithm.
1: initialize population
2: while termination criterion is not reached do
3:  evaluate population using fitness function
4:  select individuals
5:  perform crossover and mutation
6:  update population
7: end while