Struct smoothed_online_convex_optimization::model::data_center::loads::LoadFractions [−][src]
Expand description
Assignment of load fractions to dimensions for each job type.
Fields
zs: Vec<N64>
Stores for each dimension $k \in [d]$ the fractions of loads $i \in [e]$ that are handled. Flat representation where position $k \cdot e + i$ represents the fraction of jobs of type $i$ assigned to servers of type $k$.
d: i32
Number of dimensions.
e: i32
Number of job types.
Implementations
Returns the load fraction for dimension $k$ and job type $i$.
Selects loads for dimension $k$.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LoadFractions
impl Send for LoadFractions
impl Sync for LoadFractions
impl Unpin for LoadFractions
impl UnwindSafe for LoadFractions
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> bool
Checks if self
is actually part of its subset T
(and can be converted to it).
pub fn to_subset_unchecked(&self) -> SS
pub fn to_subset_unchecked(&self) -> SS
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SP
The inclusion map: converts self
to the equivalent element of its superset.
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
pub fn is_in_subset(&self) -> bool
pub fn is_in_subset(&self) -> bool
Checks if self
is actually part of its subset T
(and can be converted to it).
pub fn to_subset_unchecked(&self) -> SS
pub fn to_subset_unchecked(&self) -> SS
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
pub fn from_subset(element: &SS) -> SP
pub fn from_subset(element: &SS) -> SP
The inclusion map: converts self
to the equivalent element of its superset.