Overfit needs scaling parameters removed

Issue #217 new
andrew_peterson repo owner created an issue

There is an optional overfit term in the NN loss function for regularization. However, the scaling parameters are also included in this, and those should not be minimized.

Needs to be addressed in both the python and fortran versions. The solution should be something having the sum stop 2*len(elements) earlier, since there are 2 scaling parameters per element.

Comments (0)

  1. Log in to comment