Skip to content

Commit

Permalink
Update README, add __init__.py to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofarendt committed Jun 2, 2018
1 parent cd114e7 commit 1a388ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,14 @@ x = res.x
fx = res.fx
```

Installation:
```
pip install modestga
```

Run example:
```python
>>> from modestga.examples import min_noisy_function
```

Implementation based on [ModestPy](https://github.com/sdu-cfei/modest-py).
Empty file added modestga/examples/__init__.py
Empty file.

0 comments on commit 1a388ba

Please sign in to comment.