Null Chilly
18927f93e2
Fix typos ( #2811 )
2023-06-11 20:21:05 -04:00
Davis King
f2cd9e3b1d
use a time based exeuction limit in example
2019-11-28 10:48:02 -05:00
Davis King
e273f5159d
Added find_min_global() overloads.
2017-12-02 07:53:31 -05:00
Davis King
4fa32903a6
clarified docs
2017-11-25 19:28:53 -05:00
Davis King
4d0b203541
Just moved the try block to reduce the indentation level.
2017-11-25 12:25:35 -05:00
Davis King
929870d3ad
Updated example to use C++11 style code and also to show the new find_max_global() routine.
2017-11-25 12:23:43 -05:00
Davis King
114f677d74
Fixing grammar in comments.
2014-02-22 16:07:17 -05:00
Davis King
7eadede7ae
Clarified some things in the example and also added code showing how to use the
...
new bounds constrained solver.
2013-10-04 22:13:03 -04:00
Davis King
fdd035f451
Removed a bunch of checks that prevented users from using references to
...
functions with the optimization code and forced the use of function pointers.
This was to avoid triggering a bug in gcc 4.0. Since that compiler is no
longer officially supported by dlib I've removed these checks to increase
usability.
2013-09-21 14:37:54 -04:00
Davis King
596201e72d
clarified print statements
2013-01-26 16:44:46 -05:00
Davis King
cd8ba14ff0
Added an example showing how to use second derivative information
...
when using the optimization tools.
2013-01-26 16:37:38 -05:00
Davis King
7b43a3c6ac
All I did in this change was switch from using #include "" syntax
...
to #include <> syntax.
2012-12-08 09:32:13 -05:00
Davis King
4c996b51b1
removed the svn:executable flag from a bunch of .cpp files
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404058
2010-12-31 05:02:38 +00:00
Davis King
9181bfd809
Fixed a typo found by Matt P. Dziubinski
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403875
2010-11-09 23:02:00 +00:00
Davis King
71bec0bd6f
Added an example of using be_verbose() to see the optimization progress.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403780
2010-07-24 22:04:07 +00:00
Davis King
8ebae5b954
Made comments more clear.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403567
2010-04-23 20:52:18 +00:00
Davis King
3a04fa1436
Added some comments about testing a function that computes gradients
...
against the dlib::derivative() function.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403469
2010-02-17 00:12:46 +00:00
Davis King
c01632ee3f
Added a try/catch block around the code in main().
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403299
2009-12-05 00:54:12 +00:00
Davis King
3e68d3e5cb
Minor cleanup
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403217
2009-09-20 15:43:44 +00:00
Davis King
59409fb50d
Added a BOBYQA example.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403216
2009-09-20 15:33:09 +00:00
Davis King
75b3839a71
Changed comment because I think it is easier to read this way.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403189
2009-09-06 21:44:58 +00:00
Davis King
50fd0ec14d
Updated the optimization example to take account of the recent changes
...
to the optimization routines.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403188
2009-09-06 20:41:49 +00:00
Davis King
49532acf87
Added licensing comments to the example programs.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402875
2009-02-17 01:45:57 +00:00
Davis King
0dbb72588f
Added an optimization example.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402830
2009-01-23 02:38:20 +00:00