42 research outputs found

    Optimization and Information Problems in Operations

    Get PDF
    The main purpose of this dissertation is to study the optimization problems and the value of information in various commercial settings, especially in the emerging platform economy. Chapter 1, “Data-Driven Asset Selling”. Motivated by online asset selling marketplace business (e.g., used cars and real estate), we formulate a data-driven asset selling dynamic pricing framework which utilizes platforms’ access to customers’ online behavioral data. With mild assumptions on the demand model, careful characterization of the problem structure shows that the model admits some ideal properties that facilitate our regret analysis under our dynamic programming setting. Instead of studying the policy performance with a long horizon and large quantities of inventory, we study the asymptotic policy performance over a single unit of product as the demand rate grows. We propose a deterministic approximation policy (DA policy) and show that DA policy provides an upper bound for the original problem and its induced pricing policy achieves asymptotic optimality as the scale of the problem grows properly. Later we consider a dynamic pricing scenario where an idiosyncratic latent value for each asset is unknown. We propose a Thompson-Sampling-based and a MAP-based pricing and learning policy. Since the platform is restricted in an infrequent pricing environment, within each decision epoch, an adequate amount of customer online behavior records is available. Utilizing large-sample deviation properties, we are able to conduct regret analysis on the TS and MAP policies. Finally, we use numerical experiments to show that our proposed algorithms could improve the revenue performance significantly compared with an algorithm that is currently implemented by a leading used car platform. Besides, we find that using a simple deterministic proxy of demand forecast is mostly harmless, while accurate estimation of the idiosyncratic latent value can make significant differences. Simulations also reveal that in our problem setting, the exploration step in the TS policy may not help to outperform the MAP policy. This indicates that the effectiveness of exploration highly depends on the nature of the problem, which may be of independent interest. Chapter 2, “Cash Hedging Motivates Information Sharing in Supply Chains”. Finance literature well documents that firms’ cash hedging strategies heavily depend on the market conditions. Unsurprisingly, such decisions could be challenging for an upstream firm in a supply chain where the end market conditions are not transparent to him. In this paper, we study the interplay between firms’ information sharing behaviors and cash hedging strategies in supply chains. First, we argue that the presence of a supplier’s cash hedging decision may motivate downstream retailers’ voluntary market information sharing with the supplier, since making the supplier more informed of the market conditions helps the retailer handle her risk in the wholesale price. This also forms a new reason why a supplier should consider hedging since the cash hedging decision itself can be used as a bargaining tool during the information sharing negotiation with his retailer. Then we find for homogeneous Cournot-competing retailers, asymmetric information-sharing outcomes could emerge as an equilibrium where publicly sharing information typically will not hurt, especially, sometimes it can achieve Pareto improvement of the supply chain and consumer welfare. Finally, when a single supplier serves multiple markets, the heterogeneity across market sizes and the correlation among market shocks play big roles in shaping the equilibrium. Especially in a simultaneous information-sharing game, greater market size heterogeneity and negatively correlated market shocks are more likely to result in the nonexistence of pure Nash equilibrium. When the Stackelberg sequence is introduced, greater market size heterogeneity and positively correlated market shocks are more likely to induce information sharing in the equilibrium. Furthermore, in the multi-market setting, the existence of an information-sharing channel may hurt retailers, the system as a whole, and consumer welfare. Chapter 3, “Display Optimization under the Multinomial Logit Choice Model: Balancing Revenue and Customer Satisfaction”. In this paper, we consider an assortment optimization problem in which a platform must choose pairwise disjoint sets of assortments to offer across a series of T stages. Arriving customers begin their search process in the first stage and progress sequentially through the stages until their patience expires, at which point they make a multinomial-logit-based purchasing decision from among all products they have viewed throughout their search process. The goal is to choose the sequential displays of product offerings to maximize expected revenue. Additionally, we impose stage-specific constraints that ensure that as each customer progresses farther and farther through the T stages, there is a minimum level of “desirability” met by the collections of displayed products. We consider two related measures of desirability: purchase likelihood and expected utility derived from the offered assortments. In this way, the offered sequence of assortment must be both high earning and well-liked, which breaks from the traditional assortment setting, where customer considerations are generally not explicitly accounted for. We show that our assortment problem of interest is strongly NP-Hard, thus ruling out the existence of a fully polynomial-time approximation scheme (FPTAS). From an algorithmic standpoint, as a warm-up, we develop a simple constant factor approximation scheme in which we carefully stitch together myopically selected assortments for each stage. Our main algorithmic result consists of a polynomial-time approximation scheme (PTAS), which combines a handful of structural results related to the make-up of the optimal assortment sequence within an approximate dynamic programming framework

    27th Annual European Symposium on Algorithms: ESA 2019, September 9-11, 2019, Munich/Garching, Germany

    Get PDF

    Certificates and Witnesses for Probabilistic Model Checking

    Get PDF
    The ability to provide succinct information about why a property does, or does not, hold in a given system is a key feature in the context of formal verification and model checking. It can be used both to explain the behavior of the system to a user of verification software, and as a tool to aid automated abstraction and synthesis procedures. Counterexample traces, which are executions of the system that do not satisfy the desired specification, are a classical example. Specifications of systems with probabilistic behavior usually require that an event happens with sufficiently high (or low) probability. In general, single executions of the system are not enough to demonstrate that such a specification holds. Rather, standard witnesses in this setting are sets of executions which in sum exceed the required probability bound. In this thesis we consider methods to certify and witness that probabilistic reachability constraints hold in Markov decision processes (MDPs) and probabilistic timed automata (PTA). Probabilistic reachability constraints are threshold conditions on the maximal or minimal probability of reaching a set of target-states in the system. The threshold condition may represent an upper or lower bound and be strict or non-strict. We show that the model-checking problem for each type of constraint can be formulated as a satisfiability problem of a system of linear inequalities. These inequalities correspond closely to the probabilistic transition matrix of the MDP. Solutions of the inequalities are called Farkas certificates for the corresponding property, as they can indeed be used to easily validate that the property holds. By themselves, Farkas certificates do not explain why the corresponding probabilistic reachability constraint holds in the considered MDP. To demonstrate that the maximal reachability probability in an MDP is above a certain threshold, a commonly used notion are witnessing subsystems. A subsystem is a witness if the MDP satisfies the lower bound on the optimal reachability probability even if all states not included in the subsystem are made rejecting trap states. Hence, a subsystem is a part of the MDP which by itself satisfies the lower-bounded threshold constraint on the optimal probability of reaching the target-states. We consider witnessing subsystems for lower bounds on both the maximal and minimal reachability probabilities, and show that Farkas certificates and witnessing subsystems are related. More precisely, the support (i.e., the indices with a non-zero entry) of a Farkas certificate induces the state-space of a witnessing subsystem for the corresponding property. Vice versa, given a witnessing subsystem one can compute a Farkas certificate whose support corresponds to the state-space of the witness. This insight yields novel algorithms and heuristics to compute small and minimal witnessing subsystems. To compute minimal witnesses, we propose mixed-integer linear programming formulations whose solutions are Farkas certificates with minimal support. We show that the corresponding decision problem is NP-complete even for acyclic Markov chains, which supports the use of integer programs to solve it. As this approach does not scale well to large instances, we introduce the quotient-sum heuristic, which is based on iteratively solving a sequence of linear programs. The solutions of these linear programs are also Farkas certificates. In an experimental evaluation we show that the quotient-sum heuristic is competitive with state-of-the-art methods. A large part of the algorithms proposed in this thesis are implemented in the tool SWITSS. We study the complexity of computing minimal witnessing subsystems for probabilistic systems that are similar to trees or paths. Formally, this is captured by the notions of tree width and path width. Our main result here is that the problem of computing minimal witnessing subsystems remains NP-complete even for Markov chains with bounded path width. The hardness proof identifies a new source of combinatorial hardness in the corresponding decision problem. Probabilistic timed automata generalize MDPs by including a set of clocks whose values determine which transitions are enabled. They are widely used to model and verify real-time systems. Due to the continuously-valued clocks, their underlying state-space is inherently uncountable. Hence, the methods that we describe for finite-state MDPs do not carry over directly to PTA. Furthermore, a good notion of witness for PTA should also take into account timing aspects. We define two kinds of subsystems for PTA, one for maximal and one for minimal reachability probabilities, respectively. As for MDPs, a subsystem of a PTA is called a witness for a lower-bounded constraint on the (maximal or minimal) reachability probability, if it itself satisfies this constraint. Then, we show that witnessing subsystems of PTA induce Farkas certificates in certain finite-state quotients of the PTA. Vice versa, Farkas certificates of such a quotient induce witnesses of the PTA. Again, the support of the Farkas certificates corresponds to the states included in the subsystem. These insights are used to describe algorithms for the computation of minimal witnessing subsystems for PTA, with respect to three different notions of size. One of them counts the number of locations in the subsystem, while the other two take into account the possible clock valuations in the subsystem.:1 Introduction 2 Preliminaries 3 Farkas certificates 4 New techniques for witnessing subsystems 5 Probabilistic systems with low tree width 6 Explications for probabilistic timed automata 7 Conclusio

    29th International Symposium on Algorithms and Computation: ISAAC 2018, December 16-19, 2018, Jiaoxi, Yilan, Taiwan

    Get PDF

    LIPIcs, Volume 244, ESA 2022, Complete Volume

    Get PDF
    LIPIcs, Volume 244, ESA 2022, Complete Volum
    corecore