MCPcopy Create free account
hub / github.com/Roshanson/TextInfoExp / Solver

Class Solver

Part6_Relation_Extraction/libsvm-3.21/svm.cpp:393–448  ·  view source on GitHub ↗

An SMO algorithm in Fan et al., JMLR 6(2005), p. 1889--1918 Solves: min 0.5(\alpha^T Q \alpha) + p^T \alpha y^T \alpha = \delta y_i = +1 or -1 0 <= alpha_i <= Cp for y_i = 1 0 <= alpha_i <= Cn for y_i = -1 Given: Q, p, y, Cp, Cn, and an initial feasible point \alpha l is the size of vectors and matrices eps is the stopping tolerance solution will be put in \alpha, objective value will be put

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected