ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
44 stars 23 forks source link

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

Open PeterDSteinberg opened 7 years ago

PeterDSteinberg commented 7 years ago

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.