11 Commits

Author SHA1 Message Date
aherbert
5a8234a2fe Remove trailing whitespace 2022-10-13 11:38:37 +01:00
aherbert
4e3d62a289 Enable jacoco plugin using the commons parent profile 2022-06-07 13:38:45 +01:00
Gilles Sadowski
e65ed4ff5b Add accessors.
Allow retrieval of the full state, e.g. for persistent storage (cf. MATH-1594).
2022-01-08 14:52:55 +01:00
Gilles Sadowski
468d81714d Remove comparator.
Its usage is unnecessary within the library.
2022-01-06 01:04:31 +01:00
Gilles Sadowski
08e51aa539 Unused "import" statements. 2022-01-06 00:26:11 +01:00
Gilles Sadowski
382759b4cd Javadoc. 2022-01-06 00:16:40 +01:00
Gilles Sadowski
c6d5f4b65f MATH-1594: Remove "Serializable". 2022-01-02 23:59:08 +01:00
Gilles Sadowski
470bdbb5f3 PMD. 2021-09-01 13:36:40 +02:00
Gilles Sadowski
92a3b0c040 Replace calls to deprecated method. 2021-08-07 15:26:02 +02:00
aherbert
6ce950d5a3 MATH-1576: Reinstate checkstyle
Checkstyle has been suppressed for the legacy module.

Fixed the new modules to pass the checkstyle configuration ported from
Commons-Numbers.
2021-06-25 12:08:35 +01:00
Gilles Sadowski
5e59617d85 MATH-1578: Modularization.
Code moved from "o.a.c.math4.legacy.ml.neuralnet" into a dedicated module.

Refactored "TSP" example application (formerly provided as a unit test).
2021-05-21 14:52:27 +02:00