gt_mechanism_posted_price_optimal
Compute an optimal posted price schedule for selling perishable inventory over a finite horizon, using backward dynamic programming to set prices based on remaining time and items.
Instructions
Gallego-van Ryzin posted-price (static p* + dynamic backward-DP schedule).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buyer_arrival_prior | Yes | ||
| arrival_rate_per_second | Yes | ||
| inventory | Yes | ||
| horizon_seconds | Yes | ||
| n_simulations | No | ||
| seed | No |