Skip to content

Commit

Permalink
Merge pull request #761 from null-a/rm-stale-comment
Browse files Browse the repository at this point in the history
Remove stale comment.
  • Loading branch information
stuhlmueller committed Jan 17, 2017
2 parents 84fd4eb + 3ffcfe2 commit 67cc83c
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/inference/optimize.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
// Optimizes the parameters of a guide program.

// Takes a wpplFn representing the target and guide and optionally the
// current parameters and returns optimized parameters. (The
// parameters passed in are not modified.)

// If initial parameters are not given, the parameters are initialized
// lazily as specified by the guide.
// Gradient based optimization of parameters.

'use strict';

Expand Down

0 comments on commit 67cc83c

Please sign in to comment.