We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60351c commit 0d11ce6Copy full SHA for 0d11ce6
1 file changed
core/src/main/kotlin/org/evomaster/core/search/algorithms/CroAlgorithm.kt
@@ -10,7 +10,7 @@ import kotlin.math.abs
10
*
11
* Each molecule corresponds to a [WtsEvalIndividual] (a test suite).
12
*/
13
-class CroAlgorithm<T> : AbstractGeneticAlgorithm<T>() where T : Individual {
+open class CroAlgorithm<T> : AbstractGeneticAlgorithm<T>() where T : Individual {
14
15
companion object {
16
private const val ENERGY_TOLERANCE = 1e-9
0 commit comments