removed trailing whitespace
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@889006 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a97a14915d
commit
c0f87c7000
|
@ -214,9 +214,9 @@ public class GeneticAlgorithm {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the number of generations evolved to
|
* Returns the number of generations evolved to
|
||||||
* reach {@link StoppingCondition} in the last run.
|
* reach {@link StoppingCondition} in the last run.
|
||||||
*
|
*
|
||||||
* @return number of generations evolved
|
* @return number of generations evolved
|
||||||
*/
|
*/
|
||||||
public int getGenerationsEvolved() {
|
public int getGenerationsEvolved() {
|
||||||
|
|
|
@ -207,7 +207,7 @@ public class EventState {
|
||||||
throw MathRuntimeException.createInternalError(null);
|
throw MathRuntimeException.createInternalError(null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// variation direction, with respect to the integration direction
|
// variation direction, with respect to the integration direction
|
||||||
increasing = gb >= ga;
|
increasing = gb >= ga;
|
||||||
|
|
||||||
|
|
|
@ -98,7 +98,7 @@ public class EuclideanIntegerPoint implements Clusterable<EuclideanIntegerPoint>
|
||||||
}
|
}
|
||||||
return hashCode;
|
return hashCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
/** {@inheritDoc} */
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
Loading…
Reference in New Issue