Skip to content

Commit 0b34140

Browse files
committed
Removed the usage of the BAT-Framework's internal cache that caused large problems in combination with GERBIL's structure. Added the usage of a small worker library that eases the observing of single tasks. Removed the reporting of running experiments from the main controller and created a small controller for this.
1 parent ea897ba commit 0b34140

File tree

47 files changed

+961
-162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+961
-162
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,13 @@
320320
<version>1.3.171</version>
321321
<scope>test</scope>
322322
</dependency>
323+
<!-- Concurrent lib -->
324+
<dependency>
325+
<groupId>org.aksw.simba</groupId>
326+
<artifactId>topicmodeling.concurrent</artifactId>
327+
<version>0.0.1</version>
328+
</dependency>
329+
323330
<!-- FOX -->
324331
<dependency>
325332
<groupId>org.aksw</groupId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
631083550cae4b0f69090893be680e75
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c374b9de6d0cc3783aee302b3023ec7b4aa7bff5
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0f9467238103aa199a81bd0f9e7c304a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3ced544e448f4bd5e0f3ed249112646f86e0b9b0
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aaea1ddfa5c19b618ef57ca9b96d1705
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
04ee10f654ed3485ec1025b5879111d82249fd4c

0 commit comments

Comments
 (0)