Re: [MATH][GENETICS][PR#199] Design Decision of Chromosome hierarchy

2021-11-22 Thread Avijit Basak
Hi All I have uploaded the image(*chromosome hierarchy.png*) in JIRA. Here is the link. Let me know if anyone faces any issues. https://issues.apache.org/jira/projects/MATH/issues/MATH-1563?filter=allopenissues Thanks & Regards --Avijit Basak On Mon, 22 Nov 2021 at 19:39, Gilles Sadowski

Re: [MATH][GENETICS][PR-199] Decision on the use of Logging functionality

2021-11-22 Thread Matt Sicker
I’d be +1 for Log4j2 as the API particularly due to the more active development community and licensing. SLF4J is mostly reliant on the heroic efforts of its sole maintainer which is a bit of an anti-pattern at Apache. If there’s a desire to support the Java module system, the only versions of S

Re: [MATH][GENETICS][PR#199] Design Decision of Chromosome hierarchy

2021-11-22 Thread Gilles Sadowski
Hello. Le lun. 22 nov. 2021 à 13:47, Avijit Basak a écrit : > > Hi All > > We need to make a decision on the chromosome hierarchy, proposed for > commons-math-ga module. > Currently the hierarchy is designed as shown in the diagram below. Image has probably been stripped from your origi

Re: [MATH][GENETICS][PR-199] Decision on the use of Logging functionality

2021-11-22 Thread Gilles Sadowski
Hello. Le lun. 22 nov. 2021 à 13:50, Avijit Basak a écrit : > > Hi All > >We need to make a decision on usage of a logging framework. The > previous release does not have any implementation of a logging framework. > However, in the current implementation a slf4j logger has been introduced

Re: [MATH][GENETICS][PR-199] Decision on use and customization of RNG functionality for randomization

2021-11-22 Thread Gilles Sadowski
Hello. Le lun. 22 nov. 2021 à 13:49, Avijit Basak a écrit : > > Hi All > > I would like to request everyone to share their opinion regarding > use and customization of RNG functionality in the Genetic Algorithm > library. > In current design RNG functionality has been used interna

Re: [MATH][GENETICS][PR#199] Decision on retention of ASCII Art in Javadoc section

2021-11-22 Thread Gilles Sadowski
Hello. Le lun. 22 nov. 2021 à 13:48, Avijit Basak a écrit : > > Hi All > > I would like to inform everyone that there is some ASCII art in the > javadoc section in some classes like OnePointCrossover etc. This is taken > unaltered from the previous release of math library. We need to deci

[MATH][GENETICS][PR-199] Decision on the use of Logging functionality

2021-11-22 Thread Avijit Basak
Hi All We need to make a decision on usage of a logging framework. The previous release does not have any implementation of a logging framework. However, in the current implementation a slf4j logger has been introduced. Please share if anyone has any concerns related to this. Thanks & Rega

[MATH][GENETICS][PR-199] Decision on use and customization of RNG functionality for randomization

2021-11-22 Thread Avijit Basak
Hi All I would like to request everyone to share their opinion regarding use and customization of RNG functionality in the Genetic Algorithm library. In current design RNG functionality has been used internally by the RandomProviderManager class. This class encapsulates a predefine

[MATH][GENETICS][PR#199] Decision on retention of ASCII Art in Javadoc section

2021-11-22 Thread Avijit Basak
Hi All I would like to inform everyone that there is some ASCII art in the javadoc section in some classes like OnePointCrossover etc. This is taken unaltered from the previous release of math library. We need to decide whether we should keep them in the next release or remove them. I woul

[MATH][GENETICS][PR#199] Design Decision of Chromosome hierarchy

2021-11-22 Thread Avijit Basak
Hi All We need to make a decision on the chromosome hierarchy, proposed for *commons-math-ga* module. Currently the hierarchy is designed as shown in the diagram below. [image: image.png] *Brief description:* 1) The chromosome hierarchy is based on it's internal representation of Genotype