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
In the SymbolicRegressionExample.java file, changing the Task parameter for StopCriterion to StopCriterion.ITERATIONS breaks the ElitismGPAlgorithm even though properly the MaxIterations are set.
In the
SymbolicRegressionExample.java
file, changing the Task parameter for StopCriterion toStopCriterion.ITERATIONS
breaks the ElitismGPAlgorithm even though properly the MaxIterations are set.Setting the aforementioned line to:
Results in the following error:
If this is intended, it should return a proper throw message.
The text was updated successfully, but these errors were encountered: