@inproceedings{46321,
  abstract     = {{Social bots have recently gained attention in the context of public opinion manipulation on social media platforms. While a lot of research effort has been put into the classification and detection of such automated programs, it is still unclear how technically sophisticated those bots are, which platforms they target, and where they originate from. To answer these questions, we gathered repository data from open source collaboration platforms to identify the status-quo of social bot development as well as first insights into the overall skills of publicly available bot code.}},
  author       = {{Assenmacher, Dennis and Frischlich , Lena and Trautmann, Heike and Grimme, Christian and Adam, Lena}},
  booktitle    = {{Disinformation in open online media}},
  editor       = {{Grimme, Christian and Preuß, Mike and Takes, Frank and Waldherr, Annie}},
  pages        = {{101–114}},
  publisher    = {{Springer}},
  title        = {{{Inside the tool set of automation: Free social bot code revisited}}},
  year         = {{2020}},
}

@inproceedings{46326,
  abstract     = {{Machine learning has become one of the most important tools in data analysis. However, selecting the most appropriate machine learning algorithm and tuning its hyperparameters to their optimal values remains a difficult task. This is even more difficult for streaming applications where automated approaches are often not available to help during algorithm selection and configuration. This paper proposes the first approach for automated algorithm selection and configuration of stream clustering algorithms. We train an ensemble of different stream clustering algorithms and configurations in parallel and use the best performing configuration to obtain a clustering solution. By drawing new configurations from better performing ones, we are able to improve the ensemble performance over time. In large experiments on real and artificial data we show how our ensemble approach can improve upon default configurations and can also compete with a-posteriori algorithm configuration. Our approach is considerably faster than a-posteriori approaches and applicable in real-time. In addition, it is not limited to stream clustering and can be generalised to all streaming applications, including stream classification and regression.}},
  author       = {{Carnein, Matthias and Trautmann, Heike and Bifet, Albert and Pfahringer, Bernhard}},
  booktitle    = {{Proceedings of the 14$^th$ Learning and Intelligent Optimization Conference (LION 2020)}},
  pages        = {{80–95}},
  title        = {{{confStream: Automated Algorithm Selection and Configuration of Stream Clustering Algorithms}}},
  doi          = {{10.1007/978-3-030-53552-0_10}},
  year         = {{2020}},
}

@inproceedings{46327,
  abstract     = {{In online media environments, nostalgia can be used as important ingredient of propaganda strategies, specifically, by creating societal pessimism. This work addresses the automated detection of nostalgic text as a first step towards automatically identifying nostalgia-based manipulation strategies. We compare the performance of standard machine learning approaches on this challenge and demonstrate the successful transfer of the best performing approach to real-world nostalgia detection in a case study.}},
  author       = {{Lena, Clever and Frischlich, Lena and Trautmann, Heike and Grimme, Christian}},
  booktitle    = {{Disinformation in open online media}},
  editor       = {{Grimme, Christian and Preuß, Mike and Takes, Frank and Waldherr, Annie}},
  pages        = {{48–58}},
  title        = {{{Automated detection of nostalgic text in the context of societal pessimism}}},
  year         = {{2020}},
}

@inproceedings{46329,
  abstract     = {{The past decade has been characterized by a strong increase in the use of social media and a continuous growth of public online discussion. With the failure of purely manual moderation, platform operators started searching for semi-automated solutions, where the application of Natural Language Processing (NLP) and Machine Learning (ML) techniques is promising. However, this requires huge financial investments for algorithmic implementations, data collection, and model training, which only big players can afford. To support smaller or medium-sized media enterprises (SME), we developed an integrated comment moderation system as an IT platform. This platform acts as a service provider and offers Analytics as a Service (AaaS) to SMEs. Operating such a platform, however, requires a robust technology stack, integrated workflows and well-defined interfaces between all parties. In this paper, we develop and discuss a suitable IT architecture and present a prototypical implementation.}},
  author       = {{Riehle, Dennis M. and Niemann, Marco and Brunk, Jens and Assenmacher, Dennis and Trautmann, Heike and Becker, Jörg}},
  booktitle    = {{Social Computing and Social Media. Participation, User Experience, Consumer Experience, and Applications of Social Computing}},
  editor       = {{Meiselwitz, Gabriele}},
  isbn         = {{978-3-030-49576-3}},
  pages        = {{71–86}},
  publisher    = {{Springer International Publishing}},
  title        = {{{Building an Integrated Comment Moderation System – Towards a Semi-automatic Moderation Tool}}},
  year         = {{2020}},
}

