• Davis King's avatar
    I improved the way calls to the separation oracle get dispatched to the · 84daff63
    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.
    84daff63
structural_svm_distributed.h 21 KB