[GUMP@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-dbutils (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-dbutils has an issue affecting its community integration. This iss

[GUMP@vmgump]: Project commons-chain2 (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-chain2 has an issue affecting its community integration. This issu

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

[GUMP@vmgump]: Project commons-dbcp2 (in module apache-commons) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-dbcp2 has an issue affecting its community integration. This issue

[GUMP@vmgump]: Project commons-dbcp (in module commons-dbcp-1.x) failed

2013-01-01 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-dbcp has an issue affecting its community integration. This issue

Re: [math] [linear] immutability

2013-01-01 Thread Gilles Sadowski
> [...] > > > P.S. I would also be interested if people think Vector should be made into > > a special case of a Matrix. > > > That's an interesting idea. It's something I've been wondering about for a long time too. CM's "RealVector" is a mix of * list of "double"s * Cartesian vector * sing

Re: [math] [linear] immutability

2013-01-01 Thread Gilles Sadowski
Hi. > [...] > The virtue here is that we didn't have to discuss these matters much. We > could just say "Sounds like a great idea, can you build a prototype to > demonstrate your point?" to any bright spark who came along. Special thanks for also mentioning this point. People who think that they

Re: [Math] Remove "BOBYQAOptimizer"

2013-01-01 Thread Gilles Sadowski
On Tue, Jan 01, 2013 at 12:49:33PM -0500, Patrick Meyer wrote: > Please do not remove BOBYQAOptimizer from CM. It works quite well for me. I > have a function that takes two parameters. BOBYQAOptimizer finds the right > solution. In 3.0 NonlinearConjugateGradientOptimizer (without the multiple > st

Re: [math] [linear] immutability

2013-01-01 Thread Ted Dunning
My apologies, but I have totally lost track of who said what because too many comments have enormous lines immediately adjacent to responses. On Tue, Jan 1, 2013 at 11:39 AM, Somebody wrote: > I thought that maybe it was due to the underlying > (dynamic) data structure for sparse vectors/matrice

Re: [math] [linear] immutability

2013-01-01 Thread Ted Dunning
On Tue, Jan 1, 2013 at 11:17 AM, Sébastien Brisard < sebastien.bris...@m4x.org> wrote: > > Please mention that when I first mentioned in-place operations, I didn't > have speed in mind, but really memory. > > I think we would not gain much speedwise, as Java has become very good at > allocating

Re: [math] [linear] immutability

2013-01-01 Thread Sébastien Brisard
Hi Konstantin, 2013/1/1 Konstantin Berlin > Here are my 2 cents: > > The rationale for redesign of the RealMatrix hierarchy is because a large > amount of numerical packages depend (or should depend) on a linear algebra > package for efficient implementation. However, as it currently stands, it

Re: [math] [linear] immutability

2013-01-01 Thread Sébastien Brisard
Hi Gilles, 2013/1/1 Gilles Sadowski > Hi. > > > > If we stick to > > > > > > 0) algebraic objects are immutable > > > 1) algorithms defined using algebraic concepts should be implemented > > > using algebraic objects > > > > > > ... > > > 0) Start, with Konstantin's help, by fleshing out the I

Re: [math] [linear] immutability

2013-01-01 Thread Sébastien Brisard
Hello, 2012/12/31 Phil Steitz > If we stick to > > 0) algebraic objects are immutable > 1) algorithms defined using algebraic concepts should be implemented > using algebraic objects > > we end up having to create lots of algebraic objects and copy lots > of data, which creates memory and perfor

Re: [math] [linear] immutability

2013-01-01 Thread Ted Dunning
On Tue, Jan 1, 2013 at 10:25 AM, Phil Steitz wrote: > Agreed we should keep the discussion concrete. Sebastien and Luc > have both mentioned specific examples where the overhead of matrix > data copy and storage creates practical problems. Konstantin > mentioned another (Gaussian elimination) w

Re: [math] [linear] immutability

2013-01-01 Thread Phil Steitz
On 12/31/12 5:07 PM, Gilles Sadowski wrote: > Hi. > >>> If we stick to >>> >>> 0) algebraic objects are immutable >>> 1) algorithms defined using algebraic concepts should be implemented >>> using algebraic objects >>> >>> ... >>> 0) Start, with Konstantin's help, by fleshing out the InPlace >>> m

[configuration] Design discussion

2013-01-01 Thread Oliver Heger
Hi, recently I have worked on code regarding the creation of Configuration objects and reloading support. I have created two Jira tickets [1, 2] with a description of the problems I see in the current design. The code in SVN (mainly in the new builder package) should be sufficient to get a g

RE: [Math] Remove "BOBYQAOptimizer"

2013-01-01 Thread Patrick Meyer
Please do not remove BOBYQAOptimizer from CM. It works quite well for me. I have a function that takes two parameters. BOBYQAOptimizer finds the right solution. In 3.0 NonlinearConjugateGradientOptimizer (without the multiple starts) would never find the right solution. Now that I have switched to

Re: [math] [linear] immutability

2013-01-01 Thread Konstantin Berlin
Here are my 2 cents: The rationale for redesign of the RealMatrix hierarchy is because a large amount of numerical packages depend (or should depend) on a linear algebra package for efficient implementation. However, as it currently stands, it is not possible (or unnecessarily burdensome) to cr