We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7025e24 commit faf1479Copy full SHA for faf1479
ext/native/NativeC/src/org/moeaframework/benchmark/Example.java
@@ -1,7 +1,7 @@
1
package org.moeaframework.benchmark;
2
3
import org.moeaframework.algorithm.NSGAII;
4
-import org.moeaframework.core.Problem;
+import org.moeaframework.problem.Problem;
5
6
public class Example {
7
@@ -13,4 +13,4 @@ public static void main(String[] args) throws Exception {
13
}
14
15
16
-}
+}
0 commit comments