wwong
10-16-2007, 12:00 PM
Hi there.
I have a couple of questions about the JMSL BoundedLeastSquares behaviour. The first question involves the solve() method. Is there a way to stop it while it's running? I'm looking for a way to signal BoundedLeastSquares to stop before it hits any of its termination conditions (basically to cancel the solve() because it is taking a long time).
The second question involves output lines like:
com.imsl.math.BoundedLeastSquares: Maximum number of iterations exceeded.
Is there a way to turn this output off? The output actually looks similar to logging output, but I don't see any logging in the BoundedLeastSquares API.
Thanks.
Warren
I have a couple of questions about the JMSL BoundedLeastSquares behaviour. The first question involves the solve() method. Is there a way to stop it while it's running? I'm looking for a way to signal BoundedLeastSquares to stop before it hits any of its termination conditions (basically to cancel the solve() because it is taking a long time).
The second question involves output lines like:
com.imsl.math.BoundedLeastSquares: Maximum number of iterations exceeded.
Is there a way to turn this output off? The output actually looks similar to logging output, but I don't see any logging in the BoundedLeastSquares API.
Thanks.
Warren