You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/20 17:58:10 UTC

[commons-math] 12/16: MATH-1563: Introducing new implementation of GA functionality (WIP).

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 3c5f9d312573d19824b7a5fe433049eee934ad34
Author: avbasak1 <av...@in.ibm.com>
AuthorDate: Sun Jan 2 18:54:37 2022 +0530

    MATH-1563: Introducing new implementation of GA functionality (WIP).
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 42c6cb4..fa534d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,6 +128,7 @@
     <!-- 4. Modules that depend on "legacy" codes. -->
     <module>commons-math-examples</module>
 
+    <module>commons-math-ga</module>
   </modules>
 
   <scm>