- 01 May, 2012 1 commit
-
-
Davis King authored
namespace into the normal dlib:: namespace so that code which works with both sparse and dense vectors is more cohesive.
-
- 11 Jun, 2011 1 commit
-
-
Davis King authored
thread_pool. Previously, each separation oracle call was dispatched to a thread individually. This is inefficient when there are a whole lot of samples (and thus separation oracle calls which need to be made). So now entire batches of separation oracle calls are dispatched to each thread. This minimizes the thread switching and synchronization overhead.
-
- 08 Jun, 2011 1 commit
-
-
Davis King authored
This only happens if the user implements the separation oracle wrong. In this case I had the code setup to force the risk to zero but this just ends up obscuring the fact that the user's separation oracle is incorrect. So I'm removing this check. This should make debugging separation oracles a little easier.
-
- 23 May, 2011 1 commit
-
-
Davis King authored
-
- 21 May, 2011 1 commit
-
-
davis@blarg-a324a5a3e.localnet authored
-
- 20 May, 2011 2 commits
-
-
Davis King authored
-
Davis King authored
-