argmin_core 0.2.4

Mathematical optimization in pure Rust (core functionality)
Documentation
[![Build Status](https://travis-ci.org/argmin-rs/argmin-core.svg?branch=master)](https://travis-ci.org/argmin-rs/argmin-core)

# argmin-core: argmin optimization toolbox core

This crate contains the core functionality of [argmin](http://argmin-rs.org).
If you just want to run an optimization method, this is *not* what you are looking for.
However, if you want to implement your own solver based on the argmin architecture, you should find all necessary tools here.

[Documentation](https://docs.rs/argmin_core/latest/argmin_core/) (latest version)

[Documentation](https://argmin-rs.github.io/argmin-core/argmin_core/) (current master)

## License

Licensed under either of

  * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
  * MIT License ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.