https://github.com/kubeflow/katib
Revision 2238eee065c50ce449602afa4cce052ef049e490 authored by Masashi SHIBATA on 16 April 2020, 17:12:46 UTC, committed by GitHub on 16 April 2020, 17:12:46 UTC
* Add goptuna dependencies

* Implement Goptuna based suggestion service

* Add test cases

* Validate duplicated parameters

* Add test cases

* Support step argument

* Update vendor files

* Support step argument for INT

* Use new suggest APIs

* Add refactor changes

* Apply review feedbacks

* Update vendor files

* Apply review feedbacks

* Fix tests

* Add some refactor changes and add code comments

* Fix tests

* Refactor blank lines of import statements

* Provide more algorithm settings

* Create goptuna study and search space at first get suggestoins request

* Compare trial parameters exactly

* Fix isSameTrialParam() and refactor logging
1 parent 81d1623
History
Tip revision: 2238eee065c50ce449602afa4cce052ef049e490 authored by Masashi SHIBATA on 16 April 2020, 17:12:46 UTC
Add Goptuna based suggestion service for CMA-ES. (#1131)
Tip revision: 2238eee
File Mode Size
.github
cmd
docs
examples
hack
manifests
pkg
scripts
test
vendor
.dockerignore -rw-r--r-- 135 bytes
.gcloudignore -rw-r--r-- 40 bytes
.gitignore -rw-r--r-- 993 bytes
.travis.yml -rw-r--r-- 896 bytes
CHANGELOG.md -rw-r--r-- 8.6 KB
Gopkg.lock -rw-r--r-- 41.4 KB
Gopkg.toml -rw-r--r-- 2.8 KB
LICENSE -rw-r--r-- 11.1 KB
Makefile -rw-r--r-- 1.1 KB
OWNERS -rw-r--r-- 178 bytes
PROJECT -rw-r--r-- 66 bytes
README.md -rw-r--r-- 11.7 KB
ROADMAP.md -rw-r--r-- 1.2 KB
prow_config.yaml -rw-r--r-- 2.6 KB
setup.py -rw-r--r-- 72 bytes

README.md

back to top