-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Md Kamruzzaman Sarker edited this page Feb 7, 2022
·
6 revisions
Ans: When the search space of the algorithm is limited using the tuning parameters there will be some randomness and the results will vary for each execution. ECII will generate the same results for each execution when searching the whole space (by using all information of the knowledge graph), but this is too time-consuming.
Ans: Increase the java heap size using -ea -Xmx
See here for more: https://stackoverflow.com/questions/1565388/increase-heap-size-in-java
Ans: Increase the java call stack size using -ea -Xss
Ans: It is tested successfully to work with JDK 1.8 version
Ans: It is tested successfully to work with maven-3.6.3 version