These 18 commits are when the Protocol Buffers files have changed:
Commit: | d05242b | |
---|---|---|
Author: | Haifeng Jin | |
Committer: | GitHub |
Change `end_trial` signature (#806)
The documentation is generated from this commit.
Commit: | 80a4254 | |
---|---|---|
Author: | Haifeng Jin | |
Committer: | GitHub |
Fault tolerance and marking trials as failed (#760) * refactor TrialStatus * add unit tests * Mark trial as failed (#761) * change end_trial include error message * add the args & docstrings * add invalid trial error * added docstrings * fix all the unit tests * move trial retry logic to oracle * bug fix * rename the errors * add unit tests Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com> * addressing comments Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
Commit: | 2aa697e | |
---|---|---|
Author: | Haifeng Jin | |
Committer: | GitHub |
Rename kerastuner to keras_tuner (#546) * rename kerastuner to keras_tuner * rename in other parts of the repo * format files * add kt-legacy as dependency * add test for using old import name * enable from kerastuner.. import Co-authored-by: Haifeng Jin <haifeng-jin@users.noreply.github.com>
Commit: | 3c263fc | |
---|---|---|
Author: | omalleyt12 | |
Committer: | GitHub |
Reimplementation of support for conditional parameters (#242) * Start redesign of conditional support * Try new approach with RandomSearchOracle * Robust conditional parameter support * Flake fix * Make set_project_dir public * Undo set_project_dir changes * Simplify register and retrieve * Fixes * Change IsIn to Parent * Doc fix
Commit: | eea61d2 | |
---|---|---|
Author: | omalleyt12 | |
Committer: | GitHub |
Allow proto of only values to be passed, create Fixed parameters (#178) * Allow value proto to be passed * Fix test
Commit: | c62c62f | |
---|---|---|
Author: | omalleyt12 | |
Committer: | GitHub |
Make HyperParameters Proto more useable for generic use cases (#107) * Update protobufs * More generic proto format
Commit: | ddf466d | |
---|---|---|
Author: | omalleyt12 | |
Committer: | GitHub |
Implement the rest of the GRPC methods and add an OracleClient (#102) * Oracle Service protos and GetSpace implemented * Implement update space * Implement CreateTrial * Update gitignore for grpc files * Test changes * Flake8 fixes * Create OracleClient * Add UpdateTrial * Add GetBestTrials * wait_for_ready in update_space * Cleanup * All grpc methods implemented
Commit: | fc26e46 | |
---|---|---|
Author: | omalleyt12 | |
Committer: | GitHub |
Adds OracleServicer GPRC class and implements GetSpace, UpdateSpace, and CreateTrial (#100) * Oracle Service protos and GetSpace implemented * Implement update space * Implement CreateTrial * Update gitignore for grpc files * Test changes * Flake8 fixes * Change name to oracle_chief * Fix race condition in test
Commit: | 618a752 | |
---|---|---|
Author: | Tom O'Malley |
Updates to bring inline with head
Commit: | b3a29d4 | |
---|---|---|
Author: | Tom O'Malley |
Add Trial to_proto from_proto
Commit: | a393327 | |
---|---|---|
Author: | Tom O'Malley |
Add Trial and metrics protos
Commit: | 9f1375a | |
---|---|---|
Author: | Tom O'Malley |
Add Trial protos
Commit: | edf3031 | |
---|---|---|
Author: | Tom O'Malley |
Cleanup
Commit: | e2881d5 | |
---|---|---|
Author: | Tom O'Malley |
Add support for multi-valued MetricObservations
Commit: | 85521a3 | |
---|---|---|
Author: | Tom O'Malley |
Use double instead of float
Commit: | d07a716 | |
---|---|---|
Author: | Tom O'Malley |
Fix default type for Int
Commit: | cfe16a8 | |
---|---|---|
Author: | Tom O'Malley |
Use oneof for Choice
Commit: | d64aed8 | |
---|---|---|
Author: | Tom O'Malley |
HyperParameter Protos