pub fn create_duration_balanced_feature(
    name: &str,
    threshold: Option<f64>,
    total_duration_key: StateKey,
    balance_duration_key: StateKey
) -> Result<Feature, GenericError>
Expand description

Creates a feature which which balances travelled durations across all tours.