An Investigation of the Hybridization of DE and BFGS Algorithms
Table 1: Pseudocode of the DE algorithm
Line | Pseudocode |
1 | Generate an initial population randomly |
2 | while stop criteria is not satisfied do |
3 | Perform mutation |
4 | Perform crossover and get a trial vector |
5 | Perform selection |
6 | end while |