Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-30 Thread Greg Sterijevski
I have added 4 more 'easy' cases from NIST's web site. I will check the test in, omitting the @Test annotation. On Fri, Sep 30, 2011 at 5:33 PM, Greg Sterijevski wrote: > But they all fail... except for verifying that my objective is correct at > the converged values. > > On Fri, Sep 30, 2011 at

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

2011-09-30 Thread 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 be used in the download page > g

Re: BOBYQA Question

2011-09-30 Thread Greg Sterijevski
Gilles, I have attached a test harness which shows one spot where BOBYQA fails. See the "NonLinearConjugateGradient" thread. Thanks, -Greg On Thu, Sep 29, 2011 at 6:06 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi. > > The work to be done on "BOBYQAOptimizer" is discussed in

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-30 Thread Greg Sterijevski
But they all fail... except for verifying that my objective is correct at the converged values. On Fri, Sep 30, 2011 at 4:51 PM, Greg Sterijevski wrote: > Hello All, > > I have been playing with the non linear optimizers in Commons for a few > days now. The context in which I am working is Probit

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-30 Thread Phil Steitz
On 9/30/11 2:51 PM, Greg Sterijevski wrote: > Hello All, > > I have been playing with the non linear optimizers in Commons for a few days > now. The context in which I am working is Probit/Logit/Tobit type limited > dependent variables models. These are well known problems. I found a very > well kn

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

2011-09-30 Thread ralph.goers @dslextreme.com
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 be used in the download page generation. The vfs project also has that variable defined with no value so

Re: [Math] Issues 650, 675, 676

2011-09-30 Thread Gilles Sadowski
> > > > Referring to: > >  https://issues.apache.org/jira/browse/MATH-650 > >  https://issues.apache.org/jira/browse/MATH-675 > >  https://issues.apache.org/jira/browse/MATH-676 > > > > In the absence of additional comments I'm proposing to resolve those issues. > > Please let me know whether there

Re: [Math] NonLinearConjugateGradientOptimizer

2011-09-30 Thread Greg Sterijevski
Hello All, I have been playing with the non linear optimizers in Commons for a few days now. The context in which I am working is Probit/Logit/Tobit type limited dependent variables models. These are well known problems. I found a very well known example of a probit estimation ( http://support.sas

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

2011-09-30 Thread Oliver Heger
Build works fine with Java 1.5 on Windows 7, artifacts and site look good. +1 Oliver Am 29.09.2011 14:58, schrieb Gary Gregory: Good day to you all: I have prepared Commons IO 2.1 RC4. The difference with RC3 is that this RC contains up-to-date RELEASE-NOTES.txt Tag: https://svn.apache.org

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

2011-09-30 Thread sebb
On 30 September 2011 19:45, Oliver Heger wrote: > Am 30.09.2011 18:09, schrieb sebb: >> >> On 30 September 2011 05:42, Ralph Goers >>  wrote: >>> >>> I'm not sure overriding the template is the correct solution.  For the >>> vfs release I had to manually rename the file when I scp'd it to the dist

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

2011-09-30 Thread Oliver Heger
Am 30.09.2011 18:09, schrieb sebb: On 30 September 2011 05:42, Ralph Goers wrote: I'm not sure overriding the template is the correct solution. For the vfs release I had to manually rename the file when I scp'd it to the dist directory. Huh? It shoulld not be necessary to rename generated a

RE: [sanselan] Question about Java coding style for sanselan project

2011-09-30 Thread Gary Lucas
Gary, Thanks for the tip on the POM... I would have spent a lot of time looking for that. I don't absolutely have to use generics, but it is kind of the way things are trending these days. I'll wait and see what the community has to say about it. g. -Original Message- From: Gary G

Re: [sanselan] Question about Java coding style for sanselan project

2011-09-30 Thread Gary Gregory
Hello Gary(!): The project POM defines: 1.4 1.4 Java 1.4 is the current requirement. Using generics would mean bumping the requirements of the project to Java 5. I do not know enough about the project to know if this is acceptable. Seems OK to me though. I am not sure who on this ML

Re: [Math] Issues 650, 675, 676

2011-09-30 Thread Luc Maisonobe
Le 30/09/2011 00:41, Gilles Sadowski a écrit : Hello Luc. Referring to: https://issues.apache.org/jira/browse/MATH-650 https://issues.apache.org/jira/browse/MATH-675 https://issues.apache.org/jira/browse/MATH-676 In the absence of additional comments I'm proposing to resolve those is

[sanselan] Question about Java coding style for sanselan project

2011-09-30 Thread Gary Lucas
I am working on a couple of patches for sanselan. These involve about a couple of dozen files. I had two questions about coding style: First question: Is it okay to use generics for collections? These are a Java 1.5 element and I've noticed a couple of comments on the project page mentioning

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

2011-09-30 Thread sebb
On 30 September 2011 05:42, Ralph Goers wrote: > I'm not sure overriding the template is the correct solution.  For the vfs > release I had to manually rename the file when I scp'd it to the dist > directory. Huh? It shoulld not be necessary to rename generated artifacts. In fact I think that'

Re: [Math] Issues 650, 675, 676

2011-09-30 Thread sebb
On 29 September 2011 17:04, Gilles Sadowski wrote: > Hello. > > Referring to: >  https://issues.apache.org/jira/browse/MATH-650 >  https://issues.apache.org/jira/browse/MATH-675 >  https://issues.apache.org/jira/browse/MATH-676 > > In the absence of additional comments I'm proposing to resolve tho

Re: [lang] getting the tests jar out of a repo with Ivy

2011-09-30 Thread Matt Benson
On Thu, Sep 29, 2011 at 9:27 PM, Gary Gregory wrote: > On Thu, Sep 29, 2011 at 9:58 PM, Gary Gregory > wrote: >> >> On Thu, Sep 29, 2011 at 9:56 PM, Gary Gregory >> wrote: >>> >>> On Wed, Sep 28, 2011 at 12:15 PM, Matt Benson >>> wrote: On Tue, Sep 27, 2011 at 10:00 PM, Gary Gregory

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

2011-09-30 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-flatfile (in module commons-sandbox) failed

2011-09-30 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-flatfile has an issue affecting its community integration. This is