SMAC3 icon indicating copy to clipboard operation
SMAC3 copied to clipboard

Improve documentation

Open mfeurer opened this issue 6 years ago • 7 comments

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

mfeurer avatar Dec 03 '19 13:12 mfeurer

  • [ ] improve documentation for continue, i.e. that the user needs to set overwrite flag (in the page and the example code)
  • [ ] add experimental installation to documentation. especially how to install under windows and WSL as described in #658

benjamc avatar Mar 30 '23 08:03 benjamc

  • [ ] How to warm start SMAC with previous evaluations
  • [ ] More advanced uses of SMAC for ask and tell with multiple-objectives, see #950

eddiebergman avatar Mar 30 '23 11:03 eddiebergman

  • [ ] #831
  • [ ] #858
  • [ ] #952

benjamc avatar Apr 17 '23 09:04 benjamc

  • [ ] #975

timruhkopf avatar Apr 17 '23 13:04 timruhkopf

  • [ ] Document how to setup dask client in facade (e.g. run on slurm)
  • [ ] #987

benjamc avatar Apr 21 '23 09:04 benjamc

  • [ ] Document how to setup dask client in facade (e.g. run on slurm)

Do you use dask_jobqueue by any chance?

eddiebergman avatar Apr 22 '23 19:04 eddiebergman

@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. :)

benjamc avatar Apr 25 '23 12:04 benjamc