Crates.io | nlopt |
lib.rs | nlopt |
version | 0.7.0 |
source | src |
created_at | 2018-05-15 13:27:01.592474 |
updated_at | 2023-12-10 10:11:53.962818 |
description | Wrapper for the nlopt library |
homepage | |
repository | https://github.com/adwhit/rust-nlopt |
max_upload_size | |
id | 65540 |
size | 4,096,680 |
Thin wrapper around the C nlopt
library.
You will need cmake
to build successfully. It should be easy to find
on your favourite package manager.
For a basic usage examples, see the /examples
directory. Run with
cargo run --example bobyqa
cargo run --example mma
See also the tests in src/lib.rs
. Run them with
cargo test
This library was originally forked from https://github.com/mithodin/rust-nlopt.
The Rust code is licensed under MIT.
For convenience, this crate bundles nlopt
and links it statically. This may have
licensing implications so I refer the user to the bundled license
for more information.