From: Sarker, Md K. <sar...@wr...> - 2017-09-26 03:45:16
|
Dear Concern, With due respect I am using DL-Learner. Specifically, I am trying to run PCELOE (Parallel version of CELOE) algorithm but it gives java concurrent modification error. Configuration: I have set mathreads to 8 using. ((PCELOE) la).setNrOfThreads(8); I am attaching the log here. A snippet of the log is: Caused by: java.util.ConcurrentModificationException at java.util.TreeMap$NavigableSubMap$SubMapIterator.prevEntry(TreeMap.java:1714) at java.util.TreeMap$NavigableSubMap$DescendingSubMapKeyIterator.next(TreeMap.java:1818) at org.dllearner.algorithms.celoe.PCELOE.getNextNodeToExpand(PCELOE.java:503) at org.dllearner.algorithms.celoe.PCELOE.access$200(PCELOE.java:65) at org.dllearner.algorithms.celoe.PCELOE$PCELOEWorker.run(PCELOE.java:1138) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Would you please help? With Regards, ------------- Md Kamruzzaman Sarker PhD Student Dept. of Computer Science and Engineering, Wright State University, Dayton, OH http://dase.cs.wright.edu/people/kamruzzaman-sarker |