-
Some SO posts are worth pointing to as educational material I've written.
- https://stackoverflow.com/questions/78601241/3d-css3-transforms-handling-with-dommatrix-issue/78603657
- https://stack…
Pomax updated
5 months ago
-
* Misses parts of the `dict` interface:
* `fromkeys`
* `items`
* `keys`
* `values`
* `pop`
* `popitem`
* `get`
* `setdefault`
* `update`
* `clear`
* `__reversed__`
…
-
I am currently conducting research on shrimp stock assessment using the ‘TropFishR’ package to analyze a monthly carapace length frequency dataset. The package allows for the analysis of one year of d…
-
Hi! New to optax.
I wanted to implement the extra-gradient method (see e.g. here https://arxiv.org/abs/1901.08511v2), which is described mathematically by
$x_{k+1/2} = x_{k}-\eta \nabla f(x_k), …
-
Hello,
I was comparing the implementations of:
- https://github.com/JuliaNLSolvers/Optim.jl/blob/master/src/univariate/solvers/brent.jl
- https://github.com/JuliaNLSolvers/NLSolvers.jl/blob/mas…
-
Example use case: annotate the start and end of a Qur'anic MP3 so that a user can listen to specific ayahs a specific number of times (e.g. muqri.com).
There exist similar tools, but they need to b…
-
**Is your feature request related to a problem? Please describe.**
`StructuredGrid` can interpolate between grid features with
- `array_at_verts_basic(a)`: cell center (node) to vertices with ne…
-
```
What steps will reproduce the problem?
1. Use the polygon-edit sample
http://earth-api-utility-library.googlecode.com/svn/trunk/extensions/examples/po
ly-edit-full.html
2. Navigate globe to the …
-
I am working on my first ATAC-seq project and I am trying to go through all the nucleoatac outputs.
I have read the manuscript and the docs on the website.
I guess I can summarize my questions as
…
Flope updated
6 years ago
-
Hello,
for the exercice 2 to test the integration function we have to generate a force that keeps the boids at a fixed distance of the center. Thus this force will have to depend not only on the po…