Evolutionary.jl
Evolutionary.jl copied to clipboard
Default for `recombination` in `ES` causes error due to `rng` kwarg
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