Preferences and Decisions

Preferences and Decisions
Author: Salvatore Greco
Publisher: Springer Science & Business Media
Total Pages: 420
Release: 2010-10-05
Genre: Computers
ISBN: 3642159753

Decision making is an omnipresent, most crucial activity of the human being, and also of virtually all artificial broadly perceived “intelligent” systems that try to mimic human behavior, reasoning and choice processes. It is quite obvious that such a relevance of decision making had triggered vast research effort on its very essence, and attempts to develop tools and techniques which would make it possible to somehow mimic human decision making related acts, even to automate decision making processes that had been so far reserved for the human beings. The roots of those attempts at a scientific analysis can be traced to the ancient times but – clearly – they have gained momentum in the recent 50 or 100 years following a general boom in science. Depending on the field of science, decision making can be viewed in different ways. The most general view can be that decision making boils down to some cognitive, mental process(es) that lead to the selection of an option or a course of action among several alternatives. Then, looking in a deeper way, from a psychological perspective this process proceeds in the context of a set of needs, preferences, rational choice of an individual, a group of individuals, or even an organization. From a cognitive perspective, the decision making process proceeds in the context of various interactions with the environment.

Multiple Criteria Decision Aid

Multiple Criteria Decision Aid
Author: Jason Papathanasiou
Publisher: Springer
Total Pages: 182
Release: 2018-09-19
Genre: Business & Economics
ISBN: 3319916483

Multiple criteria decision aid (MCDA) methods are illustrated in this book through theoretical and computational techniques utilizing Python. Existing methods are presented in detail with a step by step learning approach. Theoretical background is given for TOPSIS, VIKOR, PROMETHEE, SIR, AHP, goal programming, and their variations. Comprehensive numerical examples are also discussed for each method in conjunction with easy to follow Python code. Extensions to multiple criteria decision making algorithms such as fuzzy number theory and group decision making are introduced and implemented through Python as well. Readers will learn how to implement and use each method based on the problem, the available data, the stakeholders involved, and the various requirements needed. Focusing on the practical aspects of the multiple criteria decision making methodologies, this book is designed for researchers, practitioners and advanced graduate students in the applied mathematics, information systems, operations research and business administration disciplines, as well as other engineers and scientists oriented in interdisciplinary research. Readers will greatly benefit from this book by learning and applying various MCDM/A methods. (Adiel Teixeira de Almeida, CDSID-Center for Decision System and Information Development, Universidade Federal de Pernambuco, Recife, Brazil) Promoting the development and application of multicriteria decision aid is essential to ensure more ethical and sustainable decisions. This book is a great contribution to this objective. It is a perfect blend of theory and practice, providing potential users and researchers with the theoretical bases of some of the best-known methods as well as with the computing tools needed to practice, to compare and to put these methods to use. (Jean-Pierre Brans, Vrije Universiteit Brussel, Brussels, Belgium) This book is intended for researchers, practitioners and students alike in decision support who wish to familiarize themselves quickly and efficiently with multicriteria decision aiding algorithms. The proposed approach is original, as it presents a selection of methods from the theory to the practical implementation in Python, including a detailed example. This will certainly facilitate the learning of these techniques, and contribute to their effective dissemination in applications. (Patrick Meyer, IMT Atlantique, Lab-STICC, Univ. Bretagne Loire, Brest, France)

Multi-Objective Decision Making

Multi-Objective Decision Making
Author: Diederik M. Zhou
Publisher: Springer Nature
Total Pages: 111
Release: 2022-05-31
Genre: Computers
ISBN: 3031015762

Many real-world decision problems have multiple objectives. For example, when choosing a medical treatment plan, we want to maximize the efficacy of the treatment, but also minimize the side effects. These objectives typically conflict, e.g., we can often increase the efficacy of the treatment, but at the cost of more severe side effects. In this book, we outline how to deal with multiple objectives in decision-theoretic planning and reinforcement learning algorithms. To illustrate this, we employ the popular problem classes of multi-objective Markov decision processes (MOMDPs) and multi-objective coordination graphs (MO-CoGs). First, we discuss different use cases for multi-objective decision making, and why they often necessitate explicitly multi-objective algorithms. We advocate a utility-based approach to multi-objective decision making, i.e., that what constitutes an optimal solution to a multi-objective decision problem should be derived from the available information about user utility. We show how different assumptions about user utility and what types of policies are allowed lead to different solution concepts, which we outline in a taxonomy of multi-objective decision problems. Second, we show how to create new methods for multi-objective decision making using existing single-objective methods as a basis. Focusing on planning, we describe two ways to creating multi-objective algorithms: in the inner loop approach, the inner workings of a single-objective method are adapted to work with multi-objective solution concepts; in the outer loop approach, a wrapper is created around a single-objective method that solves the multi-objective problem as a series of single-objective problems. After discussing the creation of such methods for the planning setting, we discuss how these approaches apply to the learning setting. Next, we discuss three promising application domains for multi-objective decision making algorithms: energy, health, and infrastructure and transportation. Finally, we conclude by outlining important open problems and promising future directions.