The Library
Help/Info
Current Release
Sourceforge









Get dlib C++ Library at SourceForge.net. Fast, secure and Free Open Source software downloads


Last Modified:
Oct 20, 2009

Change Log

Revision: 3261
Date: Oct 20, 2009 (23:04:29 UTC)
Made spec more clear
Modified
/trunk/dlib/sockets/sockets_kernel_abstract.h

Revision: 3255
Date: Oct 18, 2009 (03:16:38 UTC)
Made a minor change to avoid what is apparently a bug in visual studio 2005
Modified
/trunk/dlib/test/cmd_line_parser.h

Revision: 3248
Date: Oct 16, 2009 (14:48:40 UTC)
Changed 'can not' to 'cannot'
Modified
/trunk/dlib/cmd_line_parser/cmd_line_parser_check_1.h

Revision: 3246
Date: Oct 16, 2009 (01:27:54 UTC)
Made spec more clear
Modified
/trunk/dlib/svm/feature_ranking_abstract.h

Revision: 3243
Date: Oct 16, 2009 (01:16:21 UTC)
Removed the rank_features() wrapper functions.  Instead there are functions
to pick a reasonable default value for gamma.
Modified
/trunk/dlib/svm/feature_ranking.h
/trunk/dlib/svm/feature_ranking_abstract.h

Revision: 3242
Date: Oct 15, 2009 (23:12:06 UTC)
Changed the single variable optimization code so that it throws an exception
if it fails to converge within the given max number of iterations.
Modified
/trunk/dlib/optimization/optimization_line_search.h
/trunk/dlib/optimization/optimization_line_search_abstract.h

Revision: 3241
Date: Oct 15, 2009 (22:38:03 UTC)
Added stuff to cmake to suppress warnings in newer versions of cmake.
Modified
/trunk/dlib/CMakeLists.txt

Revision: 3238
Date: Oct 06, 2009 (01:17:12 UTC)
- Fixed a bug in find_max_single_variable().  It was missing a - sign on the return.
- changed the find_*_single_variable() functions so that their interfaces are like
  the other find_* functions.
- Made the verbose printout from feature ranking more reasonable.
Modified
/trunk/dlib/optimization/optimization_line_search.h
/trunk/dlib/optimization/optimization_line_search_abstract.h
/trunk/dlib/svm/feature_ranking.h
/trunk/dlib/test/optimization.cpp

Revision: 3234
Date: Oct 05, 2009 (02:58:29 UTC)
Added wrapper rank_features() functions to help the user
pick reasonable default inputs to this function.
Modified
/trunk/dlib/svm/feature_ranking.h
/trunk/dlib/svm/feature_ranking_abstract.h

Revision: 3233
Date: Oct 05, 2009 (02:48:29 UTC)
Made the bracketing stage of the find_min_single_variable() function more robust.
Modified
/trunk/dlib/optimization/optimization_line_search.h

Revision: 3232
Date: Oct 05, 2009 (01:53:39 UTC)
Fixed incorrect #include statements.
Modified
/trunk/dlib/optimization/optimization_bobyqa.h

Revision: 3231
Date: Oct 05, 2009 (01:26:47 UTC)
Made spec more clear
Modified
/trunk/dlib/svm/feature_ranking_abstract.h

Revision: 3229
Date: Oct 05, 2009 (00:03:02 UTC)
Added some functions to make it easy to do a line search on a function
of a single variable when derivatives are not available.
Modified
/trunk/dlib/optimization/optimization_line_search.h
/trunk/dlib/optimization/optimization_line_search_abstract.h
/trunk/dlib/test/optimization.cpp

Revision: 3224
Date: Sep 26, 2009 (00:57:51 UTC)
Fixed incorrect citation.
Modified
/trunk/dlib/svm/pegasos_abstract.h

Revision: 3223
Date: Sep 22, 2009 (22:20:42 UTC)
Renamed some variables named "id" so that they don't upset XCode.
Modified
/trunk/dlib/optimization/optimization_bobyqa.h

Revision: 3221
Date: Sep 21, 2009 (11:02:03 UTC)
Fixed the incorrect parsing of exponentiated numbers like 1e100.
Modified
/trunk/dlib/cpp_tokenizer/cpp_tokenizer_kernel_1.h

Revision: 3219
Date: Sep 20, 2009 (22:09:40 UTC)
  - Added a compile time check for function references 
  - Made the optimization routines return the value of the objective
    function at the end of optimization.
Modified
/trunk/dlib/optimization/optimization.h
/trunk/dlib/optimization/optimization_abstract.h
/trunk/dlib/optimization/optimization_bobyqa.h
/trunk/dlib/optimization/optimization_bobyqa_abstract.h
/trunk/dlib/test/optimization.cpp

Revision: 3215
Date: Sep 20, 2009 (14:48:37 UTC)
Changed code to avoid compiler warnings.
Modified
/trunk/dlib/optimization/optimization_bobyqa.h

Revision: 3214
Date: Sep 20, 2009 (14:36:14 UTC)
Added Powell's BOBYQA algorithm for optimization without derivatives.
Modified
/trunk/dlib/optimization.h
/trunk/dlib/test/optimization.cpp
Added
/trunk/dlib/optimization/optimization_bobyqa.h
/trunk/dlib/optimization/optimization_bobyqa_abstract.h

Revision: 3213
Date: Sep 20, 2009 (14:33:57 UTC)
Added std::boolalpha to the ostringstream so that bool messages
get printed in a nice way.
Modified
/trunk/dlib/assert.h

Revision: 3212
Date: Sep 20, 2009 (13:00:20 UTC)
made the spec a little more clear
Modified
/trunk/dlib/optimization/optimization_abstract.h

Revision: 3210
Date: Sep 19, 2009 (17:24:52 UTC)
Added the pointer_to_column_vector function.
Modified
/trunk/dlib/matrix/matrix_utilities.h
/trunk/dlib/matrix/matrix_utilities_abstract.h
/trunk/dlib/test/matrix3.cpp

Revision: 3209
Date: Sep 19, 2009 (15:21:10 UTC)
Made the spec more clear.
Modified
/trunk/dlib/svm/svm_abstract.h


Old Change Logs