Skip to content

Commit

Permalink
feat: add final experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
joszamama committed Jul 15, 2023
1 parent 896712c commit f6489f7
Show file tree
Hide file tree
Showing 4 changed files with 382 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/upo/wmdsp/components/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private void exportGreedy(List<Result> results) {
}

public static void main(String[] args) {
Launcher launcher = new Launcher("rerun-greedy-literature.csv", "literature");
Launcher launcher = new Launcher("random-greedy-all.csv", "random");
launcher.startGreedy();
}
}
42 changes: 0 additions & 42 deletions src/main/java/com/upo/wmdsp/components/methods/WheelMethod.java

This file was deleted.

86 changes: 0 additions & 86 deletions src/main/java/com/upo/wmdsp/components/phases/Wheel.java

This file was deleted.

Loading

0 comments on commit f6489f7

Please sign in to comment.