At this line,
|
recombinant = recombination(population[idx]; rng=rng) |
, where the
recombination function is invoked in the
ES implementation, because
rng is passed as a kwarg unconditionally, using the default
|
recombination::T1 = first, |
, causes an error.
SciML/Optimization.jl#467