Skip to content

Commit

Permalink
Update katib-config document to describe suggestion service images
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Apr 18, 2020
1 parent 5a5f1a5 commit cb75738
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,13 @@ All of these settings except **`image`** can be omitted. If you don't specify an

1. `image` - Docker image name for the `random` suggestion.

**Must be specified**.
**Must be specified**. You can specify following images:

- `suggestion-chocolate`: [chocolate](https://github.com/AIworx-Labs/chocolate) based suggestion service which supports `grid`, `chocolate-random`, `chocolate-quasirandom`, `chocolate-bayesian-optimization` and `chocolate-mocmaes`.
- `suggestion-goptuna`: [Goptuna](https://github.com/c-bata/goptuna) based suggestion service which supports `cmaes`, `tpe` and `random`.
- `suggestion-hyperband`: [HpBandSter](https://github.com/automl/HpBandSter) based suggestion service which supports `hyperband`.
- `suggestion-hyperopt`: [hyperopt](https://github.com/hyperopt/hyperopt) based suggestion service which supports `tpe` and `random`.
- `suggestion-skopt`: [scikit-optimize](https://github.com/scikit-optimize/scikit-optimize) based suggestion service which supports `bayesianoptimization`.

1. `imagePullPolicy` - `Random` suggestion container [image pull policy](https://kubernetes.io/docs/concepts/configuration/overview/#container-images).

Expand Down

0 comments on commit cb75738

Please sign in to comment.