Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1549093 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a34be55b9b
commit
d944333d01
|
@ -60,7 +60,7 @@ public abstract class RandomKey<T> extends AbstractListChromosome<Double> implem
|
|||
private final List<Double> sortedRepresentation;
|
||||
|
||||
/**
|
||||
* Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable).
|
||||
* Base sequence [0,1,...,n-1], permuted according to the representation (unmodifiable).
|
||||
*/
|
||||
private final List<Integer> baseSeqPermutation;
|
||||
|
||||
|
|
Loading…
Reference in New Issue