-
```
What new feature/ability do you want?
I would like a build in differential for plane or glider, i know that this
could be perform with mix but when you want specific differential for flight
mode…
-
Hi,
I have a working version of BDF solver in JAX with JIT support which I ported from tensorflow_probability. I tested it with stiff chemical kinetics problems using VODE wrapper in SciPy and the r…
-
- Design simulation framework from scratch to figure out benefits concerning current simulation framework
- If benefits: Automatically: transfer the component-oriented model and control structure fro…
-
I find that the current `Total` for binary relations is a misnomer: Currently there is:
```agde
Total : ∀ {a ℓ} {A : Set a} → Rel A ℓ → Set _
Total _∼_ = ∀ x y → (x ∼ y) ⊎ (y ∼ x)
```
But a binar…
-
This is something I've wanted for a while and since I couldn't find an issue for it I thought I may as well open one.
Could we add linear types to agda at some point? They are extremely nifty for b…
-
### Title
Spyking AI
This project aims to build a Tensorflow wrapper to build and train spiking neuron arrays connected though hebbian conections. This tool is proposed to study neural mechanis…
-
**Describe the bug**
I developing a larger model and for some instances of the model I get the following error message. But it is extremly hard to debug this based on the error message. Using Python
…
-
Right now the abstract optimizer::Solver class is extremely minimalistic, only offering the ability to solve a Problem that was passed in during construction (incidentally, I think it should be possib…
-
Version Info:
Julia Version 1.0.3
Commit 099e826241 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz
WORD_SIZE: 64
LI…
-
### Problem Description
Right now, Chow rings of matroids are implemented using a generic quotient ring construction. However, we know an explicit Gröbner basis for a certain class of term orders. …