|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.webcab.ejb.math.optimization.multidimensional.TooManyMultiDimensionalIterationsException
This exception is thrown when an algorithm exceedes the maximum number of iterations which usually is supplied as a parameter. You have the option of using the partially determined result of the algorithm.
| Constructor Summary | |
TooManyMultiDimensionalIterationsException(double partial_result)
Creates new TooManyMultiDimensionalIterationsException |
|
TooManyMultiDimensionalIterationsException(double[] partial_result)
|
|
| Method Summary | |
double[] |
getPartialResultArray()
Determines the partial result if this is a vector of values. |
double |
getPartialResultDouble()
Determines the partial result if this is a unique value. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TooManyMultiDimensionalIterationsException(double partial_result)
public TooManyMultiDimensionalIterationsException(double[] partial_result)
| Method Detail |
public double getPartialResultDouble()
public double[] getPartialResultArray()
|
WebCab Optimization v2.6 (J2EE Edition) |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||