Skip to content

0.6.1

Compare
Choose a tag to compare
@rodrigo-arenas rodrigo-arenas released this 04 Aug 16:07
· 153 commits to master since this release
e733cb7

This is a minor release that fixes a couple of bugs and adds some minor options.

Features:

  • Added the parameter generations to DeltaThreshold. Now it compares the maximum and minimum values of a metric from the last generations, instead of just the current and previous ones. The default value is 2, so the behavior remains the same as in previous versions.

Bug Fixes:

  • When a param_grid of length 1 is provided, a user warning is raised instead of an error. Internally it will swap the crossover operation to use the DEAP's tools.cxSimulatedBinaryBounded.
  • When using Continuous class with boundaries lower and upper, a uniform distribution with limits [lower, lower + upper] was sampled, now, it's properly sampled using a [lower, upper] limit.