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
699 stars 89 forks source link

Rename arguments in ode functions/classes #70

Closed shuheng-liu closed 3 years ago

shuheng-liu commented 3 years ago

The following changes will be made (while providing backward compatibility)

  1. rename the argument x to u in neurodiffeq.conditions.{IVP,DirichletBVP}
  2. rename the argument x to u in neurodiffeq.neurodiffeq.{diff,safe_diff,unsafe_diff}
shuheng-liu commented 3 years ago

This will be released in v0.2.2 instead of v0.3.0.

shuheng-liu commented 3 years ago

Fixed with bdf7cd8adc10c4a932b1750200e3ff42d933fba0 4fd6c25cb06bedff32fd174349dda0db96bb4137 and 82c4136633c8854da7162d31e78575ba6da402a7