-
*Issue migrated from trac ticket # 2870*
**milestone:** HeuristicLab 4.x Backlog | **component:** ExtLibs | **priority:** low
#### 2018-01-02 17:50:18: @mkommend created the issue
___
> AutoDiff i…
-
Someone noted to me that FixedEffectModels.jl is tricky to use AD on because there are so many explicit `Float64` type constraints -- does anyone have a good sense of how much effort it would take to …
-
The `Variable` struct has a reference to the `Graph` struct. This is causing a lot of issues, namely it prevents:
- Adding support for `ndarray` and `nalgebra`.
- Python bindings since `#[pyclass]…
avhz updated
9 months ago
-
One of the ideas behind this library was to create differentiable geometry. We need to solve Quadratic Error Functions for Dual contours (#15). In addition we may save some time by using Oct Trees, bu…
-
This reproduces the problem I've been getting, the call to `adjoint_sensitivities` and to `Zygote.gradient` will return all zeroes. This happens for any combination of sensealg and autodiff kwarg that…
-
This is a meta-issue noting all kinds of issues related to differentiating of classes, class methods, etc. While the things are more or less working for ordinary functions and structs, there are lots …
-
Hi,
I am getting the following error when compiling with cmake. Any idea about how to fix the issue? Thanks.
hanxiang@hanxiang-OMEN-30L-Desktop-GT13-1xxx:~/autodiff/.build$ cmake --build . --ta…
-
### Motivation and description
Maybe this is a more general topic for `MLJ`, not only related to `Flux`. I know that autodiff has been discussed in the past and with `MLJFlux` now being developed, I …
-
There are some cases when using Gridap and Gridap's Autodiff machinery together does not work. Here we have a problem where a FEFunction only exists in certain parts of the domain. It means that if we…
-
Both of these throw an error:
```
fixedpoint(x -> 0.5*(2/x + x), [1.0]; autodiff=:true)
ERROR: TypeError: in keyword argument autodiff, expected Symbol, got a value of type Bool
fixedpoint(x -…