Skip to content

Commit 0d11ce6

Browse files
committed
changes to open
1 parent b60351c commit 0d11ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import kotlin.math.abs
1010
*
1111
* Each molecule corresponds to a [WtsEvalIndividual] (a test suite).
1212
*/
13-
class CroAlgorithm<T> : AbstractGeneticAlgorithm<T>() where T : Individual {
13+
open class CroAlgorithm<T> : AbstractGeneticAlgorithm<T>() where T : Individual {
1414

1515
companion object {
1616
private const val ENERGY_TOLERANCE = 1e-9

0 commit comments

Comments
 (0)