mirror of
https://github.com/boostorg/math.git
synced 2026-01-29 19:52:08 +00:00
Problem Description: In the jSO algorithm, the external archive was storing successful trials, but according to the original paper, it should store eliminated individuals. The external archive is meant to maintain diversity, and storing successful trials fails to achieve this effect. Solution: Modified the jSO algorithm's external archive update to store eliminated individuals.