Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding new features #33

Merged
merged 1 commit into from
Jul 29, 2021

Conversation

StillerPatrick
Copy link
Contributor

New Features

Learning Rate Annealing is now available and can be activated in the fit()function. This algorithm balances the weights for initial and boundary conditions depending on the stiffness of the underlying PDE

Logger are available and can be activated in the fit()function. Logger enable automatic tracking of all loss terms and theire weights for example with Weights and Biases which is implemented yet. By implementing the Logger_Interface you can build your own loggers.

Pretraining the fit() function allows a pretraining by optimizing only on the initial condition

Callbacks its possible to write custom callbacks in order to modify the behavior in the training loop. At the moment only callbacks at the end of epochs are supported

Bugfixes

Fix the bug in the calculation of neumann and robin boundary condition

Resolved issues

@nih23 nih23 merged commit 5702b05 into Photon-AI-Research:master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants