Manuel Raimann
|
02ec9498c4
|
refactor: reorganize sampler module and update imports
|
2026-02-04 13:14:22 +01:00 |
|
Manuel Raimann
|
183a78c09e
|
chore: remove log dependency from Cargo.toml
|
2026-02-02 17:33:03 +01:00 |
|
Manuel Raimann
|
ce817c1f38
|
feat: add 'consts' to default extended words in typos configuration
|
2026-02-02 17:32:20 +01:00 |
|
Manuel Raimann
|
b9f8844e60
|
chore: release v0.4.0
v0.4.0
|
2026-02-02 17:31:35 +01:00 |
|
Manuel Raimann
|
d1c8925fc3
|
refactor: remove warn_independent_sampling option from MultivariateTpeSampler
|
2026-02-02 17:31:25 +01:00 |
|
Manuel Raimann
|
4ce4311c68
|
Implement Multivariant TPE
|
2026-02-02 17:25:50 +01:00 |
|
Manuel Raimann
|
293b992e75
|
feat: implement gamma strategies for TPE sampler with examples
|
2026-02-02 13:40:33 +01:00 |
|
Manuel Raimann
|
af8a9f7638
|
feat: add examples for async API parameter optimization and ML hyperparameter tuning
|
2026-01-31 11:56:50 +01:00 |
|
Manuel Raimann
|
b9a90ebec3
|
Format
|
2026-01-31 11:56:37 +01:00 |
|
Manuel Raimann
|
24e921b7b9
|
style: format suggest method for improved readability
|
2026-01-31 11:45:58 +01:00 |
|
Manuel Raimann
|
6363540269
|
fix: handle end value in suggest method to avoid panic on underflow
|
2026-01-31 11:44:33 +01:00 |
|
Manuel Raimann
|
9f3c0f0d3b
|
chore: release v0.3.1
|
2026-01-31 11:34:36 +01:00 |
|
Manuel Raimann
|
747e1928b9
|
feat: add tests for suggest_bool and suggest_range methods
|
2026-01-31 11:34:36 +01:00 |
|
Manuel Raimann
|
15a43d9485
|
feat: add SuggestableRange trait and suggest_range method for parameter suggestion from ranges
|
2026-01-31 11:34:36 +01:00 |
|
Manuel Raimann
|
1091429697
|
feat: add suggest_bool method for boolean parameter suggestion
|
2026-01-31 11:34:36 +01:00 |
|
Manuel Raimann
|
b482d56e89
|
Implement grid search
|
2026-01-30 22:01:44 +01:00 |
|
Manuel Raimann
|
90bf73a39f
|
feat: add documentation, keywords, categories, and readme to Cargo.toml
|
2026-01-30 19:57:21 +01:00 |
|
Manuel Raimann
|
473b973408
|
feat: add permissions for read access to contents in CI and scheduled workflows
|
2026-01-30 19:28:47 +01:00 |
|
Manuel Raimann
|
d8ef4352c3
|
refactor: replace TpeError with Error in the optimizer library
|
2026-01-30 19:24:58 +01:00 |
|
Manuel Raimann
|
eb57519506
|
feat: allow publishing with dirty workspace in CI
|
2026-01-30 19:23:32 +01:00 |
|
Manuel Raimann
|
cb5ecf33f0
|
chore: release v0.3.0
|
2026-01-30 19:21:54 +01:00 |
|
Manuel Raimann
|
3898136341
|
Refactor
|
2026-01-30 19:21:54 +01:00 |
|
Manuel Raimann
|
6a8a938b6e
|
feat: enhance publish step to handle already uploaded versions
|
2026-01-30 18:47:55 +01:00 |
|
Manuel Raimann
|
6912cc83d9
|
feat: add cross-target compilation checks in CI
|
2026-01-30 18:46:31 +01:00 |
|
Manuel Raimann
|
fae57e48f3
|
chore: release v0.2.0
|
2026-01-30 18:43:45 +01:00 |
|
Manuel Raimann
|
daab3ea202
|
Remove Serde
|
2026-01-30 18:43:45 +01:00 |
|
Manuel Raimann
|
aaf880e1c7
|
fix: remove unused dependency 'ordered-float' from Cargo.toml
|
2026-01-30 18:43:45 +01:00 |
|
Manuel Raimann
|
22527b5d5f
|
feat: add CI step for unused dependencies check with cargo-machete
|
2026-01-30 18:24:22 +01:00 |
|
Manuel Raimann
|
34d61bc544
|
feat: add CI step to publish to crates.io
|
2026-01-30 18:20:00 +01:00 |
|
Manuel Raimann
|
8f339a2341
|
feat: add default typo extension for 'Tpe'
|
2026-01-30 18:18:30 +01:00 |
|
Manuel Raimann
|
ee4999ce74
|
chore: release v0.1.1
v0.1.1
|
2026-01-30 18:13:32 +01:00 |
|
Manuel Raimann
|
39e8675988
|
refactor: Fix
|
2026-01-30 18:13:02 +01:00 |
|
Manuel Raimann
|
9fd6fbea1f
|
chore: release v0.1.0
|
2026-01-30 18:11:59 +01:00 |
|
Manuel Raimann
|
e2aae35093
|
refactor: remove Cargo.lock from release process
|
2026-01-30 18:10:10 +01:00 |
|
Manuel Raimann
|
2e96115db7
|
refactor: remove Miri job from CI configuration
|
2026-01-30 18:09:25 +01:00 |
|
Manuel Raimann
|
530faba61c
|
refactor: rename library from optimize to optimizer
|
2026-01-30 18:08:13 +01:00 |
|
Manuel Raimann
|
12d572025f
|
feat: add typos check job to CI with Rust installation and caching
|
2026-01-30 18:03:35 +01:00 |
|
Manuel Raimann
|
8a11dd8ca4
|
feat: enhance CI configuration with additional jobs for MSRV, Cargo Deny, Semver Check, Miri, Minimal Versions, and Typos
|
2026-01-30 18:02:36 +01:00 |
|
Manuel Raimann
|
d93f384f1e
|
feat: add scheduled CI workflow for Rust compilation and testing
|
2026-01-30 17:57:00 +01:00 |
|
Manuel Raimann
|
6a283ce7ce
|
feat: add feature-check job to CI for checking feature combinations
|
2026-01-30 17:56:01 +01:00 |
|
Manuel Raimann
|
482354b251
|
fix: update condition to use is_multiple_of for better readability
|
2026-01-30 17:46:13 +01:00 |
|
Manuel Raimann
|
bb5ef05c10
|
feat: add async integration tests for optimization library
|
2026-01-30 17:45:11 +01:00 |
|
Manuel Raimann
|
ee0b75ecf6
|
feat: add Codecov badge to README for coverage visibility
|
2026-01-30 17:38:34 +01:00 |
|
Manuel Raimann
|
7bc720dfa4
|
feat: add Codecov token for coverage upload in CI workflow
|
2026-01-30 17:36:59 +01:00 |
|
Manuel Raimann
|
8cbc855fd7
|
Remove audit.yml workflow
|
2026-01-30 17:35:16 +01:00 |
|
Manuel Raimann
|
f27e911633
|
feat: add CI workflow for code coverage reporting with Codecov
|
2026-01-30 17:34:26 +01:00 |
|
Manuel Raimann
|
e95755dd82
|
feat: add README.md with project overview, features, quick start guide, and documentation links
|
2026-01-30 17:33:33 +01:00 |
|
Manuel Raimann
|
6ab023dcea
|
feat: add optional fixed bandwidth for KDE in TPE sampler
|
2026-01-30 17:30:12 +01:00 |
|
Manuel Raimann
|
0d24c9d960
|
feat: update Cargo.toml with license, authors, description, and repository info
|
2026-01-30 17:29:58 +01:00 |
|
Manuel Raimann
|
727906b3bb
|
feat: add CI, audit, publish, and dependabot workflows
|
2026-01-30 17:25:01 +01:00 |
|