Michael Krapp’s research while affiliated with University of Augsburg and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (57)


Real versus accounting earnings management: The effect of performance measure timing constraints
  • Article

April 2024

·

21 Reads

Michael Krapp

·

·

Andreas Weiler

We study the influence of stricter rules for determining performance measures for compensation contracts on managers' choice between real and accounting earnings management. Constraints, like accounting regulation or corporate governance, limit managers' influence on performance measures. We find that tighter constraints intensify real earnings manipulation, because they reduce incentives for managers to supply effort on investment activities. In turn, discretion allows managers to anticipate future benefits of investment and reduces real earnings management. The results hold when contracts include forward‐looking information and suggest that constraints on managers' influence on performance measures drive the choice between accounting and real earnings management.


Fig. 7. Trajectories of GMAB's optimality gap averaged over all runs in TP4 D05, TP4 D10, TP4 D15, and TP4 D20 assuming different parametrizations of m.
Genetic Multi-Armed Bandits: A Reinforcement Learning Inspired Approach for Simulation Optimization
  • Article
  • Full-text available

January 2024

·

12 Reads

IEEE Transactions on Evolutionary Computation

Many real-world problems are inherently stochastic, complicating or even precluding the use of analytical methods. These problems are often characterized by high dimensionality, large solution spaces, and numerous local optima, which make finding optimal solutions challenging. Therefore, simulation optimization is frequently employed. This paper specifically focuses on the discrete case, also known as discrete optimization via simulation. Despite their adaptions for stochastic problems, previous evolutionary algorithms face a major limitation in these problems. They discard all information about solutions that are not involved in the most recent population. However, this is ineffective, as each simulation observation gathered over the course of iterations provides valuable information that should guide the selection of subsequent solutions. Inspired by the domain of reinforcement learning, we propose a novel memory concept for evolutionary algorithms that ensures global convergence and significantly improves their finite time performance. Unlike previous evolutionary algorithms, our approach permanently preserves simulation observations to progressively improve the accuracy of sample means when revisiting solutions in later iterations. Moreover, the selection of new solutions is based on the entire memory rather than just the last population. The numerical experiments demonstrate that this novel approach, which combines a genetic algorithm with such memory, consistently outperforms popular convergent state-of-the-art benchmark algorithms in a large variety of established test problems while requiring considerably less computational effort.This marks the so-called genetic multi-armed bandit as one of the currently most powerful algorithms for solving stochastic problems.

Download

Real vs. Accounting Earnings Management: The effect of performance measure timing constraints

This paper studies the influence of stricter rules for determining performance measures used in compensation contracts on managers' choice between real and accounting earnings management. We examine a two-period agency model in which the manager's efforts during the first period have short-and long-term consequences. Constraints, such as accounting regulation or corporate governance, limit the manager's discretion in affecting performance measures. We find that tighter constraints intensify real earnings manipulation, because they increase the manager's personal costs of bringing forward investment benefits, which reduces incentives for the manager to supply effort on investment activities. In turn, discretion in affecting performance measures allows managers to anticipate future benefits of investment decisions in contemporaneous performance measures and reduces real earnings management. The results also hold when contracts include forward-looking performance measures and suggest that constraints on the man-ager's ability to affect performance measures drive the choice between accounting and real earnings management.


Langfrist-Prognose von Performance-Indizes: Vergleich einiger VerfahrenLong-term forecast of performance indices: comparison of some procedures

July 2023

·

27 Reads

·

1 Citation

AStA Wirtschafts- und Sozialstatistisches Archiv

Zusammenfassung Langfrist-Prognosen sind typischerweise problematischer als Kurzfrist-Prognosen. Im Kapitalmarktkontext ist die Sachlage jedoch umgekehrt, da verlässliche Kurzfrist-Prognosen durch Arbitrageure sofort zunichte gemacht würden. Ex ante ist der Performance-Index am Prognosehorizont eine extrem rechtsschief verteilte Zufallsvariable. Prognosen, die auf dessen Modalwert abzielen, sind daher viel zu pessimistisch. Prognosen, die auf den Erwartungswert abzielen, sind dagegen zu optimistisch. Von den drei prominenten Lagemaßen ist nur der Median in der Lage, als Basis für eine verlässliche Prognose zu dienen. Es werden einige Praktiker-Verfahren untereinander und mit einem neuen Prognoseverfahren verglichen, welches auf der erwartungstreuen Schätzung des Medians beruht. Zur Illustration der Verfahren und der resultierenden Prognosen werden Daten des DAX bis 2022 verwendet. Es zeigt sich unter anderem, dass der erwartungstreue Median-Schätzer bessere Prognosen als das beste ‚Praktiker-Verfahren‘ liefert.


