Includes input energy parameter in the model and adds non-linearities
Compare changes
+ 14
− 7
@@ -2,6 +2,7 @@ from sklearn.base import BaseEstimator, RegressorMixin
@@ -20,21 +21,21 @@ class BNN(nn.Module):
@@ -49,11 +50,17 @@ class BNN(nn.Module):