CompPhysVienna / n2p2

n2p2 - A Neural Network Potential Package
https://compphysvienna.github.io/n2p2/
GNU General Public License v3.0
223 stars 83 forks source link

More error metrics #57

Closed singraber closed 4 years ago

singraber commented 4 years ago

Improve error reporting capabilities. Previously only the RMSE of per-atom-energies and forces was computed and reported. Now the following quantities are taken into account:

All quantities will be written to learning-curve.out upon training. The output of nnp-dataset was also restructured to show all error metrics.

singraber commented 4 years ago

Also, added new keyword main_error_metric which controls the screen output.