ray/python
markgoodhead 20a155d03d [Tune] Support initial parameters for SkOpt search algorithm (#4341)
Similar to the recent change to HyperOpt (#https://github.com/ray-project/ray/pull/3944) this implements both:
1. The ability to pass in initial parameter suggestion(s) to be run through Tune first, before using the Optimiser's suggestions. This is for when you already know good parameters and want the Optimiser to be aware of these when it makes future parameter suggestions.
2. The same as 1. but if you already know the reward value for those parameters you can pass these in as well to avoid having to re-run the experiments. In the future it would be nice for Tune to potentially support this functionality directly by loading previously run Tune experiments and initialising the Optimiser with these (kind of like a top level checkpointing functionality) but this feature allows users to do this manually for now.
2019-03-16 23:11:30 -07:00
..
benchmarks Change timeout from milliseconds to seconds in ray.wait. (#3706) 2019-01-08 21:32:08 -08:00
ray [Tune] Support initial parameters for SkOpt search algorithm (#4341) 2019-03-16 23:11:30 -07:00
asv.conf.json [asv] Pushing to s3 (#2246) 2018-06-20 10:43:44 -07:00
build-wheel-macos.sh Build wheels for macOS with Bazel (#4280) 2019-03-15 10:37:57 -07:00
build-wheel-manylinux1.sh Build wheels for macOS with Bazel (#4280) 2019-03-15 10:37:57 -07:00
CMakeLists.txt Migrate Python C extension to Cython (#3541) 2019-01-24 09:17:14 -08:00
README-benchmarks.rst [rllib][asv] Support ASV for RLlib (#2304) 2018-06-28 17:20:09 -07:00
README-building-wheels.md fix wheel building doc (#4360) 2019-03-13 23:11:30 -07:00
setup.py Build wheels for macOS with Bazel (#4280) 2019-03-15 10:37:57 -07:00