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

Add jacobian, at last? #890

Merged
merged 17 commits into from
Feb 2, 2021
Merged

Add jacobian, at last? #890

merged 17 commits into from
Feb 2, 2021

Commits on Jan 30, 2021

  1. hessian tweaks, committed first to help git out

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    680302c View commit details
    Browse the repository at this point in the history
  2. new jacobian implementation, and tests

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    93a4c5b View commit details
    Browse the repository at this point in the history
  3. hessian_reverse, and tests

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a6f0ef0 View commit details
    Browse the repository at this point in the history
  4. brief docstring & xref for gradient

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c1687cc View commit details
    Browse the repository at this point in the history
  5. a few more tests

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    418a74f View commit details
    Browse the repository at this point in the history
  6. add to docs, Utilities page

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    3f9e6c5 View commit details
    Browse the repository at this point in the history
  7. docstring fix an indent bug

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    62b6497 View commit details
    Browse the repository at this point in the history
  8. change delta approach, add explicit CuArray test

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    1d0d9dd View commit details
    Browse the repository at this point in the history
  9. Diagonal -> diagm, sparse -> dense?

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    f6812e7 View commit details
    Browse the repository at this point in the history
  10. another idea, and move Cu tests earlier

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    c4d7533 View commit details
    Browse the repository at this point in the history
  11. docstring tweaks

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a347029 View commit details
    Browse the repository at this point in the history
  12. move identity matrix creation to a function

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    65b561d View commit details
    Browse the repository at this point in the history
  13. doc tweaks

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    1000213 View commit details
    Browse the repository at this point in the history
  14. move to grad.jl, no other changes

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    6a0023c View commit details
    Browse the repository at this point in the history
  15. tweak

    Michael Abbott committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    909cec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Update src/compiler/interface.jl

    Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
    mcabbott and CarloLucibello committed Feb 1, 2021
    1 Configuration menu
    Copy the full SHA
    bc18798 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Carlo Lucibello <carlo.lucibello@gmail.com>
    mcabbott and CarloLucibello committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b1d868e View commit details
    Browse the repository at this point in the history