1. 30 Sep, 2013 1 commit
  2. 29 Sep, 2013 1 commit
  3. 25 Sep, 2013 7 commits
  4. 24 Sep, 2013 5 commits
  5. 23 Sep, 2013 1 commit
  6. 22 Sep, 2013 16 commits
  7. 21 Sep, 2013 1 commit
  8. 15 Sep, 2013 3 commits
  9. 14 Sep, 2013 1 commit
  10. 13 Sep, 2013 1 commit
  11. 11 Sep, 2013 1 commit
  12. 10 Sep, 2013 1 commit
  13. 09 Sep, 2013 1 commit
    • Davis King's avatar
      Made the structural svm solver use its cache elements to try and mitigate the · f67cc883
      Davis King authored
      errors made by an approximate separation oracle.  In particular, the solver
      will now check the output of the separation oracle against the cache and if the
      cache gives a better value, even when we would otherwise not use the cache, the
      cache value is used.  Similarly, we can output the truth psi vector to avoid
      outputting a psi with a negative risk.  All this stuff only happens when the
      cache is enabled, if its disabled then the outputs of the separation oracle are
      used without any kind of modification.
      f67cc883