gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 21 forks source link

broken test cases #5

Closed markuswagnergithub closed 6 years ago

markuswagnergithub commented 6 years ago
Markuss-MBP:git-gin wagner$ java -jar build/gin.jar examples/locoGP/SortBubble.java
Optimising source file: examples/locoGP/SortBubble.java

Initial execution time: -1.0 (ns)

Step 1 | COPY 5 -> 1:0 |Failed to compile
Step 2 | MOVE 10 -> 3:0 |Failed to compile
...
Step 100 | DEL 3 |Failed to compile

Best patch found: |
Found at step: 0
Best execution time: -1.0 (ns)
Speedup (%): -0.0

==> This seems to be a broken test case? ==> The same for SortHeap.java, SortInsertion.java, SortMerge.java, SortQuick.java, SortRadix.java, SortSelection.java, SortSelection2.java, and SortShell.text - unless the goal here is to fix a bug, of course.