optimization_engine 0.3.1

A pure Rust framework for embedded nonconvex optimization. Ideal for robotics!
Documentation
# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.3.1] - 2019-05-21

### Fixed

* An error in the Matlab codegen which made it inoperable

## [v0.3.0] - 2019-05-16

This is a breaking API change.

### Fixed

* A lot of internal fixes and clean up
* `PANOCEngine` and `FBSEngine` is no longer explicitly needed
* Simplified import system
* Cost functions now need to return a `Result<(), Error>` to indicate if the evaluation was successful

### Added

* Started an `examples` folder

[Unreleased]: https://github.com/alphaville/optimization-engine/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/alphaville/optimization-engine/compare/v0.3.1...v0.3.0
[v0.3.0]: https://github.com/alphaville/optimization-engine/compare/v0.3.0...v0.2.2