SMAC3
SMAC3 copied to clipboard
Improve documentation
Suggestions:
- organize examples by interfaces
- add new examples
- different initial design
- optimization on a fixed grid of hyperparameters
- add an examples on the warmstarting functionality
- #562
- target function with additional arguments
- [ ] improve documentation for continue, i.e. that the user needs to set
overwriteflag (in the page and the example code) - [ ] add
experimental installationto documentation. especially how to install under windows and WSL as described in #658
- [ ] How to warm start SMAC with previous evaluations
- [ ] More advanced uses of SMAC for
askandtellwith multiple-objectives, see #950
- [ ] #831
- [ ] #858
- [ ] #952
- [ ] #975
- [ ] Document how to setup dask client in facade (e.g. run on slurm)
- [ ] #987
- [ ] Document how to setup dask client in facade (e.g. run on slurm)
Do you use dask_jobqueue by any chance?
@eddiebergman
Do you use dask_jobqueue by any chance?
Yes, I am using dask_jobqueue and the slurm cluster and it works like a charm. :)