-
The title is pretty self-explanatory. I think the setup of this project is great and I would like to add a great optimizer to it. I'll start to work on this if no one else has.
-
## Motivation
At the moment, there is no way to convert an owned resource handle inside the resource-exporting component back into an owned value of the type that implements the resource. While the…
-
Two potential speed-ups for spline and HSGP models (without random effects)
## 1. use _glm more often.
E.g. formula `y ~ s(x)` generates code with
```
vector[N] mu = Intercept + rep_vecto…
-
A small question / remark which may be useful for 1.16 users.
The data are not normalized anymore in the Kriging algorithm and users must do it on their own. How can we place this information ? …
-
First of, great work with the library so far!! This is significantly better than what currently exists out there.
Many energy systems models can be extremely sparse. For example, in one recent case…
-
With the following code, the (2,3) 2.46 edge and the (1,2) 1.79 and (1,3) 1.55 edges should make a triangle, but the are drawn nearly parallel, this is wrong, as I see it.
```
import matplotlib.py…
-
Hi there :)
I want to solve many ODEs which involve a small parameterised convex QP problem as a part of evaluating the right hand side. The QP is of the standard form:
`min_x x' Q x + p' x`
…
mbjd updated
9 months ago
-
This is tricky because of this: https://github.com/iron-io/functions/issues/71
ie: https://github.com/iron-io/functions/pull/74/files#diff-e180f07f5c320b82004c2bb065eedef0R99
The problem is we'd…
-
last commit was 10 months ago so wanted to know if it is still alive or not?
-
Hi all,
I want to use EBM as a GAM to replace the fully connected layer at the end of a large CNN/Transformer to get interpretable output. However, I need to train the EBM like a deep learning model,…