pub struct MethodsHpoNativeIncumbent {
pub trial_id: i64,
pub score: f64,
pub metric: String,
pub direction: HpoDirection,
pub variant_id: VariantId,
}Expand description
Native optimizer incumbent recorded beside scheduler evidence. This is the
only portable assertion that DAG-ML’s SELECT agrees with Methods best().
Fields§
§trial_id: i64§score: f64§metric: String§direction: HpoDirection§variant_id: VariantIdTrait Implementations§
Source§impl Clone for MethodsHpoNativeIncumbent
impl Clone for MethodsHpoNativeIncumbent
Source§fn clone(&self) -> MethodsHpoNativeIncumbent
fn clone(&self) -> MethodsHpoNativeIncumbent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MethodsHpoNativeIncumbent
impl Debug for MethodsHpoNativeIncumbent
Source§impl<'de> Deserialize<'de> for MethodsHpoNativeIncumbent
impl<'de> Deserialize<'de> for MethodsHpoNativeIncumbent
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoNativeIncumbent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<MethodsHpoNativeIncumbent, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for MethodsHpoNativeIncumbent
impl Serialize for MethodsHpoNativeIncumbent
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for MethodsHpoNativeIncumbent
Auto Trait Implementations§
impl Freeze for MethodsHpoNativeIncumbent
impl RefUnwindSafe for MethodsHpoNativeIncumbent
impl Send for MethodsHpoNativeIncumbent
impl Sync for MethodsHpoNativeIncumbent
impl Unpin for MethodsHpoNativeIncumbent
impl UnsafeUnpin for MethodsHpoNativeIncumbent
impl UnwindSafe for MethodsHpoNativeIncumbent
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