Type Alias emergent::Scalar

source ·
pub type Scalar = f32;

Trait Implementations§

source§

impl<M> Consideration<M> for Scalar

source§

fn score(&self, _: &M) -> Scalar

source§

fn remap<T>(self, mapping: T) -> ConsiderationRemap<M, T>
where T: ScoreMapping, Self: Sized + 'static,