@article{46333,
  abstract     = {{ Recently, social bots, (semi-) automatized accounts in social media, gained global attention in the context of public opinion manipulation. Dystopian scenarios like the malicious amplification of topics, the spreading of disinformation, and the manipulation of elections through “opinion machines” created headlines around the globe. As a consequence, much research effort has been put into the classification and detection of social bots. Yet, it is still unclear how easy an average online media user can purchase social bots, which platforms they target, where they originate from, and how sophisticated these bots are. This work provides a much needed new perspective on these questions. By providing insights into the markets of social bots in the clearnet and darknet as well as an exhaustive analysis of freely available software tools for automation during the last decade, we shed light on the availability and capabilities of automated profiles in social media platforms. Our results confirm the increasing importance of social bot technology but also uncover an as yet unknown discrepancy of theoretical and practically achieved artificial intelligence in social bots: while literature reports on a high degree of intelligence for chat bots and assumes the same for social bots, the observed degree of intelligence in social bot implementations is limited. In fact, the overwhelming majority of available services and software are of supportive nature and merely provide modules of automation instead of fully fledged “intelligent” social bots. }},
  author       = {{Assenmacher, Dennis and Clever, Lena and Frischlich, Lena and Quandt, Thorsten and Trautmann, Heike and Grimme, Christian}},
  journal      = {{Social Media + Society}},
  number       = {{3}},
  pages        = {{2056305120939264}},
  title        = {{{Demystifying Social Bots: On the Intelligence of Automated Social Media Actors}}},
  doi          = {{10.1177/2056305120939264}},
  volume       = {{6}},
  year         = {{2020}},
}

@inproceedings{46332,
  abstract     = {{Multimodality is one of the biggest difficulties for optimization as local optima are often preventing algorithms from making progress. This does not only challenge local strategies that can get stuck. It also hinders meta-heuristics like evolutionary algorithms in convergence to the global optimum. In this paper we present a new concept of gradient descent, which is able to escape local traps. It relies on multiobjectivization of the original problem and applies the recently proposed and here slightly modified multi-objective local search mechanism MOGSA. We use a sophisticated visualization technique for multi-objective problems to prove the working principle of our idea. As such, this work highlights the transfer of new insights from the multi-objective to the single-objective domain and provides first visual evidence that multiobjectivization can link single-objective local optima in multimodal landscapes.}},
  author       = {{Steinhoff, Vera and Kerschke, Pascal and Aspar, Pelin and Trautmann, Heike and Grimme, Christian}},
  booktitle    = {{Proceedings of the IEEE Symposium Series on Computational Intelligence (SSCI)}},
  pages        = {{2445–2452}},
  title        = {{{Multiobjectivization of Local Search: Single-Objective Optimization Benefits From Multi-Objective Gradient Descent}}},
  doi          = {{10.1109/SSCI47803.2020.9308259}},
  year         = {{2020}},
}

@inproceedings{48301,
  author       = {{Glockner, Max and Habernal, Ivan and Gurevych, Iryna}},
  booktitle    = {{Findings of the Association for Computational Linguistics: EMNLP 2020}},
  publisher    = {{Association for Computational Linguistics}},
  title        = {{{Why do you think that? Exploring Faithful Sentence-Level Rationales Without Supervision}}},
  doi          = {{10.18653/v1/2020.findings-emnlp.97}},
  year         = {{2020}},
}

@inproceedings{16790,
  author       = {{Krings, Sarah Claudia and Yigitbas, Enes and Jovanovikj, Ivan and Sauer, Stefan and Engels, Gregor}},
  booktitle    = {{Proceedings of the 12th ACM SIGCHI Symposium on Engineering Interactive Computing Systems (EICS 2020)}},
  isbn         = {{978-1-4503-7984-7/20/06}},
  title        = {{{Development Framework for Context-Aware Augmented Reality Applications}}},
  doi          = {{10.1145/3393672.3398640}},
  year         = {{2020}},
}

