Skip to content

Commit

Permalink
Document change for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcordingley committed Feb 11, 2017
1 parent 221b15e commit 22d7c88
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,18 @@ These concepts are discussed in more detail [on MSDN](https://msdn.microsoft.com

## Extending the Library

With the exception of the `Observations` and `Observation` classes, the entire library is written against interfaces
The entire library is written against interfaces
with as much functionality as possible pulled out into collaborating objects. This means that you can easily swap in
your own classes in place of the provided ones. In particular, the `Gradient`, `Schedule`, and `StoppingCriteria`
interfaces are intended points of extension. If you have written an implementation of one of these that you think would
be of use to others, please submit it with accompanying tests in a pull request.

## Change Log

2.2.0

- Extract interfaces from `Observations` and `Observation`.

2.1.0

- Add InverseRootDecay
Expand Down

0 comments on commit 22d7c88

Please sign in to comment.