ITMO-NSS-team / torch_DE_solver

Combines power of torch, numerical methods to conquer and solve ALL {O,P}DEs
https://torch-de-solver.readthedocs.io
BSD 3-Clause "New" or "Revised" License
59 stars 9 forks source link

Rework of 'mat' method #28

Closed SuperSashka closed 1 year ago

SuperSashka commented 1 year ago

To achieve better unification of all methods, we need to rewrite existing 'mat' method towards single-layer NN without activation. It should increase speed and make the method to avoid existing restrictions + be better compatible with existing code.

As a result we would like to see 'mat' obstolete and have it only as compatibility shortcut to the described scenario.

SuperSashka commented 1 year ago

Closed with #36