-
By using one of Interpolations.jl or BasisMatrices.jl .
This probably implies an update of the current decision rules types.
albop updated
7 years ago
-
Dear Author,
Thanks very much for sharing this work! I am wondering about the “acgnn.py” file. Would you like to share more details about the ACGNN model? Is there any reference for it? Thanks!
-
Moré - Garbow - Hillstrom test set
Moré, J. J., Garbow, B. S., & Hillstrom, K. E. (1981).
Testing Unconstrained Optimization Software. ACM Transactions on Mathematical Software, 7(1), 17–41.
htt…
-
Suppose we want to illustrate the orthonormality of the appropriately-scaled first-kind Chebyshev polynomials with respect to the Chebyshev-weighted L^2 inner product on [-1, 1]. It would seem to me …
-
I have some functions in my library that need to be called at both compile-time and runtime, and cmath has varying degrees of support for constexpr on different platforms, so I chose to use gcem.
But …
-
I don't see why Laguerre/Hermite roots should be a problem: at first just use comrade matrix.
For `Laguerre` one could further adapt the adaptive Chebyshev roots algorithm since the tail is always …
-
Hi,
I am new to Rust (and to ENSnano) and wanted to run it on Linux which sadly does not come with an executable.
I tried building it as described in the README but failed with the following outpu…
-
The polynomial values are computed in a loop:
https://github.com/deepsphere/deepsphere-cosmo-tf2/blob/3facedf3747abe3e065c45d3368d4d0b1ddf9a2d/deepsphere/gnn_layers.py#L127
For commonly used deg…
-
There seems to be a rare event at high energies (>10 keV) for the Kr-C-Morse combined potential that causes an infinite loop. I suspect a value is going to +/-INF and is not being caught by a NaN chec…
-
### Description
While writing a wrapper, to use Astropy (AP) FittableModels in BayesicFitting (BF) I discovered that the method fit_deriv() gives a different result when used on a…