Gilles Sadowski
7b0e1a051d
SpotBugs.
2024-08-24 13:23:10 +02:00
sebbASF
95b244cb1f
Use same artifactId prefix as modules ( #235 )
...
Changing the artifactId would normally require a corresponding change of package. But in this case, the parent does not include any Java code, so we should be OK.
2023-09-21 13:44:49 +01:00
Gilles Sadowski
8e5e8bb65b
Reset "-SNAPSHOT" suffix in "<version>" tag.
...
Next version is still "4.0", with "0" as minor number, because last release was "beta".
2022-12-22 10:35:53 +01:00
Gilles Sadowski
506d4bea15
Merge branch '4.0-beta1-release'
2022-12-22 08:28:53 +01:00
Alex Herbert
0e3634108a
Add a docs module to create aggregate reports
...
The site pages have been updated to link to the aggregate javadoc
report.
2022-12-21 23:36:47 +00:00
Gilles Sadowski
81171d4071
Set correct version for all modules.
2022-12-13 18:34:33 +01:00
aherbert
91b0bb3d30
Update to use commons.module.name (consitent with CP)
2022-12-02 11:50:28 +00:00
aherbert
3e72f1ea31
MATH-1651: Ensure neuron distances are returned in a consistent order
...
Use of the iterator order should be avoided as the underlying collection
uses an unspecified iteration order.
2022-11-03 16:42:53 +00:00
Gilles Sadowski
50977290cd
MATH-1651: Modified unit test.
...
The old test was flaky because it assumed a fixed iteration order.
[Thanks to Anant Dahiya for pointing it out.]
The new test indirectly checks how neuron's identifiers are assigned.
Closes #213 .
2022-11-03 12:36:15 +01:00
Arturo Bernal
199648a8a1
MATH-1569: Manual array copy. ( #219 )
2022-10-25 21:34:17 +01:00
John Patrick
a1ac185ba9
JUnit5 assertThrows NeuronSquareMesh2DTest ( #216 )
2022-10-21 09:14:18 +01:00
John Patrick
15b2e50328
JUnit5 assertThrows MapRankingTest ( #215 )
2022-10-21 09:13:37 +01:00
John Patrick
5e497dd704
JUnit5 assertThrows ExponentialDecayFunctionTest ( #222 )
2022-10-20 22:19:22 +01:00
John Patrick
7dde96fd0e
JUnit5 assertThrows QuasiSigmoidDecayFunctionTest ( #221 )
2022-10-20 22:18:40 +01:00
John Patrick
235365d464
JUnit5 assertThrows LearningFactorFunctionFactoryTest ( #220 )
2022-10-20 22:17:31 +01:00
John Patrick
9b1d7c5f8a
JUnit5 assertThrows NeighbourhoodSizeFunctionFactoryTest ( #218 )
2022-10-20 22:16:12 +01:00
aherbert
86c703f3af
Update changes report configuration to allow component reports
...
Remove configuration that is a duplicate of commons-parent.
2022-10-13 13:08:39 +01:00
aherbert
7b18e4f676
Reorder properties to match commons RNG parent.
...
Update commons.module.name to commons.automatic.module.name
2022-10-13 12:59:51 +01:00
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
00e783b363
Remove non-applicable terms from "LICENCE" and "NOTICE" files.
...
The referred dependencies are not used in the "neuralnet" module.
2022-01-08 15:46:22 +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
d35194c995
Update copyright notice (2022).
2022-01-06 01:18:24 +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
8804071ac7
Update copyright information.
2021-08-14 03:24:08 +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
1b5a9a6ed3
Unnecessary section in POM.
2021-05-23 04:13:58 +02: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