An open API service indexing awesome lists of open source software.

https://github.com/sile/yamakan

A collection of Black-Box Optimization algorithms for Rust
https://github.com/sile/yamakan

black-box-optimization rust

Last synced: 10 months ago
JSON representation

A collection of Black-Box Optimization algorithms for Rust

Awesome Lists containing this project

README

          

yamakan
========

[![yamakan](https://img.shields.io/crates/v/yamakan.svg)](https://crates.io/crates/yamakan)
[![Documentation](https://docs.rs/yamakan/badge.svg)](https://docs.rs/yamakan)
[![Build Status](https://travis-ci.org/sile/yamakan.svg?branch=master)](https://travis-ci.org/sile/yamakan)
[![Code Coverage](https://codecov.io/gh/sile/yamakan/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/yamakan/branch/master)
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE-APACHE)
OR
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A collection of Black-Box Optimization algorithms.

"yamakan" is a Japanese translation of "guesswork".

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.