-
I'm doing the format tweaking in the "book-formatting" branch, which I expect eventually to be merged with main.
Mostly the edits are page-breaks to avoid orphans, moving marginal notes. But there…
-
***draft***
## Draft definitions
A **symbolic** operator is a generic operator that has a fixed arity.
A **specialized** operator is a tensor function which has a fixed signature.
A **operator f…
-
I have a `while` statement that needs to run log_2 n times. If overloading is supported, it would be nice to be able to specify a base for the existing `log` function. (I guess a `log2` function wou…
-
## 🚀 Feature
Support that the output stride is identical to the input stride for `__neg__`, at least, when `requires_grad=False`.
Advantage: Less memory consumption and fewer computations.
The …
-
At the page
https://lifelines.readthedocs.io/en/latest/jupyter_notebooks/Piecewise%20Exponential%20Models%20and%20Creating%20Custom%20Models.html#Bounded-lifetimes-using-the-beta-distribution
Ther…
-
I'm trying to calculate the minimum of a function using a `NonlinearConstraint`, and I'm using autograd to get all my derivatives. For the input to minimize itself, everything works fine. For `Nonli…
-
Start with the type of `map` as defined by the [Functor][1] type class:
```purescript
map :: Functor f => f a ~> (a -> b) -> f b
```
Replace `Functor f => f` with `Function x`:
```purescrip…
-
There are inconsistencies in how to treat bookended intervals ( = adjacent intervals = the Start of one is the End of the other) among methods dealing with overlap.
Make some intervals: p1 (2 inter…
-
Compute layer describes ternary functions but the scalar API is missing support for this. Specifically, generator dispatchers and structs with ternary-based **Exec** methods. Refer to [ ](https://gith…
-
One item of the *"RFC: Roadmap for Shapely 2.0"* we didn't yet fully discuss is how to incorporate the vectorized functions of PyGEOS into Shapely (see also [this section](https://github.com/shapely/s…