hyperopt-rs 0.1.1

hyperopt-rs: an Optuna-shaped hyperparameter optimization framework for Rust. Ergonomic facade over the hyperopt-core/samplers/pruners/storage crates.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.88"
name = "hyperopt-rs"
version = "0.1.1"
authors = ["mi7plus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "hyperopt-rs: an Optuna-shaped hyperparameter optimization framework for Rust. Ergonomic facade over the hyperopt-core/samplers/pruners/storage crates."
readme = "README.md"
license = "MIT"
repository = "https://github.com/mi7plus/hyperopt-rs"

[features]
default = ["sqlite"]
parallel = ["hyperopt-core/parallel"]
sqlite = ["hyperopt-storage/sqlite"]

[lib]
name = "hyperopt_rs"
path = "src/lib.rs"

[[example]]
name = "quickstart"
path = "examples/quickstart.rs"

[[test]]
name = "phase15_samplers"
path = "tests/phase15_samplers.rs"

[[test]]
name = "phase16_cmaes"
path = "tests/phase16_cmaes.rs"

[[test]]
name = "phase1_random"
path = "tests/phase1_random.rs"

[[test]]
name = "phase2_pruning_savings"
path = "tests/phase2_pruning_savings.rs"

[[test]]
name = "phase3_storage"
path = "tests/phase3_storage.rs"

[[test]]
name = "phase4_parallel"
path = "tests/phase4_parallel.rs"

[dependencies.hyperopt-core]
version = "0.1.1"

[dependencies.hyperopt-pruners]
version = "0.1.1"

[dependencies.hyperopt-samplers]
version = "0.1.1"

[dependencies.hyperopt-storage]
version = "0.1.1"

[dev-dependencies.tempfile]
version = "3"