@inproceedings{48847,
  abstract     = {{Dynamic optimization problems have gained significant attention in evolutionary computation as evolutionary algorithms (EAs) can easily adapt to changing environments. We show that EAs can solve the graph coloring problem for bipartite graphs more efficiently by using dynamic optimization. In our approach the graph instance is given incrementally such that the EA can reoptimize its coloring when a new edge introduces a conflict. We show that, when edges are inserted in a way that preserves graph connectivity, Randomized Local Search (RLS) efficiently finds a proper 2-coloring for all bipartite graphs. This includes graphs for which RLS and other EAs need exponential expected time in a static optimization scenario. We investigate different ways of building up the graph by popular graph traversals such as breadth-first-search and depth-first-search and analyse the resulting runtime behavior. We further show that offspring populations (e. g. a (1 + {$\lambda$}) RLS) lead to an exponential speedup in {$\lambda$}. Finally, an island model using 3 islands succeeds in an optimal time of {$\Theta$}(m) on every m-edge bipartite graph, outperforming offspring populations. This is the first example where an island model guarantees a speedup that is not bounded in the number of islands.}},
  author       = {{Bossek, Jakob and Neumann, Frank and Peng, Pan and Sudholt, Dirk}},
  booktitle    = {{Proceedings of the Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{dynamic optimization, evolutionary algorithms, running time analysis, theory}},
  pages        = {{1277–1285}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{More Effective Randomized Search Heuristics for Graph Coloring through Dynamic Optimization}}},
  doi          = {{10.1145/3377930.3390174}},
  year         = {{2020}},
}

@inproceedings{48849,
  abstract     = {{One-shot optimization tasks require to determine the set of solution candidates prior to their evaluation, i.e., without possibility for adaptive sampling. We consider two variants, classic one-shot optimization (where our aim is to find at least one solution of high quality) and one-shot regression (where the goal is to fit a model that resembles the true problem as well as possible). For both tasks it seems intuitive that well-distributed samples should perform better than uniform or grid-based samples, since they show a better coverage of the decision space. In practice, quasi-random designs such as Latin Hypercube Samples and low-discrepancy point sets are indeed very commonly used designs for one-shot optimization tasks. We study in this work how well low star discrepancy correlates with performance in one-shot optimization. Our results confirm an advantage of low-discrepancy designs, but also indicate the correlation between discrepancy values and overall performance is rather weak. We then demonstrate that commonly used designs may be far from optimal. More precisely, we evolve 24 very specific designs that each achieve good performance on one of our benchmark problems. Interestingly, we find that these specifically designed samples yield surprisingly good performance across the whole benchmark set. Our results therefore give strong indication that significant performance gains over state-of-the-art one-shot sampling techniques are possible, and that evolutionary algorithms can be an efficient means to evolve these.}},
  author       = {{Bossek, Jakob and Doerr, Carola and Kerschke, Pascal and Neumann, Aneta and Neumann, Frank}},
  booktitle    = {{Parallel Problem Solving from Nature (PPSN XVI)}},
  isbn         = {{978-3-030-58111-4}},
  keywords     = {{Continuous optimization, Fully parallel search, One-shot optimization, Regression, Surrogate-assisted optimization}},
  pages        = {{111–124}},
  publisher    = {{Springer-Verlag}},
  title        = {{{Evolving Sampling Strategies for One-Shot Optimization Tasks}}},
  doi          = {{10.1007/978-3-030-58112-1_8}},
  year         = {{2020}},
}

@inproceedings{48851,
  abstract     = {{Several important optimization problems in the area of vehicle routing can be seen as variants of the classical Traveling Salesperson Problem (TSP). In the area of evolutionary computation, the Traveling Thief Problem (TTP) has gained increasing interest over the last 5 years. In this paper, we investigate the effect of weights on such problems, in the sense that the cost of traveling increases with respect to the weights of nodes already visited during a tour. This provides abstractions of important TSP variants such as the Traveling Thief Problem and time dependent TSP variants, and allows to study precisely the increase in difficulty caused by weight dependence. We provide a 3.59-approximation for this weight dependent version of TSP with metric distances and bounded positive weights. Furthermore, we conduct experimental investigations for simple randomized local search with classical mutation operators and two variants of the state-of-the-art evolutionary algorithm EAX adapted to the weighted TSP. Our results show the impact of the node weights on the position of the nodes in the resulting tour.}},
  author       = {{Bossek, Jakob and Casel, Katrin and Kerschke, Pascal and Neumann, Frank}},
  booktitle    = {{Proceedings of the Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{dynamic optimization, evolutionary algorithms, running time analysis, theory}},
  pages        = {{1286–1294}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{The Node Weight Dependent Traveling Salesperson Problem: Approximation Algorithms and Randomized Search Heuristics}}},
  doi          = {{10.1145/3377930.3390243}},
  year         = {{2020}},
}

