-
Hello, I used your program to calculate the pictures in the paper, and found that the result is not ideal. Can the result be optimized?
-
```
julia> @time h10 = Calculus.hessian(RB.mylike, RB.troubleParamsSim1.raw)
209.557745 seconds (2.43 G allocations: 83.867 GB, 10.31% gc time)
10x10 Array{Float64,2}:
566.715 -206.282 …
-
On trying to solve the system using an implicit solver from SciML such as `RadauIIA3`, we get the following error message.
```
Got exception outside of a @test
First call to automatic differe…
-
There are several classes related to finite difference computational methods which do not have examples, neither in the API doc nor in the Examples doc:
* http://openturns.github.io/openturns/master/…
-
I've been experimenting with different Laplacian solvers in some of the test cases and I've found that some tests pass when changing just the type of the Laplacian solver. In particular I've been tryi…
d7919 updated
5 years ago
-
I was trying to fit an ML error model with 71' observations, but memory use grew very quickly. This may be because some kind of parallelization comes into play (it shouldn't), but it feels more like t…
-
Samaneh Pakniyat, S. Ali Hassani Gangaraj, George W Hanson
> The bulk-edge correspondence is a fundamental principle of topological wave physics, which states that the difference in gap Chern numbe…
-
The authors present a python PB solver based on a fast multipole method library and a Galerkin boundary element method package. The method integrates a python interface with optimized computational ke…
-
Currently, the binary lens light curve is calculated in a python loop where each point is evaluated separately.
https://github.com/rpoleski/MulensModel/blob/master/source/MulensModel/magnificationc…
-
The assumption of only supporting `Float64` is too strong. Are there any good reasons?
I am labelling this as bugs to signal its priority.