Skip to content

Commit

Permalink
DOC: explanation for how to evaluate an objective at specified values
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgortmaker committed May 2, 2018
1 parent 981aaa1 commit c39664c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyblp/utilities/optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ class Optimization(object):
pairs for each element in `initial`, `options` are specified below, and `final` is an array of optimized
parameter values.
To simply evaluate a problem's objective at the initial parameter values, the trivial custom method
``lambda f, i, b: i`` can be used.
method_options : `dict, optional`
Options for the optimization routine.
Expand Down

0 comments on commit c39664c

Please sign in to comment.