Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default for recombination in ES causes error due to rng kwarg #105

Open
Vaibhavdixit02 opened this issue Feb 7, 2023 · 0 comments · May be fixed by #121
Open

Default for recombination in ES causes error due to rng kwarg #105

Vaibhavdixit02 opened this issue Feb 7, 2023 · 0 comments · May be fixed by #121
Labels

Comments

@Vaibhavdixit02
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants