grid_search 0.2.0

Collection of searching algorithms
Documentation
1
2
3
4
5
6
7
8
# grid-search

[![Version](https://img.shields.io/crates/v/grid_search.svg)](https://crates.io/crates/grid_search)
[![Documentation](https://docs.rs/grid_search/badge.svg)](https://docs.rs/grid_search)
[![Travis-CI Status](https://travis-ci.org/stevebob/grid-search.svg?branch=master)](https://travis-ci.org/stevebob/grid-search)
[![Codecov](https://codecov.io/gh/stevebob/grid-search/branch/master/graphs/badge.svg)](https://codecov.io/gh/stevebob/grid-search)

Grid searching algorithms in rust