pub enum RankKey {
DeflatedSharpe,
Alpha,
}Expand description
What to rank eligible agents by.
Variants§
DeflatedSharpe
Deflated Sharpe (the default — luck-robust risk-adjusted skill).
Alpha
Alpha (skill net of market beta).
Trait Implementations§
impl Copy for RankKey
Source§impl<'de> Deserialize<'de> for RankKey
impl<'de> Deserialize<'de> for RankKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RankKey
impl StructuralPartialEq for RankKey
Auto Trait Implementations§
impl Freeze for RankKey
impl RefUnwindSafe for RankKey
impl Send for RankKey
impl Sync for RankKey
impl Unpin for RankKey
impl UnsafeUnpin for RankKey
impl UnwindSafe for RankKey
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