hyperopt-pruners 0.1.1

Pruners (early-stopping policies) for hyperopt-rs: Nop, Median, and SuccessiveHalving (ASHA).
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-pruners"
version = "0.1.1"
authors = ["mi7plus"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pruners (early-stopping policies) for hyperopt-rs: Nop, Median, and SuccessiveHalving (ASHA)."
readme = "README.md"
license = "MIT"
repository = "https://github.com/mi7plus/hyperopt-rs"

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

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

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

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

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