Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

jesskfullwood/rust-nlopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nlopt

Thin wrapper around the C nlopt library.

Building

You will need cmake to build successfully. It should be easy to find on your favourite package manager.

Examples

For a basic usage example, see examples/bobyqa.rs. Run with

cargo run --example bobyqa

See also the tests in src/lib.rs. Run them with

cargo test

Attribution

This library was originally forked from https://github.com/mithodin/rust-nlopt.

License

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.

About

Rust interface to nlopt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages