gmontamat / gentun

Hyperparameter tuning for machine learning models using a distributed genetic algorithm
Apache License 2.0
83 stars 22 forks source link

Minor improvements and updated dependencies #11

Closed gmontamat closed 5 years ago

gmontamat commented 5 years ago

This PR updates all dependencies to newest stable versions and fixes some confusing naming conventions. We now raise an exception when the population size is not compatible with the tournament size of the genetic algorithm.