Skip to content

Commit

Permalink
Merge pull request #769 from null-a/fix-optimize-docs
Browse files Browse the repository at this point in the history
Update docs to reflect change to parameter store.
  • Loading branch information
stuhlmueller committed Jan 26, 2017
2 parents 47e219d + 72b58e9 commit 57db442
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/optimization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ Optimize

Default: ``ELBO``

.. describe:: params

Initial parameter values.

Default: ``{}``

.. describe:: verbose

Default: ``true``
Expand All @@ -95,7 +89,6 @@ Optimize
Example usage::

Optimize({model: model, steps: 100});
Optimize({model: model, steps: 100, params: oldParams});
Optimize({model: model, optMethod: 'adagrad'});
Optimize({model: model, optMethod: {sgd: {stepSize: 0.5}}});

Expand Down

0 comments on commit 57db442

Please sign in to comment.