jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

Fix RBFNetwork validation of number of hidden nodes #215

Closed arkorwan closed 8 years ago

arkorwan commented 8 years ago

This fixes rounding error causes by casting from double to int, which prevents some valid number of hidden neurons from being accepted.