Skip to content

Commit

Permalink
Move WDS reference set files under folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 28, 2023
1 parent 29f171a commit a76c246
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public BenchmarkProvider() {
register("LakeProblem", () -> new LakeProblem(), "./pf/LakeProblem.reference");

for (WDSInstance variant : WDSInstance.values()) {
register("WDS(" + variant.getName() + ")", () -> new WDS(variant), "./pf/" + variant.getName() + ".reference");
register("WDS(" + variant.getName() + ")", () -> new WDS(variant), "./pf/WDS/" + variant.getName() + ".reference");
}
}

Expand Down
21 changes: 0 additions & 21 deletions src/main/java/org/moeaframework/benchmarks/Test2.java

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a76c246

Please sign in to comment.