Skip to content

Commit

Permalink
readme additions
Browse files Browse the repository at this point in the history
  • Loading branch information
100 committed Jun 20, 2017
1 parent b7a04ba commit 804c39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## *Solid* is a Python library for gradient-free optimization.

#### It contains basic versions of many of the most common algorithms, and allows for very rapid development using them.
#### It contains basic versions of many of the most common [optimization algorithms that do not require the calculation of gradients](https://en.wikipedia.org/wiki/Derivative-free_optimization), and allows for very rapid development using them.

#### It's a very versatile library that's great for learning, modifying, and of course, using out-of-the-box.

Expand Down Expand Up @@ -76,7 +76,7 @@ def test_algorithm():

To run tests, look in the ```tests``` folder.

I use [pytest](https://docs.pytest.org/en/latest/); it should automatically find the test files.
Use [pytest](https://docs.pytest.org/en/latest/); it should automatically find the test files.

<hr>

Expand Down

0 comments on commit 804c39c

Please sign in to comment.