- μDEA is a micro-differential evolution algorithm with extra moves along the axes to improve exploration. It supplements the perturbation performed by a small population.
- It was tested on 76 benchmark problems up to 1000 dimensions and compared to μDE, JADE, SADE, and MDE-pBX.
- Results showed μDEA performed equal to or better than the other algorithms on most problems, as evidenced by average fitness values and Wilcoxon rank-sum tests. Its simplicity and low computational overhead make it suitable for real-time applications.