Includes input energy parameter in the model and adds non-linearities
Compare changes
Files
2- Danilo Ferreira de Lima authored
+ 20
− 27
@@ -7,7 +7,7 @@ from scipy.special import gamma
@@ -41,7 +41,7 @@ class ProgressMeter(object):
@@ -151,23 +151,11 @@ class BNN(nn.Module):
@@ -204,14 +192,23 @@ class BNNModel(RegressorMixin, BaseEstimator):
@@ -226,18 +223,16 @@ class BNNModel(RegressorMixin, BaseEstimator):
@@ -254,10 +249,8 @@ class BNNModel(RegressorMixin, BaseEstimator):