This is an automated email from the ASF dual-hosted git repository. erans pushed a commit to branch feature__MATH-1563__genetic_algorithm in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 7fa4c43feb55cd12c15dccf17d0af3404045fa61 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Sun Jan 2 23:54:11 2022 +0100 Move GA module declaration to ensure that there are no dependencies on legacy codes. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 818fbb3..838b400 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ <module>commons-math-core</module> <module>commons-math-neuralnet</module> <module>commons-math-transform</module> + <module>commons-math-ga</module> <!-- 2. Modularized (but not refactored) legacy functionalities. --> <module>commons-math-legacy-exception</module> @@ -127,7 +128,6 @@ <!-- 4. Modules that depend on "legacy" codes. --> <module>commons-math-examples</module> - <module>commons-math-ga</module> </modules> <scm>