- Adds max capabilities for bayesian - documentation
0.0.6
Changes from `tuningdeap` to `configtune` to be more general
0.0.5
- New tuner `TuningBayes` for bayesian optimization with time and iteration options - Standardized the tuners to have the same API, some breaking changes - Tests and minor bug fixes, spelling
0.0.4
- Added timing - Added warm start initialization for the population - Bug fix for outputting config params with values - Example code for using an MLP with `tuningDeap` - More tests
0.0.3
- Adds a timing feature to run the tuner for a specified amount of time - Added categorical features option for tuning - Changes the way to use the constructor and specify `output_dir` and `minimize` - More tests
0.0.2
- New, easier to read schema - Better tests and logging handling