Skip to content

EA algorithm - how many models to select - mu or k? #218

@PeterDSteinberg

Description

@PeterDSteinberg

Look at NSGA-2 examples for deap and other NSGA-2 papers/code and check this line in elm/model_selection/evolve.py. There the length of the population should be mu and I think that select should be called with k as an argument (e.g. mu=32, k=16) but select is called with mu.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions