Skip to content

Commit

Permalink
#169: Fix Javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Apr 17, 2017
1 parent dd04a1c commit 38f53de
Showing 1 changed file with 1 addition and 8 deletions.
Expand Up @@ -29,14 +29,7 @@
import org.jenetics.util.DoubleRange;

/**
* The (μ, λ) evolution strategy is among the simplest ES algorithms.
*
* 1) We begin with a population of (typically) λ number of individuals,
* generated randomly.
* 2) μ is the number of parents which survive. This is realized by setting the
* survivors selector to the TruncationSelector.
* 3) λ is the number of kids that the μ parents make in total. Since only the
* offspring are altered, we also use the TruncationSelector for the offspring.
* The (μ, λ) evolution strategy.
*
* @author <a href="mailto:franz.wilhelmstoetter@gmx.at">Franz Wilhelmstötter</a>
* @version !__version__!
Expand Down

0 comments on commit 38f53de

Please sign in to comment.