swh:1:snp:e77894886b450c6109aac4a3cdd519d6ed38b51f

sort by:
Revision Author Date Message Commit Date
697790f Experiment: Use all assignments when Suggestion is failed/exhausted When there is no Experiment goal, mark the Experiment as succeeded. Else, if the goal is not reached, mark it as failed. 09 June 2020, 15:44:34 UTC
d5b1d53 Suggestion: Mark suggestion as Exhausted if RPC returns NotFound Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
80005ab Suggestion: Introduce Suggestion Exhausted status Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
c0423b2 Suggestion: Continue if assignments returned are less than the requested If get suggestions RPC fails when receiving less assignments than the requested amount, we lose assignments and, thus, have less trials to execute. With this commit, we log the fact that there is a difference between the two, however we proceed with experiment execution. Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
352a9f1 Experiment: Wait for active trials when suggestion is failed Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
0855a16 Mark Suggestion failed if GetSuggestion gRPC fails Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
284cbfc Chocolate: Return gRPC error when generating no new assignments Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com> 09 June 2020, 15:44:34 UTC
a6cf636 Add citation information (#1210) * Add citation information * Update README.md * Update README.md 06 June 2020, 02:17:45 UTC
c2c5288 Python SDK for katib (#1177) * python SDK for katib with docs and examples * Update README.md * Update README.md * Update bayesianoptimization-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Create OWNERS * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update tfjob-katib-sdk.ipynb * Update bayesianoptimization-katib-sdk.ipynb * Update OWNERS * Update README.md * updated changes as per review comments * Update README.md * Update README.md * Added pip installation for katib sdk and removed status from get_optimal_hyperparamater API * Update README.md * Updated changes for delete_exp and removed unused imports 04 June 2020, 02:34:43 UTC
2179c16 Rename algorithm_setting to algorithm_settings in manager (#1204) 03 June 2020, 15:10:20 UTC
1039299 Add link to darts in training container images list doc (#1201) 02 June 2020, 01:42:15 UTC
5df1bd2 Re: Support string metrics values in Controller (#1200) * Support string metrics * Fix error in e2e tests 29 May 2020, 03:23:15 UTC
6ae79ca Modify new algorithm service doc (#1198) * Add step to new algorithm service doc to modify check Katib ready script * Add link to script 28 May 2020, 01:58:02 UTC
6e7a1aa Katib v1beta1 version (#1197) * Add v1beta1 version * Swagger for v1alpha3 and v1beta1 versions Fix format in bash scripts * Change make build to make buildv1alpha3 * Add folder path to python test * Fix folder in python test * Add goptuna and darts suggestions to check-katib-ready * Disable custom metrics collector e2e in v1beta1 28 May 2020, 01:54:02 UTC
b4dd083 Add more algorithm settings to DARTS (#1195) * Add more algorithm settings to DARTS * Delete data 22 May 2020, 01:26:38 UTC
b842f45 Fix split metrics in tf event metrics collector (#1191) 19 May 2020, 02:33:36 UTC
7a3a6cb UI: Fix comparison of metric values in Metrics Info Plot (#1192) * Fix compare in trial info plot * Remove parentheses 19 May 2020, 01:43:36 UTC
e77a49f Support one and two NN layers in DARTS (#1185) * Enable to run DARTS for 1 and 2 NN layers * Update prow 15 May 2020, 06:30:58 UTC
5c4624f Revert 1176 PR (String metrics values) (#1189) 15 May 2020, 05:50:59 UTC
8aaf864 Fix Never Resume Policy for Experiment (#1184) * Fix Never Resume Suggestion Add e2e test for never resume * Fix name for never resume in e2e * Add permission on run never resume 14 May 2020, 13:10:23 UTC
131f378 Change scikit-learn version to 0.22.0 (#1187) 14 May 2020, 01:44:22 UTC
99de8f8 DARTS documentation (#1180) * README for DARTS * Fix docs 08 May 2020, 01:43:42 UTC
581562a Unittest for DARTS Suggestion (#1179) * Add unittest for darts * Fix pip * Change chocolate className Change timeout for chocolate test 07 May 2020, 15:11:10 UTC
ad3e326 Build image for DARTS Suggestion (#1178) * Build image for darts Update katib config with darts * Update prow * Fix e2e test 07 May 2020, 02:43:09 UTC
c23f9c6 DARTS Suggestion (#1175) * First commit with darts * Support darts in Katib * Fix problems * Modify darts example * Change num nodes to 4 06 May 2020, 03:13:09 UTC
2d35d55 Support string metrics values in Controller (#1176) * Support strings metric values * Fix tests 05 May 2020, 12:01:08 UTC
58e0764 Delete Suggestion deployment after Experiment is finished (#1150) * Delete Suggestion deployment after Experiment is finished * fix * update * update openapi * fix validator test * refine * add debug info * try to fix * try to fix * try to fix * keep API style consistent * rebase master 30 April 2020, 10:16:18 UTC
3e094f6 ENAS change cuda version to 10.0 (#1172) 29 April 2020, 05:40:25 UTC
93f177f Rename chocolate algorithm names for consistency (#1164) 26 April 2020, 08:11:28 UTC
e06cb27 restructure algorithm configuration for hyperopt_service (#1161) * restructure configuration for hyperopt_service * refine * refine schema_dict of OptimizerConfiguration * transfer code style of validation * remove redundant brackets * format print style change 26 April 2020, 07:31:28 UTC
116f9f0 Refactor suggestion services folder structure (#1166) * Refactor suggestion services folder structure * Move base health service to internal * Rename service and base service files 26 April 2020, 02:45:29 UTC
9155fa7 UI: Suggestion view from Experiment page (#1162) * Suggestion dialog view Change Experiment dialog view to React Ace * Update UI rbac Add style Fix GetAllNasJob Error * Fix style * Fix Prettier 23 April 2020, 18:04:07 UTC
d5ebccd Add support Kubeflow operators to ROADMAP (#1145) * Add support operators to ROADMAP * Rename HP to Common * Add metadata to ROADMAP * Rename operators step * Add step for KFP * Add link to Kubeflow issue 20 April 2020, 16:07:40 UTC
28b92d1 Remove Suggestion Request from Update Suggestion (#1158) * Remove suggestionRequest from updateSuggestion * Fix test 17 April 2020, 16:55:07 UTC
fa7af62 Add cmaes to e2e CI test (#1157) 17 April 2020, 15:25:07 UTC
f48aca6 Build Goptuna Suggestion image in CI (#1154) * Build goptuna in CI * Update prow * Delete Image Pull Policy 17 April 2020, 10:07:07 UTC
df78241 Add CMA-ES example (#1155) 17 April 2020, 09:17:07 UTC
7022d3d ENAS enable to add None values in algorithm settings (#1153) * ENAS enable to add None values as algorithm settings * Delete TODO 17 April 2020, 07:31:07 UTC
dfa4361 Support categorical for Grid (#1149) 16 April 2020, 19:45:07 UTC
109d8f8 katib ui: adapt environment in which cluster role is unavailable (#1141) * katib ui: adapt environments which cluster role is unavailable * use init_fn * fix gofmt * update * fix error message * fallback plan 16 April 2020, 19:07:07 UTC
2238eee Add Goptuna based suggestion service for CMA-ES. (#1131) * 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 16 April 2020, 17:12:46 UTC
81d1623 enas move check algorithm settings to Validate (#1146) 15 April 2020, 16:48:04 UTC
ad7dc28 Change folder structure for NAS algorithms, rename NASRL to ENAS (#1143) * Init commit * Rename nasrl to enas * Modify docker ignore * Undo changes for nas monitor js * Fix enas cnn docker image name * Rename ENAS in README 14 April 2020, 13:50:13 UTC
eacfa29 Update ENAS Algorithm Settings in Katib UI (#1142) * Update ENAS Algorithm settings * fix controller_baseline_decay name * Add arrowParens to prettier config * Update nascreate 14 April 2020, 13:12:13 UTC
7fa4988 Refactor NAS RL Suggestion (#1134) * Refactor NAS RL * Remove comments * Change format 13 April 2020, 14:53:48 UTC
2a1a811 Fix duplicated imports (#1133) * Avoid star-imports * Add constants 13 April 2020, 13:59:48 UTC
859f665 Remove Anneal from supported algorithms (#1139) 13 April 2020, 12:25:48 UTC
29c896b Refactor file-metricscollector (#1137) 13 April 2020, 11:37:47 UTC
e5bae59 Fix typo in suggestion packages (#1138) 13 April 2020, 10:57:48 UTC
298b8c3 Bump the Go version up to 1.14.2 for Travis CI (#1132) 10 April 2020, 14:51:47 UTC
93f46f2 Implement ValidateAlgorithmSettings for hyperopt (#1130) 09 April 2020, 03:41:44 UTC
ab3dab0 Add ENAS to ROADMAP (#1129) 07 April 2020, 15:47:50 UTC
190aa6e feat: Add 2020 roadmap (#1121) * feat: Add 2020 roadmap Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Address comments in #1121 Signed-off-by: Ce Gao <gaoce@caicloud.io> * fix: Address comments Signed-off-by: Ce Gao <gaoce@caicloud.io> 07 April 2020, 07:45:43 UTC
241b9a3 Optimize chocolate suggestion (#1116) 07 April 2020, 03:21:43 UTC
cd27da5 Support step in int parameter for hyperopt and chocolate (#1123) 07 April 2020, 02:37:44 UTC
4da82cf UI: Remove antd package (#1117) * Remove antd package Change TabPanel for creating Experiment Move TabPanel to Common components * Remove antd from package.json * Modify Katib Link and Main Page * Change Trial and Jobs monitor * Fix links, margin in Trial view * Increase margin for Trial 03 April 2020, 10:59:46 UTC
688636e Fix e2e tests (#1118) 03 April 2020, 10:17:46 UTC
bccc281 UI: Close menu on click (#1114) * Close menu on click Fix close time for snackbar Add Material UI to the README Add link to developer guide * Change README 01 April 2020, 16:27:28 UTC
2e50219 Change yaml submit yaml style (#1113) 01 April 2020, 13:25:27 UTC
533ca35 Refactor python files in cmd/suggestion (#1105) 24 March 2020, 14:46:47 UTC
7711326 Update prow config with the latest folders (#1109) * Modify prow config * Add examples to prow 24 March 2020, 14:00:48 UTC
38ec768 Fix logger namespace (#1108) 24 March 2020, 10:28:47 UTC
edceaf9 chore(deps): Bump tensorflow in /cmd/suggestion/nasrl/v1alpha3 (#1035) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.14.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 24 March 2020, 09:32:47 UTC
c15fcec Refactor suggestion-internal-modules (#1106) 24 March 2020, 08:32:47 UTC
02b56c7 chore(deps): Bump psutil (#1085) Bumps [psutil](https://github.com/giampaolo/psutil) from 5.2.2 to 5.6.6. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.2.2...release-5.6.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 24 March 2020, 07:54:47 UTC
367841b Fix custom Katib DB Manager env variables (#1102) * Fix custom Katib DB Manager info * Change names for Katib db manager env 24 March 2020, 07:16:46 UTC
a90d396 Refactor python files of suggestion services (#1107) 24 March 2020, 06:30:46 UTC
25e5d73 Add myself to approvers (#1103) 23 March 2020, 22:04:47 UTC
25cdf1c Enable to add Service Account Name in Katib config (#1092) * Enable to add service account name to katib config * Fix test 23 March 2020, 17:33:26 UTC
11c832d chore(deps): Bump tensorflow-gpu (#1034) Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 23 March 2020, 16:52:45 UTC
24f5148 chore(deps): Bump tensorflow (#1036) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 to 1.15.2. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.0...v1.15.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 23 March 2020, 16:12:45 UTC
932648f Add ghalton package to chocolate (#1101) 23 March 2020, 15:32:45 UTC
d622f4a Enable to run Experiment without Goal (#1065) * Enable to run experiment without goal * Remove goal from tfjob example * Fix e2e test * fix test * Add goal to tfjob example 23 March 2020, 15:10:46 UTC
3717609 UI: Support Trial Templates in all namespaces and all configMaps (#1083) * UI Support Trial Templates in all namespaces and configMaps * Change templates yaml Add FilterPannel to Trial Template View * Fix problem with adding template to empty configMap * Support Trial Templates select in Submit Experiment * Fix comments * Fix nas module name * Add version for prettier in Travis 23 March 2020, 13:34:44 UTC
bad07f9 Change chocolate-mocmaes algorithm name (#1097) 23 March 2020, 11:14:45 UTC
c212d7c UI: Add Metrics Collector Spec to Submit Experiment (#1096) * Support Metrics Collector for HP Jobs * Support metrics collector in NAS * Change label for HP metrics regex 19 March 2020, 16:47:22 UTC
57796b0 UI: Add Experiment view for NAS Jobs (#1077) * Experiment view for NAS Jobs * Fix sagas * Fix hp actions 06 March 2020, 19:15:24 UTC
b0520d8 Enable Prettier code formatting for the Katib UI (#1078) * Enable Prettier in the Katib UI * Change travis * Change prettier-check in Makefile * Fix check format script * Fix README * Add missing points * Fix URL in README 06 March 2020, 03:52:50 UTC
c2dac12 Update adopters.md (#1074) 03 March 2020, 06:37:37 UTC
1388f11 fix annotations, which crashs custom job (#1072) 02 March 2020, 07:32:42 UTC
db5e2e2 Add more unit tests in Katib (#1071) * Add tests for mysql and validator * Add tests for inject webhook * Remove test main * Add test for UNKNOWN status in Check DB 29 February 2020, 08:00:39 UTC
8267929 dynamic jobProvider and suggestionComposer registration (#1069) * dynamic jobProvider and suggestionComposer registration * enforce gofmt * fix ut * fix ut * fix gofmt * fix * refine imports * contain providers into package(v1alpha3) * move job kubeflow into where providerBase in * add consts 28 February 2020, 13:44:38 UTC
3a19e1c UI: Update supported algorithms (#1070) * Update supported algorithms * Change default value for additionalMetricNames 27 February 2020, 16:05:27 UTC
09da67c Fix TPE Suggestion (#1063) * Init change * Change hyperopt suggestion * Generate new id in Trial loop * Run tpe suggest for each Trial * Move is first run 25 February 2020, 14:52:48 UTC
479b22f Update Katib docs (#1066) * Change Katib docs * Make Katib capitalised in proposals * Remove CUJ from ROADMAP 25 February 2020, 03:24:48 UTC
969935e UI: Show best metrics in the Trial metrics information plot (#1068) * Fix problem with same time for Trial metric * Fix comment 25 February 2020, 02:48:48 UTC
a57db03 Update adopters (#1064) 21 February 2020, 17:30:33 UTC
ed0778e Create Optimizer in BO Suggestion only for the first run (#1057) * Add first run condition in BO Suggestion * Tell to Optimizer only about new Trials * Logging Return new trials in each getSuggestion call * Small fix log * Remove n_points from ask * Fix log * Add newline to log * Change log * Change dict to list of recorded trials * Get search space only for the first run 21 February 2020, 17:24:32 UTC
4fbf77d Add missing GRPC health probe for arm64 to db-manager (#1059) Signed-off-by: Henry Wang <henry.wang@arm.com> 20 February 2020, 03:35:03 UTC
c8a6089 Change tell method for skopt (#1055) 15 February 2020, 07:31:27 UTC
994446b MXNet -> Apache MXNet (#1056) 14 February 2020, 16:48:17 UTC
2da2c86 Adding error propagation for K8s client creation in KatibClient (#1053) 13 February 2020, 23:24:17 UTC
d84f248 continue (#1054) 13 February 2020, 09:12:35 UTC
f98f7c9 Disable istio sidecar injection in Suggestion and Training Jobs (#1050) * Add istio sidecar inject annotation to Suggestion pod and all training jobs * Add annotation to Training Jobs from Controller * Fix comment 11 February 2020, 04:10:01 UTC
e3c615d Show best metric in trial table (#1048) 06 February 2020, 03:37:33 UTC
2f39fd6 Fix trial info time (#1047) 06 February 2020, 02:53:33 UTC
99e7da8 Adding Babylon Health as adopter (#1046) 05 February 2020, 01:35:55 UTC
21b9dc3 Update adopter (#1038) 03 February 2020, 06:05:20 UTC
7b91909 UI: Add Trial Status to HP Job Table (#1032) * Add Status to Trial table in HP Jobs Fix problem with HP Job Trial metric info * Comment about table sorting 28 January 2020, 03:09:39 UTC
e80b323 UI: Experiment view in the Dialog (#1031) * View experiment in Dialog * Fix DialogTrial name * Close dialog when open HP Job info 24 January 2020, 02:58:31 UTC
back to top