Re: [math] rename o.a.c.m.linear.SingularMatrixException to SingularLinearOperatorException

2011-10-01 Thread Sébastien Brisard
OK Phil, I'm just worried about naming consistency. So should I drop "Linear" everywhere? Only in exception names (where I agree, it's not that important)? Thanks, Sébastien 2011/10/2 Phil Steitz : > On 10/1/11 9:42 PM, Sébastien Brisard wrote: >> My mistake! I was convinced we already had >>   -

Re: [math] rename o.a.c.m.linear.SingularMatrixException to SingularLinearOperatorException

2011-10-01 Thread Phil Steitz
On 10/1/11 9:42 PM, Sébastien Brisard wrote: > My mistake! I was convinced we already had > - NonPositiveDefiniteMatrixException extends > NonPositiveDefiniteLinearOperatorException > - NonSymmetricMatrixException extends NonSelfAdjointLinearOperatorException > - NonSquareMatrixException exte

Re: BOBYQA Question

2011-10-01 Thread Greg Sterijevski
Knock yourself out with whatever changes you want to make. Change the class, move it, rename it... the result is, unless my tests have a bug, the solvers need some work. Enjoy! -Greg On Sat, Oct 1, 2011 at 9:50 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi Greg.[1] > > On Sat,

Re: [math] rename o.a.c.m.linear.SingularMatrixException to SingularLinearOperatorException

2011-10-01 Thread Sébastien Brisard
My mistake! I was convinced we already had - NonPositiveDefiniteMatrixException extends NonPositiveDefiniteLinearOperatorException - NonSymmetricMatrixException extends NonSelfAdjointLinearOperatorException - NonSquareMatrixException extends NonSquareLinearOperatorException but looking at the

Re: BOBYQA Question

2011-10-01 Thread Gilles Sadowski
Hi Greg.[1] On Sat, Oct 01, 2011 at 08:28:52PM -0500, Greg Sterijevski wrote: > Per Phil's suggestion, they are now in > test/../../optimizers/NISTBatteryTest.java See JIRA: MATH-678 for further > info. There currently isn't much info over there... Also, the new "NISTBatteryTest" test class is q

Re: BOBYQA Question

2011-10-01 Thread Greg Sterijevski
Per Phil's suggestion, they are now in test/../../optimizers/NISTBatteryTest.java See JIRA: MATH-678 for further info. Incidentally, the tests were attached to the email thread in regard to NonLinearConjugateGradientSolver. -Greg On Sat, Oct 1, 2011 at 8:20 PM, Gilles Sadowski < gil...@harfang.

Re: BOBYQA Question

2011-10-01 Thread Gilles Sadowski
On Fri, Sep 30, 2011 at 05:35:28PM -0500, Greg Sterijevski wrote: > Gilles, > > I have attached a test harness which shows one spot where BOBYQA fails. > > See the "NonLinearConjugateGradient" thread. I don't know where you "attached" a unit test. For new tests that exercise coverage, I think t

Re: [math] rename o.a.c.m.linear.SingularMatrixException to SingularLinearOperatorException

2011-10-01 Thread Phil Steitz
On 10/1/11 1:21 AM, Sébastien Brisard wrote: > Hello, > I need to be able to throw an exception when an iterative linear > solver detects that a RealLinearOperator is singular. I would propose > to implement a SingularLinearOperatorException. Then, since RealMatrix > is derived from RealLinearOpera

Re: svn commit: r1177415 - in /commons/proper/configuration/trunk: pom.xml src/site/xdoc/download_configuration.xml

2011-10-01 Thread Oliver Heger
Am 01.10.2011 01:10, schrieb sebb: On 30 September 2011 23:09, ralph.goers @dslextreme.com wrote: OK. But I'm not sure how removing the property that is documented on that page amounts to following the instructions. To be honest, it never even occurred to me that commons.binary.suffix might

Re: svn commit: r1177938 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/

2011-10-01 Thread sebb
2011/10/1 Sébastien Brisard : > Yes I realized this morning that during my last modification of > CholeskyDecomposition, the svn properties had gone (need to check my > config). > I committed a patch to remedy that, but I thought it would generate > only a very small diff. In fact, as Luc suggested

Re: [VOTE][io] Release Commons IO 2.1-RC4

2011-10-01 Thread sebb
On 1 October 2011 12:54, Jörg Schaible wrote: > Hi Hen, > > Henri Yandell wrote: > >> -1. >> >> I got the unit test failure again: >> >> Failed tests:   testTailer(org.apache.commons.io.input.TailerTest): >> fileNotFound should not be called expected:<0> but was:<1> >> >> Tests run: 4, Failures: 1

Re: svn commit: r1177938 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/

2011-10-01 Thread Sébastien Brisard
Yes I realized this morning that during my last modification of CholeskyDecomposition, the svn properties had gone (need to check my config). I committed a patch to remedy that, but I thought it would generate only a very small diff. In fact, as Luc suggested, it probably has to do with line ending

Re: svn commit: r1177938 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/

2011-10-01 Thread Jörg Schaible
Hi Sébastien, Sébastien Brisard wrote: > I'm worried about this long diff report... I don't think I've touched > anything to the source, so why should CholeskyDecomposition appear in > such full length? svn:property eol-style is not set to native. The dev who added these files did not set up th

Re: [VOTE][io] Release Commons IO 2.1-RC4

2011-10-01 Thread Jörg Schaible
Hi Hen, Henri Yandell wrote: > -1. > > I got the unit test failure again: > > Failed tests: testTailer(org.apache.commons.io.input.TailerTest): > fileNotFound should not be called expected:<0> but was:<1> > > Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.959 > sec <<< FAI

Re: svn commit: r1177938 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/

2011-10-01 Thread Luc Maisonobe
Le 01/10/2011 13:25, Sébastien Brisard a écrit : I'm worried about this long diff report... I don't think I've touched anything to the source, so why should CholeskyDecomposition appear in such full length? It could be either tabs or line endings. Line endings are driven by the svn:eol-style=na

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

2011-10-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

Re: svn commit: r1177938 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/

2011-10-01 Thread Sébastien Brisard
I'm worried about this long diff report... I don't think I've touched anything to the source, so why should CholeskyDecomposition appear in such full length? Sébastien 2011/10/1 : > Author: celestin > Date: Sat Oct  1 07:57:19 2011 > New Revision: 1177938 > > URL: http://svn.apache.org/viewvc?rev

[math] rename o.a.c.m.linear.SingularMatrixException to SingularLinearOperatorException

2011-10-01 Thread Sébastien Brisard
Hello, I need to be able to throw an exception when an iterative linear solver detects that a RealLinearOperator is singular. I would propose to implement a SingularLinearOperatorException. Then, since RealMatrix is derived from RealLinearOperator, it would be logical to have SingularMatrixExceptio

Re: [VOTE][io] Release Commons IO 2.1-RC4

2011-10-01 Thread Henri Yandell
-1. I got the unit test failure again: Failed tests: testTailer(org.apache.commons.io.input.TailerTest): fileNotFound should not be called expected:<0> but was:<1> Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.959 sec <<< FAILURE! testTailer(org.apache.commons.io.input.Tail