jeffheaton / encog-java-core

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

Is Java 8 Required for Encog now? #229

Closed exfenestram closed 7 years ago

exfenestram commented 7 years ago

Encog fails to compile with OpenJDK 7 (an example is src/main/java/org/encog/ml/importance/AbstractFeatureImportance.java Line 65) - has the compiler requirement advanced to Java 8?

jeffheaton commented 7 years ago

Good catch, sorry about that, I will correct that. Java 8 should not be required.

jeffheaton commented 7 years ago

Removed offending piece of code.