///|
/// Controls deterministic binary C-SVC optimization.
pub struct BinaryConfig {
  penalty_c : Double
  selected_kernel : Kernel
  iteration_limit : Int
  unchanged_pass_limit : Int
  kkt_tolerance : Double
  alpha_change_epsilon : Double
} derive(Eq, Debug)