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.