GitHub / deephyper/deephyper / commits
DeepHyper: Scalable Asynchronous Neural Architecture and Hyperparameter Search for Deep Neural Networks
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 7cd3f019 | docs: update example with ordered variable constraint | Deathn0t <r****e@g****m> | 7 months ago | |
| ead01cde | merge Merge branch 'master' into develop | Deathn0t <r****e@g****m> | 7 months ago | |
| a28c1777 | docs: add CITATION.cff |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
7 months ago | |
| 4c20eedf | merge Merge tag '0.13.2' into develop | Deathn0t <r****e@g****m> | 8 months ago | |
| 453b4e29 | merge Merge branch 'release/0.13.2' | Deathn0t <r****e@g****m> | 8 months ago | |
| 11d5dc3e | chore(version): set version to 0.13.2 | Deathn0t <r****e@g****m> | 8 months ago | |
| 0d2acf04 | fix: format of ratio_accept when printing | Deathn0t <r****e@g****m> | 8 months ago | |
| f55a7a14 | fix: sampling with constraint_fn when parameters are not lex. ordered when de... | Deathn0t <r****e@g****m> | 8 months ago | |
| 0eac4f44 | merge Merge tag '0.13.1' into develop | Deathn0t <r****e@g****m> | 8 months ago | |
| d1f010b9 | merge Merge branch 'release/0.13.1' | Deathn0t <r****e@g****m> | 8 months ago | |
| 500e0387 | chore(version): set version to 0.13.1 | Deathn0t <r****e@g****m> | 8 months ago | |
| fd276628 | fix: use of is_regressor for compat with scikit-learn 1.8 (#364) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
8 months ago | |
| 1ec39499 | fix: optimum value in example | Deathn0t <r****e@g****m> | 8 months ago | |
| 33462b4e | merge Merge tag '0.13.0' into develop | Deathn0t <r****e@g****m> | 9 months ago | |
| 2ef2f79f | merge Merge branch 'release/0.13.0' | Deathn0t <r****e@g****m> | 9 months ago | |
| a529146e | chore(version): set version to 0.13.0 | Deathn0t <r****e@g****m> | 9 months ago | |
| bff8572a | docs: add example for sampling_fn with chained sampler (#362) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 908b6e59 | feat: add constraint_fn and sampling_fn to problem (#361) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| 005db328 | docs: update cbo and skopt.learning | Deathn0t <r****e@g****m> | 9 months ago | |
| bc4bc20b | chore: cleaning up code in evaluator | Deathn0t <r****e@g****m> | 9 months ago | |
| 89c9edcc | chore: faster implementation of filter_duplicated samples in cbo | Deathn0t <r****e@g****m> | 9 months ago | |
| f2d02ce0 | chore: made method private in evaluator | Deathn0t <r****e@g****m> | 9 months ago | |
| 23b62645 | chore: remove unused decode method in evaluator | Deathn0t <r****e@g****m> | 9 months ago | |
| ea89f9d7 | feat(hpo): add method .add to HpProblem (#359) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
9 months ago | |
| bbb98d82 | docs: update evaluator.create documentation | Deathn0t <r****e@g****m> | 9 months ago | |
| 82b0579f | docs: update evaluator with small fixes | Deathn0t <r****e@g****m> | 9 months ago | |
| d7f6fad6 | docs: update evaluator api with small fixes | Deathn0t <r****e@g****m> | 9 months ago | |
| 2d734924 | feat: use sequential evaluation for n_jobs=1 | Deathn0t <r****e@g****m> | 9 months ago | |
| b753f54d | feat: update timing with time.monotonic to avoid issues | Deathn0t <r****e@g****m> | 9 months ago | |
| d1a5d63c | docs: fixe scheduler parameter for acq_optimizer_kwargs in cbo | Deathn0t <r****e@g****m> | 10 months ago | |
| 4090515d | docs: update sphinx-book-theme version | Deathn0t <r****e@g****m> | 10 months ago | |
| 463e8faf | docs: update software architecture doc | Deathn0t <r****e@g****m> | 10 months ago | |
| a1fa8686 | docs(faq): update | Deathn0t <r****e@g****m> | 10 months ago | |
| 9e69ecdf | merge Merge tag '0.12.0' into develop | Deathn0t <r****e@g****m> | 10 months ago | |
| e1835d11 | merge Merge branch 'release/0.12.0' | Deathn0t <r****e@g****m> | 10 months ago | |
| 9e31f4ef | chore(version): set version to 0.12.0 | Deathn0t <r****e@g****m> | 10 months ago | |
| 759d7376 | chore(python): add compatibility to python 3.14 (#357) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| cc53c4fe | docs(quickstart): update | Deathn0t <r****e@g****m> | 10 months ago | |
| 71de66ff | docs(examples): update title of standard experimental design | Deathn0t <r****e@g****m> | 10 months ago | |
| b46aae6d | fix: typehint with | and BaseEstimator from sklearn to avoid error during bui... | Deathn0t <r****e@g****m> | 10 months ago | |
| 6d31cb81 | merge Merge tag '0.11.4' into develop | Deathn0t <r****e@g****m> | 10 months ago | |
| 2b9b50fc | merge Merge branch 'release/0.11.4' | Deathn0t <r****e@g****m> | 10 months ago | |
| 2cace599 | chore(version): set to 0.11.4 | Deathn0t <r****e@g****m> | 10 months ago | |
| 0e884e97 | feat(hpo): add solution selection through different selection methods (#355) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 52b78cdd | feat(hpo): add checkpoint restart (#356) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
10 months ago | |
| 1bfe3e9c | fix: readme example | Deathn0t <r****e@g****m> | 11 months ago | |
| 72396795 | chore(ruff): format | Deathn0t <r****e@g****m> | 11 months ago | |
| 406bff45 | merge Merge tag '0.11.3' into develop | Deathn0t <r****e@g****m> | 11 months ago | |
| f5cf3f74 | merge Merge branch 'release/0.11.3' | Deathn0t <r****e@g****m> | 11 months ago | |
| d4720258 | chore(version): set to 0.11.3 | Deathn0t <r****e@g****m> | 11 months ago | |
| 3fc04986 | fix(cbo): fixes #354 with resolved error in constant-liar when using multi-ob... | Deathn0t <r****e@g****m> | 11 months ago | |
| c76e9271 | merge Merge branch 'release/0.11.2' | Deathn0t <r****e@g****m> | 11 months ago | |
| 5812d70f | chore(version): set to 0.11.2 | Deathn0t <r****e@g****m> | 11 months ago | |
| 42ab1a13 | fix(cbo): | Deathn0t <r****e@g****m> | 11 months ago | |
| f3894238 | fix(cbo): filter_duplicates and pop_size for ga optimization | Deathn0t <r****e@g****m> | 11 months ago | |
| 948ac846 | merge Merge branch 'release/0.11.1' | Deathn0t <r****e@g****m> | 12 months ago | |
| 3eb33b36 | chore (version): set to 0.11.1 | Deathn0t <r****e@g****m> | 12 months ago | |
| c19df8a1 | fix (cbo): order of hyperparameters in dict | Deathn0t <r****e@g****m> | 12 months ago | |
| 80222945 | docs (dev): added conventional commits | Deathn0t <r****e@g****m> | 12 months ago | |
| 0f7d893f | docs (release): updated build and release process | Deathn0t <r****e@g****m> | 12 months ago | |
| b8455c13 | merge Merge branch 'master' into develop | Deathn0t <r****e@g****m> | 12 months ago | |
| 543a6d5c | merge Merge branch 'master' of github.com:deephyper/deephyper | Deathn0t <r****e@g****m> | 12 months ago | |
| be5b531a | merge Merge branch 'release/0.11.0' into develop | Deathn0t <r****e@g****m> | 12 months ago | |
| 3b9e0dc9 | merge Merge branch 'release/0.11.0' | Deathn0t <r****e@g****m> | 12 months ago | |
| 7de4864f | chore (version): set to 0.11.0 | Deathn0t <r****e@g****m> | 12 months ago | |
| f0e61c55 | docs (bbo): updated single objective bbo example to add ask and tell interface | Deathn0t <r****e@g****m> | 12 months ago | |
| ee259502 | fix (cbo): add _setup_optimizer in tell in case it is called first | Deathn0t <r****e@g****m> | 12 months ago | |
| 88869159 | fix (cbo): moved _setup_optimizer to _ask | Deathn0t <r****e@g****m> | 12 months ago | |
| 0a4a1c86 | feat (search): decouple search and ask/tell methods (#353) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
12 months ago | |
| efde1f03 | fix (cbo): Fixes #351 | Deathn0t <r****e@g****m> | about 1 year ago | |
| 52209401 | chore (docs): mirror content from test_quickstart.py to index.rst (#350) |
Brett Eiffert <b****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 16373b49 |
refactor (logger): use module level logger instead of root level (#349)
Co-authored-by: Gavin Wiggins <6****2@u****v>, Deathn0t <r****e@g****m> |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| e1e0e1a4 | docs (examples): add example for hpo with stopper (#346) |
Brett Eiffert <b****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 9bd76476 | fix (numpyro): temporary workaround with numpyro and jax 0.7.0 (#347) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 5421b895 |
fix (tests): use tmp_path for params test (#345)
Co-authored-by: Gavin Wiggins <6****2@u****v> |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 027e0576 |
chore (logging): replace context.yaml with logging (#343)
Co-authored-by: Gavin Wiggins <6****2@u****v>, Deathn0t <r****e@g****m> |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 30ccb421 | test (callback): add test for CSVLoggerCallback (#344) |
Brett Eiffert <b****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 637e492a | Fix indentation |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| b85b0541 |
Use YAML instead of Markdown for templates (#342)
Co-authored-by: Gavin Wiggins <6****2@u****v> |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 4e76aa4d |
fix (cbo): fit_surrogate can now process dataframe with only failures as inpu...
Co-authored-by: Brett Eiffert <b****t@g****m> |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 296edfea | feat (search): solution selection columns are not performed by default (#335) |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 7d3c45de | merge Merge branch 'release/0.10.2' into develop | Deathn0t <r****e@g****m> | about 1 year ago | |
| 37176dd8 | merge Merge branch 'release/0.10.2' | Deathn0t <r****e@g****m> | about 1 year ago | |
| e58671c5 | chore (version): set to 0.10.2 | Deathn0t <r****e@g****m> | about 1 year ago | |
| 6b514122 | fix (cbo): random state of configspace used in rvs | Deathn0t <r****e@g****m> | about 1 year ago | |
| c1826e07 | chore (import): fixing a circular import | Deathn0t <r****e@g****m> | about 1 year ago | |
| 1f9742bb | chore (ensemble): add __all__ variable in loss module | Deathn0t <r****e@g****m> | about 1 year ago | |
| e602647e | chore (search): now accepts timeout=-1 | Deathn0t <r****e@g****m> | about 1 year ago | |
| 10d203f7 | chore (logging): adding log when search is stopped because of timeout | Deathn0t <r****e@g****m> | about 1 year ago | |
| aeb0f45a | feat (analysis): fix prefix length | Deathn0t <r****e@g****m> | about 1 year ago | |
| ed37bed5 | feat (analysis): add prefix parameter for parameters extraction from the resu... | Deathn0t <r****e@g****m> | about 1 year ago | |
| b57f9a2b | chore (types): implementing pyright checks | Deathn0t <r****e@g****m> | about 1 year ago | |
| fe3308ea | chore (doc): updating quickstart in landing page and readme with new solution... |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| d8f1684c | feat (search): adding solution selection through model for single objective o... |
Romain Egele <r****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| 0cc02561 |
feat (search): adding option to disable dumping the results to civ (#325)
Co-authored-by: Deathn0t <r****e@g****m> |
Gavin Wiggins <6****g@u****m>
Committed by: GitHub <n****y@g****m> |
about 1 year ago | |
| fc978b14 | chore (readme): add joss doi badge | Deathn0t <r****e@g****m> | about 1 year ago | |
| e24f252d | chore (readme): adding joss bibtex | Deathn0t <r****e@g****m> | about 1 year ago | |
| d2328e83 | Add queued evaluator mpi tutorial (#327) |
Brett Eiffert <b****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 3f3e1786 | merge Merge branch 'develop' | Deathn0t <r****e@g****m> | over 1 year ago | |
| a0f39f36 | chore (action): adding workflow_dispatch to checks and tests | Deathn0t <r****e@g****m> | over 1 year ago |