The Embrace Score™
Click to see the formula.
▸
The Embrace Score™
Click to see the formula.
Higher = more intimate quarters. Lower = more space.
// P = group size (currently 5) score = 5 + 2.0 * max(0, P - beds) // forced bed sharing + 0.75 * max(0, P - bedrooms) // forced room sharing - 0.75 * max(0, beds - P) // extra beds dilute - 0.75 * max(0, bedrooms - P) // extra rooms dilute - 0.3 * max(0, baths - 2) // extra baths = privacy + 1.5 if Condo // closer quarters - 3.0 if duplex // separate units + 0.5 if private pool - 0.5 if shared pool // clamp 0..10, round to nearest integer