1. 25 Mar, 2011 1 commit
    • Davis King's avatar
      fixed grammar · e89d424e
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404201
      e89d424e
  2. 24 Mar, 2011 12 commits
  3. 23 Mar, 2011 5 commits
  4. 22 Mar, 2011 3 commits
  5. 21 Mar, 2011 3 commits
  6. 20 Mar, 2011 1 commit
  7. 19 Mar, 2011 2 commits
    • Davis King's avatar
      updated docs · 57aed828
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404176
      57aed828
    • Davis King's avatar
      This change is mainly about adding a result_type typedef to the various function objects. · aed73cd0
      Davis King authored
      Prior to this change, different function objects declared their return type in different ways,
      now this has all been reconciled.  Now they all declare it as a public typedef named result_type.
      
      I also simplified the cross_validate_multiclass_trainer(), cross_validate_trainer(),
      test_binary_decision_function(), and test_multiclass_decision_function().  They now always
      return double matrices regardless of any other consideration.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404175
      aed73cd0
  8. 18 Mar, 2011 3 commits
  9. 17 Mar, 2011 2 commits
    • Davis King's avatar
      made test more robust · ae79b13a
      Davis King authored
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404171
      ae79b13a
    • Davis King's avatar
      Simplified the oca implementation slightly. It no longer keeps track of the · eef728d2
      Davis King authored
      best point seen so far.  This change will allow me to use the optimizer in conjunction
      with methods for quickly approximating subgradients and risk values without needing
      to worry about the optimizer permanently fixating on what it erroneously thinks
      is the best point.  Now the optimizer will just keep solving the cutting plane
      subproblem and will use that solution as the current iterate and best known
      solution.
      
      --HG--
      extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404170
      eef728d2
  10. 16 Mar, 2011 3 commits
  11. 15 Mar, 2011 1 commit
  12. 14 Mar, 2011 4 commits