You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you happen to have any code to reproduce this issue? I don't think it is possable for the BasicNetwork constructor to throw an exception. I tried the following code, which works fine:
In ElmanPattern class, the method
generate()
is producing an exception.The following line is the one throwing the exception.
final BasicNetwork network = new BasicNetwork();
Method threw 'org.encog.neural.NeuralNetworkError' exception. Cannot evaluate org.encog.neural.networks.BasicNetwork.toString()
The text was updated successfully, but these errors were encountered: