Skip to content

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

@Vaibhavdixit02

Description

@Vaibhavdixit02

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. SciML/Optimization.jl#467

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions