Skip to content

Commit 83149d3

Browse files
committed
refactoring: cleaning stuff
1 parent 755bd48 commit 83149d3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

core/src/main/kotlin/org/evomaster/core/search/algorithms/MosaAlgorithm.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import org.evomaster.core.logging.LoggingUtil
88
import java.util.ArrayList
99

1010

11+
1112
/**
1213
* Implementation of MOSA from
1314
* "Automated Test Case Generation as a Many-Objective Optimisation Problem with Dynamic
@@ -243,7 +244,7 @@ class MosaAlgorithm<T> : SearchAlgorithm<T>() where T : Individual {
243244
else if (dominatesX)
244245
return -1
245246

246-
else // (dominatesY)
247+
else (dominatesY)
247248
return +1
248249
}
249250

0 commit comments

Comments
 (0)