math-test-functions 0.2.38

A collection of non linear functions for testing optimisation algorithms
Documentation
[[bin]]
name = "plot-functions"
path = "bin/plot_functions.rs"

[dependencies.clap]
features = ["derive", "derive"]
version = "4.5"

[dependencies.directories]
version = "5"

[dependencies.ndarray]
default-features = false
features = ["rayon", "blas", "serde"]
version = "0.17"

[dependencies.plotly]
version = "0.13.5"

[dependencies.plotly_static]
features = ["chromedriver", "webdriver_download"]
optional = true
version = "0.1"

[dependencies.regex]
version = "1.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

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

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

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

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

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

[features]
default = []
plotly_static = ["dep:plotly_static"]

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

[package]
authors = ["Pierre F. Aubert pierre@spinorama.org"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A collection of non linear functions for testing optimisation algorithms"
edition = "2024"
license = "GPL-3.0-or-later"
name = "math-test-functions"
readme = "README.md"
repository = "https://github.com/pierreaubert/sotf"
version = "0.2.38"