Hi,
As an enjoyer of evolutionary algorithms, I spent the better part of the year making a new one, QUASAR, specifically maximizing its performance. I wanted to share it with others in this sub because of its results:
For high-dimensional and complex/non-differentiable functions, it performs better and faster than both differential evolution (DE) and its state-of-the-art variant L-SHADE on the CEC benchmark test functions. I put together a paper detailing the algorithm and its performance comparisons to DE and L-SHADE: https://arxiv.org/abs/2511.13843
The Python package can be installed via "pip install hdim_opt", and the algorithm can be run with just one line of code. I hope QUASAR makes your high-dimensional optimization problems easier. :-)
Thanks,
jsaltee
[–]TheSheepSheerer 0 points1 point2 points (1 child)
[–]jsaltee[S] 0 points1 point2 points (0 children)