cobyla 0.2.0

COBYLA optimizer for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.libc]
version = "0.2"
[dev-dependencies.approx]
version = "0.5"

[package]
authors = ["Remi Lafage <remi.lafage@onera.fr>"]
categories = ["algorithms", "api-bindings", "science"]
description = "COBYLA optimizer for Rust"
documentation = "https://docs.rs/cobyla"
edition = "2018"
keywords = ["optimizer", "optimization", "constrained", "derivative-free"]
license-file = "LICENSE.md"
name = "cobyla"
readme = "README.md"
repository = "https://github.com/relf/cobyla/"
version = "0.2.0"