- Make sure that the initial gradients are non-zero.
- Added a necessary cast. git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@12 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
@@ -74,6 +74,8 @@ enum {
|
||||
LBFGSFALSE = 0,
|
||||
/** True value. */
|
||||
LBFGSTRUE,
|
||||
/** */
|
||||
LBFGS_ALREADY_MINIMIZED,
|
||||
|
||||
/** Unknown error. */
|
||||
LBFGSERR_UNKNOWNERROR = -1024,
|
||||
|
Reference in New Issue
Block a user