heuropt-plot 0.1.0

Lightweight SVG visualization for heuropt Pareto fronts and convergence traces.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "heuropt-plot"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
authors = ["Stephen Waits <steve@waits.net>"]
description = "Lightweight SVG visualization for heuropt Pareto fronts and convergence traces."
license = "MIT"
readme = "README.md"
repository = "https://github.com/swaits/heuropt"
homepage = "https://github.com/swaits/heuropt"
documentation = "https://docs.rs/heuropt-plot"
keywords = ["optimization", "pareto", "svg", "plotting", "heuropt"]
categories = ["algorithms", "visualization"]

[dependencies]
heuropt = { version = "0.7", path = ".." }