pub struct SlvConfig {
pub paths: usize,
pub steps: usize,
pub bins: usize,
pub seed: u64,
}Expand description
Simulation / calibration controls.
Fields§
§paths: usizeCalibration paths (also the default pricing paths).
steps: usizeTime steps to the calibration horizon.
bins: usizeEqual-count spot bins for the conditional expectation.
seed: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SlvConfig
impl RefUnwindSafe for SlvConfig
impl Send for SlvConfig
impl Sync for SlvConfig
impl Unpin for SlvConfig
impl UnsafeUnpin for SlvConfig
impl UnwindSafe for SlvConfig
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