Re: [numbers][gsoc] GSoC 2022 - NUMBERS-186 Proposal

2022-03-28 Thread Gilles Sadowski
Hello. Le lun. 28 mars 2022 à 00:32, Sumanth Rajkumar a écrit : > > Thanks Alex and Gilles for your feedback > > So currently Commons Math transform depends on Common complex numbers, and > the API involves usage of Complex Object Arrays instead of primitive array > data structures > > I also

Re: [Math] Review of "genetic algorithm" module

2022-03-28 Thread Gilles Sadowski
Hello. Le lun. 28 mars 2022 à 10:15, Avijit Basak a écrit : > > [...] > > >The various "Standalone" classes also look quite similar; consolidating the > >"examples-ga" module (including full Javadoc) is necessary. > -- Could you please elaborate it more. IMHO as StandAlone classes are >

JDK 18 General Availability, and oracle-actions/setup-java

2022-03-28 Thread David Delabassee
Greetings! JDK 18 has been released (General Availability) on March 22nd as planned, the release cadence is working like clockwork! As a small token of gratitude, some of you have been specifically acknowledged in the "The Arrival of Java 18" announcement [1]. On behalf of the entire team,

Re: [Math] Review of "genetic algorithm" module

2022-03-28 Thread Avijit Basak
Hi All Please find my comments. [...] >I don't think that it's the right way to go; instantiating an "ExecutorService" >belongs to the GA application, not the GA library (whose relevant classes >need "only" be thread-safe). >There is some misunderstanding to be clarified in a dedicated