-
Are there any plans for future implementation of hyperbolic discounting for consumer agents? The implementation of naive quasi hyperbolic discounting should not be too complicated.
In the case of t…
-
Hi! First of all, thank you for this research, it is very fascinating.
I have a question about your implementation of the hyperbolic MLR function.
In your implementation, you define it as:
`2./…
-
After the pre-alpha development we need to design a suitable tests facilities. The library is aimed to be a general approximation (interpolation) tool thus the range of applications is quite wide. Nev…
-
It is a followup for https://github.com/rust-lang/rust/issues/39473
There is Rust cleanup activity that aims to move complex, platform-specific dependencies outside of `std`. For examples `libc` bi…
-
In the current implementation, the arcs do not look very smooth on the closer inspection. Eyeballing, I'd assume that every tile is divided in 4 faces. Is there any reason for not subdividing further?…
-
Hello, in your paper “**Hypformer: Exploring Efficient Hyperbolic Transformer Fully in Hyperbolic Space**,” you mentioned that you implemented operations such as the **linear transformation layer, Lay…
-
Additional numerical fluxes:
- [x] Ducros et al.
```
@article{ducros2000high,
title={High-Order Fluxes for Conservative Skew-Symmetric-Like Schemes in
Structured Meshes: {A}ppli…
-
Hello.
Could someone please comment on the ease of using Trixi for the simulation of a multidimensional Fokker-Planck equation (for particle distributions)? In essence, I want to simulate an advectio…
-
There is a number of possible to implement manifolds in e.g. [pymanopt](https://github.com/pymanopt/pymanopt/tree/master/pymanopt/manifolds), namely:
- [x] `Euclidean`
- [x] `Stiefel`
- [x] `Sphe…
-
Recent change to seed file includes values that have HTML incl class names and plain text. If we store data like this, especially if it becomes editable (eg via CMS) down the road, this could result i…