Skip to content

Commit

Permalink
Update README.md (facebookresearch#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
teytaud authored and jrapin committed Jan 11, 2019
1 parent 1384e55 commit 1813205
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ pip install git+https://github.com/facebookresearch/nevergrad@master#egg=nevergr

Alternatively, you can clone the repository and run `python3 setup.py develop` from inside the repository folder.

The following README is very general, you can find:
- machine learning examples in [machinelearning.md](docs/machinelearning.md).
- optimization of classical objective functions in [benchmarks.md](docs/benchmarks.md).
- guidelines of how to contribute by adding a new algorithm in [adding_an_algorithm.md](docs/adding_an_algorithm.md)

## Goals and structure

The goals of this package are to provide:
Expand Down

0 comments on commit 1813205

Please sign in to comment.