MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / solve_dual

Method solve_dual

src/machine_learning/support_vector_classifier.rs:179–253  ·  view source on GitHub ↗

Solves the dual optimization problem using a simple gradient descent This is a simplified solver for educational purposes. In production, use a proper QP solver like OSQP or similar.

(&self, n: usize)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

fitMethod · 0.80

Calls 3

kernel_functionMethod · 0.80
minMethod · 0.80
maxMethod · 0.80

Tested by

no test coverage detected