This is an automated email from the ASF dual-hosted git repository.

erans pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git.


    from b222580  Replace algorithm used in "best list" search.
     new 6e11126  Spurious "throws" clauses.
     new b89f677  Relax tolerance (unit tests).
     new 470bdbb  PMD.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../examples/sofm/chineserings/ChineseRings.java   |  2 +-
 .../sofm/chineserings/ChineseRingsClassifier.java  | 10 ++++-----
 .../commons/math4/examples/sofm/tsp/City.java      |  6 +++---
 .../math4/examples/sofm/tsp/StandAlone.java        |  7 +++----
 .../sofm/tsp/TravellingSalesmanSolver.java         | 11 +++++-----
 .../commons/math4/legacy/optim/BaseOptimizer.java  | 14 ++++---------
 .../nonlinear/scalar/MultivariateOptimizer.java    | 12 +++++------
 .../std_test_func.simplex.hedar_fukushima.csv      |  2 +-
 .../noderiv/std_test_func.simplex.nelder_mead.csv  |  2 +-
 .../apache/commons/math4/neuralnet/MapRanking.java |  4 ++--
 .../apache/commons/math4/neuralnet/MapUtils.java   |  4 ++--
 .../apache/commons/math4/neuralnet/Network.java    | 22 +++++++++-----------
 .../commons/math4/neuralnet/oned/NeuronString.java | 10 +++++----
 .../math4/neuralnet/sofm/KohonenUpdateAction.java  |  2 +-
 .../math4/neuralnet/twod/NeuronSquareMesh2D.java   | 24 ++++++++++++----------
 .../math4/neuralnet/twod/util/LocationFinder.java  |  4 ++--
 .../neuralnet/twod/util/SmoothedDataHistogram.java |  2 +-
 .../math4/transform/FastCosineTransform.java       |  5 +++--
 .../math4/transform/FastFourierTransform.java      | 10 +++++----
 .../math4/transform/FastHadamardTransform.java     |  7 ++++---
 .../commons/math4/transform/RealTransform.java     |  1 +
 .../commons/math4/transform/TransformUtils.java    |  7 +++++--
 22 files changed, 85 insertions(+), 83 deletions(-)

Reply via email to