Skip to content

mlrose 1.3.0

Latest
Compare
Choose a tag to compare
@gkhayes gkhayes released this 03 Nov 04:01
· 2 commits to master since this release

This release:

  • Adds "fast mimic" option to MIMIC algorithm. This allows the algorithm to compute the mutual information in vectorized form, which results in faster speed but requires more memory.
  • Corrects an error in the Six Peaks fitness function.
  • Updates the fitness curve function in the Hill Climb algorithm to update each time a better state is found, rather than once per restart.