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

Implement new autodiff type based on tape representation #89

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2019

  1. [autodiff/mixed] Implement base expression class for new mixed mode type

    expression - class for tape based representation which supports update.
    supersega committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    2a2566e View commit details
    Browse the repository at this point in the history
  2. [autodiff/mixed] Add expression tree node class which hold topology a…

    …nd differential properties
    supersega committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    88114bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9663649 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7912624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f669b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d2d962 View commit details
    Browse the repository at this point in the history
  7. [autodiff/mixed] Implement parameter expression to be able to create …

    …variable from numerical value
    supersega committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    613707f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2df418b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c346a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e4c2a20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f4ae890 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7589f8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f25f3d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3e3a45d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a5fa2aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    152d5a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d0af7aa View commit details
    Browse the repository at this point in the history