Managerial Performance Evaluation and Organizational Form

March 2023

·

115 Reads

Contemporary Accounting Research

We study the relative efficiency of centralized vs. decentralized organizational forms given optimized managerial performance evaluation within an incomplete contracting framework with risk-averse agents under moral hazard. Decentralization and performance evaluation are complementary control choices and the efficiency of an organizational form depends on the design of performance evaluation. Divisions can make relationship-specific investments that improve firm performance, but also increase compensation risk. We find that pure divisional performance evaluation is optimal under centralization, whereas under decentralization, optimal compensation contracts include a combination of divisional and firm-wide performance evaluation. When comparing both organizational forms, we find that the optimal form depends on managers' degree of risk-aversion and the uncertainty of the business environment. Contrary to previous literature, we find that centralization dominates in many situations, particularly at high degrees of risk-aversion and high uncertainty.


Genetic multi-armed bandits: a reinforcement learning approach for discrete optimization via simulation

February 2023

·

30 Reads

This paper proposes a new algorithm, referred to as GMAB, that combines concepts from the reinforcement learning domain of multi-armed bandits and random search strategies from the domain of genetic algorithms to solve discrete stochastic optimization problems via simulation. In particular, the focus is on noisy large-scale problems, which often involve a multitude of dimensions as well as multiple local optima. Our aim is to combine the property of multi-armed bandits to cope with volatile simulation observations with the ability of genetic algorithms to handle high-dimensional solution spaces accompanied by an enormous number of feasible solutions. For this purpose, a multi-armed bandit framework serves as a foundation, where each observed simulation is incorporated into the memory of GMAB. Based on this memory, genetic operators guide the search, as they provide powerful tools for exploration as well as exploitation. The empirical results demonstrate that GMAB achieves superior performance compared to benchmark algorithms from the literature in a large variety of test problems. In all experiments, GMAB required considerably fewer simulations to achieve similar or (far) better solutions than those generated by existing methods. At the same time, GMAB's overhead with regard to the required runtime is extremely small due to the suggested tree-based implementation of its memory. Furthermore, we prove its convergence to the set of global optima as the simulation effort goes to infinity.


Bandit-based inventory optimisation: Reinforcement learning in multi-echelon supply chains

July 2022

·

48 Reads

·

9 Citations

International Journal of Production Economics

Even though base-stock policies are per se straightforward, determining them in complex, stochastic multi-echelon supply chains is often cumbersome or even analytically impossible. Therefore, a wide range of heuristics has been proposed for this purpose. This is the first study considering the problem as a multi-armed bandit problem. In this context, we investigate two algorithms: first, we propose an approach that is based on upper confidence bounds and priority queues. This so-called PQ-UCB algorithm allows us to drastically reduce the runtime of upper confidence bound allocation strategies in problems with large action spaces. Subsequently, we apply the parameter-free sequential halving (SH) algorithm. We investigate various scenarios to compare the performance of both algorithms with the performance of a genetic algorithm and a simulated annealing algorithm taken from the literature. PQ-UCB as well as SH outperform both benchmark metaheuristics and require substantially less effort related to parameter tuning (or even no effort in the case of SH). As multi-armed bandits are not common in inventory optimisation so far, we aim to emphasise their strengths and hope to promote their dissemination also in other domains of supply chain management.




Optimierung der Losgröße mittels Bernoulli-Prinzip und spektraler Präferenzen

August 2021

·

13 Reads

Das Newsvendor-Modell ist ein klassisches Entscheidungsproblem aus dem Bereich des Produktionsmanagements. Es zielt auf die Ermittlung optimaler Bestellmengen bzw. optimaler Losgrößen bei stochastischer Nachfrage ab. Üblicherweise wird unterstellt, dass der Entscheidungsträger, der je nach Interpretation des Problems Händler oder Produzent ist, seinen erwarteten Gewinn maximiert und somit risikoneutral eingestellt ist. Insbesondere wenn die Spanne zwischen der risikoneutralen Lösung und der extreme Risikoaversion ausdrückenden Maximin-Lösung groß ist, erscheint jedoch die Berücksichtigung von Risikoaversion angebracht. Wir analysieren deshalb zwei etablierte Modellrahmen, um das Newsvendor-Problem unter der Annahme risikoaverser Akteure zu lösen, nämlich das Bernoulli-Prinzip sowie die Theorie spektraler Präferenzen. Das Kalkül auf Basis spektraler Präferenzen ist mithilfe einer approximativen Lösung mit geringem Aufwand durchführbar. Der Rechenaufwand für das Bernoulli-Prinzip ist im Vergleich dazu wesentlich größer, was letztlich der Preis für eine exakte Lösung ist. Darüber hinaus diskutieren wir die relative Lage von Maximin- und risikoneutraler Lösung sowie die Einschachtelung der exakten Lösung durch diese beiden markanten (und leicht zu berechnenden) Benchmark-Lösungen.


