Skip to content

Commit 6a10952

Browse files
authored
Update SteadyStateGeneticAlgorithm.kt
1 parent d04212e commit 6a10952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import org.evomaster.core.search.algorithms.wts.WtsEvalIndividual
66
import org.evomaster.core.search.service.SearchAlgorithm
77
import kotlin.math.max
88
/**
9-
* An implementation of the Steady-State Genetic Algorithm (SSGA).
9+
* An implementation of the Steady-State Genetic Algorithm (SSGA).
1010
*
1111
* Unlike Standard GA, which replaces the entire population in each generation,
1212
* Steady-State GA updates the population incrementally by replacing a small number

0 commit comments

Comments
 (0)