@inproceedings{48845,
  abstract     = {{In practice, e.g. in delivery and service scenarios, Vehicle-Routing-Problems (VRPs) often imply repeated decision making on dynamic customer requests. As in classical VRPs, tours have to be planned short while the number of serviced customers has to be maximized at the same time resulting in a multi-objective problem. Beyond that, however, dynamic requests lead to the need for re-planning of not yet realized tour parts, while already realized tour parts are irreversible. In this paper we study this type of bi-objective dynamic VRP including sequential decision making and concurrent realization of decisions. We adopt a recently proposed Dynamic Evolutionary Multi-Objective Algorithm (DEMOA) for a related VRP problem and extend it to the more realistic (here considered) scenario of multiple vehicles. We empirically show that our DEMOA is competitive with a multi-vehicle offline and clairvoyant variant of the proposed DEMOA as well as with the dynamic single-vehicle approach proposed earlier.}},
  author       = {{Bossek, Jakob and Grimme, Christian and Trautmann, Heike}},
  booktitle    = {{Proceedings of the Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{decision making, dynamic optimization, evolutionary algorithms, multi-objective optimization, vehicle routing}},
  pages        = {{166–174}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{Dynamic Bi-Objective Routing of Multiple Vehicles}}},
  doi          = {{10.1145/3377930.3390146}},
  year         = {{2020}},
}

@inproceedings{48844,
  abstract     = {{The Traveling-Salesperson-Problem (TSP) is arguably one of the best-known NP-hard combinatorial optimization problems. The two sophisticated heuristic solvers LKH and EAX and respective (restart) variants manage to calculate close-to optimal or even optimal solutions, also for large instances with several thousand nodes in reasonable time. In this work we extend existing benchmarking studies by addressing anytime behaviour of inexact TSP solvers based on empirical runtime distributions leading to an increased understanding of solver behaviour and the respective relation to problem hardness. It turns out that performance ranking of solvers is highly dependent on the focused approximation quality. Insights on intersection points of performances offer huge potential for the construction of hybridized solvers depending on instance features. Moreover, instance features tailored to anytime performance and corresponding performance indicators will highly improve automated algorithm selection models by including comprehensive information on solver quality.}},
  author       = {{Bossek, Jakob and Kerschke, Pascal and Trautmann, Heike}},
  booktitle    = {{2020 IEEE Congress on Evolutionary Computation (CEC)}},
  pages        = {{1–8}},
  publisher    = {{IEEE Press}},
  title        = {{{Anytime Behavior of Inexact TSP Solvers and Perspectives for Automated Algorithm Selection}}},
  doi          = {{10.1109/CEC48606.2020.9185613}},
  year         = {{2020}},
}

@inproceedings{48850,
  abstract     = {{Sequential model-based optimization (SMBO) approaches are algorithms for solving problems that require computationally or otherwise expensive function evaluations. The key design principle of SMBO is a substitution of the true objective function by a surrogate, which is used to propose the point(s) to be evaluated next. SMBO algorithms are intrinsically modular, leaving the user with many important design choices. Significant research efforts go into understanding which settings perform best for which type of problems. Most works, however, focus on the choice of the model, the acquisition function, and the strategy used to optimize the latter. The choice of the initial sampling strategy, however, receives much less attention. Not surprisingly, quite diverging recommendations can be found in the literature. We analyze in this work how the size and the distribution of the initial sample influences the overall quality of the efficient global optimization (EGO) algorithm, a well-known SMBO approach. While, overall, small initial budgets using Halton sampling seem preferable, we also observe that the performance landscape is rather unstructured. We furthermore identify several situations in which EGO performs unfavorably against random sampling. Both observations indicate that an adaptive SMBO design could be beneficial, making SMBO an interesting test-bed for automated algorithm design.}},
  author       = {{Bossek, Jakob and Doerr, Carola and Kerschke, Pascal}},
  booktitle    = {{Proceedings of the Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{continuous black-box optimization, design of experiments, initial design, sequential model-based optimization}},
  pages        = {{778–786}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{Initial Design Strategies and Their Effects on Sequential Model-Based Optimization: An Exploratory Case Study Based on BBOB}}},
  doi          = {{10.1145/3377930.3390155}},
  year         = {{2020}},
}

