Re: [math] Negative max in class Incrementor

2015-08-28 Thread Ole Ersoy
On 08/28/2015 04:29 PM, Gilles wrote: On Fri, 28 Aug 2015 11:48:28 -0500, Ole Ersoy wrote: This is a side note. In the class Incrementor there's a MaxCountExceededCallback that triggers the MaxCountExceededException. It might make sense to place the code that throws the exception in a static

Re: [math] Negative max in class Incrementor

2015-08-28 Thread Gilles
On Fri, 28 Aug 2015 11:48:28 -0500, Ole Ersoy wrote: This is a side note. In the class Incrementor there's a MaxCountExceededCallback that triggers the MaxCountExceededException. It might make sense to place the code that throws the exception in a static utility method inside the exception, elim

Re: [all] Commons Parent - Plugin Updates

2015-08-28 Thread Gary Gregory
Thank you for doing the work. Gary On Thu, Aug 27, 2015 at 5:46 AM, Bernd Eckenfels wrote: > Hello, > > I plan to release commons-parent, therefore I checked the plugin versions. > > Here are the plugins which allow updates, the release notes, my analysis > and > decisions (r1698139): > > > > m

Early Access builds for JDK 8u66 b02 and JDK 9 b78 are available on java.net

2015-08-28 Thread Rory O'Donnell
Hi Benedikt, Early Access build for JDK 8u66 b02 is available on java.net, summary of changes are listed here. Early Access build for JDK 9 b78

Re: [math] Negative max in class Incrementor

2015-08-28 Thread Ole Ersoy
This is a side note. In the class Incrementor there's a MaxCountExceededCallback that triggers the MaxCountExceededException. It might make sense to place the code that throws the exception in a static utility method inside the exception, eliminating the cb property, the MaxCountExceededCall

Re: [math] Negative max in class Incrementor

2015-08-28 Thread Gilles
On Fri, 28 Aug 2015 04:16:09 +0200, Gilles wrote: On Wed, 26 Aug 2015 23:03:36 +0200, Gilles wrote: Hi. On Wed, 26 Aug 2015 18:33:29 +0200, Cahangirova Gunel wrote: Dear all, Recently I have reported a bug (in my opinion) MATH-1259 in class Incrementor from the org.apache.commons.math4.util p

[Math] Slight reorganization of "o.a.c.m.ml.neuralnet"

2015-08-28 Thread Gilles
Hi. (1) I think that some methods defined in "MapUtils" do not belong there, namely those aimed at visualizing a "NeuronSquareMesh2D". Because "NeuronSquareMesh2D" is defined in "o.a.c.m.ml.neuralnet.twod", the methods should be moved to a class (or several classes) defined in that package too,