EZyRB
EZyRB copied to clipboard
Easy Reduced Basis method
Hi, first of all thank you for your work on these nice packages at mathLab. In this PR is just added GPU support for the ANN and AE classes with...
https://github.com/mathLab/EZyRB/blob/8a51f55e08d520e2c661d57c67a99e03dc1253ee/ezyrb/reducedordermodel.py#LL171C32-L174C1 the kvfold error computes the relative error, docstring needs to be fixed.
The link to tutorial 1 is broken in the online documentation.
**Describe the solution you'd like** An example of tutorial 1 solved using ann
Update list of recent works using the package.
It would be useful to add new wrappers (i.e. subclasses of [`Approximation`](https://github.com/mathLab/EZyRB/blob/48af7bd1f02ac186be88dbcbcead53ff4eb88830/ezyrb/approximation.py) for interpolators in order to improve usability from EZyRB. [Here](https://github.com/mathLab/EZyRB/blob/48af7bd1f02ac186be88dbcbcead53ff4eb88830/ezyrb/rbf.py) you can find an example, the EZyRB wrapper...
**Is your feature request related to a problem? Please describe.** I would like to normalize / scale my snapshots and or the parameters using ezyrb. **Describe the solution you'd like**...