@inproceedings{48852,
  abstract     = {{The Traveling Salesperson Problem (TSP) is one of the best-known combinatorial optimisation problems. However, many real-world problems are composed of several interacting components. The Traveling Thief Problem (TTP) addresses such interactions by combining two combinatorial optimisation problems, namely the TSP and the Knapsack Problem (KP). Recently, a new problem called the node weight dependent Traveling Salesperson Problem (W-TSP) has been introduced where nodes have weights that influence the cost of the tour. In this paper, we compare W-TSP and TTP. We investigate the structure of the optimised tours for W-TSP and TTP and the impact of using each others fitness function. Our experimental results suggest (1) that the W-TSP often can be solved better using the TTP fitness function and (2) final W-TSP and TTP solutions show different distributions when compared with optimal TSP or weighted greedy solutions.}},
  author       = {{Bossek, Jakob and Neumann, Aneta and Neumann, Frank}},
  booktitle    = {{Parallel Problem Solving from Nature (PPSN XVI)}},
  isbn         = {{978-3-030-58111-4}},
  keywords     = {{Evolutionary algorithms, Node weight dependent TSP, Traveling Thief Problem}},
  pages        = {{346–359}},
  publisher    = {{Springer-Verlag}},
  title        = {{{Optimising Tours for the Weighted Traveling Salesperson Problem and the Traveling Thief Problem: A Structural Comparison of Solutions}}},
  doi          = {{10.1007/978-3-030-58112-1_24}},
  year         = {{2020}},
}

@inproceedings{48846,
  abstract     = {{We consider a dynamic bi-objective vehicle routing problem, where a subset of customers ask for service over time. Therein, the distance traveled by a single vehicle and the number of unserved dynamic requests is minimized by a dynamic evolutionary multi-objective algorithm (DEMOA), which operates on discrete time windows (eras). A decision is made at each era by a decision-maker, thus any decision depends on irreversible decisions made in foregoing eras. To understand effects of sequences of decision-making and interactions/dependencies between decisions made, we conduct a series of experiments. More precisely, we fix a set of decision-maker preferences D and the number of eras n{$<$}inf{$>$}t{$<$}/inf{$>$} and analyze all $|D|\^{n_t}$ combinations of decision-maker options. We find that for random uniform instances (a) the final selected solutions mainly depend on the final decision and not on the decision history, (b) solutions are quite robust with respect to the number of unvisited dynamic customers, and (c) solutions of the dynamic approach can even dominate solutions obtained by a clairvoyant EMOA. In contrast, for instances with clustered customers, we observe a strong dependency on decision-making history as well as more variance in solution diversity.}},
  author       = {{Bossek, Jakob and Grimme, Christian and Rudolph, Günter and Trautmann, Heike}},
  booktitle    = {{2020 IEEE Congress on Evolutionary Computation (CEC)}},
  pages        = {{1–8}},
  publisher    = {{IEEE Press}},
  title        = {{{Towards Decision Support in Dynamic Bi-Objective Vehicle Routing}}},
  doi          = {{10.1109/CEC48606.2020.9185778}},
  year         = {{2020}},
}

@inproceedings{48879,
  abstract     = {{Evolving diverse sets of high quality solutions has gained increasing interest in the evolutionary computation literature in recent years. With this paper, we contribute to this area of research by examining evolutionary diversity optimisation approaches for the classical Traveling Salesperson Problem (TSP). We study the impact of using different diversity measures for a given set of tours and the ability of evolutionary algorithms to obtain a diverse set of high quality solutions when adopting these measures. Our studies show that a large variety of diverse high quality tours can be achieved by using our approaches. Furthermore, we compare our approaches in terms of theoretical properties and the final set of tours obtained by the evolutionary diversity optimisation algorithm.}},
  author       = {{Do, Anh Viet and Bossek, Jakob and Neumann, Aneta and Neumann, Frank}},
  booktitle    = {{Proceedings of the Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{diversity maximisation, evolutionary algorithms, travelling salesperson problem}},
  pages        = {{681–689}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{Evolving Diverse Sets of Tours for the Travelling Salesperson Problem}}},
  doi          = {{10.1145/3377930.3389844}},
  year         = {{2020}},
}

