Research Article

An Improved Topology of Isolated Bidirectional Resonant DC-DC Converter Based on Wide Bandgap Transistors for Electric Vehicle Onboard Chargers

Algorithm 1

Pseudocode of the genetic algorithm [24].
(1)Initialize random population;
(2)Evaluate the population;
(3)Generation = 0;
(4)While the termination criterion is not satisfied do
(5) Generation = generation + 1;
(6) Select elite individuals with lower fitness scores;
(7) Perform crossover with probability crossover;
(8) Perform mutation with probability mutation;
(9) Evaluate the population;
(10)End while
(11)Return the best individual during the evolution;