Hi >>lot of spurious references to "Commons Numbers" --I have only created the basic project structure. Changes need to be made. Can anyone from the existing commons team help in doing this. >> For sure, populate it with the code extracted from CM's "genetics" package and proceed with the enhancements. At first, I'd suggest to refactor the layout of the package (i.e. create a "subpackage" for each component of a genetic algorithm). -- I am working on it. Did not commit the code till now. >> Then some examination of the data-structures is required (a binary chromosome is currently stored as a "List<Integer>"). -- I have recently done some work on this. Could you please check this article and share your thought. "*https://arxiv.org/abs/2103.04751 <https://arxiv.org/abs/2103.04751>*"
Are we thinking to use Spark for our parallelism or a simple multi-threading of Java. I would prefer to use java multi-threading and avoid any other framework. In java we don't have any library which can be used for AI/ML programming with a very minimal learning curve. Can we think of fulfilling this need? This will be helpful for many java developers to venture into AI/ML without learning a new language like Python. Thanks & Regards --Avijit Basak On Wed, 28 Apr 2021 at 18:48, Gilles Sadowski <gillese...@gmail.com> wrote: > Le lun. 26 avr. 2021 à 16:18, Avijit Basak <avijit.ba...@gmail.com> a > écrit : > > > > Hi > > > > As per previous discussions, I have created a temporary > repository > > in GitHub under my personal GitHub Id(avijitbasak). The artifacts have > been > > copied from commons-numbers. A preliminary structure has been created for > > the proposed component. > > Please let me know if we want to proceed with this format. > > There is no source code (and a lot of spurious references to > "Commons Numbers"). > For sure, populate it with the code extracted from CM's "genetics" > package and proceed with the enhancements. > At first, I'd suggest to refactor the layout of the package (i.e. create > a "subpackage" for each component of a genetic algorithm). > Then some examination of the data-structures is required (a binary > chromosome is currently stored as a "List<Integer>"). > Shouldn't the whole design be revised (based on interfaces and > streams)? > > > We can copy the > > same to any other team repository if required. > > That would be a repository on an ASF server, once the pending vote > process is completed. [By the way: You didn't vote...] > > Regards, > Gilles > > >> [...] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Avijit Basak