pub struct SOSConfig {
pub max_iters: usize,
pub tolerance: f64,
pub regularization: f64,
}Expand description
SOS decomposition configuration
Fields§
§max_iters: usizeMaximum iterations for SDP solver
tolerance: f64Convergence tolerance
regularization: f64Regularization parameter
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SOSConfig
impl RefUnwindSafe for SOSConfig
impl Send for SOSConfig
impl Sync for SOSConfig
impl Unpin for SOSConfig
impl UnwindSafe for SOSConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more