- add stochastic hill climbing - random restart hill climbing - stochastic tunneling
0.3.2
- set memory to true - add hill climbing algorithm - add random annealing algorithm
0.3.1
- add memory to lookup score of previous evals to save time - add hyperband initialization
0.3.0
- add evolution strategy optimizer - improvment of neighbour selection of simulated annealing - bug fix in random search
0.2.3
- restructuring of base-, search_space- and model-class - cleanup of all optimizers - using numpy arrays for positions instead of dict - confining the movement in searchspace is done with numpy clip - information flow now similar in all optimizers
0.2.2
- restructuring of model evaluations - bug fix for metrics of warm start points