@inproceedings{48895,
  abstract     = {{Evolutionary algorithms (EAs) are general-purpose problem solvers that usually perform an unbiased search. This is reasonable and desirable in a black-box scenario. For combinatorial optimization problems, often more knowledge about the structure of optimal solutions is given, which can be leveraged by means of biased search operators. We consider the Minimum Spanning Tree (MST) problem in a single- and multi-objective version, and introduce a biased mutation, which puts more emphasis on the selection of edges of low rank in terms of low domination number. We present example graphs where the biased mutation can significantly speed up the expected runtime until (Pareto-)optimal solutions are found. On the other hand, we demonstrate that bias can lead to exponential runtime if "heavy" edges are necessarily part of an optimal solution. However, on general graphs in the single-objective setting, we show that a combined mutation operator which decides for unbiased or biased edge selection in each step with equal probability exhibits a polynomial upper bound - as unbiased mutation - in the worst case and benefits from bias if the circumstances are favorable.}},
  author       = {{Roostapour, Vahid and Bossek, Jakob and Neumann, Frank}},
  booktitle    = {{Proceedings of the 2020 Genetic and Evolutionary Computation Conference}},
  isbn         = {{978-1-4503-7128-5}},
  keywords     = {{biased mutation, evolutionary algorithms, minimum spanning tree problem, runtime analysis}},
  pages        = {{551–559}},
  publisher    = {{Association for Computing Machinery}},
  title        = {{{Runtime Analysis of Evolutionary Algorithms with Biased Mutation for the Multi-Objective Minimum Spanning Tree Problem}}},
  doi          = {{10.1145/3377930.3390168}},
  year         = {{2020}},
}

@inproceedings{48897,
  abstract     = {{In this work we focus on the well-known Euclidean Traveling Salesperson Problem (TSP) and two highly competitive inexact heuristic TSP solvers, EAX and LKH, in the context of per-instance algorithm selection (AS). We evolve instances with nodes where the solvers show strongly different performance profiles. These instances serve as a basis for an exploratory study on the identification of well-discriminating problem characteristics (features). Our results in a nutshell: we show that even though (1) promising features exist, (2) these are in line with previous results from the literature, and (3) models trained with these features are more accurate than models adopting sophisticated feature selection methods, the advantage is not close to the virtual best solver in terms of penalized average runtime and so is the performance gain over the single best solver. However, we show that a feature-free deep neural network based approach solely based on visual representation of the instances already matches classical AS model results and thus shows huge potential for future studies.}},
  author       = {{Seiler, Moritz and Pohl, Janina and Bossek, Jakob and Kerschke, Pascal and Trautmann, Heike}},
  booktitle    = {{Parallel Problem Solving from {Nature} (PPSN XVI)}},
  isbn         = {{978-3-030-58111-4}},
  keywords     = {{Automated algorithm selection, Deep learning, Feature-based approaches, Traveling Salesperson Problem}},
  pages        = {{48–64}},
  publisher    = {{Springer-Verlag}},
  title        = {{{Deep Learning as a Competitive Feature-Free Approach for Automated Algorithm Selection on the Traveling Salesperson Problem}}},
  doi          = {{10.1007/978-3-030-58112-1_4}},
  year         = {{2020}},
}

@article{48848,
  abstract     = {{We build upon a recently proposed multi-objective view onto performance measurement of single-objective stochastic solvers. The trade-off between the fraction of failed runs and the mean runtime of successful runs \textendash both to be minimized \textendash is directly analyzed based on a study on algorithm selection of inexact state-of-the-art solvers for the famous Traveling Salesperson Problem (TSP). Moreover, we adopt the hypervolume indicator (HV) commonly used in multi-objective optimization for simultaneously assessing both conflicting objectives and investigate relations to commonly used performance indicators, both theoretically and empirically. Next to Penalized Average Runtime (PAR) and Penalized Quantile Runtime (PQR), the HV measure is used as a core concept within the construction of per-instance algorithm selection models offering interesting insights into complementary behavior of inexact TSP solvers. \textbullet The multi-objective perspective is naturally generalizable to multiple objectives. \textbullet Proof of relationship between HV and the PAR in the considered bi-objective space. \textbullet New insights into complementary behavior of stochastic optimization algorithms.}},
  author       = {{Bossek, Jakob and Kerschke, Pascal and Trautmann, Heike}},
  issn         = {{1568-4946}},
  journal      = {{Applied Soft Computing}},
  keywords     = {{Algorithm selection, Combinatorial optimization, Multi-objective optimization, Performance measurement, Traveling Salesperson Problem}},
  number       = {{C}},
  title        = {{{A Multi-Objective Perspective on Performance Assessment and Automated Selection of Single-Objective Optimization Algorithms}}},
  doi          = {{10.1016/j.asoc.2019.105901}},
  volume       = {{88}},
  year         = {{2020}},
}

