[package]
edition = "2021"
rust-version = "1.88"
name = "hyperopt-samplers"
version = "0.1.1"
authors = ["mi7plus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Samplers for hyperopt-rs: RandomSampler, GridSampler, TpeSampler (wraps the `tpe` crate), and a from-scratch CMA-ES."
readme = "README.md"
license = "MIT"
repository = "https://github.com/mi7plus/hyperopt-rs"
[lib]
name = "hyperopt_samplers"
path = "src/lib.rs"
[dependencies.hyperopt-core]
version = "0.1.1"
[dependencies.rand]
version = "0.10"
[dependencies.tpe]
version = "0.3"
[dev-dependencies.hyperopt-storage]
version = "0.1.1"