Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request/149da947 #92

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jun 25, 2016

  1. Add test for asymmetric Hessian.

    This currently fails, though it passes if f5 is uses instead of f6.
    Ross Boylan committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    77781db View commit details
    Browse the repository at this point in the history
  2. fix asymmetry of hessian for some code paths

    There will still be problems if hessian is called with a gradient or
    with a symbolic differentiantion type argument.
    This solve the bug reported in PR 91, construed narrowly.  That is,
    the specific invocation that wasn't work now works; the general
    problem of asymmetric Hessians remains.
    Ross Boylan committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    149da94 View commit details
    Browse the repository at this point in the history