Skip to content

Commit

Permalink
Update fem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinjalali committed Apr 8, 2014
1 parent c6be2e7 commit 0380312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybrain/optimization/distributionbased/fem.py
Expand Up @@ -230,7 +230,7 @@ def _learnStep(self):
if len(self.allsamples) < self.windowSize:
return
if self.verbose and len(self.allsamples) % 100 == 0:
print(len(self.allsamples), min(self.fitnesses), max(self.fitnesses))
print(len(self.allsamples), min(self.fitnesses), max(self.fitnesses))
# print(len(self.allsamples), min(self.fitnesses), max(self.fitnesses)#, self.alphas)

updateSize = self._computeUpdateSize(self._computeDensities(sample), k)
Expand Down

0 comments on commit 0380312

Please sign in to comment.