Commit 8dcd924
Add the GTPSA.jl backend (#329)
* add extension directory
* derivative,second derivative, gradient
* jacobian, hessian
* add GTPSA to Project.toml, move AutoGTPSA to ADTypes
* Fix tests
* Lighter workflow
* pushforward
* trigger workflow
* fix tests?
* fix typo
* hvp done and two args done
* fix typo
* Update Test.yml
* no code coverage
* add GTPSA test
* almost all tests passing, bugs in pushforward
* all tests passing
* latest GTPSA version specified, docs updated
* no coverage test
* Fix formatting and docs
* Exclude GTPSA from LTS testing
* Reactivate coverage
* Reactivate all tests
* Test group
* simplified code and removed derivative
* Adapt to new Tangents
* Tangents import
* Fix da fixes
* Remove temporary backend
* Fixes
* Docs
* GTPSAExt devel in progress
* one arg done
* all tests except hvp passing, should have full code cov
* bump gtpsa version
* fix hvp functions and docs update
* fix typo
* one more typo (sorry)
* JuliaFormatter
* Update DifferentiationInterface/docs/Project.toml
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>
* Better clarification of "variables" in GTPSA
* address comments
* no implicit imports test
* fixes and formatting
---------
Co-authored-by: Guillaume Dalle <22795598+gdalle@users.noreply.github.com>1 parent 59dc865 commit 8dcd924
9 files changed
Lines changed: 856 additions & 0 deletions
File tree
- .github/workflows
- DifferentiationInterface
- docs/src/explanation
- ext/DifferentiationInterfaceGTPSAExt
- src
- test/Back/GTPSA
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| 90 | + | |
87 | 91 | | |
88 | 92 | | |
89 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
| 69 | + | |
67 | 70 | | |
68 | 71 | | |
69 | 72 | | |
| |||
138 | 141 | | |
139 | 142 | | |
140 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
141 | 153 | | |
142 | 154 | | |
143 | 155 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments