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 fe998aacc5a73c390226f9bff9fb91c43d627283
Author: avbasak1 <avbas...@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>

Reply via email to