Re: [math] Speeding up optimization problem?

2013-04-29 Thread Thomas Neidhart
On 04/28/2013 11:14 PM, Thorsten Schaefer wrote: > Hello, > > I just started using common math and have a performance issue with the > optimization algorithm, hoping to be able to speed it up in some way, even if > this reduces the accuracy of the results. > > My problem is as follows: > There

Re: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-29 Thread John Boyer
Hi: UPDATE: The UNIX error message is referring to the absolute path of the jsvc executable. When I invoked the executable with its absolute path it worked. I assume it's the same problem on Mac OS X. /usr/local/bin/jsvc -jvm server -debug -home /usr/lib/jvm/java-6-openjdk -cp /usr/local/bin/

Re: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-29 Thread John Boyer
UPDATE: Unfortunately, using the absolute and relative classpaths results in the same error. We haven't been able to get this to work on UNIX or Mac OS X. I think we'll need to look at other alternatives such as the Java Service Wrapper. UNIX Error: "JSVC re-exec requires execution with an abso

Re: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-29 Thread John Boyer
Hi TM: Thanks, I will try this. In any case, I believe if the log message mentioned the "classpath" explicitly it would have saved me a lot of time. It's unclear what the real object of the sentence is or what path it's referring to. Just spitting out the classpath in the log message would've g

Re: [math] Re: LevenbergMarquardtOptimizer

2013-04-29 Thread Gilles
[...] Very hard to guess that this parameter (Bound) is not required according to the documentation. Excerpt from http://commons.apache.org/proper/commons-math/javadocs/api-3.2/org/apache/commons/math3/optim/nonlinear/vector/jacobian/LevenbergMarquardtOptimizer.html "Constraints are not suppor

Re: [math] Re: LevenbergMarquardtOptimizer

2013-04-29 Thread eric henon
Le 29 avr. 2013 à 13:31, Gilles a écrit : > Hi. > Thanks Luc for your help. I modified my code as you recommend (it is given below), but it doesn't work either. The error message (at running) is : Exception in thread "main" org.apache.commons.math3

Re: [math] Re: LevenbergMarquardtOptimizer

2013-04-29 Thread Gilles
Hi. Thanks Luc for your help. I modified my code as you recommend (it is given below), but it doesn't work either. The error message (at running) is : Exception in thread "main" org.apache.commons.math3.exception.MathUnsupportedOperationException: contrainte [...] It is about a contraint

RE: [daemon] JSVC re-exec requires execution with an absolute or relative path

2013-04-29 Thread Martin Gainty
If you are implementing on Linux classpath version mismatches can be overcome by executing version-specific maven-jsvc-plugin in pom.xml Maven-Jsvc-Plugin grab the source here https://github.com/jeroenr/Maven-Jsvc-Plugin Martin Gainty _