Re: The case for a Commons component

2021-05-02 Thread Avijit Basak
Hi I would like to vote for *commons-ml*. Thanks & Regards --Avijit Basak On Mon, 3 May 2021 at 04:29, Gilles Sadowski wrote: > Hi. > > > [... Discussion about GA data-structures...] > > I'd suggest that we finalize the [Vote] before getting into the > details... > > Currently, there

Re: The case for a Commons component

2021-05-02 Thread Gilles Sadowski
Hi. > [... Discussion about GA data-structures...] I'd suggest that we finalize the [Vote] before getting into the details... Currently, there have been votes by: Emmanuel Bourg (-1) Sebastian Bazley (-0) Ralph Goers (+0) Paul King (+1) So currently, the discussion should be focused on

Re: The case for a Commons component

2021-05-02 Thread Alex Herbert
On Sun, 2 May 2021 at 16:51, Avijit Basak wrote: > Hi > > >>Note: You cannot easily just use java.util.BitSet as you wish to > have > access to the underlying long[] to store the chromosome to enable efficient > crossover. > --Thanks for pointing this. However, I have considered few const

Re: The case for a Commons component

2021-05-02 Thread Avijit Basak
Hi >>Note: You cannot easily just use java.util.BitSet as you wish to have access to the underlying long[] to store the chromosome to enable efficient crossover. --Thanks for pointing this. However, I have considered few constraints while doing the implementation. 1) I extended the ex