cobyla 0.1.0

Rust wrapping of a C implementation of the COBYLA optimizer.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies.bindgen]
version = "0.56.0"

[build-dependencies.cmake]
version = "0.1"

[package]
authors = ["Remi Lafage <remi.lafage@onera.fr>"]
build = "build.rs"
categories = ["algorithms", "api-bindings", "science"]
description = "Rust wrapping of a C implementation of the COBYLA optimizer."
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.1.0"