[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.env_logger]
version = "0.11.3"
[dependencies.hv-fonseca-et-al-2006-sys]
version = "2.0.2-rc.2"
[dependencies.hv-wfg-sys]
version = "0.1.1"
[dependencies.log]
version = "0.4.21"
[dependencies.nalgebra]
version = "0.33.0"
[dependencies.optirustic-macros]
version = "0.1.0"
[dependencies.ordered-float]
version = "4.2.0"
[dependencies.plotters]
optional = true
version = "0.3.6"
[dependencies.rand]
version = "0.8.5"
[dependencies.rand_chacha]
version = "0.3.1"
[dependencies.rayon]
version = "1.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0.200"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0.60"
[dev-dependencies.float-cmp]
version = "0.9.0"
[[example]]
name = "nsga2_sch"
path = "examples/nsga2_sch.rs"
[[example]]
name = "nsga2_zdt1"
path = "examples/nsga2_zdt1.rs"
[[example]]
name = "nsga3_dtlz1"
path = "examples/nsga3_dtlz1.rs"
[[example]]
name = "nsga3_dtlz2"
path = "examples/nsga3_dtlz2.rs"
[[example]]
name = "reference_points_1layer"
path = "examples/reference_points_1layer.rs"
[[example]]
name = "reference_points_2layers"
path = "examples/reference_points_2layers.rs"
[features]
default = ["plot"]
plot = ["dep:plotters"]
[lib]
name = "optirustic"
path = "src/lib.rs"
[package]
authors = ["Stefano Simoncelli <16114781+s-simoncelli@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "A multi-objective optimisation framework for Rust"
edition = "2021"
keywords = ["genetic-algorithm", "optimisation", "multiobjective", "nsga2", "nsga3"]
license = "GPL-3.0-only"
name = "optirustic"
readme = "README.md"
repository = "https://github.com/s-simoncelli/optirustic"
rust-version = "1.80"
version = "0.2.2"
[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["--html-in-header", "katex-header.html"]
[profile.test]
opt-level = 3