At this line, https://github.com/wildart/Evolutionary.jl/blob/cf3f2fbf5e1be13d6f5db23eabe5dbfab4d5b688/src/es.jl#L100, where the `recombination` function is invoked in the `ES` implementation, because `rng` is passed as a kwarg unconditionally, using the default https://github.com/wildart/Evolutionary.jl/blob/cf3f2fbf5e1be13d6f5db23eabe5dbfab4d5b688/src/es.jl#L30, causes an error. https://github.com/SciML/Optimization.jl/issues/467
At this line, https://github.com/wildart/Evolutionary.jl/blob/cf3f2fbf5e1be13d6f5db23eabe5dbfab4d5b688/src/es.jl#L100, where the
recombinationfunction is invoked in theESimplementation, becauserngis passed as a kwarg unconditionally, using the default https://github.com/wildart/Evolutionary.jl/blob/cf3f2fbf5e1be13d6f5db23eabe5dbfab4d5b688/src/es.jl#L30, causes an error. SciML/Optimization.jl#467