I need to know the most recent Artificial Intelligent (AI) and Evolutionary Algorithm (EA) Optimization methods to solve Optimal Power Flow Optimization problem.
Prey predator algorithm is also one of the recent algorithm and a more general swarm intelligence where some of well known algorithms fall as its special case. It also has some strong properties like tuning exploration and exploitation easily.
Optimal power flow problems can be tackled by using CMAES.
Depending of your fitness ( if there are a lot of plateau or neutral area) then some method favoring the exploration like Differential Evolution.
If you have to deal with noisy optimization when multiple evaluation of the same candidate solutions return different value, because of some random noise. Then you should take a look at bayesian optimization