Closed StefanPofahl closed 1 year ago
The issue seems to be that the default for recombination
field in ES
in Evolutionary.jl is the first
function but the invocation of recombination
passes a rng
kwarg. If you use one of the suggested recombination strategies in https://github.com/wildart/Evolutionary.jl/blob/c55454d83cd31f936d1433d4d5e5c66807929866/docs/src/crossover.md#L15 like average
it doesn't error. Though it doesn't seem to optimize even then but I haven't looked into that yet
Opened an issue for this in Evolutionary.jl
I wonder if there is an example available how to use the function:
Evolutionary.ES()
The following example fails on both Julia_LTS and Julia v1.8.3:Are there any ideas? Regards, Stefan