Javadoc syntax
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1370211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1b434bcd8e
commit
aef4dd02f9
|
@ -40,7 +40,7 @@ import org.apache.commons.math3.exception.util.LocalizedFormats;
|
|||
* This policy works only on {@link AbstractListChromosome}, and therefore it
|
||||
* is parameterized by T. Moreover, the chromosomes must have same lengths.
|
||||
*
|
||||
* @see <a href="http://www.rubicite.com/Tutorials/GeneticAlgorithms/CrossoverOperators/CycleCrossoverOperator.aspx"
|
||||
* @see <a href="http://www.rubicite.com/Tutorials/GeneticAlgorithms/CrossoverOperators/CycleCrossoverOperator.aspx">
|
||||
* Cycle Crossover Operator</a>
|
||||
*
|
||||
* @param <T> generic type of the {@link AbstractListChromosome}s for crossover
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.apache.commons.math3.util.FastMath;
|
|||
* This policy works only on {@link AbstractListChromosome}, and therefore it
|
||||
* is parameterized by T. Moreover, the chromosomes must have same lengths.
|
||||
*
|
||||
* @see <a href="http://www.rubicite.com/Tutorials/GeneticAlgorithms/CrossoverOperators/Order1CrossoverOperator.aspx"
|
||||
* @see <a href="http://www.rubicite.com/Tutorials/GeneticAlgorithms/CrossoverOperators/Order1CrossoverOperator.aspx">
|
||||
* Order 1 Crossover Operator</a>
|
||||
*
|
||||
* @param <T> generic type of the {@link AbstractListChromosome}s for crossover
|
||||
|
|
Loading…
Reference in New Issue