NeuroDiffGym / neurodiffeq

A library for solving differential equations using neural networks based on PyTorch, used by multiple research groups around the world, including at Harvard IACS.
http://pypi.org/project/neurodiffeq/
MIT License
687 stars 90 forks source link

chebyshev_uniform for Generator1D #213

Open samuelperezdi opened 8 months ago

samuelperezdi commented 8 months ago

As a result of my excellent learning experience in the Harvard ComputeFest 2024: Physics-Informed Neural Networks, I wanted to contribute to neurodiffeq. The perfect opportunity presented by initiative of @shuheng-liu. I open this pull request to create the chebyshev_uniform method for Generator1D. This should:

I have also updated the documentation and added a test, accordingly.

Thank you!