Wessel

Results 10 issues of Wessel

Add support for partial derivatives.

enhancement

Add support for gradients and Hessians of multivariate functions.

enhancement

The order of a method currently refers to the number of grid points. This is different from what is conventional in the literature, where order refers to how the truncation...

See [this comment](https://github.com/fastai/fastcore/pull/415#discussion_r895616219).

It may happen that one wants to optimise a variable `x` over the positive reals. Naively performing gradient descent won't work, because the variable may go negative. A commonly-used workaround...

enhancement

`UniformScaling` is currently not supported: ``` julia> Leaf(Tape(), 0) + UniformScaling(1) ERROR: MethodError: no method matching +(::Nabla.Leaf{Int64}, ::UniformScaling{Int64}) ```

enhancement

Hey @leycec! I'm opening an issue to report an issue with `TypeHint` originally reported by @francesco-ballarin in [this issue](https://github.com/wesselb/plum/issues/74). On Python 3.11, `TypeHint` appears to complain when it receives a...

What the title says, for the sake of speed! The one missing feature is that `inspect.signature` gives the return type too, whereas `iter_func_args` just loops over the arguments, so that's...

[The Antarctica data generator always loads PyTorch](https://github.com/wesselb/neuralprocesses/blob/7aeb4f6fbb87c32ec75f86af2d516d03a970e5d7/neuralprocesses/data/antarctica.py#L2), which forces scripts that intend to use only TF to also install Torch or [even causes these scripts to crash]. The data generator...