Davis King
da9a228b46
Fixed bug in makedocs script
2011-05-22 11:18:15 -04:00
Davis King
5b4a43639e
Cleaned up the doc generation and release scripts. I also changed the last modified
...
time on each page to be the last time the corresponding XML file was modified
rather than the overall project release date.
2011-05-22 11:05:12 -04:00
Davis King
bf2ce54eb4
Added a matrix_type typedef to structural_svm_problem_threaded
...
so it matches the interface of the structural_svm_problem.
2011-05-22 10:03:12 -04:00
Davis King
8e4b63df2c
Updated release notes.
2011-05-21 15:27:37 -04:00
Davis King
8b5a7f66d5
Minor change to avoid compiler warning in gcc.
2011-05-21 15:05:49 -04:00
davis@blarg-a324a5a3e.localnet
06dd40d314
Changed the type_safe_union a little bit to avoid the C4503 warnings
...
you sometimes get from visual studio about
"decorated name length exceeded, name was truncated".
What I did was introduce a new type called _void as the deafult
template parameter for the type_safe_union rather than use the T1
type as the default for the 19 other parameters. Since _void is
always a short word it helps keep the warning from showing up.
2011-05-21 15:02:40 -04:00
davis@blarg-a324a5a3e.localnet
f7c8e1c086
Removed random seed to make the test more repeatable.
2011-05-21 08:44:57 -04:00
davis@blarg-a324a5a3e.localnet
8fc2d251ca
Changed code to avoid compiler error in visual studio.
2011-05-20 21:04:45 -04:00
Davis King
8904db50cc
Added a bunch of unit tests for the various forms of structured svm.
2011-05-20 20:40:59 -04:00
Davis King
8c03fbd6da
Added things to docs and also moved the structural svm stuff into the ML page.
2011-05-20 19:23:21 -04:00
Davis King
53e9e7d9a6
Clarified spec
2011-05-20 19:22:44 -04:00
Davis King
dde9986f97
Worked on the spec and cleaned up the code a little.
2011-05-20 19:07:11 -04:00
Davis King
feafb3743a
clarified spec
2011-05-20 17:49:09 -04:00
Davis King
3ab078997c
Added initial version of a distributed structural svm solver.
2011-05-19 22:52:10 -04:00
Davis King
509c13057c
Added some requirements and asserts.
2011-05-19 22:16:04 -04:00
Davis King
84e0f0e909
Added a function to determine how many threads a structural_svm_problem_threaded
...
object is going to use.
2011-05-19 20:26:51 -04:00
Davis King
39c9a234e4
Simplified code a little bit.
2011-05-19 20:12:39 -04:00
Davis King
1f254ef341
added .orig files to hgignore list.
2011-05-19 19:52:48 -04:00
Davis King
9904a3ae69
Made caching object a little more robust.
2011-05-19 19:51:54 -04:00
Davis King
bb72961a3f
updated docs
2011-05-17 17:17:45 -04:00
Davis King
e0532b5448
Added some more comments.
2011-05-17 17:15:06 -04:00
Davis King
ea2a51844f
Cleaned up the code a little by pulling the caching logic out into its
...
own class.
2011-05-16 22:56:19 -04:00
Davis King
007e218e17
updated docs
2011-05-16 18:40:22 -04:00
Davis King
48444e1f19
Improved makedocs script a bit. Now it uses hg archive rather than
...
hg clone to get a copy of the sources.
2011-05-16 17:27:32 -04:00
Davis King
5599fb922b
Minor change to avoid a compiler warning.
2011-05-15 21:22:14 -04:00
Davis King
63dfa090db
Made the makerel script a little more robust.
2011-05-15 20:38:03 -04:00
Davis King
7956d9f35c
updated README
2011-05-15 19:16:59 -04:00
Davis King
87221acead
Removing the makesnapshot script since I won't be using it anymore.
2011-05-15 19:15:09 -04:00
Davis King
d437803e3e
Fixed time display for the change log
2011-05-15 19:13:32 -04:00
Davis King
627afb8112
Made the makerel script commit a tag and updates to the files which track
...
the major and minor revision numbers.
2011-05-15 18:45:57 -04:00
Davis King
25c7a65659
Fixed makerel to work with Mercurial.
2011-05-15 18:20:51 -04:00
Davis King
a75402cba6
Fixed a bit of a bug in the makedocs script
2011-05-15 18:03:05 -04:00
Davis King
3fcf5e5aa7
Updated the documentation generation tools to work with Mercurial
...
rather than Subversion.
2011-05-15 17:46:16 -04:00
Davis King
de1f4677a6
Setup an ignore file
2011-05-15 15:28:51 -04:00
Davis King
2c8b5f47f2
Fixed a bug in the DLIB_TEST_MSG macro for the unit testing suite. This
...
bug was introduced a few days ago.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404284
2011-05-15 03:04:13 +00:00
Davis King
7ebc1f963d
Clarified recent change to the spec
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404283
2011-05-14 22:52:51 +00:00
Davis King
88189532ed
Made the bridge code a little more robust.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404282
2011-05-14 21:21:39 +00:00
Davis King
8808589dcd
Made test more robust
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404281
2011-05-14 21:17:07 +00:00
Davis King
cff821d8fe
Added example output
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404280
2011-05-14 18:17:49 +00:00
Davis King
854ece55e7
updated docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404279
2011-05-14 18:16:16 +00:00
Davis King
05ed2b5ba6
Added an example program for the bridge object.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404278
2011-05-14 18:09:06 +00:00
Davis King
2afaa28cbc
Added a clear() to the bridge and improved some comments and tests.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404277
2011-05-14 17:06:18 +00:00
Davis King
f224398ea3
Added tests for the bridge.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404276
2011-05-14 14:48:50 +00:00
Davis King
995d021693
updated docs
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404275
2011-05-14 14:48:16 +00:00
Davis King
eef0cde58d
Polished the bridge object a bit.
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404274
2011-05-14 14:10:57 +00:00
Davis King
2a84aef8e3
Yet more code cleanup
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404273
2011-05-13 21:52:27 +00:00
Davis King
35e65391f3
minor cleanup
...
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404272
2011-05-13 21:46:51 +00:00
Davis King
a25039b0a2
Added initial version of the bridge object. It is a tool for bridging
...
pipe objects from one computer to another.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404271
2011-05-13 21:21:23 +00:00
Davis King
3309bbf0b2
Updated the unit test application so that it prints the number of
...
individual testing statements which were executed.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404270
2011-05-13 19:50:42 +00:00
Davis King
52f2a0ff2a
Upgraded the type_safe_union with a constructor and assignment operator
...
which can copy an object into the type safe union.
--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404269
2011-05-13 19:31:03 +00:00