hyperopt-samplers 0.1.1

Samplers for hyperopt-rs: RandomSampler, GridSampler, TpeSampler (wraps the `tpe` crate), and a from-scratch CMA-ES.
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-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"