Citations (16)


... Considering that the reward probabilities of numerous slot machines are unknown, the agent needs to explore these machines randomly at the beginning, and finally exploit the one with the highest reward probability. However, there is a complex trade-off between the two operations called the exploration-exploitation dilemma, which is the core problem of reinforcement learning [40]. Too many explorations may waste time, while too few explorations may miss the most profitable slot machine. ...

Reference:

Harnessing nonlinear optoelectronic oscillator for speeding up reinforcement learning
Bandit-based inventory optimisation: Reinforcement learning in multi-echelon supply chains
  • Citing Article
  • July 2022

International Journal of Production Economics

... • The systematic elaboration of the target system; • The analysis and forecasting of environmental factors or scenarios that raise the need for flexibility and influence the results of I4.0 activities; • The elaboration of alternatives, i.e., the actions involved in the use of I4.0 technological concepts to enhance flexibility; • The determination and application of result functions that show which consequences and outcomes of the target figure result from the alternatives and the environmental states (Bamberg et al., 2019). Figure 4 shows the steps of the model. ...

Betriebswirtschaftliche Entscheidungslehre
  • Citing Book
  • January 2012

... Furthermore, they explain how research in this area developed during the period 1995-2005 and point out some avenues for further research. Krapp and Kraus [24] focused on coordination in closed-loop supply chains. In particular, the control of the reverse flow is considered, whereby three approaches are distinguished: (i) two or more independent supply chains exist, each optimising its own objective function; (ii) there is at least one reverse flow from a lower tier of the SC to a higher tier; and (iii) a mechanism to coordinate the flow along either the forward and/or the backward SC is investigated. ...

Coordination contracts for reverse supply chains: a state-of-the-art review

Journal of Business Economics

... What is still lacking, however, is an analysis of accountingbased compensation schemes where both the owner and the manager explicitly take the risk structure of investments into account (cf. Bamberg & Krapp, 2018 ). There are several arguments in favor of such an investigation. ...

Managerial Compensation, Investment Decisions, and Truthfully Reporting
  • Citing Chapter
  • January 2018

... A concrete scenario is considered addressable, when the safety system is designed to influence the course of actions in this type of scenario. For the selection from finite sources, Lagares andPuerto, 2001 andKrapp andNebel, 2011 distinguish the following two methods: ...

Deskriptive Statistik
  • Citing Chapter
  • January 2011

... with an additional description of taxes as an essential aspect in this context. 16 See, for example, the link to security equivalents in business valuation initiated by Robichek and Myers (1966) or the question of the compatibility of time consistency and risk aversion examined by Bamberg and Krapp (2016). 17 See, for example, Kruschwitz and Löffler (2020), p. 29 ff. ...

Is time consistency compatible with risk aversion?
  • Citing Article
  • October 2014

Review of Managerial Science

... Krapp et al. [18] proposed a Bayesian-based forecasting approach to estimate the number of returned products. Krapp et al. [19] further extended their methodology by incorporating Kalman filter to enhance forecasting accuracy. Aydin et al. [20] established a multiobjective optimization model based on Stackelberg game theory to determine product line solutions for both new and remanufactured products, pricing decisions of supply chain partners, and product return rate for remanufacturing. ...

Using forecasts and managerial accounting information to enhance closed-loop supply chain management
  • Citing Article
  • November 2013

OR Spectrum

... On the contrary, the study of information and data flows in the e-commerce sector and online shopping represents a promising field of research (Dutta et al., 2020). Limited studies have been conducted to analyze the flow of data and information generated by the reverse logistics process to forecast product returns (Krapp et al., 2013) and reduce the number of returned products by reorganizing the supply chain and increasing the quality of decision-making. Moreover, the identification of key performance indicators to forecast product returns represents a promising area of research and investigation that requires more research efforts (Agrawal et al., 2015;Shaik and Abdul-Kader, 2012). ...

Forecasting product returns in closed-loop supply chains
  • Citing Article
  • July 2013

International Journal of Physical Distribution & Logistics Management