pub const NODE_COST_MULT: f64 = 5.0;Expand description
Cost scales with Manhattan distance from origin: deeper = pricier. Flat multiplier on every node’s rolled cost — shifts the whole pricing curve up or down without bending it. Use this when “the tree feels too cheap” but the SHAPE of the ramp is correct.