Skip to content

0.3.0

Choose a tag to compare

@rodrigo-arenas rodrigo-arenas released this 28 May 02:51
· 450 commits to master since this release
afe563d

Features:

  • Added the space module to control better the data types and ranges of each hyperparameter, their distribution to sample random values from, and merge all data types in one Space class that can work with the new param_grid parameter
  • Changed the continuous_parameters, categorical_parameters and integer_parameters for the param_grid, the first ones still work but will be removed in a next version
  • Added the option to use the eaMuCommaLambda algorithm from deap
  • The mu and lambda_ parameters of the internal eaMuPlusLambda and eaMuCommaLambda now are in terms of the initial population size and not the number of generations