IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
OptimizationLogMessages.h
Go to the documentation of this file.
1 // OptimizationLogMessages.h:
3 // --------------------------
4 //
14 
15 #ifndef __IPSDKMATH_OPTIMIZATIONLOGMESSAGES_H__
16 #define __IPSDKMATH_OPTIMIZATIONLOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace math {
23 
26 
40  (eOptStatus0)
42  (eOptStatus2)
44  (eOptStatus4_1)
46  (eOptStatus5)
48  (eOptStatus7)
50  (eOptStatusM3)
53 )
54 
55 
58 } // end of namespace math
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKMATH_OPTIMIZATIONLOGMESSAGES_H__
Number of parameters should not be null.
Definition: OptimizationLogMessages.h:49
Definition of import/export macro for library.
eOptimizationMessage
Enumerate describing messages.
Definition: OptimizationLogMessages.h:33
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Input equations vector with size d is invalid regards to expected number of equations s...
Definition: OptimizationLogMessages.h:39
Header part of macros set allowing to manager log messages map into libraries.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Algorithm estimates that the relative error in the sum of squares and between x and the solution is a...
Definition: OptimizationLogMessages.h:57
Cost function has not been initialized.
Definition: OptimizationLogMessages.h:35
Fvec is orthogonal to the columns of the jacobian to machine precision.
Definition: OptimizationLogMessages.h:61
Null residuals on last iteration.
Definition: OptimizationLogMessages.h:59
Jacobian evaluation failed with following reason s.
Definition: OptimizationLogMessages.h:71
Input cost function shared pointer should not be null.
Definition: OptimizationLogMessages.h:45
Algorithm ended for an unknown reason.
Definition: OptimizationLogMessages.h:75
Non linear solver has not been successfully executed.
Definition: OptimizationLogMessages.h:43
Unexpected input parameters for minpack function wrapper.
Definition: OptimizationLogMessages.h:73
Input parameter vector with size d is invalid regards to expected number of parameters s...
Definition: OptimizationLogMessages.h:41
Function evaluation failed with following reason s.
Definition: OptimizationLogMessages.h:69
Algorithm estimates that the relative error in the sum of squares is at most tol. ...
Definition: OptimizationLogMessages.h:53
Invalid input jacobian matrix size {d, d}, while expecting d parameters and d equations.
Definition: OptimizationLogMessages.h:37
Algorithm estimates that the relative error between x and the solution is at most tol...
Definition: OptimizationLogMessages.h:55
Improper input parameters.
Definition: OptimizationLogMessages.h:51
Number of equations should not be null.
Definition: OptimizationLogMessages.h:47
Tol is too small. no further improvement in the approximate solution x is possible.
Definition: OptimizationLogMessages.h:67
Number of calls to fcn has reached or exceeded max number of iterations.
Definition: OptimizationLogMessages.h:63
Tol is too small. no further reduction in the sum of squares is possible.
Definition: OptimizationLogMessages.h:65