Skip to content

Commit 1035492

Browse files
committed
change in javadoc of MuPlusLambdaEvolutionaryAlgorithm
1 parent 8a5148f commit 1035492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.evomaster.core.search.Individual
55
import org.evomaster.core.search.algorithms.wts.WtsEvalIndividual
66

77
/**
8-
* (μ + λ) Evolutionary Algorithm adapted a Whole Test Suite representation.
8+
* (μ + λ) Evolutionary Algorithm.
99
* Population P of size μ is evolved by generating λ offspring via mutation of each parent,
1010
* then selecting the best μ individuals from parents ∪ offspring.
1111
*/

0 commit comments

Comments
 (0)