Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-09-06 Thread Avijit Basak
Hi All I have created a pull request for task *MATH-1618* belonging to *Jira** MATH-1563*. Kindly initiate the review. Please send a note if you have any questions or concerns. Development is in progress for the next task *MATH-1619*. *URL:* https://github.com/apache/commons-mat

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-08-15 Thread Gilles Sadowski
Le dim. 15 août 2021 à 15:48, Avijit Basak a écrit : > > Hi > > As mentioned earlier I need to use descriptive statistics in > *genetics* module as part of *math4* release. This will be required for > checking convergence status, probability generation. This can also be used > for streamin

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-08-15 Thread Avijit Basak
Hi As mentioned earlier I need to use descriptive statistics in *genetics* module as part of *math4* release. This will be required for checking convergence status, probability generation. This can also be used for streaming current population conditions to interested listeners. Currently,

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-08-08 Thread Gilles Sadowski
Hello. Le dim. 8 août 2021 à 07:22, Avijit Basak a écrit : > > Hi All > > I have started to work in genetic module. Great! > I want to push the new > module as part of a new feature branch "*feature/MATH-1563*". Changes > include mostly the existing code and modfication due to the new E

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-08-07 Thread Avijit Basak
Hi All I have started to work in genetic module. I want to push the new module as part of a new feature branch "*feature/MATH-1563*". Changes include mostly the existing code and modfication due to the new Exception class. I have encountered the following error which indicates my Github Id

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-08-07 Thread Avijit Basak
Hi I have created two new subtasks for Jira *MATH-1563* to explain the requirement of changes and a new JIRA MATH-1618 . Let me know if that helps. We can continue the discussion here in case of any queries. Thanks & Regards --Av

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-28 Thread Gilles Sadowski
Hello. Le mer. 28 juil. 2021 à 10:23, Avijit Basak a écrit : > > Hi > > I shall try to describe my proposed changes with proper context in > my next communication. Regarding the stats, I need a library that can be > used for any statistical calculation needed. Are the calculations needed

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-28 Thread Avijit Basak
Hi I shall try to describe my proposed changes with proper context in my next communication. Regarding the stats, I need a library that can be used for any statistical calculation needed. I don't want to use the one from math3 legacy component as that will include all other legacy componen

Re: [MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-27 Thread Gilles Sadowski
Hello. Le mar. 27 juil. 2021 à 09:15, Avijit Basak a écrit : > > Hi All > > Please find the proposed changes for the Genetic Algorithm library in > commons.maths. > Changes in Model: > 1) GeneticAlgorithm class is broken into a hierarchy to accommodate commons > implementation in an Abs

[MATH][DESIGN] Design Discussion for Genetic Algorithm Library

2021-07-27 Thread Avijit Basak
Hi All Please find the proposed changes for the Genetic Algorithm library in commons.maths. Changes in Model: 1) GeneticAlgorithm class is broken into a hierarchy to accommodate commons implementation in an Abstract class AbstractGeneticAlgorithm. New AdaptiveGeneticAlgorithm class has als