From 39e81f7b33ad1aaf7e7150a23da2cdb21383a4e2 Mon Sep 17 00:00:00 2001 From: MLopez-Ibanez <2620021+MLopez-Ibanez@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:20:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20iridia-u?= =?UTF-8?q?lb/references@4528c0c9cb76f33bfeb1cc64131d72417e0046d4=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bibtex.css | 191 + footer.htm | 2 + header.htm | 45 + index.html | 45884 ++++++++++++++++++++++++++++++++++++++++++ index_bib.html | 48399 +++++++++++++++++++++++++++++++++++++++++++++ testbib.pdf | Bin 0 -> 1397487 bytes testshortbib.pdf | Bin 0 -> 1290351 bytes 7 files changed, 94521 insertions(+) create mode 100644 bibtex.css create mode 100644 footer.htm create mode 100644 header.htm create mode 100644 index.html create mode 100644 index_bib.html create mode 100644 testbib.pdf create mode 100644 testshortbib.pdf diff --git a/bibtex.css b/bibtex.css new file mode 100644 index 00000000..6700c68d --- /dev/null +++ b/bibtex.css @@ -0,0 +1,191 @@ +.button { + font-family: inherit; + font-size: 80%; + padding: 0.5em 0.5em; + color: white; /* rgba not supported (IE 8) */ + border: 1px solid #999; /*IE 6/7/8*/ + border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/ + background-color: #E6E6E6; + text-decoration: none; + border-radius: 4px; + text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); +} + +.button-hover, +.button:hover, +.button:focus { + background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10)); + text-decoration: none; color : white +} + +a:link {text-decoration: none; color : #326fa3} +a:visited {text-decoration: none; color : #326fa3} +a:active {text-decoration: none; color: #666666} +a:hover {text-decoration: underline} + +} +.button:focus { + outline: 0; +} +.button-active, +.button:active { + box-shadow: 0 0 0 1px rgba(0,0,0, 0.15) inset, 0 0 6px rgba(0,0,0, 0.20) inset; + border-color: #000; +} +a.button, +a:link.button, +a:visited.button, +a:hover.button, +a:active.button { + color: white; + text-decoration: none; +} + +.background-green { + background: rgb(28, 184, 65); + /* this is a green */ +} + +.background-maroon { + background: rgb(202, 60, 60); + /* this is a maroon */ +} +.background-orange { + background: rgb(223, 117, 20); + /* this is an orange */ +} + +.background-blue { + background: rgb(66, 184, 221); + /* this is a light blue */ +} + +#at { + float: none; + display: inline; + vertical-align: middle; + border: 0; + width: 1em; + height: auto; +} +dt +{ + float: left; + text-align: right; + margin: 0; + width: 3.5em; + font-size: 90%; +} +dd +{ + text-align: left; + margin-left: 3.6em; + margin-bottom: .75em; +} + +h1 { color: #326fa3; font: 30px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} + +h2 { color: #326fa3; font: 20px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} + +h3 { color: #326fa3; font: 14px 'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} + +.authors { font-weight: bold; color: #326fa3; font-size: 14px; margin-top: 0em; padding: 0px} +.authors dt { float: left;} +.authors dd { margin-left: 8em; } + + + +div#navlist { background-color: #f5f5f5; border: 1px solid #C9D1D7; padding: 1ex; padding-top: 0px; margin: 1em; margin-top: 2em; width: 20em; } + +#navlist h2 { color: black; font-size: 85%; } +#navlist ul, #navlist ol { list-style-type: decimal; color:#326fa3; font-size: 85%; } + +blockquote { font-size: smaller; } + +ol.publications { + margin-left: 3em; + padding: 0; + counter-reset: publication; +} + +ol.publications li{ + margin: 0; + padding: .5em 0em .5em 0em; + display: block; +} + +ol.publications > li:before { + display: inline-block; + min-width: 4ex; + padding-right: 1.5ex; + text-align: right; + margin-left: -5.5ex; + content: "["counter(publication)"] "; + counter-increment: publication; +} + +dd:target { + border:1px solid #dac89d; + background: #ffffd3; +} + +ul.publinks { + margin: 0 auto 1em; + margin: 0; + padding: 0; + border: none; +display:inline-block; +vertical-align: middle; +} + +ul.publinks > li { + margin: 0; + padding: 0; + border: none; + list-style: none; + display: inline-block; + margin-left: -4px; + line-height: 24px; /* minimum to fix pdfdoc icon */ +} + +a.pdfdoc { + display:inline-block; + line-height:22px; +/* padding-left:23px; + background:transparent url(../img/pdf22.png) center left no-repeat;*/ +} + +ul.publinks > li > a { + white-space: nowrap; + margin-left: 3px; + margin-right: 3px; +} +ul.publinks > li > a.pdfdoc { + white-space: nowrap; + margin-left: 3px; +/* padding-left: 23px; + background:transparent url(../img/pdf22.png) center left no-repeat;*/ + margin-right: 3px; + min-height: 22px; +} + +ul.publinks:before { + content: "[ "; +} + +ul.publinks:after { + content: "]"; +} + +.inline-citation { + max-width:50em; margin-left: 4em; margin-right: 4em; +} + +.repo-gh { + width: 30px; + height: 30px; + display: inline-block; + vertical-align: middle; + color: #9d9d9d; + text-decoration: none; +} diff --git a/footer.htm b/footer.htm new file mode 100644 index 00000000..308b1d01 --- /dev/null +++ b/footer.htm @@ -0,0 +1,2 @@ + + diff --git a/header.htm b/header.htm new file mode 100644 index 00000000..933f98c7 --- /dev/null +++ b/header.htm @@ -0,0 +1,45 @@ + + + + + +IRIDIA BibTeX Repository + + + + + + + + + + + +
+ + + + README + PDF (1.5 MB) + BibTeX + +License: CC0-1.0 +
+ + +

IRIDIA BibTeX Repository

+ +

What is this?

+ +

This list of references in automatically generated from a collection of BibTeX files organized in a way that tries to avoid redundancy, minimise mistakes and facilitate customization.

+ +

You only need to fork (or link) the git repository in your papers and sync with the main copy to send/receive updates.

+ +

Most customisations, such as shorter journal or conference names, do not require changing the existing .bib files. + You should not need to edit the entries directly unless you find mistakes. See the README for more details.

+ +

References

+ diff --git a/index.html b/index.html new file mode 100644 index 00000000..44482e60 --- /dev/null +++ b/index.html @@ -0,0 +1,45884 @@ + + + + + +IRIDIA BibTeX Repository + + + + + + + + + + + +
+ + + + README + PDF (1.5 MB) + BibTeX + +License: CC0-1.0 +
+ + +

IRIDIA BibTeX Repository

+ +

What is this?

+ +

This list of references in automatically generated from a collection of BibTeX files organized in a way that tries to avoid redundancy, minimise mistakes and facilitate customization.

+ +

You only need to fork (or link) the git repository in your papers and sync with the main copy to send/receive updates.

+ +

Most customisations, such as shorter journal or conference names, do not require changing the existing .bib files. + You should not need to edit the entries directly unless you find mistakes. See the README for more details.

+ +

References

+ + +
+ +
+[1] +
+
+Ossama Abdelkhalik and Ahmed Gad. + Dynamic-Size Multiple Populations Genetic Algorithm for Multigravity-Assist Trajectory Optimization. + Journal of Guidance, Control, and Dynamics, 35(2):520–529, 2012.
+[ bib | +DOI ] + +
+ + +
+[2] +
+
+David Abramson, Mohan Krishna Amoorthy, and Henry Dang. + Simulated annealing cooling schedules for the school timetabling problem. + Asia-Pacific Journal of Operational Research, 16(1):1–22, 1999.
+[ bib ] + +
+ + +
+[3] +
+
+David Abramson. + Constructing School Timetables Using Simulated Annealing: Sequential and Parallel Algorithms. + Management Science, 37(1):98–113, 1991.
+[ bib ] + +
+ + +
+[4] +
+
+Tobias Achterberg. + SCIP: Solving constraint integer programs. + Mathematical Programming Computation, 1(1):1–41, July 2009.
+[ bib | +epub ] + +
+ + +
+[5] +
+
+Tobias Achterberg and Timo Berthold. + Improving the feasibility pump. + Discrete Optimization, 4(1):77–86, 2007.
+[ bib ] + +
+ + +
+[6] +
+
+Héctor-Gabriel Acosta-Mesa, Fernando Rechy-Ramírez, Efrén Mezura-Montes, Nicandro Cruz-Ramírez, and Rodolfo Hernández Jiménez. + Application of time series discretization using evolutionary programming for classification of precancerous cervical lesions. + Journal of Biomedical Informatics, 49:73–83, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[7] +
+
+Bernardetta Addis, Marco Locatelli, and Fabio Schoen. + Disk Packing in a Square: A New Global Optimization Approach. + INFORMS Journal on Computing, 20(4):516–524, 2008.
+[ bib | +DOI ] + +
+ + +
+[8] +
+
+B. Adenso-Díaz. + Restricted Neighborhood in the Tabu Search for the Flowshop Problem. + European Journal of Operational Research, 62(1):27–37, 1992.
+[ bib ] + +
+ + +
+[9] +
+
+B. Adenso-Díaz and Manuel Laguna. + Fine-Tuning of Algorithms Using Fractional Experimental Design and Local Search. + Operations Research, 54(1):99–114, 2006.
+[ bib ] +
+Keywords: Calibra +
+ +
+ + +
+[10] +
+
+Steven Adriaensen, André Biedenkapp, Gresa Shala, Noor Awad, Theresa Eimer, Marius Thomas Lindauer, and Frank Hutter. + Automated dynamic algorithm configuration. + Journal of Artificial Intelligence Research, 75:1633–1699, 2022.
+[ bib | +DOI ] + +
+ + +
+[11] +
+
+Bekir Afsar, Kaisa Miettinen, and Francisco Ruiz. + Assessing the Performance of Interactive Multiobjective Optimization Methods: A Survey. + ACM Computing Surveys, 54(4), 2021.
+[ bib | +DOI ] +
+Interactive methods are useful decision-making tools for + multiobjective optimization problems, because they allow a + decision-maker to provide her/his preference information + iteratively in a comfortable way at the same time as (s)he + learns about all different aspects of the problem. A wide + variety of interactive methods is nowadays available, and + they differ from each other in both technical aspects and + type of preference information employed. Therefore, assessing + the performance of interactive methods can help users to + choose the most appropriate one for a given problem. This is + a challenging task, which has been tackled from different + perspectives in the published literature. We present a + bibliographic survey of papers where interactive + multiobjective optimization methods have been assessed + (either individually or compared to other methods). Besides + other features, we collect information about the type of + decision-maker involved (utility or value functions, + artificial or human decision-maker), the type of preference + information provided, and aspects of interactive methods that + were somehow measured. Based on the survey and on our own + experiences, we identify a series of desirable properties of + interactive methods that we believe should be assessed. +
+
+Keywords: decision-makers, Interactive methods, performance assessment, + preference information, multiobjective optimization problems +
+ +
+ + +
+[12] +
+
+Bekir Afsar, Johanna Silvennoinen, Giovanni Misitano, Francisco Ruiz, Ana B. Ruiz, and Kaisa Miettinen. + Designing empirical experiments to compare interactive multiobjective optimization methods. + Journal of the Operational Research Society, 74(11):2327–2338, November 2022.
+[ bib | +DOI ] + +
+ + +
+[13] +
+
+Ralph D'Agostino and E. S. Pearson. + Tests for Departure from Normality. Empirical Results for the Distributions of b2 and √b1. + Biometrika, 60(3):613–622, December 1973.
+[ bib | +DOI ] + +
+ + +
+[14] +
+
+Per J. Agrell. + On redundancy in multi criteria decision making. + European Journal of Operational Research, 98(3):571–586, 1997.
+[ bib | +DOI ] +
+The concept of redundancy is accepted in Operations Research + and Information Theory. In Linear Programming, a constraint + is said to be redundant if the feasible decision space is + identical with or without the constraint. In Information + Theory, redundancy is used as a measure of the stability + against noise in transmission. Analogies with Multi Criteria + Decision Making (MCDM) are indicated and it is argued that + the redundancy concept should be used as a regular feature in + conditioning and analysis of Multi Criteria + Programs. Properties of a proposed conflict-based + characterisation are stated and some existence results are + derived. Redundancy is here intended for interactive methods, + when the efficient set is progressively explored. A new + redundancy test for the linear case is formulated from the + framework. A probabilistic method based on correlation is + proposed and tested for the non-linear case. Finally, some + general guidelines are given concerning the redundancy + problem. +
+
+Keywords: Multi criteria decision making, Redundancy, objective + reduction, Vector optimisation +
+ +
+ + +
+[15] +
+
+Hernán E. Aguirre and Kiyoshi Tanaka. + Working principles, behavior, and performance of MOEAs on MNK-landscapes. + European Journal of Operational Research, 181(3):1670–1690, 2007.
+[ bib | +DOI ] + +
+ + +
+[16] +
+
+Samad Ahmadi and Ibrahim H. Osman. + Density Based Problem Space Search for the Capacitated Clustering p-Median Problem. + Annals of Operations Research, 131:21–43, 2004.
+[ bib ] + +
+ + +
+[17] +
+
+Ali Ahrari, Saber Elsayed, Ruhul Sarker, Daryl Essam, and Carlos A. Coello Coello. + Weighted pointwise prediction method for dynamic multiobjective optimization. + Information Sciences, 546:349–367, 2021.
+[ bib ] + +
+ + +
+[18] +
+
+R. K. Ahuja, O. Ergun, and A. P. Punnen. + A Survey of Very Large-scale Neighborhood Search Techniques. + Discrete Applied Mathematics, 123(1–3):75–102, 2002.
+[ bib ] + +
+ + +
+[19] +
+
+Sandip Aine, Rajeev Kumar, and P. P. Chakrabarti. + Adaptive parameter control of evolutionary algorithms to improve quality-time trade-off. + Applied Soft Computing, 9(2):527–540, 2009.
+[ bib | +DOI ] +
+Keywords: anytime +
+ +
+ + +
+[20] +
+
+A. A. Albrecht, P. C. R. Lane, and K. Steinhöfel. + Analysis of Local Search Landscapes for k-SAT Instances. + Mathematics in Computer Science, 3(4):465–488, 2010.
+[ bib | +DOI ] + +
+ + +
+[21] +
+
+Susanne Albers. + Online Algorithms: A Survey. + Mathematical Programming, 97(1):3–26, 2003.
+[ bib ] + +
+ + +
+[22] +
+
+Aldeida Aleti and Irene Moser. + A systematic literature review of adaptive parameter control methods for evolutionary algorithms. + ACM Computing Surveys, 49(3, Article 56):35, October 2016.
+[ bib | +DOI ] + +
+ + +
+[23] +
+
+Pedro Alfaro-Fernández, Rubén Ruiz, Federico Pagnozzi, and Thomas Stützle. + Automatic Algorithm Design for Hybrid Flowshop Scheduling Problems. + European Journal of Operational Research, 282(3):835–845, 2020.
+[ bib | +DOI ] +
+Industrial production scheduling problems are challenges that + researchers have been trying to solve for decades. Many + practical scheduling problems such as the hybrid flowshop are + NP-hard. As a result, researchers resort to metaheuristics to + obtain effective and efficient solutions. The traditional + design process of metaheuristics is mainly manual, often + metaphor-based, biased by previous experience and prone to + producing overly tailored methods that only work well on the + tested problems and objectives. In this paper, we use an + Automatic Algorithm Design (AAD) methodology to eliminate + these limitations. AAD is capable of composing algorithms + from components with minimal human intervention. We test the + proposed AAD for three different optimization objectives in + the hybrid flowshop. Comprehensive computational and + statistical testing demonstrates that automatically designed + algorithms outperform specifically tailored state-of-the-art + methods for the tested objectives in most cases. +
+
+Keywords: Scheduling, Hybrid flowshop, Automatic algorithm + configuration, Automatic Algorithm Design +
+ +
+ + +
+[24] +
+
+Alnur Ali and Marina Meilă. + Experiments with Kemeny ranking: What Works When? + Mathematical Social Science, 64(1):28–40, July 2012.
+[ bib | +DOI ] +
+Computational Foundations of Social Choice +
+
+Keywords: Borda ranking, Kemeny ranking +
+ +
+ + +
+[25] +
+
+Ali Allahverdi and Harun Aydilek. + Algorithms for no-wait flowshops with total completion time subject to makespan. + International Journal of Advanced Manufacturing Technology, pp.  1–15, 2013.
+[ bib ] + +
+ + +
+[26] +
+
+Richard Allmendinger, Andrzej Jaszkiewicz, Arnaud Liefooghe, and Christiane Tammer. + What if we increase the number of objectives? Theoretical and empirical implications for many-objective combinatorial optimization. + Computers & Operations Research, 145:105857, 2022.
+[ bib | +DOI ] + +
+ + +
+[27] +
+
+Richard Allmendinger and Joshua D. Knowles. + On Handling Ephemeral Resource Constraints in Evolutionary Search. + Evolutionary Computation, 21(3):497–531, September 2013.
+[ bib | +DOI ] +
+We consider optimization problems where the set of solutions + available for evaluation at any given time t during + optimization is some subset of the feasible space. This model + is appropriate to describe many closed-loop optimization + settings (i.e. where physical processes or experiments are + used to evaluate solutions) where, due to resource + limitations, it may be impossible to evaluate particular + solutions at particular times (despite the solutions being + part of the feasible space). We call the constraints + determining which solutions are non-evaluable ephemeral + resource constraints (ERCs). In this paper, we investigate + two specific types of ERC: one encodes periodic resource + availabilities, the other models `commitment' constraints + that make the evaluable part of the space a function of + earlier evaluations conducted. In an experimental study, both + types of constraint are seen to impact the performance of an + evolutionary algorithm significantly. To deal with the + effects of the ERCs, we propose and test five different + constrainthandling policies (adapted from those used to + handle `standard' constraints), using a number of different + test functions including a fitness landscape from a real + closed-loop problem. We show that knowing information about + the type of resource constraint in advance may be sufficient + to select an effective policy for dealing with it, even when + advance knowledge of the fitness landscape is limited. +
+ +
+ + +
+[28] +
+
+Christian Almeder. + A hybrid optimization approach for multi-level capacitated lot-sizing problems. + European Journal of Operational Research, 200(2):599–606, 2010.
+[ bib | +DOI ] +
+Solving multi-level capacitated lot-sizing problems + is still a challenging task, in spite of increasing + computational power and faster algorithms. In this + paper a new approach combining an ant-based + algorithm with an exact solver for (mixed-integer) + linear programs is presented. A MAX-MIN ant system + is developed to determine the principal production + decisions, a LP/MIP solver is used to calculate + the corresponding production quantities and + inventory levels. Two different local search methods + and an improvement strategy based on reduced + mixed-integer problems are developed and integrated + into the ant algorithm. This hybrid approach + provides superior results for small and medium-sized + problems in comparison to the existing approaches in + the literature. For large-scale problems the + performance of this method is among the best +
+
+Keywords: Ant colony optimization, Manufacturing, Material + requirements planning, Mixed-integer programming +
+ +
+ + +
+[29] +
+
+S. Alupoaei and S. Katkoori. + Ant Colony System Application to Marcocell Overlap Removal. + IEEE Transactions on Very Large Scale Integration (VLSI) Systems, 12(10):1118–1122, 2004.
+[ bib ] + +
+ + +
+[30] +
+
+André R. S. Amaral. + The Corridor Allocation Problem. + Computers & Operations Research, 39(12):3325–3330, 2012.
+[ bib | +DOI ] +
+The corridor allocation problem (CAP) seeks an arrangement of + facilities along a central corridor defined by two horizontal + lines parallel to the x-axis of a Cartesian coordinate + system. The objective is to minimize the total communication + cost among facilities, while respecting two main conditions: + (i) no space is allowed between two adjacent facilities; (ii) + the left-most point of the arrangement on either line should + have zero abscissa. The conditions (i) and (ii) are required + in many applications such as the arrangement of rooms at + office buildings or hospitals. The CAP is a NP-Hard + problem. In this paper, a mixed-integer programming + formulation of the CAP is proposed, which allows us to + compute optimal layouts in reasonable time for problem + instances of moderate sizes. Moreover, heuristic procedures + are presented that can handle larger instances. +
+
+Keywords: Facility layout, Double row layout, Integer programming +
+ +
+ + +
+[31] +
+
+C. Amir, A. Badr, and I Farag. + A Fuzzy Logic Controller for Ant Algorithms. + Computing and Information Systems, 11(2):26–34, 2007.
+[ bib ] + +
+ + +
+[32] +
+
+Christophe Andrieu, Nando de Freitas, Arnaud Doucet, and Michael I. Jordan. + An Introduction to MCMC for Machine Learning. + Machine Learning, 50(1-2):5–43, 2003.
+[ bib ] + +
+ + +
+[33] +
+
+Henrik Andersson, Kjetil Fagerholt, and Kirsti Hobbesland. + Integrated maritime fleet deployment and speed optimization: Case study from RoRo shipping. + Computers & Operations Research, 55:233–240, March 2015.
+[ bib | +DOI ] + +
+ + +
+[34] +
+
+K. A. Andersen, K. Jörnsten, and M. Lind. + On bicriterion minimal spanning trees: An approximation. + Computers & Operations Research, 23(12):1171–1182, 1996.
+[ bib ] + +
+ + +
+[35] +
+
+Y. P. Aneja and K. P. K. Nair. + Bicriteria Transportation Problem. + Management Science, 25(1):73–78, 1979.
+[ bib ] + +
+ + +
+[36] +
+
+Eric Angel, Evripidis Bampis, and Laurent Gourvés. + Approximating the Pareto curve with local search for the bicriteria TSP(1,2) problem. + Theoretical Computer Science, 310(1-3):135–146, 2004.
+[ bib | +DOI ] +
+Keywords: Archiving, Local search, Multicriteria TSP, + Approximation algorithms +
+ +
+ + +
+[37] +
+
+Daniel Angus and Clinton Woodward. + Multiple Objective Ant Colony Optimisation. + Swarm Intelligence, 3(1):69–85, 2009.
+[ bib | +DOI ] + +
+ + +
+[38] +
+
+Miguel F. Anjos and Manuel V. C. Vieira. + Mathematical optimization approaches for facility layout problems: The state-of-the-art and future research directions. + European Journal of Operational Research, 261(1):1–16, 2017.
+[ bib ] + +
+ + +
+[39] +
+
+Kurt Anstreicher, Nathan Brixius, Jean-Pierre Goux, and Jeff Linderoth. + Solving large quadratic assignment problems on computational grids. + Mathematical Programming Series B, 91(3):563–588, February 2002.
+[ bib | +DOI ] +
+The quadratic assignment problem (QAP) is among the hardest + combinatorial optimization problems. Some instances of size + n = 30 have remained unsolved for decades. The solution of + these problems requires both improvements in mathematical + programming algorithms and the utilization of powerful + computational platforms. In this article we describe a novel + approach to solve QAPs using a state-of-the-art + branch-and-bound algorithm running on a federation of + geographically distributed resources known as a computational + grid. Solution of QAPs of unprecedented complexity, including + the nug30, kra30b, and tho30 instances, is reported. +
+ +
+ + +
+[40] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + Implementing the Dantzig-Fulkerson-Johnson Algorithm for Large Traveling Salesman Problems. + Mathematical Programming Series B, 97(1–2):91–153, 2003.
+[ bib | +DOI ] + +
+ + +
+[41] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + On the Solution of Traveling Salesman Problems. + Documenta Mathematica, Extra Volume ICM III:645–656, 1998.
+[ bib ] + +
+ + +
+[42] +
+
+J. S. Appleby, D. V. Blake, and E. A. Newman. + Techniques for producing school timetables on a computer and their application to other scheduling problems. + The Computer Journal, 3(4):237–245, 1961.
+[ bib | +DOI ] + +
+ + +
+[43] +
+
+David Applegate and William J. Cook. + A Computational Study of the Job-Shop Scheduling Problem. + ORSA Journal on Computing, 3(2):149–156, 1991.
+[ bib ] + +
+ + +
+[44] +
+
+David Applegate, William J. Cook, and André Rohe. + Chained Lin-Kernighan for Large Traveling Salesman Problems. + INFORMS Journal on Computing, 15(1):82–92, 2003.
+[ bib | +DOI ] + +
+ + +
+[45] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, William J. Cook, D. Espinoza, M. Goycoolea, and Keld Helsgaun. + Certification of an Optimal TSP Tour Through 85,900 Cities. + Operations Research Letters, 37(1):11–15, 2009.
+[ bib ] + +
+ + +
+[46] +
+
+Claus Aranha, Christian Leonardo Camacho-Villalón, Felipe Campelo, Marco Dorigo, Rubén Ruiz, Marc Sevaux, Kenneth Sörensen, and Thomas Stützle. + Metaphor-based Metaheuristics, a Call for Action: the Elephant in the Room. + Swarm Intelligence, 16(1):1–6, 2022.
+[ bib | +DOI ] + +
+ + +
+[47] +
+
+Claudia Archetti, Martin Savelsbergh, and M. Grazia Speranza. + The Vehicle Routing Problem with Occasional Drivers. + European Journal of Operational Research, 254(2):472–480, 2016.
+[ bib | +DOI ] + +
+ + +
+[48] +
+
+Florian Arnold, Ítalo Santana, Kenneth Sörensen, and Thibaut Vidal. + PILS: Exploring high-order neighborhoods by pattern mining and injection. + Arxiv preprint arXiv:1912.11462 [cs.AI], 2019.
+[ bib | +DOI ] + +
+ + +
+[49] +
+
+Florian Arnold and Kenneth Sörensen. + Knowledge-guided local search for the vehicle routing problem. + Computers & Operations Research, 105:32–46, 2019.
+[ bib | +DOI ] + +
+ + +
+[50] +
+
+Florian Arnold and Kenneth Sörensen. + What makes a VRP solution good? The generation of problem-specific knowledge for heuristics. + Computers & Operations Research, 106:280–288, 2019.
+[ bib | +DOI ] + +
+ + +
+[51] +
+
+Marvin A. Arostegui Jr, Sukran N. Kadipasaoglu, and Basheer M. Khumawala. + An empirical comparison of tabu search, simulated annealing, and genetic algorithms for facilities location problems. + International Journal of Production Economics, 103(2):742–754, 2006.
+[ bib ] + +
+ + +
+[52] +
+
+José Elias C. Arroyo and V. A. Armentano. + A partial enumeration heuristic for multi-objective flowshop scheduling problems. + Journal of the Operational Research Society, 55(9):1000–1007, 2004.
+[ bib ] + +
+ + +
+[53] +
+
+José Elias C. Arroyo and V. A. Armentano. + Genetic local search for multi-objective flowshop scheduling problems. + European Journal of Operational Research, 167(3):717–738, 2005.
+[ bib ] +
+Keywords: Multicriteria Scheduling +
+ +
+ + +
+[54] +
+
+José Elias C. Arroyo and Joseph Y.-T. Leung. + An Effective Iterated Greedy Algorithm for Scheduling Unrelated Parallel Batch Machines with Non-identical Capacities and Unequal Ready Times. + Computers and Industrial Engineering, 105:84–100, 2017.
+[ bib ] + +
+ + +
+[55] +
+
+Etor Arza, Josu Ceberio, Ekhine Irurozki, and Aritz Pérez. + Comparing Two Samples Through Stochastic Dominance: A Graphical Approach. + Journal of Computational and Graphical Statistics, pp.  1–38, June 2022.
+[ bib | +DOI ] + +
+ + +
+[56] +
+
+N. Ascheuer, Matteo Fischetti, and M. Grötschel. + Solving asymmetric travelling salesman problem with time windows by branch-and-cut. + Mathematical Programming, 90:475–506, 2001.
+[ bib ] + +
+ + +
+[57] +
+
+John-Alexander M. Assael, Ziyu Wang, and Nando de Freitas. + Heteroscedastic Treed Bayesian Optimisation. + Arxiv preprint arXiv:1410.7172, 2014.
+[ bib | +DOI ] +
+Keywords: Treed-GP +
+ +
+ + +
+[58] +
+
+Alper Atamtürk. + On the facets of the mixed–integer knapsack polyhedron. + Mathematical Programming, 98(1):145–175, 2003.
+[ bib | +DOI ] + +
+ + +
+[59] +
+
+Charles Audet, Cong-Kien Dang, and Dominique Orban. + Optimization of Algorithms with OPAL. + Mathematical Programming Computation, 6(3):233–254, 2014.
+[ bib ] + +
+ + +
+[60] +
+
+P. Audze and Vilnis Eglãjs. + New approach to the design of multifactor experiments. + Problems of Dynamics and Strengths, 35:104–107, 1977. + (in Russian).
+[ bib ] + +
+ + +
+[61] +
+
+Charles Audet and Dominique Orban. + Finding Optimal Algorithmic Parameters Using Derivative-Free Optimization. + SIAM Journal on Optimization, 17(3):642–664, 2006.
+[ bib | +DOI ] +
+Keywords: mesh adaptive direct search; pattern search +
+ +
+ + +
+[62] +
+
+Peter Auer. + Using Confidence Bounds for Exploitation-Exploration Trade-offs. + Journal of Machine Learning Research, 3:397–422, November 2002.
+[ bib ] +
+We show how a standard tool from statistics — namely + confidence bounds — can be used to elegantly deal with + situations which exhibit an exploitation-exploration + trade-off. Our technique for designing and analyzing + algorithms for such situations is general and can be applied + when an algorithm has to make exploitation-versus-exploration + decisions based on uncertain information provided by a random + process. We apply our technique to two models with such an + exploitation-exploration trade-off. For the adversarial + bandit problem with shifting our new algorithm suffers only + O((ST)1/2) regret with high probability over T trials + with S shifts. Such a regret bound was previously known + only in expectation. The second model we consider is + associative reinforcement learning with linear value + functions. For this model our technique improves the regret + from O(T3/4) to O(T1/2). +
+ +
+ + +
+[63] +
+
+Peter Auer, Nicolo Cesa-Bianchi, and Paul Fischer. + Finite-time analysis of the multiarmed bandit problem. + Machine Learning, 47(2-3):235–256, 2002.
+[ bib ] + +
+ + +
+[64] +
+
+Anne Auger, Johannes Bader, Dimo Brockhoff, and Eckart Zitzler. + Hypervolume-based multiobjective optimization: Theoretical foundations and practical implications. + Theoretical Computer Science, 425:75–103, 2012.
+[ bib | +DOI ] + +
+ + +
+[65] +
+
+Mustafa Avci and Seyda Topaloglu. + A Multi-start Iterated Local Search Algorithm for the Generalized Quadratic Multiple Knapsack Problem. + Computers & Operations Research, 83:54–65, 2017.
+[ bib ] + +
+ + +
+[66] +
+
+Andreea Avramescu, Richard Allmendinger, and Manuel López-Ibáñez. + Managing Manufacturing and Delivery of Personalised Medicine: Current and Future Models. + Arxiv preprint arXiv:2105.12699 [econ.GN], 2021.
+[ bib | +http ] + +
+ + +
+[67] +
+
+Doǧan Aydın, Gürcan Yavuz, and Thomas Stützle. + ABC-X: A Generalized, Automatically Configurable Artificial Bee Colony Framework. + Swarm Intelligence, 11(1):1–38, 2017.
+[ bib ] + +
+ + +
+[68] +
+
+Mayowa Ayodele, Richard Allmendinger, Manuel López-Ibáñez, and Matthieu Parizy. + A Study of Scalarisation Techniques for Multi-Objective QUBO Solving. + Arxiv preprint arXiv:2210.11321, 2022.
+[ bib | +DOI ] + +
+ + +
+[69] +
+
+Mahdi Aziz and Mohammad-H. Tayarani-N. + An adaptive memetic Particle Swarm Optimization algorithm for finding large-scale Latin hypercube designs. + Engineering Applications of Artificial Intelligence, 36:222–237, 2014.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[70] +
+
+François Bachoc, Céline Helbert, and Victor Picheny. + Gaussian process optimization with failures: Classification and convergence proof. + Journal of Global Optimization, 2020.
+[ bib | +DOI | +epub ] +
+We consider the optimization of a computer model where each + simulation either fails or returns a valid output + performance. We first propose a new joint Gaussian process + model for classification of the inputs (computation failure + or success) and for regression of the performance + function. We provide results that allow for a computationally + efficient maximum likelihood estimation of the covariance + parameters, with a stochastic approximation of the likelihood + gradient. We then extend the classical improvement criterion + to our setting of joint classification and regression. We + provide an efficient computation procedure for the extended + criterion and its gradient. We prove the almost sure + convergence of the global optimization algorithm following + from this extended criterion. We also study the practical + performances of this algorithm, both on simulated data and on + a real computer model in the context of automotive fan + design. +
+
+Keywords: crashed simulation; latent gaussian process; automotive fan + design; industrial application; GP classification; Expected + Feasible Improvement with Gaussian Process Classification + with signs; EFI GPC sign +
+ +
+ + +
+[71] +
+
+Johannes Bader and Eckart Zitzler. + HypE: An Algorithm for Fast Hypervolume-Based Many-Objective Optimization. + Evolutionary Computation, 19(1):45–76, 2011.
+[ bib | +DOI ] + +
+ + +
+[72] +
+
+Hossein Baharmand, Tina Comes, and Matthieu Lauras. + Bi-objective multi-layer location– allocation model for the immediate aftermath of sudden-onset disasters. + Transportation Research Part E: Logistics and Transportation Review, 127:86–110, 2019.
+[ bib | +DOI ] +
+Locating distribution centers is critical for humanitarians + in the immediate aftermath of a sudden-onset disaster. A + major challenge lies in balancing the complexity and + uncertainty of the problem with time and resource + constraints. To address this problem, we propose a + location-allocation model that divides the topography of + affected areas into multiple layers; considers constrained + number and capacity of facilities and fleets; and allows + decision-makers to explore trade-offs between response time + and logistics costs. To illustrate our theoretical work, we + apply the model to a real dataset from the 2015 Nepal + earthquake response. For this case, our method results in a + considerable reduction of logistics costs. +
+ +
+ + +
+[73] +
+
+Monya Baker. + Is there a reproducibility crisis? + Nature, 533:452–454, 2016.
+[ bib ] + +
+ + +
+[74] +
+
+Edward K. Baker. + An Exact Algorithm for the Time-Constrained Traveling Salesman Problem. + Operations Research, 31(5):938–945, 1983.
+[ bib | +DOI ] + +
+ + +
+[75] +
+
+Burcu Balcik and Benita M. Beamon. + Facility location in humanitarian relief. + International Journal of Logistics, 11(2):101–121, 2008.
+[ bib ] + +
+ + +
+[76] +
+
+Prasanna Balaprakash, Mauro Birattari, Thomas Stützle, and Marco Dorigo. + Adaptive Sampling Size and Importance Sampling in Estimation-based Local Search for the Probabilistic Traveling Salesman Problem. + European Journal of Operational Research, 199(1):98–110, 2009.
+[ bib ] + +
+ + +
+[77] +
+
+Prasanna Balaprakash, Mauro Birattari, Thomas Stützle, and Marco Dorigo. + Estimation-based Metaheuristics for the Probabilistic Travelling Salesman Problem. + Computers & Operations Research, 37(11):1939–1951, 2010.
+[ bib | +DOI ] + +
+ + +
+[78] +
+
+Prasanna Balaprakash, Mauro Birattari, Thomas Stützle, and Marco Dorigo. + Estimation-based Metaheuristics for the Single Vehicle Routing Problem with Stochastic Demands and Customers. + Computational Optimization and Applications, 61(2):463–487, 2015.
+[ bib | +DOI ] + +
+ + +
+[79] +
+
+Prasanna Balaprakash, Mauro Birattari, Thomas Stützle, Zhi Yuan, and Marco Dorigo. + Estimation-based Ant Colony Optimization Algorithms for the Probabilistic Travelling Salesman Problem. + Swarm Intelligence, 3(3):223–242, 2009.
+[ bib ] + +
+ + +
+[80] +
+
+Egon Balas and M. C. Carrera. + A Dynamic Subgradient-based Branch and Bound Procedure for Set Covering. + Operations Research, 44(6):875–890, 1996.
+[ bib ] + +
+ + +
+[81] +
+
+Egon Balas and C. Martin. + Pivot and Complement–A Heuristic for 0–1 Programming. + Management Science, 26(1):86–96, 1980.
+[ bib ] + +
+ + +
+[82] +
+
+Egon Balas and M. W. Padberg. + Set Partitioning: A Survey. + SIAM Review, 18:710–760, 1976.
+[ bib ] + +
+ + +
+[83] +
+
+Egon Balas and Neil Simonetti. + Linear Time Dynamic-Programming Algorithms for New Classes of Restricted TSPs: A Computational Study. + INFORMS Journal on Computing, 13(1):56–75, 2001.
+[ bib | +DOI ] +
+Consider the following restricted (symmetric or + asymmetric) traveling-salesman problem (TSP): + given an initial ordering of the n cities and an + integer k > 0, find a minimum-cost + feasible tour, where a feasible tour is one in which + city i precedes city j whenever j >= i + k in the + initial ordering. Balas (1996) has proposed a + dynamic-programming algorithm that solves this + problem in time linear in n, though exponential in + k. Some important real-world problems are amenable + to this model or some of its close relatives. The + algorithm of Balas (1996) constructs a layered + network with a layer of nodes for each position in + the tour, such that source-sink paths in this + network are in one-to-one correspondence with tours + that satisfy the postulated precedence + constraints. In this paper we discuss an + implementation of the dynamic-programming algorithm + for the general case when the integer k is replaced + with city-specific integers k(j), j = 1, . . ., + n. We discuss applications to, and computational + experience with, TSPs with time windows, a model + frequently used in vehicle routing as well as in + scheduling with setup, release and delivery + times. We also introduce a new model, the TSP with + target times, applicable to Just-in-Time + scheduling problems. Finally for TSPs that have no + precedence restrictions, we use the algorithm as a + heuristic that finds in linear time a local optimum + over an exponential-size neighborhood. For this + case, we implement an iterated version of our + procedure, based on contracting some arcs of the + tour produced by a first application of the + algorithm, then reapplying the algorithm to the + shrunken graph with the same k. +
+
+Keywords: tsptw +
+ +
+ + +
+[84] +
+
+Egon Balas and A. Vazacopoulos. + Guided Local Search with Shifting Bottleneck for Job Shop Scheduling. + Management Science, 44(2):262–275, 1998.
+[ bib ] + +
+ + +
+[85] +
+
+Steven C. Bankes. + Tools and techniques for developing policies for complex and uncertain systems. + Proceedings of the National Academy of Sciences, 99(suppl 3):7263–7266, 2002.
+[ bib | +DOI ] +
+Agent-based models (ABM) are examples of complex adaptive + systems, which can be characterized as those systems for + which no model less complex than the system itself can + accurately predict in detail how the system will behave at + future times. Consequently, the standard tools of policy + analysis, based as they are on devising policies that perform + well on some best estimate model of the system, cannot be + reliably used for ABM. This paper argues that policy analysis + by using ABM requires an alternative approach to decision + theory. The general characteristics of such an approach are + described, and examples are provided of its application to + policy analysis.ABM, agent-based model +
+ +
+ + +
+[86] +
+
+Eduardo Batista de Moraes Barbosa, Edson Luiz Francça Senne, and Messias Borges Silva. + Improving the Performance of Metaheuristics: An Approach Combining Response Surface Methodology and Racing Algorithms. + International Journal of Engineering Mathematics, 2015:Article ID 167031, 2015.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[87] +
+
+Alejandro Barredo Arrieta, Natalia Díaz-Rodríguez, Javier Del Ser, Adrien Bennetot, Siham Tabik, Alberto Barbado, Salvador Garcia, Sergio Gil-Lopez, Daniel Molina, Richard Benjamins, Raja Chatila, and Francisco Herrera. + Explainable Artificial Intelligence (XAI): Concepts, taxonomies, opportunities and challenges toward responsible AI. + Information Fusion, 58:82–115, June 2020.
+[ bib | +DOI ] + +
+ + +
+[88] +
+
+Thomas Bartz-Beielstein, Carola Doerr, Daan van den Berg, Jakob Bossek, Sowmya Chandrasekaran, Tome Eftimov, Andreas Fischbach, Pascal Kerschke, William La Cava, Manuel López-Ibáñez, Katherine M. Malan, Jason H. Moore, Boris Naujoks, Patryk Orzechowski, Vanessa Volz, Markus Wagner, and Thomas Weise. + Benchmarking in Optimization: Best Practice and Open Issues. + Arxiv preprint arXiv:2007.03488 [cs.NE], 2020.
+[ bib | +http ] + +
+ + +
+[89] +
+
+Richard S. Barr, Bruce L. Golden, James P. Kelly, Mauricio G. C. Resende, and Jr. William R. Stewart. + Designing and Reporting on Computational Experiments with Heuristic Methods. + Journal of Heuristics, 1(1):9–32, 1995.
+[ bib | +DOI ] + +
+ + +
+[90] +
+
+Cynthia Barnhart, Ellis L. Johnson, George L. Nemhauser, Martin W. P. Savelsbergh, and Pamela H. Vance. + Branch-and-price: Column generation for solving huge integer programs. + Operations Research, 46(3):316–329, 1998.
+[ bib ] + +
+ + +
+[91] +
+
+Erin Bartholomew and Jan H. Kwakkel. + On considering robustness in the search phase of Robust Decision Making: A comparison of Many-Objective Robust Decision Making, multi-scenario Many-Objective Robust Decision Making, and Many Objective Robust Optimization. + Environmental Modelling & Software, 127:104699, 2020.
+[ bib | +DOI ] + +
+ + +
+[92] +
+
+Elias Bareinboim and Judea Pearl. + Causal inference and the data-fusion problem. + Proceedings of the National Academy of Sciences, 113(27):7345–7352, 2016.
+[ bib | +DOI ] + +
+ + +
+[93] +
+
+Thomas Bartz-Beielstein and Martin Zaefferer. + Model-based methods for continuous and discrete global optimization. + Applied Soft Computing, 55:154–167, June 2017.
+[ bib | +DOI ] + +
+ + +
+[94] +
+
+Atanu Basu and L. Neil Frazer. + Rapid Determination of the Critical Temperature in Simulated Annealing Inversion. + Science, 249(4975):1409–1412, 1990.
+[ bib ] + +
+ + +
+[95] +
+
+Roberto Battiti and Andrea Passerini. + Brain-Computer Evolutionary Multiobjective Optimization: A Genetic Algorithm Adapting to the Decision Maker. + IEEE Transactions on Evolutionary Computation, 14(5):671–687, 2010.
+[ bib | +DOI ] +
+Errata: DTLZ6 and DTLZ7 in the paper are actually DTLZ7 and + DTLZ8 in [1753] +
+
+Keywords: BC-EMOA +
+ +
+ + +
+[96] +
+
+Roberto Battiti and M. Protasi. + Reactive Search, A History-Based Heuristic for MAX-SAT. + ACM Journal of Experimental Algorithmics, 2, 1997.
+[ bib ] + +
+ + +
+[97] +
+
+Michele Battistutta, Andrea Schaerf, and Tommaso Urli. + Feature-based Tuning of Single-stage Simulated Annealing for Examination Timetabling. + Annals of Operations Research, 252(2):239–254, 2017.
+[ bib ] + +
+ + +
+[98] +
+
+Roberto Battiti and Giampietro Tecchiolli. + Simulated annealing and Tabu search in the long run: A comparison on QAP tasks. + Computer and Mathematics with Applications, 28(6):1–8, 1994.
+[ bib | +DOI ] + +
+ + +
+[99] +
+
+Roberto Battiti and Giampietro Tecchiolli. + The Reactive Tabu Search. + ORSA Journal on Computing, 6(2):126–140, 1994.
+[ bib ] + +
+ + +
+[100] +
+
+Roberto Battiti and Giampietro Tecchiolli. + The continuous reactive tabu search: blending combinatorial optimization and stochastic search for global optimization. + Annals of Operations Research, 63(2):151–188, 1996.
+[ bib | +DOI ] + +
+ + +
+[101] +
+
+J. Bautista and J. Pereira. + Ant algorithms for a time and space constrained assembly line balancing problem. + European Journal of Operational Research, 177(3):2016–2032, 2007.
+[ bib | +DOI ] + +
+ + +
+[102] +
+
+William J. Baumol. + Management models and industrial applications of linear programming. + Naval Research Logistics Quarterly, 9(1):63–64, 1962.
+[ bib | +DOI ] + +
+ + +
+[103] +
+
+John Baxter. + Local Optima Avoidance in Depot Location. + Journal of the Operational Research Society, 32(9):815–819, 1981.
+[ bib ] + +
+ + +
+[104] +
+
+John E. Beasley and P. C. Chu. + A Genetic Algorithm for the Set Covering Problem. + European Journal of Operational Research, 94(2):392–404, 1996.
+[ bib ] + +
+ + +
+[105] +
+
+John E. Beasley and P. C. Chu. + A Genetic Algorithm for the Multidimensional Knapsack Problem. + Journal of Heuristics, 4(1):63–86, 1998.
+[ bib ] + +
+ + +
+[106] +
+
+Jennifer Bealt, Duncan Shaw, Chris M. Smith, and Manuel López-Ibáñez. + Peer Reviews for Making Cities Resilient: A Systematic Literature Review. + International Journal of Emergency Management, 15(4):334–359, 2019.
+[ bib | +DOI ] +
+Peer reviews are a unique governance tool that use expertise + from one city or country to assess and strengthen the + capabilities of another. Peer review tools are gaining + momentum in disaster management and remain an important but + understudied topic in risk governance. Methodologies to + conduct a peer review are still in their infancy. To enhance + these, a systematic literature review (SLR) of academic and + non-academic literature was conducted on city resilience peer + reviews. Thirty-three attributes of resilience are + identified, which provides useful insights into how research + and practice can inform risk governance, and utilise peer + reviews, to drive meaningful change. Moreover, it situates + the challenges associated with resilience building tools + within risk governance to support the development of + interdisciplinary perspectives for integrated city resilience + frameworks. Results of this research have been used to + develop a peer review methodology and an international + standard on conducting peer reviews for disaster risk + reduction. +
+
+Keywords: city resilience, city peer review, disaster risk governance +
+ +
+ + +
+[107] +
+
+John E. Beasley. + OR-Library: distributing test problems by electronic mail. + Journal of the Operational Research Society, pp.  1069–1072, 1990. + Currently available from http://people.brunel.ac.uk/~mastjjb/jeb/info.html.
+[ bib ] + +
+ + +
+[108] +
+
+J. Behnamian and S. M. T. Fatemi Ghomi. + Hybrid Flowshop Scheduling with Machine and Resource-dependent Processing Times. + Applied Mathematical Modelling, 35(3):1107–1123, 2011.
+[ bib ] + +
+ + +
+[109] +
+
+Richard Bellman. + The theory of dynamic programming. + Bulletin of the American Mathematical Society, 60:503–515, 1954.
+[ bib ] + +
+ + +
+[110] +
+
+Ruggero Bellio, Sara Ceschia, Luca Di Gaspero, Andrea Schaerf, and Tommaso Urli. + Feature-based tuning of simulated annealing applied to the curriculum-based course timetabling problem. + Computers & Operations Research, 65:83–92, 2016.
+[ bib ] + +
+ + +
+[111] +
+
+Jon Louis Bentley. + Fast Algorithms for Geometric Traveling Salesman Problems. + ORSA Journal on Computing, 4(4):387–411, 1992.
+[ bib ] + +
+ + +
+[112] +
+
+Una Benlic and Jin-Kao Hao. + Breakout Local Search for the Quadratic Assignment Problem. + Applied Mathematics and Computation, 219(9):4800–4815, 2013.
+[ bib ] + +
+ + +
+[113] +
+
+Calem J. Bendell, Shalon Liu, Tristan Aumentado-Armstrong, Bogdan Istrate, Paul T. Cernek, Samuel Khan, Sergiu Picioreanu, Michael Zhao, and Robert A. Murgita. + Transient protein-protein interface prediction: datasets, features, algorithms, and the RAD-T predictor. + BMC Bioinformatics, 15:82, 2014.
+[ bib ] + +
+ + +
+[114] +
+
+Yoshua Bengio, Andrea Lodi, and Antoine Prouvost. + Machine learning for combinatorial optimization: A methodological tour d'horizon. + European Journal of Operational Research, 290(2):405–421, 2021.
+[ bib | +DOI ] +
+This paper surveys the recent attempts, both from the machine + learning and operations research communities, at leveraging + machine learning to solve combinatorial optimization + problems. Given the hard nature of these problems, + state-of-the-art algorithms rely on handcrafted heuristics + for making decisions that are otherwise too expensive to + compute or mathematically not well defined. Thus, machine + learning looks like a natural candidate to make such + decisions in a more principled and optimized way. We advocate + for pushing further the integration of machine learning and + combinatorial optimization and detail a methodology to do + so. A main point of the paper is seeing generic optimization + problems as data points and inquiring what is the relevant + distribution of problems to use for learning on a given + task. +
+
+Keywords: Combinatorial optimization, Machine learning, Branch and + bound, Mixed-integer programming solvers +
+ +
+ + +
+[115] +
+
+Alexander Javier Benavides and Marcus Ritt. + Two Simple and Effective Heuristics for Minimizing the Makespan in Non-permutation Flow Shops. + Computers & Operations Research, 66:160–169, 2016.
+[ bib | +DOI ] + +
+ + +
+[116] +
+
+J. F. Benders. + Partitioning Procedures for Solving Mixed-variables Programming Problems. + Numerische Mathematik, 4(3):238–252, 1962.
+[ bib ] + +
+ + +
+[117] +
+
+Jon Louis Bentley. + Multidimensional Divide-and-conquer. + Communications of the ACM, 23(4):214–229, 1980.
+[ bib | +DOI ] +
+Most results in the field of algorithm design are single + algorithms that solve single problems. In this paper we + discuss multidimensional divide-and-conquer, an algorithmic + paradigm that can be instantiated in many different ways to + yield a number of algorithms and data structures for + multidimensional problems. We use this paradigm to give + best-known solutions to such problems as the ECDF, maxima, + range searching, closest pair, and all nearest neighbor + problems. The contributions of the paper are on two + levels. On the first level are the particular algorithms and + data structures given by applying the paradigm. On the + second level is the more novel contribution of this paper: a + detailed study of an algorithmic paradigm that is specific + enough to be described precisely yet general enough to solve + a wide variety of problems. +
+ +
+ + +
+[118] +
+
+James S. Bergstra and Yoshua Bengio. + Random Search for Hyper-Parameter Optimization. + Journal of Machine Learning Research, 13:281–305, 2012.
+[ bib | +epub ] +
+Grid search and manual search are the most widely + used strategies for hyper-parameter + optimization. This paper shows empirically and + theoretically that randomly chosen trials are more + efficient for hyper-parameter optimization than + trials on a grid. Empirical evidence comes from a + comparison with a large previous study that used + grid search and manual search to configure neural + networks and deep belief networks. Compared with + neural networks configured by a pure grid search, we + find that random search over the same domain is able + to find models that are as good or better within a + small fraction of the computation time. Granting + random search the same computational budget, random + search finds better models by effectively searching + a larger, less promising configuration + space. Compared with deep belief networks configured + by a thoughtful combination of manual search and + grid search, purely random search over the same + 32-dimensional configuration space found + statistically equal performance on four of seven + data sets, and superior performance on one of + seven. A Gaussian process analysis of the function + from hyper-parameters to validation set performance + reveals that for most data sets only a few of the + hyper-parameters really matter, but that different + hyper-parameters are important on different data + sets. This phenomenon makes grid search a poor + choice for configuring algorithms for new data + sets. Our analysis casts some light on why recent + "High Throughput" methods achieve surprising + success: they appear to search through a large number + of hyper-parameters because most hyper-parameters do + not matter much. We anticipate that growing interest + in large hierarchical models will place an + increasing burden on techniques for hyper-parameter + optimization; this work shows that random search is + a natural baseline against which to judge progress + in the development of adaptive (sequential) + hyper-parameter optimization algorithms. +
+ +
+ + +
+[119] +
+
+Loïc Berger, Johannes Emmerling, and Massimo Tavoni. + Managing catastrophic climate risks under model uncertainty aversion. + Management Science, 63(3):749–765, 2017.
+[ bib ] + +
+ + +
+[120] +
+
+Livio Bertacco, Matteo Fischetti, and Andrea Lodi. + A feasibility pump heuristic for general mixed-integer problems. + Discrete Optimization, 4(1):63–76, 2007.
+[ bib ] + +
+ + +
+[121] +
+
+Dimitris Bertsimas and Nathan Kallus. + From predictive to prescriptive analytics. + Management Science, 66(3):1025–1044, 2020.
+[ bib ] + +
+ + +
+[122] +
+
+Felix Berkenkamp, Andreas Krause, and Angela P. Schoellig. + Bayesian Optimization with Safety Constraints: Safe and Automatic Parameter Tuning in Robotics. + Arxiv preprint arXiv:1602.04450, 2016.
+[ bib | +http ] +
+Keywords: Safe Optimization, SafeOpt +
+ +
+ + +
+[123] +
+
+Felix Berkenkamp, Andreas Krause, and Angela P. Schoellig. + Bayesian optimization with safety constraints: safe and automatic parameter tuning in robotics. + Machine Learning, June 2021.
+[ bib | +DOI ] +
+Selecting the right tuning parameters for algorithms is a + pravelent problem in machine learning that can significantly + affect the performance of algorithms. Data-efficient + optimization algorithms, such as Bayesian optimization, have + been used to automate this process. During experiments on + real-world systems such as robotic platforms these methods + can evaluate unsafe parameters that lead to safety-critical + system failures and can destroy the system. Recently, a safe + Bayesian optimization algorithm, called SafeOpt, has been + developed, which guarantees that the performance of the + system never falls below a critical value; that is, safety is + defined based on the performance function. However, coupling + performance and safety is often not desirable in practice, + since they are often opposing objectives. In this paper, we + present a generalized algorithm that allows for multiple + safety constraints separate from the objective. Given an + initial set of safe parameters, the algorithm maximizes + performance but only evaluates parameters that satisfy safety + for all constraints with high probability. To this end, it + carefully explores the parameter space by exploiting + regularity assumptions in terms of a Gaussian process + prior. Moreover, we show how context variables can be used to + safely transfer knowledge to new situations and tasks. We + provide a theoretical analysis and demonstrate that the + proposed algorithm enables fast, automatic, and safe + optimization of tuning parameters in experiments on a + quadrotor vehicle. +
+
+Preprint: http://arxiv.org/abs/1602.04450 +
+ +
+ + +
+[124] +
+
+Dimitri P. Bertsekas, John N. Tsitsiklis, and Cynara Wu. + Rollout Algorithms for Combinatorial Optimization. + Journal of Heuristics, 3(3):245–262, 1997.
+[ bib ] + +
+ + +
+[125] +
+
+Judith O. Berkey and Pearl Y. Wang. + Two-dimensional finite bin-packing algorithms. + Journal of the Operational Research Society, 38(5):423–429, 1987.
+[ bib | +DOI ] + +
+ + +
+[126] +
+
+Nicola Beume, Carlos M. Fonseca, Manuel López-Ibáñez, Luís Paquete, and Jan Vahrenhold. + On the complexity of computing the hypervolume indicator. + IEEE Transactions on Evolutionary Computation, 13(5):1075–1082, 2009.
+[ bib | +DOI ] +
+The goal of multi-objective optimization is to find + a set of best compromise solutions for typically + conflicting objectives. Due to the complex nature of + most real-life problems, only an approximation to + such an optimal set can be obtained within + reasonable (computing) time. To compare such + approximations, and thereby the performance of + multi-objective optimizers providing them, unary + quality measures are usually applied. Among these, + the hypervolume indicator (or + S-metric) is of particular relevance due to + its favorable properties. Moreover, this indicator + has been successfully integrated into stochastic + optimizers, such as evolutionary algorithms, where + it serves as a guidance criterion for finding good + approximations to the Pareto front. Recent results + show that computing the hypervolume indicator can be + seen as solving a specialized version of Klee's + Measure Problem. In general, Klee's Measure Problem + can be solved with O(n log n + + nd/2log n) comparisons for an input instance of + size n in d dimensions; as of this writing, it + is unknown whether a lower bound higher than + Ω(n log n) can be proven. In this article, + we derive a lower bound of Ω(nlog n) for the + complexity of computing the hypervolume indicator in + any number of dimensions d>1 by reducing the + so-called UniformGap problem to it. For + the three dimensional case, we also present a + matching upper bound of O(nlog n) + comparisons that is obtained by extending an + algorithm for finding the maxima of a point set. +
+ +
+ + +
+[127] +
+
+Nicola Beume, Boris Naujoks, and Michael T. M. Emmerich. + SMS-EMOA: Multiobjective selection based on dominated hypervolume. + European Journal of Operational Research, 181(3):1653–1669, 2007.
+[ bib | +DOI ] + +
+ + +
+[128] +
+
+Hans-Georg Beyer and Hans-Paul Schwefel. + Evolution Strategies: A Comprehensive Introduction. + Natural Computing, 1:3–52, 2002.
+[ bib ] + +
+ + +
+[129] +
+
+Hans-Georg Beyer, Hans-Paul Schwefel, and Ingo Wegener. + How to analyse evolutionary algorithms. + Theoretical Computer Science, 287(1):101–130, 2002.
+[ bib ] + +
+ + +
+[130] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Component-Wise Design of Multi-Objective Evolutionary Algorithms. + IEEE Transactions on Evolutionary Computation, 20(3):403–417, 2016.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[131] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + A Large-Scale Experimental Evaluation of High-Performing Multi- and Many-Objective Evolutionary Algorithms. + Evolutionary Computation, 26(4):621–656, 2018.
+[ bib | +DOI | +supplementary material ] +
+Research on multi-objective evolutionary algorithms (MOEAs) + has produced over the past decades a large number of + algorithms and a rich literature on performance assessment + tools to evaluate and compare them. Yet, newly proposed MOEAs + are typically compared against very few, often a decade older + MOEAs. One reason for this apparent contradiction is the lack + of a common baseline for comparison, with each subsequent + study often devising its own experimental scenario, slightly + different from other studies. As a result, the state of the + art in MOEAs is a disputed topic. This article reports a + systematic, comprehensive evaluation of a large number of + MOEAs that covers a wide range of experimental scenarios. A + novelty of this study is the separation between the + higher-level algorithmic components related to + multi-objective optimization (MO), which characterize each + particular MOEA, and the underlying parameters-such as + evolutionary operators, population size, etc.-whose + configuration may be tuned for each scenario. Instead of + relying on a common or "default" parameter configuration that + may be low-performing for particular MOEAs or scenarios and + unintentionally biased, we tune the parameters of each MOEA + for each scenario using automatic algorithm configuration + methods. Our results confirm some of the assumed knowledge in + the field, while at the same time they provide new insights + on the relative performance of MOEAs for many-objective + problems. For example, under certain conditions, + indicator-based MOEAs are more competitive for such problems + than previously assumed. We also analyze problem-specific + features affecting performance, the agreement between + performance metrics, and the improvement of tuned + configurations over the default configurations used in the + literature. Finally, the data produced is made publicly + available to motivate further analysis and a baseline for + future comparisons. +
+ +
+ + +
+[132] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatically Designing State-of-the-Art Multi- and Many-Objective Evolutionary Algorithms. + Evolutionary Computation, 28(2):195–226, 2020.
+[ bib | +DOI | +supplementary material ] +
+A recent comparison of well-established multiobjective + evolutionary algorithms (MOEAs) has helped better identify + the current state-of-the-art by considering (i) parameter + tuning through automatic configuration, (ii) a wide range of + different setups, and (iii) various performance + metrics. Here, we automatically devise MOEAs with verified + state-of-the-art performance for multi- and many-objective + continuous optimization. Our work is based on two main + considerations. The first is that high-performing algorithms + can be obtained from a configurable algorithmic framework in + an automated way. The second is that multiple performance + metrics may be required to guide this automatic design + process. In the first part of this work, we extend our + previously proposed algorithmic framework, increasing the + number of MOEAs, underlying evolutionary algorithms, and + search paradigms that it comprises. These components can be + combined following a general MOEA template, and an automatic + configuration method is used to instantiate high-performing + MOEA designs that optimize a given performance metric and + present state-of-the-art performance. In the second part, we + propose a multiobjective formulation for the automatic MOEA + design, which proves critical for the context of + many-objective optimization due to the disagreement of + established performance metrics. Our proposed formulation + leads to an automatically designed MOEA that presents + state-of-the-art performance according to a set of metrics, + rather than a single one. +
+ +
+ + +
+[133] +
+
+Leonora Bianchi, Mauro Birattari, M. Manfrin, M. Mastrolilli, Luís Paquete, O. Rossi-Doria, and Tommaso Schiavinotto. + Hybrid Metaheuristics for the Vehicle Routing Problem with Stochastic Demands. + Journal of Mathematical Modelling and Algorithms, 5(1):91–110, 2006.
+[ bib ] + +
+ + +
+[134] +
+
+Leonora Bianchi, Marco Dorigo, L. M. Gambardella, and Walter J. Gutjahr. + A survey on metaheuristics for stochastic combinatorial optimization. + Natural Computing, 8(2):239–287, 2009.
+[ bib ] + +
+ + +
+[135] +
+
+M. Binois, D. Ginsbourger, and O. Roustant. + Quantifying uncertainty on Pareto fronts with Gaussian process conditional simulations. + European Journal of Operational Research, 243(2):386–394, 2015.
+[ bib | +DOI ] +
+Multi-objective optimization algorithms aim at finding + Pareto-optimal solutions. Recovering Pareto fronts or Pareto + sets from a limited number of function evaluations are + challenging problems. A popular approach in the case of + expensive-to-evaluate functions is to appeal to + metamodels. Kriging has been shown efficient as a base for + sequential multi-objective optimization, notably through + infill sampling criteria balancing exploitation and + exploration such as the Expected Hypervolume + Improvement. Here we consider Kriging metamodels not only for + selecting new points, but as a tool for estimating the whole + Pareto front and quantifying how much uncertainty remains on + it at any stage of Kriging-based multi-objective optimization + algorithms. Our approach relies on the Gaussian process + interpretation of Kriging, and bases upon conditional + simulations. Using concepts from random set theory, we + propose to adapt the Vorob'ev expectation and deviation to + capture the variability of the set of non-dominated + points. Numerical experiments illustrate the potential of the + proposed workflow, and it is shown on examples how Gaussian + process simulations and the estimated Vorob'ev deviation can + be used to monitor the ability of Kriging-based + multi-objective optimization algorithms to accurately learn + the Pareto front. +
+
+Keywords: Attainment function, Expected Hypervolume Improvement, + Kriging, Multi-objective optimization, Vorob'ev expectation +
+ +
+ + +
+[136] +
+
+Mauro Birattari, Prasanna Balaprakash, Thomas Stützle, and Marco Dorigo. + Estimation Based Local Search for Stochastic Combinatorial Optimization. + INFORMS Journal on Computing, 20(4):644–658, 2008.
+[ bib ] + +
+ + +
+[137] +
+
+Mauro Birattari, Paola Pellegrini, and Marco Dorigo. + On the invariance of ant colony optimization. + IEEE Transactions on Evolutionary Computation, 11(6):732–742, 2007.
+[ bib | +DOI ] + +
+ + +
+[138] +
+
+Mauro Birattari, M. Zlochin, and Marco Dorigo. + Towards a theory of practice in metaheuristics design: A machine learning perspective. + Theoretical Informatics and Applications, 40(2):353–369, 2006.
+[ bib ] + +
+ + +
+[139] +
+
+Francesco Biscani, Dario Izzo, and Chit Hong Yam. + A Global Optimisation Toolbox for Massively Parallel Engineering Optimisation. + Arxiv preprint arXiv:1004.3824, 2010.
+[ bib | +http ] +
+A software platform for global optimisation, called PaGMO, + has been developed within the Advanced Concepts Team (ACT) at + the European Space Agency, and was recently released as an + open-source project. PaGMO is built to tackle + high-dimensional global optimisation problems, and it has + been successfully used to find solutions to real-life + engineering problems among which the preliminary design of + interplanetary spacecraft trajectories - both chemical + (including multiple flybys and deep-space maneuvers) and + low-thrust (limited, at the moment, to single phase + trajectories), the inverse design of nano-structured + radiators and the design of non-reactive controllers for + planetary rovers. Featuring an arsenal of global and local + optimisation algorithms (including genetic algorithms, + differential evolution, simulated annealing, particle swarm + optimisation, compass search, improved harmony search, and + various interfaces to libraries for local optimisation such + as SNOPT, IPOPT, GSL and NLopt), PaGMO is at its core a C++ + library which employs an object-oriented architecture + providing a clean and easily-extensible optimisation + framework. Adoption of multi-threaded programming ensures the + efficient exploitation of modern multi-core architectures and + allows for a straightforward implementation of the island + model paradigm, in which multiple populations of candidate + solutions asynchronously exchange information in order to + speed-up and improve the optimisation process. In addition to + the C++ interface, PaGMO's capabilities are exposed to the + high-level language Python, so that it is possible to easily + use PaGMO in an interactive session and take advantage of the + numerous scientific Python libraries available. +
+
+Keywords: PaGMO +
+ +
+ + +
+[140] +
+
+Bernd Bischl, Martin Binder, Michel Lang, Tobias Pielok, Jakob Richter, Stefan Coors, Janek Thomas, Theresa Ullmann, Marc Becker, Anne-Laure Boulesteix, Difan Deng, and Marius Thomas Lindauer. + Hyperparameter optimization: Foundations, algorithms, best practices, and open challenges. + Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery, 13(2):e1484, 2023.
+[ bib ] + +
+ + +
+[141] +
+
+Bernd Bischl, Pascal Kerschke, Lars Kotthoff, Marius Thomas Lindauer, Yuri Malitsky, Alexandre Fréchette, Holger H. Hoos, Frank Hutter, Kevin Leyton-Brown, Kevin Tierney, and Joaquin Vanschoren. + ASlib: A Benchmark Library for Algorithm Selection. + Artificial Intelligence, 237:41–58, 2016.
+[ bib ] + +
+ + +
+[142] +
+
+Bernd Bischl, Michel Lang, Lars Kotthoff, Julia Schiffner, Jakob Richter, Erich Studerus, Giuseppe Casalicchio, and Zachary M. Jones. + mlr: Machine Learning in R. + Journal of Machine Learning Research, 17(170):1–5, 2016.
+[ bib | +epub ] + +
+ + +
+[143] +
+
+Xavier Blasco, Juan M. Herrero, Javier Sanchis, and Manuel Martínez. + A new graphical visualization of n-dimensional Pareto front for decision-making in multiobjective optimization. + Information Sciences, 178(20):3908–3924, 2008.
+[ bib ] + +
+ + +
+[144] +
+
+Craig Blackmore, Oliver Ray, and Kerstin Eder. + Automatically Tuning the GCC Compiler to Optimize the Performance of Applications Running on Embedded Systems. + Arxiv preprint arXiv:1703.08228, 2017.
+[ bib | +http ] + +
+ + +
+[145] +
+
+María J. Blesa and Christian Blum. + Finding edge-disjoint paths in networks by means of artificial ant colonies. + Journal of Mathematical Modelling and Algorithms, 6(3):361–391, 2007.
+[ bib ] + +
+ + +
+[146] +
+
+Laurens Bliek, Paulo da Costa, Reza Refaei Afshar, Robbert Reijnen, Yingqian Zhang, Tom Catshoek, Daniël Vos, Sicco Verwer, Fynn Schmitt-Ulms, André Hottung, Tapan Shah, Meinolf Sellmann, Kevin Tierney, Carl Perreault-Lafleur, Caroline Leboeuf, Federico Bobbio, Justine Pepin, Warley Almeida Silva, Ricardo Gama, Hugo L. Fernandes, Martin Zaefferer, Manuel López-Ibáñez, and Ekhine Irurozki. + The First AI4TSP Competition: Learning to Solve Stochastic Routing Problems. + Artificial Intelligence, 319:103918, 2023.
+[ bib | +DOI ] +
+This paper reports on the first international competition on + AI for the traveling salesman problem (TSP) at the + International Joint Conference on Artificial Intelligence + 2021 (IJCAI-21). The TSP is one of the classical + combinatorial optimization problems, with many variants + inspired by real-world applications. This first competition + asked the participants to develop algorithms to solve an + orienteering problem with stochastic weights and time windows + (OPSWTW). It focused on two learning approaches: + surrogate-based optimization and deep reinforcement + learning. In this paper, we describe the problem, the + competition setup, and the winning methods, and give an + overview of the results. The winning methods described in + this work have advanced the state-of-the-art in using AI for + stochastic routing problems. Overall, by organizing this + competition we have introduced routing problems as an + interesting problem setting for AI researchers. The simulator + of the problem has been made open-source and can be used by + other researchers as a benchmark for new learning-based + methods. The instances and code for the competition are + available at + https://github.com/paulorocosta/ai-for-tsp-competition. +
+
+Keywords: AI for TSP competition, Travelling salesman problem, Routing + problem, Stochastic combinatorial optimization, + Surrogate-based optimization, Deep reinforcement learning +
+ +
+ + +
+[147] +
+
+Christian Blum. + Beam-ACO—Hybridizing Ant Colony Optimization with Beam Search: An Application to Open Shop Scheduling. + Computers & Operations Research, 32(6):1565–1591, 2005.
+[ bib ] + +
+ + +
+[148] +
+
+Christian Blum. + Beam-ACO for simple assembly line balancing. + INFORMS Journal on Computing, 20(4):618–627, 2008.
+[ bib | +DOI ] + +
+ + +
+[149] +
+
+Christian Blum, María J. Blesa, and Manuel López-Ibáñez. + Beam search for the longest common subsequence problem. + Computers & Operations Research, 36(12):3178–3186, 2009.
+[ bib | +DOI ] +
+The longest common subsequence problem is a classical string + problem that concerns finding the common part of a set of + strings. It has several important applications, for example, + pattern recognition or computational biology. Most research + efforts up to now have focused on solving this problem + optimally. In comparison, only few works exist dealing with + heuristic approaches. In this work we present a deterministic + beam search algorithm. The results show that our algorithm + outperforms the current state-of-the-art approaches not only + in solution quality but often also in computation time. +
+ +
+ + +
+[150] +
+
+Christian Blum, Borja Calvo, and María J. Blesa. + FrogCOL and FrogMIS: New Decentralized Algorithms for Finding Large Independent Sets in Graphs. + Swarm Intelligence, 9(2-3):205–227, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[151] +
+
+Christian Blum and Marco Dorigo. + The hyper-cube framework for ant colony optimization. + IEEE Transactions on Systems, Man, and Cybernetics – Part B, 34(2):1161–1172, 2004.
+[ bib ] + +
+ + +
+[152] +
+
+Christian Blum and Marco Dorigo. + Search Bias in Ant Colony Optimization: On the Role of Competition-Balanced Systems. + IEEE Transactions on Evolutionary Computation, 9(2):159–174, 2005.
+[ bib ] + +
+ + +
+[153] +
+
+Christian Blum and Gabriela Ochoa. + A comparative analysis of two matheuristics by means of merged local optima networks. + European Journal of Operational Research, 290(1):36–56, 2021.
+[ bib ] + +
+ + +
+[154] +
+
+Christian Blum, Pedro Pinacho, Manuel López-Ibáñez, and José A. Lozano. + Construct, Merge, Solve & Adapt: A New General Algorithm for Combinatorial Optimization. + Computers & Operations Research, 68:75–88, 2016.
+[ bib | +DOI ] +
+Keywords: irace, CMSA +
+ +
+ + +
+[155] +
+
+Christian Blum, Jakob Puchinger, Günther R. Raidl, and Andrea Roli. + Hybrid Metaheuristics in Combinatorial Optimization: A Survey. + Applied Soft Computing, 11(6):4135–4151, 2011.
+[ bib ] + +
+ + +
+[156] +
+
+Christian Blum and Andrea Roli. + Metaheuristics in Combinatorial Optimization: Overview and Conceptual Comparison. + ACM Computing Surveys, 35(3):268–308, 2003.
+[ bib ] + +
+ + +
+[157] +
+
+Christian Blum and M. Sampels. + An Ant Colony Optimization Algorithm for Shop Scheduling Problems. + Journal of Mathematical Modelling and Algorithms, 3(3):285–308, 2004.
+[ bib | +DOI ] + +
+ + +
+[158] +
+
+Christian Blum, M. Yábar Vallès, and María J. Blesa. + An ant colony optimization algorithm for DNA sequencing by hybridization. + Computers & Operations Research, 35(11):3620–3635, 2008.
+[ bib ] + +
+ + +
+[159] +
+
+Andrea F. Bocchese, Chris Fawcett, Mauro Vallati, Alfonso E. Gerevini, and Holger H. Hoos. + Performance robustness of AI planners in the 2014 International Planning Competition. + AI Communications, 31(6):445–463, December 2018.
+[ bib | +DOI ] +
+Solver competitions have been used in many areas of AI to + assess the current state of the art and guide future research + and development. AI planning is no exception, and the + International Planning Competition (IPC) has been frequently + run for nearly two decades. Due to the organisational and + computational burden involved in running these competitions, + solvers are generally compared using a single homogeneous + hardware and software environment for all competitors. To + what extent does the specific choice of hardware and software + environment have an effect on solver performance, and is that + effect distributed equally across the competing solvers? In + this work, we use the competing planners and benchmark + instance sets from the 2014 IPC to investigate these two + questions. We recreate the 2014 IPC Optimal and Agile tracks + on two distinct hardware environments and eight distinct + software environments. We show that solver performance varies + significantly based on the hardware and software environment, + and that this variation is not equal for all + planners. Furthermore, the observed variation is sufficient + to change the competition rankings, including the top-ranked + planners for some tracks. +
+ +
+ + +
+[160] +
+
+Kenneth D. Boese, Andrew B. Kahng, and Sudhakar Muddu. + A New Adaptive Multi-Start Technique for Combinatorial Global Optimization. + Operations Research Letters, 16(2):101–113, 1994.
+[ bib ] +
+Keywords: big-valley hypothesis, TSP, landscape analysis +
+ +
+ + +
+[161] +
+
+Marko Bohanec. + Decision making: a computer-science and information-technology viewpoint. + Interdisciplinary Description of Complex Systems, 7(2):22–37, 2009.
+[ bib ] + +
+ + +
+[162] +
+
+Ihor O. Bohachevsky, Mark E. Johnson, and Myron L. Stein. + Generalized Simulated Annealing for Function Optimization. + Technometrics, 28(3):209–217, 1986.
+[ bib ] + +
+ + +
+[163] +
+
+P. C. Borges. + CHESS - Changing Horizon Efficient Set Search: A simple principle for multiobjective optimization. + Journal of Heuristics, 6(3):405–418, 2000.
+[ bib ] + +
+ + +
+[164] +
+
+Endre Boros, Peter L. Hammer, and Gabriel Tavares. + Local search heuristics for Quadratic Unconstrained Binary Optimization (QUBO). + Journal of Heuristics, 13(2):99–132, 2007.
+[ bib ] + +
+ + +
+[165] +
+
+Jean-Charles de Borda. + Mémoire sur les Élections au Scrutin. + Histoire de l'Académie Royal des Sciences, 1781.
+[ bib ] +
+Keywords: ranking +
+ +
+ + +
+[166] +
+
+Hozefa M. Botee and Eric Bonabeau. + Evolving Ant Colony Optimization. + Advances in Complex Systems, 1:149–159, 1998.
+[ bib ] + +
+ + +
+[167] +
+
+Marco Botte and Anita Schöbel. + Dominance for multi-objective robust optimization concepts. + European Journal of Operational Research, 273(2):430–440, 2019.
+[ bib ] + +
+ + +
+[168] +
+
+Salim Bouamama, Christian Blum, and Abdellah Boukerram. + A Population-based Iterated Greedy Algorithm for the Minimum Weight Vertex Cover Problem. + Applied Soft Computing, 12(6):1632–1639, 2012.
+[ bib ] + +
+ + +
+[169] +
+
+Géraldine Bous, Philippe Fortemps, François Glineur, and Marc Pirlot. + ACUTA: A novel method for eliciting additive value functions on the basis of holistic preference statements. + European Journal of Operational Research, 206(2):435–444, 2010.
+[ bib ] + +
+ + +
+[170] +
+
+K. Bouleimen and H. Lecocq. + A new efficient simulated annealing algorithm for the resource-constrained project scheduling problem and its multiple mode version. + European Journal of Operational Research, 149(2):268–281, 2003.
+[ bib | +DOI ] +
+This paper describes new simulated annealing (SA) + algorithms for the resource-constrained project + scheduling problem (RCPSP) and its multiple mode + version (MRCPSP). The objective function + considered is minimisation of the makespan. The + conventional SA search scheme is replaced by a new + design that takes into account the specificity of + the solution space of project scheduling + problems. For RCPSP, the search was based on an + alternated activity and time incrementing process, + and all parameters were set after preliminary + statistical experiments done on test instances. For + MRCPSP, we introduced an original approach using + two embedded search loops alternating activity and + mode neighbourhood exploration. The performance + evaluation done on the benchmark instances available + in the literature proved the efficiency of both + adaptations that are currently among the most + competitive algorithms for these problems. +
+
+Keywords: multi-mode resource-constrained project scheduling, + project scheduling, simulated annealing +
+ +
+ + +
+[171] +
+
+B. Bozkurt, J. W. Fowler, E. S. Gel, B. Kim, Murat Köksalan, and Jyrki Wallenius. + Quantitative comparison of approximate solution sets for multicriteria optimization problems with weighted Tchebycheff preference function. + Operations Research, 58(3):650–659, 2010.
+[ bib ] +
+Proposed IPF indicator +
+ +
+ + +
+[172] +
+
+Jürgen Branke, Salvatore Greco, Roman Slowiński, and P Zielniewicz. + Interactive evolutionary multiobjective optimization driven by robust ordinal regression. + Bulletin of the Polish Academy of Sciences: Technical Sciences, 58(3):347–358, 2010.
+[ bib | +DOI ] + +
+ + +
+[173] +
+
+S. C. Brailsford, Walter J. Gutjahr, M. S. Rauner, and W. Zeppelzauer. + Combined Discrete-event Simulation and Ant Colony Optimisation Approach for Selecting Optimal Screening Policies for Diabetic Retinopathy. + Computational Management Science, 4(1):59–83, 2006.
+[ bib ] + +
+ + +
+[174] +
+
+Jürgen Branke, T. Kaussler, and H. Schmeck. + Guidance in evolutionary multi-objective optimization. + Advances in Engineering Software, 32:499–507, 2001.
+[ bib ] + +
+ + +
+[175] +
+
+Jürgen Branke, S. Nguyen, C. W. Pickardt, and M. Zhang. + Automated Design of Production Scheduling Heuristics: A Review. + IEEE Transactions on Evolutionary Computation, 20(1):110–124, 2016.
+[ bib ] + +
+ + +
+[176] +
+
+Jürgen Branke and C. Schmidt. + Faster Convergence by Means of Fitness Estimation. + Soft Computing, 9(1):13–20, January 2005.
+[ bib | +DOI ] + +
+ + +
+[177] +
+
+Roland Braune and G. Zäpfel. + Shifting Bottleneck Scheduling for Total Weighted Tardiness Minimization—A Computational Evaluation of Subproblem and Re-optimization Heuristics. + Computers & Operations Research, 66:130–140, 2016.
+[ bib ] + +
+ + +
+[178] +
+
+Jürgen Branke, Salvatore Corrente, Salvatore Greco, Roman Slowiński, and P. Zielniewicz. + Using Choquet integral as preference model in interactive evolutionary multiobjective optimization. + European Journal of Operational Research, 250(3):884–901, 2016.
+[ bib | +DOI ] + +
+ + +
+[179] +
+
+Jürgen Branke, S. S. Farid, and N. Shah. + Industry 4.0: a vision for personalized medicine supply chains? + Cell and Gene Therapy Insights, 2(2):263–270, 2016.
+[ bib | +DOI ] + +
+ + +
+[180] +
+
+Jürgen Branke, Salvatore Greco, Roman Slowiński, and Piotr Zielniewicz. + Learning Value Functions in Interactive Evolutionary Multiobjective Optimization. + IEEE Transactions on Evolutionary Computation, 19(1):88–102, 2015.
+[ bib ] + +
+ + +
+[181] +
+
+Yaochu Jin and Jürgen Branke. + Evolutionary Optimization in Uncertain Environments—A Survey. + IEEE Transactions on Evolutionary Computation, 9(5):303–317, 2005.
+[ bib ] + +
+ + +
+[182] +
+
+Leo Breiman. + Random Forests. + Machine Learning, 45(1):5–32, 2001.
+[ bib | +DOI ] + +
+ + +
+[183] +
+
+Karl Bringmann, Sergio Cabello, and Michael T. M. Emmerich. + Maximum volume subset selection for anchored boxes. + Arxiv preprint arXiv:1803.00849, 2018.
+[ bib | +DOI ] +
+Let B be a set of n axis-parallel boxes in Rd + such that each box has a corner at the origin and the other + corner in the positive quadrant of Rd, and let + k be a positive integer. We study the problem of selecting + k boxes in B that maximize the volume of the union of the + selected boxes. This research is motivated by applications + in skyline queries for databases and in multicriteria + optimization, where the problem is known as the + hypervolume subset selection problem. It is known + that the problem can be solved in polynomial time in the + plane, while the best known running time in any dimension d + ≥3 is Ω(k). We show that: The + problem is NP-hard already in 3 dimensions. In 3 dimensions, + we break the bound Ω(k), by + providing an nO(√(k)) algorithm. For any constant + dimension d, we present an efficient polynomial-time + approximation scheme. +
+
+Keywords: hypervolume subset selection +
+ +
+ + +
+[184] +
+
+Karl Bringmann and Tobias Friedrich. + Approximating the Least Hypervolume Contributor: NP-Hard in General, But Fast in Practice. + Theoretical Computer Science, 425:104–116, 2012.
+[ bib | +DOI ] + +
+ + +
+[185] +
+
+Karl Bringmann and Tobias Friedrich. + An efficient algorithm for computing hypervolume contributions. + Evolutionary Computation, 18(3):383–402, 2010.
+[ bib ] + +
+ + +
+[186] +
+
+Karl Bringmann and Tobias Friedrich. + Convergence of hypervolume-based archiving algorithms. + IEEE Transactions on Evolutionary Computation, 18(5):643–657, 2014.
+[ bib | +DOI ] +
+Proof that all nondecreasing (μ+ λ) archiving algorithms with + λ< μ are ineffective. +
+
+Keywords: competitive ratio +
+ +
+ + +
+[187] +
+
+Charles G. Broyden. + The Convergence of a Class of Double-rank Minimization Algorithms: 2. The New Algorithm. + IMA Journal of Applied Mathematics, 6(3):222–231, September 1970.
+[ bib | +DOI ] +
+One of the four papers that proposed BFGS. +
+
+Keywords: BFGS +
+ +
+ + +
+[188] +
+
+Dimo Brockhoff, Johannes Bader, Lothar Thiele, and Eckart Zitzler. + Directed Multiobjective Optimization Based on the Weighted Hypervolume Indicator. + Journal of Multi-Criteria Decision Analysis, 20(5-6):291–317, 2013.
+[ bib | +DOI ] +
+Recently, there has been a large interest in set-based + evolutionary algorithms for multi objective + optimization. They are based on the definition of indicators + that characterize the quality of the current population while + being compliant with the concept of Pareto-optimality. It has + been shown that the hypervolume indicator, which measures the + dominated volume in the objective space, enables the design + of efficient search algorithms and, at the same time, opens + up opportunities to express user preferences in the search by + means of weight functions. The present paper contains the + necessary theoretical foundations and corresponding + algorithms to (i) select appropriate weight functions, to + (ii) transform user preferences into weight functions and to + (iii) efficiently evaluate the weighted hypervolume indicator + through Monte Carlo sampling. The algorithm W-HypE, which + implements the previous concepts, is introduced, and the + effectiveness of the search, directed towards the user's + preferred solutions, is shown using an extensive set of + experiments including the necessary statistical performance + assessment. +
+
+Keywords: hypervolume, preference-based search, multi objective + optimization, evolutionary algorithm +
+ +
+ + +
+[189] +
+
+Eric Brochu, Vlad Cora, and Nando de Freitas. + A Tutorial on Bayesian Optimization of Expensive Cost Functions, with Application to Active User Modeling and Hierarchical Reinforcement Learning. + Arxiv preprint arXiv:1012.2599, December 2010.
+[ bib | +http ] + +
+ + +
+[190] +
+
+Dimo Brockhoff, Tea Tušar, Dejan Tušar, Tobias Wagner, Nikolaus Hansen, and Anne Auger. + Biobjective performance assessment with the COCO platform. + Arxiv preprint arXiv:1605.01746, 2016.
+[ bib | +DOI ] + +
+ + +
+[191] +
+
+Dimo Brockhoff, Tobias Wagner, and Heike Trautmann. + R2 indicator-based multiobjective search. + Evolutionary Computation, 23(3):369–395, 2015.
+[ bib ] + +
+ + +
+[192] +
+
+Dimo Brockhoff and Eckart Zitzler. + Objective Reduction in Evolutionary Multiobjective Optimization: Theory and Applications. + Evolutionary Computation, 17(2):135–166, 2009.
+[ bib | +DOI ] +
+Many-objective problems represent a major challenge in the + field of evolutionary multiobjective optimization, in terms of + search efficiency, computational cost, decision making, + visualization, and so on. This leads to various research + questions, in particular whether certain objectives can be + omitted in order to overcome or at least diminish the + difficulties that arise when many, that is, more than three, + objective functions are involved. This study addresses this + question from different perspectives. First, we investigate + how adding or omitting objectives affects the problem + characteristics and propose a general notion of conflict + between objective sets as a theoretical foundation for + objective reduction. Second, we present both exact and + heuristic algorithms to systematically reduce the number of + objectives, while preserving as much as possible of the + dominance structure of the underlying optimization + problem. Third, we demonstrate the usefulness of the proposed + objective reduction method in the context of both decision + making and search for a radar waveform application as well as + for well-known test functions. +
+ +
+ + +
+[193] +
+
+C. G. Broyden. + The Convergence of a Class of Double-rank Minimization Algorithms 1. General Considerations. + IMA Journal of Applied Mathematics, 6(1):76–90, March 1970.
+[ bib | +DOI ] +
+This paper presents a more detailed analysis of a class of + minimization algorithms, which includes as a special case the + DFP (Davidon-Fletcher-Powell) method, than has previously + appeared. Only quadratic functions are considered but + particular attention is paid to the magnitude of successive + errors and their dependence upon the initial matrix. On the + basis of this a possible explanation of some of the observed + characteristics of the class is tentatively suggested. +
+
+Keywords: Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm +
+ +
+ + +
+[194] +
+
+Peter Brucker, Johann Hurink, and Frank Werner. + Improving Local Search Heuristics for some Scheduling Problems — Part I. + Discrete Applied Mathematics, 65(1–3):97–122, 1996.
+[ bib ] + +
+ + +
+[195] +
+
+Peter Brucker, Johann Hurink, and Frank Werner. + Improving Local Search Heuristics for some Scheduling Problems — Part II. + Discrete Applied Mathematics, 72(1–2):47–69, 1997.
+[ bib ] + +
+ + +
+[196] +
+
+M. J. Brusco, L. W. Jacobs, and G. M. Thompson. + A Morphing Procedure to Supplement a Simulated Annealing Heuristic for Cost- and Coverage-correlated Set Covering Problems. + Annals of Operations Research, 86:611–627, 1999.
+[ bib ] + +
+ + +
+[197] +
+
+John T. Buchanan. + An experimental evaluation of interactive MCDM methods and the decision making process. + Journal of the Operational Research Society, 45(9):1050–1059, 1994.
+[ bib ] + +
+ + +
+[198] +
+
+John T. Buchanan. + A naive approach for solving MCDM problems: the GUESS method. + Journal of the Operational Research Society, 48:202–206, 1997.
+[ bib ] + +
+ + +
+[199] +
+
+John T. Buchanan and James L. Corner. + The effects of anchoring in interactive MCDM solution methods. + Computers & Operations Research, 24(10):907–918, October 1997.
+[ bib | +DOI ] + +
+ + +
+[200] +
+
+A. L. Buchsbaum and M. T. Goodrich. + Three-Dimensional Layers of Maxima. + Algorithmica, 39:275–289, 2004.
+[ bib ] + +
+ + +
+[201] +
+
+B. Bullnheimer, Richard F. Hartl, and Christine Strauss. + An Improved Ant System Algorithm for the Vehicle Routing Problem. + Annals of Operations Research, 89:319–328, 1999.
+[ bib ] + +
+ + +
+[202] +
+
+B. Bullnheimer, Richard F. Hartl, and Christine Strauss. + A new rank-based version of the Ant System: A computational study. + Central European Journal for Operations Research and Economics, 7(1):25–38, 1999.
+[ bib ] + +
+ + +
+[203] +
+
+Edmund K. Burke and Yuri Bykov. + The Late Acceptance Hill-Climbing Heuristic. + European Journal of Operational Research, 258(1):70–78, 2017.
+[ bib ] + +
+ + +
+[204] +
+
+Rainer E. Burkard and Ulrich Fincke. + The asymptotic probabilistic behaviour of quadratic sum assignment problems. + Zeitschrift für Operations Research, 27(1):73–81, 1983.
+[ bib ] + +
+ + +
+[205] +
+
+Luciana Buriol, Paulo M. França, and Pablo Moscato. + A New Memetic Algorithm for the Asymmetric Traveling Salesman Problem. + Journal of Heuristics, 10(5):483–506, 2004.
+[ bib ] + +
+ + +
+[206] +
+
+Edmund K. Burke, Michel Gendreau, Matthew R. Hyde, Graham Kendall, Gabriela Ochoa, Ender Özcan, and Rong Qu. + Hyper-heuristics: A Survey of the State of the Art. + Journal of the Operational Research Society, 64(12):1695–1724, 2013.
+[ bib | +DOI ] + +
+ + +
+[207] +
+
+Edmund K. Burke, Matthew R. Hyde, Graham Kendall, and John R. Woodward. + A Genetic Programming Hyper-Heuristic Approach for Evolving 2-D Strip Packing Heuristics. + IEEE Transactions on Evolutionary Computation, 14(6):942–958, 2010.
+[ bib | +DOI ] + +
+ + +
+[208] +
+
+Edmund K. Burke, Matthew R. Hyde, Graham Kendall, and John R. Woodward. + Automating the Packing Heuristic Design Process with Genetic Programming. + Evolutionary Computation, 20(1):63–89, 2012.
+[ bib | +DOI ] +
+Keywords: one-, two-, or three-dimensional knapsack and bin packing + problems +
+ +
+ + +
+[209] +
+
+Edmund K. Burke, Matthew R. Hyde, and Graham Kendall. + Grammatical Evolution of Local Search Heuristics. + IEEE Transactions on Evolutionary Computation, 16(7):406–417, 2012.
+[ bib | +DOI ] + +
+ + +
+[210] +
+
+Rainer E. Burkard, Stefan E. Karisch, and Franz Rendl. + QAPLIB–a Quadratic Assignment Problem Library. + Journal of Global Optimization, 10(4):391–403, 1997.
+[ bib ] + +
+ + +
+[211] +
+
+Rainer E. Burkard and Franz Rendl. + A Thermodynamically Motivated Simulation Procedure for Combinatorial Optimization Problems. + European Journal of Operational Research, 17(2):169–174, 1984.
+[ bib | +DOI ] +
+Keywords: 2-exchange delta evaluation for QAP +
+ +
+ + +
+[212] +
+
+Erika Buson, Roberto Roberti, and Paolo Toth. + A Reduced-Cost Iterated Local Search Heuristic for the Fixed-Charge Transportation Problem. + Operations Research, 62(5):1095–1106, 2014.
+[ bib ] + +
+ + +
+[213] +
+
+R. Caballero, Mariano Luque, Julián Molina, and Francisco Ruiz. + PROMOIN: An Interactive System for Multiobjective Programming. + Information Technologies and Decision Making, 1:635–656, 2002.
+[ bib ] +
+Keywords: preferences, multi interactive methods framework +
+ +
+ + +
+[214] +
+
+Leslie Pérez Cáceres and Thomas Stützle. + Exploring Variable Neighborhood Search for Automatic Algorithm Configuration. + Electronic Notes in Discrete Mathematics, 58:167–174, 2017.
+[ bib | +DOI ] + +
+ + +
+[215] +
+
+Sebastien Cahon, Nordine Melab, and El-Ghazali Talbi. + ParadisEO: A Framework for the Reusable Design of Parallel and Distributed Metaheuristics. + Journal of Heuristics, 10(3):357–380, 2004.
+[ bib | +DOI ] + +
+ + +
+[216] +
+
+Zhaoquan Cai, Han Huang, Yong Qin, and Xianheng Ma. + Ant Colony Optimization Based on Adaptive Volatility Rate of Pheromone Trail. + International Journal of Communications, Network and System Sciences, 2(8):792–796, 2009.
+[ bib ] + +
+ + +
+[217] +
+
+Xinye Cai, Yexing Li, Zhun Fan, and Qingfu Zhang. + An external archive guided multiobjective evolutionary algorithm based on decomposition for combinatorial optimization. + IEEE Transactions on Evolutionary Computation, 19(4):508–523, 2015.
+[ bib ] + +
+ + +
+[218] +
+
+Xinye Cai, Yushun Xiao, Miqing Li, Han Hu, Hisao Ishibuchi, and Xiaoping Li. + A grid-based inverted generational distance for multi/many-objective optimization. + IEEE Transactions on Evolutionary Computation, 25(1):21–34, 2021.
+[ bib ] +
+weakly Pareto-compliant indicator +
+ +
+ + +
+[219] +
+
+Xinye Cai, Yushun Xiao, Zhenhua Li, Qi Sun, Hanchuan Xu, Miqing Li, and Hisao Ishibuchi. + A kernel-based indicator for multi/many-objective optimization. + IEEE Transactions on Evolutionary Computation, 2021.
+[ bib ] + +
+ + +
+[220] +
+
+Roberto Wolfler Calvo. + A New Heuristic for the Traveling Salesman Problem with Time Windows. + Transportation Science, 34(1):113–124, 2000.
+[ bib | +DOI ] + +
+ + +
+[221] +
+
+Felipe Campelo, Lucas S. Batista, and Claus Aranha. + The MOEADr Package: A Component-Based Framework for Multiobjective Evolutionary Algorithms Based on Decomposition. + Journal of Statistical Software, 92, 2020.
+[ bib | +DOI ] + +
+ + +
+[222] +
+
+Christian Leonardo Camacho-Villalón, Marco Dorigo, and Thomas Stützle. + The intelligent water drops algorithm: why it cannot be considered a novel algorithm. + Swarm Intelligence, 13:173–192, 2019.
+[ bib ] + +
+ + +
+[223] +
+
+Christian Leonardo Camacho-Villalón, Marco Dorigo, and Thomas Stützle. + An analysis of why cuckoo search does not bring any novel ideas to optimization. + Computers & Operations Research, p.  105747, 2022.
+[ bib ] + +
+ + +
+[224] +
+
+Christian Leonardo Camacho-Villalón, Marco Dorigo, and Thomas Stützle. + Exposing the grey wolf, moth-flame, whale, firefly, bat, and antlion algorithms: six misleading optimization techniques inspired by bestial metaphors. + International Transactions in Operational Research, 2022.
+[ bib | +DOI ] + +
+ + +
+[225] +
+
+Ann Melissa Campbell and Philip C. Jones. + Prepositioning supplies in preparation for disasters. + European Journal of Operational Research, 209(2):156–165, 2011.
+[ bib ] + +
+ + +
+[226] +
+
+E Cambria, B Schuller, Y Xia, and C Havasi. + New avenues in opinion mining and sentiment analysis. + IEEE Intelligent Systems, 28(2):15–21, 2013.
+[ bib | +DOI ] + +
+ + +
+[227] +
+
+Christian Leonardo Camacho-Villalón, Thomas Stützle, and Marco Dorigo. + PSO-X: A Component-Based Framework for the Automatic Design of Particle Swarm Optimization Algorithms. + IEEE Transactions on Evolutionary Computation, 26(3):402–416, 2021.
+[ bib | +DOI ] + +
+ + +
+[228] +
+
+Felipe Campelo and Elizabeth F. Wanner. + Sample size calculations for the experimental comparison of multiple algorithms on multiple problem instances. + Journal of Heuristics, 26(6):851–883, 2020.
+[ bib | +DOI ] + +
+ + +
+[229] +
+
+Z. Cao, S. Jiang, J. Zhang, and H. Guo. + A unified framework for vehicle rerouting and traffic light control to reduce traffic congestion. + IEEE Transactions on Intelligent Transportation Systems, 18(7):1958–1973, 2017.
+[ bib ] + +
+ + +
+[230] +
+
+Gilles Caporossi. + Variable Neighborhood Search for Extremal Vertices : The AutoGraphiX-III System. + Computers & Operations Research, 78:431–438, 2017.
+[ bib ] + +
+ + +
+[231] +
+
+J. Carlier. + The One-machine Sequencing Problem. + European Journal of Operational Research, 11(1):42–47, 1982.
+[ bib ] + +
+ + +
+[232] +
+
+William B. Carlton and J. Wesley Barnes. + Solving the traveling-salesman problem with time windows using tabu search. + IIE Transactions, 28:617–629, 1996.
+[ bib ] + +
+ + +
+[233] +
+
+Fabio Caraffini, Anna V. Kononova, and David Corne. + Infeasibility and structural bias in differential evolution. + Information Sciences, 496:161–179, 2019.
+[ bib | +DOI ] + +
+ + +
+[234] +
+
+Yves Caseau and François Laburthe. + Heuristics for large constrained vehicle routing problems. + Journal of Heuristics, 5(3):281–303, 1999.
+[ bib ] + +
+ + +
+[235] +
+
+Yves Caseau, Glenn Silverstein, and François Laburthe. + Learning Hybrid Algorithms for Vehicle Routing Problems. + Theory and Practice of Logic Programming, 1(6):779–806, 2001.
+[ bib | +epub ] + +
+ + +
+[236] +
+
+Diego Cattaruzza, Nabil Absi, Dominique Feillet, and Daniele Vigo. + An Iterated Local Search for the Multi-commodity Multi-trip Vehicle Routing Problem with Time Windows. + Computers & Operations Research, 51:257–267, 2014.
+[ bib ] + +
+ + +
+[237] +
+
+Aakil M. Caunhye, Xiaofeng Nie, and Shaligram Pokharel. + Optimization models in emergency logistics: A literature review. + Socio-Economic Planning Sciences, 46(1):4–13, 2012.
+[ bib ] + +
+ + +
+[238] +
+
+Josu Ceberio, Ekhine Irurozki, Alexander Mendiburu, and José A. Lozano. + A distance-based ranking model estimation of distribution algorithm for the flowshop scheduling problem. + IEEE Transactions on Evolutionary Computation, 18(2):286–300, 2014.
+[ bib | +DOI ] +
+The aim of this paper is two-fold. First, we introduce a + novel general estimation of distribution algorithm to deal + with permutation-based optimization problems. The algorithm + is based on the use of a probabilistic model for permutations + called the generalized Mallows model. In order to prove the + potential of the proposed algorithm, our second aim is to + solve the permutation flowshop scheduling problem. A hybrid + approach consisting of the new estimation of distribution + algorithm and a variable neighborhood search is + proposed. Conducted experiments demonstrate that the proposed + algorithm is able to outperform the state-of-the-art + approaches. Moreover, from the 220 benchmark instances + tested, the proposed hybrid approach obtains new best known + results in 152 cases. An in-depth study of the results + suggests that the successful performance of the introduced + approach is due to the ability of the generalized Mallows + estimation of distribution algorithm to discover promising + regions in the search space. +
+
+Keywords: Estimation of distribution algorithms,Generalized Mallows + model,Permutation flowshop scheduling + problem,Permutations-based optimization problems +
+ +
+ + +
+[239] +
+
+Vladimír Černý. + A Thermodynamical Approach to the Traveling Salesman Problem: An Efficient Simulation Algorithm. + Journal of Optimization Theory and Applications, 45(1):41–51, 1985.
+[ bib ] + +
+ + +
+[240] +
+
+Matteo Ceriotti and Massimiliano Vasile. + Automated Multigravity Assist Trajectory Planning with a Modified Ant Colony Algorithm. + Journal of Aerospace Computing, Information, and Communication, 7(9):261–293, 2010.
+[ bib | +DOI ] + +
+ + +
+[241] +
+
+Sara Ceschia, Luca Di Gaspero, and Andrea Schaerf. + Design, Engineering, and Experimental Analysis of a Simulated Annealing Approach to the Post-Enrolment Course Timetabling Problem. + Computers & Operations Research, 39(7):1615–1624, 2012.
+[ bib ] + +
+ + +
+[242] +
+
+Sara Ceschia and Andrea Schaerf. + Modeling and solving the dynamic patient admission scheduling problem under uncertainty. + Artificial Intelligence in Medicine, 56(3):199–205, 2012.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[243] +
+
+Sara Ceschia, Andrea Schaerf, and Thomas Stützle. + Local Search Techniques for a Routing-packing Problem. + Computers and Industrial Engineering, 66(4):1138–1149, 2013.
+[ bib ] + +
+ + +
+[244] +
+
+T.-J. Chang, N. Meade, John E. Beasley, and Y. M. Sharaiha. + Heuristics for cardinality constrained portfolio optimisation. + Computers & Operations Research, 27(13):1271–1302, 2000.
+[ bib ] +
+In this paper we consider the problem of finding the + efficient frontier associated with the standard mean-variance + portfolio optimisation model. We extend the standard model to + include cardinality constraints that limit a portfolio to + have a specified number of assets, and to impose limits on + the proportion of the portfolio held in a given asset (if any + of the asset is held). We illustrate the differences that + arise in the shape of this efficient frontier when such + constraints are present. We present three heuristic + algorithms based upon genetic algorithms, tabu search and + simulated annealing for finding the cardinality constrained + efficient frontier. Computational results are presented for + five data sets involving up to 225 assets. Scope and purpose + The standard Markowitz mean-variance approach to portfolio + selection involves tracing out an efficient frontier, a + continuous curve illustrating the tradeoff between return and + risk (variance). This frontier can be easily found via + quadratic programming. This approach is well-known and widely + applied. However, for practical purposes, it may be desirable + to limit the number of assets in a portfolio, as well as + imposing limits on the proportion of the portfolio devoted to + any particular asset. If such constraints exist, the problem + of finding the efficient frontier becomes much harder. This + paper illustrates how, in the presence of such constraints, + the efficient frontier becomes discontinuous. Three heuristic + techniques are applied to the problem of finding this + efficient frontier and computational results presented for a + number of data sets which are made publicly available. +
+
+Keywords: Portfolio optimisation, CCMVPOP, Efficient frontier +
+ +
+ + +
+[245] +
+
+Shelvin Chand and Markus Wagner. + Evolutionary many-objective optimization: A quick-start guide. + Surveys in Operations Research and Management Science, 20(2):35–42, 2015.
+[ bib | +DOI ] + +
+ + +
+[246] +
+
+Donald V. Chase and Lindell E. Ormsbee. + Computer-generated pumping schedules for satisfying operation objectives. + J. Am. Water Works Assoc., 85(7):54–61, 1993.
+[ bib ] + +
+ + +
+[247] +
+
+Shamik Chaudhuri and Kalyanmoy Deb. + An interactive evolutionary multi-objective optimization and decision making procedure. + Applied Soft Computing, 10(2):496–511, 2010.
+[ bib ] + +
+ + +
+[248] +
+
+Hsinchun Chen, Roger H. L. Chiang, and Veda C. Storey. + Business Intelligence and Analytics: From Big Data to Big Impact. + MIS Quarterly, 36(4):1165–1188, 2012.
+[ bib ] + +
+ + +
+[249] +
+
+Yuning Chen, Jin-Kao Hao, and Fred Glover. + A hybrid metaheuristic approach for the capacitated arc routing problem. + European Journal of Operational Research, 553(1):25–39, 2016.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[250] +
+
+Ruey-Maw Chen and Fu-Ren Hsieh. + An exchange local search heuristic based scheme for permutation flow shop problems. + Applied Mathematics & Information Sciences, 8(1):209–215, 2014.
+[ bib ] + +
+ + +
+[251] +
+
+F. Y. Cheng and X. S. Li. + Generalized center method for multiobjective engineering optimization. + Engineering Optimization, 31(5):641–661, 1999.
+[ bib | +DOI ] + +
+ + +
+[252] +
+
+Renzhi Chen, Ke Li, and Xin Yao. + Dynamic Multiobjectives Optimization With a Changing Number of Objectives. + IEEE Transactions on Evolutionary Computation, 22(1):157–171, 2017.
+[ bib | +DOI ] +
+two co-evolving populations (two archive) +
+ +
+ + +
+[253] +
+
+Rachid Chelouah and Patrick Siarry. + Tabu search applied to global optimization. + European Journal of Operational Research, 123(2):256–270, 2000.
+[ bib ] + +
+ + +
+[254] +
+
+Ni Chen, Wei-Neng Chen, Yue-Jiao Gong, Zhi-Hui Zhan, Jun Zhang, Yun Li, and Yu-Song Tan. + An evolutionary algorithm with double-level archives for multiobjective optimization. + IEEE Transactions on Cybernetics, 45(9):1851–1863, 2014.
+[ bib ] + +
+ + +
+[255] +
+
+Chin-Bin Cheng and Chun-Pin Mao. + A modified ant colony system for solving the travelling salesman problem with time windows. + Mathematical and Computer Modelling, 46:1225–1235, 2007.
+[ bib | +DOI ] + +
+ + +
+[256] +
+
+Marco Chiarandini, Mauro Birattari, Krzysztof Socha, and O. Rossi-Doria. + An Effective Hybrid Algorithm for University Course Timetabling. + Journal of Scheduling, 9(5):403–432, October 2006.
+[ bib | +DOI ] +
+Keywords: 2003 international timetabling competition, F-race +
+ +
+ + +
+[257] +
+
+Manuel Chica, Oscar Cordón, Sergio Damas, and Joaquín Bautista. + A New Diversity Induction Mechanism for a Multi-objective Ant Colony Algorithm to Solve a Real-world time and Space Assembly Line Balancing Problem. + Memetic Computing, 3(1):15–24, 2011.
+[ bib ] + +
+ + +
+[258] +
+
+D. S. Chivilikhin, V. I. Ulyantsev, and A. A. Shalyto. + Modified ant colony algorithm for constructing finite state machines from execution scenarios and temporal formulas. + Automation and Remote Control, 77(3):473–484, 2016.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[259] +
+
+Francisco Chicano, Darrell Whitley, and Enrique Alba. + A Methodology to Find the Elementary Landscape Decomposition of Combinatorial Optimization Problems. + Evolutionary Computation, 19(4):597–637, 2011.
+[ bib ] + +
+ + +
+[260] +
+
+Francisco Chicano, Gabriel J. Luque, and Enrique Alba. + Autocorrelation Measures for the Quadratic Assignment Problem. + Applied Mathematics Letters, 25:698–705, 2012.
+[ bib | +DOI ] + +
+ + +
+[261] +
+
+Nicos Christofides, A. Mingozzi, and Paolo Toth. + State-space relaxation procedures for the computation of bounds to routing problems. + Networks, 11(2):145–164, 1981.
+[ bib | +DOI ] + +
+ + +
+[262] +
+
+Tinkle Chugh, Yaochu Jin, Kaisa Miettinen, Jussi Hakanen, and Karthik Sindhya. + A Surrogate-Assisted Reference Vector Guided Evolutionary Algorithm for Computationally Expensive Many-Objective Optimization. + IEEE Transactions on Evolutionary Computation, 22(1):129–142, February 2018.
+[ bib ] + +
+ + +
+[263] +
+
+Tinkle Chugh, Karthik Sindhya, Jussi Hakanen, and Kaisa Miettinen. + A survey on handling computationally expensive multiobjective optimization problems with evolutionary algorithms. + Soft Computing, 23(9):3137–3166, 2019.
+[ bib | +DOI ] +
+Evolutionary algorithms are widely used for solving + multiobjective optimization problems but are often criticized + because of a large number of function evaluations + needed. Approximations, especially function approximations, + also referred to as surrogates or metamodels are commonly + used in the literature to reduce the computation time. This + paper presents a survey of 45 different recent algorithms + proposed in the literature between 2008 and 2016 to handle + computationally expensive multiobjective optimization + problems. Several algorithms are discussed based on what kind + of an approximation such as problem, function or fitness + approximation they use. Most emphasis is given to function + approximation-based algorithms. We also compare these + algorithms based on different criteria such as metamodeling + technique and evolutionary algorithm used, type and + dimensions of the problem solved, handling constraints, + training time and the type of evolution control. Furthermore, + we identify and discuss some promising elements and major + issues among algorithms in the literature related to using an + approximation and numerical settings used. In addition, we + discuss selecting an algorithm to solve a given + computationally expensive multiobjective optimization problem + based on the dimensions in both objective and decision spaces + and the computation budget available. +
+ +
+ + +
+[264] +
+
+Christian Cintrano, Javier Ferrer, Manuel López-Ibáñez, and Enrique Alba. + Hybridization of Evolutionary Operators with Elitist Iterated Racing for the Simulation Optimization of Traffic Lights Programs. + Evolutionary Computation, 31(1):31–51, 2023.
+[ bib | +DOI ] +
+In the traffic light scheduling problem the evaluation of + candidate solutions requires the simulation of a process + under various (traffic) scenarios. Thus, good solutions + should not only achieve good objective function values, but + they must be robust (low variance) across all different + scenarios. Previous work has shown that combining IRACE with + evolutionary operators is effective for this task due to the + power of evolutionary operators in numerical optimization. In + this paper, we further explore the hybridization of + evolutionary operators and the elitist iterated racing of + IRACE for the simulation-optimization of traffic light + programs. We review previous works from the literature to + find the evolutionary operators performing the best when + facing this problem to propose new hybrid algorithms. We + evaluate our approach over a realistic case study derived + from the traffic network of Málaga (Spain) with 275 traffic + lights that should be scheduled optimally. The experimental + analysis reveals that the hybrid algorithm comprising IRACE + plus differential evolution offers statistically better + results than the other algorithms when the budget of + simulations is low. In contrast, IRACE performs better than + the hybrids for high simulations budget, although the + optimization time is much longer. +
+
+Keywords: irace, Simulation optimization, Uncertainty, Traffic light + planning +
+ +
+ + +
+[265] +
+
+André A. Cire and Willem-Jan van Hoeve. + Multivalued Decision Diagrams for Sequencing Problems. + Operations Research, 61(6):1259–1462, 2013.
+[ bib | +DOI ] + +
+ + +
+[266] +
+
+R. M. Clark, L. A. Rossman, and L. J. Wymer. + Modeling distribution system water quality: regulatory implications. + Journal of Water Resources Planning and Management, ASCE, 121(6):423–428, 1995.
+[ bib ] + +
+ + +
+[267] +
+
+Maurice Clerc and J. Kennedy. + The particle swarm - explosion, stability, and convergence in a multidimensional complex space. + IEEE Transactions on Evolutionary Computation, 6(1):58–73, February 2002.
+[ bib | +DOI ] + +
+ + +
+[268] +
+
+Andy Cockburn, Pierre Dragicevic, Lonni Besançon, and Carl Gutwin. + Threats of a Replication Crisis in Empirical Computer Science. + Communications of the ACM, 63(8):70–79, July 2020.
+[ bib | +DOI ] +
+Research replication only works if there is confidence built + into the results. +
+ +
+ + +
+[269] +
+
+B. Codenotti, G. Manzini, L. Margara, and G. Resta. + Perturbation: An Efficient Technique for the Solution of Very Large Instances of the Euclidean TSP. + INFORMS Journal on Computing, 8(2):125–133, 1996.
+[ bib ] + +
+ + +
+[270] +
+
+Carlos A. Coello Coello. + Theoretical and numerical constraint-handling techniques used with evolutionary algorithms: a survey of the state of the art. + Computer Methods in Applied Mechanics and Engineering, 191(11-12):1245–1287, 2002.
+[ bib | +DOI ] + +
+ + +
+[271] +
+
+Carlos A. Coello Coello. + Special Issue on Evolutionary Multiobjective Optimization. + IEEE Transactions on Evolutionary Computation, 7(2), 2003.
+[ bib ] + +
+ + +
+[272] +
+
+Carlos A. Coello Coello. + Evolutionary multi-objective optimization: a historical view of the field. + IEEE Computational Intelligence Magazine, 1(1):28–36, 2006.
+[ bib ] + +
+ + +
+[273] +
+
+Harry Cohn and Mark J. Fielding. + Simulated Annealing: Searching for an Optimal Temperature. + SIAM Journal on Optimization, 9(3):779–802, 1999.
+[ bib ] + +
+ + +
+[274] +
+
+Andrew F. Colombo and Bryan W. Karney. + Impacts of Leaks on Energy Consumption in Pumped Systems with Storage. + Journal of Water Resources Planning and Management, ASCE, 131(2):146–155, March 2005.
+[ bib ] + +
+ + +
+[275] +
+
+Alberto Colorni, Marco Dorigo, Vittorio Maniezzo, and M. Trubian. + Ant System for Job-shop Scheduling. + JORBEL — Belgian Journal of Operations Research, Statistics and Computer Science, 34(1):39–53, 1994.
+[ bib ] + +
+ + +
+[276] +
+
+Barry McCollum, Andrea Schaerf, Ben Paechter, Paul McMullan, Rhyd M. R. Lewis, Andrew J. Parkes, Luca Di Gaspero, Rong Qu, and Edmund K. Burke. + Setting the Research Agenda in Automated Timetabling: The Second International Timetabling Competition. + INFORMS, 22(1):120–130, February 2010.
+[ bib | +DOI ] + +
+ + +
+[277] +
+
+Richard K. Congram, Chris N. Potts, and Steve van de Velde. + An Iterated Dynasearch Algorithm for the Single-Machine Total Weighted Tardiness Scheduling Problem. + INFORMS Journal on Computing, 14(1):52–67, 2002.
+[ bib ] + +
+ + +
+[278] +
+
+David T. Connolly. + An Improved Annealing Scheme for the QAP. + European Journal of Operational Research, 46(1):93–100, 1990.
+[ bib ] + +
+ + +
+[279] +
+
+Richard J. Cook and Vern T. Farewell. + Multiplicity Considerations in the Design and Analysis of Clinical Trials. + Journal of the Royal Statistical Society: Series A, 159:93–110, 1996.
+[ bib ] +
+multiplicity; multiple endpoints; multiple treatments; + p-value adjustment; type I error; argues that if results are + intended to be interpreted marginally, there may be no need + for controlling experimentwise error rate +
+ +
+ + +
+[280] +
+
+Don Coppersmith, Lisa K. Fleischer, and Atri Rurda. + Ordering by Weighted Number of Wins Gives a Good Ranking for Weighted Tournaments. + ACM Transactions on Algorithms, 6(3):1–13, July 2010.
+[ bib | +DOI ] +
+Keywords: Approximation algorithms,Borda's method,feedback arc set + problem,rank aggregation,tournaments +
+ +
+ + +
+[281] +
+
+Vianney Coppé, Xavier Gillard, and Pierre Schaus. + Decision Diagram-Based Branch-and-Bound with Caching for Dominance and Suboptimality Detection. + INFORMS Journal on Computing, 2024.
+[ bib | +DOI ] + +
+ + +
+[282] +
+
+James L. Corner and John T. Buchanan. + Capturing decision maker preference: Experimental comparison of decision analysis and MCDM techniques. + European Journal of Operational Research, 98(1):85–97, 1997.
+[ bib ] + +
+ + +
+[283] +
+
+Oscar Cordón and Sergio Damas. + Image Registration with Iterated Local Search. + Journal of Heuristics, 12(1–2):73–94, 2006.
+[ bib ] + +
+ + +
+[284] +
+
+Jeroen Corstjens, Nguyen Dang, Benoît Depaire, An Caris, and Patrick De Causmaecker. + A combined approach for analysing heuristic algorithms. + Journal of Heuristics, 25(4):591–628, 2019.
+[ bib | +DOI ] + +
+ + +
+[285] +
+
+Jeroen Corstjens, Benoît Depaire, An Caris, and Kenneth Sörensen. + A multilevel evaluation method for heuristics with an application to the VRPTW. + International Transactions in Operational Research, 27(1):168–196, 2020.
+[ bib | +DOI ] + +
+ + +
+[286] +
+
+P. Corry and E. Kozan. + Ant Colony Optimisation for Machine Layout Problems. + Computational Optimization and Applications, 28(3):287–310, 2004.
+[ bib ] + +
+ + +
+[287] +
+
+Jean-François Cordeau, Gilbert Laporte, and A. Mercier. + A unified tabu search heuristic for vehicle routing problems with time windows. + Journal of the Operational Research Society, 52(8):928–936, 2001.
+[ bib ] + +
+ + +
+[288] +
+
+Jean-François Cordeau and Mirko Maischberger. + A Parallel Iterated Tabu Search Heuristic for Vehicle Routing Problems. + Computers & Operations Research, 39(9):2033–2050, 2012.
+[ bib ] + +
+ + +
+[289] +
+
+Wagner Emanoel Costa, Marco Cesar Goldbarg, and Elizabeth Ferreira Gouvêa Goldbarg. + Hybridizing VNS and path-relinking on a particle swarm framework to minimize total flowtime. + Expert Systems with Applications, 39(18):13118–13126, 2012.
+[ bib ] + +
+ + +
+[290] +
+
+D. Costa and A. Hertz. + Ants can color graphs. + Journal of the Operational Research Society, 48:295–305, 1997.
+[ bib ] + +
+ + +
+[291] +
+
+S. P. Coy, B. L. Golden, G. C. Runger, and E. A. Wasil. + Using Experimental Design to Find Effective Parameter Settings for Heuristics. + Journal of Heuristics, 7(1):77–97, 2001.
+[ bib ] + +
+ + +
+[292] +
+
+I. Barry Crabtree. + Resource Scheduling: Comparing Simulated Annealing with Constraint Programming. + BT Technology Journal, 13(1):121–127, 1995.
+[ bib ] + +
+ + +
+[293] +
+
+Douglas Edward Critchlow, Michael A. Fligner, and Joseph S. Verducci. + Probability Models on Rankings. + Journal of Mathematical Psychology, 35:294–318, 1991.
+[ bib ] + +
+ + +
+[294] +
+
+G. A. Croes. + A Method for Solving Traveling Salesman Problems. + Operations Research, 6:791–812, 1958.
+[ bib ] + +
+ + +
+[295] +
+
+Harlan P. Crowder, Ron S. Dembo, and John M. Mulvey. + Reporting computational experiments in mathematical programming. + Mathematical Programming, 15(1):316–329, 1978.
+[ bib | +DOI ] +
+Keywords: reproducibility +
+ +
+ + +
+[296] +
+
+Carlos Cruz, Juan Ramón González, and David A. Pelta. + Optimization in Dynamic Environments: A Survey on Problems, Methods and Measures. + Soft Computing, 15(7):1427–1448, 2011.
+[ bib ] + +
+ + +
+[297] +
+
+Fábio Cruz, Anand Subramanian, Bruno P. Bruck, and Manuel Iori. + A Heuristic Algorithm for a Single Vehicle Static Bike Sharing Rebalancing Problem. + Computers & Operations Research, 79:19–33, 2017.
+[ bib ] + +
+ + +
+[298] +
+
+Joseph C. Culberson. + On the Futility of Blind Search: An Algorithmic View of “No Free Lunch”. + Evolutionary Computation, 6(2):109–127, 1998.
+[ bib | +DOI ] +
+Keywords: NFL +
+ +
+ + +
+[299] +
+
+P. Czyzżak and Andrzej Jaszkiewicz. + Pareto simulated annealing – a metaheuristic technique for multiple-objective combinatorial optimization. + Journal of Multi-Criteria Decision Analysis, 7(1):34–47, 1998.
+[ bib ] + +
+ + +
+[300] +
+
+Steven B. Damelin, Fred J. Hickernell, David L. Ragozin, and Xiaoyan Zeng. + On Energy, Discrepancy and Group Invariant Measures on Measurable Subsets of Euclidean Space. + Journal of Fourier Analysis and Applications, 16(6):813–839, 2010.
+[ bib ] +
+Keywords: Capacity; Cubature; Discrepancy; Distribution; Group + invariant kernel; Group invariant measure; Energy minimizer; + Equilibrium measure; Numerical integration; Positive + definite; Potential field; Riesz kernel; Reproducing Hilbert + space; Signed measure +
+ +
+ + +
+[301] +
+
+M. Damas, M. Salmerón, J. Ortega, G. Olivares, and H. Pomares. + Parallel Dynamic Water Supply Scheduling in a Cluster of Computers. + Concurrency and Computation: Practice and Experience, 13(15):1281–1302, December 2001.
+[ bib ] + +
+ + +
+[302] +
+
+Augusto Dantas and Aurora Pozo. + On the use of fitness landscape features in meta-learning based algorithm selection for the quadratic assignment problem. + Theoretical Computer Science, 805:62–75, 2020.
+[ bib | +DOI ] + +
+ + +
+[303] +
+
+Emilie Danna, Edward Rothberg, and Claude Le Pape. + Exploring relaxation induced neighborhoods to improve MIP solutions. + Mathematical Programming, 102(1):71–90, 2005.
+[ bib ] + +
+ + +
+[304] +
+
+George B. Dantzig and Philip Wolfe. + Decomposition Principle for Linear Programs. + Operations Research, 8(1):101–111, 1960.
+[ bib ] + +
+ + +
+[305] +
+
+Fabio Daolio, Arnaud Liefooghe, Sébastien Verel, Hernán E. Aguirre, and Kiyoshi Tanaka. + Problem Features versus Algorithm Performance on Rugged Multiobjective Combinatorial Fitness Landscapes. + Evolutionary Computation, 25(4):555–585, 2017.
+[ bib | +DOI ] + +
+ + +
+[306] +
+
+Indraneel Das and John E. Dennis. + A closer look at drawbacks of minimizing weighted sums of objectives for Pareto set generation in multicriteria optimization problems. + Structural Optimization, 14(1):63–69, 1997.
+[ bib | +DOI ] + +
+ + +
+[307] +
+
+Indraneel Das and John E. Dennis. + Normal-boundary intersection: A new method for generating the Pareto surface in nonlinear multicriteria optimization problems. + SIAM Journal on Optimization, 8(3):631–657, 1998.
+[ bib ] +
+Keywords: simplex lattice design +
+ +
+ + +
+[308] +
+
+Swagatam Das, Sankha Subhra Mullick, and Ponnuthurai N. Suganthan. + Recent advances in differential evolution–An updated survey. + Swarm and Evolutionary Computation, 27:1–30, 2016.
+[ bib ] + +
+ + +
+[309] +
+
+Swagatam Das and Ponnuthurai N. Suganthan. + Differential Evolution: A Survey of the State-of-the-art. + IEEE Transactions on Evolutionary Computation, 15(1), February 2011.
+[ bib ] + +
+ + +
+[310] +
+
+Sanjeeb Dash. + Exponential Lower Bounds on the Lengths of Some Classes of Branch-and-Cut Proofs. + Mathematics of Operations Research, 30(3):678–700, 2005.
+[ bib ] + +
+ + +
+[311] +
+
+Constantinos Daskalakis, Ilias Diakonikolas, and Mihalis Yannakakis. + How good is the Chord algorithm? + SIAM Journal on Computing, 45(3):811–858, 2016.
+[ bib ] + +
+ + +
+[312] +
+
+Jean Daunizeau, Hanneke E. M. den Ouden, Matthias Pessiglione, Stefan J. Kiebel, Karl J. Friston, and Klaas E. Stephan. + Observing the observer (II): deciding when to decide. + PLoS One, 5(12):e15555, 2010.
+[ bib | +DOI ] + +
+ + +
+[313] +
+
+Jean Daunizeau, Hanneke E. M. den Ouden, Matthias Pessiglione, Klaas E. Stephan, Stefan J. Kiebel, and Karl J. Friston. + Observing the observer (I): meta-Bayesian models of learning and decision-making. + PLoS One, 5(12):e15554, 2010.
+[ bib | +DOI ] + +
+ + +
+[314] +
+
+Kalyanmoy Deb. + An efficient constraint handling method for genetic algorithms. + Computer Methods in Applied Mechanics and Engineering, 186(2/4):311–338, 2000.
+[ bib | +DOI ] + +
+ + +
+[315] +
+
+Kalyanmoy Deb, A. Pratap, S. Agarwal, and T. Meyarivan. + A fast and elitist multi-objective genetic algorithm: NSGA-II. + IEEE Transactions on Evolutionary Computation, 6(2):182–197, 2002.
+[ bib | +DOI ] + +
+ + +
+[316] +
+
+Kalyanmoy Deb. + Multi-objective genetic algorithms: problem difficulties and construction of test problems. + Evolutionary Computation, 7(3):205–230, 1999.
+[ bib ] +
+Naive definition of PLO-set +
+ +
+ + +
+[317] +
+
+Kalyanmoy Deb and Ram Bhushan Agrawal. + Simulated binary crossover for continuous search spaces. + Complex Systems, 9(2):115–148, 1995.
+[ bib | +epub ] +
+Keywords: SBX +
+ +
+ + +
+[318] +
+
+Kalyanmoy Deb and Debayan Deb. + Analysing mutation schemes for real-parameter genetic algorithms. + International Journal of Artificial Intelligence and Soft Computing, 4(1):1–28, 2014.
+[ bib ] +
+Proposed Gaussian mutation +
+ +
+ + +
+[319] +
+
+Kalyanmoy Deb, S. Gupta, D. Daum, Jürgen Branke, A. Mall, and D. Padmanabhan. + Reliability-based optimization using evolutionary algorithms. + IEEE Transactions on Evolutionary Computation, 13(5):1054–1074, October 2009.
+[ bib | +DOI ] + +
+ + +
+[320] +
+
+Kalyanmoy Deb and Himanshu Jain. + An Evolutionary Many-Objective Optimization Algorithm Using Reference-Point-Based Nondominated Sorting Approach, Part I: Solving Problems With Box Constraints. + IEEE Transactions on Evolutionary Computation, 18(4):577–601, 2014.
+[ bib ] +
+Proposed NSGA-III +
+ +
+ + +
+[321] +
+
+Kalyanmoy Deb and Murat Köksalan. + Guest Editorial: Special Issue on Preference-based Multiobjective Evolutionary Algorithms. + IEEE Transactions on Evolutionary Computation, 14(5):669–670, October 2010.
+[ bib | +DOI ] + +
+ + +
+[322] +
+
+Kalyanmoy Deb, Manikanth Mohan, and Shikhar Mishra. + Evaluating the ε-domination based multi-objective evolutionary algorithm for a quick computation of Pareto-optimal solutions. + Evolutionary Computation, 13(4):501–525, December 2005.
+[ bib | +DOI ] +
+Keywords: ε-dominance, ε-MOEA +
+ +
+ + +
+[323] +
+
+Kalyanmoy Deb and Santosh Tiwari. + Omni-optimizer: A generic evolutionary algorithm for single and multi-objective optimization. + European Journal of Operational Research, 185(3):1062–1087, 2008.
+[ bib | +DOI ] +
+Archiving method with epsilon dominance and density in the + decision and objective spaces +
+
+Keywords: epsilon-dominance, archiving +
+ +
+ + +
+[324] +
+
+Kalyanmoy Deb, Ling Zhu, and Sandeep Kulkarni. + Handling Multiple Scenarios in Evolutionary Multi-Objective Numerical Optimization. + IEEE Transactions on Evolutionary Computation, 22(6):920–933, 2018.
+[ bib | +DOI ] +
+Solutions to most practical numerical optimization problems + must be evaluated for their performance over a number of + different loading or operating conditions, which we refer + here as scenarios. Therefore, a meaningful and resilient + optimal solution must be such that it remains feasible under + all scenarios and performs close to an individual optimal + solution corresponding to each scenario. Despite its + practical importance, multi-scenario consideration has + received a lukewarm attention, particularly in the context of + multi-objective optimization. The usual practice is to + optimize for the worst-case scenario. In this paper, we + review existing methodologies in this direction and set our + goal to suggest a new and potential population-based method + for handling multiple scenarios by defining scenario-wise + domination principle and scenario-wise diversity-preserving + operators. To evaluate, the proposed method is applied to a + number of numerical test problems and engineering design + problems with a detail explanation of the obtained results + and compared with an existing method. This first systematic + evolutionary based multi-scenario, multiobjective, + optimization study on numerical problems indicates that + multiple scenarios can be handled in an integrated manner + using an EMO framework to find a well-balanced compromise set + of solutions to multiple scenarios and maintain a tradeoff + among multiple objectives. In comparison to an existing + serial multiple optimization approach, the proposed approach + finds a set of compromised trade-off solutions + simultaneously. An achievement of multi-objective trade-off + and multi-scenario trade-off is algorithmically challenging, + but due to its practical appeal, further research and + application must be spent. +
+
+Keywords: scenario-based +
+ +
+ + +
+[325] +
+
+Annelies De Corte and Kenneth Sörensen. + Optimisation of gravity-fed water distribution network design: A critical review. + European Journal of Operational Research, 228(1):1–10, 2013.
+[ bib | +DOI ] + +
+ + +
+[326] +
+
+Annelies De Corte and Kenneth Sörensen. + An Iterated Local Search Algorithm for Water Distribution Network Design Optimization. + Networks, 67(3):187–198, 2016.
+[ bib ] + +
+ + +
+[327] +
+
+Annelies De Corte and Kenneth Sörensen. + An Iterated Local Search Algorithm for multi-period water distribution network design optimization. + Water, 8(8):359, 2016.
+[ bib | +DOI ] + +
+ + +
+[328] +
+
+V. Dekhtyarenko. + Verification of weight coefficients in multicriteria optimization problems. + Computer-Aided Design, 13(6):339–344, 1981.
+[ bib ] + +
+ + +
+[329] +
+
+X. Delorme, Xavier Gandibleux, and F. Degoutin. + Evolutionary, constructive and hybrid procedures for the bi-objective set packing problem. + European Journal of Operational Research, 204(2):206–217, 2010.
+[ bib ] +
+This paper cannot be found on internet!! Does it exist? +
+ +
+ + +
+[330] +
+
+Federico Della Croce, Thierry Garaix, and Andrea Grosso. + Iterated Local Search and Very Large Neighborhoods for the Parallel-machines Total Tardiness Problem. + Computers & Operations Research, 39(6):1213–1217, 2012.
+[ bib ] + +
+ + +
+[331] +
+
+Maxence Delorme, Manuel Iori, and Silvano Martello. + Bin packing and cutting stock problems: Mathematical models and exact algorithms. + European Journal of Operational Research, 255(1):1–20, 2016.
+[ bib | +DOI ] + +
+ + +
+[332] +
+
+Mauro Dell'Amico, Manuel Iori, Silvano Martello, and Michele Monaci. + Heuristic and Exact Algorithms for the Identical Parallel Machine Scheduling Problem. + INFORMS Journal on Computing, 20(3):333–344, 2016.
+[ bib ] + +
+ + +
+[333] +
+
+Maxence Delorme, Manuel Iori, and Silvano Martello. + BPPLIB: a library for bin packing and cutting stock problems. + Optimization Letters, 12(2):235–250, 2018.
+[ bib | +DOI ] + +
+ + +
+[334] +
+
+Mauro Dell'Amico, Manuel Iori, Stefano Novellani, and Thomas Stützle. + A destroy and repair algorithm for the Bike sharing Rebalancing Problem. + Computers & Operations Research, 71:146–162, 2016.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[335] +
+
+Robert F. Dell and Mark H. Karwan. + An interactive MCDM weight space reduction method utilizing a Tchebycheff utility function. + Naval Research Logistics, 37(2):263–277, 1990.
+[ bib ] + +
+ + +
+[336] +
+
+Mauro Dell'Amico and Marco Trubian. + Applying Tabu Search to the Job Shop Scheduling Problem. + Annals of Operations Research, 41:231–252, 1993.
+[ bib ] + +
+ + +
+[337] +
+
+Stephan Dempe, Gabriele Eichfelder, and Jörg Fliege. + On the effects of combining objectives in multi-objective optimization. + Mathematical Methods of Operations Research, 82(1):1–18, 2015.
+[ bib ] + +
+ + +
+[338] +
+
+Jean-Louis Deneubourg, S. Aron, S. Goss, and J.-M. Pasteels. + The Self-Organizing Exploratory Pattern of the Argentine Ant. + Journal of Insect Behavior, 3(2):159–168, 1990.
+[ bib | +DOI ] + +
+ + +
+[339] +
+
+Joaquín Derrac, Salvador García, Daniel Molina, and Francisco Herrera. + A practical tutorial on the use of nonparametric statistical tests as a methodology for comparing evolutionary and swarm intelligence algorithms. + Swarm and Evolutionary Computation, 1(1):3–18, 2011.
+[ bib ] + +
+ + +
+[340] +
+
+Ulrich Derigs and Ulrich Vogel. + Experience with a Framework for Developing Heuristics for Solving Rich Vehicle Routing Problems. + Journal of Heuristics, 20(1):75–106, 2014.
+[ bib ] + +
+ + +
+[341] +
+
+Aryan Deshwal, Syrine Belakaria, Janardhan Rao Doppa, and Dae Hyun Kim. + Bayesian Optimization over Permutation Spaces. + Arxiv preprint arXiv:2112.01049, 2021.
+[ bib | +DOI ] +
+Keywords: BOPS, CEGO +
+ +
+ + +
+[342] +
+
+Marcelo De Souza, Marcus Ritt, Manuel López-Ibáñez, and Leslie Pérez Cáceres. + ACVIZ: A Tool for the Visual Analysis of the Configuration of Algorithms with irace. + Operations Research Perspectives, 8:100186, 2021.
+[ bib | +DOI | +supplementary material ] +
+This paper introduces acviz, a tool that helps to analyze the + automatic configuration of algorithms with irace. It provides + a visual representation of the configuration process, + allowing users to extract useful information, e.g. how the + configurations evolve over time. When test data is available, + acviz also shows the performance of each configuration on the + test instances. Using this visualization, users can analyze + and compare the quality of the resulting configurations and + observe the performance differences on training and test + instances. +
+ +
+ + +
+[343] +
+
+Paolo Detti, Francesco Papalini, and Garazi Zabalo Manrique de Lara. + A multi-depot dial-a-ride problem with heterogeneous vehicles and compatibility constraints in healthcare. + Omega, 70:1–14, 2017.
+[ bib | +DOI ] + +
+ + +
+[344] +
+
+Sven De Vries and Rakesh V. Vohra. + Combinatorial Auctions: A Survey. + INFORMS Journal on Computing, 15(3):284–309, 2003.
+[ bib ] + +
+ + +
+[345] +
+
+Juan Esteban Diaz, Julia Handl, and Dong-Ling Xu. + Evolutionary robust optimization in production planning: interactions between number of objectives, sample size and choice of robustness measure. + Computers & Operations Research, 79:266–278, 2017.
+[ bib | +DOI ] +
+Keywords: Evolutionary multi-objective optimization, Production + planning, Robust optimization, Simulation-based optimization, + Uncertainty modelling +
+ +
+ + +
+[346] +
+
+Juan Esteban Diaz, Julia Handl, and Dong-Ling Xu. + Integrating meta-heuristics, simulation and exact techniques for production planning of a failure-prone manufacturing system. + European Journal of Operational Research, 266(3):976–989, 2018.
+[ bib | +DOI ] +
+Keywords: Genetic algorithms, Combinatorial optimization, Production + planning, Simulation-based optimization, Uncertainty + modelling +
+ +
+ + +
+[347] +
+
+Juan Esteban Diaz and Manuel López-Ibáñez. + Incorporating Decision-Maker's Preferences into the Automatic Configuration of Bi-Objective Optimisation Algorithms. + European Journal of Operational Research, 289(3):1209–1222, 2021.
+[ bib | +DOI | +supplementary material ] +
+Automatic configuration (AC) methods are increasingly used to + tune and design optimisation algorithms for problems with + multiple objectives. Most AC methods use unary quality + indicators, which assign a single scalar value to an + approximation to the Pareto front, to compare the performance + of different optimisers. These quality indicators, however, + imply preferences beyond Pareto-optimality that may differ + from those of the decision maker (DM). Although it is + possible to incorporate DM's preferences into quality + indicators, e.g., by means of the weighted hypervolume + indicator (HVw), expressing preferences in terms of weight + function is not always intuitive nor an easy task for a DM, + in particular, when comparing the stochastic outcomes of + several algorithm configurations. A more visual approach to + compare such outcomes is the visualisation of their empirical + attainment functions (EAFs) differences. This paper proposes + using such visualisations as a way of eliciting information + about regions of the objective space that are preferred by + the DM. We present a method to convert the information about + EAF differences into a HVw that will assign higher quality + values to approximation fronts that result in EAF differences + preferred by the DM. We show that the resulting HVw may be + used by an AC method to guide the configuration of + multi-objective optimisers according to the preferences of + the DM. We evaluate the proposed approach on a well-known + benchmark problem. Finally, we apply our approach to + re-configuring, according to different DM's preferences, a + multi-objective optimiser tackling a real-world production + planning problem arising in the manufacturing industry. +
+ +
+ + +
+[348] +
+
+L. C. Dias, Vincent Mousseau, José Rui Figueira, and J. N. Clímaco. + An aggregation/disaggregation approach to obtain robust conclusions with ELECTRE TRI. + European Journal of Operational Research, 138(2):332–348, April 2002.
+[ bib ] + +
+ + +
+[349] +
+
+Ilias Diakonikolas and Mihalis Yannakakis. + Small approximate Pareto sets for biobjective shortest paths and other problems. + SIAM Journal on Computing, 39(4):1340–1371, 2009.
+[ bib ] + +
+ + +
+[350] +
+
+Gianni A. Di Caro and Marco Dorigo. + AntNet: Distributed Stigmergetic Control for Communications Networks. + Journal of Artificial Intelligence Research, 9:317–365, 1998.
+[ bib ] + +
+ + +
+[351] +
+
+Gianni A. Di Caro, F. Ducatelle, and L. M. Gambardella. + AntHocNet: An adaptive nature-inspired algorithm for routing in mobile ad hoc networks. + European Transactions on Telecommunications, 16(5):443–455, 2005.
+[ bib ] + +
+ + +
+[352] +
+
+Luca Di Gaspero and Andrea Schaerf. + EasyLocal++: An object-oriented framework for flexible design of local search algorithms. + Software — Practice & Experience, 33(8):733–765, July 2003.
+[ bib | +epub ] +
+Keywords: software engineering, local search, easylocal +
+ +
+ + +
+[353] +
+
+Bistra Dilkina, Elias B. Khalil, and George L. Nemhauser. + Comments on: On learning and branching: a survey. + TOP, 25:242–246, 2017.
+[ bib ] +
+Comments on [860]. +
+ +
+ + +
+[354] +
+
+Rui Ding, Hongbin Dong, Jun He, and Tao Li. + A novel two-archive strategy for evolutionary many-objective optimization algorithm based on reference points. + Applied Soft Computing, 78:447–464, 2019.
+[ bib | +DOI ] + +
+ + +
+[355] +
+
+J.-Y. Ding, S. Song, J. N. D. Gupta, R. Zhang, R. Chiong, and C. Wu. + An Improved Iterated Greedy Algorithm with a Tabu-based Reconstruction Strategy for the No-wait Flowshop Scheduling Problem. + Applied Soft Computing, 30:604–613, 2015.
+[ bib ] + +
+ + +
+[356] +
+
+Benjamin Doerr, Carola Doerr, and Franziska Ebel. + From black-box complexity to designing new genetic algorithms. + Theoretical Computer Science, 567:87–104, 2015.
+[ bib | +DOI ] + +
+ + +
+[357] +
+
+Benjamin Doerr, Carola Doerr, and Jing Yang. + Optimal parameter choices via precise black-box analysis. + Theoretical Computer Science, 801:1–34, 2020.
+[ bib | +DOI ] + +
+ + +
+[358] +
+
+Karl F. Doerner, Guenther Fuellerer, Manfred Gronalt, Richard F. Hartl, and Manuel Iori. + Metaheuristics for the Vehicle Routing Problem with Loading Constraints. + Networks, 49(4):294–307, 2006.
+[ bib ] + +
+ + +
+[359] +
+
+Benjamin Doerr, Christian Gießen, Carsten Witt, and Jing Yang. + The (1+λ) evolutionary algorithm with self-adjusting mutation rate. + Algorithmica, 81(2):593–631, 2019.
+[ bib ] + +
+ + +
+[360] +
+
+Karl F. Doerner, Walter J. Gutjahr, Richard F. Hartl, Christine Strauss, and Christian Stummer. + Nature-Inspired Metaheuristics in Multiobjective Activity Crashing. + Omega, 36(6):1019–1037, 2008.
+[ bib ] + +
+ + +
+[361] +
+
+Karl F. Doerner, Walter J. Gutjahr, Richard F. Hartl, Christine Strauss, and Christian Stummer. + Pareto Ant Colony Optimization: A Metaheuristic Approach to Multiobjective Portfolio Selection. + Annals of Operations Research, 131:79–99, 2004.
+[ bib ] + +
+ + +
+[362] +
+
+Karl F. Doerner, Walter J. Gutjahr, Richard F. Hartl, Christine Strauss, and Christian Stummer. + Pareto ant colony optimization with ILP preprocessing in multiobjective project portfolio selection. + European Journal of Operational Research, 171:830–841, 2006.
+[ bib ] + +
+ + +
+[363] +
+
+Karl F. Doerner, Richard F. Hartl, and Marc Reimann. + Are COMPETants more competent for problem solving? The case of a multiple objective transportation problem. + Central European Journal for Operations Research and Economics, 11(2):115–141, 2003.
+[ bib ] + +
+ + +
+[364] +
+
+Benjamin Doerr, Daniel Johannsen, and Carola Winzen. + Multiplicative drift analysis. + Algorithmica, 64(4):673–697, 2012.
+[ bib ] + +
+ + +
+[365] +
+
+Benjamin Doerr, Timo Kötzing, Johannes Lengler, and Carola Winzen. + Black-box complexities of combinatorial problems. + Theoretical Computer Science, 471:84–106, 2013.
+[ bib ] + +
+ + +
+[366] +
+
+Karl F. Doerner, D. Merkle, and Thomas Stützle. + Special issue on Ant Colony Optimization. + Swarm Intelligence, 3(1), 2009.
+[ bib ] + +
+ + +
+[367] +
+
+Benjamin Doerr, Frank Neumann, Dirk Sudholt, and Carsten Witt. + Runtime analysis of the 1-ANT ant colony optimizer. + Theoretical Computer Science, 412(1):1629–1644, 2011.
+[ bib ] + +
+ + +
+[368] +
+
+Doǧan Aydın. + Composite artificial bee colony algorithms: From component-based analysis to high-performing algorithms. + Applied Soft Computing, 32:266–285, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[369] +
+
+Jean-Paul Doignon, Aleksandar Pekeč, and Michel Regenwetter. + The repeated insertion model for rankings: Missing link between two subset choice models. + Psychometrika, 69(1):33–54, March 2004.
+[ bib | +DOI ] +
+Several probabilistic models for subset choice have been + proposed in the literature, for example, to explain approval + voting data. We show that Marley et al.'s latent scale model + is subsumed by Falmagne and Regenwetter's size-independent + model, in the sense that every choice probability + distribution generated by the former can also be explained by + the latter. Our proof relies on the construction of a + probabilistic ranking model which we label the “repeated + insertion model”. This model is a special case of Marden's + orthogonal contrast model class and, in turn, includes the + classical Mallows φ-model as a special case. We + explore its basic properties as well as its relationship to + Fligner and Verducci's multistage ranking model. +
+ +
+ + +
+[370] +
+
+Elizabeth D. Dolan and Jorge J. Moré. + Benchmarking optimization software with performance profiles. + Mathematical Programming, 91(2):201–213, 2002.
+[ bib ] +
+This methodology has been criticized in https://doi.org/10.1145/2950048 +
+
+Keywords: performance profiles; convergence +
+ +
+ + +
+[371] +
+
+Xingye Dong, Ping, Houkuan Huang, and Maciek Nowak. + A Multi-restart Iterated Local Search Algorithm for the Permutation Flow Shop Problem Minimizing Total Flow Time. + Computers & Operations Research, 40(2):627–632, 2013.
+[ bib ] + +
+ + +
+[372] +
+
+X. Dong, H. Huang, and P. Chen. + An Iterated Local Search Algorithm for the Permutation Flowshop Problem with Total Flowtime Criterion. + Computers & Operations Research, 36(5):1664–1669, 2009.
+[ bib ] + +
+ + +
+[373] +
+
+A. V. Donati, Roberto Montemanni, N. Casagrande, A. E. Rizzoli, and L. M. Gambardella. + Time dependent vehicle routing problem with a multi ant colony system. + European Journal of Operational Research, 185(3):1174–1191, 2008.
+[ bib ] + +
+ + +
+[374] +
+
+Marco Dorigo. + Ant Colony Optimization. + Scholarpedia, 2(3):1461, 2007.
+[ bib | +DOI ] + +
+ + +
+[375] +
+
+Marco Dorigo. + Swarm intelligence: A few things you need to know if you want to publish in this journal. + Swarm Intelligence, November 2016.
+[ bib | +http ] + +
+ + +
+[376] +
+
+Marco Dorigo, Mauro Birattari, Xiaodong Li, Manuel López-Ibáñez, Kazuhiro Ohkura, Carlo Pinciroli, and Thomas Stützle. + ANTS 2016 Special Issue: Editorial. + Swarm Intelligence, November 2017.
+[ bib | +DOI ] + +
+ + +
+[377] +
+
+Marco Dorigo, Mauro Birattari, and Thomas Stützle. + Ant Colony Optimization: Artificial Ants as a Computational Intelligence Technique. + IEEE Computational Intelligence Magazine, 1(4):28–39, 2006.
+[ bib ] + +
+ + +
+[378] +
+
+Marco Dorigo and Christian Blum. + Ant colony optimization theory: A survey. + Theoretical Computer Science, 344(2-3):243–278, 2005.
+[ bib ] + +
+ + +
+[379] +
+
+Marco Dorigo, Gianni A. Di Caro, and L. M. Gambardella. + Ant Algorithms for Discrete Optimization. + Artificial Life, 5(2):137–172, 1999.
+[ bib ] + +
+ + +
+[380] +
+
+Marco Dorigo and L. M. Gambardella. + Ant Colonies for the Traveling Salesman Problem. + BioSystems, 43(2):73–81, 1997.
+[ bib | +DOI ] + +
+ + +
+[381] +
+
+Marco Dorigo and L. M. Gambardella. + Ant Colony System: A Cooperative Learning Approach to the Traveling Salesman Problem. + IEEE Transactions on Evolutionary Computation, 1(1):53–66, 1997.
+[ bib ] +
+Keywords: Ant Colony System +
+ +
+ + +
+[382] +
+
+Marco Dorigo, L. M. Gambardella, Martin Middendorf, and Thomas Stützle. + Guest Editorial: Special Section on Ant Colony Optimization. + IEEE Transactions on Evolutionary Computation, 6(4):317–320, 2002.
+[ bib | +DOI ] +
+Keywords: ant colony optimization, swarm intelligence +
+ +
+ + +
+[383] +
+
+Marco Dorigo, Vittorio Maniezzo, and Alberto Colorni. + Ant System: Optimization by a Colony of Cooperating Agents. + IEEE Transactions on Systems, Man, and Cybernetics – Part B, 26(1):29–41, 1996.
+[ bib ] + +
+ + +
+[384] +
+
+Marco Dorigo, Thomas Stützle, and Gianni A. Di Caro. + Special Issue on “Ant Algorithms”. + Future Generation Computer Systems, 16(8), 2000.
+[ bib ] +
+Keywords: swarm intelligence, ant colony optimization +
+ +
+ + +
+[385] +
+
+Michael Doumpos and Constantin Zopounidis. + Preference disaggregation and statistical learning for multicriteria decision support: A review. + European Journal of Operational Research, 209(3):203–214, 2011.
+[ bib ] + +
+ + +
+[386] +
+
+Erik Dovgan, Tea Tušar, and Bogdan Filipič. + Parameter tuning in an evolutionary algorithm for commodity transportation optimization. + Evolutionary Computation, pp.  1–8, 2010.
+[ bib ] + +
+ + +
+[387] +
+
+Johann Dréo and P. Siarry. + Continuous interacting ant colony algorithm based on dense heterarchy. + Future Generation Computer Systems, 20(5):841–856, 2004.
+[ bib ] + +
+ + +
+[388] +
+
+Stefan Droste, Thomas Jansen, and Ingo Wegener. + Upper and lower bounds for randomized search heuristics in black-box optimization. + Theory of Computing Systems, 39(4):525–544, 2006.
+[ bib ] + +
+ + +
+[389] +
+
+Mădălina M. Drugan and Dirk Thierens. + Stochastic Pareto local search: Pareto neighbourhood exploration and perturbation strategies. + Journal of Heuristics, 18(5):727–766, 2012.
+[ bib ] + +
+ + +
+[390] +
+
+J. Du and Joseph Y.-T. Leung. + Minimizing Total Tardiness on One Machine is NP-Hard. + Mathematics of Operations Research, 15(3):483–495, 1990.
+[ bib ] + +
+ + +
+[391] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Improving the Anytime Behavior of Two-Phase Local Search. + Annals of Mathematics and Artificial Intelligence, 61(2):125–154, 2011.
+[ bib | +DOI ] + +
+ + +
+[392] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + A Hybrid TP+PLS Algorithm for Bi-objective Flow-Shop Scheduling Problems. + Computers & Operations Research, 38(8):1219–1236, 2011.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[393] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Anytime Pareto Local Search. + European Journal of Operational Research, 243(2):369–385, 2015.
+[ bib | +DOI ] +
+Keywords: Pareto local search +
+ +
+ + +
+[394] +
+
+Jérémie Dubois-Lacoste, Federico Pagnozzi, and Thomas Stützle. + An Iterated Greedy Algorithm with Optimization of Partial Solutions for the Permutation Flowshop Problem. + Computers & Operations Research, 81:160–166, 2017.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[395] +
+
+Fabian Duddeck. + Multidisciplinary optimization of car bodies. + Structural and Multidisciplinary Optimization, 35(4):375–389, 2008.
+[ bib | +DOI ] +
+Evolutionary optimization of car bodies at General Motors +
+ +
+ + +
+[396] +
+
+Gunter Dueck and T. Scheuer. + Threshold Accepting: A General Purpose Optimization Algorithm Appearing Superior to Simulated Annealing. + Journal of Computational Physics, 90(1):161–175, 1990.
+[ bib ] + +
+ + +
+[397] +
+
+Gunter Dueck. + New Optimization Heuristics: the Great Deluge Algorithm and the Record-To-Record Travel. + Journal of Computational Physics, 104(1):86–92, 1993.
+[ bib ] + +
+ + +
+[398] +
+
+Rikky R. P. R. Duivenvoorden, Felix Berkenkamp, Nicolas Carion, Andreas Krause, and Angela P. Schoellig. + Constrained Bayesian Optimization with Particle Swarms for Safe Adaptive Controller Tuning. + IFAC-PapersOnLine, 50(1):11800–11807, 2017.
+[ bib | +DOI ] +
+Tuning controller parameters is a recurring and + time-consuming problem in control. This is especially true in + the field of adaptive control, where good performance is + typically only achieved after significant tuning. Recently, + it has been shown that constrained Bayesian optimization is a + promising approach to automate the tuning process without + risking system failures during the optimization + process. However, this approach is computationally too + expensive for tuning more than a couple of parameters. In + this paper, we provide a heuristic in order to efficiently + perform constrained Bayesian optimization in high-dimensional + parameter spaces by using an adaptive discretization based on + particle swarms. We apply the method to the tuning problem of + an L1 adaptive controller on a quadrotor vehicle and show + that we can reliably and automatically tune parameters in + experiments. +
+
+20th IFAC World Congress +
+
+Keywords: Adaptive Control, Constrained Bayesian Optimization, Safety, + Gaussian Process, Particle Swarm Optimization, Policy Search, + Reinforcement learning +
+ +
+ + +
+[399] +
+
+Cees Duin and Stefan Voß. + The Pilot Method: A Strategy for Heuristic Repetition with Application to the Steiner Problem in Graphs. + Networks, 34(3):181–191, 1999.
+[ bib ] + +
+ + +
+[400] +
+
+Y. Dumas, J. Desrosiers, E. Gelinas, and M. M. Solomon. + An Optimal Algorithm for the Traveling Salesman Problem with Time Windows. + Operations Research, 43(2):367–371, 1995.
+[ bib | +DOI ] + +
+ + +
+[401] +
+
+Olive Jean Dunn. + Multiple Comparisons Using Rank Sums. + Technometrics, 6(3):241–252, 1964.
+[ bib ] + +
+ + +
+[402] +
+
+Olive Jean Dunn. + Multiple Comparisons Among Means. + Journal of the American Statistical Association, 56(293):52–64, 1961.
+[ bib ] + +
+ + +
+[403] +
+
+Juan J. Durillo and Antonio J. Nebro. + jMetal: A Java framework for multi-objective optimization. + Advances in Engineering Software, 42(10):760–771, 2011.
+[ bib | +DOI ] + +
+ + +
+[404] +
+
+Katharina Eggensperger, Marius Thomas Lindauer, and Frank Hutter. + Pitfalls and best practices in algorithm configuration. + Journal of Artificial Intelligence Research, 64:861–893, 2019.
+[ bib ] + +
+ + +
+[405] +
+
+Richard W. Eglese. + Simulated Annealing: a Tool for Operational Research. + European Journal of Operational Research, 46(3):271–281, 1990.
+[ bib ] + +
+ + +
+[406] +
+
+Jan Fabian Ehmke, Ann Melissa Campbell, and Barrett W. Thomas. + Vehicle routing to minimize time-dependent emissions in urban areas. + European Journal of Operational Research, 251(2):478–494, June 2016.
+[ bib | +DOI ] + +
+ + +
+[407] +
+
+Matthias Ehrgott. + A discussion of scalarization techniques for multiple objective integer programming. + Annals of Operations Research, 147(1):343–360, 2006.
+[ bib ] + +
+ + +
+[408] +
+
+Matthias Ehrgott and Xavier Gandibleux. + Approximative Solution Methods for Combinatorial Multicriteria Optimization. + TOP, 12(1):1–88, 2004.
+[ bib ] + +
+ + +
+[409] +
+
+Matthias Ehrgott and Kathrin Klamroth. + Connectedness of Efficient Solutions in Multiple Criteria Combinatorial Optimization. + European Journal of Operational Research, 97(1):159–166, 1997.
+[ bib | +DOI ] + +
+ + +
+[410] +
+
+Agoston E. Eiben, Robert Hinterding, and Zbigniew Michalewicz. + Parameter Control in Evolutionary Algorithms. + IEEE Transactions on Evolutionary Computation, 3(2):124–141, 1999.
+[ bib ] + +
+ + +
+[411] +
+
+Agoston E. Eiben and Günther Rudolph. + Theory of evolutionary algorithms: A bird's eye view. + Theoretical Computer Science, 229(1-2):3–9, 1999.
+[ bib ] + +
+ + +
+[412] +
+
+Agoston E. Eiben and Selmar K. Smit. + Parameter Tuning for Configuring and Analyzing Evolutionary Algorithms. + Swarm and Evolutionary Computation, 1(1):19–31, 2011.
+[ bib | +DOI ] + +
+ + +
+[413] +
+
+Sibel Eker and Jan H. Kwakkel. + Including robustness considerations in the search phase of Many-Objective Robust Decision Making. + Environmental Modelling & Software, 105:201–216, 2018.
+[ bib ] +
+Keywords: scenario-based +
+ +
+ + +
+[414] +
+
+Jeffrey L Elman. + Distributed representations, simple recurrent networks, and grammatical structure. + Machine Learning, 7(2-3):195–225, 1991.
+[ bib ] + +
+ + +
+[415] +
+
+V. A. Emelichev and V. A. Perepelitsa. + Complexity of Vector Optimization Problems on Graphs. + Optimization, 22(6):906–918, 1991.
+[ bib | +DOI ] + +
+ + +
+[416] +
+
+V. A. Emelichev and V. A. Perepelitsa. + On the Cardinality of the Set of Alternatives in Discrete Many-criterion Problems. + Discrete Mathematics and Applications, 2(5):461–471, 1992.
+[ bib ] + +
+ + +
+[417] +
+
+Michael T. M. Emmerich and André H. Deutz. + A tutorial on multiobjective optimization: Fundamentals and evolutionary methods. + Natural Computing, 17(3):585–609, 2018.
+[ bib ] + +
+ + +
+[418] +
+
+Michael T. M. Emmerich, K. C. Giannakoglou, and Boris Naujoks. + Single- and multiobjective evolutionary optimization assisted by Gaussian random field metamodels. + IEEE Transactions on Evolutionary Computation, 10(4):421–439, 2006.
+[ bib | +DOI ] + +
+ + +
+[419] +
+
+Alexander Engau and Margaret M. Wiecek. + 2D decision-making for multicriteria design optimization. + Structural and Multidisciplinary Optimization, 34:301–315, 2007.
+[ bib | +DOI ] + +
+ + +
+[420] +
+
+Alexander Engau and Margaret M. Wiecek. + Interactive coordination of objective decompositions in multiobjective programming. + Management Science, 54(7):1350–1363, 2008.
+[ bib ] + +
+ + +
+[421] +
+
+Imen Essafi, Yazid Mati, and Stéphane Dauzère-Pèrés. + A Genetic Local Search Algorithm for Minimizing Total Weighted Tardiness in the Job-shop Scheduling Problem. + Computers & Operations Research, 35(8):2599–2616, 2008.
+[ bib ] + +
+ + +
+[422] +
+
+Wei Fan and Albert Bifet. + Mining big data: current status, and forecast to the future. + ACM SIGKDD Explorations Newsletter, 14(2):1–5, 2013.
+[ bib ] + +
+ + +
+[423] +
+
+Daniele Fanelli. + Negative results are disappearing from most disciplines and countries. + Scientometrics, 90(3):891–904, 2012.
+[ bib | +DOI ] +
+Concerns that the growing competition for funding and + citations might distort science are frequently discussed, but + have not been verified directly. Of the hypothesized + problems, perhaps the most worrying is a worsening of + positive-outcome bias. A system that disfavours negative + results not only distorts the scientific literature directly, + but might also discourage high-risk projects and pressure + scientists to fabricate and falsify their data. This study + analysed over 4,600 papers published in all disciplines + between 1990 and 2007, measuring the frequency of papers + that, having declared to have “tested” a hypothesis, + reported a positive support for it. The overall frequency of + positive supports has grown by over 22% between 1990 and + 2007, with significant differences between disciplines and + countries. The increase was stronger in the social and some + biomedical disciplines. The United States had published, over + the years, significantly fewer positive results than Asian + countries (and particularly Japan) but more than European + countries (and in particular the United + Kingdom). Methodological artefacts cannot explain away these + patterns, which support the hypotheses that research is + becoming less pioneering and/or that the objectivity with + which results are produced and published is decreasing. +
+ +
+ + +
+[424] +
+
+H. Faria, Jr, S. Binato, Mauricio G. C. Resende, and D. J. Falcão. + Power transmission network design by a greedy randomized adaptive path relinking approach. + IEEE Transactions on Power Systems, 20(1):43–49, 2005.
+[ bib ] + +
+ + +
+[425] +
+
+Vincent E. Farrugia, Héctor P. Martínez, and Georgios N. Yannakakis. + The Preference Learning Toolbox. + Arxiv preprint arXiv:1506.01709, 2015.
+[ bib | +DOI ] + +
+ + +
+[426] +
+
+R. Farmani, Godfrey A. Walters, and Dragan A. Savic. + Evolutionary multi-objective optimization of the design and operation of water distribution network: total cost vs. reliability vs. water quality. + Journal of Hydroinformatics, 8(3):165–179, 2006.
+[ bib ] + +
+ + +
+[427] +
+
+D. Favaretto, E. Moretti, and Paola Pellegrini. + Ant colony system approach for variants of the traveling salesman problem with time windows. + Journal of Information and Optimization Sciences, 27(1):35–54, 2006.
+[ bib ] + +
+ + +
+[428] +
+
+D. Favaretto, E. Moretti, and Paola Pellegrini. + Ant Colony System for a VRP with Multiple Time Windows and Multiple Visits. + Journal of Interdisciplinary Mathematics, 10(2):263–284, 2007.
+[ bib ] + +
+ + +
+[429] +
+
+Chris Fawcett and Holger H. Hoos. + Analysing Differences Between Algorithm Configurations through Ablation. + Journal of Heuristics, 22(4):431–458, 2016.
+[ bib ] + +
+ + +
+[430] +
+
+T. A. Feo and Mauricio G. C. Resende. + A Probabilistic Heuristic for a Computationally Difficult Set Covering Problem. + Operations Research Letters, 8(2):67–71, 1989.
+[ bib ] +
+Proposed GRASP +
+ +
+ + +
+[431] +
+
+T. A. Feo and Mauricio G. C. Resende. + Greedy Randomized Adaptive Search Procedures. + Journal of Global Optimization, 6(2):109–113, 1995.
+[ bib ] + +
+ + +
+[432] +
+
+T. A. Feo, Mauricio G. C. Resende, and S. H. Smith. + A Greedy Randomized Adaptive Search Procedure for Maximum Independent Set. + Operations Research, 42:860–878, October 1994.
+[ bib ] +
+Keywords: GRASP +
+ +
+ + +
+[433] +
+
+Victor Fernandez-Viagas and Jose M. Framiñán. + On Insertion Tie-breaking Rules in Heuristics for the Permutation Flowshop Scheduling Problem. + Computers & Operations Research, 45:60–67, 2014.
+[ bib ] + +
+ + +
+[434] +
+
+Victor Fernandez-Viagas and Jose M. Framiñán. + A Beam-search-based Constructive Heuristic for the PFSP to Minimise Total Flowtime. + Computers & Operations Research, 81:167–177, 2017.
+[ bib ] + +
+ + +
+[435] +
+
+Victor Fernandez-Viagas and Jose M. Framiñán. + Iterated-greedy-based algorithms with beam search initialization for the permutation flowshop to minimise total tardiness. + Expert Systems with Applications, 94:58–69, 2018.
+[ bib ] + +
+ + +
+[436] +
+
+Javier Ferrer, José García-Nieto, Enrique Alba, and Francisco Chicano. + Intelligent Testing of Traffic Light Programs: Validation in Smart Mobility Scenarios. + Mathematical Problems in Engineering, 2016:1–19, 2016.
+[ bib | +DOI ] + +
+ + +
+[437] +
+
+Alberto Ferrer, Daniel Guimarans, Helena Ramalhinho Lourenço, and Angel A. Juan. + A BRILS Metaheuristic for Non-smooth Flow-shop Problems with Failure-risk Costs. + Expert Systems with Applications, 44:177–186, 2016.
+[ bib ] + +
+ + +
+[438] +
+
+Javier Ferrer, Manuel López-Ibáñez, and Enrique Alba. + Reliable Simulation-Optimization of Traffic Lights in a Real-World City. + Applied Soft Computing, 78:697–711, 2019.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[439] +
+
+Eduardo Fernandez, Jorge Navarro, and Sergio Bernal. + Multicriteria Sorting Using a Valued Indifference Relation Under a Preference Disaggregation Paradigm. + European Journal of Operational Research, 198(2):602–609, 2009.
+[ bib ] + +
+ + +
+[440] +
+
+Victor Fernandez-Viagas, Rubén Ruiz, and Jose M. Framiñán. + A New Vision of Approximate Methods for the Permutation Flowshop to Minimise Makespan: State-of-the-art and Computational Evaluation. + European Journal of Operational Research, 257(3):707–721, 2017.
+[ bib ] + +
+ + +
+[441] +
+
+R. Ferreira da Silva and S. Urrutia. + A General VNS Heuristic for the Traveling Salesman Problem with Time Windows. + Discrete Optimization, 7(4):203–211, 2010.
+[ bib | +DOI ] +
+Keywords: TSPTW, GVNS +
+ +
+ + +
+[442] +
+
+Victor Fernandez-Viagas, Jorge M. S. Valente, and Jose M. Framiñán. + Iterated-greedy-based algorithms with Beam Search Initialization for the Permutation Flowshop to Minimise Total Tardiness. + Expert Systems with Applications, 94:58–69, 2018.
+[ bib ] + +
+ + +
+[443] +
+
+Álvaro Fialho, Luis Da Costa, Marc Schoenauer, and Michèle Sebag. + Analyzing Bandit-based Adaptive Operator Selection Mechanisms. + Annals of Mathematics and Artificial Intelligence, 60(1–2):25–64, 2010.
+[ bib ] + +
+ + +
+[444] +
+
+Mark J. Fielding. + Simulated Annealing with an Optimal Fixed Temperature. + SIAM Journal on Optimization, 11(2):289–307, 2000.
+[ bib ] + +
+ + +
+[445] +
+
+Jonathan E. Fieldsend, Richard M. Everson, and Sameer Singh. + Using unconstrained elite archives for multiobjective optimization. + IEEE Transactions on Evolutionary Computation, 7(3):305–323, 2003.
+[ bib | +DOI ] + +
+ + +
+[446] +
+
+José Rui Figueira, Carlos M. Fonseca, Pascal Halffmann, Kathrin Klamroth, Luís Paquete, Stefan Ruzika, Britta Schulze, Michael Stiglmayr, and David Willems. + Easy to say they are Hard, but Hard to see they are Easy-Towards a Categorization of Tractable Multiobjective Combinatorial Optimization Problems. + Journal of Multi-Criteria Decision Analysis, 24(1-2):82–98, 2017.
+[ bib | +DOI ] + +
+ + +
+[447] +
+
+Andreas Fischbach and Thomas Bartz-Beielstein. + Improving the reliability of test functions generators. + Applied Soft Computing, 92:106315, 2020.
+[ bib ] + +
+ + +
+[448] +
+
+Matteo Fischetti, Fred Glover, and Andrea Lodi. + The feasibility pump. + Mathematical Programming, 104(1):91–104, 2005.
+[ bib ] + +
+ + +
+[449] +
+
+Matteo Fischetti and Andrea Lodi. + Local Branching. + Mathematical Programming Series B, 98:23–47, 2003.
+[ bib ] + +
+ + +
+[450] +
+
+Matteo Fischetti and Michele Monaci. + Proximity search for 0-1 mixed-integer convex programming. + Journal of Heuristics, 20(6):709–731, 2014.
+[ bib ] + +
+ + +
+[451] +
+
+Matteo Fischetti and Michele Monaci. + Exploiting Erraticism in Search. + Operations Research, 62(1):114–122, 2014.
+[ bib | +DOI ] +
+ High sensitivity to initial conditions is generally viewed + as a drawback of tree search methods because it leads to + erratic behavior to be mitigated somehow. In this paper we + investigate the opposite viewpoint and consider this behavior + as an opportunity to exploit. Our working hypothesis is that + erraticism is in fact just a consequence of the exponential + nature of tree search that acts as a chaotic amplifier, so it + is largely unavoidable. We propose a bet-and-run approach to + actually turn erraticism to one's advantage. The idea is to + make a number of short sample runs with randomized initial + conditions, to bet on the "most promising" run selected + according to certain simple criteria, and to bring it to + completion. Computational results on a large testbed of mixed + integer linear programs from the literature are presented, + showing the potential of this approach even when embedded in + a proof-of-concept implementation. +
+
+http://mat.tepper.cmu.edu/blog/?p=1695 +
+ +
+ + +
+[452] +
+
+Matteo Fischetti, Michele Monaci, and Domenico Salvagnin. + Three Ideas for the Quadratic Assignment Problem. + Operations Research, 60(4):954–964, 2012.
+[ bib ] + +
+ + +
+[453] +
+
+Matteo Fischetti and Domenico Salvagnin. + Feasibility pump 2.0. + Mathematical Programming Computation, 1(2–3):201–222, 2009.
+[ bib ] + +
+ + +
+[454] +
+
+Roger Fletcher. + A new approach to variable metric algorithms. + The Computer Journal, 13(3):317–322, September 1970.
+[ bib | +DOI ] +
+One of the four papers that proposed BFGS. +
+
+Keywords: BFGS +
+ +
+ + +
+[455] +
+
+Charles Fleurent and Fred Glover. + Improved constructive multistart strategies for the quadratic assignment problem using adaptive memory. + INFORMS Journal on Computing, 11(2):198–204, 1999.
+[ bib ] + +
+ + +
+[456] +
+
+Jörg Fliege. + The effects of adding objectives to an optimisation problem on the solution set. + Operations Research Letters, 35(6):782–790, 2007.
+[ bib ] + +
+ + +
+[457] +
+
+Michael A. Fligner and Joseph S. Verducci. + Distance Based Ranking Models. + Journal of the Royal Statistical Society: Series B (Methodological), 48(3):359–369, 1986.
+[ bib | +DOI ] +
+Keywords: Mallows model, ranking, probabilistic models +
+ +
+ + +
+[458] +
+
+M. M. Flood. + The Travelling Salesman Problem. + Operations Research, 4:61–75, 1956.
+[ bib ] + +
+ + +
+[459] +
+
+D. Floreano and L. Keller. + Evolution of Adaptive Behaviour in Robots by Means of Darwinian Selection. + PLoS Biology, 8(1):e1000292, 2010.
+[ bib | +DOI ] + +
+ + +
+[460] +
+
+D. Floreano and J. Urzelai. + Evolutionary robots with on-line self-organization and behavioral fitness. + Neural Networks, 13(4-5):431–443, 2000.
+[ bib ] + +
+ + +
+[461] +
+
+Benito E. Flores. + A pragmatic view of accuracy measurement in forecasting. + Omega, 14(2):93–98, 1986.
+[ bib ] +
+Proposed symmetric mean absolute percentage error (SMAPE) +
+ +
+ + +
+[462] +
+
+Filippo Focacci, Andrea Lodi, and Michela Milano. + A Hybrid Exact Algorithm for the TSPTW. + INFORMS Journal on Computing, 14:403–417, 2002.
+[ bib ] + +
+ + +
+[463] +
+
+Carlos M. Fonseca and Peter J. Fleming. + An overview of evolutionary algorithms in multiobjective optimization. + Evolutionary Computation, 3(1):1–16, 1995.
+[ bib ] +
+Proposed FON benchmark problem +
+ +
+ + +
+[464] +
+
+Carlos M. Fonseca and Peter J. Fleming. + Multiobjective Optimization and Multiple Constraint Handling with Evolutionary Algorithms (II): Application Example. + IEEE Transactions on Systems, Man, and Cybernetics – Part A, 28(1):38–44, January 1998.
+[ bib | +DOI ] + +
+ + +
+[465] +
+
+Carlos M. Fonseca and Peter J. Fleming. + Multiobjective Optimization and Multiple Constraint Handling with Evolutionary Algorithms (I): A Unified Formulation. + IEEE Transactions on Systems, Man, and Cybernetics – Part A, 28(1):26–37, January 1998.
+[ bib | +DOI ] + +
+ + +
+[466] +
+
+Alexander I. J. Forrester and Andy J. Keane. + Recent advances in surrogate-based optimization. + Progress in Aerospace Sciences, 45(1-3):50–79, 2009.
+[ bib | +DOI ] +
+Keywords: Kriging; Gaussian Process; EGO; Design of Experiments +
+ +
+ + +
+[467] +
+
+John W. Fowler, Esma S. Gel, Murat Köksalan, Pekka Korhonen, Jon L. Marquis, and Jyrki Wallenius. + Interactive evolutionary multi-objective optimization for quasi-concave preference functions. + European Journal of Operational Research, 206(2):417–425, 2010.
+[ bib | +DOI ] +
+We present a new hybrid approach to interactive evolutionary + multi-objective optimization that uses a partial preference + order to act as the fitness function in a customized genetic + algorithm. We periodically send solutions to the decision + maker (DM) for her evaluation and use the resulting + preference information to form preference cones consisting of + inferior solutions. The cones allow us to implicitly rank + solutions that the DM has not considered. This technique + avoids assuming an exact form for the preference function, + but does assume that the preference function is + quasi-concave. This paper describes the genetic algorithm and + demonstrates its performance on the multi-objective knapsack + problem. +
+
+Keywords: Interactive optimization, Multi-objective optimization, + Evolutionary optimization, Knapsack problem +
+ +
+ + +
+[468] +
+
+Bennett L. Fox. + Integrating and accelerating tabu search, simulated annealing, and genetic algorithms. + Annals of Operations Research, 41(2):47–67, 1993.
+[ bib ] + +
+ + +
+[469] +
+
+Peter I. Frazier. + A Tutorial on Bayesian Optimization. + Arxiv preprint arXiv:1807.02811, 2018.
+[ bib | +DOI ] + +
+ + +
+[470] +
+
+Alberto Franzin. + Empirical Analysis of Stochastic Local Search Behaviour: Connecting Structure, Components and Landscape. + 4OR: A Quarterly Journal of Operations Research, 2022.
+[ bib | +DOI ] + +
+ + +
+[471] +
+
+G. Francesca, M. Brambilla, A. Brutschy, Vito Trianni, and Mauro Birattari. + AutoMoDe: A Novel Approach to the Automatic Design of Control Software for Robot Swarms. + Swarm Intelligence, 8(2):89–112, 2014.
+[ bib | +DOI ] + +
+ + +
+[472] +
+
+Gianpiero Francesca, Manuele Brambilla, Arne Brutschy, Lorenzo Garattoni, Roman Miletitch, Gaetan Podevijn, Andreagiovanni Reina, Touraj Soleymani, Mattia Salvaro, Carlo Pinciroli, Franco Mascia, Vito Trianni, and Mauro Birattari. + AutoMoDe-Chocolate: Automatic Design of Control Software for Robot Swarms. + Swarm Intelligence, 2015.
+[ bib | +DOI ] +
+Keywords: Swarm robotics; Automatic design; AutoMoDe +
+ +
+ + +
+[473] +
+
+Jose M. Framiñán, Jatinder N. D. Gupta, and Rainer Leisten. + A Review and Classification of Heuristics for Permutation Flow-shop Scheduling with Makespan Objective. + Journal of the Operational Research Society, 55(12):1243–1255, 2004.
+[ bib ] + +
+ + +
+[474] +
+
+Alberto Franzin, Leslie Pérez Cáceres, and Thomas Stützle. + Effect of Transformations of Numerical Parameters in Automatic Algorithm Configuration. + Optimization Letters, 12(8):1741–1753, 2018.
+[ bib | +DOI ] + +
+ + +
+[475] +
+
+Alberto Franzin, Francesco Sambo, and Barbara Di Camillo. + bnstruct: an R package for Bayesian Network structure learning in the presence of missing data. + Bioinformatics, 33(8):1250–1252, 2016.
+[ bib ] + +
+ + +
+[476] +
+
+Alberto Franzin and Thomas Stützle. + Revisiting Simulated Annealing: A Component-Based Analysis. + Computers & Operations Research, 104:191–206, 2019.
+[ bib | +DOI ] + +
+ + +
+[477] +
+
+Alberto Franzin and Thomas Stützle. + A Landscape-based Analysis of Fixed Temperature and Simulated Annealing. + European Journal of Operational Research, 304(2):395–410, 2023.
+[ bib | +DOI ] + +
+ + +
+[478] +
+
+Brendan J. Frey and Delbert Dueck. + Clustering by Passing Messages Between Data Points. + Science, 315(5814):972–976, February 2007.
+[ bib | +DOI ] +
+Keywords: clustering; affinity propagation +
+ +
+ + +
+[479] +
+
+Alan R. R. de Freitas, Peter J. Fleming, and Frederico G. Guimarães. + Aggregation trees for visualization and dimension reduction in many-objective optimization. + Information Sciences, 298:288–314, 2015.
+[ bib ] + +
+ + +
+[480] +
+
+Hela Frikha, Habib Chabchoub, and Jean-Marc Martel. + Inferring criteria's relative importance coefficients in PROMETHEE II. + International Journal of Operational Research, 7(2):257–275, 2010.
+[ bib ] + +
+ + +
+[481] +
+
+Matteo Frigo and Steven G. Johnson. + The Design and Implementation of FFTW3. + Proceedings of the IEEE, 93(2):216–231, 2005. + Special issue on “Program Generation, Optimization, and Platform Adaptation”.
+[ bib ] + +
+ + +
+[482] +
+
+Milton Friedman. + The use of ranks to avoid the assumption of normality implicit in the analysis of variance. + Journal of the American Statistical Association, 32(200):675–701, 1937.
+[ bib ] + +
+ + +
+[483] +
+
+Z Fu, R Eglese, and L Y O Li. + A unified tabu search algorithm for vehicle routing problems with soft time windows. + Journal of the Operational Research Society, 59(5):663–673, 2008.
+[ bib ] + +
+ + +
+[484] +
+
+Guenther Fuellerer, Karl F. Doerner, Richard F. Hartl, and Manuel Iori. + Metaheuristics for vehicle routing problems with three-dimensional loading constraints. + European Journal of Operational Research, 201(3):751–759, 2009.
+[ bib | +DOI ] + +
+ + +
+[485] +
+
+Guenther Fuellerer, Karl F. Doerner, Richard F. Hartl, and Manuel Iori. + Ant colony optimization for the two-dimensional loading vehicle routing problem. + Computers & Operations Research, 36(3):655–673, 2009.
+[ bib ] + +
+ + +
+[486] +
+
+Alex S. Fukunaga. + Automated Discovery of Local Search Heuristics for Satisfiability Testing. + Evolutionary Computation, 16(1):31–61, March 2008.
+[ bib | +DOI ] +
+The development of successful metaheuristic + algorithms such as local search for a difficult + problem such as satisfiability testing (SAT) is a + challenging task. We investigate an evolutionary + approach to automating the discovery of new local + search heuristics for SAT. We show that several + well-known SAT local search algorithms such as + Walksat and Novelty are composite heuristics that + are derived from novel combinations of a set of + building blocks. Based on this observation, we + developed CLASS, a genetic programming system that + uses a simple composition operator to automatically + discover SAT local search heuristics. New + heuristics discovered by CLASS are shown to be + competitive with the best Walksat variants, + including Novelty+. Evolutionary algorithms have + previously been applied to directly evolve a + solution for a particular SAT instance. We show + that the heuristics discovered by CLASS are also + competitive with these previous, direct evolutionary + approaches for SAT. We also analyze the local + search behavior of the learned heuristics using the + depth, mobility, and coverage metrics proposed by + Schuurmans and Southey. +
+ +
+ + +
+[487] +
+
+Grigori Fursin, Yuriy Kashnikov, Abdul Wahid Memon, Zbigniew Chamski, Olivier Temam, Mircea Namolaru, Elad Yom-Tov, Bilha Mendelson, Ayal Zaks, Eric Courtois, Francois Bodin, Phil Barnard, Elton Ashton, Edwin Bonilla, John Thomson, Christopher K. I. Williams, and Michael O'Boyle. + Milepost GCC: Machine Learning Enabled Self-tuning Compiler. + International Journal of Parallel Programming, 39(3):296–327, 2011.
+[ bib | +DOI ] + +
+ + +
+[488] +
+
+Caroline Gagné, W. L. Price, and M. Gravel. + Comparing an ACO algorithm with other heuristics for the single machine scheduling problem with sequence-dependent setup times. + Journal of the Operational Research Society, 53:895–906, 2002.
+[ bib ] + +
+ + +
+[489] +
+
+Matteo Gagliolo and J. Schmidhuber. + Learning dynamic algorithm portfolios. + Annals of Mathematics and Artificial Intelligence, 47(3-4):295–328, 2007.
+[ bib | +DOI ] +
+fully dynamic and online algorithm selection technique, with + no separate training phase: all candidate algorithms are run + in parallel, while a model incrementally learns their runtime + distributions. +
+ +
+ + +
+[490] +
+
+Philippe Galinier and Jin-Kao Hao. + Hybrid evolutionary algorithms for graph coloring. + Journal of Combinatorial Optimization, 3(4):379–397, 1999.
+[ bib | +DOI ] + +
+ + +
+[491] +
+
+Tomas Gal and Heiner Leberling. + Redundant objective functions in linear vector maximum problems and their determination. + European Journal of Operational Research, 1(3):176–184, 1977.
+[ bib | +DOI ] +
+Suppose that in a multicriteria linear programming problem + among the given objective functions there are some which can + be deleted without influencing the set E of all efficient + solutions. Such objectives are said to be + redundant. Introducing systems of objective functions which + realize their individual optimum in a single vertex of the + polyhedron generated by the restriction set, the notion of + relative or absolute redundant objectives is defined. A + theory which describes properties of absolute and relative + redundant objectives is developed. A method for determining + all the relative and absolute redundant objectives, based on + this theory, is given. Illustrative examples demonstrate the + procedure. +
+ +
+ + +
+[492] +
+
+L. M. Gambardella and Marco Dorigo. + Ant Colony System Hybridized with a New Local Search for the Sequential Ordering Problem. + INFORMS Journal on Computing, 12(3):237–255, 2000.
+[ bib ] + +
+ + +
+[493] +
+
+L. M. Gambardella, Roberto Montemanni, and Dennis Weyland. + Coupling Ant Colony Systems with Strong Local Searches. + European Journal of Operational Research, 220(3):831–843, 2012.
+[ bib | +DOI ] + +
+ + +
+[494] +
+
+Xavier Gandibleux, Andrzej Jaszkiewicz, A. Fréville, and Roman Slowiński. + Special Issue on Multiple Objective Metaheuristics. + Journal of Heuristics, 6(3), 2000.
+[ bib ] + +
+ + +
+[495] +
+
+Kaizhou Gao, Yicheng Zhang, Ali Sadollah, and Rong Su. + Optimizing urban traffic light scheduling problem using harmony search with ensemble of local search. + Applied Soft Computing, 48:359–372, November 2016.
+[ bib | +DOI ] +
+Keywords: harmony search algorithm,traffic light scheduling +
+ +
+ + +
+[496] +
+
+Huiru Gao, Haifeng Nie, and Ke Li. + Visualisation of Pareto Front Approximation: A Short Survey and Empirical Comparisons. + Arxiv preprint arXiv:1903.01768, 2019.
+[ bib | +http ] + +
+ + +
+[497] +
+
+José García-Nieto, Enrique Alba, and Ana Carolina Olivera. + Swarm intelligence for traffic light scheduling: Application to real urban areas. + Engineering Applications of Artificial Intelligence, 25(2):274–283, March 2012.
+[ bib ] +
+Keywords: Cycle program optimization,Particle swarm + optimization,Realistic traffic instances,SUMO microscopic + simulator of urban mobility,Traffic light scheduling +
+ +
+ + +
+[498] +
+
+Carlos García-Martínez, Oscar Cordón, and Francisco Herrera. + A taxonomy and an empirical analysis of multiple objective ant colony optimization algorithms for the bi-criteria TSP. + European Journal of Operational Research, 180(1):116–148, 2007.
+[ bib ] + +
+ + +
+[499] +
+
+Javier García and Fernando Fernández. + A comprehensive survey on safe reinforcement learning. + Journal of Machine Learning Research, 16(1):1437–1480, 2015.
+[ bib | +epub ] + +
+ + +
+[500] +
+
+Salvador García, Alberto Fernández, Julián Luengo, and Francisco Herrera. + Advanced nonparametric tests for multiple comparisons in the design of experiments in computational intelligence and data mining: Experimental analysis of power. + Information Sciences, 180(10):2044–2064, 2010.
+[ bib ] + +
+ + +
+[501] +
+
+Carlos García-Martínez, Fred Glover, Francisco J. Rodríguez, Manuel Lozano, and Rafael Martí. + Strategic Oscillation for the Quadratic Multiple Knapsack Problem. + Computational Optimization and Applications, 58(1):161–185, 2014.
+[ bib ] + +
+ + +
+[502] +
+
+M. R. Garey, David S. Johnson, and R. Sethi. + The Complexity of Flowshop and Jobshop Scheduling. + Mathematics of Operations Research, 1:117–129, 1976.
+[ bib ] + +
+ + +
+[503] +
+
+Josselin Garnier and Leila Kallel. + Efficiency of Local Search with Multiple Local Optima. + SIAM Journal Discrete Mathematics, 15(1):122–141, 2001.
+[ bib | +DOI ] + +
+ + +
+[504] +
+
+Salvador García, Daniel Molina, Manuel Lozano, and Francisco Herrera. + A study on the use of non-parametric tests for analyzing the evolutionary algorithms' behaviour: a case study on the CEC'2005 Special Session on Real Parameter Optimization. + Journal of Heuristics, 15(617):617–644, 2009.
+[ bib | +DOI ] + +
+ + +
+[505] +
+
+José García-Nieto, Ana Carolina Olivera, and Enrique Alba. + Optimal Cycle Program of Traffic Lights With Particle Swarm Optimization. + IEEE Transactions on Evolutionary Computation, 17(6):823–839, December 2013.
+[ bib | +DOI ] + +
+ + +
+[506] +
+
+Carlos García-Martínez, Francisco J. Rodríguez, and Manuel Lozano. + Arbitrary function optimisation with metaheuristics: No free lunch and real-world problems. + Soft Computing, 16(12):2115–2133, 2012.
+[ bib | +DOI ] + +
+ + +
+[507] +
+
+Carlos García-Martínez, Francisco J. Rodríguez, and Manuel Lozano. + Tabu-enhanced Iterated Greedy Algorithm: A Case Study in the Quadratic Multiple Knapsack Problem. + European Journal of Operational Research, 232(3):454–463, 2014.
+[ bib ] + +
+ + +
+[508] +
+
+Gauci Melvin, Tony J. Dodd, and Roderich Groß. + Why `GSA: a gravitational search algorithm' is not genuinely based on the law of gravity. + Natural Computing, 11(4):719–720, 2012.
+[ bib ] + +
+ + +
+[509] +
+
+Martin Josef Geiger. + Decision Support for Multi-objective Flow Shop Scheduling by the Pareto Iterated Local Search Methodology. + Computers and Industrial Engineering, 61(3):805–812, 2011.
+[ bib ] + +
+ + +
+[510] +
+
+Martin Josef Geiger. + A Multi-threaded Local Search Algorithm and Computer Implementation for the Multi-mode, Resource-constrained Multi-project Scheduling Problem. + European Journal of Operational Research, 256:729–741, 2017.
+[ bib ] + +
+ + +
+[511] +
+
+Stuart Geman and Donald Geman. + Stochastic Relaxation, Gibbs Distributions, and the Bayesian Restoration of Images. + IEEE Transactions on Pattern Analysis and Machine Intelligence, 6(6):721–741, 1984.
+[ bib ] + +
+ + +
+[512] +
+
+Michel Gendreau, Francois Guertin, Jean-Yves Potvin, and Éric D. Taillard. + Parallel tabu search for real-time vehicle routing and dispatching. + Transportation Science, 33(4):381–390, 1999.
+[ bib ] + +
+ + +
+[513] +
+
+Michel Gendreau, Francois Guertin, Jean-Yves Potvin, and René Séguin. + Neighborhood search heuristics for a dynamic vehicle dispatching problem with pick-ups and deliveries. + Transportation Research Part C: Emerging Technologies, 14(3):157–174, 2006.
+[ bib ] + +
+ + +
+[514] +
+
+Mitsuo Gen and Lin Lin. + Multiobjective evolutionary algorithm for manufacturing scheduling problems: state-of-the-art survey. + Journal of Intelligent Manufacturing, 25(5):849–866, 2014.
+[ bib ] + +
+ + +
+[515] +
+
+Robin Genuer, Jean-Michel Poggi, and Christine Tuleau-Malot. + Variable selection using random forests. + Pattern Recognition Letters, 31(14):2225–2236, 2010.
+[ bib ] + +
+ + +
+[516] +
+
+Michel Gendreau, A. Hertz, Gilbert Laporte, and M. Stan. + A Generalized Insertion Heuristic for the Traveling Salesman Problem with Time Windows. + Operations Research, 46:330–335, 1998.
+[ bib ] + +
+ + +
+[517] +
+
+Michel Gendreau, Gianpaolo Ghiani, and Emanuela Guerriero. + Time-dependent routing problems: A review. + Computers & Operations Research, 64:189–197, December 2015.
+[ bib | +DOI ] + +
+ + +
+[518] +
+
+Samuel J. Gershman, Eric J. Horvitz, and Joshua B. Tenenbaum. + Computational rationality: A converging paradigm for intelligence in brains, minds, and machines. + Science, 349(6245):273–278, 2015.
+[ bib | +DOI | +epub ] +
+After growing up together, and mostly growing apart in the + second half of the 20th century, the fields of artificial + intelligence (AI), cognitive science, and neuroscience are + reconverging on a shared view of the computational + foundations of intelligence that promotes valuable + cross-disciplinary exchanges on questions, methods, and + results. We chart advances over the past several decades that + address challenges of perception and action under uncertainty + through the lens of computation. Advances include the + development of representations and inferential procedures for + large-scale probabilistic inference and machinery for + enabling reflection and decisions about tradeoffs in effort, + precision, and timeliness of computations. These tools are + deployed toward the goal of computational rationality: + identifying decisions with highest expected utility, while + taking into consideration the costs of computation in complex + real-world problems in which most relevant calculations can + only be approximated. We highlight key concepts with examples + that show the potential for interchange between computer + science, cognitive science, and neuroscience. +
+ +
+ + +
+[519] +
+
+Pierre Geurts, Damien Ernst, and Louis Wehenkel. + Extremely randomized trees. + Machine Learning, 63(1):3–42, March 2006.
+[ bib | +DOI ] +
+Proposed ExtraTrees +
+ +
+ + +
+[520] +
+
+Sanjay Ghemawat, Howard Gobioff, and Shun-Tak Leung. + The Google File System. + SIGOPS Oper. Syst. Rev., 37(5):29–43, December 2003.
+[ bib ] + +
+ + +
+[521] +
+
+K. Ghoseiri and B. Nadjari. + An ant colony optimization algorithm for the bi-objective shortest path problem. + Applied Soft Computing, 10(4):1237–1246, 2010.
+[ bib ] + +
+ + +
+[522] +
+
+Nicolas Girerd, Muriel Rabilloud, Philippe Pibarot, Patrick Mathieu, and Pascal Roy. + Quantification of Treatment Effect Modification on Both an Additive and Multiplicative Scale. + PLoS One, 11(4):1–14, April 2016.
+[ bib | +DOI ] + +
+ + +
+[523] +
+
+Fred Glover. + Heuristics for Integer Programming Using Surrogate Constraints. + Decision Sciences, 8:156–166, 1977.
+[ bib ] + +
+ + +
+[524] +
+
+Fred Glover. + Future Paths for Integer Programming and Links to Artificial Intelligence. + Computers & Operations Research, 13(5):533–549, 1986.
+[ bib ] + +
+ + +
+[525] +
+
+Fred Glover. + Tabu Search – Part I. + INFORMS Journal on Computing, 1(3):190–206, 1989.
+[ bib | +DOI ] + +
+ + +
+[526] +
+
+Fred Glover. + Tabu Search – Part II. + INFORMS Journal on Computing, 2(1):4–32, 1990.
+[ bib ] + +
+ + +
+[527] +
+
+Fred Glover and Jin-Kao Hao. + The case for Strategic Oscillation. + Annals of Operations Research, 183(1):163–173, 2011.
+[ bib ] + +
+ + +
+[528] +
+
+Fred Glover, Gary A. Kochenberger, and Bahram Alidaee. + Adaptive Memory Tabu Search for Binary Quadratic Programs. + Management Science, 44(3):336–345, 1998.
+[ bib ] + +
+ + +
+[529] +
+
+Fred Glover, Zhipeng Lü, and Jin-Kao Hao. + Diversification-driven tabu search for unconstrained binary quadratic problems. + 4OR: A Quarterly Journal of Operations Research, 8(3):239–253, 2010.
+[ bib | +DOI ] + +
+ + +
+[530] +
+
+Marc Goerigk and Anita Schöbel. + Recovery-to-optimality: A new two-stage approach to robustness with an application to aperiodic timetabling. + Computers & Operations Research, 52:1–15, 2014.
+[ bib ] + +
+ + +
+[531] +
+
+Donald Goldfarb. + A Family of Variable-Metric Methods Derived by Variational Means. + Mathematics of Computation, 24(109):23–26, 1970.
+[ bib ] +
+One of the four papers that proposed BFGS. +
+
+Keywords: BFGS +
+ +
+ + +
+[532] +
+
+David E. Goldberg. + Probability matching, the magnitude of reinforcement, and classifier system bidding. + Machine Learning, 5(4):407–425, 1990.
+[ bib ] + +
+ + +
+[533] +
+
+Zaiwu Gong, Ning Zhang, and Francisco Chiclana. + The optimization ordering model for intuitionistic fuzzy preference relations with utility functions. + Knowledge-Based Systems, 162:174–184, 2018.
+[ bib | +DOI ] +
+Intuitionistic fuzzy sets describe information from the three + aspects of membership degree, non-membership degree and + hesitation degree, which has more practical significance when + uncertainty pervades qualitative decision problems. In this + paper, we investigate the problem of ranking intuitionistic + fuzzy preference relations (IFPRs) based on various + non-linear utility functions. First, we transform IFPRs into + their isomorphic interval-value fuzzy preference relations + (IVFPRs), and utilise non-linear utility functions, such as + parabolic, S-shaped, and hyperbolic absolute risk aversion, + to fit the true value of a decision-maker's + judgement. Ultimately, the optimization ordering models for + the membership and non-membership of IVFPRs based on utility + function are constructed, with objective function aiming at + minimizing the distance deviation between the multiplicative + consistency ideal judgment and the actual judgment, + represented by utility function, subject to the + decision-maker's utility constraints. The proposed models + ensure that more factual and optimal ranking of alternative + is acquired, avoiding information distortion caused by the + operations of intervals. Second, by introducing a + non-Archimedean infinitesimal, we establish the optimization + ordering model for IFPRs with the priority of utility or + deviation, which realises the goal of prioritising solutions + under multi-objective programming. Subsequently, we verify + that a close connection exists between the ranking for + membership and non-membership degree IVFPRs. Comparison + analyses with existing approaches are summarized to + demonstrate that the proposed models have advantage in + dealing with group decision making problems with IFPRs. +
+
+Special Issue on intelligent decision-making and consensus + under uncertainty in inconsistent and dynamic environments +
+
+Keywords: Intuitionistic fuzzy preference relation, Utility function, + Ranking, Multiplicative consistency, Non-archimedean + infinitesimal +
+ +
+ + +
+[534] +
+
+Jochen Gorski, Kathrin Klamroth, and Stefan Ruzika. + Connectedness of Efficient Solutions in Multiple Objective Combinatorial Optimization. + Journal of Optimization Theory and Applications, 150(3):475–497, 2011.
+[ bib | +DOI ] + +
+ + +
+[535] +
+
+Abhijit Gosavi. + Reinforcement Learning: A Tutorial Survey and Recent Advances. + INFORMS Journal on Computing, 21(2):178–192, 2009.
+[ bib | +DOI ] + +
+ + +
+[536] +
+
+N. I. M. Gould, D. Orban, and P. L. Toint. + CUTEr and SifDec: A constrained and unconstrained testing environment, revisited. + ACM Transactions on Mathematical Software, 29:373–394, 2003.
+[ bib ] + +
+ + +
+[537] +
+
+Jonathan Gratch and Steve A. Chien. + Adaptive Problem-solving for Large-scale Scheduling Problems: A Case Study. + Journal of Artificial Intelligence Research, 4:365–396, 1996.
+[ bib ] +
+Earliest hyper-heuristic? +
+ +
+ + +
+[538] +
+
+Robert B. Gramacy and Herbert K. H. Lee. + Bayesian Treed Gaussian Process Models With an Application to Computer Modeling. + Journal of the American Statistical Association, 103:1119–1130, 2008.
+[ bib | +DOI ] +
+Keywords: Treed-GP +
+ +
+ + +
+[539] +
+
+Alex Grasas, Angel A. Juan, and Helena Ramalhinho Lourenço. + SimILS: A Simulation-based Extension of the Iterated Local Search Metaheuristic for Stochastic Combinatorial Optimization. + Journal of Simulation, 10(1):69–77, 2016.
+[ bib ] + +
+ + +
+[540] +
+
+M. Gravel, W. L. Price, and Caroline Gagné. + Scheduling continuous casting of aluminum using a multiple objective ant colony optimization metaheuristic. + European Journal of Operational Research, 143(1):218–229, 2002.
+[ bib | +DOI ] + +
+ + +
+[541] +
+
+John J. Grefenstette. + Optimization of Control Parameters for Genetic Algorithms. + IEEE Transactions on Systems, Man, and Cybernetics, 16(1):122–128, 1986.
+[ bib | +DOI ] +
+Keywords: parameter tuning +
+ +
+ + +
+[542] +
+
+Salvatore Greco, Milosz Kadziński, Vincent Mousseau, and Roman Slowiński. + ELECTREGKMS: Robust ordinal regression for outranking methods. + European Journal of Operational Research, 214(1):118–135, 2011.
+[ bib ] + +
+ + +
+[543] +
+
+Salvatore Greco, Vincent Mousseau, and Roman Slowiński. + Robust ordinal regression for value functions handling interacting criteria. + European Journal of Operational Research, 239(3):711–730, 2014.
+[ bib | +DOI ] + +
+ + +
+[544] +
+
+David R. Grimes, Chris T. Bauch, and John P. A. Ioannidis. + Modelling science trustworthiness under publish or perish pressure. + Royal Society Open Science, 5:171511, 2018.
+[ bib ] + +
+ + +
+[545] +
+
+Andrea Grosso, Federico Della Croce, and R. Tadei. + An Enhanced Dynasearch Neighborhood for the Single-Machine Total Weighted Tardiness Scheduling Problem. + Operations Research Letters, 32(1):68–72, 2004.
+[ bib ] + +
+ + +
+[546] +
+
+Andrea Grosso, A. R. M. J. U. Jamali, and Marco Locatelli. + Finding Maximin Latin Hypercube Designs by Iterated Local Search Heuristics. + European Journal of Operational Research, 197(2):541–547, 2009.
+[ bib ] + +
+ + +
+[547] +
+
+Peter Groves, Basel Kayyali, David Knott, and Steve Van Kuiken. + The "big data" revolution in healthcare. + McKinsey Quarterly, 2, 2013.
+[ bib ] + +
+ + +
+[548] +
+
+Benoît Groz and Silviu Maniu. + Hypervolume subset selection with small subsets. + Evolutionary Computation, 27(4):611–637, 2019.
+[ bib ] + +
+ + +
+[549] +
+
+Viviane Grunert da Fonseca and Carlos M. Fonseca. + A link between the multivariate cumulative distribution function and the hitting function for random closed sets. + Statistics & Probability Letters, 57(2):179–182, 2002.
+[ bib | +DOI ] + +
+ + +
+[550] +
+
+Andreia P. Guerreiro, Carlos M. Fonseca, and Luís Paquete. + The Hypervolume Indicator: Computational Problems and Algorithms. + ACM Computing Surveys, 54(6):1–42, 2021.
+[ bib ] + +
+ + +
+[551] +
+
+Andreia P. Guerreiro, Vasco Manquinho, and José Rui Figueira. + Exact hypervolume subset selection through incremental computations. + Computers & Operations Research, 136:105–471, December 2021.
+[ bib | +DOI ] + +
+ + +
+[552] +
+
+Gonzalo Guillén-Gosálbez. + A novel MILP-based objective reduction method for multi-objective optimization: Application to environmental problems. + Computers & Chemical Engineering, 35(8):1469–1477, 2011.
+[ bib | +DOI ] +
+Multi-objective optimization has recently emerged as a useful + technique in sustainability analysis, as it can assist in the + study of optimal trade-off solutions that balance several + criteria. The main limitation of multi-objective optimization + is that its computational burden grows in size with the + number of objectives. This computational barrier is critical + in environmental applications in which decision-makers seek + to minimize simultaneously several environmental indicators + of concern. With the aim to overcome this limitation, this + paper introduces a systematic method for reducing the number + of objectives in multi-objective optimization with emphasis + on environmental problems. The approach presented relies on a + novel mixed-integer linear programming formulation that + minimizes the error of omitting objectives. We test the + capabilities of this technique through two environmental + problems of different nature in which we attempt to minimize + a set of life cycle assessment impacts. Numerical examples + demonstrate that certain environmental metrics tend to behave + in a non-conflicting manner, which makes it possible to + reduce the dimension of the problem without losing + information. +
+
+Keywords: Environmental engineering, Life cycle assessment, + Multi-objective optimization, Objective reduction +
+ +
+ + +
+[553] +
+
+Odd Erik Gundersen, Yolanda Gil, and David W. Aha. + On Reproducible AI: Towards Reproducible Research, Open Science, and Digital Scholarship in AI Publications. + AI Magazine, 39(3):56–68, September 2018.
+[ bib | +DOI ] +
+The reproducibility guidelines can be found here: + https://folk.idi.ntnu.no/odderik/reproducibility_guidelines.pdf + and a short how-to can be found here: + https://folk.idi.ntnu.no/odderik/reproducibility_guidelines_how_to.html +
+ +
+ + +
+[554] +
+
+Aldy Gunawan, Kien Ming Ng, and Kim Leng Poh. + A Hybridized Lagrangian Relaxation and Simulated Annealing Method for the Course Timetabling Problem. + Computers & Operations Research, 39(12):3074–3088, 2012.
+[ bib ] + +
+ + +
+[555] +
+
+J. N. D. Gupta. + Flowshop schedules with sequence dependent setup times. + Journal of Operations Research Society of Japan, 29:206–219, 1986.
+[ bib ] + +
+ + +
+[556] +
+
+Walter J. Gutjahr. + A Graph-based Ant System and its Convergence. + Future Generation Computer Systems, 16(8):873–888, 2000.
+[ bib ] + +
+ + +
+[557] +
+
+Walter J. Gutjahr. + ACO Algorithms with Guaranteed Convergence to the Optimal Solution. + Information Processing Letters, 82(3):145–153, 2002.
+[ bib ] + +
+ + +
+[558] +
+
+Walter J. Gutjahr. + On the finite-time dynamics of ant colony optimization. + Methodology and Computing in Applied Probability, 8(1):105–133, 2006.
+[ bib ] + +
+ + +
+[559] +
+
+Walter J. Gutjahr. + Mathematical runtime analysis of ACO algorithms: survey on an emerging issue. + Swarm Intelligence, 1(1):59–79, 2007.
+[ bib ] + +
+ + +
+[560] +
+
+Walter J. Gutjahr and Marion S. Rauner. + An ACO algorithm for a dynamic regional nurse-scheduling problem in Austria. + Computers & Operations Research, 34(3):642–666, 2007.
+[ bib | +DOI ] +
+To the best of our knowledge, this paper describes the first + ant colony optimization (ACO) approach applied to nurse + scheduling, analyzing a dynamic regional problem which is + currently under discussion at the Vienna hospital + compound. Each day, pool nurses have to be assigned for the + following days to public hospitals while taking into account + a variety of soft and hard constraints regarding working date + and time, working patterns, nurses qualifications, nurses + and hospitals preferences, as well as costs. Extensive + computational experiments based on a four week simulation + period were used to evaluate three different scenarios + varying the number of nurses and hospitals for six different + hospitals demand intensities. The results of our simulations + and optimizations reveal that the proposed ACO algorithm + achieves highly significant improvements compared to a greedy + assignment algorithm. +
+ +
+ + +
+[561] +
+
+Walter J. Gutjahr. + First steps to the runtime complexity analysis of ant colony optimization. + Computers & Operations Research, 35(9):2711–2727, 2008.
+[ bib ] + +
+ + +
+[562] +
+
+Walter J. Gutjahr and G. Sebastiani. + Runtime analysis of ant colony optimization with best-so-far reinforcement. + Methodology and Computing in Applied Probability, 10(3):409–433, 2008.
+[ bib ] + +
+ + +
+[563] +
+
+Gregory Gutin, Anders Yeo, and Alexey Zverovich. + Traveling salesman should not be greedy: domination analysis of greedy-type heuristics for the TSP. + Discrete Applied Mathematics, 117(1–3), 2002.
+[ bib ] + +
+ + +
+[564] +
+
+Isabelle Guyon, Jason Weston, Stephen Barnhill, and Vladimir Vapnik. + Gene selection for cancer classification using support vector machines. + Machine Learning, 46(1):389–422, 2002.
+[ bib ] +
+Keywords: recursive feature elimination +
+ +
+ + +
+[565] +
+
+Heikki Haario, Eero Saksman, and Johanna Tamminen. + An adaptive Metropolis algorithm. + Bernoulli, 7(2):223–242, 2001.
+[ bib ] + +
+ + +
+[566] +
+
+David Hadka and Patrick M. Reed. + Borg: An Auto-Adaptive Many-Objective Evolutionary Computing Framework. + Evolutionary Computation, 21(2):231–259, 2013.
+[ bib ] + +
+ + +
+[567] +
+
+David Hadka and Patrick M. Reed. + Diagnostic Assessment of Search Controls and Failure Modes in Many-Objective Evolutionary Optimization. + Evolutionary Computation, 20(3):423–452, 2012.
+[ bib ] + +
+ + +
+[568] +
+
+Josef Hadar and William R. Russell. + Rules for ordering uncertain prospects. + The American Economic Review, 59(1):25–34, 1969.
+[ bib | +epub ] +
+Keywords: stochastic dominance +
+ +
+ + +
+[569] +
+
+Y. Haimes, L. Lasdon, and D. Da Wismer. + On a bicriterion formation of the problems of integrated system identification and system optimization. + IEEE Transactions on Systems, Man, and Cybernetics, 1(3):296–297, 1971.
+[ bib | +DOI ] +
+Keywords: epsilon-constraint method +
+ +
+ + +
+[570] +
+
+Prabhat Hajela and C-Y Lin. + Genetic search strategies in multicriterion optimal design. + Structural Optimization, 4(2):99–107, 1992.
+[ bib ] + +
+ + +
+[571] +
+
+Bruce Hajek and Galen Sasaki. + Simulated annealing–to cool or not. + System & Control Letters, 12(5):443–447, 1989.
+[ bib ] + +
+ + +
+[572] +
+
+Bruce Hajek. + Cooling Schedules for Optimal Annealing. + Mathematics of Operations Research, 13(2):311–329, 1988.
+[ bib ] + +
+ + +
+[573] +
+
+George T. Hall, Pietro S. Oliveto, and Dirk Sudholt. + On the impact of the performance metric on efficient algorithm configuration. + Artificial Intelligence, 303:103629, February 2022.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[574] +
+
+Raimo P. Hämäläinen and Tuomas J. Lahtinen. + Path dependence in Operational Research–How the modeling process can influence the results. + Operations Research Perspectives, 3:14–20, January 2016.
+[ bib | +DOI ] +
+In Operational Research practice there are almost always + alternative paths that can be followed in the modeling and + problem solving process. Path dependence refers to the impact + of the path on the outcome of the process. The steps of the + path include, e.g. forming the problem solving team, the + framing and structuring of the problem, the choice of model, + the order in which the different parts of the model are + specified and solved, and the way in which data or + preferences are collected. We identify and discuss seven + possibly interacting origins or drivers of path dependence: + systemic origins, learning, procedure, behavior, motivation, + uncertainty, and external environment. We provide several + ideas on how to cope with path dependence. +
+
+Keywords: Behavioral Biases, Behavioral Operational Research, Ethics in + modelling, OR practice, Path dependence, Systems perspective +
+ +
+ + +
+[575] +
+
+Raimo P. Hämäläinen, Jukka Luoma, and Esa Saarinen. + On the importance of behavioral operational research: The case of understanding and communicating about dynamic systems. + European Journal of Operational Research, 228(3):623–634, August 2013.
+[ bib | +DOI ] +
+We point out the need for Behavioral Operational Research + (BOR) in advancing the practice of OR. So far, in OR + behavioral phenomena have been acknowledged only in + behavioral decision theory but behavioral issues are always + present when supporting human problem solving by + modeling. Behavioral effects can relate to the group + interaction and communication when facilitating with OR + models as well as to the possibility of procedural mistakes + and cognitive biases. As an illustrative example we use well + known system dynamics studies related to the understanding of + accumulation. We show that one gets completely opposite + results depending on the way the phenomenon is described and + how the questions are phrased and graphs used. The results + suggest that OR processes are highly sensitive to various + behavioral effects. As a result, we need to pay attention to + the way we communicate about models as they are being + increasingly used in addressing important problems like + climate change. +
+ +
+ + +
+[576] +
+
+Horst W. Hamacher and Günter Ruhe. + On spanning tree problems with multiple objectives. + Annals of Operations Research, 52(4):209–230, 1994.
+[ bib ] + +
+ + +
+[577] +
+
+Nikolaus Hansen, Anne Auger, Dimo Brockhoff, and Tea Tušar. + Anytime Performance Assessment in Blackbox Optimization Benchmarking. + IEEE Transactions on Evolutionary Computation, 26(6):1293–1305, December 2022.
+[ bib | +DOI ] + +
+ + +
+[578] +
+
+Nikolaus Hansen, Anne Auger, Olaf Mersmann, Tea Tušar, and Dimo Brockhoff. + COCO: A platform for comparing continuous optimizers in a black-box setting. + Arxiv preprint arXiv:1603.08785, 2016. + Published as [579].
+[ bib ] + +
+ + +
+[579] +
+
+Nikolaus Hansen, Anne Auger, Raymond Ros, Olaf Mersmann, Tea Tušar, and Dimo Brockhoff. + COCO: A platform for comparing continuous optimizers in a black-box setting. + Optimization Methods and Software, 36(1):1–31, 2020.
+[ bib | +DOI ] + +
+ + +
+[580] +
+
+Pierre Hansen and B. Jaumard. + Algorithms for the Maximum Satisfiability Problem. + Computing, 44:279–303, 1990.
+[ bib ] + +
+ + +
+[581] +
+
+Pierre Hansen and Nenad Mladenović. + Variable neighborhood search: Principles and applications. + European Journal of Operational Research, 130(3):449–467, 2001.
+[ bib ] + +
+ + +
+[582] +
+
+Nikolaus Hansen and A. Ostermeier. + Completely derandomized self-adaptation in evolution strategies. + Evolutionary Computation, 9(2):159–195, 2001.
+[ bib | +DOI ] +
+Keywords: CMA-ES +
+ +
+ + +
+[583] +
+
+Nikolaus Hansen, Raymond Ros, Nikolaus Mauny, Marc Schoenauer, and Anne Auger. + Impacts of invariance in search: When CMA-ES and PSO face ill-conditioned and non-separable problems. + Applied Soft Computing, 11(8):5755–5769, 2011.
+[ bib ] + +
+ + +
+[584] +
+
+Thomas Hanne. + On the convergence of multiobjective evolutionary algorithms. + European Journal of Operational Research, 117(3):553–564, 1999.
+[ bib | +DOI ] +
+Keywords: archiving, efficiency presserving +
+ +
+ + +
+[585] +
+
+Thomas Hanne. + A multiobjective evolutionary algorithm for approximating the efficient set. + European Journal of Operational Research, 176(3):1723–1734, 2007.
+[ bib ] + +
+ + +
+[586] +
+
+Douglas P. Hardin and Edward B. Saff. + Discretizing Manifolds via Minimum Energy Points. + Notices of the American Mathematical Society, 51(10):1186–1194, 2004.
+[ bib ] + +
+ + +
+[587] +
+
+J. P. Hart and A. W. Shogan. + Semi-greedy heuristics: An empirical study. + Operations Research Letters, 6(3):107–114, 1987.
+[ bib ] + +
+ + +
+[588] +
+
+Emma Hart and Kevin Sim. + A Hyper-Heuristic Ensemble Method for Static Job-Shop Scheduling. + Evolutionary Computation, 24(4):609–635, 2016.
+[ bib | +DOI ] + +
+ + +
+[589] +
+
+Kazuya Haraguchi. + Iterated Local Search with Trellis-Neighborhood for the Partial Latin Square Extension Problem. + Journal of Heuristics, 22(5):727–757, 2016.
+[ bib ] + +
+ + +
+[590] +
+
+Sameer Hasija and Chandrasekharan Rajendran. + Scheduling in flowshops to minimize total tardiness of jobs. + International Journal of Production Research, 42(11):2289–2301, 2004.
+[ bib | +DOI ] + +
+ + +
+[591] +
+
+Hideki Hashimoto, Mutsunori Yagiura, and Toshihide Ibaraki. + An Iterated Local Search Algorithm for the Time-dependent Vehicle Routing Problem with Time Windows. + Discrete Optimization, 5(2):434–456, 2008.
+[ bib ] + +
+ + +
+[592] +
+
+Simon Haykin. + A comprehensive foundation. + Neural Networks, 2:41, 2004.
+[ bib ] + +
+ + +
+[593] +
+
+Öncü Hazir, Yavuz Günalay, and Erdal Erel. + Customer order scheduling problem: a comparative metaheuristics study. + International Journal of Advanced Manufacturing Technology, 37(5):589–598, May 2008.
+[ bib | +DOI ] +
+The customer order scheduling problem (COSP) is defined as + to determine the sequence of tasks to satisfy the demand of + customers who order several types of products produced on a + single machine. A setup is required whenever a product type + is launched. The objective of the scheduling problem is to + minimize the average customer order flow time. Since the + customer order scheduling problem is known to be strongly + NP-hard, we solve it using four major metaheuristics and + compare the performance of these heuristics, namely, + simulated annealing, genetic algorithms, tabu search, and ant + colony optimization. These are selected to represent various + characteristics of metaheuristics: nature-inspired + vs. artificially created, population-based vs. local search, + etc. A set of problems is generated to compare the solution + quality and computational efforts of these heuristics. + Results of the experimentation show that tabu search and ant + colony perform better for large problems whereas simulated + annealing performs best in small-size problems. Some + conclusions are also drawn on the interactions between + various problem parameters and the performance of the + heuristics. +
+
+Keywords: ACO,Customer order scheduling,Genetic + algorithms,Meta-heuristics,Simulated annealing,Tabu + search +
+ +
+ + +
+[594] +
+
+Zhenan He and Gary G. Yen. + Many-Objective Evolutionary Algorithm: Objective Space Reduction and Diversity Improvement. + IEEE Transactions on Evolutionary Computation, 20(1):145–160, 2016.
+[ bib ] + +
+ + +
+[595] +
+
+Xin He, Kaiyong Zhao, and Xiaowen Chu. + AutoML: A survey of the state-of-the-art. + Knowledge-Based Systems, 212:106622, 2021.
+[ bib | +DOI ] + +
+ + +
+[596] +
+
+Sabine Helwig, Jürgen Branke, and Sanaz Mostaghim. + Experimental Analysis of Bound Handling Techniques in Particle Swarm Optimization. + IEEE Transactions on Evolutionary Computation, 17(2):259–271, April 2013.
+[ bib | +DOI ] + +
+ + +
+[597] +
+
+Michael Held and Richard M. Karp. + The Traveling-Salesman Problem and Minimum Spanning Trees. + Operations Research, 18(6):1138–1162, 1970.
+[ bib ] + +
+ + +
+[598] +
+
+Christoph Helmberg and Franz Rendl. + Solving quadratic (0,1)-problems by semidefinite programs and cutting planes. + Mathematical Programming, 82(3):291–315, 1998.
+[ bib ] + +
+ + +
+[599] +
+
+Keld Helsgaun. + An Effective Implementation of the Lin-Kernighan Traveling Salesman Heuristic. + European Journal of Operational Research, 126:106–130, 2000.
+[ bib ] + +
+ + +
+[600] +
+
+Keld Helsgaun. + General k-opt Submoves for the Lin-Kernighan TSP Heuristic. + Mathematical Programming Computation, 1(2–3):119–163, 2009.
+[ bib ] + +
+ + +
+[601] +
+
+Michael A. Heroux. + Editorial: ACM TOMS Replicated Computational Results Initiative. + ACM Transactions on Mathematical Software, 41(3):1–5, June 2015.
+[ bib | +DOI ] + +
+ + +
+[602] +
+
+H. Hernández and Christian Blum. + Ant colony optimization for multicasting in static wireless ad-hoc networks. + Swarm Intelligence, 3(2):125–148, 2009.
+[ bib ] + +
+ + +
+[603] +
+
+Alberto Herrán, J. Manuel Colmenar, and Abraham Duarte. + An efficient Variable Neighborhood Search for the Space-Free Multi-Row Facility Layout problem. + European Journal of Operational Research, 2021.
+[ bib | +DOI ] + +
+ + +
+[604] +
+
+Francisco Herrera, Manuel Lozano, and A. M. Sánchez. + A taxonomy for the crossover operator for real-coded genetic algorithms: An experimental study. + International Journal of Intelligent Systems, 18(3):309–338, 2003.
+[ bib | +DOI ] + +
+ + +
+[605] +
+
+Francisco Herrera, Manuel Lozano, and J. L. Verdegay. + Tackling Real-Coded Genetic Algorithms: Operators and Tools for Behavioural Analysis. + Artificial Intelligence Review, 12:265–319, 1998.
+[ bib ] +
+Keywords: genetic algorithms, real coding, continuous search + spaces, mutation, recombination +
+ +
+ + +
+[606] +
+
+Carlos Ignacio Hernández Castellanos and Oliver Schütze. + A Bounded Archiver for Hausdorff Approximations of the Pareto Front for Multi-Objective Evolutionary Algorithms. + Mathematical and Computational Applications, 27(3):48, 2022.
+[ bib | +DOI ] + +
+ + +
+[607] +
+
+Carlos Ignacio Hernández Castellanos, Oliver Schütze, J. Q. Sun, and S. Ober-Blöbaum. + Non-epsilon dominated evolutionary algorithm for the set of approximate solutions. + Mathematical and Computational Applications, 25(1):3, 2020.
+[ bib ] +
+Keywords: archiving, multimodal +
+ +
+ + +
+[608] +
+
+A. Hertz and D. de Werra. + Using Tabu Search Techniques for Graph Coloring. + Computing, 39(4):345–351, 1987.
+[ bib ] + +
+ + +
+[609] +
+
+Jano I. van Hemert. + Evolving Combinatorial Problem Instances That Are Difficult to Solve. + Evolutionary Computation, 14(4):433–462, 2006.
+[ bib | +DOI ] +
+This paper demonstrates how evolutionary computation can be + used to acquire difficult to solve combinatorial problem + instances. As a result of this technique, the corresponding + algorithms used to solve these instances are + stress-tested. The technique is applied in three important + domains of combinatorial optimisation, binary constraint + satisfaction, Boolean satisfiability, and the travelling + salesman problem. The problem instances acquired through this + technique are more difficult than the ones found in popular + benchmarks. In this paper, these evolved instances are + analysed with the aim to explain their difficulty in terms of + structural properties, thereby exposing the weaknesses of + corresponding algorithms. +
+ +
+ + +
+[610] +
+
+Robert Heumüller, Sebastian Nielebock, Jacob Krüger, and Frank Ortmeier. + Publish or perish, but do not forget your software artifacts. + Empirical Software Engineering, 25(6):4585–4616, 2020.
+[ bib | +DOI ] + +
+ + +
+[611] +
+
+Christian Hicks. + A Genetic Algorithm tool for optimising cellular or functional layouts in the capital goods industry. + International Journal of Production Economics, 104(2):598–614, 2006.
+[ bib | +DOI ] + +
+ + +
+[612] +
+
+Robert M. Hierons, Miqing Li, Xiaohui Liu, Jose Antonio Parejo, Sergio Segura, and Xin Yao. + Many-objective test suite generation for software product lines. + ACM Transactions on Software Engineering and Methodology, 29(1):1–46, 2020.
+[ bib ] + +
+ + +
+[613] +
+
+Geoffrey E. Hinton and Ruslan R. Salakhutdinov. + Reducing the dimensionality of data with neural networks. + Science, 313(5786):504–507, 2006.
+[ bib ] + +
+ + +
+[614] +
+
+Wassily Hoeffding. + Probability inequalities for sums of bounded random variables. + Journal of the American Statistical Association, 58(301):13–30, 1963.
+[ bib ] + +
+ + +
+[615] +
+
+I. Hong, A. B. Kahng, and B. R. Moon. + Improved large-step Markov chain variants for the symmetric TSP. + Journal of Heuristics, 3(1):63–81, 1997.
+[ bib ] + +
+ + +
+[616] +
+
+John N. Hooker. + Needed: An Empirical Science of Algorithms. + Operations Research, 42(2):201–212, 1994.
+[ bib ] + +
+ + +
+[617] +
+
+John N. Hooker. + Testing Heuristics: We Have It All Wrong. + Journal of Heuristics, 1(1):33–42, 1996.
+[ bib | +DOI ] + +
+ + +
+[618] +
+
+Giles Hooker. + Generalized functional ANOVA diagnostics for high-dimensional functions of dependent variables. + Journal of Computational and Graphical Statistics, 16(3):709–732, 2012.
+[ bib | +DOI ] + +
+ + +
+[619] +
+
+Holger H. Hoos, Marius Thomas Lindauer, and Torsten Schaub. + Claspfolio 2: Advances in Algorithm Selection for Answer Set Programming. + Theory and Practice of Logic Programming, 14(4-5):560–585, 2014.
+[ bib ] + +
+ + +
+[620] +
+
+Holger H. Hoos and Thomas Stützle. + On the Empirical Scaling of Run-time for Finding Optimal Solutions to the Traveling Salesman Problem. + European Journal of Operational Research, 238(1):87–94, 2014.
+[ bib ] + +
+ + +
+[621] +
+
+Holger H. Hoos and Thomas Stützle. + On the Empirical Time Complexity of Finding Optimal Solutions vs. Proving Optimality for Euclidean TSP Instances. + Optimization Letters, 9(6):1247–1254, 2015.
+[ bib ] + +
+ + +
+[622] +
+
+Holger H. Hoos. + Programming by optimization. + Communications of the ACM, 55(2):70–80, February 2012.
+[ bib | +DOI ] + +
+ + +
+[623] +
+
+André Hottung, Shunji Tanaka, and Kevin Tierney. + Deep learning assisted heuristic tree search for the container pre-marshalling problem. + Computers & Operations Research, 113:104781, 2020.
+[ bib | +DOI ] + +
+ + +
+[624] +
+
+André Hottung and Kevin Tierney. + Neural large neighborhood search for routing problems. + Artificial Intelligence, 313:103786, December 2022.
+[ bib | +DOI ] + +
+ + +
+[625] +
+
+Stela Pudar Hozo, Benjamin Djulbegovic, and Iztok Hozo. + Estimating the mean and variance from the median, range, and the size of a sample. + BMC Medical Research Methodology, 5(1):13, 2005.
+[ bib ] + +
+ + +
+[626] +
+
+T. C. Hu, A. B. Kahng, and C.-W. A. Tsao. + Old Bachelor Acceptance: A New Class of Non-Monotone Threshold Accepting Methods. + ORSA Journal on Computing, 7(4):417–425, 1995.
+[ bib ] + +
+ + +
+[627] +
+
+Wenbin Hu, Huan Wang, Zhenyu Qiu, Cong Nie, and Liping Yan. + A quantum particle swarm optimization driven urban traffic light scheduling model. + Neural Computing & Applications, 2018.
+[ bib | +DOI ] +
+Keywords: BML,Optimization,Simulation,Traffic congestion,Updating + rules +
+ +
+ + +
+[628] +
+
+Wenbin Hu, Liping Yan, Huan Wang, Bo Du, and Dacheng Tao. + Real-time traffic jams prediction inspired by Biham, Middleton and Levine (BML) model. + Information Sciences, 2017.
+[ bib ] +
+Keywords: BML model,Prediction,Real-time,Traffic jam,Urban traffic + network +
+ +
+ + +
+[629] +
+
+Deng Huang, Theodore T. Allen, William I. Notz, and Ning Zeng. + Global Optimization of Stochastic Black-Box Systems via Sequential Kriging Meta-Models. + Journal of Global Optimization, 34(3):441–466, 2006.
+[ bib | +DOI ] + +
+ + +
+[630] +
+
+Changwu Huang, Yuanxiang Li, and Xin Yao. + A Survey of Automatic Parameter Tuning Methods for Metaheuristics. + IEEE Transactions on Evolutionary Computation, 24(2):201–216, 2020.
+[ bib | +DOI ] + +
+ + +
+[631] +
+
+S. Huband, P. Hingston, L. Barone, and L. While. + A Review of Multiobjective Test Problems and a Scalable Test Problem Toolkit. + IEEE Transactions on Evolutionary Computation, 10(5):477–506, 2006.
+[ bib | +DOI ] +
+Proposed the WFG benchmark suite +
+ +
+ + +
+[632] +
+
+B. Huberman, R. Lukose, and T. Hogg. + An Economic Approach to Hard Computational Problems. + Science, 275:51–54, 1997.
+[ bib ] + +
+ + +
+[633] +
+
+D. L. Huerta-Muñoz, R. Z. Ríos-Mercado, and Rubén Ruiz. + An Iterated Greedy Heuristic for a Market Segmentation Problem with Multiple Attributes. + European Journal of Operational Research, 261(1):75–87, 2017.
+[ bib ] + +
+ + +
+[634] +
+
+Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, and Sébastien Verel. + ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms. + Journal of Heuristics, 19(6):881–915, June 2013.
+[ bib | +DOI ] + +
+ + +
+[635] +
+
+Ying Hung, V. Roshan Joseph, and Shreyes N. Melkote. + Design and Analysis of Computer Experiments With Branching and Nested Factors. + Technometrics, 51(4):354–365, 2009.
+[ bib | +DOI ] + +
+ + +
+[636] +
+
+M. Hurtgen and J.-C. Maun. + Optimal PMU placement using Iterated Local Search. + International Journal of Electrical Power & Energy Systems, 32(8):857–860, 2010.
+[ bib ] + +
+ + +
+[637] +
+
+S. H. Hurlbert. + Pseudoreplication and the Design of Ecological Field Experiments. + Ecological Monographs, 54(2):187–211, 1984.
+[ bib ] + +
+ + +
+[638] +
+
+Mohamed Saifullah Hussin and Thomas Stützle. + Tabu Search vs. Simulated Annealing for Solving Large Quadratic Assignment Instances. + Computers & Operations Research, 43:286–291, 2014.
+[ bib ] + +
+ + +
+[639] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Tradeoffs in the Empirical Evaluation of Competing Algorithm Designs. + Annals of Mathematics and Artificial Intelligence, 60(1–2):65–89, 2010.
+[ bib ] + +
+ + +
+[640] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Bayesian Optimization With Censored Response Data. + Arxiv preprint arXiv:1310.1947, 2013.
+[ bib | +http ] + +
+ + +
+[641] +
+
+Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown, and Thomas Stützle. + ParamILS: An Automatic Algorithm Configuration Framework. + Journal of Artificial Intelligence Research, 36:267–306, October 2009.
+[ bib | +DOI ] + +
+ + +
+[642] +
+
+Frank Hutter, Marius Thomas Lindauer, Adrian Balint, Sam Bayless, Holger H. Hoos, and Kevin Leyton-Brown. + The Configurable SAT Solver Challenge (CSSC). + Artificial Intelligence, 243:1–25, 2017.
+[ bib | +DOI ] + +
+ + +
+[643] +
+
+Frank Hutter, Lin Xu, Holger H. Hoos, and Kevin Leyton-Brown. + Algorithm Runtime Prediction: Methods & evaluation. + Artificial Intelligence, 206:79–111, 2014.
+[ bib | +DOI ] +
+Perhaps surprisingly, it is possible to predict how long an + algorithm will take to run on a previously unseen input, + using machine learning techniques to build a model of the + algorithm's runtime as a function of problem-specific + instance features. Such models have important applications to + algorithm analysis, portfolio-based algorithm selection, and + the automatic configuration of parameterized algorithms. Over + the past decade, a wide variety of techniques have been + studied for building such models. Here, we describe + extensions and improvements of existing models, new families + of models, and—perhaps most importantly—a much more thorough + treatment of algorithm parameters as model inputs. We also + comprehensively describe new and existing features for + predicting algorithm runtime for propositional satisfiability + (SAT), travelling salesperson (TSP) and mixed integer + programming (MIP) problems. We evaluate these innovations + through the largest empirical analysis of its kind, comparing + to a wide range of runtime modelling techniques from the + literature. Our experiments consider 11 algorithms and 35 + instance distributions; they also span a very wide range of + SAT, MIP, and TSP instances, with the least structured having + been generated uniformly at random and the most structured + having emerged from real industrial applications. Overall, we + demonstrate that our new models yield substantially better + runtime predictions than previous approaches in terms of + their generalization to new problem instances, to new + algorithms from a parameterized space, and to both + simultaneously. +
+
+Keywords: Empirical performance models; Mixed integer programming; SAT +
+ +
+ + +
+[644] +
+
+Hao Wang, Diederick Vermetten, Furong Ye, Carola Doerr, and Thomas Bäck. + IOHanalyzer: Detailed Performance Analyses for Iterative Optimization Heuristics. + ACM Transactions on Evolutionary Learning and Optimization, 2(1):3:1–3:29, 2022.
+[ bib | +DOI ] + +
+ + +
+[645] +
+
+Jacob de Nobel, Furong Ye, Diederick Vermetten, Hao Wang, Carola Doerr, and Thomas Bäck. + IOHexperimenter: Benchmarking Platform for Iterative Optimization Heuristics. + Arxiv preprint arXiv:2111.04077, 2021.
+[ bib | +DOI ] +
+Published in ECJ [646] +
+ +
+ + +
+[646] +
+
+Jacob de Nobel, Furong Ye, Diederick Vermetten, Hao Wang, Carola Doerr, and Thomas Bäck. + IOHexperimenter: Benchmarking Platform for Iterative Optimization Heuristics. + Evolutionary Computation, pp.  1–6, 2024.
+[ bib | +DOI ] + +
+ + +
+[647] +
+
+Carola Doerr, Hao Wang, Furong Ye, Sander van Rijn, and Thomas Bäck. + IOHprofiler: A Benchmarking and Profiling Tool for Iterative Optimization Heuristics. + Arxiv preprint arXiv:1806.07555, October 2018.
+[ bib | +DOI ] +
+Keywords: Benchmarking; Heuristics +
+ +
+ + +
+[648] +
+
+Claudio Iacopino and Phil Palmer. + The Dynamics of Ant Colony Optimization Algorithms Applied to Binary Chains. + Swarm Intelligence, 6(4):343–377, 2012.
+[ bib ] + +
+ + +
+[649] +
+
+Claudio Iacopino, Phil Palmer, N. Policella, A. Donati, and A. Brewer. + How Ants Can Manage Your Satellites. + Acta Futura, 9:59–72, 2014.
+[ bib | +DOI ] +
+Keywords: ACO, Space +
+ +
+ + +
+[650] +
+
+Toshihide Ibaraki, Shinji Imahori, Koji Nonobe, Kensuke Sobue, Takeaki Uno, and Mutsunori Yagiura. + An Iterated Local Search Algorithm for the Vehicle Routing Problem with Convex Time Penalty Functions. + Discrete Applied Mathematics, 156(11):2050–2069, 2008.
+[ bib ] + +
+ + +
+[651] +
+
+Toshihide Ibaraki. + A Personal Perspective on Problem Solving by General Purpose Solvers. + International Transactions in Operational Research, 17(3):303–315, 2010.
+[ bib ] + +
+ + +
+[652] +
+
+Jonas Ide and Anita Schöbel. + Robustness for uncertain multi-objective optimization: a survey and analysis of different concepts. + OR Spectrum, 38(1):235–271, 2016.
+[ bib | +DOI ] +
+In this paper, we discuss various concepts of robustness for + uncertain multi-objective optimization problems. We extend + the concepts of flimsily, highly, and lightly robust + efficiency and we collect different versions of minmax robust + efficiency and concepts based on set order relations from the + literature. Altogether, we compare and analyze ten different + concepts and point out their relations to each + other. Furthermore, we present reduction results for the + class of objective-wise uncertain multi-objective + optimization problems. +
+ +
+ + +
+[653] +
+
+Christian Igel, Nikolaus Hansen, and S. Roth. + Covariance Matrix Adaptation for Multi-objective Optimization. + Evolutionary Computation, 15(1):1–28, 2007.
+[ bib ] + +
+ + +
+[654] +
+
+Christian Igel, V. Heidrich-Meisner, and T. Glasmachers. + Shark. + Journal of Machine Learning Research, 9:993–996, June 2008.
+[ bib | +http ] + +
+ + +
+[655] +
+
+Nesa Ilich and Slobodan P. Simonovic. + Evolutionary Algorithm for minimization of pumping cost. + Journal of Computing in Civil Engineering, ASCE, 12(4):232–240, October 1998.
+[ bib ] +
+This paper deals with minimizing the total cost of + pumping in a liquid pipeline. Previous experience + with the most common solution procedures in pipeline + optimization is discussed along with their strengths + and weaknesses. The proposed method is an + evolutionary algorithm with two distinct features: + (1) The search is restricted to feasible region + only; and (2) it utilizes a floating point decision + variable rather than integer or binary as is the + case with most other similar approaches. A numerical + example is presented as a basis for verification of + the proposed method and its comparison with the + existing solver that utilizes the nonlinear + Newtonian search. The proposed method provides + promising improvements in terms of optimality when + compared to the widespread gradient search methods + because it does not involve evaluation of the + gradient of the objective function. It also provides + potential to improve the performance of previous + evolutionary programs because it restricts the + search to the feasible region, thus eliminating + large overhead associated with generation and + inspection of solutions that are + infeasible. Comparison of the two solutions revealed + improvement of the solution in favor of the proposed + algorithm, which ranged up to 6% depending on the + initial values of the decision variables in the + Newtonian search. The proposed method was not + sensitive to the starting value of the decision + variables. +
+ +
+ + +
+[656] +
+
+Takashi Imamichi, Mutsunori Yagiura, and Hiroshi Nagamochi. + An Iterated Local Search Algorithm Based on Nonlinear Programming for the Irregular Strip Packing Problem. + Discrete Optimization, 6(4):345–361, 2009.
+[ bib ] + +
+ + +
+[657] +
+
+Alfred Inselberg. + The Plane with Parallel Coordinates. + The Visual Computer, 1(2):69–91, 1985.
+[ bib ] + +
+ + +
+[658] +
+
+John P. A. Ioannidis. + Why Most Published Research Findings Are False. + PLoS Medicine, 2(8):e124, 2005.
+[ bib | +DOI ] + +
+ + +
+[659] +
+
+Stefan Irnich. + A Unified Modeling and Solution Framework for Vehicle Routing and Local Search-Based Metaheuristics. + INFORMS Journal on Computing, 20(2):270–287, 2008.
+[ bib ] + +
+ + +
+[660] +
+
+Ekhine Irurozki, Borja Calvo, and José A. Lozano. + Sampling and Learning Mallows and Generalized Mallows Models Under the Cayley Distance. + Methodology and Computing in Applied Probability, 20(1):1–35, June 2016.
+[ bib | +DOI ] + +
+ + +
+[661] +
+
+Ekhine Irurozki, Borja Calvo, and José A. Lozano. + PerMallows: An R Package for Mallows and Generalized Mallows Models. + Journal of Statistical Software, 71, 2019.
+[ bib | +DOI ] +
+In this paper we present the R package PerMallows, which is a + complete toolbox to work with permutations, distances and + some of the most popular probability models for permutations: + Mallows and the Generalized Mallows models. The Mallows model + is an exponential location model, considered as analogous to + the Gaussian distribution. It is based on the definition of a + distance between permutations. The Generalized Mallows model + is its best-known extension. The package includes functions + for making inference, sampling and learning such + distributions. The distances considered in PerMallows are + Kendall's τ, Cayley, Hamming and Ulam. +
+
+Keywords: Cayley,Generalized Mallows,Hamming,Kendall's + τ,Learning,Mallows,Permutation,R,Ranking,Sampling,Ulam +
+ +
+ + +
+[662] +
+
+Ekhine Irurozki, Jesus Lobo, Aritz Perez, and Javier Del Ser. + Rank aggregation for non-stationary data streams. + Arxiv preprint arXiv:1910.08795 [stat.ML], 2020.
+[ bib | +http ] +
+Keywords: uborda +
+ +
+ + +
+[663] +
+
+Hisao Ishibuchi and T. Murata. + A multi-objective genetic local search algorithm and its application to flowshop scheduling. + IEEE Transactions on Systems, Man, and Cybernetics – Part C, 28(3):392–403, 1998.
+[ bib ] + +
+ + +
+[664] +
+
+Hisao Ishibuchi, N. Akedo, and Y. Nojima. + Behavior of Multiobjective Evolutionary Algorithms on Many-Objective Knapsack Problems. + IEEE Transactions on Evolutionary Computation, 19(2):264–283, 2015.
+[ bib | +DOI ] + +
+ + +
+[665] +
+
+Hisao Ishibuchi, Ryo Imada, Yu Setoguchi, and Yusuke Nojima. + How to specify a reference point in hypervolume calculation for fair performance comparison. + Evolutionary Computation, 26(3):411–440, 2018.
+[ bib ] + +
+ + +
+[666] +
+
+Hisao Ishibuchi, Shinta Misaki, and Hideo Tanaka. + Modified simulated annealing algorithms for the flow shop sequencing problem. + European Journal of Operational Research, 81(2):388–398, 1995.
+[ bib ] + +
+ + +
+[667] +
+
+Hisao Ishibuchi, Yu Setoguchi, Hiroyuki Masuda, and Yusuke Nojima. + Performance of decomposition-based many-objective algorithms strongly depends on Pareto front shapes. + IEEE Transactions on Evolutionary Computation, 21(2):169–190, 2017.
+[ bib ] + +
+ + +
+[668] +
+
+Peter Ivie and Douglas Thain. + Reproducibility in Scientific Computing. + ACM Computing Surveys, 51(3):1–36, 2019.
+[ bib | +DOI ] + +
+ + +
+[669] +
+
+Srikanth K. Iyer and Barkha Saxena. + Improved genetic algorithm for the permutation flowshop scheduling problem. + Computers & Operations Research, 31(4):593–606, 2004.
+[ bib | +DOI ] + +
+ + +
+[670] +
+
+Dario Izzo, V. M. Becerra, D. R. Myatt, S. J. Nasuto, and J. M. Bishop. + Search space pruning and global optimisation of multiple gravity assist spacecraft trajectories. + Journal of Global Optimization, 38:283–296, 2007.
+[ bib | +DOI ] + +
+ + +
+[671] +
+
+Dario Izzo. + Revisiting Lambert's Problem. + Celestial Mechanics and Dynamical Astronomy, 121:1–15, 2015.
+[ bib ] + +
+ + +
+[672] +
+
+Christopher H. Jackson. + Multi-State Models for Panel Data: The msm Package for R. + Journal of Statistical Software, 38(8):1–29, 2011.
+[ bib | +http ] + +
+ + +
+[673] +
+
+Richard H. F. Jackson, Paul T. Boggs, Stephen G. Nash, and Susan Powell. + Guidelines for Reporting Results of Computational Experiments. Report of the Ad Hoc Committee. + Mathematical Programming, 49(3):413–425, 1991.
+[ bib ] + +
+ + +
+[674] +
+
+Larry W. Jacobs and Michael J. Brusco. + A Local Search Heuristic for Large Set-Covering Problems. + Naval Research Logistics, 42(7):1129–1140, 1995.
+[ bib ] + +
+ + +
+[675] +
+
+Karen E. Jacowitz and Daniel Kahneman. + Measures of Anchoring in Estimation Tasks. + Personality and Social Psychology Bulletin, 21(11):1161–1166, November 1995.
+[ bib | +DOI ] +
+The authors describe a method for the quantitative study of + anchoring effects in estimation tasks. A calibration group + provides estimates of a set of uncertain quantities. Subjects + in the anchored condition first judge whether a specified + number (the anchor) is higher or lower than the true value + before estimating each quantity. The anchors are set at + predetermined percentiles of the distribution of estimates in + the calibration group (15th and 85th percentiles in this + study). This procedure permits the transformation of anchored + estimates into percentiles in the calibration group, allows + pooling of results across problems, and provides a natural + measure of the size of the effect. The authors illustrate the + method by a demonstration that the initial judgment of the + anchor is susceptible to an anchoring-like bias and by an + analysis of the relation between anchoring and subjective + confidence. +
+ +
+ + +
+[676] +
+
+Warren G. Jackson, Ender Özcan, and Robert I. John. + Move acceptance in local search metaheuristics for cross-domain search. + Expert Systems with Applications, 109:131–151, 2018.
+[ bib ] + +
+ + +
+[677] +
+
+Daniel M Jaeggi, Geoffrey T Parks, Timoleon Kipouros, and P John Clarkson. + The development of a multi-objective Tabu Search algorithm for continuous optimisation problems. + European Journal of Operational Research, 185(3):1192–1212, 2008.
+[ bib ] + +
+ + +
+[678] +
+
+Satish Jajodia, Ioannis Minis, George Harhalakis, and Jean-Marie Proth. + CLASS: computerized layout solutions using simulated annealing. + International Journal of Production Research, 30(1):95–108, 1992.
+[ bib ] + +
+ + +
+[679] +
+
+Andrzej Jaszkiewicz. + Genetic local search for multi-objective combinatorial optimization. + European Journal of Operational Research, 137(1):50–71, 2002.
+[ bib ] + +
+ + +
+[680] +
+
+Andrzej Jaszkiewicz. + Many-Objective Pareto Local Search. + European Journal of Operational Research, 271(3):1001–1013, 2018.
+[ bib | +DOI ] + +
+ + +
+[681] +
+
+Andrzej Jaszkiewicz and Thibaut Lust. + ND-tree-based update: a fast algorithm for the dynamic nondominance problem. + IEEE Transactions on Evolutionary Computation, 22(5):778–791, 2018.
+[ bib ] + +
+ + +
+[682] +
+
+Andrzej Jaszkiewicz. + On the performance of multiple-objective genetic local search on the 0/1 knapsack problem – A comparative experiment. + IEEE Transactions on Evolutionary Computation, 6(4):402–412, 2002.
+[ bib ] + +
+ + +
+[683] +
+
+M. T. Jensen. + Reducing the run-time complexity of multiobjective EAs: The NSGA-II and other algorithms. + IEEE Transactions on Evolutionary Computation, 7(5):503–515, 2003.
+[ bib ] + +
+ + +
+[684] +
+
+M. T. Jensen. + Helper-Objectives: Using Multi-Objective Evolutionary Algorithms for Single-Objective Optimisation. + Journal of Mathematical Modelling and Algorithms, 3(4):323–347, 2004.
+[ bib ] +
+Keywords: multi-objectivization +
+ +
+ + +
+[685] +
+
+Mark Jerrum and Gregory Sorkin. + The Metropolis algorithm for graph bisection. + Discrete Applied Mathematics, 82(1):155–175, 1998.
+[ bib ] + +
+ + +
+[686] +
+
+Mark Jerrum. + Large cliques elude the Metropolis process. + Random Structures & Algorithms, 3(4):347–359, 1992.
+[ bib ] + +
+ + +
+[687] +
+
+S. Jiang, Y. S. Ong, J. Zhang, and L. Feng. + Consistencies and Contradictions of Performance Metrics in Multiobjective Optimization. + IEEE Transactions on Cybernetics, 44(12):2391–2404, 2014.
+[ bib ] + +
+ + +
+[688] +
+
+Shouyong Jiang, Juan Zou, Shengxiang Yang, and Xin Yao. + Evolutionary Dynamic Multi-Objective Optimisation: A Survey. + ACM Computing Surveys, 55(4), November 2022.
+[ bib | +DOI ] +
+Keywords: evolutionary algorithm, evolutionary dynamic multi-objective + optimisation, dynamic environment, Multi-objective + optimisation +
+ +
+ + +
+[689] +
+
+Yaochu Jin. + A Comprehensive Survey of Fitness Approximation in Evolutionary Computation. + Soft Computing, 9(1):3–12, 2005.
+[ bib ] + +
+ + +
+[690] +
+
+Yaochu Jin. + Surrogate-Assisted Evolutionary Computation: Recent Advances and Future Challenges. + Swarm and Evolutionary Computation, 1(2):61–70, June 2011.
+[ bib | +DOI ] +
+Surrogate-assisted, or meta-model based evolutionary + computation uses efficient computational models, often known + as surrogates or meta-models, for approximating the fitness + function in evolutionary algorithms. Research on + surrogate-assisted evolutionary computation began over a + decade ago and has received considerably increasing interest + in recent years. Very interestingly, surrogate-assisted + evolutionary computation has found successful applications + not only in solving computationally expensive single- or + multi-objective optimization problems, but also in addressing + dynamic optimization problems, constrained optimization + problems and multi-modal optimization problems. This paper + provides a concise overview of the history and recent + developments in surrogate-assisted evolutionary computation + and suggests a few future trends in this research area. +
+
+Keywords: Evolutionary computation,Expensive optimization + problems,Machine learning,Meta-models,Model + management,Surrogates +
+ +
+ + +
+[691] +
+
+Yaochu Jin, Handing Wang, Tinkle Chugh, Dan Guo, and Kaisa Miettinen. + Data-Driven Evolutionary Optimization: An Overview and Case Studies. + IEEE Transactions on Evolutionary Computation, 23(3):442–458, June 2019.
+[ bib | +DOI ] + +
+ + +
+[692] +
+
+Huidong Jin and Man-Leung Wong. + Adaptive, convergent, and diversified archiving strategy for multiobjective evolutionary algorithms. + Expert Systems with Applications, 37(12):8462–8470, 2010.
+[ bib ] + +
+ + +
+[693] +
+
+David S. Johnson. + Optimal Two- and Three-stage Production Scheduling with Setup Times Included. + Naval Research Logistics Quarterly, 1:61–68, 1954.
+[ bib ] + +
+ + +
+[694] +
+
+David S. Johnson, Cecilia R. Aragon, Lyle A. McGeoch, and Catherine Schevon. + Optimization by Simulated Annealing: An Experimental Evaluation: Part I, Graph Partitioning. + Operations Research, 37(6):865–892, 1989.
+[ bib | +DOI ] + +
+ + +
+[695] +
+
+David S. Johnson, Cecilia R. Aragon, Lyle A. McGeoch, and Catherine Schevon. + Optimization by Simulated Annealing: An Experimental Evaluation: Part II, Graph Coloring and Number Partitioning. + Operations Research, 39(3):378–406, 1991.
+[ bib ] + +
+ + +
+[696] +
+
+Alan W. Johnson and Sheldon H. Jacobson. + On the Convergence of Generalized Hill Climbing Algorithms. + Discrete Applied Mathematics, 119(1):37–57, 2002.
+[ bib ] + +
+ + +
+[697] +
+
+Mark E. Johnson, Leslie M. Moore, and Donald Ylvisaker. + Minimax and maximin distance designs. + Journal of Statistical Planning and Inference, 26(2):131–148, 1990.
+[ bib ] +
+Keywords: Bayesian design +
+ +
+ + +
+[698] +
+
+David S. Johnson, Christos H. Papadimitriou, and Mihalis Yannakakis. + How Easy is Local Search? + Journal of Computer System Science, 37(1):79–100, 1988.
+[ bib ] + +
+ + +
+[699] +
+
+C. Joncour, J. Kritter, S. Michel, and X. Schepler. + Generalized Relax-and-Fix Heuristic. + Computers & Operations Research, 149:106038, 2023.
+[ bib ] + +
+ + +
+[700] +
+
+Donald R. Jones, Matthias Schonlau, and William J. Welch. + Efficient Global Optimization of Expensive Black-Box Functions. + Journal of Global Optimization, 13(4):455–492, 1998.
+[ bib ] +
+Proposed EGO algorithm +
+
+Keywords: EGO +
+ +
+ + +
+[701] +
+
+Kenneth A. De Jong and William M. Spears. + A formal analysis of the role of multi-point crossover in genetic algorithms. + Annals of Mathematics and Artificial Intelligence, 5(1):1–26, 1992.
+[ bib ] + +
+ + +
+[702] +
+
+Jorik Jooken, Pieter Leyman, and Patrick De Causmaecker. + A new class of hard problem instances for the 0–1 knapsack problem. + European Journal of Operational Research, 301(3):841–854, 2022.
+[ bib ] + +
+ + +
+[703] +
+
+Jorik Jooken, Pieter Leyman, Tony Wauters, and Patrick De Causmaecker. + Exploring search space trees using an adapted version of Monte Carlo tree search for combinatorial optimization problems. + Computers & Operations Research, 150:106070, 2023.
+[ bib | +DOI ] + +
+ + +
+[704] +
+
+D. E. Joslin and D. P. Clements. + Squeaky Wheel Optimization. + Journal of Artificial Intelligence Research, 10:353–373, 1999.
+[ bib ] + +
+ + +
+[705] +
+
+P. W. Jowitt and G. Germanopoulos. + Optimal pump scheduling in water supply networks. + Journal of Water Resources Planning and Management, ASCE, 118(4):406–422, 1992.
+[ bib ] +
+The electricity cost of pumping accounts for a large + part of the total operating cost for water-supply + networks. This study presents a method based on + linear programming for determining an optimal + (minimum cost) schedule of pumping on a 24-hr + basis. Both unit and maximum demand electricity + charges are considered. Account is taken of the + relative efficiencies of the available pumps, the + structure of the electricity tariff, the + consumer-demand profile, and the hydraulic + characteristics and operational constraints of the + network. The use of extended-period simulation of + the network operation in determining the parameters + of the linearized network equations and constraints + and in studying the optimized network operation is + described. An application of the method to an + existing network in the United Kingdom is presented, + showing that considerable savings are possible. The + method was found to be robust and with low + computation-time requirements, and is therefore + suitable for real-time implementation. +
+ +
+ + +
+[706] +
+
+Angel A. Juan, Javier Faulin, Scott E. Grasman, Markus Rabe, and Gonçalo Figueira. + A review of simheuristics: Extending metaheuristics to deal with stochastic combinatorial optimization problems. + Operations Research Perspectives, 2:62–72, 2015.
+[ bib | +DOI ] +
+Keywords: Metaheuristics; Simulation; Combinatorial optimization; + Stochastic problems +
+ +
+ + +
+[707] +
+
+Angel A. Juan, Helena R. Lourenço, Manuel Mateo, Rachel Luo, and Quim Castellà. + Using Iterated Local Search for Solving the Flow-shop Problem: Parallelization, Parametrization, and Randomization Issues. + International Transactions in Operational Research, 21(1):103–126, 2014.
+[ bib ] + +
+ + +
+[708] +
+
+M. Jünger, Gerhard Reinelt, and S. Thienel. + Provably Good Solutions for the Traveling Salesman Problem. + Zeitschrift für Operations Research, 40(2):183–217, 1994.
+[ bib ] + +
+ + +
+[709] +
+
+Elena A. Kabova, Jason C. Cole, Oliver Korb, Manuel López-Ibáñez, Adrian C. Williams, and Kenneth Shankland. + Improved performance of crystal structure solution from powder diffraction data through parameter tuning of a simulated annealing algorithm. + Journal of Applied Crystallography, 50(5):1411–1420, October 2017.
+[ bib | +DOI ] +
+Significant gains in the performance of the simulated + annealing algorithm in the DASH software package have + been realized by using the irace automatic + configuration tool to optimize the values of three key + simulated annealing parameters. Specifically, the success + rate in finding the global minimum in intensity χ2 + space is improved by up to an order of magnitude. The general + applicability of these revised simulated annealing parameters + is demonstrated using the crystal structure determinations of + over 100 powder diffraction datasets. +
+
+Keywords: crystal structure determination, powder diffraction, + simulated annealing, parameter tuning, irace +
+ +
+ + +
+[710] +
+
+Daniel Kahneman and Amos Tversky. + Prospect theory: An analysis of decision under risk. + Econometrica, 47(2):263–291, 1979.
+[ bib | +DOI ] + +
+ + +
+[711] +
+
+Daniel Kahneman. + Maps of bounded rationality: Psychology for behavioral economics. + The American Economic Review, 93(5):1449–1475, 2003.
+[ bib ] + +
+ + +
+[712] +
+
+Jakob Kallestad, Ramin Hasibi, Ahmad Hemmati, and Kenneth Sörensen. + A general deep reinforcement learning hyperheuristic framework for solving combinatorial optimization problems. + European Journal of Operational Research, 309(1):446–468, August 2023.
+[ bib | +DOI ] +
+Keywords: Deep RL, hyper-heuristic, ALNS +
+ +
+ + +
+[713] +
+
+Qinma Kang, Hong He, and Jun Wei. + An Effective Iterated Greedy Algorithm for Reliability-oriented Task Allocation in Distributed Computing Systems. + Journal of Parallel and Distributed Computing, 73(8):1106–1115, 2013.
+[ bib ] + +
+ + +
+[714] +
+
+Korhan Karabulut. + A hybrid iterated greedy algorithm for total tardiness minimization in permutation flowshops. + Computers and Industrial Engineering, 98(Supplement C):300 – 307, 2016.
+[ bib ] + +
+ + +
+[715] +
+
+Dervis Karaboga and Bahriye Akay. + A Survey: Algorithms Simulating Bee Swarm Intelligence. + Artificial Intelligence Review, 31(1–4):61–85, 2009.
+[ bib ] + +
+ + +
+[716] +
+
+Giorgos Karafotias, Mark Hoogendoorn, and Agoston E. Eiben. + Parameter Control in Evolutionary Algorithms: Trends and Challenges. + IEEE Transactions on Evolutionary Computation, 19(2):167–187, 2015.
+[ bib ] + +
+ + +
+[717] +
+
+İbrahim Karahan and Murat Köksalan. + A territory defining multiobjective evolutionary algorithms and preference incorporation. + IEEE Transactions on Evolutionary Computation, 14(4):636–664, 2010.
+[ bib | +DOI ] +
+Keywords: TDEA +
+ +
+ + +
+[718] +
+
+Maryam Karimi-Mamaghan, Mehrdad Mohammadi, Patrick Meyer, Amir Mohammad Karimi-Mamaghan, and El-Ghazali Talbi. + Machine learning at the service of meta-heuristics for solving combinatorial optimization problems: A state-of-the-art. + European Journal of Operational Research, 296(2):393–422, 2022.
+[ bib | +DOI ] +
+In recent years, there has been a growing research interest + in integrating machine learning techniques into + meta-heuristics for solving combinatorial optimization + problems. This integration aims to lead meta-heuristics + toward an efficient, effective, and robust search and improve + their performance in terms of solution quality, convergence + rate, and robustness. Since various integration methods with + different purposes have been developed, there is a need to + review the recent advances in using machine learning + techniques to improve meta-heuristics. To the best of our + knowledge, the literature is deprived of having a + comprehensive yet technical review. To fill this gap, this + paper provides such a review on the use of machine learning + techniques in the design of different elements of + meta-heuristics for different purposes including algorithm + selection, fitness evaluation, initialization, evolution, + parameter setting, and cooperation. First, we describe the + key concepts and preliminaries of each of these ways of + integration. Then, the recent advances in each way of + integration are reviewed and classified based on a proposed + unified taxonomy. Finally, we provide a technical discussion + on the advantages, limitations, requirements, and challenges + of implementing each of these integration ways, followed by + promising future research directions. +
+
+Keywords: Meta-heuristics, Machine learning, Combinatorial optimization + problems, State-of-the-art +
+ +
+ + +
+[719] +
+
+Oleksiy Karpenko, Jianming Shi, and Yang Dai. + Prediction of MHC class II binders using the ant colony search strategy. + Artificial Intelligence in Medicine, 35(1):147–156, 2005.
+[ bib ] + +
+ + +
+[720] +
+
+Korhan Karabulut and Fatih M. Tasgetiren. + A Variable Iterated Greedy Algorithm for the Traveling Salesman Problem with Time Windows. + Information Sciences, 279:383–395, 2014.
+[ bib ] + +
+ + +
+[721] +
+
+Joseph R. Kasprzyk, Shanthi Nataraj, Patrick M. Reed, and Robert J. Lempert. + Many objective robust decision making for complex environmental systems undergoing change. + Environmental Modelling & Software, 42:55–71, 2013.
+[ bib ] +
+Keywords: scenario-based +
+ +
+ + +
+[722] +
+
+Joseph R. Kasprzyk, Patrick M. Reed, Gregory W. Characklis, and Brian R. Kirsch. + Many-objective de Novo water supply portfolio planning under deep uncertainty. + Environmental Modelling & Software, 34:87–104, 2012.
+[ bib ] +
+Keywords: scenario-based +
+ +
+ + +
+[723] +
+
+Artem Kaznatcheev, David A. Cohen, and Peter Jeavons. + Representing Fitness Landscapes by Valued Constraints to Understand the Complexity of Local Search. + Journal of Artificial Intelligence Research, 69:1077–1102, 2020.
+[ bib | +DOI ] + +
+ + +
+[724] +
+
+Liangjun Ke, Claudia Archetti, and Zuren Feng. + Ants can solve the team orienteering problem. + Computers and Industrial Engineering, 54(3):648–665, 2008.
+[ bib | +DOI ] +
+The team orienteering problem (TOP) involves + finding a set of paths from the starting point to + the ending point such that the total collected + reward received from visiting a subset of locations + is maximized and the length of each path is + restricted by a pre-specified limit. In this paper, + an ant colony optimization (ACO) approach is + proposed for the team orienteering problem. Four + methods, i.e., the sequential, + deterministic-concurrent and random-concurrent and + simultaneous methods, are proposed to construct + candidate solutions in the framework of ACO. We + compare these methods according to the results + obtained on well-known problems from the + literature. Finally, we compare the algorithm with + several existing algorithms. The results show that + our algorithm is promising. +
+
+Keywords: Ant colony optimization, Ant system, Heuristics, + Team orienteering problem +
+ +
+ + +
+[725] +
+
+R. L. Keeney. + Analysis of preference dependencies among objectives. + Operations Research, 29:1105–1120, 1981.
+[ bib ] + +
+ + +
+[726] +
+
+Graham Kendall, Ruibin Bai, Jacek Blazewicz, Patrick De Causmaecker, Michel Gendreau, Robert John, Jiawei Li, Barry McCollum, Erwin Pesch, Rong Qu, Nasser Sabar, Greet Vanden Berghe, and Angelina Yee. + Good Laboratory Practice for Optimization Research. + Journal of the Operational Research Society, 67(4):676–689, 2016.
+[ bib | +DOI ] + +
+ + +
+[727] +
+
+Pascal Kerschke, Holger H. Hoos, Frank Neumann, and Heike Trautmann. + Automated Algorithm Selection: Survey and Perspectives. + Evolutionary Computation, 27(1):3–45, March 2019.
+[ bib | +DOI ] + +
+ + +
+[728] +
+
+B. W. Kernighan and S. Lin. + An Efficient Heuristic Procedure for Partitioning Graphs. + Bell Systems Technology Journal, 49(2):213–219, 1970.
+[ bib ] + +
+ + +
+[729] +
+
+Pascal Kerschke and Heike Trautmann. + Automated Algorithm Selection on Continuous Black-Box Problems by Combining Exploratory Landscape Analysis and Machine Learning. + Evolutionary Computation, 27(1):99–127, 2019.
+[ bib | +DOI ] +
+In this article, we build upon previous work on designing + informative and efficient Exploratory Landscape Analysis + features for characterizing problems' landscapes and show + their effectiveness in automatically constructing algorithm + selection models in continuous black-box optimization + problems. Focusing on algorithm performance results of the + COCO platform of several years, we construct a representative + set of high-performing complementary solvers and present an + algorithm selection model that, compared to the portfolio's + single best solver, on average requires less than half of the + resources for solving a given problem. Therefore, there is a + huge gain in efficiency compared to classical ensemble + methods combined with an increased insight into problem + characteristics and algorithm properties by using informative + features. The model acts on the assumption that the function + set of the Black-Box Optimization Benchmark is representative + enough for practical applications. The model allows for + selecting the best suited optimization algorithm within the + considered set for unseen problems prior to the optimization + itself based on a small sample of function evaluations. Note + that such a sample can even be reused for the initial + population of an evolutionary (optimization) algorithm so + that even the feature costs become negligible. +
+ +
+ + +
+[730] +
+
+Pascal Kerschke, Hao Wang, Mike Preuss, Christian Grimme, André H. Deutz, Heike Trautmann, and Michael T. M. Emmerich. + Search Dynamics on Multimodal Multiobjective Problems. + Evolutionary Computation, 27(4):577–609, 2019.
+[ bib | +DOI ] + +
+ + +
+[731] +
+
+Norbert L. Kerr. + HARKing: Hypothesizing After the Results are Known. + Personality and Social Psychology Review, 2(3):196–217, August 1998.
+[ bib | +DOI ] + +
+ + +
+[732] +
+
+A. R. KhudaBukhsh, Lin Xu, Holger H. Hoos, and Kevin Leyton-Brown. + SATenstein: Automatically Building Local Search SAT Solvers from Components. + Artificial Intelligence, 232:20–42, 2016.
+[ bib | +DOI ] + +
+ + +
+[733] +
+
+Philip Kilby and Tommaso Urli. + Fleet design optimisation from historical data using constraint programming and large neighbourhood search. + Constraints, pp.  1–20, 2015.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[734] +
+
+Yeong-Dae Kim. + Heuristics for Flowshop Scheduling Problems Minimizing Mean Tardiness. + Journal of the Operational Research Society, 44(1):19–28, 1993.
+[ bib | +DOI ] + +
+ + +
+[735] +
+
+Youngmin Kim, Richard Allmendinger, and Manuel López-Ibáñez. + Safe Learning and Optimization Techniques: Towards a Survey of the State of the Art. + Arxiv preprint arXiv:2101.09505 [cs.LG], 2020.
+[ bib | +http ] +
+Safe learning and optimization deals with learning and + optimization problems that avoid, as much as possible, the + evaluation of non-safe input points, which are solutions, + policies, or strategies that cause an irrecoverable loss + (e.g., breakage of a machine or equipment, or life + threat). Although a comprehensive survey of safe + reinforcement learning algorithms was published in 2015, a + number of new algorithms have been proposed thereafter, and + related works in active learning and in optimization were not + considered. This paper reviews those algorithms from a number + of domains including reinforcement learning, Gaussian process + regression and classification, evolutionary algorithms, and + active learning. We provide the fundamental concepts on which + the reviewed algorithms are based and a characterization of + the individual algorithms. We conclude by explaining how the + algorithms are connected and suggestions for future + research. +
+ +
+ + +
+[736] +
+
+Jungtaek Kim, Michael McCourt, Tackgeun You, Saehoon Kim, and Seungjin Choi. + Bayesian Optimization with Approximate Set Kernels. + Machine Learning, 2021.
+[ bib | +DOI ] +
+We propose a practical Bayesian optimization method over + sets, to minimize a black-box function that takes a set as a + single input. Because set inputs are permutation-invariant, + traditional Gaussian process-based Bayesian optimization + strategies which assume vector inputs can fall short. To + address this, we develop a Bayesian optimization method with + set kernel that is used to build surrogate + functions. This kernel accumulates similarity over set + elements to enforce permutation-invariance, but this comes at + a greater computational cost. To reduce this burden, we + propose two key components: (i) a more efficient approximate + set kernel which is still positive-definite and is an + unbiased estimator of the true set kernel with upper-bounded + variance in terms of the number of subsamples, (ii) a + constrained acquisition function optimization over sets, + which uses symmetry of the feasible region that defines a set + input. Finally, we present several numerical experiments + which demonstrate that our method outperforms other methods. +
+ +
+ + +
+[737] +
+
+J.-S. Kim, J.-H. Park, and D.-H. Lee. + Iterated Greedy Algorithms to Minimize the Total Family Flow Time for Job-shop Scheduling with Job Families and Sequence-dependent Set-ups. + Engineering Optimization, 49(10):1719–1732, 2017.
+[ bib ] + +
+ + +
+[738] +
+
+Diederik P. Kingma and Jimmy Ba. + Adam: A method for stochastic optimization. + Arxiv preprint arXiv:1412.6980 [cs.LG], 2014.
+[ bib | +http ] +
+Published as a conference paper at the 3rd International + Conference for Learning Representations, San Diego, 2015 [2126] +
+ +
+ + +
+[739] +
+
+Scott Kirkpatrick and G. Toulouse. + Configuration Space Analysis of Travelling Salesman Problems. + Journal de Physique, 46(8):1277–1292, 1985.
+[ bib ] + +
+ + +
+[740] +
+
+Scott Kirkpatrick. + Optimization by Simulated Annealing: Quantitative Studies. + Journal of Statistical Physics, 34(5-6):975–986, 1984.
+[ bib ] + +
+ + +
+[741] +
+
+Scott Kirkpatrick, C. D. Gelatt, and M. P. Vecchi. + Optimization by Simulated Annealing. + Science, 220(4598):671–680, 1983.
+[ bib | +DOI ] +
+Proposed Simulated Annealing +
+ +
+ + +
+[742] +
+
+Kathrin Klamroth, Sanaz Mostaghim, Boris Naujoks, Silvia Poles, Robin C. Purshouse, Günther Rudolph, Stefan Ruzika, Serpil Sayın, Margaret M. Wiecek, and Xin Yao. + Multiobjective optimization for interwoven systems. + Journal of Multi-Criteria Decision Analysis, 24(1-2):71–81, 2017.
+[ bib | +DOI ] + +
+ + +
+[743] +
+
+Anton J. Kleywegt, Alexander Shapiro, and Tito Homem-de-Mello. + The Sample Average Approximation Method for Stochastic Discrete Optimization. + SIAM Journal on Optimization, 12(2):479–502, 2002.
+[ bib ] + +
+ + +
+[744] +
+
+Joshua D. Knowles. + ParEGO: A hybrid algorithm with on-line landscape approximation for expensive multiobjective optimization problems. + IEEE Transactions on Evolutionary Computation, 10(1):50–66, 2006.
+[ bib | +DOI ] +
+Keywords: ParEGO, online, metamodel +
+ +
+ + +
+[745] +
+
+Joshua D. Knowles. + Closed-loop evolutionary multiobjective optimization. + IEEE Computational Intelligence Magazine, 4:77–91, 2009.
+[ bib | +DOI ] +
+Artificial evolution has been used for more than 50 years as a method of optimization in engineering, operations research and computational intelligence. In closed-loop evolution (a term used by the statistician, George Box) or, equivalently, evolutionary experimentation (Ingo Rechenberg's terminology), the “phenotypes” are evaluated in the real world by conducting a physical experiment, whilst selection and breeding is simulated. Well-known early work on artificial evolution — design engineering problems in fluid dynamics, and chemical plant process optimization — was carried out in this experimental mode. More recently, the closed-loop approach has been successfully used in much evolvable hardware and evolutionary robotics research, and in some microbiology and biochemistry applications. In this article, several further new targets for closed-loop evolutionary and multiobjective optimization are considered. Four case studies from my own collaborative work are described: (i) instrument optimization in analytical biochemistry; (ii) finding effective drug combinations in vitro; (iii) onchip synthetic biomolecule design; and (iv) improving chocolate production processes. Accurate simulation in these applications is not possible due to complexity or a lack of adequate analytical models. In these and other applications discussed, optimizing experimentally brings with it several challenges: noise; nuisance factors; ephemeral resource constraints; expensive evaluations, and evaluations that must be done in (large) batches. Evolutionary algorithms (EAs) are largely equal to these vagaries, whilst modern multiobjective EAs also enable tradeoffs among conflicting optimization goals to be explored. Nevertheless, principles from other disciplines, such as statistics, Design of Experiments, machine learning and global optimization are also relevant to aspects of the closed-loop problem, and may inspire futher development of multiobjective EAs. +
+ +
+ + +
+[746] +
+
+Joshua D. Knowles and David Corne. + Approximating the Nondominated Front Using the Pareto Archived Evolution Strategy. + Evolutionary Computation, 8(2):149–172, 2000.
+[ bib | +DOI ] +
+Proposed PAES +
+ +
+ + +
+[747] +
+
+Joshua D. Knowles and David Corne. + Properties of an Adaptive Archiving Algorithm for Storing Nondominated Vectors. + IEEE Transactions on Evolutionary Computation, 7(2):100–116, April 2003.
+[ bib ] +
+Proposed to use S-metric (hypervolume metric) for + environmental selection +
+
+Keywords: S-metric, hypervolume +
+ +
+ + +
+[748] +
+
+Mirjam J. Knol, Tyler J. VanderWeele, Rolf H. H. Groenwold, Olaf H. Klungel, Maroeska M. Rovers, and Diederick E. Grobbee. + Estimating measures of interaction on an additive scale for preventive exposures. + European Journal of Epidemiology, 26(6):433–438, 2011.
+[ bib ] + +
+ + +
+[749] +
+
+Gary A. Kochenberger, Fred Glover, Bahram Alidaee, and Cesar Rego. + A unified modeling and solution framework for combinatorial optimization problems. + OR Spektrum, 26(2):237–250, 2004.
+[ bib ] + +
+ + +
+[750] +
+
+Gary A. Kochenberger, Jin-Kao Hao, Fred Glover, Mark Lewis, Zhipeng Lü, Haibo Wang, and Yang Wang. + The unconstrained binary quadratic programming problem: a survey. + Journal of Combinatorial Optimization, 28(1):58–81, 2014.
+[ bib | +DOI ] + +
+ + +
+[751] +
+
+Murat Köksalan. + Multiobjective Combinatorial Optimization: Some Approaches. + Journal of Multi-Criteria Decision Analysis, 15:69–78, 2009.
+[ bib | +DOI ] + +
+ + +
+[752] +
+
+Murat Köksalan and İbrahim Karahan. + An Interactive Territory Defining Evolutionary Algorithm: iTDEA. + IEEE Transactions on Evolutionary Computation, 14(5):702–722, October 2010.
+[ bib | +DOI ] + +
+ + +
+[753] +
+
+Rainer Kolisch and Sönke Hartmann. + Experimental investigation of heuristics for resource-constrained project scheduling: An update. + European Journal of Operational Research, 174(1):23–37, October 2006.
+[ bib | +DOI ] +
+This paper considers heuristics for the well-known + resource-constrained project scheduling problem + (RCPSP). It provides an update of our survey which + was published in 2000. We summarize and categorize a + large number of heuristics that have recently been + proposed in the literature. Most of these heuristics + are then evaluated in a computational study and + compared on the basis of our standardized + experimental design. Based on the computational + results we discuss features of good heuristics. The + paper closes with some remarks on our test design + and a summary of the recent developments in research + on heuristics for the RCPSP. +
+
+Keywords: Computational evaluation, Heuristics, Project + scheduling, Resource constraints +
+ +
+ + +
+[754] +
+
+Vladlen Koltun and Christos H. Papadimitriou. + Approximately dominating representatives. + Theoretical Computer Science, 371(3):148–154, 2007.
+[ bib ] + +
+ + +
+[755] +
+
+A. Kolen and Erwin Pesch. + Genetic Local Search in Combinatorial Optimization. + Discrete Applied Mathematics, 48(3):273–284, 1994.
+[ bib ] + +
+ + +
+[756] +
+
+Joshua B. Kollat and Patrick M. Reed. + A framework for visually interactive decision-making and design using evolutionary multi-objective optimization (VIDEO). + Environmental Modelling & Software, 22(12):1691–1704, 2007.
+[ bib ] +
+Keywords: glyph plot +
+ +
+ + +
+[757] +
+
+Tjalling C. Koopmans and Martin J. Beckmann. + Assignment Problems and the Location of Economic Activities. + Econometrica, 25:53–76, 1957.
+[ bib ] +
+Introduced the Quadratic Assignment Problem (QAP) +
+ +
+ + +
+[758] +
+
+Jsh Kornbluth. + Sequential multi-criterion decision making. + Omega, 13(6):569–574, 1985.
+[ bib | +DOI ] +
+In this paper we consider a simple sequential + multicriterion decision making problem in which a + decision maker has to accept or reject a series of + multi-attributed outcomes. We show that using very + simple programming techniques, a great deal of the + decision making can be automated. The method might + be applicable to situations in which a dealer is + having to consider sequential offers in a trading + market. +
+
+Keywords: machine decision making +
+ +
+ + +
+[759] +
+
+Pekka Korhonen, Herbert Moskowitz, and Jyrki Wallenius. + Choice Behavior in Interactive Multiple-Criteria Decision Making. + Annals of Operations Research, 23(1):161–179, December 1990.
+[ bib | +DOI ] +
+Choice behavior in an interactive multiple-criteria decision + making environment is examined experimentally. A “free + search” discrete visual interactive reference direction + approach was used on a microcomputer by management students + to solve two realistic and relevant multiple-criteria + decision problems. The results revealed persistent patterns + of intransitive choice behavior, and an unexpectedly rapid + degree of convergence of the reference direction approach on + a preferred solution. The results can be explained using + Tversky' additive utility difference model and + Kahneman-Tversky's prospect theory. The implications of the + results for the design of interactive multiple-criteria + decision procedures are discussed. +
+ +
+ + +
+[760] +
+
+Flip Korn, B.-U. Pagel, and Christos Faloutsos. + On the “dimensionality curse” and the “self-similarity blessing”. + IEEE Transactions on Knowledge and Data Engineering, 13(1):96–111, 2001.
+[ bib | +DOI ] +
+Spatial queries in high-dimensional spaces have been studied + extensively. Among them, nearest neighbor queries are + important in many settings, including spatial databases (Find + the k closest cities) and multimedia databases (Find the k + most similar images). Previous analyses have concluded that + nearest-neighbor search is hopeless in high dimensions due to + the notorious "curse of dimensionality". We show that this + may be overpessimistic. We show that what determines the + search performance (at least for R-tree-like structures) is + the intrinsic dimensionality of the data set and not the + dimensionality of the address space (referred to as the + embedding dimensionality). The typical (and often implicit) + assumption in many previous studies is that the data is + uniformly distributed, with independence between + attributes. However, real data sets overwhelmingly disobey + these assumptions; rather, they typically are skewed and + exhibit intrinsic ("fractal") dimensionalities that are much + lower than their embedding dimension, e.g. due to subtle + dependencies between attributes. We show how the Hausdorff + and Correlation fractal dimensions of a data set can yield + extremely accurate formulas that can predict the I/O + performance to within one standard deviation on multiple real + and synthetic data sets. +
+ +
+ + +
+[761] +
+
+P. Korošec, Jurij Šilc, and B. Robič. + Solving the mesh-partitioning problem with an ant-colony algorithm. + Parallel Computing, 30:785–801, 2004.
+[ bib ] + +
+ + +
+[762] +
+
+Pekka Korhonen, Kari Silvennoinen, Jyrki Wallenius, and Anssi Öörni. + Can a linear value function explain choices? An experimental study. + European Journal of Operational Research, 219(2):360–367, June 2012.
+[ bib | +DOI ] +
+We investigate in a simple bi-criteria experimental study, + whether subjects are consistent with a linear value function + while making binary choices. Many inconsistencies appeared in + our experiment. However, the impact of inconsistencies on the + linearity vs. non-linearity of the value function was + minor. Moreover, a linear value function seems to predict + choices for bi-criteria problems quite well. This ability to + predict is independent of whether the value function is + diagnosed linear or not. Inconsistencies in responses did not + necessarily change the original diagnosis of the form of the + value function. Our findings have implications for the design + and development of decision support tools for Multiple + Criteria Decision Making problems. +
+
+Keywords: Binary choices, Inconsistency, Linear value function, + Multiple criteria, Weights +
+ +
+ + +
+[763] +
+
+Oliver Korb, Thomas Stützle, and Thomas E. Exner. + An Ant Colony Optimization Approach to Flexible Protein–Ligand Docking. + Swarm Intelligence, 1(2):115–134, 2007.
+[ bib ] + +
+ + +
+[764] +
+
+Oliver Korb, Thomas Stützle, and Thomas E. Exner. + Empirical Scoring Functions for Advanced Protein-Ligand Docking with PLANTS. + Journal of Chemical Information and Modeling, 49(2):84–96, 2009.
+[ bib ] + +
+ + +
+[765] +
+
+Oliver Korb, Peter Monecke, Gerhard Hessler, Thomas Stützle, and Thomas E. Exner. + pharmACOphore: Multiple Flexible Ligand Alignment Based on Ant Colony Optimization. + Journal of Chemical Information and Modeling, 50(9):1669–1681, 2010.
+[ bib ] + +
+ + +
+[766] +
+
+Pekka Korhonen and Jyrki Wallenius. + A pareto race. + Naval Research Logistics, 35(6):615–623, 1988.
+[ bib | +DOI ] +
+A dynamic and visual “free-search” type of interactive + procedure for multiple-objective linear programming is + presented. The method enables a decision maker to freely + search any part of the efficient frontier by controlling the + speed and direction of motion. The objective function values + are represented in numeric form and as bar graphs on a + display. The method is implemented on an IBM PC/1 + microcomputer and is illustrated using a multiple-objective + linear-programming model for managing disposal of sewage + sludge in the New York Bight. Some other applications are + also briefly discussed. +
+ +
+ + +
+[767] +
+
+Lars Kotthoff. + Algorithm Selection for Combinatorial Search Problems: A Survey. + AI Magazine, 35(3):48–60, 2014.
+[ bib ] + +
+ + +
+[768] +
+
+Timo Kötzing, Frank Neumann, Heiko Röglin, and Carsten Witt. + Theoretical Analysis of Two ACO Approaches for the Traveling Salesman Problem. + Swarm Intelligence, 6(1):1–21, 2012.
+[ bib | +DOI ] +
+Bioinspired algorithms, such as evolutionary algorithms and + ant colony optimization, are widely used for different + combinatorial optimization problems. These algorithms rely + heavily on the use of randomness and are hard to understand + from a theoretical point of view. This paper contributes to + the theoretical analysis of ant colony optimization and + studies this type of algorithm on one of the most prominent + combinatorial optimization problems, namely the traveling + salesperson problem (TSP). We present a new construction + graph and show that it has a stronger local property than one + commonly used for constructing solutions of the TSP. The + rigorous runtime analysis for two ant colony optimization + algorithms, based on these two construction procedures, shows + that they lead to good approximation in expected polynomial + time on random instances. Furthermore, we point out in which + situations our algorithms get trapped in local optima and + show where the use of the right amount of heuristic + information is provably beneficial. +
+ +
+ + +
+[769] +
+
+Lars Kotthoff, Chris Thornton, Holger H. Hoos, Frank Hutter, and Kevin Leyton-Brown. + Auto-WEKA 2.0: Automatic model selection and hyperparameter optimization in WEKA. + Journal of Machine Learning Research, 17:1–5, 2016.
+[ bib ] + +
+ + +
+[770] +
+
+Katharina Kowalski, Sigrid Stagl, Reinhard Madlener, and Ines Omann. + Sustainable energy futures: Methodological challenges in combining scenarios and participatory multi-criteria analysis. + European Journal of Operational Research, 197(3):1063–1074, 2009.
+[ bib ] + +
+ + +
+[771] +
+
+Oliver Kramer. + Iterated Local Search with Powell's Method: A Memetic Algorithm for Continuous Global Optimization. + Memetic Computing, 2(1):69–83, 2010.
+[ bib | +DOI ] + +
+ + +
+[772] +
+
+Daniel Krajzewicz, Jakob Erdmann, Michael Behrisch, and Laura Bieker. + Recent development and applications of SUMO - Simulation of Urban MObility. + International Journal On Advances in Systems and Measurements, 5(3-4):128–138, 2012.
+[ bib ] + +
+ + +
+[773] +
+
+S. Kreipl. + A Large Step Random Walk for Minimizing Total Weighted Tardiness in a Job Shop. + Journal of Scheduling, 3(3):125–138, 2000.
+[ bib ] + +
+ + +
+[774] +
+
+Stefanie Kritzinger, Fabien Tricoire, Karl F. Doerner, Richard F. Hartl, and Thomas Stützle. + A Unified Framework for Routing Problems with a Fixed Fleet Size. + International Journal of Metaheuristics, 6(3):160–209, 2017.
+[ bib ] + +
+ + +
+[775] +
+
+Joseph B Kruskal. + On the shortest spanning subtree of a graph and the traveling salesman problem. + Proceedings of the American Mathematical Society, 7(1):48–50, 1956.
+[ bib ] + +
+ + +
+[776] +
+
+J Kuhpfahl and Christian Bierwirth. + A Study on Local Search Neighborhoods for the Job Shop Scheduling Problem with Total Weighted Tardiness Objective. + Computers & Operations Research, 66:44–57, 2016.
+[ bib ] + +
+ + +
+[777] +
+
+Tobias Kuhn, Carlos M. Fonseca, Luís Paquete, Stefan Ruzika, Miguel M. Duarte, and José Rui Figueira. + Hypervolume subset selection in two dimensions: Formulations and algorithms. + Evolutionary Computation, 24(3):411–425, 2016.
+[ bib ] + +
+ + +
+[778] +
+
+Harold W. Kuhn. + The hungarian method for the assignment problem. + Naval Research Logistics Quarterly, 2(1–2):83–97, 1955.
+[ bib ] + +
+ + +
+[779] +
+
+Max Kuhn. + Building Predictive Models in R Using the caret Package. + Journal of Statistical Software, 28(5):1–26, 2008.
+[ bib ] + +
+ + +
+[780] +
+
+R. Kumar and P. K. Singh. + Pareto Evolutionary Algorithm Hybridized with Local Search for Biobjective TSP. + Studies in Computational Intelligence, 75:361–398, 2007.
+[ bib ] + +
+ + +
+[781] +
+
+H. T. Kung, F. Luccio, and F. P. Preparata. + On Finding the Maxima of a Set of Vectors. + Journal of the ACM, 22(4):469–476, 1975.
+[ bib ] + +
+ + +
+[782] +
+
+I. Kurtulus and E. W. Davis. + Multi-Project Scheduling: Categorization of Heuristic Rules Performance. + Management Science, 28(2):161–172, 1982.
+[ bib | +DOI ] +
+Application of heuristic solution procedures to the + practical problem of project scheduling has + previously been studied by numerous + researchers. However, there is little consensus + about their findings, and the practicing manager is + currently at a loss as to which scheduling rule to + use. Furthermore, since no categorization process + was developed, it is assumed that once a rule is + selected it must be used throughout the whole + project. This research breaks away from this + tradition by providing a categorization process + based on two powerful project summary measures. The + first measure identifies the location of the peak of + total resource requirements and the second measure + identifies the rate of utilization of each resource + type. The performance of the rules are classified + according to values of these two measures, and it is + shown that a rule introduced by this research + performs significantly better on most categories of + projects. +
+
+Keywords: project management, research and development +
+ +
+ + +
+[783] +
+
+H. J. Kushner. + A New Method of Locating the Maximum Point of an Arbitrary Multipeak Curve in the Presence of Noise. + Journal of Basic Engineering, 86(1):97–106, March 1964.
+[ bib | +DOI | +epub ] +
+A versatile and practical method of searching a parameter + space is presented. Theoretical and experimental results + illustrate the usefulness of the method for such problems as + the experimental optimization of the performance of a system + with a very general multipeak performance function when the + only available information is noise-distributed samples of + the function. At present, its usefulness is restricted to + optimization with respect to one system parameter. The + observations are taken sequentially; but, as opposed to the + gradient method, the observation may be located anywhere on + the parameter interval. A sequence of estimates of the + location of the curve maximum is generated. The location of + the next observation may be interpreted as the location of + the most likely competitor (with the current best estimate) + for the location of the curve maximum. A Brownian motion + stochastic process is selected as a model for the unknown + function, and the observations are interpreted with respect + to the model. The model gives the results a simple intuitive + interpretation and allows the use of simple but efficient + sampling procedures. The resulting process possesses some + powerful convergence properties in the presence of noise; it + is nonparametric and, despite its generality, is efficient in + the use of observations. The approach seems quite promising + as a solution to many of the problems of experimental system + optimization. +
+ +
+ + +
+[784] +
+
+Jan H. Kwakkel. + The Exploratory Modeling Workbench: An open source toolkit for exploratory modeling, scenario discovery, and (multi-objective) robust decision making. + Environmental Modelling & Software, 96:239–250, 2017.
+[ bib ] + +
+ + +
+[785] +
+
+Marco Laumanns, Lothar Thiele, Kalyanmoy Deb, and Eckart Zitzler. + Combining Convergence and Diversity in Evolutionary Multiobjective Optimization. + Evolutionary Computation, 10(3):263–282, 2002.
+[ bib | +DOI ] +
+Proposed ε-approx and ε-Pareto archivers +
+
+Keywords: archiving, ε-dominance, ε-approximation, + ε-Pareto +
+ +
+ + +
+[786] +
+
+Antonio LaTorre, Santiago Muelas, and José-María Peña. + A MOS-based dynamic memetic differential evolution algorithm for continuous optimization: a scalability test. + Soft Computing, 15(11):2187–2199, 2011.
+[ bib ] + +
+ + +
+[787] +
+
+Peter J. M. van Laarhoven, Emile H. L. Aarts, and Jan Karel Lenstra. + Job Shop Scheduling by Simulated Annealing. + Operations Research, 40(1):113–125, 1992.
+[ bib ] + +
+ + +
+[788] +
+
+Martine Labbé, Patrice Marcotte, and Gilles Savard. + A Bilevel Model of Taxation and Its Application to Optimal Highway Pricing. + Management Science, 44(12):1608–1622, 1998.
+[ bib | +DOI ] + +
+ + +
+[789] +
+
+Martine Labbé and Alessia Violin. + Bilevel programming and price setting problems. + 4OR: A Quarterly Journal of Operations Research, 11(1):1–30, 2013.
+[ bib | +DOI ] + +
+ + +
+[790] +
+
+Benjamin Lacroix, Daniel Molina, and Francisco Herrera. + Region based memetic algorithm for real-parameter optimisation. + Information Sciences, 262:15–31, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[791] +
+
+Manuel Laguna. + Editor's Note on the MIC 2013 Special Issue of the Journal of Heuristics (Volume 22, Issue 4, August 2016). + Journal of Heuristics, 22(5):665–666, 2016.
+[ bib ] + +
+ + +
+[792] +
+
+Xiangjing Lai and Jin-Kao Hao. + Iterated Maxima Search for the Maximally Diverse Grouping Problem. + European Journal of Operational Research, 254(3):780–800, 2016.
+[ bib ] + +
+ + +
+[793] +
+
+A. H. Land and A. G. Doig. + An Automatic Method of Solving Discrete Programming Problems. + Econometrica, 28(3):497–520, 1960.
+[ bib ] + +
+ + +
+[794] +
+
+William B. Langdon and Mark Harman. + Optimising Software with Genetic Programming. + IEEE Transactions on Evolutionary Computation, 19(1):118–135, 2015.
+[ bib ] + +
+ + +
+[795] +
+
+M. Lang, H. Kotthaus, P. Marwedel, C. Weihs, J. Rahnenführer, and Bernd Bischl. + Automatic Model Selection for High-Dimensional Survival Analysis. + Journal of Statistical Computation and Simulation, 85(1):62–76, 2014.
+[ bib | +DOI ] + +
+ + +
+[796] +
+
+A. Langevin, F. Soumis, and J. Desrosiers. + Classification of travelling salesman problem formulations. + Operations Research Letters, 9(2):127–132, 1990.
+[ bib ] + +
+ + +
+[797] +
+
+A. Langevin, M. Desrochers, J. Desrosiers, Sylvie Gélinas, and F. Soumis. + A Two-Commodity Flow Formulation for the Traveling Salesman and Makespan Problems with Time Windows. + Networks, 23(7):631–640, 1993.
+[ bib ] + +
+ + +
+[798] +
+
+Kevin E. Lansey and K. Awumah. + Optimal Pump Operations Considering Pump Switches. + Journal of Water Resources Planning and Management, ASCE, 120(1):17–35, January / February 1994.
+[ bib ] + +
+ + +
+[799] +
+
+Gilbert Laporte. + Fifty Years of Vehicle Routing. + Transportation Science, 43(4):408–416, 2009.
+[ bib ] + +
+ + +
+[800] +
+
+Marco Laumanns. + Stochastic convergence of random search to fixed size Pareto set approximations. + Arxiv preprint arXiv:0711.2949, 2007.
+[ bib | +http ] + +
+ + +
+[801] +
+
+Benoît Laurent and Jin-Kao Hao. + Iterated Local Search for the Multiple Depot Vehicle Scheduling Problem. + Computers and Industrial Engineering, 57(1):277–286, 2009.
+[ bib ] + +
+ + +
+[802] +
+
+Marco Laumanns, Lothar Thiele, and Eckart Zitzler. + Running time analysis of multiobjective evolutionary algorithms on pseudo-boolean functions. + IEEE Transactions on Evolutionary Computation, 8(2):170–182, 2004.
+[ bib ] + +
+ + +
+[803] +
+
+Marco Laumanns, Lothar Thiele, and Eckart Zitzler. + Running time analysis of evolutionary algorithms on a simplified multiobjective knapsack problem. + Natural Computing, 3(1):37–51, 2004.
+[ bib ] + +
+ + +
+[804] +
+
+Marco Laumanns and Rico Zenklusen. + Stochastic convergence of random search methods to fixed size Pareto front approximations. + European Journal of Operational Research, 213(2):414–421, 2011.
+[ bib | +DOI ] + +
+ + +
+[805] +
+
+E. L. Lawler and D. E. Wood. + Branch-and-Bound Methods: A Survey. + Operations Research, 14(4):699–719, 1966.
+[ bib | +DOI ] + +
+ + +
+[806] +
+
+S. E. Lazic. + The problem of pseudoreplication in neuroscientific studies: is it affecting your analysis? + BMC Neuroscience, 11(5):397–407, 2004.
+[ bib | +DOI ] + +
+ + +
+[807] +
+
+Yann LeCun, Yoshua Bengio, et al. + Convolutional networks for images, speech, and time series. + The handbook of brain theory and neural networks, 3361(10):255–258, 1995.
+[ bib ] + +
+ + +
+[808] +
+
+Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. + Deep learning. + Nature, 521(7553):436–444, 2015.
+[ bib ] + +
+ + +
+[809] +
+
+Vinícius Leal do Forte, Flávio Marcelo Tavares Montenegro, José André de Moura Brito, and Nelson Maculan. + Iterated Local Search Algorithms for the Euclidean Steiner Tree Problem in n Dimensions. + International Transactions in Operational Research, 23(6):1185–1199, 2016.
+[ bib ] + +
+ + +
+[810] +
+
+Per Kristian Lehre and Carsten Witt. + Black-box search by unbiased variation. + Algorithmica, 64(4):623–642, 2012.
+[ bib ] + +
+ + +
+[811] +
+
+Frank Thomson Leighton. + A Graph Coloring Algorithm for Large Scheduling Problems. + Journal of Research of the National Bureau of Standards, 84(6):489–506, 1979.
+[ bib ] + +
+ + +
+[812] +
+
+Robert J. Lempert, David G. Groves, Steven W. Popper, and Steven C. Bankes. + A general analytic method for generating robust strategies and narrative scenarios. + Management Science, 52(4):514–528, 2006.
+[ bib ] + +
+ + +
+[813] +
+
+C. Leon, S. Martin, J. M. Elena, and J. Luque. + EXPLORE: Hybrid expert system for water networks management. + Journal of Water Resources Planning and Management, ASCE, 126(2):65–74, 2000.
+[ bib ] + +
+ + +
+[814] +
+
+Leonid Levin. + Universal'nyie perebornyie zadachi. + Problemy Peredachi Informatsii, 9:265–266, 1973.
+[ bib ] + +
+ + +
+[815] +
+
+Daniel Lewandowski, Dorota Kurowicka, and Harry Joe. + Generating Random Correlation Matrices Based on Vines and Extended Onion Method. + Journal of Multivariate Analysis, 100(9):1989–2001, 2009.
+[ bib | +DOI ] +
+We extend and improve two existing methods of generating + random correlation matrices, the onion method of Ghosh and + Henderson [S. Ghosh, S.G. Henderson, Behavior of the norta + method for correlated random vector generation as the + dimension increases, ACM Transactions on Modeling and + Computer Simulation (TOMACS) 13 (3) (2003) 276-294] and the + recently proposed method of Joe [H. Joe, Generating random + correlation matrices based on partial correlations, Journal + of Multivariate Analysis 97 (2006) 2177-2189] based on + partial correlations. The latter is based on the so-called + D-vine. We extend the methodology to any regular vine and + study the relationship between the multiple correlation and + partial correlations on a regular vine. We explain the onion + method in terms of elliptical distributions and extend it to + allow generating random correlation matrices from the same + joint distribution as the vine method. The methods are + compared in terms of time necessary to generate 5000 random + correlation matrices of given dimensions. +
+
+Keywords: Correlation matrix; Dependence vines; Onion method; Partial + correlation; LKJ +
+ +
+ + +
+[816] +
+
+Jianjun David Li. + A two-step rejection procedure for testing multiple hypotheses. + Journal of Statistical Planning and Inference, 138(6):1521–1527, 2008.
+[ bib ] + +
+ + +
+[817] +
+
+Miqing Li. + Is Our Archiving Reliable? Multiobjective Archiving Methods on “Simple” Artificial Input Sequences. + ACM Transactions on Evolutionary Learning and Optimization, 1(3):1–19, 2021.
+[ bib | +DOI ] + +
+ + +
+[818] +
+
+Ke Li, Renzhi Chen, Guangtao Fu, and Xin Yao. + Two-archive evolutionary algorithm for constrained multiobjective optimization. + IEEE Transactions on Evolutionary Computation, 23(2):303–315, 2018.
+[ bib ] + +
+ + +
+[819] +
+
+Miqing Li, Tao Chen, and Xin Yao. + How to evaluate solutions in Pareto-based search-based software engineering? A critical review and methodological guidance. + IEEE Transactions on Software Engineering, 48(5):1771–1799, 2020.
+[ bib | +DOI ] + +
+ + +
+[820] +
+
+Miqing Li, Crina Grosan, Shengxiang Yang, Xiaohui Liu, and Xin Yao. + Multi-line distance minimization: A visualized many-objective test problem suite. + IEEE Transactions on Evolutionary Computation, 22(1):61–78, 2018.
+[ bib ] +
+highly degenerate Pareto fronts +
+ +
+ + +
+[821] +
+
+Miqing Li, Manuel López-Ibáñez, and Xin Yao. + Multi-Objective Archiving. + IEEE Transactions on Evolutionary Computation, 28(3):696–717, 2023.
+[ bib | +DOI ] +
+Most multi-objective optimisation algorithms maintain an + archive explicitly or implicitly during their search. Such an + archive can be solely used to store high-quality solutions + presented to the decision maker, but in many cases may + participate in the search process (e.g., as the population in + evolutionary computation). Over the last two decades, + archiving, the process of comparing new solutions with + previous ones and deciding how to update the + archive/population, stands as an important issue in + evolutionary multi-objective optimisation (EMO). This is + evidenced by constant efforts from the community on + developing various effective archiving methods, ranging from + conventional Pareto-based methods to more recent + indicator-based and decomposition-based ones. However, the + focus of these efforts is on empirical performance comparison + in terms of specific quality indicators; there is lack of + systematic study of archiving methods from a general + theoretical perspective. In this paper, we attempt to conduct + a systematic overview of multi-objective archiving, in the + hope of paving the way to understand archiving algorithms + from a holistic perspective of theory and practice, and more + importantly providing a guidance on how to design + theoretically desirable and practically useful archiving + algorithms. In doing so, we also present that archiving + algorithms based on weakly Pareto compliant indicators (e.g., + ε-indicator), as long as designed properly, can + achieve the same theoretical desirables as archivers based on + Pareto compliant indicators (e.g., hypervolume + indicator). Such desirables include the property + limit-optimal, the limit form of the possible optimal + property that a bounded archiving algorithm can have with + respect to the most general form of superiority between + solution sets. +
+ +
+ + +
+[822] +
+
+Zhiyi Li, Mohammad Shahidehpour, Shay Bahramirad, and Amin Khodaei. + Optimizing Traffic Signal Settings in Smart Cities. + IEEE Transactions on Smart Grid, 3053(4):1–1, 2016.
+[ bib | +DOI ] +
+Traffic signals play a critical role in smart cities for + mitigating traffic congestions and reducing the emission in + metropolitan areas. This paper proposes a bi-level + optimization framework to settle the optimal traffic signal + setting problem. The upper-level problem determines the + traffic signal settings to minimize the drivers' average + travel time, while the lower-level problem aims for achieving + the network equilibrium using the settings calculated at the + upper level. Genetic algorithm is employed with the + integration of microscopic-traffic-simulation based dynamic + traffic assignment (DTA) to decouple the complex bi-level + problem into tractable single-level problems which are solved + sequentially. Case studies on a synthetic traffic network and + a real-world traffic subnetwork are conducted to examine the + effectiveness of the proposed model and relevant solution + methods. Additional strategies are provided for the extension + of the proposed model and the acceleration solution process + in large-area traffic network applications. +
+ +
+ + +
+[823] +
+
+Xiaoping Li, Long Chen, Haiyan Xu, and Jatinder N. D. Gupta. + Trajectory Scheduling Methods for Minimizing Total Tardiness in a Flowshop. + Operations Research Perspectives, 2:13–23, 2015.
+[ bib | +DOI ] + +
+ + +
+[824] +
+
+Lisha Li, Kevin Jamieson, Giulia DeSalvo, Afshin Rostamizadeh, and Ameet Talwalkar. + Hyperband: A Novel Bandit-Based Approach to Hyperparameter Optimization. + Journal of Machine Learning Research, 18(185):1–52, 2018.
+[ bib | +epub ] +
+Performance of machine learning algorithms depends critically on identifying a good set of hyperparameters. While recent approaches use Bayesian optimization to adaptively select configurations, we focus on speeding up random search through adaptive resource allocation and early-stopping. We formulate hyperparameter optimization as a pure-exploration non-stochastic infinite-armed bandit problem where a predefined resource like iterations, data samples, or features is allocated to randomly sampled configurations. We introduce a novel algorithm, our algorithm, for this framework and analyze its theoretical properties, providing several desirable guarantees. Furthermore, we compare our algorithm with popular Bayesian optimization methods on a suite of hyperparameter optimization problems. We observe that our algorithm can provide over an order-of-magnitude speedup over our competitor set on a variety of deep-learning and kernel-based learning problems. +
+
+Keywords: racing +
+ +
+ + +
+[825] +
+
+Y. Li and W. Li. + Adaptive Ant Colony Optimization Algorithm Based on Information Entropy: Foundation and Application. + Fundamenta Informaticae, 77(3):229–242, 2007.
+[ bib ] + +
+ + +
+[826] +
+
+Bingdong Li, Jinlong Li, Ke Tang, and Xin Yao. + Many-Objective Evolutionary Algorithms: A Survey. + ACM Computing Surveys, 48(1):1–35, 2015.
+[ bib | +DOI ] + +
+ + +
+[827] +
+
+Bingdong Li, Ke Tang, Jinlong Li, and Xin Yao. + Stochastic ranking algorithm for many-objective optimization based on multiple indicators. + IEEE Transactions on Evolutionary Computation, 20(6):924–938, 2016.
+[ bib ] + +
+ + +
+[828] +
+
+Miqing Li, Shengxiang Yang, and Xiaohui Liu. + Shift-based density estimation for Pareto-based algorithms in many-objective optimization. + IEEE Transactions on Evolutionary Computation, 18(3):348–365, 2014.
+[ bib ] +
+Proposed SDE indicator algorithm +
+ +
+ + +
+[829] +
+
+Miqing Li, Shengxiang Yang, and Xiaohui Liu. + Pareto or non-Pareto: Bi-criterion evolution in multiobjective optimization. + IEEE Transactions on Evolutionary Computation, 20(5):645–665, 2016.
+[ bib ] + +
+ + +
+[830] +
+
+Miqing Li and Xin Yao. + Quality Evaluation of Solution Sets in Multiobjective Optimisation: A Survey. + ACM Computing Surveys, 52(2):1–38, 2019.
+[ bib | +DOI ] + +
+ + +
+[831] +
+
+Miqing Li and Xin Yao. + Dominance Move: A Measure of Comparing Solution Sets in Multiobjective Optimization. + arXiv preprint arXiv:1702.00477, 2017.
+[ bib ] + +
+ + +
+[832] +
+
+Miqing Li and Xin Yao. + What weights work for you? Adapting weights for any Pareto front shape in decomposition-based evolutionary multiobjective optimisation. + Evolutionary Computation, 28(2):227–253, 2020.
+[ bib ] + +
+ + +
+[833] +
+
+Hui Li and Qingfu Zhang. + Multiobjective Optimization Problems with Complicated Pareto sets, MOEA/D and NSGA-II. + IEEE Transactions on Evolutionary Computation, 13(2):284–302, 2009.
+[ bib ] + +
+ + +
+[834] +
+
+Zhipan Li, Juan Zou, Shengxiang Yang, and Jinhua Zheng. + A two-archive algorithm with decomposition and fitness allocation for multi-modal multi-objective optimization. + Information Sciences, 574:413–430, 2021.
+[ bib ] + +
+ + +
+[835] +
+
+Tianjun Liao, Doǧan Aydın, and Thomas Stützle. + Artificial Bee Colonies for Continuous Optimization: Experimental Analysis and Improvements. + Swarm Intelligence, 7(4):327–356, 2013.
+[ bib ] + +
+ + +
+[836] +
+
+Tianjun Liao, Daniel Molina, Marco A. Montes de Oca, and Thomas Stützle. + A Note on the Effects of Enforcing Bound Constraints on Algorithm Comparisons using the IEEE CEC'05 Benchmark Function Suite. + Evolutionary Computation, 22(2):351–359, 2014.
+[ bib ] + +
+ + +
+[837] +
+
+Tianjun Liao, Daniel Molina, and Thomas Stützle. + Performance Evaluation of Automatically Tuned Continuous Optimizers on Different Benchmark Sets. + Applied Soft Computing, 27:490–503, 2015.
+[ bib ] + +
+ + +
+[838] +
+
+Tianjun Liao, Marco A. Montes de Oca, and Thomas Stützle. + Computational results for an automatically tuned CMA-ES with increasing population size on the CEC'05 benchmark set. + Soft Computing, 17(6):1031–1046, 2013.
+[ bib | +DOI ] + +
+ + +
+[839] +
+
+Tianjun Liao, Krzysztof Socha, Marco A. Montes de Oca, Thomas Stützle, and Marco Dorigo. + Ant Colony Optimization for Mixed-Variable Optimization Problems. + IEEE Transactions on Evolutionary Computation, 18(4):503–518, 2014.
+[ bib ] +
+Keywords: ACOR +
+ +
+ + +
+[840] +
+
+Tianjun Liao, Thomas Stützle, Marco A. Montes de Oca, and Marco Dorigo. + A Unified Ant Colony Optimization Algorithm for Continuous Optimization. + European Journal of Operational Research, 234(3):597–609, 2014.
+[ bib ] + +
+ + +
+[841] +
+
+C.-J. Liao, C.-T. Tseng, and P. Luarn. + A Discrete Version of Particle Swarm Optimization for Flowshop Scheduling Problems. + Computers & Operations Research, 34(10):3099–3111, 2007.
+[ bib ] + +
+ + +
+[842] +
+
+Arnaud Liefooghe, Fabio Daolio, Bilel Derbel, Sébastien Verel, Hernán E. Aguirre, and Kiyoshi Tanaka. + Landscape-Aware Performance Prediction for Evolutionary Multi-objective Optimization. + IEEE Transactions on Evolutionary Computation, 24(6):1063–1077, 2020.
+[ bib ] + +
+ + +
+[843] +
+
+Arnaud Liefooghe, Jérémie Humeau, Salma Mesmoudi, Laetitia Jourdan, and El-Ghazali Talbi. + On dominance-based multiobjective local search: design, implementation and experimental analysis on scheduling and traveling salesman problems. + Journal of Heuristics, 18(2):317–352, 2012.
+[ bib | +DOI ] +
+This paper discusses simple local search approaches for + approximating the efficient set of multiobjective + combinatorial optimization problems. We focus on algorithms + defined by a neighborhood structure and a dominance relation + that iteratively improve an archive of nondominated + solutions. Such methods are referred to as dominance-based + multiobjective local search. We first provide a concise + overview of existing algorithms, and we propose a model + trying to unify them through a fine-grained + decomposition. The main problem-independent search components + of dominance relation, solution selection, neighborhood + exploration and archiving are largely discussed. Then, a + number of state-of-the-art and original strategies are + experimented on solving a permutation flowshop scheduling + problem and a traveling salesman problem, both on a two- and + a three-objective formulation. Experimental results and a + statistical comparison are reported in the paper, and some + directions for future research are highlighted. +
+ +
+ + +
+[844] +
+
+Arnaud Liefooghe, Laetitia Jourdan, and El-Ghazali Talbi. + A Software Framework Based on a Conceptual Unified Model for Evolutionary Multiobjective Optimization: ParadisEO-MOEO. + European Journal of Operational Research, 209(2):104–112, 2011.
+[ bib ] + +
+ + +
+[845] +
+
+Arnaud Liefooghe, Sébastien Verel, and Jin-Kao Hao. + A hybrid metaheuristic for multiobjective unconstrained binary quadratic programming. + Applied Soft Computing, 16:10–19, 2014.
+[ bib ] + +
+ + +
+[846] +
+
+Bojan Likar and Juš Kocijan. + Predictive control of a gas–liquid separation plant based on a Gaussian process model. + Computers & Chemical Engineering, 31(3):142–152, 2007.
+[ bib | +DOI ] + +
+ + +
+[847] +
+
+Marius Thomas Lindauer, Katharina Eggensperger, Matthias Feurer, André Biedenkapp, Difan Deng, Carolin Benjamins, Tim Ruhkopf, René Sass, and Frank Hutter. + SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization. + Journal of Machine Learning Research, 23:1–9, 2022.
+[ bib | +epub ] + +
+ + +
+[848] +
+
+Marius Thomas Lindauer, Holger H. Hoos, Frank Hutter, and Torsten Schaub. + AutoFolio: An Automatically Configured Algorithm Selector. + Journal of Artificial Intelligence Research, 53:745–778, 2015.
+[ bib ] + +
+ + +
+[849] +
+
+S. Lin and B. W. Kernighan. + An Effective Heuristic Algorithm for the Traveling Salesman Problem. + Operations Research, 21(2):498–516, 1973.
+[ bib ] + +
+ + +
+[850] +
+
+Marius Thomas Lindauer, Jan N. van Rijn, and Lars Kotthoff. + The algorithm selection competitions 2015 and 2017. + Artificial Intelligence, 272:86–100, 2019.
+[ bib ] + +
+ + +
+[851] +
+
+Andrei Lissovoi and Carsten Witt. + Runtime Analysis of Ant Colony Optimization on Dynamic Shortest Path Problems. + Theoretical Computer Science, 561(Part A):73–85, 2015.
+[ bib | +DOI ] +
+A simple ACO algorithm called λ-MMAS for dynamic + variants of the single-destination shortest paths problem is + studied by rigorous runtime analyses. Building upon previous + results for the special case of 1-MMAS, it is studied to what + extent an enlarged colony using λ ants per vertex + helps in tracking an oscillating optimum. It is shown that + easy cases of oscillations can be tracked by a constant + number of ants. However, the paper also identifies more + involved oscillations that with overwhelming probability + cannot be tracked with any polynomial-size colony. Finally, + parameters of dynamic shortest-path problems which make the + optimum difficult to track are discussed. Experiments + illustrate theoretical findings and conjectures. +
+ +
+ + +
+[852] +
+
+J. D. C. Little, K. G. Murty, D. W. Sweeney, and C. Karel. + An Algorithm for the Traveling Salesman Problem. + Operations Research, 11:972–989, 1963.
+[ bib ] + +
+ + +
+[853] +
+
+Shusen Liu, Dan Maljovec, Bei Wang, Peer-Timo Bremer, and Valerio Pascucci. + Visualizing High-Dimensional Data: Advances in the Past Decade. + IEEE Transactions on Visualization and Computer Graphics, 23(3), 2017.
+[ bib | +DOI ] + +
+ + +
+[854] +
+
+Jiyin Liu and Colin R. Reeves. + Constructive and Composite Heuristic Solutions to the P//ΣCi Scheduling Problem. + European Journal of Operational Research, 132(2):439–452, 2001.
+[ bib | +DOI ] + +
+ + +
+[855] +
+
+Yiping Liu, Gary G. Yen, and Dunwei Gong. + A multimodal multiobjective evolutionary algorithm using two-archive and recombination strategies. + IEEE Transactions on Evolutionary Computation, 23(4):660–674, 2018.
+[ bib ] + +
+ + +
+[856] +
+
+Marco Locatelli and Fabio Schoen. + Random Linkage: a family of acceptance/rejection algorithms for global optimisation. + Mathematical Programming, 85(2), 1999.
+[ bib ] +
+Keywords: Multi-Level Single-Linkage (MLSL) +
+ +
+ + +
+[857] +
+
+Andrea Lodi, Silvano Martello, and Michele Monaci. + Two-dimensional packing problems: A survey. + European Journal of Operational Research, 141(2):241–252, 2002.
+[ bib | +DOI ] + +
+ + +
+[858] +
+
+Andrea Lodi, Silvano Martello, and Daniele Vigo. + Heuristic and metaheuristic approaches for a class of two-dimensional bin packing problems. + INFORMS Journal on Computing, 11(4):345–357, 1999.
+[ bib | +DOI ] + +
+ + +
+[859] +
+
+Andrea Lodi, Silvano Martello, and Daniele Vigo. + TSpack: a unified tabu search code for multi-dimensional bin packing problems. + Annals of Operations Research, 131(1-4):203–213, 2004.
+[ bib | +DOI ] + +
+ + +
+[860] +
+
+Andrea Lodi and Giulia Zarpellon. + On Learning and Branching: A Survey. + TOP, 25:207–236, 2017.
+[ bib ] + +
+ + +
+[861] +
+
+Jason D. Lohn, Gregory S. Hornby, and Derek S. Linden. + Human-competitive Evolved Antennas. + Artificial Intelligence for Engineering Design, Analysis and Manufacturing, 22(3):235–247, 2008.
+[ bib | +DOI ] +
+Evolutionary optimization of antennas for NASA +
+ +
+ + +
+[862] +
+
+Manuel López-Ibáñez and Christian Blum. + Beam-ACO for the travelling salesman problem with time windows. + Computers & Operations Research, 37(9):1570–1583, 2010.
+[ bib | +DOI ] +
+The travelling salesman problem with time windows is + a difficult optimization problem that arises, for + example, in logistics. This paper deals with the + minimization of the travel-cost. For solving this + problem, this paper proposes a Beam-ACO algorithm, + which is a hybrid method combining ant colony + optimization with beam search. In general, Beam-ACO + algorithms heavily rely on accurate and + computationally inexpensive bounding information for + differentiating between partial solutions. This work + uses stochastic sampling as a useful alternative. An + extensive experimental evaluation on seven benchmark + sets from the literature shows that the proposed + Beam-ACO algorithm is currently a state-of-the-art + technique for the travelling salesman problem with + time windows when travel-cost optimization is + concerned. +
+
+Keywords: Ant colony optimization, Travelling salesman problem with + time windows, Hybridization +
+ +
+ + +
+[863] +
+
+Manuel López-Ibáñez, Christian Blum, Jeffrey W. Ohlmann, and Barrett W. Thomas. + The Travelling Salesman Problem with Time Windows: Adapting Algorithms from Travel-time to Makespan Optimization. + Applied Soft Computing, 13(9):3806–3815, 2013.
+[ bib | +DOI | +epub ] + +
+ + +
+[864] +
+
+Manuel López-Ibáñez, Jürgen Branke, and Luís Paquete. + Reproducibility in Evolutionary Computation. + Arxiv preprint arXiv:20102.03380 [cs.AI], 2021.
+[ bib | +http ] +
+Experimental studies are prevalent in Evolutionary + Computation (EC), and concerns about the reproducibility and + replicability of such studies have increased in recent times, + reflecting similar concerns in other scientific fields. In + this article, we suggest a classification of different types + of reproducibility that refines the badge system of the + Association of Computing Machinery (ACM) adopted by TELO. We + discuss, within the context of EC, the different types of + reproducibility as well as the concepts of artifact and + measurement, which are crucial for claiming + reproducibility. We identify cultural and technical obstacles + to reproducibility in the EC field. Finally, we provide + guidelines and suggest tools that may help to overcome some + of these reproducibility obstacles. +
+
+Keywords: Evolutionary Computation, Reproducibility, Empirical study, + Benchmarking +
+ +
+ + +
+[865] +
+
+Manuel López-Ibáñez, Jürgen Branke, and Luís Paquete. + Reproducibility in Evolutionary Computation. + ACM Transactions on Evolutionary Learning and Optimization, 1(4):1–21, 2021.
+[ bib | +DOI | +epub ] +
+Experimental studies are prevalent in Evolutionary + Computation (EC), and concerns about the reproducibility and + replicability of such studies have increased in recent times, + reflecting similar concerns in other scientific fields. In + this article, we suggest a classification of different types + of reproducibility that refines the badge system of the + Association of Computing Machinery (ACM) adopted by TELO. We + discuss, within the context of EC, the different types of + reproducibility as well as the concepts of artifact and + measurement, which are crucial for claiming + reproducibility. We identify cultural and technical obstacles + to reproducibility in the EC field. Finally, we provide + guidelines and suggest tools that may help to overcome some + of these reproducibility obstacles. +
+
+Keywords: Evolutionary Computation, Reproducibility, Empirical study, + Benchmarking +
+ +
+ + +
+[866] +
+
+Manuel López-Ibáñez, Jérémie Dubois-Lacoste, Leslie Pérez Cáceres, Thomas Stützle, and Mauro Birattari. + The irace Package: Iterated Racing for Automatic Algorithm Configuration. + Operations Research Perspectives, 3:43–58, 2016.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[867] +
+
+Manuel López-Ibáñez, Marie-Eléonore Kessaci, and Thomas Stützle. + Automatic Design of Hybrid Metaheuristics from Algorithmic Components. + Submitted, 2017.
+[ bib ] + +
+ + +
+[868] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + Hybrid Population-based Algorithms for the Bi-objective Quadratic Assignment Problem. + Journal of Mathematical Modelling and Algorithms, 5(1):111–137, 2006.
+[ bib | +DOI ] +
+We present variants of an ant colony optimization + (MO-ACO) algorithm and of an evolutionary algorithm + (SPEA2) for tackling multi-objective combinatorial + optimization problems, hybridized with an iterative + improvement algorithm and the robust tabu search + algorithm. The performance of the resulting hybrid + stochastic local search (SLS) algorithms is + experimentally investigated for the bi-objective + quadratic assignment problem (bQAP) and compared + against repeated applications of the underlying + local search algorithms for several + scalarizations. The experiments consider structured + and unstructured bQAP instances with various degrees + of correlation between the flow matrices. We do a + systematic experimental analysis of the algorithms + using outperformance relations and the attainment + functions methodology to asses differences in the + performance of the algorithms. The experimental + results show the usefulness of the hybrid algorithms + if the available computation time is not too limited + and identify SPEA2 hybridized with very short tabu + search runs as the most promising variant. +
+ +
+ + +
+[869] +
+
+Manuel López-Ibáñez, Leslie Pérez Cáceres, and Thomas Stützle. + irace: A Tool for the Automatic Configuration of Algorithms. + International Federation of Operational Research Societies (IFORS) News, 14(2):30–32, June 2020.
+[ bib | +http ] + +
+ + +
+[870] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Ant Colony Optimisation for the Optimal Control of Pumps in Water Distribution Networks. + Journal of Water Resources Planning and Management, ASCE, 134(4):337–346, 2008.
+[ bib | +DOI | +epub ] +
+Reducing energy consumption of water distribution + networks has never had more significance than today. The greatest + energy savings can be obtained by careful scheduling of operation of + pumps. Schedules can be defined either implicitly, in terms of other + elements of the network such as tank levels, or explicitly by + specifying the time during which each pump is on/off. The + traditional representation of explicit schedules is a string of + binary values with each bit representing pump on/off status during a + particular time interval. In this paper a new explicit + representation is presented. It is based on time controlled + triggers, where the maximum number of pump switches is specified + beforehand. In this representation a pump schedule is divided into a + series of integers with each integer representing the number of + hours for which a pump is active/inactive. This reduces the number + of potential schedules (search space) compared to the binary + representation. Ant colony optimization (ACO) is a stochastic + meta-heuristic for combinatorial optimization problems that is + inspired by the foraging behavior of some species of ants. In this + paper, an application of the ACO framework was developed for the + optimal scheduling of pumps. The proposed representation was adapted + to an ant colony Optimization framework and solved for the optimal + pump schedules. Minimization of electrical cost was considered as + the objective, while satisfying system constraints. Instead of using + a penalty function approach for constraint violations, constraint + violations were ordered according to their importance and solutions + were ranked based on this order. The proposed approach was tested on + a small test network and on a large real-world network. Results are + compared with those obtained using a simple genetic algorithm based + on binary representation and a hybrid genetic algorithm that uses + level-based triggers. +
+ +
+ + +
+[871] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Representations and Evolutionary Operators for the Scheduling of Pump Operations in Water Distribution Networks. + Evolutionary Computation, 19(3):429–467, 2011.
+[ bib | +DOI ] +
+Reducing the energy consumption of water + distribution networks has never had more + significance. The greatest energy savings can be + obtained by carefully scheduling the operations of + pumps. Schedules can be defined either implicitly, + in terms of other elements of the network such as + tank levels, or explicitly by specifying the time + during which each pump is on/off. The traditional + representation of explicit schedules is a string of + binary values with each bit representing pump on/off + status during a particular time interval. In this + paper, we formally define and analyze two new + explicit representations based on time-controlled + triggers, where the maximum number of pump switches + is established beforehand and the schedule may + contain less switches than the maximum. In these + representations, a pump schedule is divided into a + series of integers with each integer representing + the number of hours for which a pump is + active/inactive. This reduces the number of + potential schedules compared to the binary + representation, and allows the algorithm to operate + on the feasible region of the search space. We + propose evolutionary operators for these two new + representations. The new representations and their + corresponding operations are compared with the two + most-used representations in pump scheduling, + namely, binary representation and level-controlled + triggers. A detailed statistical analysis of the + results indicates which parameters have the greatest + effect on the performance of evolutionary + algorithms. The empirical results show that an + evolutionary algorithm using the proposed + representations improves over the results obtained + by a recent state-of-the-art Hybrid Genetic + Algorithm for pump scheduling using level-controlled + triggers. +
+ +
+ + +
+[872] +
+
+Manuel López-Ibáñez and Thomas Stützle. + An experimental analysis of design choices of multi-objective ant colony optimization algorithms. + Swarm Intelligence, 6(3):207–232, 2012.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[873] +
+
+Manuel López-Ibáñez and Thomas Stützle. + The Automatic Design of Multi-Objective Ant Colony Optimization Algorithms. + IEEE Transactions on Evolutionary Computation, 16(6):861–875, 2012.
+[ bib | +DOI ] +
+ +Multi-objective optimization problems are problems with several, +typically conflicting criteria for evaluating solutions. Without +any a priori preference information, the Pareto optimality +principle establishes a partial order among solutions, and the +output of the algorithm becomes a set of nondominated solutions +rather than a single one. Various ant colony optimization (ACO) +algorithms have been proposed in recent years for solving such +problems. These multi-objective ACO (MOACO) algorithms exhibit +different design choices for dealing with the particularities of +the multi-objective context. This paper proposes a formulation of +algorithmic components that suffices to describe most MOACO +algorithms proposed so far. This formulation also shows that +existing MOACO algorithms often share equivalent design choices +but they are described in different terms. Moreover, this +formulation is synthesized into a flexible algorithmic framework, +from which not only existing MOACO algorithms may be +instantiated, but also combinations of components that were never +studied in the literature. In this sense, this paper goes beyond +proposing a new MOACO algorithm, but it rather introduces a +family of MOACO algorithms. The flexibility of the proposed MOACO +framework facilitates the application of automatic algorithm +configuration techniques. The experimental results presented in +this paper show that the automatically configured MOACO framework +outperforms the MOACO algorithms that inspired the framework +itself. This paper is also among the first to apply automatic +algorithm configuration techniques to multi-objective algorithms. +
+ +
+ + +
+[874] +
+
+Manuel López-Ibáñez and Thomas Stützle. + Automatically Improving the Anytime Behaviour of Optimisation Algorithms. + European Journal of Operational Research, 235(3):569–582, 2014.
+[ bib | +DOI | +supplementary material ] +
+Optimisation algorithms with good anytime behaviour try to + return as high-quality solutions as possible independently of + the computation time allowed. Designing algorithms with good + anytime behaviour is a difficult task, because performance is + often evaluated subjectively, by plotting the trade-off curve + between computation time and solution quality. Yet, the + trade-off curve may be modelled also as a set of mutually + nondominated, bi-objective points. Using this model, we + propose to combine an automatic configuration tool and the + hypervolume measure, which assigns a single quality measure + to a nondominated set. This allows us to improve the anytime + behaviour of optimisation algorithms by means of + automatically finding algorithmic configurations that produce + the best nondominated sets. Moreover, the recently proposed + weighted hypervolume measure is used here to incorporate the + decision-maker's preferences into the automatic tuning + procedure. We report on the improvements reached when + applying the proposed method to two relevant scenarios: (i) + the design of parameter variation strategies for MAX-MIN Ant + System and (ii) the tuning of the anytime behaviour of SCIP, + an open-source mixed integer programming solver with more + than 200 parameters. +
+ +
+ + +
+[875] +
+
+Eunice López-Camacho, Hugo Terashima-Marin, Peter Ross, and Gabriela Ochoa. + A unified hyper-heuristic framework for solving bin packing problems. + Expert Systems with Applications, 41(15):6876–6889, 2014.
+[ bib | +DOI ] + +
+ + +
+[876] +
+
+Samir Loudni and Patrice Boizumault. + Combining VNS with constraint programming for solving anytime optimization problems. + European Journal of Operational Research, 191:705–735, 2008.
+[ bib | +DOI ] + +
+ + +
+[877] +
+
+Helena R. Lourenço. + Job-Shop Scheduling: Computational Study of Local Search and Large-Step Optimization Methods. + European Journal of Operational Research, 83(2):347–364, 1995.
+[ bib ] + +
+ + +
+[878] +
+
+Antonio Lova and Pilar Tormos. + Analysis of Scheduling Schemes and Heuristic Rules Performance in Resource-Constrained Multiproject Scheduling. + Annals of Operations Research, 102(1-4):263–286, February 2001.
+[ bib | +DOI ] +
+Frequently, the availability of resources assigned + to a project is limited and not sufficient to + execute all the concurrent activities. In this + situation, decision making about their schedule is + necessary. Many times this schedule supposes an + increase in the project completion + time. Additionally, companies commonly manage + various projects simultaneously, sharing a pool of + renewable resources. Given these resource + constraints, we often can only apply heuristic + methods to solve the scheduling problem. In this + work the effect of the schedule generation schemes - + serial or parallel - and priority rules - MINLFT, + MINSLK, MAXTWK, SASP or FCFS - with two + approaches - multi-project and single-project - are + analysed. The time criteria considered are the mean + project delay and the multiproject duration + increase. Through an extensive computational study, + results show that with the parallel scheduling + generation scheme and the multi-project approach the + project manager can obtain a good multiproject + schedule with the time criterion selected: + minimising mean project delay or minimising + multiproject duration increase. New heuristics - + based on priority rules with a two-phase approach - + that outperform classical ones are proposed to + minimise mean project delay with a multi-project + approach. Finally, the best heuristics analysed are + evaluated together with a representative sample of + commercial project management software. +
+
+Keywords: Combinatorics, heuristic based on priority rules, + Multiproject scheduling, Operation + Research/Decision Theory, Project management, + project management software, Resource allocation, + Theory of Computation +
+ +
+ + +
+[879] +
+
+Antonio Lova, Pilar Tormos, Mariamar Cervantes, and Federico Barber. + An efficient hybrid genetic algorithm for scheduling projects with resource constraints and multiple execution modes. + International Journal of Production Economics, 117(2):302–316, 2009.
+[ bib | +DOI ] +
+Multi-mode Resource Constrained Project Scheduling + Problem (MRCPSP) aims at finding the start times + and execution modes for the activities of a project + that optimize a given objective function while + verifying a set of precedence and resource + constraints. In this paper, we focus on this problem + and develop a hybrid Genetic Algorithm (MM-HGA) to + solve it. Its main contributions are the mode + assignment procedure, the fitness function and the + use of a very efficient improving method. Its + performance is demonstrated by extensive + computational results obtained on a set of standard + instances and against the best currently available + algorithms. +
+
+Keywords: genetic algorithm, multi-mode resource-constrained + project scheduling +
+ +
+ + +
+[880] +
+
+Manuel Lozano, Fred Glover, Carlos García-Martínez, Francisco J. Rodríguez, and Rafael Martí. + Tabu Search with Strategic Oscillation for the Quadratic Minimum Spanning Tree. + IIE Transactions, 46(4):414–428, 2014.
+[ bib ] + +
+ + +
+[881] +
+
+Manuel Lozano, Daniel Molina, and Carlos García-Martínez. + Iterated Greedy for the Maximum Diversity Problem. + European Journal of Operational Research, 214(1):31–38, 2011.
+[ bib ] + +
+ + +
+[882] +
+
+Zhipeng Lü, Fred Glover, and Jin-Kao Hao. + A hybrid metaheuristic approach to solving the UBQP problem. + European Journal of Operational Research, 207(3):1254–1262, 2010.
+[ bib | +DOI ] + +
+ + +
+[883] +
+
+Andrew Lucas. + Ising formulations of many NP problems. + Frontiers in Physics, 2:5, 2014.
+[ bib | +DOI ] + +
+ + +
+[884] +
+
+M. Lundy and A. Mees. + Convergence of an Annealing Algorithm. + Mathematical Programming, 34(1):111–124, 1986.
+[ bib ] + +
+ + +
+[885] +
+
+Thibaut Lust and Jacques Teghem. + Two-phase Pareto local search for the biobjective traveling salesman problem. + Journal of Heuristics, 16(3):475–510, 2010.
+[ bib | +DOI ] +
+In this work, we present a method, called Two-Phase + Pareto Local Search, to find a good approximation of the + efficient set of the biobjective traveling salesman + problem. In the first phase of the method, an initial + population composed of a good approximation of the extreme + supported efficient solutions is generated. We use as second + phase a Pareto Local Search method applied to each solution + of the initial population. We show that using the combination + of these two techniques: good initial population generation + plus Pareto Local Search gives better results than + state-of-the-art algorithms. Two other points are introduced: + the notion of ideal set and a simple way to produce + near-efficient solutions of multiobjective problems, by using + an efficient single-objective solver with a data perturbation + technique. +
+ +
+ + +
+[886] +
+
+Thibaut Lust and Jacques Teghem. + The multiobjective multidimensional knapsack problem: a survey and a new approach. + Arxiv preprint arXiv:1007.4063, 2010. + Published as [887].
+[ bib ] + +
+ + +
+[887] +
+
+Thibaut Lust and Jacques Teghem. + The multiobjective multidimensional knapsack problem: a survey and a new approach. + International Transactions in Operational Research, 19(4):495–520, 2012.
+[ bib | +DOI ] + +
+ + +
+[888] +
+
+Thibaut Lust and Andrzej Jaszkiewicz. + Speed-up techniques for solving large-scale biobjective TSP. + Computers & Operations Research, 37(3):521–533, 2010.
+[ bib | +DOI ] +
+Keywords: Multiobjective combinatorial optimization, Hybrid + metaheuristics, TSP, Local search, Speed-up techniques +
+ +
+ + +
+[889] +
+
+C. von Lücken, Benjamín Barán, and Carlos Brizuela. + A survey on multi-objective evolutionary algorithms for many-objective problems. + Computational Optimization and Applications, 58(3):707–756, 2014.
+[ bib ] + +
+ + +
+[890] +
+
+Laurens van der Maaten and Geoffrey Hinton. + Visualizing Data using t-SNE. + Journal of Machine Learning Research, 9(86):2579–2605, 2008.
+[ bib | +epub ] + +
+ + +
+[891] +
+
+Marlos C. Machado, Marc G. Bellemare, Erik Talvitie, Joel Veness, Matthew Hausknecht, and Michael Bowling. + Revisiting the Arcade Learning Environment: Evaluation Protocols and Open Problems for General Agents. + Journal of Artificial Intelligence Research, 61(1):523–562, January 2018.
+[ bib ] +
+The Arcade Learning Environment (ALE) is an evaluation + platform that poses the challenge of building AI agents with + general competency across dozens of Atari 2600 games. It + supports a variety of different problem settings and it has + been receiving increasing attention from the scientific + community, leading to some high-pro_le success stories such + as the much publicized Deep Q-Networks (DQN). In this article + we take a big picture look at how the ALE is being used by + the research community. We show how diverse the evaluation + methodologies in the ALE have become with time, and highlight + some key concerns when evaluating agents in the ALE. We use + this discussion to present some methodological best practices + and provide new benchmark results using these best + practices. To further the progress in the field, we introduce + a new version of the ALE that supports multiple game modes + and provides a form of stochasticity we call sticky + actions. We conclude this big picture look by revisiting + challenges posed when the ALE was introduced, summarizing the + state-of-the-art in various problems and highlighting + problems that remain open. +
+ +
+ + +
+[892] +
+
+Sam Madden. + From Databases to Big Data. + IEEE Internet Computing, 16(3), 2012.
+[ bib ] + +
+ + +
+[893] +
+
+M. Mahdavi, M. Fesanghary, and E. Damangir. + An improved harmony search algorithm for solving optimization problems. + Applied Mathematics and Computation, 188(2):1567–1579, 2007.
+[ bib | +DOI ] +
+This paper develops an Improved harmony search (IHS) + algorithm for solving optimization problems. IHS employs a + novel method for generating new solution vectors that + enhances accuracy and convergence rate of harmony search (HS) + algorithm. In this paper the impacts of constant parameters + on harmony search algorithm are discussed and a strategy for + tuning these parameters is presented. The IHS algorithm has + been successfully applied to various benchmarking and + standard engineering optimization problems. Numerical results + reveal that the proposed algorithm can find better solutions + when compared to HS and other heuristic or deterministic + methods and is a powerful search algorithm for various + engineering optimization problems. +
+
+Keywords: Global optimization, Heuristics, Harmony search algorithm, + Mathematical programming +
+ +
+ + +
+[894] +
+
+Guilherme B. Mainieri and Débora P. Ronconi. + New heuristics for total tardiness minimization in a flexible flowshop. + Optimization Letters, pp.  1–20, 2012.
+[ bib ] + +
+ + +
+[895] +
+
+Holger R. Maier, Angus R. Simpson, Aaron C. Zecchin, Wai Kuan Foong, Kuang Yeow Phang, Hsin Yeow Seah, and Chan Lim Tan. + Ant Colony Optimization for Design of Water Distribution Systems. + Journal of Water Resources Planning and Management, ASCE, 129(3):200–209, May / June 2003.
+[ bib ] + +
+ + +
+[896] +
+
+Sri Srinivasa Raju M, Rammohan Mallipeddi, and Kedar Nath Das. + A twin-archive guided decomposition based multi/many-objective evolutionary algorithm. + Swarm and Evolutionary Computation, 71:101082, 2022.
+[ bib | +DOI ] + +
+ + +
+[897] +
+
+Katherine M. Malan and Andries Engelbrecht. + A survey of techniques for characterising fitness landscapes and some possible ways forward. + Information Sciences, 241:148–163, 2013.
+[ bib | +DOI ] + +
+ + +
+[898] +
+
+R. M. Males, R. M. Clark, P. J. Wehrman, and W. E. Gateset. + Algorithm for mixing problems in water systems. + Journal of Hydraulic Engineering, ASCE, 111(2):206–219, 1985.
+[ bib ] + +
+ + +
+[899] +
+
+Vittorio Maniezzo. + Exact and Approximate Nondeterministic Tree-Search Procedures for the Quadratic Assignment Problem. + INFORMS Journal on Computing, 11(4):358–369, 1999.
+[ bib ] + +
+ + +
+[900] +
+
+Vittorio Maniezzo and A. Carbonaro. + An ANTS Heuristic for the Frequency Assignment Problem. + Future Generation Computer Systems, 16(8):927–935, 2000.
+[ bib ] + +
+ + +
+[901] +
+
+Vittorio Maniezzo and Alberto Colorni. + The Ant System Applied to the Quadratic Assignment Problem. + IEEE Transactions on Knowledge and Data Engineering, 11(5):769–778, 1999.
+[ bib ] + +
+ + +
+[902] +
+
+E. Q. V. Martins. + On a multicritera shortest path problem. + European Journal of Operational Research, 16:236–245, 1984.
+[ bib ] + +
+ + +
+[903] +
+
+R. T. Marler and J. S. Arora. + Survey of multi-objective optimization methods for engineering. + Structural and Multidisciplinary Optimization, 26(6):369–395, April 2004.
+[ bib | +DOI ] +
+Discusses a priori (scalarized) methods. +
+ +
+ + +
+[904] +
+
+Raul Martín-Santamaría, Sergio Cavero, Alberto Herrán, Abraham Duarte, and J. Manuel Colmenar. + A Practical Methodology for Reproducible Experimentation: An Application to the Double-Row Facility Layout Problem. + Evolutionary Computation, pp.  1–35, November 2023.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[905] +
+
+D. Martens, M. De Backer, R. Haesen, J. Vanthienen, M. Snoeck, and B. Baesens. + Classification With Ant Colony Optimization. + IEEE Transactions on Evolutionary Computation, 11(5):651–665, 2007.
+[ bib ] + +
+ + +
+[906] +
+
+Raul Martín-Santamaría, Manuel López-Ibáñez, Thomas Stützle, and J. Manuel Colmenar. + On the automatic generation of metaheuristic algorithms for combinatorial optimization problems. + European Journal of Operational Research, 2024.
+[ bib | +DOI ] +
+Metaheuristic algorithms have become one of the preferred + approaches for solving optimization problems. Finding the + best metaheuristic for a given problem is often difficult due + to the large number of available approaches and possible + algorithmic designs. Moreover, high-performing metaheuristics + often combine general-purpose and problem-specific + algorithmic components. We propose here an approach for + automatically designing metaheuristics using a flexible + framework of algorithmic components, from which algorithms + are instantiated and evaluated by an automatic configuration + method. The rules for composing algorithmic components are + defined implicitly by the properties of each algorithmic + component, in contrast to previous proposals, which require a + handwritten algorithmic template or grammar. As a result, + extending our framework with additional components, even + problem-specific or user-defined ones, automatically updates + the design space. Furthermore, since the generated algorithms + are made up of components, they can be easily interpreted. We + provide an implementation of our proposal and demonstrate its + benefits by outperforming previous research in three distinct + problems from completely different families: a facility + layout problem, a vehicle routing problem and a clustering + problem. +
+
+Keywords: irace +
+ +
+ + +
+[907] +
+
+Hugues Marchand, Alexander Martin, Robert Weismantel, and Laurence Wolsey. + Cutting planes in integer and mixed integer programming. + Discrete Applied Mathematics, 123(1–3):397–446, 2002.
+[ bib ] + +
+ + +
+[908] +
+
+O. Maron and A. W. Moore. + The Racing Algorithm: Model Selection for Lazy Learners. + Artificial Intelligence Research, 11(1–5):193–225, 1997.
+[ bib | +DOI ] + +
+ + +
+[909] +
+
+Olivier Martin and S. W. Otto. + Partitioning of Unstructured Meshes for Load Balancing. + Concurrency: Practice and Experience, 7(4):303–314, 1995.
+[ bib ] + +
+ + +
+[910] +
+
+Olivier Martin and S. W. Otto. + Combining Simulated Annealing with Local Search Heuristics. + Annals of Operations Research, 63:57–75, 1996.
+[ bib ] + +
+ + +
+[911] +
+
+Olivier Martin, S. W. Otto, and E. W. Felten. + Large-Step Markov Chains for the Traveling Salesman Problem. + Complex Systems, 5(3):299–326, 1991.
+[ bib ] + +
+ + +
+[912] +
+
+Olivier Martin, S. W. Otto, and E. W. Felten. + Large-step Markov Chains for the TSP Incorporating Local Search Heuristics. + Operations Research Letters, 11(4):219–224, 1992.
+[ bib ] + +
+ + +
+[913] +
+
+Rafael Martí, Gerhard Reinelt, and Abraham Duarte. + A Benchmark Library and a Comparison of Heuristic Methods for the Linear Ordering Problem. + Computational Optimization and Applications, 51(3):1297–1317, 2012.
+[ bib ] + +
+ + +
+[914] +
+
+Raul Martín-Santamaría, Jesús Sánchez-Oro, S. Pérez-Peló, and Abraham Duarte. + Strategic oscillation for the balanced minimum sum-of-squares clustering problem. + Information Sciences, 585:529–542, 2022.
+[ bib | +DOI ] + +
+ + +
+[915] +
+
+Silvano Martello and Paolo Toth. + Lower bounds and reduction procedures for the bin packing problem. + Discrete Applied Mathematics, 28(1):59–70, 1990.
+[ bib | +DOI ] + +
+ + +
+[916] +
+
+Silvano Martello and Daniele Vigo. + Exact solution of the two-dimensional finite bin packing problem. + Management Science, 44(3):388–399, 1998.
+[ bib | +DOI ] + +
+ + +
+[917] +
+
+Abu S. Masud and C. L. Hwang. + Interactive Sequential Goal Programming. + Journal of the Operational Research Society, 32(5):391–400, May 1981.
+[ bib | +DOI ] +
+This paper introduces a new solution method based on Goal + Programming for Multiple Objective Decision Making (MODM) + problems. The method, called Interactive Sequential Goal + Programming (ISGP), combines and extends the attractive + features of both Goal Programming and interactive solution + approaches for MODM problems. ISGP is applicable to both + linear and non-linear problems. It uses existing single + objective optimization techniques and, hence, available + computer codes utilizing these techniques can be adapted for + use in ISGP. The non-dominance of the "best-compromise" + solution is assured. The information required from the + decision maker in each iteration is simple. The proposed + method is illustrated by solving a nutrition problem. +
+ +
+ + +
+[918] +
+
+Franco Mascia, Manuel López-Ibáñez, Jérémie Dubois-Lacoste, and Thomas Stützle. + Grammar-Based Generation of Stochastic Local Search Heuristics through Automatic Algorithm Configuration Tools. + Computers & Operations Research, 51:190–199, 2014.
+[ bib | +DOI ] + +
+ + +
+[919] +
+
+Franco Mascia, Paola Pellegrini, Thomas Stützle, and Mauro Birattari. + An Analysis of Parameter Adaptation in Reactive Tabu Search. + International Transactions in Operational Research, 21(1):127–152, 2014.
+[ bib ] + +
+ + +
+[920] +
+
+Renaud Masson, Thibaut Vidal, Julien Michallet, Puca Huachi Vaz Penna, Vinicius Petrucci, Anand Subramanian, and Hugues Dubedout. + An Iterated Local Search Heuristic for Multi-capacity Bin Packing and Machine Reassignment Problems. + Expert Systems with Applications, 40(13):5266–5275, 2013.
+[ bib ] + +
+ + +
+[921] +
+
+Yazid Mati, Stéphane Dauzère-Pèrés, and Chams Lahlou. + A General Approach for Optimizing Regular Criteria in the Job-shop Scheduling Problem. + European Journal of Operational Research, 212(1):33–42, 2011.
+[ bib ] + +
+ + +
+[922] +
+
+Atanu Mazumdar, Manuel López-Ibáñez, Tinkle Chugh, and Kaisa Miettinen. + Treed Gaussian Process Regression for Solving Offline Data-Driven Continuous Multiobjective Optimization Problems. + Evolutionary Computation, 31(4):375–399, 2023.
+[ bib | +DOI ] +
+For offline data-driven multiobjective optimization problems + (MOPs), no new data is available during the optimization + process. Approximation models (or surrogates) are first built + using the provided offline data and an optimizer, e.g. a + multiobjective evolutionary algorithm, can then be utilized + to find Pareto optimal solutions to the problem with + surrogates as objective functions. In contrast to online + data-driven MOPs, these surrogates cannot be updated with new + data and, hence, the approximation accuracy cannot be + improved by considering new data during the optimization + process. Gaussian process regression (GPR) models are widely + used as surrogates because of their ability to provide + uncertainty information. However, building GPRs becomes + computationally expensive when the size of the dataset is + large. Using sparse GPRs reduces the computational cost of + building the surrogates. However, sparse GPRs are not + tailored to solve offline data-driven MOPs, where good + accuracy of the surrogates is needed near Pareto optimal + solutions. Treed GPR (TGPR-MO) surrogates for offline + data-driven MOPs with continuous decision variables are + proposed in this paper. The proposed surrogates first split + the decision space into subregions using regression trees and + build GPRs sequentially in regions close to Pareto optimal + solutions in the decision space to accurately approximate + tradeoffs between the objective functions. TGPR-MO surrogates + are computationally inexpensive because GPRs are built only + in a smaller region of the decision space utilizing a subset + of the data. The TGPR-MO surrogates were tested on + distance-based visualizable problems with various data sizes, + sampling strategies, numbers of objective functions, and + decision variables. Experimental results showed that the + TGPR-MO surrogates are computationally cheaper and can handle + datasets of large size. Furthermore, TGPR-MO surrogates + produced solutions closer to Pareto optimal solutions + compared to full GPRs and sparse GPRs. +
+
+Keywords: Gaussian processes, Kriging, Regression trees, Metamodelling, + Surrogate, Pareto optimality +
+ +
+ + +
+[923] +
+
+Ross M. McConnell, Kurt Mehlhorn, Stefan Näher, and Pascal Schweitzer. + Certifying algorithms. + Computer Science Review, 5(2):119–161, 2011.
+[ bib | +DOI ] +
+A certifying algorithm is an algorithm that produces, with + each output, a certificate or witness (easy-to-verify proof) + that the particular output has not been compromised by a + bug. A user of a certifying algorithm inputs x, receives the + output y and the certificate w, and then checks, either + manually or by use of a program, that w proves that y is a + correct output for input x. In this way, he/she can be sure + of the correctness of the output without having to trust the + algorithm. We put forward the thesis that certifying + algorithms are much superior to non-certifying algorithms, + and that for complex algorithmic tasks, only certifying + algorithms are satisfactory. Acceptance of this thesis would + lead to a change of how algorithms are taught and how + algorithms are researched. The widespread use of certifying + algorithms would greatly enhance the reliability of + algorithmic software. We survey the state of the art in + certifying algorithms and add to it. In particular, we start + a theory of certifying algorithms and prove that the concept + is universal. +
+
+Keywords: Algorithms, Software reliability, Certification +
+ +
+ + +
+[924] +
+
+G. McCormick and R. S. Powell. + Optimal Pump Scheduling in Water Supply Systems with Maximum Demand Charges. + Journal of Water Resources Planning and Management, ASCE, 129(5):372–379, 2003.
+[ bib | +DOI | +epub ] +
+Keywords: water supply; pumps; Markov processes; cost optimal + control +
+ +
+ + +
+[925] +
+
+G. McCormick and R. S. Powell. + Derivation of near-optimal pump schedules for water distribution by simulated annealing. + Journal of the Operational Research Society, 55(7):728–736, July 2004.
+[ bib | +DOI ] +
+The scheduling of pumps for clean water distribution is a + partially discrete non-linear problem with many + variables. The scheduling method described in this paper + typically produces costs within 1% of a linear program-based + solution, and can incorporate realistic non-linear costs that + may be hard to incorporate in linear programming + formulations. These costs include pump switching and maximum + demand charges. A simplified model is derived from a standard + hydraulic simulator. An initial schedule is produced by a + descent method. Two-stage simulated annealing then produces + solutions in a few minutes. Iterative recalibration ensures + that the solution agrees closely with the results from a full + hydraulic simulation. +
+ +
+ + +
+[926] +
+
+James McDermott. + When and Why Metaheuristics Researchers can Ignore "No Free Lunch" Theorems. + SN Computer Science, 1(60):1–18, 2020.
+[ bib | +DOI ] + +
+ + +
+[927] +
+
+Catherine C. McGeoch. + Analyzing Algorithms by Simulation: Variance Reduction Techniques and Simulation Speedups. + ACM Computing Surveys, 24(2):195–212, 1992.
+[ bib | +DOI ] +
+Although experimental studies have been widely applied to the + investigation of algorithm performance, very little attention + has been given to experimental method in this area. This is + unfortunate, since much can be done to improve the quality of + the data obtained; often, much improvement may be needed for + the data to be useful. This paper gives a tutorial discussion + of two aspects of good experimental technique: the use of + variance reduction techniques and simulation speedups in + algorithm studies. In an illustrative study, application of + variance reduction techniques produces a decrease in variance + by a factor 1000 in one case, giving a dramatic improvement + in the precision of experimental results. Furthermore, the + complexity of the simulation program is improved from + Θ(m n/Hn) to Θ(m + n log n) (where m is + typically much larger than n), giving a much faster + simulation program and therefore more data per unit of + computation time. The general application of variance + reduction techniques is also discussed for a variety of + algorithm problem domains. +
+
+Keywords: experimental analysis of algorithms, move-to-front rule, + self-organizing sequential search, statistical analysis of + algorithms, transpose rule, variance reduction techniques +
+ +
+ + +
+[928] +
+
+Catherine C. McGeoch. + Toward an Experimental Method for Algorithm Simulation. + INFORMS Journal on Computing, 8(1):1–15, 1996.
+[ bib | +DOI ] + +
+ + +
+[929] +
+
+Michael D. McKay, Richard J. Beckman, and W. J. Conover. + A Comparison of Three Methods for Selecting Values of Input Variables in the Analysis of Output from a Computer Code. + Technometrics, 21(2):239–245, 1979.
+[ bib | +DOI ] +
+Two types of sampling plans are examined as alternatives to + simple random sampling in Monte Carlo studies. These plans + are shown to be improvements over simple random sampling with + respect to variance for a class of estimators which includes + the sample mean and the empirical distribution function. +
+ +
+ + +
+[930] +
+
+Russell McKenna, Valentin Bertsch, Kai Mainzer, and Wolf Fichtner. + Combining local preferences with multi-criteria decision analysis and linear optimization to develop feasible energy concepts in small communities. + European Journal of Operational Research, 268(3):1092–1110, 2018.
+[ bib ] + +
+ + +
+[931] +
+
+Robert I. Mckay, Nguyen Xuan Hoai, Peter Alexander Whigham, Yin Shan, and Michael O'Neill. + Grammar-based Genetic Programming: A Survey. + Genetic Programming and Evolvable Machines, 11(3-4):365–396, September 2010.
+[ bib | +DOI ] + +
+ + +
+[932] +
+
+Klaus Meer. + Simulated annealing versus Metropolis for a TSP instance. + Information Processing Letters, 104(6):216–219, 2007.
+[ bib ] + +
+ + +
+[933] +
+
+Gábor Melis, Chris Dyer, and Phil Blunsom. + On the State of the Art of Evaluation in Neural Language Models. + Arxiv preprint arXiv:1807.02811, 2017.
+[ bib | +http ] + +
+ + +
+[934] +
+
+M. T. Melo, S. Nickel, and F. Saldanha-da Gama. + Facility location and supply chain management: A review. + European Journal of Operational Research, 196(2):401–412, 2009.
+[ bib | +DOI ] + +
+ + +
+[935] +
+
+Ole J. Mengshoel. + Understanding the role of noise in stochastic local search: Analysis and experiments. + Artificial Intelligence, 172(8):955–990, 2008.
+[ bib ] + +
+ + +
+[936] +
+
+Juan-Julián Merelo and Carlos Cotta. + Building bridges: the role of subfields in metaheuristics. + SIGEVOlution, 1(4):9–15, 2006.
+[ bib | +DOI ] + +
+ + +
+[937] +
+
+Peter Merz and Bernd Freisleben. + Memetic Algorithms for the Traveling Salesman Problem. + Complex Systems, 13(4):297–345, 2001.
+[ bib ] + +
+ + +
+[938] +
+
+Peter Merz and Bernd Freisleben. + Fitness Landscape Analysis and Memetic Algorithms for the Quadratic Assignment Problem. + IEEE Transactions on Evolutionary Computation, 4(4):337–352, 2000.
+[ bib ] + +
+ + +
+[939] +
+
+Peter Merz and Kengo Katayama. + Memetic algorithms for the unconstrained binary quadratic programming problem. + BioSystems, 78(1):99–118, 2004.
+[ bib | +DOI ] + +
+ + +
+[940] +
+
+D. Merkle and Martin Middendorf. + Ant Colony Optimization with Global Pheromone Evaluation for Scheduling a Single Machine. + Applied Intelligence, 18(1):105–111, 2003.
+[ bib ] + +
+ + +
+[941] +
+
+D. Merkle and Martin Middendorf. + Modeling the Dynamics of Ant Colony Optimization. + Evolutionary Computation, 10(3):235–262, 2002.
+[ bib ] + +
+ + +
+[942] +
+
+D. Merkle, Martin Middendorf, and Hartmut Schmeck. + Ant Colony Optimization for Resource-Constrained Project Scheduling. + IEEE Transactions on Evolutionary Computation, 6(4):333–346, 2002.
+[ bib ] + +
+ + +
+[943] +
+
+Peter Merz and Bernd Freisleben. + Greedy and Local Search Heuristics for Unconstrained Binary Quadratic Programming. + Journal of Heuristics, 8(2):197–213, 2002.
+[ bib | +DOI ] + +
+ + +
+[944] +
+
+Rafael G. Mesquita, Ricardo M. A. Silva, Carlos A. B. Mello, and Péricles B. C. Miranda. + Parameter tuning for document image binarization using a racing algorithm. + Expert Systems with Applications, 42(5):2593–2603, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[945] +
+
+N. Metropolis, A. W. Rosenbluth, M. N. Rosenbluth, A. Teller, and E. Teller. + Equation of State Calculations by Fast Computing Machines. + Journal of Chemical Physics, 21:1087–1092, 1953.
+[ bib ] + +
+ + +
+[946] +
+
+Nicolas Meuleau and Marco Dorigo. + Ant Colony Optimization and Stochastic Gradient Descent. + Artificial Life, 8(2):103–121, 2002.
+[ bib ] + +
+ + +
+[947] +
+
+Laurent Meunier, Herilalaina Rakotoarison, Pak-Kan Wong, Baptiste Rozière, Jérémy Rapin, Olivier Teytaud, Antoine Moreau, and Carola Doerr. + Black-Box Optimization Revisited: Improving Algorithm Selection Wizards through Massive Benchmarking. + Arxiv preprint arXiv:2010.04542, 2020.
+[ bib | +DOI ] +
+Keywords: Nevergrad, NGOpt +
+ +
+ + +
+[948] +
+
+Laurent Meunier, Herilalaina Rakotoarison, Pak-Kan Wong, Baptiste Rozière, Jérémy Rapin, Olivier Teytaud, Antoine Moreau, and Carola Doerr. + Black-Box Optimization Revisited: Improving Algorithm Selection Wizards Through Massive Benchmarking. + IEEE Transactions on Evolutionary Computation, 26(3):490–500, 2022.
+[ bib | +DOI ] +
+Keywords: nevergrad, NGOpt +
+ +
+ + +
+[949] +
+
+R. M'Hallah. + An iterated local search variable neighborhood descent hybrid heuristic for the total earliness tardiness permutation flow shop. + International Journal of Production Research, 52(13):3802–3819, 2014.
+[ bib ] + +
+ + +
+[950] +
+
+Zbigniew Michalewicz, Dipankar Dasgupta, Rodolphe G. Le Riche, and Marc Schoenauer. + Evolutionary algorithms for constrained engineering problems. + Computers and Industrial Engineering, 30(4):851–870, 1996.
+[ bib | +DOI ] + +
+ + +
+[951] +
+
+Julien Michallet, Christian Prins, Farouk Yalaoui, and Grégoire Vitry. + Multi-start Iterated Local Search for the Periodic Vehicle Routing Problem with Time Windows and Time Spread Constraints on Services. + Computers & Operations Research, 41:196–207, 2014.
+[ bib ] + +
+ + +
+[952] +
+
+Kaisa Miettinen. + Survey of methods to visualize alternatives in multiple criteria decision making problems. + OR Spectrum, 36(1):3–37, 2014.
+[ bib | +DOI ] + +
+ + +
+[953] +
+
+Kaisa Miettinen, Petri Eskelinen, Francisco Ruiz, and Mariano Luque. + NAUTILUS method: An interactive technique in multiobjective optimization based on the nadir point. + European Journal of Operational Research, 206(2):426–434, October 2010.
+[ bib | +DOI ] +
+Most interactive methods developed for solving multiobjective + optimization problems sequentially generate Pareto optimal or + nondominated vectors and the decision maker must always allow + impairment in at least one objective function to get a new + solution. The NAUTILUS method proposed is based on the + assumptions that past experiences affect decision makers' + hopes and that people do not react symmetrically to gains and + losses. Therefore, some decision makers may prefer to start + from the worst possible objective values and to improve every + objective step by step according to their preferences. In + NAUTILUS, starting from the nadir point, a solution is + obtained at each iteration which dominates the previous + one. Although only the last solution will be Pareto optimal, + the decision maker never looses sight of the Pareto optimal + set, and the search is oriented so that (s)he progressively + focusses on the preferred part of the Pareto optimal + set. Each new solution is obtained by minimizing an + achievement scalarizing function including preferences about + desired improvements in objective function values. NAUTILUS + is specially suitable for avoiding undesired anchoring + effects, for example in negotiation support problems, or just + as a means of finding an initial Pareto optimal solution for + any interactive procedure. An illustrative example + demonstrates how this new method iterates. +
+
+Keywords: Reference point methods, Interactive methods, Multiple + objective programming, Pareto optimality, Preference + information +
+ +
+ + +
+[954] +
+
+Kaisa Miettinen, Jyri Mustajoki, and T. J. Stewart. + Interactive multiobjective optimization with NIMBUS for decision making under uncertainty. + OR Spectrum, 36(1):39–56, 2014.
+[ bib ] + +
+ + +
+[955] +
+
+R. B. Millar and M. J. Anderson. + Remedies for pseudoreplication. + Fisheries Research, 70(2–3):397–407, 2004.
+[ bib | +DOI ] + +
+ + +
+[956] +
+
+George A. Miller. + The magical number seven, plus or minus two: Some limits on our capacity for processing information. + Psychological Review, 63(2):81–97, 1956.
+[ bib | +DOI ] + +
+ + +
+[957] +
+
+Steven Minton. + Automatically configuring constraint satisfaction programs: A case study. + Constraints, 1(1):7–43, 1996.
+[ bib | +DOI ] + +
+ + +
+[958] +
+
+Gerardo Minella, Rubén Ruiz, and M. Ciavotta. + A Review and Evaluation of Multiobjective Algorithms for the Flowshop Scheduling Problem. + INFORMS Journal on Computing, 20(3):451–471, 2008.
+[ bib ] + +
+ + +
+[959] +
+
+Giovanni Misitano, Bekir Afsar, Giomara Larraga, and Kaisa Miettinen. + Towards explainable interactive multiobjective optimization: R-XIMO. + Autonomous Agents and Multi-Agent Systems, 36(42), 2022.
+[ bib | +DOI ] + +
+ + +
+[960] +
+
+Alfonsas Misevičius and Dovilė Kuznecovaitė. + Investigating some strategies for construction of initial populations in genetic algorithms. + Computational Science and Techniques, 5(1):560–573, 2018.
+[ bib ] + +
+ + +
+[961] +
+
+Alfonsas Misevičius. + Genetic Algorithm Hybridized with Ruin and Recreate Procedure: Application to the Quadratic Assignment Problem. + Knowledge-Based Systems, 16(5–6):261–268, 2003.
+[ bib ] + +
+ + +
+[962] +
+
+Alfonsas Misevičius. + A modified simulated annealing algorithm for the quadratic assignment problem. + Informatica, 14(4):497–514, 2003.
+[ bib ] + +
+ + +
+[963] +
+
+P. Mitra, C. A. Murthy, and S. K. Pal. + Unsupervised feature selection using feature similarity. + IEEE Transactions on Pattern Analysis and Machine Intelligence, 24(3):301–312, 2002.
+[ bib | +DOI ] + +
+ + +
+[964] +
+
+Alfonsas Misevičius, Dovilė Kuznecovaitė, and Jūratė Platužienė. + Some Further Experiments with Crossover Operators for Genetic Algorithms. + Informatica, 29(3):499–516, 2018.
+[ bib ] + +
+ + +
+[965] +
+
+Nenad Mladenović and Pierre Hansen. + Variable Neighborhood Search. + Computers & Operations Research, 24(11):1097–1100, 1997.
+[ bib ] + +
+ + +
+[966] +
+
+Volodymyr Mnih, Koray Kavukcuoglu, David Silver, Andrei A. Rusu, Joel Veness, Marc G. Bellemare, Alex Graves, Martin Riedmiller, Andreas K. Fidjeland, Georg Ostrovski, et al. + Human-level control through deep reinforcement learning. + Nature, 518(7540):529, 2015.
+[ bib ] + +
+ + +
+[967] +
+
+Jonas Močkus, Vytautas Tiesis, and Antanas Zilinskas. + The application of bayesian methods for seeking the extremum. + Towards global optimization, pp.  117–129, 1978.
+[ bib ] +
+Proposed Bayesian optimization (but later than + [2309]) +
+ +
+ + +
+[968] +
+
+Julián Molina, Luis V. Santana, Alfredo G. Hernández-Díaz, Carlos A. Coello Coello, and Rafael Caballero. + g-Dominance: Reference point based dominance for Multiobjective Metaheuristics. + European Journal of Operational Research, 197(2):685–692, September 2009.
+[ bib | +DOI ] +
+Proposed g-NSGA-II +
+ +
+ + +
+[969] +
+
+Marco A. Montes de Oca, Doǧan Aydın, and Thomas Stützle. + An Incremental Particle Swarm for Large-Scale Continuous Optimization Problems: An Example of Tuning-in-the-loop (Re)Design of Optimization Algorithms. + Soft Computing, 15(11):2233–2255, 2011.
+[ bib | +DOI ] + +
+ + +
+[970] +
+
+Alysson Mondoro, Dan M. Frangopol, and Liang Liu. + Multi-criteria robust optimization framework for bridge adaptation under climate change. + Structural Safety, 74:14–23, 2018.
+[ bib ] + +
+ + +
+[971] +
+
+Roberto Montemanni, L. M. Gambardella, A. E. Rizzoli, and A. V. Donati. + Ant colony system for a dynamic vehicle routing problem. + Journal of Combinatorial Optimization, 10:327–343, 2005.
+[ bib ] + +
+ + +
+[972] +
+
+James Montgomery, Marcus Randall, and Tim Hendtlass. + Solution bias in ant colony optimisation: Lessons for selecting pheromone models. + Computers & Operations Research, 35(9):2728–2749, 2008.
+[ bib | +DOI ] + +
+ + +
+[973] +
+
+Elizabeth Montero, María-Cristina Riff, and Bertrand Neveu. + A Beginner's Buide to Tuning Methods. + Applied Soft Computing, 17:39–51, 2014.
+[ bib | +DOI ] + +
+ + +
+[974] +
+
+Marco A. Montes de Oca, Thomas Stützle, Mauro Birattari, and Marco Dorigo. + Frankenstein's PSO: A Composite Particle Swarm Optimization Algorithm. + IEEE Transactions on Evolutionary Computation, 13(5):1120–1132, 2009.
+[ bib | +DOI ] + +
+ + +
+[975] +
+
+Nicolas Monmarché, G. Venturini, and M. Slimane. + On how pachycondyla apicalis ants suggest a new search algorithm. + Future Generation Computer Systems, 16(8):937–946, 2000.
+[ bib ] + +
+ + +
+[976] +
+
+Peter D. Morgan. + Simulation of an adaptive behavior mechanism in an expert decision-maker. + IEEE Transactions on Systems, Man, and Cybernetics, 23(1):65–76, 1993.
+[ bib ] + +
+ + +
+[977] +
+
+J. N. Morse. + Reducing the size of the nondominated set: Pruning by clustering. + Computers & Operations Research, 7(1-2):55–66, 1980.
+[ bib ] + +
+ + +
+[978] +
+
+Mouad Morabit, Guy Desaulniers, and Andrea Lodi. + Machine-learning–based column selection for column generation. + Transportation Science, 55(4):815–831, 2021.
+[ bib ] +
+Keywords: graph neural networks +
+ +
+ + +
+[979] +
+
+Sara Morin, Caroline Gagné, and Marc Gravel. + Ant colony optimization with a specialized pheromone trail for the car-sequencing problem. + European Journal of Operational Research, 197(3):1185–1191, 2009.
+[ bib | +DOI ] +
+ This paper studies the learning process in an ant + colony optimization algorithm designed to solve the + problem of ordering cars on an assembly line + (car-sequencing problem). This problem has been + shown to be NP-hard and evokes a great deal of + interest among practitioners. Learning in an ant + algorithm is achieved by using an artificial + pheromone trail, which is a central element of this + metaheuristic. Many versions of the algorithm are + found in literature, the main distinction among them + being the management of the pheromone + trail. Nevertheless, few of them seek to perfect + learning by modifying the internal structure of the + trail. In this paper, a new pheromone trail + structure is proposed that is specifically adapted + to the type of constraints in the car-sequencing + problem. The quality of the results obtained when + solving three sets of benchmark problems is superior + to that of the best solutions found in literature + and shows the efficiency of the specialized trail. +
+
+Keywords: Ant colony optimization,Car-sequencing + problem,Pheromone trail,Scheduling +
+ +
+ + +
+[980] +
+
+A. M. Mora, Juan-Julián Merelo, Juan Luis Jiménez Laredo, C. Millan, and J. Torrecillas. + CHAC, a MOACO algorithm for computation of bi-criteria military unit path in the battlefield: Presentation and first results. + International Journal of Intelligent Systems, 24(7):818–843, 2009.
+[ bib ] + +
+ + +
+[981] +
+
+Max D. Morris and Toby J. Mitchell. + Exploratory designs for computational experiments. + Journal of Statistical Planning and Inference, 43(3):381–402, 1995.
+[ bib | +DOI ] +
+Keywords: Bayesian prediction +
+ +
+ + +
+[982] +
+
+Pablo Moscato and José F. Fontanari. + Stochastic Versus Deterministic Update in Simulated Annealing. + Physics Letters A, 146(4):204–208, 1990.
+[ bib ] + +
+ + +
+[983] +
+
+John Mote, Ishwar Murthy, and David L. Olson. + A parametric approach to solving bicriterion shortest path problems. + European Journal of Operational Research, 53(1):81–92, 1991.
+[ bib | +DOI ] + +
+ + +
+[984] +
+
+John Mote, David L. Olson, and M. A. Venkataramanan. + A comparative multiobjective programming study. + Mathematical and Computer Modelling, 10(10):719–729, 1988.
+[ bib | +DOI ] +
+The purpose of this study was to systematically evaluate a + number of multiobjective programming concepts relative to + reflection of utility, assurance of nondominated solutions + and practicality for larger problems using conventional + software. In the problem used, the nonlinear simulated DM + utility function applied resulted in a nonextreme point + solution. Very often, the preferred solution could end up + being an extreme point solution, in which case the techniques + relying upon LP concepts would work as well if not better + than utilizing constrained objective attainments. The point + is that there is no reason to expect linear or near linear + utility. +
+
+Keywords: artificial DM, interactive +
+ +
+ + +
+[985] +
+
+Sébastien Mouthuy, Yves Deville, and Pascal van Hentenryck. + Constraint-based Very Large-Scale Neighborhood Search. + Constraints, 17(2):87–122, 2012.
+[ bib | +DOI ] + +
+ + +
+[986] +
+
+Lucien Mousin, Marie-Eléonore Kessaci, and Clarisse Dhaenens. + Exploiting Promising Sub-Sequences of Jobs to solve the No-Wait Flowshop Scheduling Problem. + Arxiv preprint arXiv:1903.09035, 2019.
+[ bib | +http ] + +
+ + +
+[987] +
+
+Noura Al Moubayed, Andrei Petrovski, and John McCall. + D2MOPSO: MOPSO based on decomposition and dominance with archiving using crowding distance in objective and solution spaces. + Evolutionary Computation, 22(1):47–77, 2014.
+[ bib ] + +
+ + +
+[988] +
+
+Vincent Mousseau and Roman Slowiński. + Inferring an ELECTRE TRI model from assignment examples. + Journal of Global Optimization, 12(2):157–174, 1998.
+[ bib ] + +
+ + +
+[989] +
+
+Christian L. Müller and Ivos F. Sbalzarini. + Energy Landscapes of Atomic Clusters as Black Box Optimization Benchmarks. + Evolutionary Computation, 20(4):543–573, 2012.
+[ bib | +DOI ] + +
+ + +
+[990] +
+
+H. Mühlenbein and D. Schlierkamp-Voosen. + Predictive models for the breeder genetic algorithm. + Evolutionary Computation, 1(1):25–49, 1993.
+[ bib ] +
+Keywords: crossover, intermediate, line +
+ +
+ + +
+[991] +
+
+Mario A. Muñoz and Kate Smith-Miles. + Generating New Space-Filling Test Instances for Continuous Black-Box Optimization. + Evolutionary Computation, 28(3):379–404, September 2020.
+[ bib | +DOI ] + +
+ + +
+[992] +
+
+Mario A. Muñoz, Yuan Sun, Michael Kirley, and Saman K. Halgamuge. + Algorithm selection for black-box continuous optimization problems: a survey on methods and challenges. + Information Sciences, 317:224–245, 2015.
+[ bib ] + +
+ + +
+[993] +
+
+Mario A. Muñoz, Laura Villanova, Davaatseren Baatar, and Kate Smith-Miles. + Instance Spaces for Machine Learning Classification. + Machine Learning, 107(1):109–147, 2018.
+[ bib | +DOI ] + +
+ + +
+[994] +
+
+Yuichi Nagata and Shigenobu Kobayashi. + A Powerful Genetic Algorithm Using Edge Assembly Crossover for the Traveling Salesman Problem. + INFORMS Journal on Computing, 25(2):346–363, 2013.
+[ bib | +DOI ] +
+This paper presents a genetic algorithm (GA) for solving the + traveling salesman problem (TSP). To construct a powerful GA, + we use edge assembly crossover (EAX) and make substantial + enhancements to it: (i) localization of EAX together with its + efficient implementation and (ii) the use of a local search + procedure in EAX to determine good combinations of building + blocks of parent solutions for generating even better + offspring solutions from very high-quality parent + solutions. In addition, we develop (iii) an innovative + selection model for maintaining population diversity at a + negligible computational cost. Experimental results on + well-studied TSP benchmarks demonstrate that the proposed GA + outperforms state-of-the-art heuristic algorithms in finding + very high-quality solutions on instances with up to 200,000 + cities. In contrast to the state-of-the-art TSP heuristics, + which are all based on the Lin-Kernighan (LK) algorithm, our + GA achieves top performance without using an LK-based + algorithm. +
+
+Keywords: TSP, EAX, evolutionary algorithms +
+ +
+ + +
+[995] +
+
+Marcelo S. Nagano, Fernando L. Rossi, and Nádia J. Martarelli. + High-performing heuristics to minimize flowtime in no-idle permutation flowshop. + Engineering Optimization, 51(2):185–198, 2019.
+[ bib ] + +
+ + +
+[996] +
+
+Yuichi Nagata and David Soler. + A New Genetic Algorithm for the Asymmetric TSP. + Expert Systems with Applications, 39(10):8947–8953, 2012.
+[ bib ] + +
+ + +
+[997] +
+
+Samadhi Nallaperuma, Pietro S. Oliveto, Jorge Pérez Heredia, and Dirk Sudholt. + On the Analysis of Trajectory-Based Search Algorithms: When is it Beneficial to Reject Improvements? + Algorithmica, 81(2):858–885, 2019.
+[ bib ] + +
+ + +
+[998] +
+
+Yang Nan, Ke Shang, Hisao Ishibuchi, and Linjun He. + Reverse strategy for non-dominated archiving. + IEEE Access, 8:119458–119469, 2020.
+[ bib ] + +
+ + +
+[999] +
+
+Kaname Narukawa, Yu Setoguchi, Yuki Tanigaki, Markus Olhofer, Bernhard Sendhoff, and Hisao Ishibuchi. + Preference representation using Gaussian functions on a hyperplane in evolutionary multi-objective optimization. + Soft Computing, 20(7):2733–2757, July 2016.
+[ bib | +DOI ] + +
+ + +
+[1000] +
+
+John Nash and Ravi Varadhan. + Unifying Optimization Algorithms to Aid Software System Users: optimx for R. + Journal of Statistical Software, 43(9):1–14, 2011.
+[ bib ] + +
+ + +
+[1001] +
+
+M. Nawaz, E. Enscore, Jr, and I. Ham. + A Heuristic Algorithm for the m-Machine, n-Job Flow-Shop Sequencing Problem. + Omega, 11(1):91–95, 1983.
+[ bib ] +
+Keywords: NEH heuristic +
+ +
+ + +
+[1002] +
+
+Antonio J. Nebro, Manuel López-Ibáñez, José García-Nieto, and Carlos A. Coello Coello. + On the automatic design of multi-objective particle swarm optimizers: experimentation and analysis. + Swarm Intelligence, 2023.
+[ bib | +DOI ] +
+Research in multi-objective particle swarm optimizers + (MOPSOs) progresses by proposing one new MOPSO at a time. In + spite of the commonalities among different MOPSOs, it is + often unclear which algorithmic components are crucial for + explaining the performance of a particular MOPSO + design. Moreover, it is expected that different designs may + perform best on different problem families and identifying a + best overall MOPSO is a challenging task. We tackle this + challenge here by: (1) proposing AutoMOPSO, a flexible + algorithmic template for designing MOPSOs with a design space + that can instantiate thousands of potential MOPSOs; and (2) + searching for good-performing MOPSO designs given a family of + training problems by means of an automatic configuration tool + (irace). We apply this automatic design methodology to + generate a MOPSO that significantly outperforms two + state-of-the-art MOPSOs on four well-known bi-objective + problem families. We also identify the key design choices and + parameters of the winning MOPSO by means of + ablation. AutoMOPSO is publicly available as part of the + jMetal framework. +
+ +
+ + +
+[1003] +
+
+Antonio J. Nebro, F. Luna, Enrique Alba, Bernabé Dorronsoro, Juan J. Durillo, and A. Beham. + AbYSS: Adapting Scatter Search to Multiobjective Optimization. + IEEE Transactions on Evolutionary Computation, 12(4):439–457, August 2008.
+[ bib | +DOI ] + +
+ + +
+[1004] +
+
+F. Nerri and Carlos Cotta. + Memetic algorithms and memetic computing optimization: A literature review. + Swarm and Evolutionary Computation, 2:1–14, 2012.
+[ bib | +DOI ] + +
+ + +
+[1005] +
+
+Frank Neumann, Dirk Sudholt, and Carsten Witt. + Analysis of different MMAS ACO algorithms on unimodal functions and plateaus. + Swarm Intelligence, 3(1):35–68, 2009.
+[ bib ] + +
+ + +
+[1006] +
+
+Frank Neumann and Carsten Witt. + Runtime Analysis of a Simple Ant Colony Optimization Algorithm. + Electronic Colloquium on Computational Complexity (ECCC), 13(084), 2006.
+[ bib ] + +
+ + +
+[1007] +
+
+Allen Newell and Herbert A. Simon. + Computer Science as Empirical Inquiry: Symbols and Search. + Communications of the ACM, 19(3):113–126, March 1976.
+[ bib | +DOI ] +
+Computer science is the study of the phenomena surrounding + computers. The founders of this society understood this very + well when they called themselves the Association for + Computing Machinery. The machine-not just the hardware, but + the programmed, living machine-is the organism we study. +
+
+Keywords: cognition, Turing, search, problem solving, symbols, + heuristics, list processing, computer science, artificial + intelligence, science, empirical +
+ +
+ + +
+[1008] +
+
+Viet-Phuong Nguyen, Christian Prins, and Caroline Prodhon. + A Multi-start Iterated Local Search with Tabu List and Path Relinking for the Two-echelon Location-routing Problem. + Engineering Applications of Artificial Intelligence, 25(1):56–71, 2012.
+[ bib ] + +
+ + +
+[1009] +
+
+Anh-Tuan Nguyen, Sigrid Reiter, and Philippe Rigo. + A review on simulation-based optimization methods applied to building performance analysis. + Applied Energy, 113:1043–1058, 2014.
+[ bib | +DOI ] + +
+ + +
+[1010] +
+
+Trung Thanh Nguyen, Shengxiang Yang, and Jürgen Branke. + Evolutionary Dynamic Optimization: A Survey of the State of the Art. + Swarm and Evolutionary Computation, 6:1–24, 2012.
+[ bib ] + +
+ + +
+[1011] +
+
+Su Nguyen, Mengjie Zhang, Mark Johnston, and Kay Chen Tan. + Genetic Programming for Evolving Due-Date Assignment Models in Job Shop Environments. + Evolutionary Computation, 22(1):105–138, 2014.
+[ bib ] + +
+ + +
+[1012] +
+
+Su Nguyen, Mengjie Zhang, Mark Johnston, and Kay Chen Tan. + Automatic Design of Scheduling Policies for Dynamic Multi-objective Job Shop Scheduling via Cooperative Coevolution Genetic Programming. + IEEE Transactions on Evolutionary Computation, 18(2):193–208, 2014.
+[ bib ] + +
+ + +
+[1013] +
+
+Peter Nightingale, Özguür Akgün, Ian P. Gent, Christopher Jefferson, Ian Miguel, and Patrick Spracklen. + Automatically Improving Constraint Models in Savile Row. + Artificial Intelligence, 251:35–61, 2017.
+[ bib ] + +
+ + +
+[1014] +
+
+Chao Ning and Fengqi You. + Optimization under uncertainty in the era of big data and deep learning: When machine learning meets mathematical programming. + Computers & Chemical Engineering, 125:434–448, 2019.
+[ bib | +DOI ] +
+This paper reviews recent advances in the field of + optimization under uncertainty via a modern data lens, + highlights key research challenges and promise of data-driven + optimization that organically integrates machine learning and + mathematical programming for decision-making under + uncertainty, and identifies potential research + opportunities. A brief review of classical mathematical + programming techniques for hedging against uncertainty is + first presented, along with their wide spectrum of + applications in Process Systems Engineering. A comprehensive + review and classification of the relevant publications on + data-driven distributionally robust optimization, data-driven + chance constrained program, data-driven robust optimization, + and data-driven scenario-based optimization is then + presented. This paper also identifies fertile avenues for + future research that focuses on a closed-loop data-driven + optimization framework, which allows the feedback from + mathematical programming to machine learning, as well as + scenario-based optimization leveraging the power of deep + learning techniques. Perspectives on online learning-based + data-driven multistage optimization with a + learning-while-optimizing scheme are presented. +
+
+Keywords: Data-driven optimization, Decision making under uncertainty, + Big data, Machine learning, Deep learning +
+ +
+ + +
+[1015] +
+
+Naoki Nishimura, Kotaro Tanahashi, Koji Suganuma, Masamichi J. Miyama, and Masayuki Ohzeki. + Item listing optimization for e-commerce websites based on diversity. + Frontiers in Computer Science, 1:2, 2019.
+[ bib ] +
+Keywords: Quantum Annealing +
+ +
+ + +
+[1016] +
+
+Vilas Nitivattananon, Elaine C. Sadowski, and Rafael G. Quimpo. + Optimization of Water Supply System Operation. + Journal of Water Resources Planning and Management, ASCE, 122(5):374–384, September / October 1996.
+[ bib ] + +
+ + +
+[1017] +
+
+Bruno Nogueira, Rian G. S. Pinheiro, and Anand Subramanian. + A Hybrid Iterated Local Search Heuristic for the Maximum Weight Independent Set Problem. + Optimization Letters, 12(3):567–583, 2018.
+[ bib | +DOI ] + +
+ + +
+[1018] +
+
+B. A. Nosek, G. Alter, G. C. Banks, D. Borsboom, S. D. Bowman, S. J. Breckler, S. Buck, C. D. Chambers, G. Chin, G. Christensen, M. Contestabile, A. Dafoe, E. Eich, J. Freese, R. Glennerster, D. Goroff, D. P. Green, B. Hesse, M. Humphreys, J. Ishiyama, D. Karlan, A. Kraut, A. Lupia, P. Mabry, T. Madon, N. Malhotra, E. Mayo-Wilson, M. McNutt, E. Miguel, E. L. Paluck, U. Simonsohn, C. Soderberg, B. A. Spellman, J. Turitto, G. VandenBos, S. Vazire, E. J. Wagenmakers, R. Wilson, and T. Yarkoni. + Promoting an open research culture. + Science, 348(6242):1422–1425, June 2015.
+[ bib | +DOI ] + +
+ + +
+[1019] +
+
+Brian A. Nosek, Charles R. Ebersole, Alexander C. DeHaven, and David T. Mellor. + The Preregistration Revolution. + Proceedings of the National Academy of Sciences, 115(11):2600–2606, March 2018.
+[ bib | +DOI ] +
+Progress in science relies in part on generating hypotheses + with existing observations and testing hypotheses with new + observations. This distinction between postdiction and + prediction is appreciated conceptually but is not respected + in practice. Mistaking generation of postdictions with + testing of predictions reduces the credibility of research + findings. However, ordinary biases in human reasoning, such + as hindsight bias, make it hard to avoid this mistake. An + effective solution is to define the research questions and + analysis plan before observing the research outcomes–a + process called preregistration. Preregistration distinguishes + analyses and outcomes that result from predictions from those + that result from postdictions. A variety of practical + strategies are available to make the best possible use of + preregistration in circumstances that fall short of the ideal + application, such as when the data are preexisting. Services + are now available for preregistration across all disciplines, + facilitating a rapid increase in the practice. Widespread + adoption of preregistration will increase distinctiveness + between hypothesis generation and hypothesis testing and will + improve the credibility of research findings. +
+ +
+ + +
+[1020] +
+
+Yaghout Nourani and Bjarne Andresen. + A Comparison of Simulated Annealing Cooling Strategies. + Journal of Physics A, 31(41):8373–8385, 1998.
+[ bib ] + +
+ + +
+[1021] +
+
+Eugeniusz Nowicki and Czeslaw Smutnicki. + A Fast Taboo Search Algorithm for the Job Shop Problem. + Management Science, 42(6):797–813, 1996.
+[ bib ] + +
+ + +
+[1022] +
+
+Eugeniusz Nowicki and Czeslaw Smutnicki. + A fast tabu search algorithm for the permutation flow-shop problem. + European Journal of Operational Research, 91(1):160–175, 1996.
+[ bib ] + +
+ + +
+[1023] +
+
+Open Science Collaboration. + Estimating the reproducibility of psychological science. + Science, 349(6251):aac4716, 2015.
+[ bib | +DOI ] + +
+ + +
+[1024] +
+
+Gabriela Ochoa and Nadarajen Veerapen. + Mapping the global structure of TSP fitness landscapes. + Journal of Heuristics, 24(3):265–294, 2018.
+[ bib ] + +
+ + +
+[1025] +
+
+Angelo Oddi, Amadeo Cesta, Nicola Policella, and Stephen F. Smith. + Combining Variants of Iterative Flattening Search. + Engineering Applications of Artificial Intelligence, 21(5):683–690, 2008.
+[ bib ] + +
+ + +
+[1026] +
+
+Angelo Oddi, Amadeo Cesta, Nicola Policella, and Stephen F. Smith. + Iterative Flattening Search for Resource Constrained Scheduling. + Journal of Intelligent Manufacturing, 21(1):17–30, 2010.
+[ bib ] + +
+ + +
+[1027] +
+
+F. A. Ogbu and David K. Smith. + The Application of the Simulated Annealing Algorithm to the Solution of the n/m/C Max Flowshop Problem. + Computers & Operations Research, 17(3):243–253, 1990.
+[ bib ] + +
+ + +
+[1028] +
+
+Jeffrey W. Ohlmann and Barrett W. Thomas. + A Compressed-Annealing Heuristic for the Traveling Salesman Problem with Time Windows. + INFORMS Journal on Computing, 19(1):80–90, 2007.
+[ bib | +DOI ] + +
+ + +
+[1029] +
+
+Pietro S. Oliveto, Jun He, and Xin Yao. + Time complexity of evolutionary algorithms for combinatorial optimization: A decade of results. + International Journal of Automation and Computing, 4(3):281–293, 2007.
+[ bib ] + +
+ + +
+[1030] +
+
+Pietro S. Oliveto and Carsten Witt. + Improved time complexity analysis of the Simple Genetic Algorithm. + Theoretical Computer Science, 605:21–41, 2015.
+[ bib | +DOI ] + +
+ + +
+[1031] +
+
+David L. Olson. + Review of Empirical Studies in Multiobjective Mathematical Programming: Subject Reflection of Nonlinear Utility and Learning. + Decision Sciences, 23(1):1–20, 1992.
+[ bib | +DOI ] +
+Multiple objective programming provides a means of + aiding decision makers facing complex decisions where + trade-offs among conflicting objectives must be + reconciled. Interactive multiobjective programming provides a + means for decision makers to learn what these trade-offs + involve, while the mathematical program generates solutions + that seek improvement of the implied utility of the decision + maker. A variety of multiobjective programming techniques + have been presented in the multicriteria decision-making + literature. This study reviews published studies with human + subjects where some of these techniques were applied. While + all of the techniques have the ability to support decision + makers under conditions of multiple objectives, a number of + features in applying these systems have been tested by these + studies. A general evolution of techniques is traced, + starting with methods relying upon linear combinations of + value, to more recent methods capable of reflecting nonlinear + trade-offs of value. Support of nonlinear utility and + enhancing decision-maker learning are considered. +
+
+Keywords: Decision Analysis, Human Information Processing, Linear + Programming +
+ +
+ + +
+[1032] +
+
+Roland Olsson and Arne Løkketangen. + Using Automatic Programming to Generate State-of-the-art Algorithms for Random 3-SAT. + Journal of Heuristics, 19(5):819–844, 2013.
+[ bib | +DOI ] +
+Uses evolution but it is not genetic programming, nor + grammatical evolution. +
+ +
+ + +
+[1033] +
+
+Mihai Oltean. + Evolving Evolutionary Algorithms Using Linear Genetic Programming. + Evolutionary Computation, 13(3):387–410, 2005.
+[ bib | +DOI ] + +
+ + +
+[1034] +
+
+Michael O'Neill and Conor Ryan. + Grammatical Evolution. + IEEE Transactions on Evolutionary Computation, 5(4):349–358, 2001.
+[ bib ] + +
+ + +
+[1035] +
+
+Lindell E. Ormsbee, Thomas M. Walski, Donald V. Chase, and W. W. Sharp. + Methodology for improving pump operation efficiency. + Journal of Water Resources Planning and Management, ASCE, 115(2):148–164, 1989.
+[ bib ] + +
+ + +
+[1036] +
+
+Lindell E. Ormsbee and Kevin E. Lansey. + Optimal Control of Water Supply Pumping Systems. + Journal of Water Resources Planning and Management, ASCE, 120(2):237–252, 1994.
+[ bib ] + +
+ + +
+[1037] +
+
+Lindell E. Ormsbee and Srinivasa L. Reddy. + Nonlinear Heuristic for Pump Operations. + Journal of Water Resources Planning and Management, ASCE, 121(4):302–309, July / August 1995.
+[ bib ] + +
+ + +
+[1038] +
+
+Jeffrey E. Orosz and Sheldon H. Jacobson. + Analysis of Static Simulated Annealing Algorithms. + Journal of Optimization Theory and Applications, 115(1):165–182, 2002.
+[ bib ] + +
+ + +
+[1039] +
+
+Ibrahim H. Osman and Chris N. Potts. + Simulated Annealing for Permutation Flow-Shop Scheduling. + Omega, 17(6):551–557, 1989.
+[ bib ] + +
+ + +
+[1040] +
+
+P. S. Ow and T. E. Morton. + Filtered Beam Search in Scheduling. + International Journal of Production Research, 26:297–307, 1988.
+[ bib ] +
+Proposed beam search +
+ +
+ + +
+[1041] +
+
+Gül Özerol and Esra Karasakal. + Interactive outranking approaches for multicriteria decision-making problems with imprecise information. + Journal of the Operational Research Society, 59:1253–1268, 2007.
+[ bib ] + +
+ + +
+[1042] +
+
+Manfred Padberg and Giovanni Rinaldi. + A branch-and-cut algorithm for the resolution of large-scale symmetric traveling salesman problems. + SIAM Review, 33(1):60–100, 1991.
+[ bib ] + +
+ + +
+[1043] +
+
+Federico Pagnozzi and Thomas Stützle. + Speeding up Local Search for the Insert Neighborhood in the Weighted Tardiness Permutation Flowshop Problem. + Optimization Letters, 11:1283–1292, 2017.
+[ bib | +DOI ] + +
+ + +
+[1044] +
+
+Federico Pagnozzi and Thomas Stützle. + Automatic Design of Hybrid Stochastic Local Search Algorithms for Permutation Flowshop Problems. + European Journal of Operational Research, 276:409–421, 2019.
+[ bib | +DOI ] +
+Stochastic local search methods are at the core of many + effective heuristics for tackling different permutation + flowshop problems (PFSPs). Usually, such algorithms require a + careful, manual algorithm engineering effort to reach high + performance. An alternative to the manual algorithm + engineering is the automated design of effective SLS + algorithms through building flexible algorithm frameworks and + using automatic algorithm configuration techniques to + instantiate high-performing algorithms. In this paper, we + automatically generate new high-performing algorithms for + some of the most widely studied variants of the PFSP. More in + detail, we (i) developed a new algorithm framework, EMILI, + that implements algorithm-specific and problem-specific + building blocks; (ii) define the rules of how to compose + algorithms from the building blocks; and (iii) employ an + automatic algorithm configuration tool to search for high + performing algorithm configurations. With these ingredients, + we automatically generate algorithms for the PFSP with the + objectives makespan, total completion time and total + tardiness, which outperform the best algorithms obtained by a + manual algorithm engineering process. +
+
+Keywords: EMILI +
+ +
+ + +
+[1045] +
+
+Federico Pagnozzi and Thomas Stützle. + Evaluating the impact of grammar complexity in automatic algorithm design. + International Transactions in Operational Research, pp.  1–26, 2020.
+[ bib | +DOI ] + +
+ + +
+[1046] +
+
+Federico Pagnozzi and Thomas Stützle. + Automatic design of hybrid stochastic local search algorithms for permutation flowshop problems with additional constraints. + Operations Research Perspectives, 8:100180, 2021.
+[ bib | +DOI ] +
+Automatic design of stochastic local search algorithms has + been shown to be very effective in generating algorithms for + the permutation flowshop problem for the most studied + objectives including makespan, flowtime and total + tardiness. The automatic design system uses a configuration + tool to combine algorithmic components following a set of + rules defined as a context-free grammar. In this paper we use + the same system to tackle two of the most studied additional + constraints for these objectives: sequence dependent setup + times and no-idle constraint. Additional components have been + added to adapt the system to the new problems while keeping + intact the grammar structure and the experimental setup. The + experiments show that the generated algorithms outperform the + state of the art in each case. +
+ +
+ + +
+[1047] +
+
+Alberto Pajares, Xavier Blasco, Juan Manuel Herrero, and Miguel A. Martínez. + A Comparison of Archiving Strategies for Characterization of Nearly Optimal Solutions under Multi-Objective Optimization. + Mathematics, 9(9):999, 2021.
+[ bib | +DOI ] +
+In a multi-objective optimization problem, in addition to + optimal solutions, multimodal and/or nearly optimal + alternatives can also provide additional useful information + for the decision maker. However, obtaining all nearly optimal + solutions entails an excessive number of + alternatives. Therefore, to consider the nearly optimal + solutions, it is convenient to obtain a reduced set, putting + the focus on the potentially useful alternatives. These + solutions are the alternatives that are close to the optimal + solutions in objective space, but which differ significantly + in the decision space. To characterize this set, it is + essential to simultaneously analyze the decision and + objective spaces. One of the crucial points in an + evolutionary multi-objective optimization algorithm is the + archiving strategy. This is in charge of keeping the solution + set, called the archive, updated during the optimization + process. The motivation of this work is to analyze the three + existing archiving strategies proposed in the literature + (ArchiveUpdatePQ,εDxy, Archive_nevMOGA, and + targetSelect) that aim to characterize the potentially useful + solutions. The archivers are evaluated on two benchmarks and + in a real engineering example. The contribution clearly shows + the main differences between the three archivers. This + analysis is useful for the design of evolutionary algorithms + that consider nearly optimal solutions. +
+
+Keywords: multi-objective optimization; nearly optimal solutions; + non-epsilon dominance; multimodality; decision space + diversity; archiving strategy; evolutionary algorithm; + non-linear parametric identification +
+ +
+ + +
+[1048] +
+
+Daniel Palhazi Cuervo, Peter Goos, Kenneth Sörensen, and Emely Arráiz. + An Iterated Local Search Algorithm for the Vehicle Routing Problem with Backhauls. + European Journal of Operational Research, 237(2):454–464, 2014.
+[ bib ] + +
+ + +
+[1049] +
+
+Gintaras Palubeckis. + Iterated tabu search for the unconstrained binary quadratic optimization problem. + Informatica, 17(2):279–296, 2006.
+[ bib | +DOI ] + +
+ + +
+[1050] +
+
+Quan-Ke Pan and Rubén Ruiz. + Local Search Methods for the Flowshop Scheduling Problem with Flowtime Minimization. + European Journal of Operational Research, 222(1):31–43, 2012.
+[ bib ] + +
+ + +
+[1051] +
+
+Quan-Ke Pan and Rubén Ruiz. + A Comprehensive Review and Evaluation of Permutation Flowshop Heuristics to Minimize Flowtime. + Computers & Operations Research, 40(1):117–128, 2013.
+[ bib ] + +
+ + +
+[1052] +
+
+Quan-Ke Pan, Rubén Ruiz, and Pedro Alfaro-Fernández. + Iterated Search Methods for Earliness and Tardiness Minimization in Hybrid Flowshops with Due Windows. + Computers & Operations Research, 80:50–60, 2017.
+[ bib ] + +
+ + +
+[1053] +
+
+Quan-Ke Pan, Mehmet Fatih Tasgetiren, and Yun-Chia Liang. + A Discrete Differential Evolution Algorithm for the Permutation Flowshop Scheduling Problem. + Computers and Industrial Engineering, 55(4):795 – 816, 2008.
+[ bib ] + +
+ + +
+[1054] +
+
+Quan-Ke Pan, Ling Wang, and Bao-Hua Zhao. + An improved iterated greedy algorithm for the no-wait flow shop scheduling problem with makespan criterion. + International Journal of Advanced Manufacturing Technology, 38(7-8):778–786, 2008.
+[ bib ] + +
+ + +
+[1055] +
+
+Sinno Jialin Pan and Qiang Yang. + A survey on transfer learning. + IEEE Transactions on Knowledge and Data Engineering, 22(10):1345–1359, 2009.
+[ bib ] + +
+ + +
+[1056] +
+
+Luís Paquete, Tommaso Schiavinotto, and Thomas Stützle. + On Local Optima in Multiobjective Combinatorial Optimization Problems. + Annals of Operations Research, 156:83–97, 2007.
+[ bib | +DOI ] +
+In this article, local optimality in multiobjective + combinatorial optimization is used as a baseline for + the design and analysis of two iterative improvement + algorithms. Both algorithms search in a neighborhood + that is defined on a collection of sets of feasible + solutions and their acceptance criterion is based on + outperformance relations. Proofs of the soundness + and completeness of these algorithms are given. +
+
+Keywords: Pareto local search, PLS +
+ +
+ + +
+[1057] +
+
+Luís Paquete and Thomas Stützle. + A study of stochastic local search algorithms for the biobjective QAP with correlated flow matrices. + European Journal of Operational Research, 169(3):943–959, 2006.
+[ bib ] + +
+ + +
+[1058] +
+
+Luís Paquete and Thomas Stützle. + Design and analysis of stochastic local search for the multiobjective traveling salesman problem. + Computers & Operations Research, 36(9):2619–2631, 2009.
+[ bib | +DOI ] + +
+ + +
+[1059] +
+
+S. N. Parragh, Karl F. Doerner, Richard F. Hartl, and Xavier Gandibleux. + A heuristic two-phase solution approach for the multi-objective dial-a-ride problem. + Networks, 54(4):227–242, 2009.
+[ bib ] + +
+ + +
+[1060] +
+
+Rebecca Parsons and Mark Johnson. + A Case Study in Experimental Design Applied to Genetic Algorithms with Applications to DNA Sequence Assembly. + American Journal of Mathematical and Management Sciences, 17(3-4):369–396, 1997.
+[ bib | +DOI ] + +
+ + +
+[1061] +
+
+Moon-Won Park and Yeong-Dae Kim. + A systematic procedure for setting parameters in simulated annealing algorithms. + Computers & Operations Research, 25(3):207–217, 1998.
+[ bib | +DOI ] + +
+ + +
+[1062] +
+
+R. S. Parpinelli, H. S. Lopes, and A. A. Freitas. + Data Mining with an Ant Colony Optimization Algorithm. + IEEE Transactions on Evolutionary Computation, 6(4):321–332, 2002.
+[ bib ] + +
+ + +
+[1063] +
+
+Terence J. Parr and Russell W. Quong. + ANTLR: A predicated-LL (k) parser generator. + Software — Practice & Experience, 25(7):789–810, 1995.
+[ bib ] + +
+ + +
+[1064] +
+
+R. O. Parreiras and J. A. Vascocelos. + A multiplicative version of PROMETHEE II applied to multiobjective optimization problems. + European Journal of Operational Research, 183:729–740, 2007.
+[ bib ] + +
+ + +
+[1065] +
+
+Gerald Paul. + Comparative performance of tabu search and simulated annealing heuristics for the quadratic assignment problem. + Operations Research Letters, 38(6):577–581, 2010.
+[ bib ] + +
+ + +
+[1066] +
+
+Judea Pearl. + The seven tools of causal inference, with reflections on machine learning. + Communications of the ACM, 62(3):54–60, 2019.
+[ bib ] + +
+ + +
+[1067] +
+
+Martín Pedemonte, Sergio Nesmachnow, and Héctor Cancela. + A survey on parallel ant colony optimization. + Applied Soft Computing, 11(8):5181–5197, 2011.
+[ bib ] + +
+ + +
+[1068] +
+
+Paola Pellegrini, Mauro Birattari, and Thomas Stützle. + A Critical Analysis of Parameter Adaptation in Ant Colony Optimization. + Swarm Intelligence, 6(1):23–48, 2012.
+[ bib | +DOI ] + +
+ + +
+[1069] +
+
+Paola Pellegrini, L. Castelli, and R. Pesenti. + Metaheuristic algorithms for the simultaneous slot allocation problem. + IET Intelligent Transport Systems, 6(4):453–462, December 2012.
+[ bib | +DOI ] + +
+ + +
+[1070] +
+
+Paola Pellegrini, Franco Mascia, Thomas Stützle, and Mauro Birattari. + On the Sensitivity of Reactive Tabu Search to its Meta-parameters. + Soft Computing, 18(11):2177–2190, 2014.
+[ bib | +DOI ] + +
+ + +
+[1071] +
+
+Puca Huachi Vaz Penna, Anand Subramanian, and Luiz Satoru Ochi. + An Iterated Local Search Heuristic for the Heterogeneous Fleet Vehicle Routing Problem. + Journal of Heuristics, 19(2):201–232, 2013.
+[ bib ] + +
+ + +
+[1072] +
+
+Jeffrey M. Perkel. + Challenge to scientists: does your ten-year-old code still run? + Nature, 584:556–658, 2020.
+[ bib | +DOI ] +
+Keywords: reproducibility; software engineering; ReScience C; Ten Years + Reproducibility Challenge; code reusability +
+ +
+ + +
+[1073] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, and Thomas Stützle. + Ant colony optimization on a limited budget of evaluations. + Swarm Intelligence, 9(2-3):103–124, 2015.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[1074] +
+
+Matias Péres, Germán Ruiz, Sergio Nesmachnow, and Ana C. Olivera. + Multiobjective evolutionary optimization of traffic flow and pollution in Montevideo, Uruguay. + Applied Soft Computing, 70:472–485, 2018.
+[ bib ] +
+Keywords: Multiobjective evolutionary + algorithms,Pollution,Simulation,Traffic flow +
+ +
+ + +
+[1075] +
+
+A. Pessoa, E. Uchoa, M. Aragão, and R. Rodrigues. + Exact Algorithm over an Arc-time-indexed formulation for Parallel Machine Scheduling Problems. + Mathematical Programming Computation, 2(3–4):259–290, 2010.
+[ bib ] + +
+ + +
+[1076] +
+
+Gilles Pesant, Michel Gendreau, Jean-Yves Potvin, and J.-M. Rousseau. + An Exact Constraint Logic Programming Algorithm for the Traveling Salesman Problem with Time Windows. + Transportation Science, 32:12–29, 1998.
+[ bib ] + +
+ + +
+[1077] +
+
+Charles W. Petit. + Touched by nature: putting evolution to work on the assembly line. + U.S. News & World Report, 125(4):43–45, July 1998.
+[ bib | +http ] +
+Evolutionary optimization of turbine design of the + Boeing 777 GE +
+ +
+ + +
+[1078] +
+
+Anastassios E. Petropoulos, Eugene P. Bonfiglio, Daniel J. Grebow, Try Lam, Jeffrey S. Parker, Juan Arrieta, Damon F. Landau, Rodney L. Anderson, Eric D. Gustafson, Gregory J. Whiffen, Paul A. Finlayson, and Jon A. Sims. + GTOC5: Results from Jet Propulsion Lab. + Acta Futura, 8:21–27, 2014.
+[ bib | +DOI ] +
+We present the methods and results of the Jet Propulsion + Laboratory team in the 5th Global Trajectory Optimization + Competition. Our broad-search strategy utilized several + recently developed phase-free metrics for rapidly narrowing + the search options. Two different, adaptive, branch-and-prune + strategies were employed to build up asteroid sequences using + a rendezvous-flyby-rendezvous building block, with a robust + local optimizer in the loop. The best of these sequences were + refined end-to-end using the same direct optimizer, to yield + the winning 18-point, 18-asteroid solution. +
+ +
+ + +
+[1079] +
+
+Justyna Petke, Saemundur O. Haraldsson, Mark Harman, William B. Langdon, David R. White, and John R. Woodward. + Genetic Improvement of Software: A Comprehensive Survey. + IEEE Transactions on Evolutionary Computation, 22(3):415–432, 2018.
+[ bib | +DOI ] + +
+ + +
+[1080] +
+
+Marek Petrik and Shlomo Zilberstein. + Learning parallel portfolios of algorithms. + Annals of Mathematics and Artificial Intelligence, 48(1):85–106, 2006.
+[ bib ] +
+Keywords: algorithm selection +
+ +
+ + +
+[1081] +
+
+S. Pezeshk and O. J. Helweg. + Adaptative Search Optimisation in reducing pump operation costs. + Journal of Water Resources Planning and Management, ASCE, 122(1):57–63, January / February 1996.
+[ bib ] + +
+ + +
+[1082] +
+
+Selcen Phelps and Murat Köksalan. + An interactive evolutionary metaheuristic for multiobjective combinatorial optimization. + Management Science, 49(12):1726–1738, 2003.
+[ bib ] + +
+ + +
+[1083] +
+
+Francesco di Pierro, Soon-Thiam Khu, and Dragan A. Savic. + An investigation on preference order ranking scheme for multiobjective evolutionary optimization. + IEEE Transactions on Evolutionary Computation, 11(1):17–45, 2007.
+[ bib ] + +
+ + +
+[1084] +
+
+Joelle Pineau, Philippe Vincent-Lamarre, Koustuv Sinha, Vincent Larivière, Alina Beygelzimer, Florence d'Alché Buc, Emily Fox, and Hugo Larochelle. + Improving Reproducibility in Machine Learning Research (A Report from the NeurIPS 2019 Reproducibility Program). + Arxiv preprint arXiv:2003.12206 [cs.LG], 2020.
+[ bib | +http ] + +
+ + +
+[1085] +
+
+David Pisinger. + Where are the hard knapsack problems? + Computers & Operations Research, 32(9):2271–2284, 2005.
+[ bib ] + +
+ + +
+[1086] +
+
+David Pisinger and Stefan Ropke. + A General Heuristic for Vehicle Routing Problems. + Computers & Operations Research, 34(8):2403–2435, 2007.
+[ bib ] + +
+ + +
+[1087] +
+
+Rapeepan Pitakaso, Christian Almeder, Karl F. Doerner, and Richard F. Hartl. + Combining exact and population-based methods for the Constrained Multilevel Lot Sizing Problem. + International Journal of Production Research, 44(22):4755–4771, 2006.
+[ bib ] + +
+ + +
+[1088] +
+
+Rapeepan Pitakaso, Christian Almeder, Karl F. Doerner, and Richard F. Hartl. + A Max-Min Ant System for unconstrained multi-level lot-sizing problems. + Computers & Operations Research, 34(9):2533–2552, 2007.
+[ bib | +DOI ] +
+ In this paper, we present an ant-based algorithm + for solving unconstrained multi-level lot-sizing + problems called ant system for multi-level + lot-sizing algorithm (ASMLLS). We apply a hybrid + approach where we use ant colony optimization in + order to find a good lot-sizing sequence, i.e. a + sequence of the different items in the product + structure in which we apply a modified + Wagner-Whitin algorithm for each item + separately. Based on the setup costs each ant + generates a sequence of items. Afterwards a simple + single-stage lot-sizing rule is applied with + modified setup costs. This modification of the setup + costs depends on the position of the item in the + lot-sizing sequence, on the items which have been + lot-sized before, and on two further parameters, + which are tried to be improved by a systematic + search. For small-sized problems ASMLLS is among + the best algorithms, but for most medium- and + large-sized problems it outperforms all other + approaches regarding solution quality as well as + computational time. +
+
+Keywords: Ant colony optimization, Material requirements + planning, Multi-level lot-sizing, Wagner-Whitin + algorithm +
+ +
+ + +
+[1089] +
+
+Hans E. Plesser. + Reproducibility vs. Replicability: A Brief History of a Confused Terminology. + Frontiers in Neuroinformatics, 11, January 2018.
+[ bib | +DOI ] + +
+ + +
+[1090] +
+
+Daniel Porumbel, Gilles Goncalves, Hamid Allaoui, and Tienté Hsu. + Iterated Local Search and Column Generation to solve Arc-Routing as a Permutation Set-Covering Problem. + European Journal of Operational Research, 256(2):349–367, 2017.
+[ bib ] + +
+ + +
+[1091] +
+
+Juan Porta, Jorge Parapar, Ramón Doallo, Vasco Barbosa, Inés Santé, Rafael Crecente, and Carlos Díaz. + A Population-based Iterated Greedy Algorithm for the Delimitation and Zoning of Rural Settlements. + Computers, Environment and Urban Systems, 39:12–26, 2013.
+[ bib ] + +
+ + +
+[1092] +
+
+Jean-Yves Potvin and S. Bengio. + The Vehicle Routing Problem with Time Windows Part II: Genetic Search. + INFORMS Journal on Computing, 8:165–172, 1996.
+[ bib ] + +
+ + +
+[1093] +
+
+T. Devi Prasad. + Design of pumped water distribution networks with storage. + Journal of Water Resources Planning and Management, ASCE, 136(4):129–136, 2009.
+[ bib ] + +
+ + +
+[1094] +
+
+Marco Pranzo and D. Pacciarelli. + An Iterated Greedy Metaheuristic for the Blocking Job Shop Scheduling Problem. + Journal of Heuristics, 22(4):587–611, 2016.
+[ bib | +DOI ] + +
+ + +
+[1095] +
+
+Marcelo Prates, Pedro H. C. Avelar, Henrique Lemos, Luis C. Lamb, and Moshe Y. Vardi. + Learning to Solve NP-Complete Problems: A Graph Neural Network for Decision TSP. + Proceedings of the AAAI Conference on Artificial Intelligence, 33(01):4731–4738, July 2019.
+[ bib | +DOI ] + +
+ + +
+[1096] +
+
+Kenneth V. Price, Abhishek Kumar, and Ponnuthurai N. Suganthan. + Trial-based dominance for comparing both the speed and accuracy of stochastic optimizers with standard non-parametric tests. + Swarm and Evolutionary Computation, 78:101287, 2023.
+[ bib | +DOI ] +
+Keywords: Benchmarking, Two-variable non-parametric tests, Evolutionary + algorithms, Dominance, Stochastic optimization, Numerical + optimization, Mann-Whitney test +
+ +
+ + +
+[1097] +
+
+Robert Clay Prim. + Shortest connection networks and some generalizations. + Bell System Technical Journal, 36(6):1389–1401, 1957.
+[ bib ] + +
+ + +
+[1098] +
+
+Philipp Probst, Bernd Bischl, and Anne-Laure Boulesteix. + Tunability: Importance of Hyperparameters of Machine Learning Algorithms. + Arxiv preprint arXiv:1802.09596, 2018.
+[ bib | +http ] +
+Keywords: parameter importance +
+ +
+ + +
+[1099] +
+
+Philipp Probst, Bernd Bischl, and Anne-Laure Boulesteix. + Tunability: Importance of Hyperparameters of Machine Learning Algorithms. + Journal of Machine Learning Research, 20(53):1–32, 2019.
+[ bib ] + +
+ + +
+[1100] +
+
+Luc Pronzato and Werner G. Müller. + Design of computer experiments: space filling and beyond. + Statistics and Computing, 22(3):681–701, 2012.
+[ bib ] +
+Keywords: Kriging; Entropy; Design of experiments; Space-filling; + Sphere packing; Maximin design; Minimax design +
+ +
+ + +
+[1101] +
+
+Harilaos N. Psaraftis. + Dynamic Vehicle Routing: Status and Prospects. + Annals of Operations Research, 61:143–164, 1995.
+[ bib ] + +
+ + +
+[1102] +
+
+Timo Pukkala and Tero Heinonen. + Optimizing heuristic search in forest planning. + Nonlinear Analysis: Real World Applications, 7(5):1284–1297, 2006.
+[ bib ] + +
+ + +
+[1103] +
+
+Luca Pulina and Armando Tacchella. + A self-adaptive multi-engine solver for quantified Boolean formulas. + Constraints, 14(1):80–116, 2009.
+[ bib ] + +
+ + +
+[1104] +
+
+Robin C. Purshouse and Peter J. Fleming. + On the Evolutionary Optimization of Many Conflicting Objectives. + IEEE Transactions on Evolutionary Computation, 11(6):770–784, 2007.
+[ bib | +DOI ] + +
+ + +
+[1105] +
+
+Yutao Qi, Xiaoliang Ma, Fang Liu, Licheng Jiao, Jianyong Sun, and Jianshe Wu. + MOEA/D with adaptive weight adjustment. + Evolutionary Computation, 22(2):231–264, 2014.
+[ bib | +DOI ] +
+Uses an external population +
+ +
+ + +
+[1106] +
+
+Julianne D. Quinn, Patrick M. Reed, and Klaus Keller. + Direct policy search for robust multi-objective management of deeply uncertain socio-ecological tipping points. + Environmental Modelling & Software, 92:125–141, 2017.
+[ bib ] + +
+ + +
+[1107] +
+
+Shahriar Farahmand Rad, Rubén Ruiz, and Naser Boroojerdian. + New High Performing Heuristics for Minimizing Makespan in Permutation Flowshops. + Omega, 37(2):331–345, 2009.
+[ bib ] + +
+ + +
+[1108] +
+
+C. Rajendran. + Heuristic algorithm for scheduling in a flowshop to minimize total flowtime. + International Journal of Production Economics, 29(1):65–73, 1993.
+[ bib ] + +
+ + +
+[1109] +
+
+C. Rajendran and H. Ziegler. + Ant-colony algorithms for permutation flowshop scheduling to minimize makespan/total flowtime of jobs. + European Journal of Operational Research, 155(2):426–438, 2004.
+[ bib ] + +
+ + +
+[1110] +
+
+C. Rajendran and H. Ziegler. + An efficient heuristic for scheduling in a flowshop to minimize total weighted flowtime of jobs. + European Journal of Operational Research, 103(1):129–138, 1997.
+[ bib | +DOI ] + +
+ + +
+[1111] +
+
+David Garzón Ramos and Mauro Birattari. + Automatic Design of Collective Behaviors for Robots that Can Display and Perceive Colors. + Applied Sciences, 10(13):4654, 2020.
+[ bib ] + +
+ + +
+[1112] +
+
+Juan-Manuel Ramos-Pérez, Gara Miranda, Eduardo Segredo, Coromoto León, and Casiano Rodríguez-León. + Application of Multi-Objective Evolutionary Algorithms for Planning Healthy and Balanced School Lunches. + Mathematics, 9(1):80, December 2021.
+[ bib | +DOI ] +
+A multi-objective formulation of the Menu Planning Problem, + which is termed the Multi-objective Menu Planning Problem, is + presented herein. Menu planning is of great interest in the + health field due to the importance of proper nutrition in + today's society, and particularly, in school + canteens. In addition to considering the cost of the meal + plan as the classic objective to be minimized, we also + introduce a second objective aimed at minimizing the degree + of repetition of courses and food groups that a particular + meal plan consists of. The motivation behind this particular + multi-objective formulation is to offer a meal plan that is + not only affordable but also varied and balanced from a + nutritional standpoint. The plan is designed for a given + number of days and ensures that the specific nutritional + requirements of school-age children are satisfied. The main + goal of the current work is to demonstrate the + multi-objective nature of the said formulation, through a + comprehensive experimental assessment carried out over a set + of multi-objective evolutionary algorithms applied to + different instances. At the same time, we are also interested + in validating the multi-objective formulation by performing + quantitative and qualitative analyses of the solutions + attained when solving it. Computational results show the + multi-objective nature of the said formulation, as well as + that it allows suitable meal plans to be obtained. +
+ +
+ + +
+[1113] +
+
+Camelia Ram, Gilberto Montibeller, and Alec Morton. + Extending the use of scenario planning and MCDA for the evaluation of strategic options. + Journal of the Operational Research Society, 62(5):817–829, 2011.
+[ bib ] + +
+ + +
+[1114] +
+
+Zhengfu Rao and Elad Salomons. + Development of a real-time, near-optimal control process for water-distribution networks. + Journal of Hydroinformatics, 9(1):25–37, 2007.
+[ bib | +DOI ] + +
+ + +
+[1115] +
+
+Ronald L. Rardin and Reha Uzsoy. + Experimental Evaluation of Heuristic Optimization Algorithms: A Tutorial. + Journal of Heuristics, 7(3):261–304, 2001.
+[ bib ] + +
+ + +
+[1116] +
+
+Jussi Rasku, Nysret Musliu, and Tommi Kärkkäinen. + On automatic algorithm configuration of vehicle routing problem solvers. + Journal on Vehicle Routing Algorithms, 2(1-4):1–22, February 2019.
+[ bib | +DOI ] +
+Keywords: irace, SMAC, GGA, REVAC, VRP +
+ +
+ + +
+[1117] +
+
+Ingo Rechenberg. + Case studies in evolutionary experimentation and computation. + Computer Methods in Applied Mechanics and Engineering, 186(2-4):125–140, 2000.
+[ bib | +DOI ] + +
+ + +
+[1118] +
+
+Colin R. Reeves and A. V. Eremeev. + Statistical analysis of local search landscapes. + Journal of the Operational Research Society, 55(7):687–693, 2004.
+[ bib | +epub ] + +
+ + +
+[1119] +
+
+Gary R. Reeves and Juan J. Gonzalez. + A comparison of two interactive MCDM procedures. + European Journal of Operational Research, 41(2):203–209, 1989.
+[ bib | +DOI ] +
+Keywords: artificial DM, interactive +
+ +
+ + +
+[1120] +
+
+Patrick M. Reed, David Hadka, Jonathan D. Herman, Joseph R. Kasprzyk, and Joshua B. Kollat. + Evolutionary multiobjective optimization in water resources: The past, present, and future. + Advances in Water Resources, 51:438–456, 2013.
+[ bib ] + +
+ + +
+[1121] +
+
+Tao Chen, Miqing Li, and Xin Yao. + Standing on the shoulders of giants: Seeding search-based multi-objective optimization with prior knowledge for software service composition. + Information and Software Technology, 114:155–175, 2019.
+[ bib ] +
+Example of deteroriation in archiving +
+ +
+ + +
+[1122] +
+
+Frederik Rehbach, Martin Zaefferer, Andreas Fischbach, Günther Rudolph, and Thomas Bartz-Beielstein. + Benchmark-Driven Configuration of a Parallel Model-Based Optimization Algorithm. + IEEE Transactions on Evolutionary Computation, 26(6):1365–1379, 2022.
+[ bib | +DOI ] + +
+ + +
+[1123] +
+
+Gerhard Reinelt. + TSPLIB — A Traveling Salesman Problem Library. + ORSA Journal on Computing, 3(4):376–384, 1991.
+[ bib ] + +
+ + +
+[1124] +
+
+Marc Reimann, Karl F. Doerner, and Richard F. Hartl. + D-ants: Savings based ants divide and conquer the vehicle routing problems. + Computers & Operations Research, 31(4):563–591, 2004.
+[ bib ] + +
+ + +
+[1125] +
+
+Marc Reimann and Marco Laumanns. + Savings based ant colony optimization for the capacitated minimum spanning tree problem. + Computers & Operations Research, 33(6):1794–1822, 2006.
+[ bib | +DOI ] +
+ The problem of connecting a set of client nodes + with known demands to a root node through a minimum + cost tree network, subject to capacity constraints + on all links is known as the capacitated minimum + spanning tree (CMST) problem. As the problem is + NP-hard, we propose a hybrid ant colony + optimization (ACO) algorithm to tackle it + heuristically. The algorithm exploits two important + problem characteristics: (i) the CMST problem is + closely related to the capacitated vehicle routing + problem (CVRP), and (ii) given a clustering of + client nodes that satisfies capacity constraints, + the solution is to find a MST for each cluster, + which can be done exactly in polynomial time. Our + ACO exploits these two characteristics of the + CMST by a solution construction originally + developed for the CVRP. Given the CVRP solution, + we then apply an implementation of Prim's algorithm + to each cluster to obtain a feasible CMST + solution. Results from a comprehensive computational + study indicate the efficiency and effectiveness of + the proposed approach. +
+
+Keywords: Ant colony Optimization, Capacitated minimum + spanning tree problem +
+ +
+ + +
+[1126] +
+
+Zhi-Gang Ren, Zu-Ren Feng, Liang-Jun Ke, and Zhao-Jun Zhang. + New Ideas for Applying Ant Colony Optimization to the Set Covering Problem. + Computers and Industrial Engineering, 58(4):774–784, 2010.
+[ bib ] + +
+ + +
+[1127] +
+
+M. Reyes-Sierra and Carlos A. Coello Coello. + Multi-objective particle swarm optimizers: A survey of the state-of-the-art. + International Journal of Computational Intelligence Research, 2(3):287–308, 2006.
+[ bib ] + +
+ + +
+[1128] +
+
+Craig W. Reynolds. + Flocks, Herds, and Schools: A Distributed Behavioral Model. + ACM Computer Graphics, 21(4):25–34, 1987.
+[ bib ] + +
+ + +
+[1129] +
+
+Jafar Rezaei, Alireza Arab, and Mohammadreza Mehregan. + Analyzing anchoring bias in attribute weight elicitation of SMART, Swing, and best-worst method. + International Transactions in Operational Research, 2022.
+[ bib | +DOI ] +
+Keywords: anchoring bias, best-worst method, cognitive bias, MADM, + multi-attribute weighting, SMART, Swing +
+ +
+ + +
+[1130] +
+
+S. Reza Hejazi and S. Saghafian. + Flowshop-scheduling Problems with Makespan Criterion: A Review. + International Journal of Production Research, 43(14):2895–2929, 2005.
+[ bib ] + +
+ + +
+[1131] +
+
+Imma Ribas, Ramon Companys, and Xavier Tort-Martorell. + An iterated greedy algorithm for the flowshop scheduling problem with blocking. + Omega, 39(3):293 – 301, 2011.
+[ bib ] + +
+ + +
+[1132] +
+
+Imma Ribas, Ramon Companys, and Xavier Tort-Martorell. + An Efficient Iterated Local Search Algorithm for the Total Tardiness Blocking Flow Shop Problem. + International Journal of Production Research, 51(17):5238–5252, 2013.
+[ bib ] + +
+ + +
+[1133] +
+
+Celso C. Ribeiro and Sebastián Urrutia. + Heuristics for the Mirrored Traveling Tournament Problem. + European Journal of Operational Research, 179(3):775–787, 2007.
+[ bib ] + +
+ + +
+[1134] +
+
+A. J. Richmond and John E. Beasley. + An Iterative Construction Heuristic for the Ore Selection Problem. + Journal of Heuristics, 10(2):153–167, 2004.
+[ bib ] + +
+ + +
+[1135] +
+
+John R. Rice. + The Algorithm Selection Problem. + Advances in Computers, 15:65–118, 1976.
+[ bib | +DOI ] +
+The problem of selecting an effective algorithm arises in a + wide variety of situations. This chapter starts with a + discussion on abstract models: the basic model and associated + problems, the model with selection based on features, and the + model with variable performance criteria. One objective of + this chapter is to explore the applicability of the + approximation theory to the algorithm selection + problem. There is an intimate relationship here and that the + approximation theory forms an appropriate base upon which to + develop a theory of algorithm selection methods. The + approximation theory currently lacks much of the necessary + machinery for the algorithm selection problem. There is a + need to develop new results and apply known techniques to + these new circumstances. The final pages of this chapter form + a sort of appendix, which lists 15 specific open problems and + questions in this area. There is a close relationship between + the algorithm selection problem and the general optimization + theory. This is not surprising since the approximation + problem is a special form of the optimization problem. Most + realistic algorithm selection problems are of moderate to + high dimensionality and thus one should expect them to be + quite complex. One consequence of this is that most + straightforward approaches (even well-conceived ones) are + likely to lead to enormous computations for the best + selection. The single most important part of the solution of + a selection problem is the appropriate choice of the form for + selection mapping. It is here that theories give the least + guidance and that the art of problem solving is most + crucial. +
+ +
+ + +
+[1136] +
+
+Juan Carlos Rivera, H. Murat Afsar, and Christian Prins. + A Multistart Iterated Local Search for the Multitrip Cumulative Capacitated Vehicle Routing Problem. + Computational Optimization and Applications, 61(1):159–187, 2015.
+[ bib ] + +
+ + +
+[1137] +
+
+Lucía Rivadeneira, Jian-Bo Yang, and Manuel López-Ibáñez. + Predicting tweet impact using a novel evidential reasoning prediction method. + Expert Systems with Applications, 169:114400, May 2021.
+[ bib | +DOI ] +
+This study presents a novel evidential reasoning (ER) + prediction model called MAKER-RIMER to examine how different + features embedded in Twitter posts (tweets) can predict the + number of retweets achieved during an electoral campaign. The + tweets posted by the two most voted candidates during the + official campaign for the 2017 Ecuadorian Presidential + election were used for this research. For each tweet, five + features including type of tweet, emotion, URL, hashtag, and + date are identified and coded to predict if tweets are of + either high or low impact. The main contributions of the new + proposed model include its suitability to analyse tweet + datasets based on likelihood analysis of data. The model is + interpretable, and the prediction process relies only on the + use of available data. The experimental results show that + MAKER-RIMER performed better, in terms of misclassification + error, when compared against other predictive machine + learning approaches. In addition, the model allows observing + which features of the candidates' tweets are linked to high + and low impact. Tweets containing allusions to the contender + candidate, either with positive or negative connotations, + without hashtags, and written towards the end of the + campaign, were persistently those with the highest + impact. URLs, on the other hand, is the only variable that + performs differently for the two candidates in terms of + achieving high impact. MAKER-RIMER can provide campaigners of + political parties or candidates with a tool to measure how + features of tweets are predictors of their impact, which can + be useful to tailor Twitter content during electoral + campaigns. +
+
+Keywords: Evidential reasoning rule,Belief rule-based inference,Maximum + likelihood data analysis,Twitter,Retweet,Prediction +
+ +
+ + +
+[1138] +
+
+C. P. Robert. + Simulation of truncated normal variables. + Statistics and Computing, 5(2):121–125, June 1995.
+[ bib ] + +
+ + +
+[1139] +
+
+P. A. Romero, A. Krause, and F. H. Arnold. + Navigating the Protein Fitness Landscape with Gaussian Processes. + Proceedings of the National Academy of Sciences, 110(3):E193–E201, December 2012.
+[ bib | +DOI ] +
+Keywords: Combinatorial Black-box Expensive +
+ +
+ + +
+[1140] +
+
+Fabio Romeo and Alberto Sangiovanni-Vincentelli. + A Theoretical Framework for Simulated Annealing. + Algorithmica, 6(1-6):302–345, 1991.
+[ bib ] + +
+ + +
+[1141] +
+
+David S. Roos. + Bioinformatics–trying to swim in a sea of data. + Science, 291(5507):1260–1261, 2001.
+[ bib ] + +
+ + +
+[1142] +
+
+Stefan Ropke and David Pisinger. + A Unified Heuristic for a Large Class of Vehicle Routing Problems with Backhauls. + European Journal of Operational Research, 171(3):750–775, 2006.
+[ bib ] + +
+ + +
+[1143] +
+
+Stefan Ropke and David Pisinger. + An Adaptive Large Neighborhood Search Heuristic for the Pickup and Delivery Problme with Time Windows. + Transportation Science, 40(4):455–472, 2006.
+[ bib ] + +
+ + +
+[1144] +
+
+Brian C. Ross. + Mutual Information between Discrete and Continuous Data Sets. + PLoS One, 9(2):1–5, February 2014.
+[ bib | +DOI ] +
+Mutual information (MI) is a powerful method for detecting + relationships between data sets. There are accurate methods + for estimating MI that avoid problems with “binning” when + both data sets are discrete or when both data sets are + continuous. We present an accurate, non-binning MI estimator + for the case of one discrete data set and one continuous data + set. This case applies when measuring, for example, the + relationship between base sequence and gene expression level, + or the effect of a cancer drug on patient survival time. We + also show how our method can be adapted to calculate the + Jensen-Shannon divergence of two or more data sets. +
+ +
+ + +
+[1145] +
+
+Jonathan Rose, Wolfgang Klebsch, and Jürgen Wolf. + Temperature measurement and equilibrium dynamics of simulated annealing placements. + IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 9(3):253–259, 1990.
+[ bib ] + +
+ + +
+[1146] +
+
+Edward Rothberg. + An evolutionary algorithm for polishing mixed integer programming solutions. + INFORMS Journal on Computing, 19(4):534–541, 2007.
+[ bib ] + +
+ + +
+[1147] +
+
+Daniel H. Rothman. + Nonlinear inversion, statistical mechanics, and residual statics estimation. + Geophysics, 50(12):2784–2796, 1985.
+[ bib ] + +
+ + +
+[1148] +
+
+Daniel H. Rothman. + Automatic estimation of large residual statics corrections. + Geophysics, 51(2):332–346, 1986.
+[ bib ] + +
+ + +
+[1149] +
+
+Bernard Roy. + Robustness in operational research and decision aiding: A multi-faceted issue. + European Journal of Operational Research, 200(3):629–638, 2010.
+[ bib | +DOI ] + +
+ + +
+[1150] +
+
+Isaac Rudich, Quentin Cappart, and Louis-Martin Rousseau. + Improved Peel-and-Bound: Methods for Generating Dual Bounds with Multivalued Decision Diagrams. + Journal of Artificial Intelligence Research, 77:1489–1538, August 2023.
+[ bib | +DOI ] + +
+ + +
+[1151] +
+
+Günther Rudolph, Oliver Schütze, Christian Grimme, Christian Domínguez-Medina, and Heike Trautmann. + Optimal averaged Hausdorff archives for bi-objective problems: theoretical and numerical results. + Computational Optimization and Applications, 64(2):589–618, 2016.
+[ bib ] + +
+ + +
+[1152] +
+
+Günther Rudolph. + Convergence analysis of canonical genetic algorithms. + IEEE Transactions on Neural Networks, 5(1):96–101, 1994.
+[ bib ] + +
+ + +
+[1153] +
+
+Rubén Ruiz and C. Maroto. + A Comprehensive Review and Evaluation of Permutation Flowshop Heuristics. + European Journal of Operational Research, 165(2):479–494, 2005.
+[ bib ] + +
+ + +
+[1154] +
+
+Rubén Ruiz, C. Maroto, and Javier Alcaraz. + Two new robust genetic algorithms for the flowshop scheduling problem. + Omega, 34(5):461–476, 2006.
+[ bib | +DOI ] + +
+ + +
+[1155] +
+
+Ana Belén Ruiz, Rubén Saborido, and Mariano Luque. + A preference-based evolutionary algorithm for multiobjective optimization: the weighting achievement scalarizing function genetic algorithm. + Journal of Global Optimization, 62(1):101–129, May 2015.
+[ bib | +DOI ] +
+When solving multiobjective optimization problems, + preference-based evolutionary multiobjective optimization + (EMO) algorithms introduce preference information into an + evolutionary algorithm in order to focus the search for + objective vectors towards the region of interest of the + Pareto optimal front. In this paper, we suggest a + preference-based EMO algorithm called weighting achievement + scalarizing function genetic algorithm (WASF-GA), which + considers the preferences of the decision maker (DM) + expressed by means of a reference point. The main purpose of + WASF-GA is to approximate the region of interest of the + Pareto optimal front determined by the reference point, which + contains the Pareto optimal objective vectors that obey the + preferences expressed by the DM in the best possible way. The + proposed approach is based on the use of an achievement + scalarizing function (ASF) and on the classification of the + individuals into several fronts. At each generation of + WASF-GA, this classification is done according to the values + that each solution takes on the ASF for the reference point + and using different weight vectors. These vectors of weights + are selected so that the vectors formed by their inverse + components constitute a well-distributed representation of + the weight vectors space. The efficiency and usefulness of + WASF-GA is shown in several test problems in comparison to + other preference-based EMO algorithms. Regarding a metric + based on the hypervolume, we can say that WASF-GA has + outperformed the other algorithms considered in most of the + problems. +
+
+Proposed WASF-GA +
+ +
+ + +
+[1156] +
+
+Rubén Ruiz and Thomas Stützle. + A Simple and Effective Iterated Greedy Algorithm for the Permutation Flowshop Scheduling Problem. + European Journal of Operational Research, 177(3):2033–2049, 2007.
+[ bib ] + +
+ + +
+[1157] +
+
+Rubén Ruiz and Thomas Stützle. + An Iterated Greedy heuristic for the sequence dependent setup times flowshop problem with makespan and weighted tardiness objectives. + European Journal of Operational Research, 187(3):1143 – 1159, 2008.
+[ bib ] + +
+ + +
+[1158] +
+
+Robert A. Russell. + Hybrid Heuristics for the Vehicle Routing Problem with Time Windows. + Transportation Science, 29(2):156–166, 1995.
+[ bib ] + +
+ + +
+[1159] +
+
+N. R. Sabar, M. Ayob, Graham Kendall, and R. Qu. + Grammatical Evolution Hyper-Heuristic for Combinatorial Optimization Problems. + IEEE Transactions on Evolutionary Computation, 17(6):840–861, 2013.
+[ bib ] + +
+ + +
+[1160] +
+
+N. R. Sabar, M. Ayob, Graham Kendall, and R. Qu. + A Dynamic Multiarmed Bandit-Gene Expression Programming Hyper-Heuristic for Combinatorial Optimization Problems. + IEEE Transactions on Cybernetics, 45(2):217–228, 2015.
+[ bib ] + +
+ + +
+[1161] +
+
+N. R. Sabar, M. Ayob, Graham Kendall, and R. Qu. + Automatic Design of a Hyper-Heuristic Framework With Gene Expression Programming for Combinatorial Optimization Problems. + IEEE Transactions on Evolutionary Computation, 19(3):309–325, 2015.
+[ bib ] + +
+ + +
+[1162] +
+
+Matthieu Sacher, Régis Duvigneau, Olivier Le Maitre, Mathieu Durand, Elisa Berrini, Frédéric Hauville, and Jacques-André Astolfi. + A classification approach to efficient global optimization in presence of non-computable domains. + Structural and Multidisciplinary Optimization, 58(4):1537–1557, 2018.
+[ bib | +DOI ] +
+Proposed EGO-LS-SVM +
+
+Keywords: Safe optimization; CMA-ES, Gaussian processes; Least-Squares + Support Vector Machine +
+ +
+ + +
+[1163] +
+
+Pramod J. Sadalage and Martin Fowler. + NoSQL distilled. + AddisonWesley Professional, 2012.
+[ bib ] + +
+ + +
+[1164] +
+
+A. Burcu Altan Sakarya and Larry W. Mays. + Optimal Operation of Water Distribution Pumps Considering Water Quality. + Journal of Water Resources Planning and Management, ASCE, 126(4):210–220, July / August 2000.
+[ bib ] + +
+ + +
+[1165] +
+
+Marcela Samà, Paola Pellegrini, Andrea D'Ariano, Joaquin Rodriguez, and Dario Pacciarelli. + Ant colony optimization for the real-time train routing selection problem. + Transportation Research Part B: Methodological, 85:89–108, 2016.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[1166] +
+
+Malcolm Sambridge. + Geophysical inversion with a neighbourhood algorithm–I. Searching a parameter space. + Geophysical Journal International, 138(2):479–494, 1999.
+[ bib ] + +
+ + +
+[1167] +
+
+Alejandro Santiago, Bernabé Dorronsoro, Antonio J. Nebro, Juan J. Durillo, Oscar Castillo, and Héctor J. Fraire. + A novel multi-objective evolutionary algorithm with fuzzy logic based adaptive selection of operators: FAME. + Information Sciences, 471:233–251, 2019.
+[ bib | +DOI ] +
+Keywords: Multi-objective optimization, density estimation, + evolutionary algorithm, adaptive algorithm, fuzzy logic, spatial spread deviation +
+ +
+ + +
+[1168] +
+
+Javier Sánchez, Manuel Galán, and Enrique Rubio. + Applying a traffic lights evolutionary optimization technique to a real case: “Las Ramblas” area in Santa Cruz de Tenerife. + IEEE Transactions on Evolutionary Computation, 12(1):25–40, 2008.
+[ bib ] +
+Keywords: Cellular automata, Combinatorial optimization, Genetic + algorithms, Microscopic traffic simulator, Traffic lights + optimization +
+ +
+ + +
+[1169] +
+
+J. J. Sánchez-Medina, M. J. Galán-Moreno, and E. Rubio-Royo. + Traffic Signal Optimization in “La Almozara” District in Saragossa Under Congestion Conditions, Using Genetic Algorithms, Traffic Microsimulation, and Cluster Computing. + IEEE Transactions on Intelligent Transportation Systems, 11(1):132–141, March 2010.
+[ bib | +DOI ] +
+Keywords: cellular automata; genetic algorithms; road traffic;traffic + light programming;urban traffic congestion +
+ +
+ + +
+[1170] +
+
+Nathan Sankary and Avi Ostfeld. + Stochastic Scenario Evaluation in Evolutionary Algorithms Used for Robust Scenario-Based Optimization. + Water Resources Research, 54(4):2813–2833, 2018.
+[ bib ] + +
+ + +
+[1171] +
+
+Alberto Santini, Stefan Ropke, and Lars Magnus Hvattum. + A comparison of acceptance criteria for the adaptive large neighbourhood search metaheuristic. + Journal of Heuristics, 24:783–815, 2018.
+[ bib | +DOI ] + +
+ + +
+[1172] +
+
+E. Sandgren. + Nonlinear integer and discrete programming in mechanical design optimization. + Journal of Mechanical Design, 112(2):223–229, 1990.
+[ bib | +DOI ] + +
+ + +
+[1173] +
+
+René Sass, Eddie Bergman, André Biedenkapp, Frank Hutter, and Marius Thomas Lindauer. + DeepCAVE: An Interactive Analysis Tool for Automated Machine Learning. + Arxiv preprint arXiv:2206.03493 [cs.LG], 2022.
+[ bib | +DOI ] + +
+ + +
+[1174] +
+
+Martin W. P. Savelsbergh. + Local search in routing problems with time windows. + Annals of Operations Research, 4(1):285–305, December 1985.
+[ bib | +DOI ] +
+We develop local search algorithms for routing + problems with time windows. The presented algorithms + are based on thek-interchange concept. The presence + of time windows introduces feasibility constraints, + the checking of which normally requires O(N) + time. Our method reduces this checking effort to + O(1) time. We also consider the problem of finding + initial solutions. A complexity result is given and + an insertion heuristic is described. +
+ +
+ + +
+[1175] +
+
+Dhish Kumar Saxena, João A. Duro, Anish Tiwari, Kalyanmoy Deb, and Qingfu Zhang. + Objective Reduction in Many-Objective Optimization: Linear and Nonlinear Algorithms. + IEEE Transactions on Evolutionary Computation, 17(1):77–99, 2013.
+[ bib | +DOI ] + +
+ + +
+[1176] +
+
+Michael Schilde, Karl F. Doerner, Richard F. Hartl, and Guenter Kiechle. + Metaheuristics for the bi-objective orienteering problem. + Swarm Intelligence, 3(3):179–201, 2009.
+[ bib | +DOI ] +
+In this paper, heuristic solution + techniques for the multi-objective orienteering + problem are developed. The motivation stems from the + problem of planning individual tourist routes in a + city. Each point of interest in a city provides + different benefits for different categories (e.g., + culture, shopping). Each tourist has different + preferences for the different categories when + selecting and visiting the points of interests + (e.g., museums, churches). Hence, a multi-objective + decision situation arises. To determine all the + Pareto optimal solutions, two metaheuristic search + techniques are developed and applied. We use the + Pareto ant colony optimization algorithm and extend + the design of the variable neighborhood search + method to the multi-objective case. Both methods are + hybridized with path relinking procedures. The + performances of the two algorithms are tested on + several benchmark instances as well as on real world + instances from different Austrian regions and the + cities of Vienna and Padua. The computational + results show that both implemented methods are well + performing algorithms to solve the multi-objective + orienteering problem. +
+ +
+ + +
+[1177] +
+
+Martin Schlüter, Jose A. Egea, and Julio R. Banga. + Extended ant colony optimization for non-convex mixed integer nonlinear programming. + Computers & Operations Research, 36(7):2217–2229, 2009.
+[ bib | +DOI ] + +
+ + +
+[1178] +
+
+Oliver Schütze, X. Esquivel, A. Lara, and Carlos A. Coello Coello. + Using the Averaged Hausdorff Distance as a Performance Measure in Evolutionary Multiobjective Optimization. + IEEE Transactions on Evolutionary Computation, 16(4):504–522, 2012.
+[ bib ] + +
+ + +
+[1179] +
+
+Josef Schmee and Gerald J. Hahn. + A Simple Method for Regression Analysis with Censored Data. + Technometrics, 21(4):417–432, 1979.
+[ bib | +DOI ] + +
+ + +
+[1180] +
+
+Mark Schillinger, Benjamin Hartmann, Patric Skalecki, Mona Meister, Duy Nguyen-Tuong, and Oliver Nelles. + Safe active learning and safe Bayesian optimization for tuning a PI-controller. + IFAC-PapersOnLine, 50(1):5967–5972, 2017.
+[ bib | +DOI ] + +
+ + +
+[1181] +
+
+Julie R. Schames, Richard H. Henchman, Jay S. Siegel, Christoph A. Sotriffer, Haihong Ni, and J. Andrew McCammon. + Discovery of a Novel Binding Trench in HIV Integrase. + Journal of Medicinal Chemistry, 47(8):1879–1881, 2004.
+[ bib | +DOI ] +
+Evolutionary optimization of the first clinically approved + anti-viral drug for HIV +
+ +
+ + +
+[1182] +
+
+Oliver Schütze, Carlos Hernández, El-Ghazali Talbi, Jian-Qiao Sun, Yousef Naranjani, and F-R Xiong. + Archivers for the representation of the set of approximate solutions for MOPs. + Journal of Heuristics, 25:71–105, 2019.
+[ bib | +DOI ] +
+Keywords: archiving, nearly optimality, epsilon-dominance, epsilon-approximation, hausdorff convergence +
+ +
+ + +
+[1183] +
+
+Jeffrey C. Schank and Thomas J. Koehnle. + Pseudoreplication is a pseudoproblem. + Journal of Comparative Psychology, 123(4):421–433, 2009.
+[ bib ] + +
+ + +
+[1184] +
+
+Oliver Schütze, A. Lara, and Carlos A. Coello Coello. + On the Influence of the Number of Objectives on the Hardness of a Multiobjective Optimization Problem. + IEEE Transactions on Evolutionary Computation, 15(4):444–455, 2011.
+[ bib ] + +
+ + +
+[1185] +
+
+Oliver Schütze, Marco Laumanns, Carlos A. Coello Coello, Michael Dellnitz, and El-Ghazali Talbi. + Convergence of stochastic search algorithms to finite size Pareto set approximations. + Journal of Global Optimization, 41(4):559–577, 2008.
+[ bib ] + +
+ + +
+[1186] +
+
+Oliver Schütze, Marco Laumanns, Emilia Tantar, Carlos A. Coello Coello, and El-Ghazali Talbi. + Computing gap free Pareto front approximations with stochastic search algorithms. + Evolutionary Computation, 18(1):65–96, 2010.
+[ bib ] + +
+ + +
+[1187] +
+
+G. R. Schreiber and Olivier Martin. + Cut Size Statistics of Graph Bisection Heuristics. + SIAM Journal on Optimization, 10(1):231–251, 1999.
+[ bib ] + +
+ + +
+[1188] +
+
+Gerhard Schrimpf, Johannes Schneider, Hermann Stamm-Wilbrandt, and Gunter Dueck. + Record Breaking Optimization Results Using the Ruin and Recreate Principle. + Journal of Computational Physics, 159(2):139–171, 2000.
+[ bib ] + +
+ + +
+[1189] +
+
+Marie Schmidt, Anita Schöbel, and Lisa Thom. + Min-ordering and max-ordering scalarization methods for multi-objective robust optimization. + European Journal of Operational Research, 275(2):446–459, 2019.
+[ bib ] + +
+ + +
+[1190] +
+
+Eric Schulz, Maarten Speekenbrink, and Andreas Krause. + A tutorial on Gaussian process regression: Modelling, exploring, and exploiting functions. + Journal of Mathematical Psychology, 85:1–16, August 2018.
+[ bib | +DOI ] + +
+ + +
+[1191] +
+
+Tommaso Schiavinotto and Thomas Stützle. + The Linear Ordering Problem: Instances, Search Space Analysis and Algorithms. + Journal of Mathematical Modelling and Algorithms, 3(4):367–402, 2004.
+[ bib ] + +
+ + +
+[1192] +
+
+Tommaso Schiavinotto and Thomas Stützle. + A Review of Metrics on Permutations for Search Space Analysis. + Computers & Operations Research, 34(10):3143–3153, 2007.
+[ bib ] + +
+ + +
+[1193] +
+
+Tom Schrijvers, Guido Tack, Pieter Wuille, Horst Samulowitz, and Peter J. Stuckey. + Search Combinators. + Constraints, 18(2):269–305, 2013.
+[ bib ] + +
+ + +
+[1194] +
+
+Oliver Schütze, Massimiliano Vasile, and Carlos A. Coello Coello. + Computing the Set of Epsilon-Efficient Solutions in Multiobjective Space Mission Design. + Journal of Aerospace Computing, Information, and Communication, 8(3):53–70, 2011.
+[ bib | +DOI ] + +
+ + +
+[1195] +
+
+Matthias Schonlau, William J. Welch, and Donald R. Jones. + Global versus Local Search in Constrained Optimization of Computer Models. + Lecture Notes-Monograph Series, 34:11–25, 1998.
+[ bib | +DOI ] + +
+ + +
+[1196] +
+
+Elias Schede, Jasmin Brandt, Alexander Tornede, Marcel Wever, Viktor Bengs, Eyke Hüllermeier, and Kevin Tierney. + A survey of methods for automated algorithm configuration. + Journal of Artificial Intelligence Research, 75:425–487, 2022.
+[ bib | +DOI ] + +
+ + +
+[1197] +
+
+Pauli Virtanen et al. + SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python. + Nature Methods, 17:261–272, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[1198] +
+
+David F. Shanno. + Conditioning of Quasi-Newton Methods for Function Minimization. + Mathematics of Computation, 24(111):647–656, 1970.
+[ bib ] +
+One of the four papers that proposed BFGS. +
+
+Keywords: BFGS +
+ +
+ + +
+[1199] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, and Richard Allmendinger. + Detecting Hidden and Irrelevant Objectives in Interactive Multi-Objective Optimization. + IEEE Transactions on Evolutionary Computation, 28(2):544–557, 2023.
+[ bib | +DOI ] +
+Evolutionary multi-objective optimization algorithms (EMOAs) + typically assume that all objectives that are relevant to the + decision-maker (DM) are optimized by the EMOA. In some + scenarios, however, there are irrelevant objectives that are + optimized by the EMOA but ignored by the DM, as well as, + hidden objectives that the DM considers when judging the + utility of solutions but are not optimized. This discrepancy + between the EMOA and the DM's preferences may impede the + search for the most-preferred solution and waste resources + evaluating irrelevant objectives. Research on objective + reduction has focused so far on the structure of the problem + and correlations between objectives and neglected the role of + the DM. We formally define here the concepts of irrelevant + and hidden objectives and propose methods for detecting them, + based on uni-variate feature selection and recursive feature + elimination, that use the preferences already elicited when a + DM interacts with a ranking-based interactive EMOA + (iEMOA). We incorporate the detection methods into an iEMOA + capable of dynamically switching the objectives being + optimized. Our experiments show that this approach can + efficiently identify which objectives are relevant to the DM + and reduce the number of objectives being optimized, while + keeping and often improving the utility, according to the DM, + of the best solution found. +
+ +
+ + +
+[1200] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, and Joshua D. Knowles. + On Benchmarking Interactive Evolutionary Multi-Objective Algorithms. + IEEE Transactions on Evolutionary Computation, 28(4):1084–1098, 2023.
+[ bib | +DOI ] +
+We carry out a detailed performance assessment of two + interactive evolutionary multi-objective algorithms (EMOAs) + using a machine decision maker that enables us to repeat + experiments and study specific behaviours modeled after human + decision makers (DMs). Using the same set of benchmark test + problems as in the original papers on these interactive EMOAs + (in up to 10 objectives), we bring to light interesting + effects when we use a machine DM based on sigmoidal utility + functions that have support from the psychology literature + (replacing the simpler utility functions used in the original + papers). Our machine DM enables us to go further and simulate + human biases and inconsistencies as well. Our results from + this study, which is the most comprehensive assessment of + multiple interactive EMOAs so far conducted, suggest that + current well-known algorithms have shortcomings that need + addressing. These results further demonstrate the value of + improving the benchmarking of interactive EMOAs +
+ +
+ + +
+[1201] +
+
+Babooshka Shavazipour, Manuel López-Ibáñez, and Kaisa Miettinen. + Visualizations for Decision Support in Scenario-based Multiobjective Optimization. + Information Sciences, 578:1–21, 2021.
+[ bib | +DOI | +supplementary material ] +
+We address challenges of decision problems when managers need + to optimize several conflicting objectives simultaneously + under uncertainty. We propose visualization tools to support + the solution of such scenario-based multiobjective + optimization problems. Suitable graphical visualizations are + necessary to support managers in understanding, evaluating, + and comparing the performances of management decisions + according to all objectives in all plausible scenarios. To + date, no appropriate visualization has been suggested. This + paper fills this gap by proposing two visualization methods: + a novel extension of empirical attainment functions for + scenarios and an adapted version of heatmaps. They help a + decision-maker in gaining insight into realizations of + trade-offs and comparisons between objective functions in + different scenarios. Some fundamental questions that a + decision-maker may wish to answer with the help of + visualizations are also identified. Several examples are + utilized to illustrate how the proposed visualizations + support a decision-maker in evaluating and comparing + solutions to be able to make a robust decision by answering + the questions. Finally, we validate the usefulness of the + proposed visualizations in a real-world problem with a real + decision-maker. We conclude with guidelines regarding which + of the proposed visualizations are best suited for different + problem classes. +
+ +
+ + +
+[1202] +
+
+Weishi Shao, Dechang Pi, and Zhongshi Shao. + Memetic algorithm with node and edge histogram for no-idle flow shop scheduling problem to minimize the makespan criterion. + Applied Soft Computing, 54:164–182, 2017.
+[ bib ] + +
+ + +
+[1203] +
+
+Weishi Shao, Dechang Pi, and Zhongshi Shao. + A hybrid discrete teaching-learning based meta-heuristic for solving no-idle flow shop scheduling problem with total tardiness criterion. + Computers & Operations Research, 94:89–105, 2018.
+[ bib ] + +
+ + +
+[1204] +
+
+Ke Shang, Tianye Shu, Hisao Ishibuchi, Yang Nan, and Lie Meng Pang. + Benchmarking large-scale subset selection in evolutionary multi-objective optimization. + Information Sciences, 622:755–770, 2023.
+[ bib | +DOI ] + +
+ + +
+[1205] +
+
+Babooshka Shavazipour and T. J. Stewart. + Multi-objective optimisation under deep uncertainty. + Operational Research, September 2019.
+[ bib | +DOI ] +
+This paper presents a scenario-based Multi-Objective + structure to handle decision problems under deep + uncertainty. Most of the decisions in real-life problems need + to be made in the absence of complete knowledge about the + consequences of the decision and/or are characterised by + uncertainties about the future which is unpredictable. These + uncertainties are almost impossible to reduce by gathering + more information and are not statistical in + nature. Therefore, classical probability-based approaches, + such as stochastic programming, do not address these + problems; as they require a correctly-defined complete sample + space, strong assumptions (e.g. normality), or both. The + proposed method extends the concept of two-stage stochastic + programming with recourse to address the capability of + dealing with deep uncertainty through the use of scenario + planning rather than statistical expectation. In this + research, scenarios are used as a dimension of preference to + avoid problems relating to the assessment and use of + probabilities under deep uncertainty. Such scenario-based + thinking involved a multi-objective representation of + performance under different future conditions as an + alternative to expectation. To the best of our knowledge, + this is the first attempt of performing a multi-criteria + evaluation under deep uncertainty through a structured + optimisation model. The proposed structure replacing + probabilities (in dynamic systems with deep uncertainties) by + aspirations within a goal programming structure. In fact, + this paper also proposes an extension of the goal programming + paradigm to deal with deep uncertainty. Furthermore, we will + explain how this structure can be modelled, implemented, and + solved by Goal Programming using some simple, but not + trivial, examples. Further discussion and comparisons with + some popular existing methods will also provided to highlight + the superiorities of the proposed structure. +
+ +
+ + +
+[1206] +
+
+Babooshka Shavazipour, Jonas Stray, and T. J. Stewart. + Sustainable planning in sugar-bioethanol supply chain under deep uncertainty: A case study of South African sugarcane industry. + Computers & Chemical Engineering, 143:107091, 2020.
+[ bib | +DOI ] +
+In this paper, the strategic planning of sugar-bioethanol + supply chains (SCs) under deep uncertainty has been addressed + by applying a two-stage scenario-based multiobjective + optimisation methodology. In practice, the depth of + uncertainty is very high, potential outcomes are not + precisely enumerable, and probabilities of outcomes are not + properly definable. To date, no appropriate framework has + been suggested for dealing with deep uncertainty in supply + chain management and energy-related problems. This study is + the first try to fills this gap. Particularly, the + sustainability of the whole infrastructure of the + sugar-bioethanol SCs is analysed in such a way that the final + solutions are sustainable, robust and adaptable for a broad + range of plausible futures. Three objectives are considered + in this problem under six uncertain parameters. A case study + of South African sugarcane industry is utilised to study and + examine the proposed model. The results prove the economic + profitability and sustainability of the project. +
+
+Keywords: Supply chain management, Multi-objective optimisation, Deep + uncertainty, Scenario planning, Renewable energy, +
+ +
+ + +
+[1207] +
+
+B. Shahriari, K. Swersky, Z. Wang, R. P. Adams, and Nando de Freitas. + Taking the human out of the loop: A review of Bayesian optimization. + Proceedings of the IEEE, 104(1):148–175, 2016.
+[ bib ] + +
+ + +
+[1208] +
+
+Bobak Shahriari, Kevin Swersky, Ziyu Wang, Ryan P. Adams, and Nando de Freitas. + Taking the Human Out of the Loop: A Review of Bayesian Optimization. + Proceedings of the IEEE, 104(1):148–175, 2016.
+[ bib ] + +
+ + +
+[1209] +
+
+Ofer M. Shir and Thomas Bäck. + Niching with derandomized evolution strategies in artificial and real-world landscapes. + Natural Computing, 8(1):171–196, 2009.
+[ bib | +DOI ] + +
+ + +
+[1210] +
+
+Abolfazl Shirazi, Josu Ceberio, and José A. Lozano. + Spacecraft trajectory optimization: A review of models, objectives, approaches and solutions. + Progress in Aerospace Sciences, 102:76–98, October 2018.
+[ bib | +DOI ] + +
+ + +
+[1211] +
+
+David Shilane, Jarno Martikainen, Sandrine Dudoit, and Seppo J. Ovaska. + A general framework for statistical performance comparison of evolutionary computation algorithms. + Information Sciences, 178(14):2870–2879, 2008.
+[ bib | +DOI ] + +
+ + +
+[1212] +
+
+Michael D. Shields and Jiaxin Zhang. + The generalization of Latin hypercube sampling. + Reliability Engineering & System Safety, 148:96–108, 2016.
+[ bib ] + +
+ + +
+[1213] +
+
+A. Shmygelska and Holger H. Hoos. + An Ant Colony Optimisation Algorithm for the 2D and 3D Hydrophobic Polar Protein Folding Problem. + BMC Bioinformatics, 6:30, 2005.
+[ bib | +DOI ] + +
+ + +
+[1214] +
+
+Moisés Silva-Muñoz, Carlos Contreras-Bolton, Carlos Rey, and Victor Parada. + Automatic generation of a hybrid algorithm for the maximum independent set problem using genetic programming. + Applied Soft Computing, p.  110474, 2023.
+[ bib | +DOI ] + +
+ + +
+[1215] +
+
+Moisés Silva-Muñoz, Alberto Franzin, and Hughes Bersini. + Automatic configuration of the Cassandra database using irace. + PeerJ Computer Science, 7:e634, 2021.
+[ bib | +DOI ] + +
+ + +
+[1216] +
+
+Paulo Vitor Silvestrin and Marcus Ritt. + An Iterated Tabu Search for the Multi-compartment Vehicle Routing Problem. + Computers & Operations Research, 81:192–202, 2017.
+[ bib ] + +
+ + +
+[1217] +
+
+Marcos Melo Silva, Anand Subramanian, and Luiz Satoru Ochi. + An Iterated Local Search Heuristic for the Split Delivery Vehicle Routing Problem. + Computers & Operations Research, 53:234–249, 2015.
+[ bib ] + +
+ + +
+[1218] +
+
+Olivier Simonin, François Charpillet, and Eric Thierry. + Revisiting wavefront construction with collective agents: an approach to foraging. + Swarm Intelligence, 9(2):113–138, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[1219] +
+
+Kevin Sim, Emma Hart, and Ben Paechter. + A Lifelong Learning Hyper-heuristic Method for Bin Packing. + Evolutionary Computation, 23(1):37–67, 2015.
+[ bib | +DOI ] + +
+ + +
+[1220] +
+
+Joseph P. Simmons, Leif D. Nelson, and Uri Simonsohn. + False-Positive Psychology: Undisclosed Flexibility in Data Collection and Analysis Allows Presenting Anything as Significant. + Psychological Science, 2011.
+[ bib | +http ] +
+Proposed the term p-hacking +
+ +
+ + +
+[1221] +
+
+Herbert A. Simon and Allen Newell. + Heuristic Problem Solving: The Next Advance in Operations Research. + Operations Research, 6(1):1–10, 1958.
+[ bib | +DOI ] + +
+ + +
+[1222] +
+
+Joseph P. Simmons, Robyn A. LeBoeuf, and Leif D. Nelson. + The effect of accuracy motivation on anchoring and adjustment: Do people adjust from provided anchors? + Journal of Personality and Social Psychology, 99(6):917–932, 2010.
+[ bib | +DOI ] +
+Increasing accuracy motivation (e.g., by providing monetary + incentives for accuracy) often fails to increase adjustment + away from provided anchors, a result that has led researchers + to conclude that people do not effortfully adjust away from + such anchors. We challenge this conclusion. First, we show + that people are typically uncertain about which way to adjust + from provided anchors and that this uncertainty often causes + people to believe that they have initially adjusted too far + away from such anchors (Studies 1a and 1b). Then, we show + that although accuracy motivation fails to increase the gap + between anchors and final estimates when people are uncertain + about the direction of adjustment, accuracy motivation does + increase anchor-estimate gaps when people are certain about + the direction of adjustment, and that this is true regardless + of whether the anchors are provided or self-generated + (Studies 2, 3a, 3b, and 5). These results suggest that people + do effortfully adjust away from provided anchors but that + uncertainty about the direction of adjustment makes that + adjustment harder to detect than previously assumed. This + conclusion has important theoretical implications, suggesting + that currently emphasized distinctions between anchor types + (self-generated vs. provided) are not fundamental and that + ostensibly competing theories of anchoring (selective + accessibility and anchoring-and-adjustment) are + complementary. +
+ +
+ + +
+[1223] +
+
+Herbert A. Simon. + A Behavioral Model of Rational Choice. + The Quarterly Journal of Economics, 69(1):99–118, 1955.
+[ bib | +epub ] + +
+ + +
+[1224] +
+
+Hemant Kumar Singh, Amitay Isaacs, and Tapabrata Ray. + A Pareto Corner Search Evolutionary Algorithm and Dimensionality Reduction in Many-Objective Optimization Problems. + IEEE Transactions on Evolutionary Computation, 15(4):539–556, 2011.
+[ bib | +DOI ] +
+Many-objective optimization refers to the optimization + problems containing large number of objectives, typically + more than four. Non-dominance is an inadequate strategy for + convergence to the Pareto front for such problems, as almost + all solutions in the population become non-dominated, + resulting in loss of convergence pressure. However, for some + problems, it may be possible to generate the Pareto front + using only a few of the objectives, rendering the rest of the + objectives redundant. Such problems may be reducible to a + manageable number of relevant objectives, which can be + optimized using conventional multiobjective evolutionary + algorithms (MOEAs). For dimensionality reduction, most + proposals in the paper rely on analysis of a representative + set of solutions obtained by running a conventional MOEA for + a large number of generations, which is computationally + overbearing. A novel algorithm, Pareto corner search + evolutionary algorithm (PCSEA), is introduced in this paper, + which searches for the corners of the Pareto front instead of + searching for the complete Pareto front. The solutions + obtained using PCSEA are then used for dimensionality + reduction to identify the relevant objectives. The potential + of the proposed approach is demonstrated by studying its + performance on a set of benchmark test problems and two + engineering examples. While the preliminary results obtained + using PCSEA are promising, there are a number of areas that + need further investigation. This paper provides a number of + useful insights into dimensionality reduction and, in + particular, highlights some of the roadblocks that need to be + cleared for future development of algorithms attempting to + use few selected solutions for identifying relevant + objectives +
+ +
+ + +
+[1225] +
+
+Marcos Singer and Michael L. Pinedo. + A Computational Study of Branch and Bound Techniques for Minimizing the Total Weighted Tardiness in Job Shops. + IIE Transactions, 30(2):109–118, 1998.
+[ bib ] + +
+ + +
+[1226] +
+
+Ankur Sinha, Dhish Kumar Saxena, Kalyanmoy Deb, and Ashutosh Tiwari. + Using objective reduction and interactive procedure to handle many-objective optimization problems. + Applied Soft Computing, 13(1):415–427, 2013.
+[ bib | +DOI ] +
+A number of practical optimization problems are posed as + many-objective (more than three objectives) problems. Most of + the existing evolutionary multi-objective optimization + algorithms, which target the entire Pareto-front are not + equipped to handle many-objective problems. Though there have + been copious efforts to overcome the challenges posed by such + problems, there does not exist a generic procedure to + effectively handle them. This paper presents a simplify and + solve framework for handling many-objective optimization + problems. In that, a given problem is simplified by + identification and elimination of the redundant objectives, + before interactively engaging the decision maker to converge + to the most preferred solution on the Pareto-optimal + front. The merit of performing objective reduction before + interacting with the decision maker is two fold. Firstly, the + revelation that certain objectives are redundant, + significantly reduces the complexity of the optimization + problem, implying lower computational cost and higher search + efficiency. Secondly, it is well known that human beings are + not efficient in handling several factors (objectives in the + current context) at a time. Hence, simplifying the problem a + priori addresses the fundamental issue of cognitive overload + for the decision maker, which may help avoid inconsistent + preferences during the different stages of interactive + engagement. The implementation of the proposed framework is + first demonstrated on a three-objective problem, followed by + its application on two real-world engineering problems. +
+
+Keywords: Evolutionary algorithms, Evolutionary multi- and + many-objective optimization, Multi-criteria decision making, + Machine learning, Interactive optimization +
+ +
+ + +
+[1227] +
+
+Hemant Kumar Singh, Kalyan Shankar Bhattacharjee, and Tapabrata Ray. + Distance-based subset selection for benchmarking in evolutionary multi/many-objective optimization. + IEEE Transactions on Evolutionary Computation, 23(5):904–912, 2019.
+[ bib ] + +
+ + +
+[1228] +
+
+Aymen Sioud and Caroline Gagné. + Enhanced migrating birds optimization algorithm for the permutation flow shop problem with sequence dependent setup times. + European Journal of Operational Research, 264(1):66–73, 2018.
+[ bib ] + +
+ + +
+[1229] +
+
+Ben G. Small, Barry W. McColl, Richard Allmendinger, Jürgen Pahle, Gloria López-Castejón, Nancy J. Rothwell, Joshua D. Knowles, Pedro Mendes, David Brough, and Douglas B. Kell. + Efficient discovery of anti-inflammatory small-molecule combinations using evolutionary computing. + Nature Chemical Biology, 7(12):902–908, 2011.
+[ bib ] + +
+ + +
+[1230] +
+
+Kate Smith-Miles, Davaatseren Baatar, Brendan Wreford, and Rhyd M. R. Lewis. + Towards Objective Measures of Algorithm Performance across Instance Space. + Computers & Operations Research, 45:12–24, 2014.
+[ bib | +DOI ] +
+This paper tackles the difficult but important task of + objective algorithm performance assessment for + optimization. Rather than reporting average performance of + algorithms across a set of chosen instances, which may bias + conclusions, we propose a methodology to enable the strengths + and weaknesses of different optimization algorithms to be + compared across a broader instance space. The results + reported in a recent Computers and Operations Research paper + comparing the performance of graph coloring heuristics are + revisited with this new methodology to demonstrate (i) how + pockets of the instance space can be found where algorithm + performance varies significantly from the average performance + of an algorithm; (ii) how the properties of the instances can + be used to predict algorithm performance on previously unseen + instances with high accuracy; and (iii) how the relative + strengths and weaknesses of each algorithm can be visualized + and measured objectively. +
+
+Keywords: Algorithm selection; Instance Space Analysis; Graph coloring; + Heuristics; Performance prediction +
+ +
+ + +
+[1231] +
+
+Kate Smith-Miles and Simon Bowly. + Generating New Test Instances by Evolving in Instance Space. + Computers & Operations Research, 63:102–113, 2015.
+[ bib | +DOI ] +
+Our confidence in the future performance of any algorithm, + including optimization algorithms, depends on how carefully + we select test instances so that the generalization of + algorithm performance on future instances can be inferred. In + recent work, we have established a methodology to generate a + 2-d representation of the instance space, comprising a set of + known test instances. This instance space shows the + similarities and differences between the instances using + measurable features or properties, and enables the + performance of algorithms to be viewed across the instance + space, where generalizations can be inferred. The power of + this methodology is the insights that can be generated into + algorithm strengths and weaknesses by examining the regions + in instance space where strong performance can be + expected. The representation of the instance space is + dependent on the choice of test instances however. In this + paper we present a methodology for generating new test + instances with controllable properties, by filling observed + gaps in the instance space. This enables the generation of + rich new sets of test instances to support better the + understanding of algorithm strengths and weaknesses. The + methodology is demonstrated on graph colouring as a case + study. +
+
+Keywords: Benchmarking; Evolving instances; Graph colouring; Instance + space; Test instances +
+ +
+ + +
+[1232] +
+
+Kate Smith-Miles, Jeffrey Christiansen, and Mario A. Muñoz. + Revisiting Where Are the Hard Knapsack Problems? Via Instance Space Analysis. + Computers & Operations Research, 128:105184, 2021.
+[ bib | +DOI ] +
+Keywords: 0-1 Knapsack problem; Algorithm portfolios; Algorithm + selection; Instance difficulty; Instance generation; Instance + Space Analysis; Performance evaluation +
+ +
+ + +
+[1233] +
+
+Kate Smith-Miles and Leo Lopes. + Measuring instance difficulty for combinatorial optimization problems. + Computers & Operations Research, 39:875–889, 2012.
+[ bib ] + +
+ + +
+[1234] +
+
+Kate Smith-Miles and Mario A. Muñoz. + Instance Space Analysis for Algorithm Testing: Methodology and Software Tools. + ACM Computing Surveys, 55(12), March 2023.
+[ bib | +DOI ] +
+Instance Space Analysis (ISA) is a recently developed + methodology to (a) support objective testing of algorithms + and (b) assess the diversity of test instances. Representing + test instances as feature vectors, the ISA methodology + extends Rice's 1976 Algorithm Selection Problem framework to + enable visualization of the entire space of possible test + instances, and gain insights into how algorithm performance + is affected by instance properties. Rather than reporting + algorithm performance on average across a chosen set of test + problems, as is standard practice, the ISA methodology offers + a more nuanced understanding of the unique strengths and + weaknesses of algorithms across different regions of the + instance space that may otherwise be hidden on average. It + also facilitates objective assessment of any bias in the + chosen test instances and provides guidance about the + adequacy of benchmark test suites. This article is a + comprehensive tutorial on the ISA methodology that has been + evolving over several years, and includes details of all + algorithms and software tools that are enabling its worldwide + adoption in many disciplines. A case study comparing + algorithms for university timetabling is presented to + illustrate the methodology and tools. +
+
+Keywords: test instance diversity, benchmarking, timetabling, Algorithm + footprints, MATLAB, software as a service, meta-heuristics, + algorithm selection, meta-learning +
+ +
+ + +
+[1235] +
+
+Kate Smith-Miles. + Cross-disciplinary Perspectives on Meta-learning for Algorithm Selection. + ACM Computing Surveys, 41(1):1–25, 2008.
+[ bib ] + +
+ + +
+[1236] +
+
+Krzysztof Socha and Christian Blum. + An ant colony optimization algorithm for continuous optimization: An application to feed-forward neural network training. + Neural Computing & Applications, 16(3):235–247, 2007.
+[ bib ] + +
+ + +
+[1237] +
+
+Krzysztof Socha and Marco Dorigo. + Ant Colony Optimization for Continuous Domains. + European Journal of Operational Research, 185(3):1155–1173, 2008.
+[ bib | +DOI ] +
+Proposed ACOR (ACOR) +
+
+Keywords: ACOR +
+ +
+ + +
+[1238] +
+
+Christine Solnon. + Ants Can Solve Constraint Satisfaction Problems. + IEEE Transactions on Evolutionary Computation, 6(4):347–357, 2002.
+[ bib ] + +
+ + +
+[1239] +
+
+D. Soler, E. Martínez, and J. C. Micó. + A Transformation for the Mixed General Routing Problem with Turn Penalties. + Journal of the Operational Research Society, 59:540–547, 2008.
+[ bib ] + +
+ + +
+[1240] +
+
+M. M. Solomon. + Algorithms for the Vehicle Routing and Scheduling Problems with Time Windows. + Operations Research, 35:254–265, 1987.
+[ bib ] + +
+ + +
+[1241] +
+
+Zhenshou Song, Handing Wang, Cheng He, and Yaochu Jin. + A Kriging-assisted two-archive evolutionary algorithm for expensive many-objective optimization. + IEEE Transactions on Evolutionary Computation, 25(6):1013–1027, 2021.
+[ bib ] + +
+ + +
+[1242] +
+
+Kenneth Sörensen. + Metaheuristics—the metaphor exposed. + International Transactions in Operational Research, 22(1):3–18, 2015.
+[ bib | +DOI ] + +
+ + +
+[1243] +
+
+Kenneth Sörensen, Florian Arnold, and Daniel Palhazi Cuervo. + A critical analysis of the “improved Clarke and Wright savings algorithm”. + International Transactions in Operational Research, 26(1):54–63, 2017.
+[ bib | +DOI ] +
+Keywords: reproducibility, vehicle routing +
+ +
+ + +
+[1244] +
+
+Jorge A. Soria-Alcaraz, Gabriela Ochoa, Marco A. Sotelo-Figeroa, and Edmund K. Burke. + A Methodology for Determining an Effective Subset of Heuristics in Selection Hyper-heuristics. + European Journal of Operational Research, 260:972–983, 2017.
+[ bib ] + +
+ + +
+[1245] +
+
+Marcelo De Souza, Marcus Ritt, and Manuel López-Ibáñez. + Capping Methods for the Automatic Configuration of Optimization Algorithms. + Computers & Operations Research, 139:105615, 2022.
+[ bib | +DOI | +supplementary material ] +
+Automatic configuration techniques are widely and + successfully used to find good parameter settings for + optimization algorithms. Configuration is costly, because it + is necessary to evaluate many configurations on different + instances. For decision problems, when the objective is to + minimize the running time of the algorithm, many + configurators implement capping methods to discard poor + configurations early. Such methods are not directly + applicable to optimization problems, when the objective is to + optimize the cost of the best solution found, given a + predefined running time limit. We propose new capping methods + for the automatic configuration of optimization + algorithms. They use the previous executions to determine a + performance envelope, which is used to evaluate new + executions and cap those that do not satisfy the envelope + conditions. We integrate the capping methods into the irace + configurator and evaluate them on different optimization + scenarios. Our results show that the proposed methods can + save from about 5% to 78% of the configuration effort, + while finding configurations of the same quality. Based on + the computational analysis, we identify two conservative and + two aggressive methods, that save an average of about 20% + and 45% of the configuration effort, respectively. We also + provide evidence that capping can help to better use the + available budget in scenarios with a configuration time + limit. +
+ +
+ + +
+[1246] +
+
+Abdelghani Souilah. + Simulated annealing for manufacturing systems layout design. + European Journal of Operational Research, 82(3):592–614, 1995.
+[ bib ] + +
+ + +
+[1247] +
+
+Charles Spearman. + The proof and measurement of association between two things. + The American journal of psychology, 15(1):72–101, 1904.
+[ bib ] + +
+ + +
+[1248] +
+
+J. L. Henning. + SPEC CPU2000: measuring CPU performance in the New Millennium. + Computer, 33(7):28–35, 2000.
+[ bib | +DOI ] + +
+ + +
+[1249] +
+
+Daniel A. Spielman and Shang-Hua Teng. + Smoothed analysis of algorithms: Why the simplex algorithm usually takes polynomial time. + Journal of the ACM, 51(3):385–463, 2004.
+[ bib ] + +
+ + +
+[1250] +
+
+Arno Sprecher, Sönke Hartmann, and Andreas Drexl. + An exact algorithm for project scheduling with multiple modes. + OR Spektrum, 19(3):195–203, 1997.
+[ bib | +DOI ] +
+Keywords: branch-and-bound, multi-mode resource-constrained + project scheduling, project scheduling +
+ +
+ + +
+[1251] +
+
+Arno Sprecher, Rainer Kolisch, and Andreas Drexl. + Semi-active, active, and non-delay schedules for the resource-constrained project scheduling problem. + European Journal of Operational Research, 80(1):94–102, 1995.
+[ bib | +DOI ] +
+We consider the resource-constrained project + scheduling problem (RCPSP). The focus of the paper + is on a formal definition of semi-active, active, + and non-delay schedules. Traditionally these + schedules establish basic concepts within the job + shop scheduling literature. There they are usually + defined in a rather informal way which does not + create any substantial problems. Using these + concepts in the more general RCPSP without giving + a formal definition may cause serious + problems. After providing a formal definition of + semi-active, active, and non-delay schedules for the + RCPSP we outline some of these problems occurring + within the disjunctive arc concept. +
+
+Keywords: active schedules, Branch-and-bound methods, + non-delay schedules, Resource-constrained project + scheduling, Semi-active schedules +
+ +
+ + +
+[1252] +
+
+N. Srinivas and Kalyanmoy Deb. + Multiobjective Optimization Using Nondominated Sorting in Genetic Algorithms. + Evolutionary Computation, 2(3):221–248, 1994.
+[ bib ] + +
+ + +
+[1253] +
+
+T. J. Stewart. + Robustness of Additive Value Function Methods in MCDM. + Journal of Multi-Criteria Decision Analysis, 5(4):301–309, 1996.
+[ bib ] +
+Keywords: machine decision-making +
+ +
+ + +
+[1254] +
+
+T. J. Stewart. + Evaluation and refinement of aspiration-based methods in MCDM. + European Journal of Operational Research, 113(3):643–652, 1999.
+[ bib ] +
+Keywords: machine decision-making +
+ +
+ + +
+[1255] +
+
+T. J. Stewart. + Goal programming and cognitive biases in decision-making. + Journal of the Operational Research Society, 56(10):1166–1175, 2005.
+[ bib | +DOI ] +
+Keywords: machine decision making +
+ +
+ + +
+[1256] +
+
+T. J. Stewart, Simon French, and Jesus Rios. + Integrating multicriteria decision analysis and scenario planning: Review and extension. + Omega, 41(4):679–688, 2013.
+[ bib | +DOI ] +
+Keywords: Multicriteria decision analysis +
+ +
+ + +
+[1257] +
+
+Helena Stegherr, Michael Heider, and Jörg Hähner. + Classifying Metaheuristics: Towards a unified multi-level classification system. + Natural Computing, 2020.
+[ bib | +DOI ] + +
+ + +
+[1258] +
+
+Sarah Steiner and Tomasz Radzik. + Computing all efficient solutions of the biobjective minimum spanning tree problem. + Computers & Operations Research, 35(1):198–211, 2008.
+[ bib ] + +
+ + +
+[1259] +
+
+Victoria Stodden. + What scientific idea is ready for retirement? Reproducibility. + Edge, 2014.
+[ bib | +http ] +
+Introduces computational reproducibility, empirical + reproducibility and statistical reproducibility +
+ +
+ + +
+[1260] +
+
+Daniel H. Stolfi and Enrique Alba. + Red Swarm: Reducing travel times in smart cities by using bio-inspired algorithms. + Applied Soft Computing, 24:181–195, 2014.
+[ bib | +DOI ] +
+This article presents an innovative approach to solve one of + the most relevant problems related to smart mobility: the + reduction of vehicles' travel time. Our original approach, + called Red Swarm, suggests a potentially customized route to + each vehicle by using several spots located at traffic lights + in order to avoid traffic jams by using {V2I} + communications. That is quite different from other existing + proposals, as it deals with real maps and actual streets, as + well as several road traffic distributions. We propose an + evolutionary algorithm (later efficiently parallelized) to + optimize our case studies which have been imported from + OpenStreetMap into {SUMO} as they belong to a real city. We + have also developed a Rerouting Algorithm which accesses the + configuration of the Red Swarm and communicates the route + chosen to vehicles, using the spots (via WiFi + link). Moreover, we have developed three competing algorithms + in order to compare their results to those of Red Swarm and + have observed that Red Swarm not only achieved the best + results, but also outperformed the experts' solutions in a + total of 60 scenarios tested, with up to 19% shorter travel + times. +
+
+Keywords: Evolutionary algorithm,Road traffic,Smart city,Smart + mobility,Traffic light,WiFi connections +
+ +
+ + +
+[1261] +
+
+Victoria Stodden, Marcia McNutt, David H. Bailey, Ewa Deelman, Yolanda Gil, Brooks Hanson, Michael A. Heroux, John P. A. Ioannidis, and Michela Taufer. + Enhancing reproducibility for computational methods. + Science, 354(6317):1240–1241, December 2016.
+[ bib | +DOI ] + +
+ + +
+[1262] +
+
+Rainer Storn and Kenneth Price. + Differential Evolution – A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces. + Journal of Global Optimization, 11(4):341–359, 1997.
+[ bib | +DOI ] +
+Proposed differential evolution +
+ +
+ + +
+[1263] +
+
+Victoria Stodden, Jennifer Seiler, and Zhaokun Ma. + An empirical analysis of journal policy effectiveness for computational reproducibility. + Proceedings of the National Academy of Sciences, 115(11):2584–2589, March 2018.
+[ bib | +DOI ] + +
+ + +
+[1264] +
+
+Philip N. Strenski and Scott Kirkpatrick. + Analysis of Finite Length Annealing Schedules. + Algorithmica, 6(1-6):346–366, 1991.
+[ bib ] + +
+ + +
+[1265] +
+
+Patrycja Strycharczuk, Manuel López-Ibáñez, Georgina Brown, and Adrian Leemann. + General Northern English: Exploring regional variation in the North of England with machine learning. + Frontiers in Artificial Intelligence, 3(48), 2020.
+[ bib | +DOI ] +
+In this paper, we present a novel computational approach to + the analysis of accent variation. The case study is dialect + leveling in the North of England, manifested as reduction of + accent variation across the North and emergence of General + Northern English (GNE), a pan-regional standard accent + associated with middle-class speakers. We investigated this + instance of dialect leveling using random forest + classification, with audio data from a crowd-sourced corpus + of 105 urban, mostly highly-educated speakers from five + northern UK cities: Leeds, Liverpool, Manchester, Newcastle + upon Tyne, and Sheffield. We trained random forest models to + identify individual northern cities from a sample of other + northern accents, based on first two formant measurements of + full vowel systems. We tested the models using unseen + data. We relied on undersampling, bagging (bootstrap + aggregation) and leave-one-out cross-validation to address + some challenges associated with the data set, such as + unbalanced data and relatively small sample size. The + accuracy of classification provides us with a measure of + relative similarity between different pairs of cities, while + calculating conditional feature importance allows us to + identify which input features (which vowels and which + formants) have the largest influence in the prediction. We do + find a considerable degree of leveling, especially between + Manchester, Leeds and Sheffield, although some differences + persist. The features that contribute to these differences + most systematically are typically not the ones discussed in + previous dialect descriptions. We propose that the most + systematic regional features are also not salient, and as + such, they serve as sociolinguistic regional indicators. We + supplement the random forest results with a more traditional + variationist description of by-city vowel systems, and we use + both sources of evidence to inform a description of the + vowels of General Northern English. +
+
+Keywords: vowels, accent features, dialect leveling, Random forest + (bagging), Feature selecion +
+ +
+ + +
+[1266] +
+
+Thomas Stützle. + Iterated Local Search for the Quadratic Assignment Problem. + European Journal of Operational Research, 174(3):1519–1539, 2006.
+[ bib ] + +
+ + +
+[1267] +
+
+Thomas Stützle and Marco Dorigo. + A Short Convergence Proof for a Class of ACO Algorithms. + IEEE Transactions on Evolutionary Computation, 6(4):358–365, 2002.
+[ bib ] + +
+ + +
+[1268] +
+
+Thomas Stützle and Holger H. Hoos. + Max-Min Ant System. + Future Generation Computer Systems, 16(8):889–914, 2000.
+[ bib ] + +
+ + +
+[1269] +
+
+Zhaopin Su, Guofu Zhang, Feng Yue, Dezhi Zhan, Miqing Li, Bin Li, and Xin Yao. + Enhanced Constraint Handling for Reliability-Constrained Multiobjective Testing Resource Allocation. + IEEE Transactions on Evolutionary Computation, 25(3):537–551, 2021.
+[ bib ] + +
+ + +
+[1270] +
+
+Anand Subramanian and Maria Battarra. + An Iterated Local Search Algorithm for the Travelling Salesman Problem with Pickups and Deliveries. + Journal of the Operational Research Society, 64(3):402–409, 2013.
+[ bib ] + +
+ + +
+[1271] +
+
+Anand Subramanian, Maria Battarra, and Chris N. Potts. + An Iterated Local Search Heuristic for the Single Machine Total Weighted Tardiness Scheduling Problem with Sequence-dependent Setup Times. + International Journal of Production Research, 52(9):2729–2742, 2014.
+[ bib ] + +
+ + +
+[1272] +
+
+Yanan Sui, Vincent Zhuang, Joel W. Burdick, and Yisong Yue. + Stagewise Safe Bayesian Optimization with Gaussian Processes. + Arxiv preprint arXiv:1806.07555, 2018. + Published as [2602].
+[ bib | +http ] +
+Enforcing safety is a key aspect of many problems pertaining + to sequential decision making under uncertainty, which + require the decisions made at every step to be both + informative of the optimal decision and also safe. For + example, we value both efficacy and comfort in medical + therapy, and efficiency and safety in robotic control. We + consider this problem of optimizing an unknown utility + function with absolute feedback or preference feedback + subject to unknown safety constraints. We develop an + efficient safe Bayesian optimization algorithm, StageOpt, + that separates safe region expansion and utility function + maximization into two distinct stages. Compared to existing + approaches which interleave between expansion and + optimization, we show that StageOpt is more efficient and + naturally applicable to a broader class of problems. We + provide theoretical guarantees for both the satisfaction of + safety constraints as well as convergence to the optimal + utility value. We evaluate StageOpt on both a variety of + synthetic experiments, as well as in clinical practice. We + demonstrate that StageOpt is more effective than existing + safe optimization approaches, and is able to safely and + effectively optimize spinal cord stimulation therapy in our + clinical experiments. +
+
+Keywords: Safe Optimization, StageOpt +
+ +
+ + +
+[1273] +
+
+Yanan Sun, Gary G. Yen, and Zhang Yi. + IGD Indicator-based Evolutionary Algorithm for Many-objective Optimization Problems. + IEEE Transactions on Evolutionary Computation, 23(2):173–187, 2019.
+[ bib | +DOI ] + +
+ + +
+[1274] +
+
+A. Suppapitnarm, K. A. Seffen, G. T. Parks, and P. J. Clarkson. + A simulated annealing algorithm for multiobjective optimization. + Engineering Optimization, 33(1):59–85, 2000.
+[ bib ] + +
+ + +
+[1275] +
+
+Johan A. K. Suykens and Joos Vandewalle. + Least Squares Support Vector Machine Classifiers. + Neural Processing Letters, 9(3):293–300, 1999.
+[ bib | +DOI ] +
+Keywords: LS-SVM +
+ +
+ + +
+[1276] +
+
+Jerry Swan, Steven Adriaensen, Adam D. Barwell, Kevin Hammond, and David R. White. + Extending the “Open-Closed Principle” to Automated Algorithm Configuration. + Evolutionary Computation, 27(1):173–193, 2019.
+[ bib | +DOI ] + +
+ + +
+[1277] +
+
+Jerry Swan, Steven Adriaensen, Alexander E. I. Brownlee, Kevin Hammond, Colin G. Johnson, Ahmed Kheiri, Faustyna Krawiec, Juan-Julián Merelo, Leandro L. Minku, Ender Özcan, Gisele Pappa, Pablo García-Sánchez, Kenneth Sörensen, Stefan Voß, Markus Wagner, and David R. White. + Metaheuristics “In the Large”. + European Journal of Operational Research, 297(2):393–406, March 2022.
+[ bib | +DOI ] + +
+ + +
+[1278] +
+
+Jerry Swan, John R. Woodward, Ender Özcan, Graham Kendall, and Edmund K. Burke. + Searching the Hyper-heuristic Design Space. + Cognitive Computation, 6(1):66–73, March 2014.
+[ bib | +DOI ] + +
+ + +
+[1279] +
+
+Harold Szu and Ralph Hartley. + Fast Simulated Annealing. + Physics Letters A, 122(3):157–162, 1987.
+[ bib ] + +
+ + +
+[1280] +
+
+Éric D. Taillard. + Some Efficient Heuristic Methods for the Flow Shop Sequencing Problem. + European Journal of Operational Research, 47(1):65–74, 1990.
+[ bib ] + +
+ + +
+[1281] +
+
+Éric D. Taillard. + Robust Taboo Search for the Quadratic Assignment Problem. + Parallel Computing, 17(4-5):443–455, 1991.
+[ bib ] +
+faster 2-exchange delta evaluation in QAP +
+ +
+ + +
+[1282] +
+
+Éric D. Taillard. + Benchmarks for Basic Scheduling Problems. + European Journal of Operational Research, 64(2):278–285, 1993.
+[ bib ] + +
+ + +
+[1283] +
+
+Éric D. Taillard. + Comparison of Iterative Searches for the Quadratic Assignment Problem. + Location Science, 3(2):87–105, 1995.
+[ bib ] + +
+ + +
+[1284] +
+
+El-Ghazali Talbi. + A Taxonomy of Hybrid Metaheuristics. + Journal of Heuristics, 8(5):541–564, 2002.
+[ bib ] + +
+ + +
+[1285] +
+
+Kar Yan Tam. + A Simulated Annealing Algorithm for Allocating Space to Manufacturing Cells. + International Journal of Production Research, 30(1):63–87, 1992.
+[ bib ] + +
+ + +
+[1286] +
+
+M. Tamiz, D. F. Jones, and E. El-Darzi. + A review of Goal Programming and its applications. + Annals of Operations Research, 58(1):39–53, January 1995.
+[ bib | +DOI ] +
+This paper presents a review of the current literature on the + branch of multi-criteria decision modelling known as Goal + Programming (GP). The result of our indepth investigations of + the two main GP methods, lexicographic and weighted GP + together with their distinct application areas is + reported. Some guidelines to the scope of GP as an + application tool are given and methods of determining which + problem areas are best suited to the different GP approaches + are proposed. The correlation between the method of assigning + weights and priorities and the standard of the results is + also ascertained. +
+
+Keywords: Goal Programming, lexicographic, weighted +
+ +
+ + +
+[1287] +
+
+Shunji Tanaka and Mituhiko Araki. + An Exact Algorithm for the Single-machine Total Weighted Tardiness Problem with Sequence-dependent Setup Times. + Computers & Operations Research, 40(1):344–352, 2013.
+[ bib ] + +
+ + +
+[1288] +
+
+Ryoji Tanabe and Hisao Ishibuchi. + An easy-to-use real-world multi-objective optimization problem suite. + Applied Soft Computing, 89:106078, 2020.
+[ bib ] +
+Proposed the RE benchmark suite +
+ +
+ + +
+[1289] +
+
+Ryoji Tanabe, Hisao Ishibuchi, and Akira Oyama. + Benchmarking Multi- and Many-Objective Evolutionary Algorithms Under Two Optimization Scenarios. + IEEE Access, 5:19597–19619, 2017.
+[ bib ] +
+compared a number of MOEAs using a wide range of numbers of + objectives and stopping criteria, with and without archivers; unbounded archive +
+ +
+ + +
+[1290] +
+
+Lixin Tang and Xianpeng Wang. + Iterated local search algorithm based on very large-scale neighborhood for prize-collecting vehicle routing problem. + International Journal of Advanced Manufacturing Technology, 29(11):1246–1258, 2006.
+[ bib ] + +
+ + +
+[1291] +
+
+A. J. Tarquin and J. Dowdy. + Optimal pump operation in water distribution. + Journal of Hydraulic Engineering, ASCE, 115(2):158–169 or 496–501, February 1989.
+[ bib ] + +
+ + +
+[1292] +
+
+M. F. Tasgetiren, D. Kizilay, Quan-Ke Pan, and Ponnuthurai N. Suganthan. + Iterated Greedy Algorithms for the Blocking Flowshop Scheduling Problem with Makespan Criterion. + Computers & Operations Research, 77:111–126, 2017.
+[ bib ] + +
+ + +
+[1293] +
+
+M. Fatih Tasgetiren, Yun-Chia Liang, Mehmet Sevkli, and Gunes Gencyilmaz. + A particle swarm optimization algorithm for makespan and total flowtime minimization in the permutation flowshop sequencing problem. + European Journal of Operational Research, 177(3):1930–1947, 2007.
+[ bib | +DOI ] + +
+ + +
+[1294] +
+
+M. Fatih Tasgetiren, Quan-Ke Pan, Ponnuthurai N. Suganthan, and Ozge Buyukdagli. + A variable iterated greedy algorithm with differential evolution for the no-idle permutation flowshop scheduling problem. + Computers & Operations Research, 40(7):1729–1743, 2013.
+[ bib ] + +
+ + +
+[1295] +
+
+Joc Cing Tay and Nhu Binh Ho. + Evolving dispatching rules using genetic programming for solving multi-objective flexible job-shop problems. + Computers and Industrial Engineering, 54(3):453 – 473, 2008.
+[ bib | +DOI ] + +
+ + +
+[1296] +
+
+Cristina Teixeira, José Covas, Thomas Stützle, and António Gaspar-Cunha. + Engineering an Efficient Two-Phase Local Search for the Co-Rotating Twin-Screw Configuration Problem. + International Transactions in Operational Research, 18(2):271–291, 2011.
+[ bib ] + +
+ + +
+[1297] +
+
+Cristina Teixeira, José Covas, Thomas Stützle, and António Gaspar-Cunha. + Multi-Objective Ant Colony Optimization for Solving the Twin-Screw Extrusion Configuration Problem. + Engineering Optimization, 44(3):351–371, 2012.
+[ bib ] + +
+ + +
+[1298] +
+
+Cristina Teixeira, José Covas, Thomas Stützle, and António Gaspar-Cunha. + Hybrid Algorithms for the Twin-Screw Extrusion Configuration Problem. + Applied Soft Computing, 23:298–307, 2014.
+[ bib ] + +
+ + +
+[1299] +
+
+Fitsum Teklu, Agachai Sumalee, and David Watling. + A Genetic Algorithm Approach for Optimizing Traffic Control Signals Considering Routing. + Computer-Aided Civil and Infrastructure Engineering, 22(1):31–43, January 2007.
+[ bib | +DOI ] + +
+ + +
+[1300] +
+
+J. B. Tenenbaum, V. D. Silva, and J. C. Langford. + A global geometric framework for nonlinear dimensionality reduction. + Science, 290(5500):2319–2323, 2000.
+[ bib ] + +
+ + +
+[1301] +
+
+J. Teo and Hussein A. Abbass. + Automatic generation of controllers for embodied legged organisms: A Pareto evolutionary multi-objective approach. + Evolutionary Computation, 12(3):355–394, 2004.
+[ bib | +DOI ] + +
+ + +
+[1302] +
+
+Kei Terayama, Masato Sumita, Ryo Tamura, and Koji Tsuda. + Black-Box Optimization for Automated Discovery. + Accounts of Chemical Research, 54(6):1334–1346, March 2021.
+[ bib | +DOI ] +
+In chemistry and materials science, researchers and engineers + discover, design, and optimize chemical compounds or + materials with their professional knowledge and + techniques. At the highest level of abstraction, this process + is formulated as black-box optimization. For instance, the + trial-and-error process of synthesizing various molecules for + better material properties can be regarded as optimizing a + black-box function describing the relation between a chemical + formula and its properties. Various black-box optimization + algorithms have been developed in the machine learning and + statistics communities. Recently, a number of researchers + have reported successful applications of such algorithms to + chemistry. They include the design of photofunctional + molecules and medical drugs, optimization of thermal emission + materials and high Li-ion conductive solid electrolytes, and + discovery of a new phase in inorganic thin films for solar + cells.There are a wide variety of algorithms available for + black-box optimization, such as Bayesian optimization, + reinforcement learning, and active learning. Practitioners + need to select an appropriate algorithm or, in some cases, + develop novel algorithms to meet their demands. It is also + necessary to determine how to best combine machine learning + techniques with quantum mechanics- and molecular + mechanics-based simulations, and experiments. In this + Account, we give an overview of recent studies regarding + automated discovery, design, and optimization based on + black-box optimization. The Account covers the following + algorithms: Bayesian optimization to optimize the chemical or + physical properties, an optimization method using a quantum + annealer, best-arm identification, gray-box optimization, and + reinforcement learning. In addition, we introduce active + learning and boundless objective-free exploration, which may + not fall into the category of black-box optimization.Data + quality and quantity are key for the success of these + automated discovery techniques. As laboratory automation and + robotics are put forward, automated discovery algorithms + would be able to match human performance at least in some + domains in the near future. +
+ +
+ + +
+[1303] +
+
+Patrick Thibodeau. + Machine-based decision-making is coming. + Computer World, November 2011. + Last accessed: 15 January 2014.
+[ bib | +http ] + +
+ + +
+[1304] +
+
+Lothar Thiele, Kaisa Miettinen, Pekka Korhonen, and Julián Molina. + A Preference-Based Evolutionary Algorithm for Multi-Objective Optimization. + Evolutionary Computation, 17(3):411–436, 2009.
+[ bib | +DOI ] +
+ Abstract In this paper, we discuss the idea of incorporating + preference information into evolutionary multi-objective + optimization and propose a preference-based evolutionary + approach that can be used as an integral part of an + interactive algorithm. One algorithm is proposed in the + paper. At each iteration, the decision maker is asked to give + preference information in terms of his or her reference point + consisting of desirable aspiration levels for objective + functions. The information is used in an evolutionary + algorithm to generate a new population by combining the + fitness function and an achievement scalarizing function. In + multi-objective optimization, achievement scalarizing + functions are widely used to project a given reference point + into the Pareto optimal set. In our approach, the next + population is thus more concentrated in the area where more + preferred alternatives are assumed to lie and the whole + Pareto optimal set does not have to be generated with equal + accuracy. The approach is demonstrated by numerical + examples. +
+ +
+ + +
+[1305] +
+
+Ye Tian, Ran Cheng, Xingyi Zhang, Fan Cheng, and Yaochu Jin. + An Indicator-Based Multiobjective Evolutionary Algorithm With Reference Point Adaptation for Better Versatility. + IEEE Transactions on Evolutionary Computation, 22(4):609–622, 2018.
+[ bib | +DOI ] +
+IGD-based archiver +
+ +
+ + +
+[1306] +
+
+Tiew-On Ting, M. V. C. Rao, C. K. Loo, and S. S. Ngu. + Solving Unit Commitment Problem Using Hybrid Particle Swarm Optimization. + Journal of Heuristics, 9(6):507–520, 2003.
+[ bib | +DOI ] + +
+ + +
+[1307] +
+
+Santosh Tiwari, Georges Fadel, and Kalyanmoy Deb. + AMGA2: Improving the performance of the archive-based micro-genetic algorithm for multi-objective optimization. + Engineering Optimization, 43(4):377–401, 2011.
+[ bib ] + +
+ + +
+[1308] +
+
+V. T'Kindt, Nicolas Monmarché, F. Tercinet, and D. Laügt. + An ant colony optimization algorithm to solve a 2-machine bicriteria flowshop scheduling problem. + European Journal of Operational Research, 142(2):250–257, 2002.
+[ bib ] + +
+ + +
+[1309] +
+
+Michal K Tomczyk and Milosz Kadziński. + Decomposition-based interactive evolutionary algorithm for multiple objective optimization. + IEEE Transactions on Evolutionary Computation, 24(2):320–334, 2019.
+[ bib | +DOI ] +
+We propose a decomposition-based interactive evolutionary + algorithm (EA) for multiple objective optimization. During an + evolutionary search, a decision maker (DM) is asked to + compare pairwise solutions from the current population. Using + the Monte Carlo simulation, the proposed algorithm generates + from a uniform distribution a set of instances of the + preference model compatible with such an indirect preference + information. These instances are incorporated as the search + directions with the aim of systematically converging a + population toward the DMs most preferred region of the Pareto + front. The experimental comparison proves that the proposed + decomposition-based method outperforms the state-of-the-art + interactive counterparts of the dominance-based EAs. We also + show that the quality of constructed solutions is highly + affected by the form of the incorporated preference model. +
+
+Keywords: interactive multi-objective; decision-making +
+ +
+ + +
+[1310] +
+
+Michal K Tomczyk and Milosz Kadziński. + EMOSOR: Evolutionary multiple objective optimization guided by interactive stochastic ordinal regression. + Computers & Operations Research, 108:134–154, 2019.
+[ bib | +DOI ] +
+We propose a family of algorithms, called EMOSOR, combining + Evolutionary Multiple Objective Optimization with Stochastic + Ordinal Regression. The proposed methods ask the Decision + Maker (DM) to holistically compare, at regular intervals, a + pair of solutions, and use the Monte Carlo simulation to + construct a set of preference model instances compatible with + such indirect and incomplete information. The specific + variants of EMOSOR are distinguished by the following three + aspects. Firstly, they make use of two different preference + models, i.e., either an additive value function or a + Chebyshev function. Secondly, they aggregate the + acceptability indices derived from the stochastic analysis in + various ways, and use thus constructed indicators or + relations to sort the solutions obtained in each + generation. Thirdly, they incorporate different active + learning strategies for selecting pairs of solutions to be + critically judged by the DM. The extensive computational + experiments performed on a set of benchmark optimization + problems reveal that EMOSOR is able to bias an evolutionary + search towards a part of the Pareto front being the most + relevant to the DM, outperforming in this regard the + state-of-the-art interactive evolutionary hybrids. Moreover, + we demonstrate that the performance of EMOSOR improves in + case the forms of a preference model used by the method and + the DM's value system align. Furthermore, we discuss how + vastly incorporation of different indicators based on the + stochastic acceptability indices influences the quality of + both the best constructed solution and an entire + population. Finally, we demonstrate that our novel + questioning strategies allow to reduce a number of + interactions with the DM until a high-quality solution is + constructed or, alternatively, to discover a better solution + after the same number of interactions. +
+
+Keywords: Multiple objective optimization, Interactive evolutionary + hybrids, Stochastic ordinal regression, Preference + disaggregation, Pairwise comparisons, Active learning +
+ +
+ + +
+[1311] +
+
+Michal K Tomczyk and Milosz Kadziński. + Decomposition-based co-evolutionary algorithm for interactive multiple objective optimization. + Information Sciences, 549:178–199, 2021.
+[ bib | +DOI ] +
+We propose a novel co-evolutionary algorithm for interactive + multiple objective optimization, named CIEMO/D. It aims at + finding a region in the Pareto front that is highly relevant + to the Decision Maker (DM). For this reason, CIEMO/D asks the + DM, at regular intervals, to compare pairs of solutions from + the current population and uses such preference information + to bias the evolutionary search. Unlike the existing + interactive evolutionary algorithms dealing with just a + single population, CIEMO/D co-evolves a pool of + subpopulations in a steady-state decomposition-based + evolutionary framework. The evolution of each subpopulation + is driven by the use of a different preference model. In this + way, the algorithm explores various regions in the objective + space, thus increasing the chances of finding DM's most + preferred solution. To improve the pace of the evolutionary + search, CIEMO/D allows for the migration of solutions between + different subpopulations. It also dynamically alters the + subpopulations' size based on compatibility between the + incorporated preference models and the decision examples + supplied by the DM. The extensive experimental evaluation + reveals that CIEMO/D can successfully adjust to different + DM's decision policies. We also compare CIEMO/D with selected + state-of-the-art interactive evolutionary hybrids that make + use of the DM's pairwise comparisons, demonstrating its high + competitiveness. +
+
+Keywords: Evolutionary multiple objective optimization, Co-evolution, + Decomposition, Indirect preference information, Preference + learning +
+ +
+ + +
+[1312] +
+
+C. E. Torres, L. F. Rossi, J. Keffer, K. Li, and C.-C. Shen. + Modeling, analysis and simulation of ant-based network routing protocols. + Swarm Intelligence, 4(3):221–244, 2010.
+[ bib ] + +
+ + +
+[1313] +
+
+Heike Trautmann and Jörn Mehnen. + Preference-based Pareto optimization in certain and noisy environments. + Engineering Optimization, 41(1):23–38, January 2009.
+[ bib ] + +
+ + +
+[1314] +
+
+Vito Trianni and Manuel López-Ibáñez. + Advantages of Task-Specific Multi-Objective Optimisation in Evolutionary Robotics. + PLoS One, 10(8):e0136406, 2015.
+[ bib | +DOI ] +
+The application of multi-objective optimisation to + evolutionary robotics is receiving increasing attention. A + survey of the literature reveals the different possibilities + it offers to improve the automatic design of efficient and + adaptive robotic systems, and points to the successful + demonstrations available for both task-specific and + task-agnostic approaches (i.e., with or without reference to + the specific design problem to be tackled). However, the + advantages of multi-objective approaches over + single-objective ones have not been clearly spelled out and + experimentally demonstrated. This paper fills this gap for + task-specific approaches: starting from well-known results in + multi-objective optimisation, we discuss how to tackle + commonly recognised problems in evolutionary robotics. In + particular, we show that multi-objective optimisation (i) + allows evolving a more varied set of behaviours by exploring + multiple trade-offs of the objectives to optimise, (ii) + supports the evolution of the desired behaviour through the + introduction of objectives as proxies, (iii) avoids the + premature convergence to local optima possibly introduced by + multi-component fitness functions, and (iv) solves the + bootstrap problem exploiting ancillary objectives to guide + evolution in the early phases. We present an experimental + demonstration of these benefits in three different case + studies: maze navigation in a single robot domain, flocking + in a swarm robotics context, and a strictly collaborative + task in collective robotics. +
+ +
+ + +
+[1315] +
+
+Vito Trianni and S. Nolfi. + Engineering the evolution of self-organizing behaviors in swarm robotics: A case study. + Artificial Life, 17(3):183–202, 2011.
+[ bib ] + +
+ + +
+[1316] +
+
+Anupam Trivedi, Dipti Srinivasan, Krishnendu Sanyal, and Abhiroop Ghosh. + A survey of multiobjective evolutionary algorithms based on decomposition. + IEEE Transactions on Evolutionary Computation, 21(3):440–462, 2016.
+[ bib ] + +
+ + +
+[1317] +
+
+L.-Y. Tseng and Y.-T. Lin. + A hybrid genetic local search algorithm for the permutation flowshop scheduling problem. + European Journal of Operational Research, 198(1):84–92, 2009.
+[ bib ] + +
+ + +
+[1318] +
+
+S. Tsutsui. + Ant Colony Optimization with Cunning Ants. + Transactions of the Japanese Society for Artificial Intelligence, 22:29–36, 2007.
+[ bib | +DOI ] +
+Keywords: ant colony optimization, traveling salesman problem, cunning + ant, donor ant, local search +
+ +
+ + +
+[1319] +
+
+Alexis Tugilimana, Ashley P. Thrall, and Rajan Filomeno Coelho. + Conceptual Design of Modular Bridges Including Layout Optimization and Component Reusability. + Journal of Bridge Engineering, 22(11):04017094, 2017.
+[ bib | +DOI ] +
+Keywords: scenario-based +
+ +
+ + +
+[1320] +
+
+Renata Turkeš, Kenneth Sörensen, and Lars Magnus Hvattum. + Meta-analysis of metaheuristics: Quantifying the effect of adaptiveness in adaptive large neighborhood search. + European Journal of Operational Research, 292(2):423–42, 2021.
+[ bib | +DOI ] +
+Keywords: Metaheuristics, Meta-analysis, Adaptive large neighborhood + search +
+ +
+ + +
+[1321] +
+
+Tea Tušar and Bogdan Filipič. + Visualizing Exact and Approximated 3D Empirical Attainment Functions. + Mathematical Problems in Engineering, 2014, 2014. + Article ID 569346, 18 pages.
+[ bib | +DOI ] + +
+ + +
+[1322] +
+
+Tea Tušar and Bogdan Filipič. + Visualization of Pareto front approximations in evolutionary multiobjective optimization: A critical review and the prosection method. + IEEE Transactions on Evolutionary Computation, 19(2):225–245, 2015.
+[ bib | +DOI ] + +
+ + +
+[1323] +
+
+D. Tuyttens, Jacques Teghem, Philippe Fortemps, and K. Van Nieuwenhuyze. + Performance of the MOSA Method for the Bicriteria Assignment Problem. + Journal of Heuristics, 6:295–310, 2000.
+[ bib ] + +
+ + +
+[1324] +
+
+Amos Tversky and Daniel Kahneman. + Judgment under uncertainty: Heuristics and biases. + Science, 185(4157):1124–1131, 1974.
+[ bib ] + +
+ + +
+[1325] +
+
+Amos Tversky and Daniel Kahneman. + Loss aversion in riskless choice: a reference-dependent model. + The Quarterly Journal of Economics, 106(4):1039–1061, 1991.
+[ bib ] + +
+ + +
+[1326] +
+
+Amos Tversky. + Choice by elimination. + Journal of Mathematical Psychology, 9(4):341–367, 1972.
+[ bib ] + +
+ + +
+[1327] +
+
+Colin Twomey, Thomas Stützle, Marco Dorigo, Max Manfrin, and Mauro Birattari. + An Analysis of Communication Policies for Homogeneous Multi-colony ACO Algorithms. + Information Sciences, 180(12):2390–2404, 2010.
+[ bib | +DOI ] + +
+ + +
+[1328] +
+
+E. Ulungu and Jacques Teghem. + The two phases method: An efficient procedure to solve bi-objective combinatorial optimization problems. + Foundations of Computing and Decision Sciences, 20(2):149–165, 1995.
+[ bib ] + +
+ + +
+[1329] +
+
+E. Ulungu, Jacques Teghem, P. H. Fortemps, and D. Tuyttens. + MOSA method: a tool for solving multiobjective combinatorial optimization problems. + Journal of Multi-Criteria Decision Analysis, 8(4):221–236, 1999.
+[ bib ] + +
+ + +
+[1330] +
+
+Thijs Urlings, Rubén Ruiz, and F. Sivrikaya-Şerifoğlu. + Genetic Algorithms for Complex Hybrid Flexible Flow Line Problems. + International Journal of Metaheuristics, 1(1):30–54, 2010.
+[ bib ] + +
+ + +
+[1331] +
+
+Thijs Urlings, Rubén Ruiz, and Thomas Stützle. + Shifting Representation Search for Hybrid Flexible Flowline Problems. + European Journal of Operational Research, 207(2):1086–1095, 2010.
+[ bib | +DOI ] + +
+ + +
+[1332] +
+
+Rob J. M. Vaessens, Emile H. L. Aarts, and Jan Karel Lenstra. + A Local Search Template. + Computers & Operations Research, 25(11):969–979, 1998.
+[ bib | +DOI ] + +
+ + +
+[1333] +
+
+Claudio Lucio do Val Lopes, Flávio Vinícius Cruzeiro Martins, Elizabeth F. Wanner, and Kalyanmoy Deb. + Analyzing dominance move (MIP-DoM) indicator for multi-and many-objective optimization. + IEEE Transactions on Evolutionary Computation, 2021.
+[ bib ] + +
+ + +
+[1334] +
+
+Eva Vallada and Rubén Ruiz. + Genetic algorithms with path relinking for the minimum tardiness permutation flowshop problem. + Omega, 38(1–2):57–67, 2010.
+[ bib | +DOI ] + +
+ + +
+[1335] +
+
+Eva Vallada, Rubén Ruiz, and Jose M. Framiñán. + New hard benchmark for flowshop scheduling problems minimising makespan. + European Journal of Operational Research, 240(3):666–677, 2015.
+[ bib | +DOI ] + +
+ + +
+[1336] +
+
+Eva Vallada, Rubén Ruiz, and Gerardo Minella. + Minimising total tardiness in the m-machine flowshop problem: A review and evaluation of heuristics and metaheuristics. + Computers & Operations Research, 35(4):1350–1373, 2008.
+[ bib ] + +
+ + +
+[1337] +
+
+Pieter Vansteenwegen and Manuel Mateo. + An Iterated Local Search Algorithm for the Single-vehicle Cyclic Inventory Routing Problem. + European Journal of Operational Research, 237(3):802–813, 2014.
+[ bib ] + +
+ + +
+[1338] +
+
+Pieter Vansteenwegen, Wouter Souffriau, Greet Vanden Berghe, and Dirk Van Oudheusden. + Iterated Local Search for the Team Orienteering Problem with Time Tindows. + Computers & Operations Research, 36(12):3281–3290, 2009.
+[ bib ] + +
+ + +
+[1339] +
+
+Joaquin Vanschoren, Jan N. van Rijn, Bernd Bischl, and Luis Torgo. + OpenML: Networked Science in Machine Learning. + ACM SIGKDD Explorations Newsletter, 15(2):49–60, June 2014.
+[ bib | +DOI ] + +
+ + +
+[1340] +
+
+A. Vargha and H. D. Delaney. + A critique and improvement of the CL common language effect size statistics of McGraw and Wong. + Journal of Educational and Behavioral Statistics, 25(2):101–132, 2000.
+[ bib ] +
+Keywords: effect size test, A12 test +
+ +
+ + +
+[1341] +
+
+T. K. Varadharajan and C. Rajendran. + A multi-objective simulated-annealing algorithm for scheduling in flowshops to minimize the makespan and total flowtime of jobs. + European Journal of Operational Research, 167(3):772–795, 2005.
+[ bib ] + +
+ + +
+[1342] +
+
+Massimiliano Vasile and Paolo De Pascale. + Preliminary design of multiple gravity-assist trajectories. + Journal of Spacecraft and Rockets, 43(4):794–805, 2006.
+[ bib | +DOI ] + +
+ + +
+[1343] +
+
+Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. + Attention Is All You Need. + Arxiv preprint arXiv:1706.03762, 2017.
+[ bib | +http ] +
+The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data. +
+ +
+ + +
+[1344] +
+
+A. Vasan and Slobodan P. Simonovic. + Optimization of Water Distribution Network Design Using Differential Evolution. + Journal of Water Resources Planning and Management, ASCE, 136(2):279–287, 2010.
+[ bib ] + +
+ + +
+[1345] +
+
+Sergei Vassilvitskii and Mihalis Yannakakis. + Efficiently computing succinct trade-off curves. + Theoretical Computer Science, 348(2-3):334–356, 2005.
+[ bib ] + +
+ + +
+[1346] +
+
+J. A. Vázquez-Rodríguez and Gabriela Ochoa. + On the Automatic Discovery of Variants of the NEH Procedure for Flow Shop Scheduling Using Genetic Programming. + Journal of the Operational Research Society, 62(2):381–396, 2010.
+[ bib ] + +
+ + +
+[1347] +
+
+Daniel Vaz, Luís Paquete, Carlos M. Fonseca, Kathrin Klamroth, and Michael Stiglmayr. + Representation of the non-dominated set in biobjective discrete optimization. + Computers & Operations Research, 63:172–186, 2015.
+[ bib | +DOI ] + +
+ + +
+[1348] +
+
+David A. Van Veldhuizen and Gary B. Lamont. + Multiobjective Evolutionary Algorithms: Analyzing the State-of-the-art. + Evolutionary Computation, 8(2):125–147, 2000.
+[ bib | +DOI ] + +
+ + +
+[1349] +
+
+Amit Verma and Mark Lewis. + Penalty and partitioning techniques to improve performance of QUBO solvers. + Discrete Optimization, p.  100594, 2020.
+[ bib | +DOI ] +
+Keywords: Quadratic Unconstrained Binary Optimization, Nonlinear + optimization, Pseudo-Boolean optimization, Equality + constraint, Inequality constraint +
+ +
+ + +
+[1350] +
+
+Sébastien Verel, Arnaud Liefooghe, Laetitia Jourdan, and Clarisse Dhaenens. + On the Structure of Multiobjective Combinatorial Search Space: MNK-landscapes with Correlated Objectives. + European Journal of Operational Research, 227(2):331–342, 2013.
+[ bib | +DOI ] + +
+ + +
+[1351] +
+
+Paolo Viappiani, Boi Faltings, and Pearl Pu. + Preference-based Search using Example-Critiquing with Suggestions. + Journal of Artificial Intelligence Research, 27:465–503, 2006.
+[ bib ] + +
+ + +
+[1352] +
+
+Paolo Viappiani, Pearl Pu, and Boi Faltings. + Preference-based Search with Adaptive Recommendations. + AI Communications, 21(2):155–175, 2008.
+[ bib ] + +
+ + +
+[1353] +
+
+Thibaut Vidal, Teodor Gabriel Crainic, Michel Gendreau, and Christian Prins. + Heuristics for Multi-attribute Vehicle Routing Problems: A Survey and Synthesis. + European Journal of Operational Research, 231(1):1–21, 2013.
+[ bib ] + +
+ + +
+[1354] +
+
+Thibaut Vidal, Teodor Gabriel Crainic, Michel Gendreau, and Christian Prins. + A Unified Solution Framework for Multi-attribute Vehicle Routing Problems. + European Journal of Operational Research, 234(3):658–673, 2014.
+[ bib ] + +
+ + +
+[1355] +
+
+Matheus Guedes Vilas Boas, Haroldo Gambini Santos, Luiz Henrique de Campos Merschmann, and Greet Vanden Berghe. + Optimal decision trees for the algorithm selection problem: integer programming based approaches. + International Transactions in Operational Research, 28(5):2759–2781, 2021.
+[ bib | +DOI ] + +
+ + +
+[1356] +
+
+Christos Voudouris and Edward P. K. Tsang. + Guided Local Search and its Application to the Travelling Salesman Problem. + European Journal of Operational Research, 113(2):469–499, 1999.
+[ bib ] + +
+ + +
+[1357] +
+
+Jyrki Wallenius. + Comparative Evaluation of Some Interactive Approaches to Multicriterion Optimization. + Management Science, 21(12):1387–1396, 1975.
+[ bib ] + +
+ + +
+[1358] +
+
+C. Walshaw and M. Cross. + Mesh Partitioning: A Multilevel Balancing and Refinement Algorithm. + SIAM Journal on Scientific Computing, 22(1):63–80, 2000.
+[ bib | +DOI ] + +
+ + +
+[1359] +
+
+David J. Walker, Richard M. Everson, and Jonathan E. Fieldsend. + Visualizing mutually nondominating solution sets in many-objective optimization. + IEEE Transactions on Evolutionary Computation, 17(2):165–184, 2012.
+[ bib ] + +
+ + +
+[1360] +
+
+Chengen Wang, Chengbin Chu, and Jean-Marie Proth. + Heuristic Approaches for n/m/F/ΣCi Scheduling Problems. + European Journal of Operational Research, 96(3):636–644, 1997.
+[ bib | +DOI ] + +
+ + +
+[1361] +
+
+Handing Wang, Licheng Jiao, and Xin Yao. + TwoArch2: An improved two-archive algorithm for many-objective optimization. + IEEE Transactions on Evolutionary Computation, 19(4):524–541, 2015.
+[ bib ] + +
+ + +
+[1362] +
+
+Xilu Wang, Yaochu Jin, Sebastian Schmitt, Markus Olhofer, and Richard Allmendinger. + Transfer learning based surrogate assisted evolutionary bi-objective optimization for objectives with different evaluation times. + Knowledge-Based Systems, 227:107190, 2021.
+[ bib | +DOI ] + +
+ + +
+[1363] +
+
+Yang Wang, Zhipeng Lü, Fred Glover, and Jin-Kao Hao. + Probabilistic GRASP-Tabu Search algorithms for the UBQP problem. + Computers & Operations Research, 40(12):3100–3107, 2013.
+[ bib | +DOI ] + +
+ + +
+[1364] +
+
+Yang Wang, Zhipeng Lü, Fred Glover, and Jin-Kao Hao. + Backbone Guided Tabu Search for Solving the UBQP Problem. + Journal of Heuristics, 19(4):679–695, 2013.
+[ bib | +DOI ] + +
+ + +
+[1365] +
+
+Rui Wang, Robin C. Purshouse, and Peter J. Fleming. + Preference-Inspired Coevolutionary Algorithms for Many-Objective Optimization. + IEEE Transactions on Evolutionary Computation, 17(4):474–494, 2013.
+[ bib ] + +
+ + +
+[1366] +
+
+Rui Wang, Jian Xiong, Min-fan He, Liang Gao, and Ling Wang. + Multi-objective optimal design of hybrid renewable energy system under multiple scenarios. + Renewable Energy, 151:226–237, 2020.
+[ bib | +DOI ] + +
+ + +
+[1367] +
+
+Yang Wang, Zhipeng Lü, Fred Glover, and Jin-Kao Hao. + Path relinking for unconstrained binary quadratic programming. + European Journal of Operational Research, 223(3):595–604, 2012.
+[ bib | +DOI ] + +
+ + +
+[1368] +
+
+Jean-Paul Watson, L. Barbulescu, Darrell Whitley, and Adele E. Howe. + Contrasting Structured and Random Permutation Flow-Shop Scheduling Problems: Search Space Topology and Algorithm Performance. + INFORMS Journal on Computing, 14(2):98–123, 2002.
+[ bib ] + +
+ + +
+[1369] +
+
+Jean-Paul Watson, J. C. Beck, A. E. Howe, and Darrell Whitley. + Problem Difficulty for Tabu Search in Job-Shop Scheduling. + Artificial Intelligence, 143(2):189–217, 2003.
+[ bib ] + +
+ + +
+[1370] +
+
+Jean-Paul Watson, Adele E Howe, and Darrell Whitley. + Deconstructing Nowicki and Smutnicki's i-TSAB tabu search algorithm for the job-shop scheduling problem. + Computers & Operations Research, 33(9):2623–2644, 2006.
+[ bib ] + +
+ + +
+[1371] +
+
+Abigail A. Watson and Joseph R. Kasprzyk. + Incorporating deeply uncertain factors into the many objective search process. + Environmental Modelling & Software, 89:159–171, 2017.
+[ bib ] +
+Keywords: scenario-based +
+ +
+ + +
+[1372] +
+
+Edward J. Wegman. + Hyperdimensional data analysis using parallel coordinates. + Journal of the American Statistical Association, 85(411):664–675, 1990.
+[ bib ] + +
+ + +
+[1373] +
+
+Edward D. Weinberger. + Local properties of Kauffman's N-k model: A tunably rugged energy landscape. + Physical Review A, 44(10):6399, 1991.
+[ bib ] + +
+ + +
+[1374] +
+
+Karl Weiss, Taghi M. Khoshgoftaar, and DingDing Wang. + A survey of transfer learning. + Journal of Big Data, 3(1):1–40, 2016.
+[ bib ] + +
+ + +
+[1375] +
+
+Bernard L. Welch. + The significance of the difference between two means when the population variances are unequal. + Biometrika, 29(3/4):350–362, 1938.
+[ bib ] + +
+ + +
+[1376] +
+
+Simon Wessing and Manuel López-Ibáñez. + Latin Hypercube Designs with Branching and Nested Factors for Initialization of Automatic Algorithm Configuration. + Evolutionary Computation, 27(1):129–145, 2018.
+[ bib | +DOI ] + +
+ + +
+[1377] +
+
+Dennis Weyland. + A Rigorous Analysis of the Harmony Search Algorithm: How the Research Community can be misled by a “novel” Methodology. + International Journal of Applied Metaheuristic Computing, 12(2):50–60, 2010.
+[ bib ] + +
+ + +
+[1378] +
+
+Dennis Weyland. + A critical analysis of the harmony search algorithm: How not to solve Sudoku. + Operations Research Perspectives, 2:97–105, 2015.
+[ bib ] + +
+ + +
+[1379] +
+
+D. R. White, A. Arcuri, and J. A. Clark. + Evolutionary Improvement of Programs. + IEEE Transactions on Evolutionary Computation, 15(4):515–538, 2011.
+[ bib ] + +
+ + +
+[1380] +
+
+L. While, L. Bradstreet, and L. Barone. + A Fast Way of Calculating Exact Hypervolumes. + IEEE Transactions on Evolutionary Computation, 16(1):86–95, 2012.
+[ bib ] + +
+ + +
+[1381] +
+
+Darrell Whitley, Soraya Rana, John Dzubera, and Keith E. Mathias. + Evaluating Evolutionary Algorithms. + Artificial Intelligence, 85:245–296, 1996.
+[ bib ] + +
+ + +
+[1382] +
+
+R. J. Williams. + Simple Statistical Gradient-Following Algorithms for Connectionist Reinforcement Learning. + Machine Learning, 8(3):229–256, 1992.
+[ bib ] + +
+ + +
+[1383] +
+
+P. Winkler. + Random Orders. + Order, 1:317–331, 1985.
+[ bib ] +
+Showed that fraction of Pareto-optimal increases with number + of objectives +
+ +
+ + +
+[1384] +
+
+Carsten Witt. + Analysis of an Iterated Local Search Algorithm for Vertex Cover in Sparse Random Graphs. + Theoretical Computer Science, 425:117–125, 2012.
+[ bib ] + +
+ + +
+[1385] +
+
+D. H. Wolpert and W. G. Macready. + No Free Lunch Theorems for Optimization. + IEEE Transactions on Evolutionary Computation, 1(1):67–82, 1997.
+[ bib | +DOI ] + +
+ + +
+[1386] +
+
+Matthew J. Woodruff, Patrick M. Reed, and Timothy W. Simpson. + Many objective visual analytics: rethinking the design of complex engineered systems. + Structural and Multidisciplinary Optimization, 48(1):201–219, 2013.
+[ bib | +DOI ] + +
+ + +
+[1387] +
+
+David L. Woodruff, Ulrike Ritzinger, and Johan Oppen. + Research Note: The Point of Diminishing Returns in Heuristic Search. + International Journal of Metaheuristics, 1(3):222–231, 2011.
+[ bib | +DOI ] +
+Keywords: anytime +
+ +
+ + +
+[1388] +
+
+H. S. Woo and D. S. Yim. + A Heuristic Algorithm for Mean Flowtime Objective in Flowshop Scheduling. + Computers & Operations Research, 25(3):175–182, 1998.
+[ bib ] + +
+ + +
+[1389] +
+
+Yonghui Wu, Mike Schuster, Zhifeng Chen, Quoc V Le, Mohammad Norouzi, Wolfgang Macherey, Maxim Krikun, Yuan Cao, Qin Gao, Klaus Macherey, et al. + Google's neural machine translation system: Bridging the gap between human and machine translation. + Arxiv preprint arXiv:1609.08144 [cs.CL], 2016.
+[ bib | +http ] + +
+ + +
+[1390] +
+
+Xindong Wu, Xingquan Zhu, Gong-Qing Wu, and Wei Ding. + Data mining with big data. + IEEE Transactions on Knowledge and Data Engineering, 26(1):97–107, 2014.
+[ bib ] + +
+ + +
+[1391] +
+
+Adilson Elias Xavier and Vinicius Layter Xavier. + Solving the minimum sum-of-squares clustering problem by hyperbolic smoothing and partition into boundary and gravitational regions. + Pattern Recognition, 44(1):70–77, 2011.
+[ bib | +DOI ] +
+Keywords: Cluster analysis, Min-sum-min problems, Nondifferentiable + programming, Smoothing +
+ +
+ + +
+[1392] +
+
+B. Xin, L. Chen, J. Chen, Hisao Ishibuchi, K. Hirota, and B. Liu. + Interactive Multiobjective Optimization: A Review of the State-of-the-Art. + IEEE Access, 6:41256–41279, 2018.
+[ bib | +DOI ] +
+Interactive multiobjective optimization (IMO) aims at finding + the most preferred solution of a decision maker with the + guidance of his/her preferences which are provided + progressively. During the process, the decision maker can + adjust his/her preferences and explore only interested + regions of the search space. In recent decades, IMO has + gradually become a common interest of two distinct + communities, namely, the multiple criteria decision making + (MCDM) and the evolutionary multiobjective optimization + (EMO). The IMO methods developed by the MCDM community + usually use the mathematical programming methodology to + search for a single preferred Pareto optimal solution, while + those which are rooted in EMO often employ evolutionary + algorithms to generate a representative set of solutions in + the decision maker's preferred region. This paper aims to + give a review of IMO research from both MCDM and EMO + perspectives. Taking into account four classification + criteria including the interaction pattern, preference + information, preference model, and search engine (i.e., + optimization algorithm), a taxonomy is established to + identify important IMO factors and differentiate various IMO + methods. According to the taxonomy, state-of-the-art IMO + methods are categorized and reviewed and the design ideas + behind them are summarized. A collection of important issues, + e.g., the burdens, cognitive biases and preference + inconsistency of decision makers, and the performance + measures and metrics for evaluating IMO methods, are + highlighted and discussed. Several promising directions + worthy of future research are also presented. +
+
+Keywords: Decision making, Evolutionary computation, Pareto + optimization, Evolutionary multiobjective optimization, + interactive multiobjective optimization, multiple criteria + decision making, preference information, preference models +
+ +
+ + +
+[1393] +
+
+Jiefeng Xu, Steve Y. Chiu, and Fred Glover. + Fine-tuning a tabu search algorithm with statistical tests. + International Transactions in Operational Research, 5(3):233–244, 1998.
+[ bib | +DOI ] + +
+ + +
+[1394] +
+
+Lin Xu, Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + SATzilla: Portfolio-based Algorithm Selection for SAT. + Journal of Artificial Intelligence Research, 32:565–606, June 2008.
+[ bib | +DOI | +epub ] + +
+ + +
+[1395] +
+
+Hongyun Xu, Zhipeng Lü, and T. C. E. Cheng. + Iterated Local Search for Single-machine Scheduling with Sequence-dependent Setup Times to Minimize Total Weighted Tardiness. + Journal of Scheduling, 17(3):271–287, 2014.
+[ bib ] + +
+ + +
+[1396] +
+
+Dong-Ling Xu and Jian-Bo Yang. + Intelligent Decision System for Self-Assessment. + Journal of Multi-Criteria Decision Analysis, 12(1):43–60, 2003.
+[ bib | +DOI ] +
+Many small and medium enterprises (SMEs) in the UK use the + beta (Business Excellence Through Action) approach to the + EFQM Excellence Model to conduct business excellence + self-assessment, which is in essence a multiple criteria + decision analysis (MCDA) problem. This paper introduces a + decision support software package called Intelligent Decision + System (IDS) to implement the beta approach. It is + demonstrated in the paper that the IDS-beta package can + provide not only average scores but also the following + numerical results and graphical displays on: Distributed + assessment results to demonstrate the diversity of company + performances The performance range to cater for incomplete + assessment information Comparisons between current + performances and past performances, among different companies + among different action plans. Strengths and weaknesses The + IDS-beta package also provides a structured knowledge base to + help assessors to make judgements more objectively. The + knowledge base contains guidelines provided by the developers + of the beta approach, best practices gathered from research + on award winning organizations, evidence collected from + companies being assessed and comments provided by assessors + to record the reasons why a specific criterion is assessed to + a certain grade for a company. Four small UK companies, the + industry partners of the research project, have carried out + the preliminary self-assessment using the package. The + results and experience of the application are discussed at + the end of the paper. +
+
+Keywords: decision support system, business excellence, MCDA, quality + award, self-assessment, the evidential reasoning approach +
+ +
+ + +
+[1397] +
+
+Mutsunori Yagiura, M. Kishida, and Toshihide Ibaraki. + A 3-Flip Neighborhood Local Search for the Set Covering Problem. + European Journal of Operational Research, 172(2):472–499, 2006.
+[ bib ] + +
+ + +
+[1398] +
+
+Yuki Yamada. + How to Crack Pre-registration: Toward Transparent and Open Science. + Frontiers in Psychology, 9, September 2018.
+[ bib | +DOI ] +
+Keywords: HARKing; PARKing +
+ +
+ + +
+[1399] +
+
+Kaifeng Yang, Michael T. M. Emmerich, André H. Deutz, and Thomas Bäck. + Multi-Objective Bayesian Global Optimization using Expected Hypervolume Improvement Gradient. + Swarm and Evolutionary Computation, 44:945–956, February 2019.
+[ bib | +DOI ] +
+Keywords: Bayesian Optimisation with preferences +
+ +
+ + +
+[1400] +
+
+Y. Yang, S. Kreipl, and M. L. Pinedo. + Heuristics for Minimizing Total Weighted Tardiness in Flexible Flow Shops. + Journal of Scheduling, 3(2):89–108, 2000.
+[ bib ] + +
+ + +
+[1401] +
+
+S. Yang, Miqing Li, X. Liu, and J. Zheng. + A Grid-Based Evolutionary Algorithm for Many-Objective Optimization. + IEEE Transactions on Evolutionary Computation, 17(5):721–736, 2013.
+[ bib | +DOI ] +
+epsilon-grid +
+ +
+ + +
+[1402] +
+
+Furong Ye, Carola Doerr, Hao Wang, and Thomas Bäck. + Automated Configuration of Genetic Algorithms by Tuning for Anytime Performance. + IEEE Transactions on Evolutionary Computation, 26(6):1526–1538, 2022.
+[ bib | +DOI ] + +
+ + +
+[1403] +
+
+Vincent F. Yu and Shih-Wei Lin. + Iterated Greedy Heuristic for the Time-dependent Prize-collecting Arc Routing Problem. + Computers and Industrial Engineering, 90:54–66, 2015.
+[ bib ] + +
+ + +
+[1404] +
+
+G. Yu, R. S. Powell, and M. J. H. Sterling. + Optimized Pump Scheduling in Water Distribution Systems. + Journal of Optimization Theory and Applications, 83(3):463–488, 1994.
+[ bib ] + +
+ + +
+[1405] +
+
+Zhi Yuan, Marco A. Montes de Oca, Thomas Stützle, and Mauro Birattari. + Continuous Optimization Algorithms for Tuning Real and Integer Algorithm Parameters of Swarm Intelligence Algorithms. + Swarm Intelligence, 6(1):49–75, 2012.
+[ bib ] + +
+ + +
+[1406] +
+
+Q. Zeng and Z. Yang. + Integrating Simulation and Optimization to Schedule Loading Operations in Container Terminals. + Computers & Operations Research, 36(6):1935–1944, 2009.
+[ bib | +DOI ] + +
+ + +
+[1407] +
+
+Tiantian Zhang, Michael Georgiopoulos, and Georgios C. Anagnostopoulos. + Multi-Objective Model Selection via Racing. + IEEE Transactions on Cybernetics, 46(8):1863–1876, 2016.
+[ bib ] + +
+ + +
+[1408] +
+
+Qingfu Zhang and Hui Li. + MOEA/D: A Multiobjective Evolutionary Algorithm Based on Decomposition. + IEEE Transactions on Evolutionary Computation, 11(6):712–731, 2007.
+[ bib | +DOI ] +
+Introduces penalty-based boundary intersection (PBI) + function +
+ +
+ + +
+[1409] +
+
+Jingqiao Zhang and Arthur C. Sanderson. + JADE: Adaptive differential evolution with optional external archive. + IEEE Transactions on Evolutionary Computation, 13(5):945–958, 2009.
+[ bib | +DOI ] + +
+ + +
+[1410] +
+
+H. Zhao and Sudha Ram. + Constrained cascade generalization of decision trees. + IEEE Transactions on Knowledge and Data Engineering, 16(6):727–739, 2004.
+[ bib | +DOI ] + +
+ + +
+[1411] +
+
+Lu Zhen and Dao-Fang Chang. + A bi-objective model for robust berth allocation scheduling. + Computers and Industrial Engineering, 63(1):262–273, 2012.
+[ bib ] + +
+ + +
+[1412] +
+
+A. Zhou, Qingfu Zhang, and Yaochu Jin. + Approximating the set of Pareto-optimal solutions in both the decision and objective spaces by an estimation of distribution algorithm. + IEEE Transactions on Evolutionary Computation, 13(5):1167–1189, 2009.
+[ bib | +DOI ] +
+Keywords: multi-modal, IGDX +
+ +
+ + +
+[1413] +
+
+Shlomo Zilberstein. + Using Anytime Algorithms in Intelligent Systems. + AI Magazine, 17(3):73–83, 1996.
+[ bib | +DOI | +epub ] +
+Anytime algorithms give intelligent systems the capability to trade deliberation time for quality of results. This capability is essential for successful operation in domains such as signal interpretation, real-time diagnosis and repair, and mobile robot control. What characterizes these domains is that it is not feasible (computationally) or desirable (economically) to compute the optimal answer. This article surveys the main control problems that arise when a system is composed of several anytime algorithms. These problems relate to optimal management of uncertainty and precision. After a brief introduction to anytime computation, I outline a wide range of existing solutions to the metalevel control problem and describe current work that is aimed at increasing the applicability of anytime computation. +
+
+Keywords: performance profiles +
+ +
+ + +
+[1414] +
+
+Stanley Zionts and Jyrki Wallenius. + An interactive multiple objective linear programming method for a class of underlying nonlinear utility functions. + Management Science, 29(5):519–529, 1983.
+[ bib ] + +
+ + +
+[1415] +
+
+Eckart Zitzler and Lothar Thiele. + Multiobjective Evolutionary Algorithms: A Comparative Case Study and the Strength Pareto Approach. + IEEE Transactions on Evolutionary Computation, 3(4):257–271, 1999.
+[ bib | +DOI ] +
+Proposed SPEA, + http://www.tik.ee.ethz.ch/sop/publicationListFiles/zt1999a.pdf +
+ +
+ + +
+[1416] +
+
+Eckart Zitzler, Lothar Thiele, and Johannes Bader. + On Set-Based Multiobjective Optimization. + IEEE Transactions on Evolutionary Computation, 14(1):58–79, 2010.
+[ bib | +DOI ] +
+Proposed SPAM and explores combination of quality indicators +
+
+Keywords: Performance assessment; Preference articulation; refinement; + Set Partitioning; Set-preference +
+ +
+ + +
+[1417] +
+
+Eckart Zitzler, Lothar Thiele, and Kalyanmoy Deb. + Comparison of Multiobjective Evolutionary Algorithms: Empirical Results. + Evolutionary Computation, 8(2):173–195, 2000.
+[ bib | +DOI ] +
+Keywords: ZDT benchmark +
+ +
+ + +
+[1418] +
+
+Eckart Zitzler, Lothar Thiele, Marco Laumanns, Carlos M. Fonseca, and Viviane Grunert da Fonseca. + Performance Assessment of Multiobjective Optimizers: an Analysis and Review. + IEEE Transactions on Evolutionary Computation, 7(2):117–132, 2003.
+[ bib | +DOI ] +
+Proposed the combination of quality indicators; proposed epsilon-indicator +
+ +
+ + +
+[1419] +
+
+M. Zlochin, Mauro Birattari, N. Meuleau, and Marco Dorigo. + Model-Based Search for Combinatorial Optimization: A Critical Survey. + Annals of Operations Research, 131(1–4):373–395, 2004.
+[ bib ] + +
+ + +
+[1420] +
+
+Bernd Bischl, Jakob Richter, Jakob Bossek, Daniel Horn, Janek Thomas, and Michel Lang. + mlrMBO: A Modular Framework for Model-Based Optimization of Expensive Black-Box Functions. + Arxiv preprint arXiv:1703.03373 [stat.ML], 2017.
+[ bib | +http ] + +
+ + +
+[1421] +
+
+Oscar Cordón, Francisco Herrera, and Thomas Stützle. + Special Issue on Ant Colony Optimization: Models and Applications. + Mathware & Soft Computing, 9(3):137–268, 2002.
+[ bib ] + +
+ + +
+[1422] +
+
+G. McCormick and R. S. Powell. + Optimal Pump Scheduling in Water Supply Systems with Maximum Demand Charges. + Journal of Water Resources Planning and Management, ASCE, 129(5):372–379, September / October 2003.
+[ bib ] + +
+ + +
+[1423] +
+
+Gang Quan, Garrison W. Greenwood, Donglin Liu, and Sharon Hu. + Searching for multiobjective preventive maintenance schedules: Combining preferences with evolutionary algorithms. + European Journal of Operational Research, 177(3):1969–1984, 2007.
+[ bib | +DOI ] +
+Heavy industry maintenance facilities at aircraft service + centers or railroad yards must contend with scheduling + preventive maintenance tasks to ensure critical equipment + remains available. The workforce that performs these tasks + are often high-paid, which means the task scheduling should + minimize worker idle time. Idle time can always be minimized + by reducing the workforce. However, all preventive + maintenance tasks should be completed as quickly as possible + to make equipment available. This means the completion time + should be also minimized. Unfortunately, a small workforce + cannot complete many maintenance tasks per hour. Hence, there + is a tradeoff: should the workforce be small to reduce idle + time or should it be large so more maintenance can be + performed each hour? A cost effective schedule should strike + some balance between a minimum schedule and a minimum size + workforce. This paper uses evolutionary algorithms to solve + this multiobjective problem. However, rather than conducting + a conventional dominance-based Pareto search, we introduce a + form of utility theory to find Pareto optimal solutions. The + advantage of this method is the user can target specific + subsets of the Pareto front by merely ranking a small set of + initial solutions. A large example problem is used to + demonstrate our method. +
+
+Keywords: Evolutionary computations, Scheduling, Utility theory, + Preventive maintenance, Multi-objective optimization, + ranking-based, interactive +
+ +
+ + +
+[1424] +
+
+Marvin N. Wright and Andreas Ziegler. + ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. + Arxiv preprint arXiv:1508.04409 [stat.ML], 2015.
+[ bib | +http ] + +
+ + +
+[1425] +
+
+Marvin N. Wright and Andreas Ziegler. + ranger: A Fast Implementation of Random Forests for High Dimensional Data in C++ and R. + Journal of Statistical Software, 77(1):1–17, 2017.
+[ bib | +DOI ] + +
+ + +
+[1426] +
+
+F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. + Scikit-learn: Machine learning in Python. + Journal of Machine Learning Research, 12:2825–2830, 2011.
+[ bib ] + +
+ + +
+[1427] +
+
+Jakobus E. van Zyl, Dragan A. Savic, and Godfrey A. Walters. + Operational Optimization of Water Distribution Systems using a Hybrid Genetic Algorithm. + Journal of Water Resources Planning and Management, ASCE, 130(2):160–170, March 2004.
+[ bib ] + +
+ + +
+[1428] +
+
+AAAI. + 35th AAAI Conference on Artificial Intelligence: Reproducibility Checklist. + https://aaai.org/Conferences/AAAI-21/reproducibility-checklist/, 2021. + Last accessed: June 6th, 2021.
+[ bib ] + +
+ + +
+[1429] +
+
+ACM. + Artifact Review and Badging Version 1.1. + https://www.acm.org/publications/policies/artifact-review-and-badging-current, August 2020.
+[ bib ] + +
+ + +
+[1430] +
+
+Emile H. L. Aarts, Jan H. M. Korst, and Wil Michiels. + Simulated Annealing. + In E. K. Burke and G. Kendall, editors, Search Methodologies, pp.  187–210. Springer, Boston, MA, 2005.
+[ bib | +DOI ] + +
+ + +
+[1431] +
+
+Hussein A. Abbass. + The self-adaptive Pareto differential evolution algorithm. + In Proceedings of the 2002 Congress on Evolutionary Computation (CEC'02), pp.  831–836, Piscataway, NJ, 2002. IEEE Press.
+[ bib ] + +
+ + +
+[1432] +
+
+Ricardo Henrique Remes de Lima and Aurora Trinidad Ramirez Pozo. + A study on auto-configuration of Multi-Objective Particle Swarm Optimization Algorithm. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  718–725, Piscataway, NJ, 2017. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1433] +
+
+Hussein A. Abbass, Ruhul Sarker, and Charles Newton. + PDE: a Pareto-frontier differential evolution approach for multi-objective optimization problems. + In Proceedings of the 2001 Congress on Evolutionary Computation (CEC'01), pp.  971–978, Piscataway, NJ, 2001. IEEE Press.
+[ bib ] + +
+ + +
+[1434] +
+
+F. Ben Abdelaziz, S. Krichen, and J. Chaouachi. + A hybrid heuristic for multiobjective knapsack problems. + In M. G. C. Resende and J. Pinho de Souza, editors, Proceedings of MIC 1997, the 2nd Metaheuristics International Conference, pp.  205–212, 1997.
+[ bib | +DOI ] + +
+ + +
+[1435] +
+
+A. Acan. + An external memory implementation in ant colony optimization. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  73–84. Springer, Heidelberg, Germany, 2004.
+[ bib ] +
+Keywords: memory-based ACO +
+ +
+ + +
+[1436] +
+
+A. Acan. + An external partial permutations memory for ant colony optimization. + In G. R. Raidl and J. Gottlieb, editors, Proceedings of EvoCOP 2005 – 5th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3448 of Lecture Notes in Computer Science, pp.  1–11. Springer, Heidelberg, Germany, 2005.
+[ bib ] +
+Keywords: memory-based ACO +
+ +
+ + +
+[1437] +
+
+Hernán E. Aguirre, Saúl Zapotecas, Arnaud Liefooghe, Sébastien Verel, and Kiyoshi Tanaka. + Approaches for Many-Objective Optimization: Analysis and Comparison on MNK-Landscapes. + In S. Bonnevay et al., editors, Artificial Evolution: 12th International Conference, Evolution Artificielle, EA, 2015, volume 9554 of Lecture Notes in Computer Science, pp.  14–28. Springer, Cham, Switzerland, 2016.
+[ bib | +DOI ] + +
+ + +
+[1438] +
+
+A. Aho, J. Hopcroft, and J. Ullman. + Data structures and algorithms. + Addison-Wesley, Reading, MA, 1983.
+[ bib ] + +
+ + +
+[1439] +
+
+Weiwei Cheng, Jens Hühn, and Eyke Hüllermeier. + Decision Tree and Instance-Based Learning for Label Ranking. + In A. P. Danyluk, L. Bottou, and M. L. Littman, editors, Proceedings of the 26th International Conference on Machine Learning, ICML 2009, pp.  161–168, New York, NY, 2009. ACM Press.
+[ bib | +DOI ] + +
+ + +
+[1440] +
+
+Hernán E. Aguirre and Kiyoshi Tanaka. + Many-Objective Optimization by Space Partitioning and Adaptive ε-Ranking on MNK-Landscapes. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  407–422. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[1441] +
+
+Hernán E. Aguirre. + Advances on Many-objective Evolutionary Optimization. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2013, pp.  641–666. ACM Press, New York, NY, 2013.
+[ bib ] +
+Keywords: many-objective evolutionary optimization +
+ +
+ + +
+[1442] +
+
+R. K. Ahuja, T. Magnanti, and J. B. Orlin. + Network Flows: Theory, Algorithms and Applications. + Prentice-Hall, 1993.
+[ bib ] + +
+ + +
+[1443] +
+
+Uwe Aickelin, Edmund K. Burke, and Jingpeng Li. + Improved Squeaky Wheel Optimisation for Driver Scheduling. + In T. P. Runarsson, H.-G. Beyer, E. K. Burke, J.-J. Merelo, D. Whitley, and X. Yao, editors, Parallel Problem Solving from Nature – PPSN IX, volume 4193 of Lecture Notes in Computer Science, pp.  182–191. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[1444] +
+
+Hassene Aissi and Bernard Roy. + Robustness in Multi-criteria Decision Aiding. + In M. Ehrgott, J. R. Figueira, and S. Greco, editors, Trends in Multiple Criteria Decision Analysis, volume 142 of International Series in Operations Research & Management Science, chapter 4, pp.  87–121. Springer, US, 2010.
+[ bib ] + +
+ + +
+[1445] +
+
+Takuya Akiba, Shotaro Sano, Toshihiko Yanase, Takeru Ohta, and Masanori Koyama. + Optuna: A Next-generation Hyperparameter Optimization Framework. + In Teredesai et al., editors, 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp.  2623–2631. ACM Press, New York, NY, July 2019.
+[ bib | +DOI ] + +
+ + +
+[1446] +
+
+S. M. Aktürk, Alper Atamtürk, and S. Gürel. + A Strong Conic Quadratic Reformulation for Machine-Job Assignment with Controllable Processing Times. + Research Report BCOL.07.01, University of California-Berkeley, 2007.
+[ bib ] + +
+ + +
+[1447] +
+
+I. Alaya, Christine Solnon, and Khaled Ghédira. + Ant Colony Optimization for Multi-Objective Optimization Problems. + In 19th IEEE International Conference on Tools with Artificial Intelligence (ICTAI 2007), volume 1, pp.  450–457. IEEE Computer Society Press, Los Alamitos, CA, 2007.
+[ bib ] + +
+ + +
+[1448] +
+
+I. Alaya, Christine Solnon, and Khaled Ghédira. + Ant algorithm for the multi-dimensional knapsack problem. + In B. Filipič and J. Šilc, editors, International Conference on Bioinspired Optimization Methods and their Applications (BIOMA 2004), pp.  63–72, 2004.
+[ bib | +http ] + +
+ + +
+[1449] +
+
+Enrique Alba and Francisco Chicano. + ACOhg: dealing with huge graphs. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  10–17. ACM Press, New York, NY, 2007.
+[ bib | +DOI ] + +
+ + +
+[1450] +
+
+Mohamad Alissa, Kevin Sim, and Emma Hart. + Algorithm Selection Using Deep Learning without Feature Extraction. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  198–206. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[1451] +
+
+Sam Allen, Edmund K. Burke, Matthew R. Hyde, and Graham Kendall. + Evolving reusable 3d packing heuristics with genetic programming. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2009, pp.  931–938. ACM Press, New York, NY, 2009.
+[ bib | +DOI ] +
+Keywords: hyper-heuristic +
+ +
+ + +
+[1452] +
+
+Richard Allmendinger and Joshua D. Knowles. + Evolutionary Optimization on Problems Subject to Changes of Variables. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  151–160. Springer, Heidelberg, Germany, 2010.
+[ bib ] +
+Motivated by an experimental problem involving the + identification of effective drug combinations drawn from a + non-static drug library, this paper examines evolutionary + algorithm strategies for dealing with changes of + variables. We consider four standard techniques from dynamic + optimization, and propose one new technique. The results show + that only little additional diversity needs to be introduced + into the population when changing a small number of + variables, while changing many variables or optimizing a + rugged landscape requires often a restart of the optimization + process +
+ +
+ + +
+[1453] +
+
+Richard Allmendinger and Joshua D. Knowles. + Evolutionary Search in Lethal Environments. + In International Conference on Evolutionary Computation Theory and Applications, pp.  63–72. SciTePress, 2011.
+[ bib | +DOI | +epub ] + +
+ + +
+[1454] +
+
+Richard Allmendinger and Joshua D. Knowles. + Policy Learning in Resource-Constrained Optimization. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  1971–1979. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] +
+We consider an optimization scenario in which resources are + required in the evaluation process of candidate + solutions. The challenge we are focussing on is that certain + resources have to be committed to for some period of time + whenever they are used by an optimizer. This has the effect + that certain solutions may be temporarily non-evaluable + during the optimization. Previous analysis revealed that + evolutionary algorithms (EAs) can be effective against this + resourcing issue when augmented with static strategies for + dealing with non-evaluable solutions, such as repairing, + waiting, or penalty methods. Moreover, it is possible to + select a suitable strategy for resource-constrained problems + offline if the resourcing issue is known in advance. In this + paper we demonstrate that an EA that uses a reinforcement + learning (RL) agent, here Sarsa(λ), to learn + offline when to switch between static strategies, can be more + effective than any of the static strategies themselves. We + also show that learning the same task as the RL agent but + online using an adaptive strategy selection method, here + D-MAB, is not as effective; nevertheless, online learning is + an alternative to static strategies. +
+ +
+ + +
+[1455] +
+
+Joseph Allen, Ahmed Moussa, and Xudong Liu. + Human-in-the-Loop Learning of Qualitative Preference Models. + In R. Barták and K. W. Brawner, editors, Proceedings of the Thirty-Second International Florida Artificial Intelligence Research Society Conference, pp.  108–111. AAAI Press, 2019.
+[ bib | +DOI ] + +
+ + +
+[1456] +
+
+Richard Allmendinger. + Tuning Evolutionary Search for Closed-Loop Optimization. + PhD thesis, The University of Manchester, UK, January 2012.
+[ bib ] + +
+ + +
+[1457] +
+
+A. Alsheddy and E. Tsang. + Guided Pareto local search and its application to the 0/1 multi-objective knapsack problems. + In M. Caserta and S. Voß, editors, Proceedings of MIC 2009, the 8th Metaheuristics International Conference, Hamburg, Germany, 2010. University of Hamburg.
+[ bib ] + +
+ + +
+[1458] +
+
+Sanae Amani, Mahnoosh Alizadeh, and Christos Thrampoulidis. + Linear Stochastic Bandits Under Safety Constraints. + In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems (NeurIPS 32), pp.  9256–9266, 2019.
+[ bib | +epub ] + +
+ + +
+[1459] +
+
+Klaus Andersen, René Victor Valqui Vidal, and Villy Bæk Iversen. + Design of a Teleprocessing Communication Network Using Simulated Annealing. + In R. V. V. Vidal, editor, Applied Simulated Annealing, pp.  201–215. Springer, 1993.
+[ bib ] + +
+ + +
+[1460] +
+
+J. H. Andersen and R. S. Powell. + The Use of Continuous Decision Variables in an Optimising Fixed Speed Pump Scheduling Algorithm. + In R. S. Powell and K. S. Hindi, editors, Computing and Control for the Water Industry, pp.  119–128. Research Studies Press Ltd., 1999.
+[ bib ] + +
+ + +
+[1461] +
+
+D. Anghinolfi, A. Boccalatte, M. Paolucci, and C. Vecchiola. + Performance Evaluation of an Adaptive Ant Colony Optimization Applied to Single Machine Scheduling. + In X. Li et al., editors, Simulated Evolution and Learning, 7th International Conference, SEAL 2008, volume 5361 of Lecture Notes in Computer Science, pp.  411–420. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[1462] +
+
+Daniel Angus. + Population-Based Ant Colony Optimisation for Multi-objective Function Optimisation. + In M. Randall, H. A. Abbass, and J. Wiles, editors, Progress in Artificial Life (ACAL), volume 4828 of Lecture Notes in Computer Science, pp.  232–244. Springer, Heidelberg, Germany, 2007.
+[ bib | +DOI ] + +
+ + +
+[1463] +
+
+J. Ansel, S. Kamil, K. Veeramachaneni, J. Ragan-Kelley, J. Bosboom, Una-May O'Reilly, and S. Amarasinghe. + OpenTuner: An extensible framework for program autotuning. + In Proceedings of the 23rd International Conference on Parallel Architectures and Compilation, pp.  303–315, New York, NY, 2014. ACM Press.
+[ bib | +DOI ] + +
+ + +
+[1464] +
+
+Carlos Ansótegui, Yuri Malitsky, Horst Samulowitz, Meinolf Sellmann, and Kevin Tierney. + Model-Based Genetic Algorithms for Algorithm Configuration. + In Q. Yang and M. Wooldridge, editors, Proceedings of the 24th International Joint Conference on Artificial Intelligence (IJCAI-15), pp.  733–739. IJCAI/AAAI Press, Menlo Park, CA, 2015.
+[ bib | +epub ] +
+Keywords: GGA++ +
+ +
+ + +
+[1465] +
+
+Carlos Ansótegui, Yuri Malitsky, and Meinolf Sellmann. + MaxSAT by Improved Instance-Specific Algorithm Configuration. + In D. Stracuzzi et al., editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  2594–2600. AAAI Press, 2014.
+[ bib ] + +
+ + +
+[1466] +
+
+Carlos Ansótegui, Meinolf Sellmann, and Kevin Tierney. + A Gender-Based Genetic Algorithm for the Automatic Configuration of Algorithms. + In I. P. Gent, editor, Principles and Practice of Constraint Programming, CP 2009, volume 5732 of Lecture Notes in Computer Science, pp.  142–157. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] +
+Keywords: GGA +
+ +
+ + +
+[1467] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + Finding Cuts in the TSP. + Technical Report 95–05, DIMACS Center, Rutgers University, Piscataway, NJ, USA, March 1995.
+[ bib ] + +
+ + +
+[1468] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + Finding Tours in the TSP. + Technical Report 99885, Forschungsinstitut für Diskrete Mathematik, University of Bonn, Germany, 1999.
+[ bib ] + +
+ + +
+[1469] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + The Traveling Salesman Problem: A Computational Study. + Princeton University Press, Princeton, NJ, 2006.
+[ bib ] + +
+ + +
+[1470] +
+
+Jay April, Fred Glover, James P. Kelly, and Manuel Laguna. + Simulation-based optimization: Practical introduction to simulation optimization. + In S. E. Chick, P. J. Sanchez, D. M. Ferrin, and D. J. Morrice, editors, Proceedings of the 35th Winter Simulation Conference: Driving Innovation, volume 1, pp.  71–78, New York, NY, December 2003. ACM Press.
+[ bib | +DOI ] + +
+ + +
+[1471] +
+
+Sanjeev Arora and Boaz Barak. + Computational complexity: a modern approach. + Cambridge University Press, 2009.
+[ bib ] + +
+ + +
+[1472] +
+
+Etor Arza, Josu Ceberio, Aritz Pérez, and Ekhine Irurozki. + Approaching the quadratic assignment problem with kernels of mallows models under the hamming distance. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+Keywords: QAP, EDA, Mallows +
+ +
+ + +
+[1473] +
+
+Y. Asahiro, K. Iwama, and E. Miyano. + Random Generation of Test Instances with Controlled Attributes. + In D. S. Johnson and M. A. Trick, editors, Cliques, Coloring, and Satisfiability: Second DIMACS Implementation Challenge, volume 26 of DIMACS Series on Discrete Mathematics and Theoretical Computer Science, pp.  377–393. American Mathematical Society, Providence, RI, 1996.
+[ bib ] + +
+ + +
+[1474] +
+
+N. Ascheuer. + Hamiltonian Path Problems in the On-line Optimization of Flexible Manufacturing Systems. + PhD thesis, Technische Universität Berlin, Berlin, Germany, 1995.
+[ bib ] + +
+ + +
+[1475] +
+
+R. Atkinson, Jakobus E. van Zyl, Godfrey A. Walters, and Dragan A. Savic. + Genetic algorithm optimisation of level-controlled pumping station operation. + In Water network modelling for optimal design and management, pp.  79–90. Centre for Water Systems, Exeter, UK, 2000.
+[ bib ] + +
+ + +
+[1476] +
+
+Charles Audet, Cong-Kien Dang, and Dominique Orban. + Algorithmic Parameter Optimization of the DFO Method with the OPAL Framework. + In K. Naono, K. Teranishi, J. Cavazos, and R. Suda, editors, Software Automatic Tuning: From Concepts to State-of-the-Art Results, pp.  255–274. Springer, 2010.
+[ bib ] + +
+ + +
+[1477] +
+
+Anne Auger, Johannes Bader, Dimo Brockhoff, and Eckart Zitzler. + Articulating User Preferences in Many-Objective Problems by Sampling the Weighted Hypervolume. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2009, pp.  555–562. ACM Press, New York, NY, 2009.
+[ bib ] + +
+ + +
+[1478] +
+
+Anne Auger, Johannes Bader, Dimo Brockhoff, and Eckart Zitzler. + Investigating and Exploiting the Bias of the Weighted Hypervolume to Articulate User Preferences. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2009, pp.  563–570. ACM Press, New York, NY, 2009.
+[ bib ] + +
+ + +
+[1479] +
+
+Anne Auger, Johannes Bader, Dimo Brockhoff, and Eckart Zitzler. + Theory of the hypervolume indicator: optimal μ-distributions and the choice of the reference point. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2009, pp.  87–102. ACM Press, New York, NY, 2009.
+[ bib ] + +
+ + +
+[1480] +
+
+Anne Auger, Dimo Brockhoff, Manuel López-Ibáñez, Kaisa Miettinen, Boris Naujoks, and Günther Rudolph. + Which questions should be asked to find the most appropriate method for decision making and problem solving? (Working Group “Algorithm Design Methods”). + In S. Greco, J. D. Knowles, K. Miettinen, and E. Zitzler, editors, Learning in Multiobjective Optimization (Dagstuhl Seminar 12041), volume 2(1) of Dagstuhl Reports, pp.  92–93. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[1481] +
+
+A. Auger and B. Doerr, editors. + Theory of Randomized Search Heuristics: Foundations and Recent Developments, volume 1 of Series on Theoretical Computer Science. + World Scientific Publishing Co., Singapore, 2011.
+[ bib ] + +
+ + +
+[1482] +
+
+Anne Auger and Nikolaus Hansen. + A restart CMA evolution strategy with increasing population size. + In Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), pp.  1769–1776, Piscataway, NJ, September 2005. IEEE Press.
+[ bib | +DOI ] +
+Keywords: IPOP-CMA-ES +
+ +
+ + +
+[1483] +
+
+Anne Auger and Nikolaus Hansen. + Performance evaluation of an advanced local search evolutionary algorithm. + In Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), pp.  1777–1784, Piscataway, NJ, September 2005. IEEE Press.
+[ bib ] +
+Keywords: LR-CMAES +
+ +
+ + +
+[1484] +
+
+Andreea Avramescu, Richard Allmendinger, and Manuel López-Ibáñez. + A Multi-Objective Multi-Type Facility Location Problem for the Delivery of Personalised Medicine. + In P. Castillo and J. L. Jiménez Laredo, editors, Applications of Evolutionary Computation, volume 12694 of Lecture Notes in Computer Science, pp.  388–403. Springer, Cham, Switzerland, 2021.
+[ bib | +DOI | +supplementary material ] +
+Advances in personalised medicine targeting specific + sub-populations and individuals pose a challenge to the + traditional pharmaceutical industry. With a higher level of + personalisation, an already critical supply chain is facing + additional demands added by the very sensitive nature of its + products. Nevertheless, studies concerned with the efficient + development and delivery of these products are scarce. Thus, + this paper presents the case of personalised medicine and the + challenges imposed by its mass delivery. We propose a + multi-objective mathematical model for the + location-allocation problem with two interdependent facility + types in the case of personalised medicine products. We show + its practical application through a cell and gene therapy + case study. A multi-objective genetic algorithm with a novel + population initialisation procedure is used as solution + method. +
+
+Keywords: Personalised medicine, Biopharmaceuticals Supply chain, + Facility location-allocation, Evolutionary multi-objective + optimisation +
+ +
+ + +
+[1485] +
+
+Doǧan Aydın, Gürcan Yavuz, Serdar Özyön, Celal Yasar, and Thomas Stützle. + Artificial Bee Colony Framework to Non-convex Economic Dispatch Problem with Valve Point Effects: A Case Study. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2017, pp.  1311–1318. ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[1486] +
+
+Mayowa Ayodele, Richard Allmendinger, Manuel López-Ibáñez, Matthieu Parizy, and Arnaud Liefooghe. + Applying Ising Machines to Multi-Objective QUBOs. + In S. Silva and L. Paquete, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2023, pp.  2166–2174. ACM Press, New York, NY, 2023.
+[ bib | +DOI ] +
+Multi-objective optimisation problems involve finding + solutions with varying trade-offs between multiple and often + conflicting objectives. Ising machines are physical devices + that aim to find the absolute or approximate ground states of + an Ising model. To apply Ising machines to multi-objective + problems, a weighted sum objective function is used to + convert multi-objective into single-objective + problems. However, deriving scalarisation weights that + archives evenly distributed solutions across the Pareto front + is not trivial. Previous work has shown that adaptive weights + based on dichotomic search, and one based on averages of + previously explored weights can explore the Pareto front + quicker than uniformly generated weights. However, these + adaptive methods have only been applied to bi-objective + problems in the past. In this work, we extend the adaptive + method based on averages in two ways: (i) we extend the + adaptive method of deriving scalarisation weights for + problems with two or more objectives, and (ii) we use an + alternative measure of distance to improve performance. We + compare the proposed method with existing ones and show that + it leads to the best performance on multi-objective + Unconstrained Binary Quadratic Programming (mUBQP) instances + with 3 and 4 objectives and that it is competitive with the + best one for instances with 2 objectives. +
+
+ISBN: 979-8-4007-0120-7 +
+
+Keywords: digital annealer, multi-objective, bi-objective QAP, QUBO +
+ +
+ + +
+[1487] +
+
+Mayowa Ayodele, Richard Allmendinger, Manuel López-Ibáñez, and Matthieu Parizy. + Multi-Objective QUBO Solver: Bi-Objective Quadratic Assignment Problem. + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, pp.  467–475. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] +
+Quantum and quantum-inspired optimisation algorithms are + designed to solve problems represented in binary, quadratic + and unconstrained form. Combinatorial optimisation problems + are therefore often formulated as Quadratic Unconstrained + Binary Optimisation Problems (QUBO) to solve them with these + algorithms. Moreover, these QUBO solvers are often + implemented using specialised hardware to achieve enormous + speedups, e.g. Fujitsu's Digital Annealer (DA) and D-Wave's + Quantum Annealer. However, these are single-objective + solvers, while many real-world problems feature multiple + conflicting objectives. Thus, a common practice when using + these QUBO solvers is to scalarise such multi-objective + problems into a sequence of single-objective problems. Due to + design trade-offs of these solvers, formulating each + scalarisation may require more time than finding a local + optimum. We present the first attempt to extend the algorithm + supporting a commercial QUBO solver as a multi-objective + solver that is not based on scalarisation. The proposed + multi-objective DA algorithm is validated on the bi-objective + Quadratic Assignment Problem. We observe that algorithm + performance significantly depends on the archiving strategy + adopted, and that combining DA with non-scalarisation methods + to optimise multiple objectives outperforms the current + scalarised version of the DA in terms of final solution + quality. +
+
+Keywords: digital annealer, multi-objective, bi-objective QAP, QUBO +
+ +
+ + +
+[1488] +
+
+Mayowa Ayodele, Richard Allmendinger, Manuel López-Ibáñez, and Matthieu Parizy. + A Study of Scalarisation Techniques for Multi-objective QUBO Solving. + In O. Grothe, S. Nickel, S. Rebennack, and O. Stein, editors, Operations Research Proceedings 2022, OR 2022, Lecture Notes in Operations Research, pp.  393–399. Springer, Cham, Switzerland, 2022.
+[ bib | +DOI ] + +
+ + +
+[1489] +
+
+Mayowa Ayodele. + Penalty Weights in QUBO Formulations: Permutation Problems. + In L. Pérez Cáceres and S. Verel, editors, Proceedings of EvoCOP 2022 – 22nd European Conference on Evolutionary Computation in Combinatorial Optimization, Lecture Notes in Computer Science, pp.  159–174. Springer, Cham, Switzerland, 2022.
+[ bib ] + +
+ + +
+[1490] +
+
+Amine Aziz-Alaoui, Carola Doerr, and Johann Dréo. + Towards Large Scale Automated Algorithm Design by Integrating Modular Benchmarking Frameworks. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1365–1374. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[1491] +
+
+Ilya Loshchilov and T. Glasmachers. + Black Box Optimization Competition, 2017.
+[ bib | +http ] + +
+ + +
+[1492] +
+
+Anne Auger, Dimo Brockhoff, Nikolaus Hansen, Dejan Tusar, Tea Tušar, and Tobias Wagner. + GECCO Workshop on Real-Parameter Black-Box Optimization Benchmarking (BBOB 2016): Focus on multi-objective problems. + https://numbbo.github.io/workshops/BBOB-2016/, 2016.
+[ bib ] + +
+ + +
+[1493] +
+
+Eckart Zitzler, Marco Laumanns, and S. Bleuler. + A tutorial on evolutionary multiobjective optimization. + In X. Gandibleux, M. Sevaux, K. Sörensen, and V. T'Kindt, editors, Metaheuristics for Multiobjective Optimisation, volume 535 of Lecture Notes in Economics and Mathematical Systems, pp.  3–37. Springer, Berlin/Heidelberg, 2004.
+[ bib ] + +
+ + +
+[1494] +
+
+S. Bleuler, Marco Laumanns, Lothar Thiele, and Eckart Zitzler. + PISA – A Platform and Programming Language Independent Interface for Search Algorithms. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  494–508. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1495] +
+
+Domagoj Babić. + Spear theorem prover. + https://www.domagoj-babic.com/index.php/ResearchProjects/Spear, 2008.
+[ bib ] + +
+ + +
+[1496] +
+
+Domagoj Babić and Alan J. Hu. + Structural Abstraction of Software Verification Conditions. + In Computer Aided Verification: 19th International Conference, CAV 2007, pp.  366–378, 2007.
+[ bib ] +
+Spear-swv instances, + http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/benchmark_instances/SpearSWV/SWV-scrambled-first302.tar.gz, + http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/benchmark_instances/SpearSWV/SWV-scrambled-last302.tar.gz +
+ +
+ + +
+[1497] +
+
+Domagoj Babić and Frank Hutter. + Spear Theorem Prover. + In SAT'08: Proceedings of the SAT 2008 Race, 2008.
+[ bib | +epub | +supplementary material ] +
+Unreviewed paper +
+ +
+ + +
+[1498] +
+
+Thomas Bäck, David B. Fogel, and Zbigniew Michalewicz. + Handbook of evolutionary computation. + IOP Publishing, 1997.
+[ bib ] + +
+ + +
+[1499] +
+
+Achim Bachem, Barthel Steckemetz, and Michael Wottawa. + An efficient parallel cluster-heuristic for large Traveling Salesman Problems. + Technical Report 94-150, University of Koln, Germany, 1994.
+[ bib ] +
+Keywords: Genetic Edge Recombination (ERX) +
+ +
+ + +
+[1500] +
+
+Thomas Bäck. + Evolutionary algorithms in theory and practice: evolution strategies, evolutionary programming, genetic algorithms. + Oxford University Press, 1996.
+[ bib ] + +
+ + +
+[1501] +
+
+Prasanna Balaprakash, Mauro Birattari, Thomas Stützle, and Marco Dorigo. + Incremental local search in ant colony optimization: Why it fails for the quadratic assignment problem. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  156–166. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[1502] +
+
+Prasanna Balaprakash, Mauro Birattari, and Thomas Stützle. + Improvement Strategies for the F-Race Algorithm: Sampling Design and Iterative Refinement. + In T. Bartz-Beielstein, M. J. Blesa, C. Blum, B. Naujoks, A. Roli, G. Rudolph, and M. Sampels, editors, Hybrid Metaheuristics, volume 4771 of Lecture Notes in Computer Science, pp.  108–122. Springer, Heidelberg, Germany, 2007.
+[ bib | +DOI ] +
+Keywords: Iterated Race +
+ +
+ + +
+[1503] +
+
+Egon Balas and Andrew Ho. + Set Covering Algorithms Using Cutting Planes, Heuristics, and Subgradient Optimization: A Computational Study. + In M. W. Padberg, editor, Combinatorial optimization, volume 12 of Mathematical Programming Studies, pp.  37–60. Springer, Berlin/Heidelberg, 1980.
+[ bib | +DOI ] + +
+ + +
+[1504] +
+
+P. Baptiste and L. K. Hguny. + A branch and bound algorithm for the F/no_idle/Cmax. + In Proceedings of the international conference on industrial engineering and production management, IEPM'97, pp.  429–438, Lyon, 1997.
+[ bib ] + +
+ + +
+[1505] +
+
+Thomas Bartz-Beielstein. + Experimental Research in Evolutionary Computation: The New Experimentalism. + Springer, Berlin, Germany, 2006.
+[ bib ] +
+Keywords: SPO +
+ +
+ + +
+[1506] +
+
+Thomas Bartz-Beielstein. + How to Create Generalizable Results. + In J. Kacprzyk and W. Pedrycz, editors, Springer Handbook of Computational Intelligence, pp.  1127–1142. Springer, Berlin/Heidelberg, 2015.
+[ bib ] +
+Keywords: Mixed-effects models, random-effects model, problem instance + generation +
+ +
+ + +
+[1507] +
+
+Thomas Bartz-Beielstein, Oliver Flasch, Patrick Koch, and Wolfgang Konen. + SPOT: A Toolbox for Interactive and Automatic Tuning in the R Environment. + In Proceedings 20. Workshop Computational Intelligence, pp.  264–273, Karlsruhe, 2010. KIT Scientific Publishing.
+[ bib ] + +
+ + +
+[1508] +
+
+Thomas Bartz-Beielstein, C. Lasarczyk, and Mike Preuss. + Sequential Parameter Optimization. + In Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), pp.  773–780, Piscataway, NJ, September 2005. IEEE Press.
+[ bib ] + +
+ + +
+[1509] +
+
+Thomas Bartz-Beielstein, C. Lasarczyk, and Mike Preuss. + The Sequential Parameter Optimization Toolbox. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  337–360. Springer, Berlin, Germany, 2010.
+[ bib | +DOI ] +
+Keywords: SPOT +
+ +
+ + +
+[1510] +
+
+Thomas Bartz-Beielstein and Sandor Markon. + Tuning search algorithms for real-world applications: A regression tree based approach. + In Proceedings of the 2004 Congress on Evolutionary Computation (CEC 2004), pp.  1111–1118, Piscataway, NJ, September 2004. IEEE Press.
+[ bib ] + +
+ + +
+[1511] +
+
+Elias Bareinboim and Judea Pearl. + Transportability of causal effects: Completeness results. + In J. Hoffmann and B. Selman, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  698,704. AAAI Press, 2012.
+[ bib ] + +
+ + +
+[1512] +
+
+Thomas Bartz-Beielstein and Mike Preuss. + Considerations of budget allocation for sequential parameter optimization (SPO). + In L. Paquete, M. Chiarandini, and D. Basso, editors, Empirical Methods for the Analysis of Algorithms, Workshop EMAA 2006, Proceedings, pp.  35–40, Reykjavik, Iceland, 2006.
+[ bib ] + +
+ + +
+[1513] +
+
+Thomas Bartz-Beielstein and Mike Preuss. + Experimental Analysis of Optimization Algorithms: Tuning and Beyond. + In Y. Borenstein and A. Moraglio, editors, Theory and Principled Methods for the Design of Metaheuristics, Natural Computing Series, pp.  205–245. Springer, Berlin/Heidelberg, 2014.
+[ bib | +DOI ] + +
+ + +
+[1514] +
+
+Benjamín Barán and Matilde Schaerer. + A multiobjective ant colony system for vehicle routing problem with time windows. + In Proceedings of the Twenty-first IASTED International Conference on Applied Informatics, pp.  97–102, Insbruck, Austria, 2003.
+[ bib ] + +
+ + +
+[1515] +
+
+Matthieu Basseur, Adrien Goëffon, Arnaud Liefooghe, and Sébastien Verel. + On Set-based Local Search for Multiobjective Combinatorial Optimization. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  471–478. ACM Press, New York, NY, 2013.
+[ bib | +DOI ] + +
+ + +
+[1516] +
+
+Vitor Basto-Fernandes, Iryna Yevseyeva, André Deutz, and Michael T. M. Emmerich. + A survey of diversity oriented optimization: Problems, indicators, and algorithms. + In EVOLVE - A Bridge between Probability, Set Oriented Numerics, and Evolutionary Computation VII, volume 662 of Studies in Computational Intelligence, pp.  3–23. Springer, Cham, Switzerland, 2017.
+[ bib | +DOI ] + +
+ + +
+[1517] +
+
+Roberto Battiti, M. Brunato, and Franco Mascia. + Reactive Search and Intelligent Optimization, volume 45 of Operations Research/Computer Science Interfaces. + Springer, New York, NY, 2008.
+[ bib | +DOI ] + +
+ + +
+[1518] +
+
+Roberto Battiti and Paolo Campigotto. + Reactive search optimization: Learning while optimizing. An experiment in interactive multi-objective optimization. + In M. Caserta and S. Voß, editors, Proceedings of MIC 2009, the 8th Metaheuristics International Conference, Hamburg, Germany, 2010. University of Hamburg.
+[ bib ] + +
+ + +
+[1519] +
+
+Michele Battistutta, Andrea Schaerf, and Tommaso Urli. + Feature-based tuning of single-stage simulated annealing for examination timetabling. + In E. Özcan, E. K. Burke, and B. McCollum, editors, PATAT 2014: Proceedings of the 10th International Conference of the Practice and Theory of Automated Timetabling, pp.  53–61. PATAT, 2014.
+[ bib ] +
+Keywords: F-race +
+ +
+ + +
+[1520] +
+
+E. B. Baum. + Iterated Descent: A Better Algorithm for Local Search in Combinatorial Optimization Problems. + Manuscript, 1986.
+[ bib ] + +
+ + +
+[1521] +
+
+E. B. Baum. + Towards Practical “Neural” Computation for Combinatorial Optimization Problems. + In Neural Networks for Computing, AIP Conference Proceedings, pp.  53–64, 1986.
+[ bib ] + +
+ + +
+[1522] +
+
+A. Baykasoglu, T. Dereli, and I. Sabuncu. + A multiple objective ant colony optimization approach to assembly line balancing problems. + In 35th International Conference on Computers and Industrial Engineering (CIE35), pp.  263–268, Istanbul, Turkey, 2005.
+[ bib ] + +
+ + +
+[1523] +
+
+Brian Beachkofski and Ramana Grandhi. + Improved Distributed Hypercube Sampling. + In Proceedings of the 43rd AIAA/ASME/ASCE/AHS/ASC Structures, Structural Dynamics, and Materials Conference. AIAA paper 2002-1274, American Institute of Aeronautics and Astronautics, 2002.
+[ bib ] + +
+ + +
+[1524] +
+
+John E. Beasley. + Heuristic algorithms for the unconstrained binary quadratic programming problem. + Technical report, The Management School, Imperial College, London, England, 1998.
+[ bib | +epub ] + +
+ + +
+[1525] +
+
+S. Becker, J. Gottlieb, and Thomas Stützle. + Applications of Racing Algorithms: An Industrial Perspective. + In E.-G. Talbi, P. Liardet, P. Collet, E. Lutton, and M. Schoenauer, editors, Artificial Evolution, volume 3871 of Lecture Notes in Computer Science, pp.  271–283. Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[1526] +
+
+David D. Bedworth and James E. Bailey. + Integrated Production Control Systems: Management, Analysis, Design, volume 2. + John Wiley & Sons, New York, NY, 1982.
+[ bib ] + +
+ + +
+[1527] +
+
+Andreas Beham, Michael Affenzeller, and Stefan Wagner. + Instance-based algorithm selection on quadratic assignment problem landscapes. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2017, pp.  1471–1478. ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[1528] +
+
+Valerie Belton, Jürgen Branke, Petri Eskelinen, Salvatore Greco, Julián Molina, Francisco Ruiz, and Roman Slowiński. + Interactive Multiobjective Optimization from a Learning Perspective. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science, pp.  405–433. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[1529] +
+
+Nacim Belkhir, Johann Dréo, Pierre Savéant, and Marc Schoenauer. + Feature Based Algorithm Configuration: A Case Study with Differential Evolution. + In J. Handl, E. Hart, P. R. Lewis, M. López-Ibáñez, G. Ochoa, and B. Paechter, editors, Parallel Problem Solving from Nature – PPSN XIV, volume 9921 of Lecture Notes in Computer Science, pp.  156–166. Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[1530] +
+
+Nacim Belkhir, Johann Dréo, Pierre Savéant, and Marc Schoenauer. + Per Instance Algorithm Configuration of CMA-ES with Limited Budget. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  681–688. ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[1531] +
+
+Jon Louis Bentley. + Experiments on Traveling Salesman Heuristics. + In D. S. Johnson, editor, Proceedings of the First Annual ACM-SIAM Symposium on Discrete Algorithms, pp.  91–99. Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, 1990.
+[ bib ] + +
+ + +
+[1532] +
+
+Nawal Benabbou, Cassandre Leroy, and Thibaut Lust. + An Interactive Regret-Based Genetic Algorithm for Solving Multi-Objective Combinatorial Optimization Problems. + In Proceedings of the AAAI Conference on Artificial Intelligence, pp.  2335–2342. AAAI Press, 2020.
+[ bib | +DOI ] +
+Keywords: interactive, multi-objective, decision-makers +
+ +
+ + +
+[1533] +
+
+Alessio Benavoli, Giorgio Corani, Francesca Mangili, and Marco Zaffalon. + A Bayesian nonparametric procedure for comparing algorithms. + In F. Bach and D. Blei, editors, Proceedings of the 32nd International Conference on Machine Learning, ICML 2015, volume 37, pp.  1264–1272. PMLR, 2015.
+[ bib | +epub ] +
+Keywords: racing +
+ +
+ + +
+[1534] +
+
+Alexander Javier Benavides and Marcus Ritt. + Iterated Local Search Heuristics for Minimizing Total Completion Time in Permutation and Non-permutation Flow Shops. + In R. I. Brafman, C. Domshlak, P. Haslum, and S. Zilberstein, editors, Proceedings of the Twenty-Fifth International Conference on Automated Planning and Scheduling, ICAPS 2015, pp.  34–41. AAAI Press, Menlo Park, CA, 2015.
+[ bib ] +
+Keywords: irace +
+ +
+ + +
+[1535] +
+
+Stefano Benedettini, Andrea Roli, and Christian Blum. + A Randomized Iterated Greedy Algorithm for the Founder Sequence Reconstruction Problem. + In C. Blum and R. Battiti, editors, Learning and Intelligent Optimization, 4th International Conference, LION 4, volume 6073 of Lecture Notes in Computer Science, pp.  37–51. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[1536] +
+
+Stefano Benedettini, Andrea Roli, and Luca Di Gaspero. + Two-level ACO for Haplotype Inference under Pure Parsimony. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 6th International Conference, ANTS 2008, volume 5217 of Lecture Notes in Computer Science, pp.  179–190. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[1537] +
+
+D. Bertsekas. + Dynamic Programming and Optimal Control. + Athena Scientific, Belmont, MA, 1995.
+[ bib ] + +
+ + +
+[1538] +
+
+D. Bertsekas. + Network Optimization: Continuous and Discrete Models. + Athena Scientific, Belmont, MA, 1998.
+[ bib ] + +
+ + +
+[1539] +
+
+James S. Bergstra, Rémi Bardenet, Yoshua Bengio, and Balázs Kégl. + Algorithms for Hyper-Parameter Optimization. + In J. Shawe-Taylor, R. S. Zemel, P. L. Bartlett, F. Pereira, and K. Q. Weinberger, editors, Advances in Neural Information Processing Systems (NIPS 24), pp.  2546–2554. Curran Associates, Red Hook, NY, 2011.
+[ bib | +http ] + +
+ + +
+[1540] +
+
+David Bergman, André A. Cire, Willem-Jan van Hoeve, and John Hooker. + Decision Diagrams for Optimization. + Springer, Cham, Switzerland, 2016.
+[ bib | +DOI ] + +
+ + +
+[1541] +
+
+Hughes Bersini, Marco Dorigo, S. Langerman, G. Seront, and L. M. Gambardella. + Results of the First International Contest on Evolutionary Optimisation. + In T. Bäck, T. Fukuda, and Z. Michalewicz, editors, Proceedings of the 1996 IEEE International Conference on Evolutionary Computation (ICEC'96), pp.  611–615. IEEE Press, Piscataway, NJ, 1996.
+[ bib ] + +
+ + +
+[1542] +
+
+Felix Berkenkamp, Angela P. Schoellig, and Andreas Krause. + Safe controller optimization for quadrotors with Gaussian processes. + In 2016 IEEE International Conference on Robotics and Automation (ICRA), pp.  491–496. IEEE, 2016.
+[ bib | +DOI ] +
+Keywords: Safe Optimization, SafeOpt +
+ +
+ + +
+[1543] +
+
+James S. Bergstra, Daniel Yasmin, and David Cox. + Making a science of model search: Hyperparameter optimization in hundreds of dimensions for vision architectures. + In S. Dasgupta and D. McAllester, editors, Proceedings of the 30th International Conference on Machine Learning, ICML 2013, volume 28, pp.  115–123, 2013.
+[ bib | +http ] + +
+ + +
+[1544] +
+
+Matthijs L. den Besten, Thomas Stützle, and Marco Dorigo. + Ant Colony Optimization for the Total Weighted Tardiness Problem. + In M. Schoenauer et al., editors, Parallel Problem Solving from Nature – PPSN VI, volume 1917 of Lecture Notes in Computer Science, pp.  611–620. Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[1545] +
+
+Matthijs L. den Besten, Thomas Stützle, and Marco Dorigo. + Design of Iterated Local Search Algorithms: An Example Application to the Single Machine Total Weighted Tardiness Problem. + In E. J. W. Boers et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2001, volume 2037 of Lecture Notes in Computer Science, pp.  441–452. Springer, Heidelberg, Germany, 2001.
+[ bib ] + +
+ + +
+[1546] +
+
+Nicola Beume and Günther Rudolph. + Faster S-Metric Calculation by Considering Dominated Hypervolume as Klee's Measure Problem. + In B. Kovalerchuk, editor, Proceedings of the Second IASTED Conference on Computational Intelligence, pp.  231–236. ACTA Press, Anaheim, 2006.
+[ bib ] + +
+ + +
+[1547] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Generation of Multi-Objective ACO Algorithms for the Biobjective Knapsack. + In M. Dorigo et al., editors, Swarm Intelligence, 8th International Conference, ANTS 2012, volume 7461 of Lecture Notes in Computer Science, pp.  37–48. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[1548] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Generation of MOACO Algorithms for the Biobjective Bidimensional Knapsack Problem: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2012-008/, 2012.
+[ bib ] + +
+ + +
+[1549] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + An Analysis of Local Search for the Bi-objective Bidimensional Knapsack: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2012-016/, 2013.
+[ bib ] + +
+ + +
+[1550] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Deconstructing Multi-Objective Evolutionary Algorithms: An Iterative Analysis on the Permutation Flowshop: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2013-010/, 2013.
+[ bib ] + +
+ + +
+[1551] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + An Analysis of Local Search for the Bi-objective Bidimensional Knapsack Problem. + In M. Middendorf and C. Blum, editors, Proceedings of EvoCOP 2013 – 13th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 7832 of Lecture Notes in Computer Science, pp.  85–96. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[1552] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Component-Wise Design of Multi-Objective Evolutionary Algorithms. + Technical Report TR/IRIDIA/2014-012, IRIDIA, Université Libre de Bruxelles, Belgium, August 2014.
+[ bib ] + +
+ + +
+[1553] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Deconstructing Multi-Objective Evolutionary Algorithms: An Iterative Analysis on the Permutation Flowshop. + In P. M. Pardalos, M. G. C. Resende, C. Vogiatzis, and J. L. Walteros, editors, Learning and Intelligent Optimization, 8th International Conference, LION 8, volume 8426 of Lecture Notes in Computer Science, pp.  57–172. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[1554] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Design of Evolutionary Algorithms for Multi-Objective Combinatorial Optimization. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  508–517. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[1555] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Design of Evolutionary Algorithms for Multi-Objective Combinatorial Optimization. + http://iridia.ulb.ac.be/supp/IridiaSupp2014-007/, 2014.
+[ bib ] + +
+ + +
+[1556] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Component-Wise Design of Multi-Objective Evolutionary Algorithms. + https://github.com/iridia-ulb/automoea-tevc-2016, 2015.
+[ bib ] + +
+ + +
+[1557] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + To DE or Not to DE? Multi-objective Differential Evolution Revisited from a Component-Wise Perspective: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2015-001/, 2015.
+[ bib ] + +
+ + +
+[1558] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + To DE or Not to DE? Multi-objective Differential Evolution Revisited from a Component-Wise Perspective. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  48–63. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] + +
+ + +
+[1559] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Comparing Decomposition-Based and Automatically Component-Wise Designed Multi-Objective Evolutionary Algorithms. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  396–410. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] + +
+ + +
+[1560] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + A Large-Scale Experimental Evaluation of High-Performing Multi- and Many-Objective Evolutionary Algorithms. + http://iridia.ulb.ac.be/supp/IridiaSupp2015-007/, 2017.
+[ bib ] + +
+ + +
+[1561] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + A Large-Scale Experimental Evaluation of High-Performing Multi- and Many-Objective Evolutionary Algorithms. + Technical Report TR/IRIDIA/2017-005, IRIDIA, Université Libre de Bruxelles, Belgium, February 2017.
+[ bib ] + +
+ + +
+[1562] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + An Empirical Assessment of the Properties of Inverted Generational Distance Indicators on Multi- and Many-objective Optimization. + In H. Trautmann, G. Rudolph, K. Klamroth, O. Schütze, M. M. Wiecek, Y. Jin, and C. Grimme, editors, Evolutionary Multi-criterion Optimization, EMO 2017, volume 10173 of Lecture Notes in Computer Science, pp.  31–45. Springer International Publishing, Cham, Switzerland, 2017.
+[ bib | +DOI ] + +
+ + +
+[1563] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatically Designing State-of-the-Art Multi- and Many-Objective Evolutionary Algorithms: Supplementary material. + https://github.com/iridia-ulb/automoea-ecj-2020, 2019.
+[ bib ] + +
+ + +
+[1564] +
+
+Hao Wang, Chaoli Sun, Yaochu Jin, Shufen Qin, and Haibo Yu. + A Multi-indicator based Selection Strategy for Evolutionary Many-objective Optimization. + In Proceedings of the 2019 Congress on Evolutionary Computation (CEC 2019), pp.  2042–2049, Piscataway, NJ, 2019. IEEE Press.
+[ bib ] +
+unbounded archive +
+ +
+ + +
+[1565] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Archiver Effects on the Performance of State-of-the-art Multi- and Many-objective Evolutionary Algorithms. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019. ACM Press, New York, NY, 2019.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[1566] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Archiver Effects on the Performance of State-of-the-art Multi- and Many-objective Evolutionary Algorithms: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2019-004/, 2019.
+[ bib ] + +
+ + +
+[1567] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Configuration of Multi-objective Optimizers and Multi-objective Configuration. + In T. Bartz-Beielstein, B. Filipič, P. Korošec, and E.-G. Talbi, editors, High-Performance Simulation-Based Optimization, pp.  69–92. Springer International Publishing, Cham, Switzerland, 2020.
+[ bib | +DOI ] +
+Heuristic optimizers are an important tool in academia and industry, and their performance-optimizing configuration requires a significant amount of expertise. As the proper configuration of algorithms is a crucial aspect in the engineering of heuristic algorithms, a significant research effort has been dedicated over the last years towards moving this step to the computer and, thus, make it automatic. These research efforts go way beyond tuning only numerical parameters of already fully defined algorithms, but exploit automatic configuration as a means for automatic algorithm design. In this chapter, we review two main aspects where the research on automatic configuration and multi-objective optimization intersect. The first is the automatic configuration of multi-objective optimizers, where we discuss means and specific approaches. In addition, we detail a case study that shows how these approaches can be used to design new, high-performing multi-objective evolutionary algorithms. The second aspect is the research on multi-objective configuration, that is, the possibility of using multiple performance metrics for the evaluation of algorithm configurations. We highlight some few examples in this direction. +
+ +
+ + +
+[1568] +
+
+Leonardo C. T. Bezerra. + A component-wise approach to multi-objective evolutionary algorithms: from flexible frameworks to automatic design. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2016.
+[ bib ] +
+Supervised by Thomas Stützle and Manuel López-Ibáñez +
+ +
+ + +
+[1569] +
+
+Leonora Bianchi, L. M. Gambardella, and Marco Dorigo. + An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem. + In J.-J. Merelo et al., editors, Parallel Problem Solving from Nature – PPSN VII, volume 2439 of Lecture Notes in Computer Science, pp.  883–892. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1570] +
+
+Armin Biere. + Yet another Local Search Solver and Lingeling and Friends Entering the SAT Competition 2014. + In A. Belov, D. Diepold, M. Heule, and M. Järvisalo, editors, Proceedings of SAT Competition 2014: Solver and Benchmark Descriptions, volume B-2014-2 of Science Series of Publications B, pp.  39–40. University of Helsinki, 2014.
+[ bib ] + +
+ + +
+[1571] +
+
+André Biedenkapp, H. Furkan Bozkurt, Theresa Eimer, Frank Hutter, and Marius Thomas Lindauer. + Dynamic Algorithm Configuration: Foundation of a New Meta-Algorithmic Framework. + In G. D. Giacomo, A. Catala, B. Dilkina, M. Milano, S. Barro, A. Bugarín, and J. Lang, editors, Proceedings of the 24th European Conference on Artificial Intelligence (ECAI), volume 325 of Frontiers in Artificial Intelligence and Applications, pp.  427–434. IOS Press, 2020.
+[ bib | +epub ] + +
+ + +
+[1572] +
+
+André Biedenkapp, Marius Thomas Lindauer, Katharina Eggensperger, Frank Hutter, Chris Fawcett, and Holger H. Hoos. + Efficient Parameter Importance Analysis via Ablation with Surrogates. + In S. P. Singh and S. Markovitch, editors, Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, February 2017.
+[ bib | +DOI ] + +
+ + +
+[1573] +
+
+André Biedenkapp, Joshua Marben, Marius Thomas Lindauer, and Frank Hutter. + CAVE: Configuration assessment, visualization and evaluation. + In R. Battiti, M. Brunato, I. Kotsireas, and P. M. Pardalos, editors, Learning and Intelligent Optimization, 12th International Conference, LION 12, volume 11353 of Lecture Notes in Computer Science, pp.  115–130. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] + +
+ + +
+[1574] +
+
+George Bilchev and Ian C. Parmee. + The Ant Colony Metaphor for Searching Continuous Design Spaces. + In T. C. Fogarty, editor, Evolutionary Computing, AISB Workshop, volume 993 of Lecture Notes in Computer Science, pp.  25–39. Springer, Berlin, Germany, 1995.
+[ bib | +DOI ] + +
+ + +
+[1575] +
+
+Mauro Birattari, Prasanna Balaprakash, and Marco Dorigo. + The ACO/F-RACE algorithm for combinatorial optimization under uncertainty. + In K. F. Doerner, M. Gendreau, P. Greistorfer, W. J. Gutjahr, R. F. Hartl, and M. Reimann, editors, Metaheuristics – Progress in Complex Systems Optimization, volume 39 of Operations Research/Computer Science Interfaces Series, pp.  189–203. Springer, New York, NY, 2006.
+[ bib ] + +
+ + +
+[1576] +
+
+Mauro Birattari, Marco Chiarandini, Marco Saerens, and Thomas Stützle. + Learning Graphical Models for Algorithm Configuration. + In T. Berthold, A. M. Gleixner, S. Heinz, and T. Koch, editors, Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2011, Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[1577] +
+
+Mauro Birattari, Gianni A. Di Caro, and Marco Dorigo. + Toward the formal foundation of Ant Programming. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  188–201. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1578] +
+
+Steven Bird, Ewan Klein, and Edward Loper. + Natural language processing with Python: analyzing text with the natural language toolkit. + O'Reilly Media, Inc., 2009.
+[ bib ] + +
+ + +
+[1579] +
+
+Mauro Birattari, Thomas Stützle, Luís Paquete, and Klaus Varrentrapp. + A Racing Algorithm for Configuring Metaheuristics. + In W. B. Langdon et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2002, pp.  11–18. Morgan Kaufmann Publishers, San Francisco, CA, 2002.
+[ bib | +epub ] +
+Keywords: F-race +
+ +
+ + +
+[1580] +
+
+Mauro Birattari, Zhi Yuan, Prasanna Balaprakash, and Thomas Stützle. + F-Race and Iterated F-Race: An Overview. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  311–336. Springer, Berlin, Germany, 2010.
+[ bib | +DOI ] +
+Keywords: F-race, iterated F-race, irace, tuning +
+ +
+ + +
+[1581] +
+
+Mauro Birattari, Zhi Yuan, Prasanna Balaprakash, and Thomas Stützle. + Parameter Adaptation in Ant Colony Optimization. + In M. Caserta and S. Voß, editors, Proceedings of MIC 2009, the 8th Metaheuristics International Conference, Hamburg, Germany, 2010. University of Hamburg.
+[ bib ] + +
+ + +
+[1582] +
+
+Mauro Birattari. + Tuning Metaheuristics: A Machine Learning Perspective, volume 197 of Studies in Computational Intelligence. + Springer, Berlin/Heidelberg, 2009.
+[ bib | +DOI ] +
+Based on the PhD thesis [1583] +
+ +
+ + +
+[1583] +
+
+Mauro Birattari. + The Problem of Tuning Metaheuristics as Seen from a Machine Learning Perspective. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2004.
+[ bib ] +
+Supervised by Marco Dorigo +
+ +
+ + +
+[1584] +
+
+Francesco Biscani, Dario Izzo, and Chit Hong Yam. + A Global Optimisation Toolbox for Massively Parallel Engineering Optimisation. + In Astrodynamics Tools and Techniques (ICATT 2010), 4th International Conference on, 2010.
+[ bib | +http ] +
+Keywords: PaGMO +
+ +
+ + +
+[1585] +
+
+Bernd Bischl, Olaf Mersmann, Heike Trautmann, and Mike Preuss. + Algorithm Selection Based on Exploratory Landscape Analysis and Cost-sensitive Learning. + In T. Soule and J. H. Moore, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2012, pp.  313–320. ACM Press, New York, NY, 2012.
+[ bib ] +
+Keywords: continuous optimization, landscape analysis, algorithm selection +
+ +
+ + +
+[1586] +
+
+Christopher M. Bishop. + Pattern recognition and machine learning. + Springer, 2006.
+[ bib ] + +
+ + +
+[1587] +
+
+Erdem Bıyık, Jonathan Margoliash, Shahrouz Ryan Alimo, and Dorsa Sadigh. + Efficient and Safe Exploration in Deterministic Markov Decision Processes with Unknown Transition Models. + In 2019 American Control Conference (ACC), pp.  1792–1799. IEEE, 2019.
+[ bib | +DOI ] + +
+ + +
+[1588] +
+
+María J. Blesa and Christian Blum. + Ant Colony Optimization for the Maximum Edge-Disjoint Paths Problem. + In G. R. Raidl et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2004, volume 3005 of Lecture Notes in Computer Science, pp.  160–169. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[1589] +
+
+John Blitzer, Ryan McDonald, and Fernando Pereira. + Domain adaptation with structural correspondence learning. + In D. Jurafsky and E. Gaussier, editors, Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP2006, Empirical Methods in Natural Language Processing, pp.  120–128, 2006.
+[ bib ] + +
+ + +
+[1590] +
+
+Aymeric Blot, Holger H. Hoos, Laetitia Jourdan, Marie-Eléonore Kessaci-Marmion, and Heike Trautmann. + MO-ParamILS: A Multi-objective Automatic Algorithm Configuration Framework. + In P. Festa, M. Sellmann, and J. Vanschoren, editors, Learning and Intelligent Optimization, 10th International Conference, LION 10, volume 10079 of Lecture Notes in Computer Science, pp.  32–47. Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[1591] +
+
+Aymeric Blot, Laetitia Jourdan, and Marie-Eléonore Kessaci-Marmion. + Automatic design of multi-objective local search algorithms: case study on a bi-objective permutation flowshop scheduling problem. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  227–234. ACM Press, New York, NY, 2017.
+[ bib | +DOI ] + +
+ + +
+[1592] +
+
+Aymeric Blot, Manuel López-Ibáñez, Marie-Eléonore Kessaci-Marmion, and Laetitia Jourdan. + New Initialisation Techniques for Multi-Objective Local Search: Application to the Bi-objective Permutation Flowshop. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11101 of Lecture Notes in Computer Science, pp.  323–334. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] + +
+ + +
+[1593] +
+
+Aymeric Blot, Alexis Pernet, Laetitia Jourdan, Marie-Eléonore Kessaci-Marmion, and Holger H. Hoos. + Automatically Configuring Multi-objective Local Search Using Multi-objective Optimisation. + In H. Trautmann, G. Rudolph, K. Klamroth, O. Schütze, M. M. Wiecek, Y. Jin, and C. Grimme, editors, Evolutionary Multi-criterion Optimization, EMO 2017, volume 10173 of Lecture Notes in Computer Science, pp.  61–76. Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[1594] +
+
+Christian Blum, J. Bautista, and J. Pereira. + Beam-ACO applied to assembly line balancing. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  96–107. Springer, Heidelberg, Germany, 2006.
+[ bib | +DOI ] + +
+ + +
+[1595] +
+
+Christian Blum, María J. Blesa, and Manuel López-Ibáñez. + Beam Search for the Longest Common Subsequence Problem. + Technical Report LSI-08-29, Department LSI, Universitat Politècnica de Catalunya, 2008. + Published in Computers & Operations Research [149].
+[ bib ] + +
+ + +
+[1596] +
+
+Christian Blum, Carlos Cotta, Antonio J. Fernández, and J. E. Gallardo. + A probabilistic beam search algorithm for the shortest common supersequence problem. + In C. Cotta et al., editors, Proceedings of EvoCOP 2007 – Seventh European Conference on Evolutionary Computation in Combinatorial Optimisation, volume 4446 of Lecture Notes in Computer Science, pp.  36–47. Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[1597] +
+
+Christian Blum and Manuel López-Ibáñez. + Ant Colony Optimization. + In The Industrial Electronics Handbook: Intelligent Systems. CRC Press, 2nd edition, 2011.
+[ bib | +http ] + +
+ + +
+[1598] +
+
+Christian Blum and M. Mastrolilli. + Using Branch & Bound Concepts in Construction-Based Metaheuristics: Exploiting the Dual Problem Knowledge. + In T. Bartz-Beielstein, M. J. Blesa, C. Blum, B. Naujoks, A. Roli, G. Rudolph, and M. Sampels, editors, Hybrid Metaheuristics, volume 4771 of Lecture Notes in Computer Science, pp.  123–139. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[1599] +
+
+C. Blum and D. Merkle, editors. + Swarm Intelligence–Introduction and Applications. + Natural Computing Series. Springer Verlag, Berlin, Germany, 2008.
+[ bib ] + +
+ + +
+[1600] +
+
+Christian Blum and Günther R. Raidl. + Hybrid Metaheuristics—Powerful Tools for Optimization. + Artificial Intelligence: Foundations, Theory, and Algorithms. Springer, Berlin, Germany, 2016.
+[ bib ] + +
+ + +
+[1601] +
+
+Christian Blum and Andrea Roli. + Hybrid metaheuristics: an introduction. + In C. Blum, M. J. Blesa, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics: An emergent approach for optimization, volume 114 of Studies in Computational Intelligence, pp.  1–30. Springer, Berlin, Germany, 2008.
+[ bib ] + +
+ + +
+[1602] +
+
+Christian Blum and M. Yábar Vallès. + Multi-level ant colony optimization for DNA sequencing by hybridization. + In F. Almeida et al., editors, Hybrid Metaheuristics, volume 4030 of Lecture Notes in Computer Science, pp.  94–109. Springer, Heidelberg, Germany, 2006.
+[ bib | +DOI ] + +
+ + +
+[1603] +
+
+K. D. Boese. + Models for Iterative Global Optimization. + PhD thesis, University of California, Computer Science Department, Los Angeles, CA, 1996.
+[ bib ] + +
+ + +
+[1604] +
+
+Béla Bollobás. + Random Graphs. + Cambridge University Press, New York, NY, 2nd edition, 2001.
+[ bib ] + +
+ + +
+[1605] +
+
+Grady Booch, James E. Rumbaugh, and Ivar Jacobson. + The Unified Modeling Language User Guide. + Addison-Wesley, 2nd edition, 2005.
+[ bib ] + +
+ + +
+[1606] +
+
+P. C. Borges and Michael Pilegaard Hansen. + A basis for future successes in multiobjective combinatorial optimization. + Technical Report IMM-REP-1998-8, Institute of Mathematical Modelling, Technical University of Denmark, Lyngby, Denmark, 1998.
+[ bib ] + +
+ + +
+[1607] +
+
+Allan Borodin and Ran El-Yaniv. + Online computation and competitive analysis. + Cambridge University Press, New York, NY, 1998.
+[ bib ] + +
+ + +
+[1608] +
+
+Michael Borenstein, Larry V. Hedges, Julian P. T. Higgins, and Hannah R. Rothstein. + Introduction to Meta-Analysis. + Wiley, 2009.
+[ bib ] + +
+ + +
+[1609] +
+
+Bernhard E. Boser, Isabelle Guyon, and Vladimir Vapnik. + A Training Algorithm for Optimal Margin Classifiers. + In D. Haussler, editor, COLT'92, pp.  144–152. ACM Press, 1992.
+[ bib | +DOI ] +
+Proposed SVM +
+ +
+ + +
+[1610] +
+
+Jakob Bossek, Pascal Kerschke, Aneta Neumann, Markus Wagner, Frank Neumann, and Heike Trautmann. + Evolving Diverse TSP Instances by Means of Novel and Creative Mutation Operators. + In T. Friedrich, C. Doerr, and D. V. Arnold, editors, Proceedings of the 15th ACM/SIGEVO Conference on Foundations of Genetic Algorithms, pp.  58–71. ACM, 2019.
+[ bib ] + +
+ + +
+[1611] +
+
+Paul F. Boulos, Chun Hou Orr, Werner de Schaetzen, J. G. Chatila, Michael Moore, Paul Hsiung, and Devan Thomas. + Optimal pump operation of water distribution systems using genetic algorithms. + In AWWA Distribution System Symp., Denver, USA, 2001. American Water Works Association.
+[ bib ] + +
+ + +
+[1612] +
+
+V. Bowman and Jr. Joseph. + On the Relationship of the Tchebycheff Norm and the Efficient Frontier of Multiple-Criteria Objectives. + In H. Thiriez and S. Zionts, editors, Multiple Criteria Decision Making, volume 130 of Lecture Notes in Economics and Mathematical Systems, pp.  76–86. Springer, Berlin/Heidelberg, 1976.
+[ bib | +DOI ] + +
+ + +
+[1613] +
+
+George E. P. Box and Norman R. Draper. + Response surfaces, mixtures, and ridge analyses. + John Wiley & Sons, 2007.
+[ bib ] + +
+ + +
+[1614] +
+
+G. E. P. Box, W. G. Hunter, and J. S. Hunter. + Statistics for experimenters: an introduction to design, data analysis, and model building. + John Wiley & Sons, New York, NY, 1978.
+[ bib ] + +
+ + +
+[1615] +
+
+A. Brandt. + Multilevel Computations: Review and Recent Developments. + In S. F. McCormick, editor, Multigrid Methods: Theory, Applications, and Supercomputing, Proceedings of the 3rd Copper Mountain Conference on Multigrid Methods, volume 110 of Lecture Notes in Pure and Applied Mathematics, pp.  35–62. Marcel Dekker, New York, NY, 1988.
+[ bib ] + +
+ + +
+[1616] +
+
+L. Bradstreet, L. Barone, L. While, S. Huband, and P. Hingston. + Use of the WFG Toolkit and PISA for Comparison of MOEAs. + In IEEE Symposium on Computational Intelligence in Multicriteria Decision-Making, IEEE MCDM, pp.  382–389, 2007.
+[ bib ] + +
+ + +
+[1617] +
+
+Cristóbal Barba-González, Vesa Ojalehto, José García-Nieto, Antonio J. Nebro, Kaisa Miettinen, and José F. Aldana-Montes. + Artificial Decision Maker Driven by PSO: An Approach for Testing Reference Point Based Interactive Methods. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11101 of Lecture Notes in Computer Science, pp.  274–285. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] +
+Keywords: machine decision-maker +
+ +
+ + +
+[1618] +
+
+Jürgen Branke, Salvatore Corrente, Salvatore Greco, Milosz Kadziński, Manuel López-Ibáñez, Vincent Mousseau, Mauro Munerato, and Roman Slowiński. + Behavior-Realistic Artificial Decision-Makers to Test Preference-Based Multi-objective Optimization Method (Working Group “Machine Decision-Making”). + In S. Greco, K. Klamroth, J. D. Knowles, and G. Rudolph, editors, Understanding Complexity in Multiobjective Optimization (Dagstuhl Seminar 15031), volume 5(1) of Dagstuhl Reports, pp.  110–116. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2015.
+[ bib | +DOI ] +
+Keywords: multiple criteria decision making, evolutionary + multiobjective optimization +
+ +
+ + +
+[1619] +
+
+Jürgen Branke and Kalyanmoy Deb. + Integrating User Preferences into Evolutionary Multi-Objective Optimization. + In Y. Jin, editor, Knowledge Incorporation in Evolutionary Computation, pp.  461–477. Springer, Berlin/Heidelberg, 2005.
+[ bib | +DOI ] +
+Many real-world optimization problems involve multiple, + typically conflicting objectives. Often, it is very difficult + to weigh the different criteria exactly before alternatives + are known. Evolutionary multi-objective optimization usually + solves this predicament by searching for the whole + Pareto-optimal front of solutions. However, often the user + has at least a vague idea about what kind of solutions might + be preferred. In this chapter, we argue that such knowledge + should be used to focus the search on the most interesting + (from a user's perspective) areas of the Paretooptimal + front. To this end, we present and compare two methods which + allow to integrate vague user preferences into evolutionary + multi-objective algorithms. As we show, such methods may + speed up the search and yield a more fine-grained selection + of alternatives in the most relevant parts of the + Pareto-optimal front. +
+ +
+ + +
+[1620] +
+
+Yesnier Bravo, Javier Ferrer, Gabriel J. Luque, and Enrique Alba. + Smart Mobility by Optimizing the Traffic Lights: A New Tool for Traffic Control Centers. + In E. Alba, F. Chicano, and G. J. Luque, editors, Smart Cities (Smart-CT 2016), Lecture Notes in Computer Science, pp.  147–156. Springer, Cham, Switzerland, 2016.
+[ bib | +DOI ] +
+Urban traffic planning is a fertile area of Smart Cities to + improve efficiency, environmental care, and safety, since the + traffic jams and congestion are one of the biggest sources of + pollution and noise. Traffic lights play an important role in + solving these problems since they control the flow of the + vehicular network at the city. However, the increasing number + of vehicles makes necessary to go from a local control at one + single intersection to a holistic approach considering a + large urban area, only possible using advanced computational + resources and techniques. Here we propose HITUL, a system + that supports the decisions of the traffic control managers + in a large urban area. HITUL takes the real traffic + conditions and compute optimal traffic lights plans using + bio-inspired techniques and micro-simulations. We compare our + system against plans provided by experts. Our solutions not + only enable continuous traffic flows but reduce the + pollution. A case study of Málaga city allows us to + validate the approach and show its benefits for other cities + as well. +
+
+Keywords: Multi-objective optimization, Smart mobility, Traffic lights + planning +
+ +
+ + +
+[1621] +
+
+Jean-Pierre Brans and Bertrand Mareschal. + PROMETHEE-GAIA. Une méthode d'aide à la décision en présence de critères multiples. + Editions Ellipses, Paris, France, 2002.
+[ bib ] + +
+ + +
+[1622] +
+
+Jean-Pierre Brans and Bertrand Mareschal. + PROMETHEE Methods. + In J. R. Figueira, S. Greco, and M. Ehrgott, editors, Multiple Criteria Decision Analysis, State of the Art Surveys, chapter 5, pp.  163–195. Springer, 2005.
+[ bib ] + +
+ + +
+[1623] +
+
+Jürgen Branke, C. Schmidt, and H. Schmeck. + Efficient fitness estimation in noisy environments. + In E. D. Goodman, editor, Proceedings of the 3rd Annual Conference on Genetic and Evolutionary Computation, GECCO 2001, pp.  243–250. Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib ] + +
+ + +
+[1624] +
+
+Jürgen Branke, Salvatore Corrente, Salvatore Greco, Roman Slowiński, and P. Zielniewicz. + Using Choquet integral as preference model in interactive evolutionary multiobjective optimization. + Technical report, WBS, University of Warwick, 2014.
+[ bib ] + +
+ + +
+[1625] +
+
+Jürgen Branke and Jawad Elomari. + Simultaneous tuning of metaheuristic parameters for various computing budgets. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  263–264. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] +
+Keywords: meta-optimization, offline parameter optimization +
+ +
+ + +
+[1626] +
+
+Jürgen Branke and Jawad Elomari. + Racing with a Fixed Budget and a Self-Adaptive Significance Level. + In P. M. Pardalos and G. Nicosia, editors, Learning and Intelligent Optimization, 7th International Conference, LION 7, volume 7997 of Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[1627] +
+
+Leo Breiman, Jerome Friedman, Charles J. Stone, and Richard A. Olshen. + Classification and regression trees. + CRC Press, 1984.
+[ bib ] + +
+ + +
+[1628] +
+
+Mátyás Brendel and Marc Schoenauer. + Learn-and-Optimize: A Parameter Tuning Framework for Evolutionary AI Planning. + In J.-K. Hao, P. Legrand, P. Collet, N. Monmarché, E. Lutton, and M. Schoenauer, editors, Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011, volume 7401 of Lecture Notes in Computer Science, pp.  145–155. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[1629] +
+
+Mátyás Brendel and Marc Schoenauer. + Instance-based Parameter Tuning for Evolutionary AI Planning. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2011, pp.  591–598. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] + +
+ + +
+[1630] +
+
+Karl Bringmann and Tobias Friedrich. + Approximating the Least Hypervolume Contributor: NP-Hard in General, But Fast in Practice. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  6–20. Springer, Heidelberg, Germany, 2009.
+[ bib ] +
+Extended version published in [184] +
+ +
+ + +
+[1631] +
+
+Karl Bringmann and Tobias Friedrich. + The Maximum Hypervolume Set Yields Near-optimal Approximation. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  511–518. ACM Press, New York, NY, 2010.
+[ bib ] +
+Proved that hypervolume approximates the additive + ε-indicator, converging quickly as N increases, + that is, sets that maximize hypervolume are near optimal on + additive ε too, with the gap diminishing as quickly + as O(1/N). +
+ +
+ + +
+[1632] +
+
+Karl Bringmann and Tobias Friedrich. + Tight bounds for the approximation ratio of the hypervolume indicator. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  607–616. Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[1633] +
+
+Karl Bringmann and Tobias Friedrich. + Convergence of Hypervolume-Based Archiving Algorithms I: Effectiveness. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  745–752. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] +
+Extended version published as [186] +
+ +
+ + +
+[1634] +
+
+Karl Bringmann and Tobias Friedrich. + Convergence of Hypervolume-Based Archiving Algorithms II: Competitiveness. + In T. Soule and J. H. Moore, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2012, pp.  457–464. ACM Press, New York, NY, 2012.
+[ bib | +DOI ] +
+Extended version published as [186] +
+ +
+ + +
+[1635] +
+
+Karl Bringmann, Tobias Friedrich, and Patrick Klitzke. + Generic postprocessing via subset selection for hypervolume and epsilon-indicator. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  518–527. Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[1636] +
+
+Karl Bringmann, Tobias Friedrich, and Patrick Klitzke. + Two-dimensional subset selection for hypervolume and epsilon-indicator. + In C. Igel and D. V. Arnold, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2014. ACM Press, New York, NY, 2014.
+[ bib | +DOI ] + +
+ + +
+[1637] +
+
+Andre Britto and Aurora Pozo. + Using archiving methods to control convergence and diversity for many-objective problems in particle swarm optimization. + In Proceedings of the 2012 Congress on Evolutionary Computation (CEC 2012), pp.  1–8, Piscataway, NJ, 2012. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1638] +
+
+Karl Bringmann and Tobias Friedrich. + Don't be greedy when calculating hypervolume contributions. + In I. I. Garibay, T. Jansen, R. P. Wiegand, and A. S. Wu, editors, Proceedings of the Tenth ACM SIGEVO Workshop on Foundations of Genetic Algorithms (FOGA), pp.  103–112. ACM, 2009.
+[ bib ] +
+Extended version published in [185] +
+ +
+ + +
+[1639] +
+
+Karl Bringmann, Tobias Friedrich, Frank Neumann, and Markus Wagner. + Approximation-guided Evolutionary Multi-objective Optimization. + In T. Walsh, editor, Proceedings of the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11), pp.  1198–1203. IJCAI/AAAI Press, Menlo Park, CA, 2011.
+[ bib ] + +
+ + +
+[1640] +
+
+Dimo Brockhoff. + A Bug in the Multiobjective Optimizer IBEA: Salutary Lessons for Code Release and a Performance Re-Assessment. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  187–201. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] + +
+ + +
+[1641] +
+
+Dimo Brockhoff, Roberto Calandra, Manuel López-Ibáñez, Frank Neumann, and Selvakumar Ulaganathan. + Meta-modeling for (interactive) multi-objective optimization (WG5). + In K. Klamroth, J. D. Knowles, G. Rudolph, and M. M. Wiecek, editors, Personalized Multiobjective Optimization: An Analytics Perspective (Dagstuhl Seminar 18031), volume 8(1) of Dagstuhl Reports, pp.  85–94. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2018.
+[ bib | +DOI ] +
+Keywords: multiple criteria decision making, evolutionary + multiobjective optimization +
+ +
+ + +
+[1642] +
+
+Dimo Brockhoff, Tobias Friedrich, N. Hebbinghaus, C. Klein, Frank Neumann, and Eckart Zitzler. + Do Additional Objectives Make a Problem Harder? + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  765–772. ACM Press, New York, NY, 2007.
+[ bib | +DOI ] + +
+ + +
+[1643] +
+
+Dimo Brockhoff, Manuel López-Ibáñez, Boris Naujoks, and Günther Rudolph. + Runtime Analysis of Simple Interactive Evolutionary Biobjective Optimization Algorithms. + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part I, volume 7491 of Lecture Notes in Computer Science, pp.  123–132. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] +
+Development and deployment of interactive evolutionary + multiobjective optimization algorithms (EMOAs) have recently + gained broad interest. In this study, first steps towards a + theory of interactive EMOAs are made by deriving bounds on + the expected number of function evaluations and queries to a + decision maker. We analyze randomized local search and the + (1+1)-EA on the biobjective problems LOTZ and COCZ under the + scenario that the decision maker interacts with these + algorithms by providing a subjective preference whenever + solutions are incomparable. It is assumed that this decision + is based on the decision maker's internal utility + function. We show that the performance of the interactive + EMOAs may dramatically worsen if the utility function is + non-linear instead of linear. +
+ +
+ + +
+[1644] +
+
+Dimo Brockhoff, Dhish Kumar Saxena, Kalyanmoy Deb, and Eckart Zitzler. + On Handling a Large Number of Objectives A Posteriori and During Optimization. + In J. D. Knowles, D. Corne, K. Deb, and D. R. Chair, editors, Multiobjective Problem Solving from Nature, Natural Computing Series, pp.  377–403. Springer, Berlin/Heidelberg, 2008.
+[ bib | +DOI ] +
+Dimensionality reduction methods are used routinely in + statistics, pattern recognition, data mining, and machine + learning to cope with high-dimensional spaces. Also in the + case of high-dimensional multiobjective optimization + problems, a reduction of the objective space can be + beneficial both for search and decision making. New questions + arise in this context, e.g., how to select a subset of + objectives while preserving most of the problem structure. In + this chapter, two different approaches to the task of + objective reduction are developed, one based on assessing + explicit conflicts, the other based on principal component + analysis (PCA). Although both methods use different + principles and preserve different properties of the + underlying optimization problems, they can be effectively + utilized either in an a posteriori scenario or during + search. Here, we demonstrate the usability of the + conflict-based approach in a decision-making scenario after + the search and show how the principal-component-based + approach can be integrated into an evolutionary + multicriterion optimization (EMO) procedure. +
+ +
+ + +
+[1645] +
+
+Dimo Brockhoff and Tea Tušar. + Benchmarking algorithms from the platypus framework on the biobjective bbob-biobj testbed. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1905–1911. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+Keywords: unbounded archive +
+ +
+ + +
+[1646] +
+
+Dimo Brockhoff, Tobias Wagner, and Heike Trautmann. + On the properties of the R2 indicator. + In T. Soule and J. H. Moore, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2012, pp.  465–472. ACM Press, New York, NY, 2012.
+[ bib ] +
+Proof that R2 is weakly Pareto compliant. +
+ +
+ + +
+[1647] +
+
+Dimo Brockhoff and Eckart Zitzler. + Are All Objectives Necessary? On Dimensionality Reduction in Evolutionary Multiobjective Optimization. + In T. P. Runarsson, H.-G. Beyer, E. K. Burke, J.-J. Merelo, D. Whitley, and X. Yao, editors, Parallel Problem Solving from Nature – PPSN IX, volume 4193 of Lecture Notes in Computer Science, pp.  533–542. Springer, Heidelberg, Germany, 2006.
+[ bib ] +
+Most of the available multiobjective evolutionary algorithms + (MOEA) for approximating the Pareto set have been designed + for and tested on low dimensional problems (≤3 + objectives). However, it is known that problems with a high + number of objectives cause additional difficulties in terms + of the quality of the Pareto set approximation and running + time. Furthermore, the decision making process becomes the + harder the more objectives are involved. In this context, the + question arises whether all objectives are necessary to + preserve the problem characteristics. One may also ask under + which conditions such an objective reduction is feasible, and + how a minimum set of objectives can be computed. In this + paper, we propose a general mathematical framework, suited to + answer these three questions, and corresponding algorithms, + exact and heuristic ones. The heuristic variants are geared + towards direct integration into the evolutionary search + process. Moreover, extensive experiments for four well-known + test problems show that substantial dimensionality reductions + are possible on the basis of the proposed methodology. +
+ +
+ + +
+[1648] +
+
+Dimo Brockhoff and Eckart Zitzler. + Dimensionality Reduction in Multiobjective Optimization: The Minimum Objective Subset Problem. + In K.-H. Waldmann and U. M. Stocker, editors, Operations Research Proceedings 2006, pp.  423–429. Springer, Berlin/Heidelberg, 2007.
+[ bib | +DOI ] +
+The number of objectives in a multiobjective optimization + problem strongly influences both the performance of + generating methods and the decision making process in + general. On the one hand, with more objectives, more + incomparable solutions can arise, the number of which affects + the generating method's performance. On the other hand, the + more objectives are involved the more complex is the choice + of an appropriate solution for a (human) decision maker. In + this context, the question arises whether all objectives are + actually necessary and whether some of the objectives may be + omitted; this question in turn is closely linked to the + fundamental issue of conflicting and non-conflicting + optimization criteria. Besides a general definition of + conflicts between objective sets, we here introduce the + NP-hard problem of computing a minimum subset of objectives + without losing information (MOSS). Furthermore, we present + for MOSS both an approximation algorithm with optimum + approximation ratio and an exact algorithm which works well + for small input instances. We conclude with experimental + results for a random problem and the multiobjective + 0/1-knapsack problem +
+
+Keywords: objective reduction +
+ +
+ + +
+[1649] +
+
+Dimo Brockhoff and Eckart Zitzler. + Improving hypervolume-based multiobjective evolutionary algorithms by using objective reduction methods. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  2086–2093, Piscataway, NJ, 2007. IEEE Press.
+[ bib | +DOI ] +
+Keywords: objective reduction +
+ +
+ + +
+[1650] +
+
+Artur Brum and Marcus Ritt. + Automatic Design of Heuristics for Minimizing the Makespan in Permutation Flow Shops. + In Proceedings of the 2018 Congress on Evolutionary Computation (CEC 2018), pp.  1–8, Piscataway, NJ, 2018. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1651] +
+
+Artur Brum and Marcus Ritt. + Automatic Algorithm Configuration for the Permutation Flow Shop Scheduling Problem Minimizing Total Completion Time. + In A. Liefooghe and M. López-Ibáñez, editors, Proceedings of EvoCOP 2018 – 18th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 10782 of Lecture Notes in Computer Science, pp.  85–100. Springer, Heidelberg, Germany, 2018.
+[ bib | +DOI ] + +
+ + +
+[1652] +
+
+T. N. Bui and J. R. Rizzo, Jr. + Finding Maximum Cliques with Distributed Ants. + In K. Deb et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2004, Part I, volume 3102 of Lecture Notes in Computer Science, pp.  24–35. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[1653] +
+
+Edmund K. Burke and Yuri Bykov. + The Late Acceptance Hill-Climbing Heuristic. + Technical Report CSM-192, University of Stirling, 2012.
+[ bib ] + +
+ + +
+[1654] +
+
+Edmund K. Burke, Matthew R. Hyde, Graham Kendall, and John R. Woodward. + Automatic Heuristic Generation with Genetic Programming: Evolving a Jack-of-all-trades or a Master of One. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  1559–1565. ACM Press, New York, NY, 2007.
+[ bib | +DOI ] + +
+ + +
+[1655] +
+
+Edmund K. Burke, Matthew R. Hyde, Graham Kendall, Gabriela Ochoa, Ender Özcan, and John R. Woodward. + A Classification of Hyper-Heuristic Approaches: Revisited. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 272 of International Series in Operations Research & Management Science, chapter 14, pp.  453–477. Springer, 2019.
+[ bib | +DOI ] + +
+ + +
+[1656] +
+
+Rainer E. Burkard, Eranda Çela, Panos M. Pardalos, and L. S. Pitsoulis. + The quadratic assignment problem. + In P. M. Pardalos and D.-Z. Du, editors, Handbook of Combinatorial Optimization, volume 2, pp.  241–338. Kluwer Academic Publishers, 1998.
+[ bib ] + +
+ + +
+[1657] +
+
+Maxim Buzdalov. + Towards better estimation of statistical significance when comparing evolutionary algorithms. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1782–1788. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[1658] +
+
+Nicola Beume, Carlos M. Fonseca, Manuel López-Ibáñez, Luís Paquete, and Jan Vahrenhold. + On the Complexity of Computing the Hypervolume Indicator. + Technical Report CI-235/07, University of Dortmund, December 2007. + Published in IEEE Transactions on Evolutionary Computation [126].
+[ bib ] + +
+ + +
+[1659] +
+
+COnfiguration and SElection of ALgorithms. + http://www.coseal.net, 2017.
+[ bib ] + +
+ + +
+[1660] +
+
+IBM. + ILOG CPLEX Optimizer. + http://www.ibm.com/software/integration/optimization/cplex-optimizer/, 2017.
+[ bib ] + +
+ + +
+[1661] +
+
+Borja Calvo, Ofer M. Shir, Josu Ceberio, Carola Doerr, Hao Wang, Thomas Bäck, and José A. Lozano. + Bayesian Performance Analysis for Black-box Optimization Benchmarking. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1789–1797. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+Keywords: bayesian inference, benchmarking, black-box optimization, + evolutionary algorithms, performance measures, plackett-luce + model +
+ +
+ + +
+[1662] +
+
+Christian Leonardo Camacho-Villalón, Marco Dorigo, and Thomas Stützle. + Why the Intelligent Water Drops Cannot Be Considered as a Novel Algorithm. + In M. Dorigo, M. Birattari, A. L. Christensen, A. Reina, and V. Trianni, editors, Swarm Intelligence, 11th International Conference, ANTS 2018, volume 11172 of Lecture Notes in Computer Science, pp.  302–314. Springer, Heidelberg, Germany, 2018.
+[ bib ] + +
+ + +
+[1663] +
+
+Paolo Campigotto and Andrea Passerini. + Adapting to a realistic decision maker: experiments towards a reactive multi-objective optimizer. + In C. Blum and R. Battiti, editors, Learning and Intelligent Optimization, 4th International Conference, LION 4, volume 6073 of Lecture Notes in Computer Science, pp.  338–341. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[1664] +
+
+Christian Leonardo Camacho-Villalón, Thomas Stützle, and Marco Dorigo. + Grey Wolf, Firefly and Bat Algorithms: Three Widespread Algorithms that Do Not Contain Any Novelty. + In M. Dorigo, T. Stützle, M. J. Blesa, C. Blum, H. Hamann, and M. K. Heinrich, editors, Swarm Intelligence, 12th International Conference, ANTS 2020, volume 12421 of Lecture Notes in Computer Science, pp.  121–133. Springer, Heidelberg, Germany, 2020.
+[ bib ] + +
+ + +
+[1665] +
+
+Felipe Campelo, Áthila R. Trindade, and Manuel López-Ibáñez. + Pseudoreplication in Racing Methods for Tuning Metaheuristics. + In preparation, 2017.
+[ bib ] + +
+ + +
+[1666] +
+
+E. Cantú-Paz. + Efficient and Accurate Parallel Genetic Algorithms. + Kluwer Academic Publishers, Boston, MA, 2000.
+[ bib ] + +
+ + +
+[1667] +
+
+P. Cardoso, M. Jesus, and A. Marquez. + MONACO: multi-objective network optimisation based on an ACO. + In Proc. X Encuentros de Geometría Computacional, Seville, Spain, 2003.
+[ bib ] + +
+ + +
+[1668] +
+
+Alex Guimarães Cardoso de Sá, Walter José G. S. Pinto, Luiz Otávio Vilas Boas Oliveira, and Gisele Pappa. + RECIPE: A Grammar-Based Framework for Automatically Evolving Classification Pipelines. + In J. McDermott, M. Castelli, L. Sekanina, E. Haasdijk, and P. García-Sánchez, editors, Proceedings of the 20th European Conference on Genetic Programming, EuroGP 2017, volume 10196 of Lecture Notes in Computer Science, pp.  246–261. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[1669] +
+
+Ioannis Caragiannis, Ariel D. Procaccia, and Nisarg Shah. + When Do Noisy Votes Reveal the Truth? + In M. J. Kearns, R. P. McAfee, and É. Tardos, editors, Proceedings of the Fourteenth ACM Conference on Electronic Commerce, pp.  143–160. ACM Press, New York, NY, 2013.
+[ bib | +DOI ] +
+A well-studied approach to the design of voting rules views + them as maximum likelihood estimators; given votes that are + seen as noisy estimates of a true ranking of the + alternatives, the rule must reconstruct the most likely true + ranking. We argue that this is too stringent a requirement, + and instead ask: How many votes does a voting rule need to + reconstruct the true ranking? We define the family of + pairwise-majority consistent rules, and show that for all + rules in this family the number of samples required from the + Mallows noise model is logarithmic in the number of + alternatives, and that no rule can do asymptotically better + (while some rules like plurality do much worse). Taking a + more normative point of view, we consider voting rules that + surely return the true ranking as the number of samples tends + to infinity (we call this property accuracy in the limit); + this allows us to move to a higher level of abstraction. We + study families of noise models that are parametrized by + distance functions, and find voting rules that are accurate + in the limit for all noise models in such general + families. We characterize the distance functions that induce + noise models for which pairwise-majority consistent rules are + accurate in the limit, and provide a similar result for + another novel family of position-dominance consistent + rules. These characterizations capture three well-known + distance functions. +
+
+Keywords: computer social choice, mallows model, sample complexity +
+ +
+ + +
+[1670] +
+
+Josu Ceberio, Alexander Mendiburu, and José A. Lozano. + Kernels of Mallows Models for Solving Permutation-based Problems. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  505–512. ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[1671] +
+
+Eranda Çela. + The Quadratic Assignment Problem: Theory and Algorithms. + Kluwer Academic Publishers, Dordrecht, The Netherlands, 1998.
+[ bib ] + +
+ + +
+[1672] +
+
+Amadeo Cesta, Angelo Oddi, and Stephen F. Smith. + Iterative Flattening: A Scalable Method for Solving Multi-Capacity Scheduling Problems. + In H. A. Kautz and B. W. Porter, editors, Proceedings of AAAI 2000 – Seventeenth National Conference on Artificial Intelligence, pp.  742–747. AAAI Press/MIT Press, Menlo Park, CA, 2000.
+[ bib ] + +
+ + +
+[1673] +
+
+S. T. H. Chang. + Optimizing the Real Time Operation of a Pumping Station at a Water Filtration Plant using Genetic Algorithms. + Honors thesis, Department of Civil and Environmental Engineering, The University of Adelaide, 1999.
+[ bib ] + +
+ + +
+[1674] +
+
+Donald V. Chase and Lindell E. Ormsbee. + Optimal pump operation of water distribution systems with multiple storage tanks. + In Proceedings of American Water Works Association Computer Specialty Conference, pp.  205–214, Denver, USA, 1989. AWWA.
+[ bib ] + +
+ + +
+[1675] +
+
+Donald V. Chase and Lindell E. Ormsbee. + An alternate formulation of time as a decision variable to facilitate real-time operation of water supply systems. + In Proceedings of the 18th Annual Conference of Water Resources Planning and Management, pp.  923–927, New York, NY, 1991. ASCE.
+[ bib ] + +
+ + +
+[1676] +
+
+Deyao Chen, Maxim Buzdalov, Carola Doerr, and Nguyen Dang. + Using Automated Algorithm Configuration for Parameter Control. + In F. Chicano, T. Friedrich, T. Kötzing, and F. Rothlauf, editors, Proceedings of the 17th ACM/SIGEVO Conference on Foundations of Genetic Algorithms, pp.  38–49. ACM, 2023.
+[ bib | +DOI ] + +
+ + +
+[1677] +
+
+Fei Chen, Yang Gao, Zhao-qian Chen, and Shi-fu Chen. + SCGA: Controlling genetic algorithms with Sarsa(0). + In Computational Intelligence for Modelling, Control and Automation, 2005 and International Conference on Intelligent Agents, Web Technologies and Internet Commerce, International Conference on, volume 1, pp.  1177–1183. IEEE, 2005.
+[ bib | +DOI ] + +
+ + +
+[1678] +
+
+Clément Chevalier, David Ginsbourger, Julien Bect, and Ilya Molchanov. + Estimating and Quantifying Uncertainties on Level Sets Using the Vorob'ev Expectation and Deviation with Gaussian Process Models. + In D. Ucinski, A. C. Atkinson, and M. Patan, editors, mODa 10–Advances in Model-Oriented Design and Analysis, pp.  35–43. Springer International Publishing, Heidelberg, Germany, 2013.
+[ bib | +DOI ] +
+Several methods based on Kriging have recently been proposed + for calculating a probability of failure involving + costly-to-evaluate functions. A closely related problem is to + estimate the set of inputs leading to a response exceeding a + given threshold. Now, estimating such a level set—and not + solely its volume—and quantifying uncertainties on it are + not straightforward. Here we use notions from random set + theory to obtain an estimate of the level set, together with + a quantification of estimation uncertainty. We give explicit + formulae in the Gaussian process set-up and provide a + consistency result. We then illustrate how space-filling + versus adaptive design strategies may sequentially reduce + level set estimation uncertainty. +
+ +
+ + +
+[1679] +
+
+Weiyu Chen, Hisao Ishibuchi, and Ke Shang. + Clustering-Based Subset Selection in Evolutionary Multiobjective Optimization. + In 2021 IEEE International Conference on Systems, Man, and Cybernetics, pp.  468–475. IEEE, 2021.
+[ bib ] + +
+ + +
+[1680] +
+
+Peter C. Cheeseman, Bob Kanefsky, and William M. Taylor. + Where the Really Hard Problems Are. + In J. Mylopoulos and R. Reiter, editors, Proceedings of the 12th International Joint Conference on Artificial Intelligence (IJCAI-91), pp.  331–340. Morgan Kaufmann Publishers, 1995.
+[ bib ] + +
+ + +
+[1681] +
+
+L. Chen, X. H. Xu, and Y. X. Chen. + An adaptive ant colony clustering algorithm. + In I. Cloete, K.-P. Wong, and M. Berthold, editors, Proceedings of the International Conference on Machine Learning and Cybernetics, pp.  1387–1392. IEEE Press, 2004.
+[ bib ] + +
+ + +
+[1682] +
+
+Weiyu Chen, Hisao Ishibuchi, and Ke Shang. + Modified Distance-based Subset Selection for Evolutionary Multi-objective Optimization Algorithms. + In Proceedings of the 2020 Congress on Evolutionary Computation (CEC 2020), pp.  1–8, Piscataway, NJ, 2020. IEEE Press.
+[ bib ] +
+Keywords: IGD+ +
+ +
+ + +
+[1683] +
+
+Lu Chen, Bin Xin, Jie Chen, and Juan Li. + A virtual-decision-maker library considering personalities and dynamically changing preference structures for interactive multiobjective optimization. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  636–641, Piscataway, NJ, 2017. IEEE Press.
+[ bib | +DOI ] +
+Keywords: machine DM, interactive EMOA +
+ +
+ + +
+[1684] +
+
+Francisco Chicano, Bilel Derbel, and Sébastien Verel. + Fourier Transform-based Surrogates for Permutation Problems. + In S. Silva and L. Paquete, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2023, pp.  275–283. ACM Press, New York, NY, 2023.
+[ bib | +DOI ] +
+ISBN: 9798400701191 +
+ +
+ + +
+[1685] +
+
+Marco Chiarandini and Yuri Goegebeur. + Mixed Models for the Analysis of Optimization Algorithms. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  225–264. Springer, Berlin, Germany, 2010.
+[ bib | +DOI ] +
+Preliminary version available as Tech. Rep. + MF-2009-07-001 at the The Danish Mathematical Society +
+ +
+ + +
+[1686] +
+
+Marco Chiarandini. + Stochastic Local Search Methods for Highly Constrained Combinatorial Optimisation Problems. + PhD thesis, FB Informatik, TU Darmstadt, Germany, 2005.
+[ bib ] + +
+ + +
+[1687] +
+
+Tsung-Che Chiang. + nsga3cpp: A C++ implementation of NSGA-III. + http://web.ntnu.edu.tw/~tcchiang/publications/nsga3cpp/nsga3cpp.htm, 2014.
+[ bib ] + +
+ + +
+[1688] +
+
+Matthias Christen, Olaf Schenk, and Helmar Burkhart. + PATUS: A Code Generation and Autotuning Framework for Parallel Iterative Stencil Computations on Modern Microarchitectures. + In F. Mueller, editor, Proceedings of the 2011 IEEE International Parallel & Distributed Processing Symposium, IPDPS '11, pp.  676–687. IEEE Computer Society, 2011.
+[ bib | +DOI ] + +
+ + +
+[1689] +
+
+Jan Christiaens and Greet Vanden Berghe. + Slack Induction by String Removals for Vehicle Routing Problems. + Technical Report 7-05-2018, Department of Computing Science, KU Leuven, Gent, Belgium, 2018.
+[ bib ] + +
+ + +
+[1690] +
+
+Nicos Christofides. + Worst-case analysis of a new heuristic for the travelling salesman problem. + Technical Report 388, Graduate School of Industrial Administration, Carnegie-Mellon University, Pittsburgh, PA, 1976.
+[ bib ] + +
+ + +
+[1691] +
+
+Tinkle Chugh and Manuel López-Ibáñez. + Maximising Hypervolume and Minimising ε-Indicators using Bayesian Optimisation over Sets. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1326–1334. ACM Press, New York, NY, 2021.
+[ bib | +DOI | +supplementary material ] +
+Keywords: multi-objective, surrogate models, epsilon, hypervolume +
+ +
+ + +
+[1692] +
+
+S. Chusanapiputt, D. Nualhong, S. Jantarang, and S. Phoomvuthisarn. + Selective self-adaptive approach to ant system for solving unit commitment problem. + In M. Cattolico et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2006, pp.  1729–1736. ACM Press, New York, NY, 2006.
+[ bib ] + +
+ + +
+[1693] +
+
+Tinkle Chugh. + Handling expensive multiobjective optimization problems with evolutionary algorithms. + PhD thesis, University of Jyväskylä, 2017.
+[ bib ] + +
+ + +
+[1694] +
+
+Tinkle Chugh. + Scalarizing Functions in Bayesian Multiobjective Optimization. + In Proceedings of the 2020 Congress on Evolutionary Computation (CEC 2020), pp.  1–8, Piscataway, NJ, 2020. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1695] +
+
+Christian Cintrano, Javier Ferrer, Manuel López-Ibáñez, and Enrique Alba. + Hybridization of Racing Methods with Evolutionary Operators for Simulation Optimization of Traffic Lights Programs. + In C. Zarges and S. Verel, editors, Proceedings of EvoCOP 2021 – 21th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 12692 of Lecture Notes in Computer Science, pp.  17–33. Springer, Cham, Switzerland, 2021.
+[ bib | +DOI ] +
+In many real-world optimization problems, like the traffic + light scheduling problem tackled here, the evaluation of + candidate solutions requires the simulation of a process + under various scenarios. Thus, good solutions should not only + achieve good objective function values, but they must be + robust (low variance) across all different scenarios. + Previous work has revealed the effectiveness of IRACE for + this task. However, the operators used by IRACE to generate + new solutions were designed for configuring algorithmic + parameters, that have various data types (categorical, + numerical, etc.). Meanwhile, evolutionary algorithms have + powerful operators for numerical optimization, which could + help to sample new solutions from the best ones found in the + search. Therefore, in this work, we propose a hybridization + of the elitist iterated racing mechanism of IRACE with + evolutionary operators from differential evo- lution and + genetic algorithms. We consider a realistic case study + derived from the traffic network of Malaga (Spain) with 275 + traffic lights that should be scheduled optimally. After a + meticulous study, we discovered that the hybrid algorithm + comprising IRACE plus differential evolution offers + statistically better results than conventional algorithms and + also improves travel times and reduces pollution. +
+
+Extended version published in Evolutionary Computation journal [264]. +
+
+Keywords: Hybrid algorithms, Evolutionary algorithms, Simulation + optimization, Uncertainty, Traffic light planning +
+ +
+ + +
+[1696] +
+
+Jill Cirasella, David S. Johnson, Lyle A. McGeoch, and Weixiong Zhang. + The Asymmetric Traveling Salesman Problem: Algorithms, Instance Generators, and Tests. + In A. L. Buchsbaum and J. Snoeyink, editors, Algorithm Engineering and Experimentation, Third International Workshop, ALENEX 2001, Washington, DC, USA, January 5-6, 2001, Revised Papers, volume 2153 of Lecture Notes in Computer Science, pp.  32–59, Berlin, Germany, 2001. Springer.
+[ bib | +DOI ] + +
+ + +
+[1697] +
+
+Jon Claerbout and Martin Karrenbach. + Electronic documents give reproducible research a new meaning. + In SEG Technical Program Expanded Abstracts 1992, pp.  601–604. Society of Exploration Geophysicists, 1992.
+[ bib | +DOI ] +
+Proposed a reproducibility taxonomy, defined reproducibility + and taxonomy +
+ +
+ + +
+[1698] +
+
+Maurice Clerc and J. Kennedy. + Standard PSO 2011. + Particle Swarm Central, 2011.
+[ bib | +http ] + +
+ + +
+[1699] +
+
+Maurice Clerc. + Standard Particle Swarm Optimisation. + hal-00764996, September 2012.
+[ bib | +http ] +
+Since 2006, three successive standard PSO versions have been + put on line on the Particle Swarm Central + (http://particleswarm.info), namely SPSO 2006, 2007, + and 2011. The basic principles of all three versions can be + informally described the same way, and in general, this + statement holds for almost all PSO variants. However, the + exact formulae are slightly different, because they took + advantage of latest theoretical analysis available at the + time they were designed. +
+
+Keywords: particle swarm optimisation +
+ +
+ + +
+[1700] +
+
+Carlos A. Coello Coello. + Multi-objective Evolutionary Algorithms in Real-World Applications: Some Recent Results and Current Challenges. + In Advances in Evolutionary and Deterministic Methods for Design, Optimization and Control in Engineering and Sciences, pp.  3–18. Springer, 2015.
+[ bib | +DOI ] + +
+ + +
+[1701] +
+
+Carlos A. Coello Coello, Gary B. Lamont, and David A. Van Veldhuizen. + Evolutionary Algorithms for Solving Multi-Objective Problems. + Springer, New York, NY, 2nd edition, 2007.
+[ bib | +DOI ] + +
+ + +
+[1702] +
+
+Carlos A. Coello Coello and Margarita Reyes-Sierra. + A Study of the Parallelization of a Coevolutionary Multi-objective Evolutionary Algorithm. + In R. Monroy, G. Arroyo-Figueroa, L. E. Sucar, and H. Sossa, editors, Proceedings of MICAI, volume 2972 of Lecture Notes in Artificial Intelligence, pp.  688–697. Springer, Heidelberg, Germany, 2004.
+[ bib ] +
+Introduces Inverted Generational Distance (IGD) +
+
+Keywords: IGD +
+ +
+ + +
+[1703] +
+
+Carlos A. Coello Coello. + Handling Preferences in Evolutionary Multiobjective Optimization: A Survey. + In Proceedings of the 2000 Congress on Evolutionary Computation (CEC'00), pp.  30–37, Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[1704] +
+
+Carlos A. Coello Coello. + Recent Results and Open Problems in Evolutionary Multiobjective Optimization. + In C. Martín-Vide, R. Neruda, and M. A. Vega-Rodríguez, editors, Theory and Practice of Natural Computing - 6th International Conference, TPNC 2017, volume 10687 of Lecture Notes in Computer Science, pp.  3–21. Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[1705] +
+
+Paul R. Cohen. + Empirical Methods for Artificial Intelligence. + MIT Press, Cambridge, MA, 1995.
+[ bib ] + +
+ + +
+[1706] +
+
+G. Cohen. + Optimal Control of Water Supply Networks. + In S. G. Tzafestas, editor, Optimization and Control of Dynamic Operational Research Models, volume 4, chapter 8, pp.  251–276. North-Holland Publishing Company, Amsterdam, 1982.
+[ bib ] + +
+ + +
+[1707] +
+
+Alberto Colorni, Marco Dorigo, and Vittorio Maniezzo. + Distributed Optimization by Ant Colonies. + In F. J. Varela and P. Bourgine, editors, Proceedings of the First European Conference on Artificial Life, pp.  134–142. MIT Press, Cambridge, MA, 1992.
+[ bib ] + +
+ + +
+[1708] +
+
+Sonia Colas, Nicolas Monmarché, Pierre Gaucher, and Mohamed Slimane. + Artificial Ants for the Optimization of Virtual Keyboard Arrangement for Disabled People. + In N. Monmarché, E.-G. Talbi, P. Collet, M. Schoenauer, and E. Lutton, editors, Artificial Evolution, volume 4926 of Lecture Notes in Computer Science, pp.  87–99. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[1709] +
+
+Andrew R. Conn, Katya Scheinberg, and Luis N. Vicente. + Introduction to Derivative-Free Optimization. + MPS–SIAM Series on Optimization. Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, 2009.
+[ bib ] + +
+ + +
+[1710] +
+
+David Applegate, Robert E. Bixby, Vašek Chvátal, and William J. Cook. + Concorde TSP Solver. + http://www.math.uwaterloo.ca/tsp/concorde.html, 2014. + Version visited last on 15 April 2014.
+[ bib ] + +
+ + +
+[1711] +
+
+W. J. Conover. + Practical Nonparametric Statistics. + John Wiley & Sons, New York, NY, 3rd edition, 1999.
+[ bib ] + +
+ + +
+[1712] +
+
+Stephen A. Cook. + The Complexity of Theorem-proving Procedures. + In Proceedings of the Third Annual ACM Symposium on Theory of Computing, STOC '71, pp.  151–158. ACM, 1971.
+[ bib | +DOI ] + +
+ + +
+[1713] +
+
+William J. Cook. + In Pursuit of the Traveling Salesman. + Princeton University Press, Princeton, NJ, 2012.
+[ bib ] + +
+ + +
+[1714] +
+
+William J. Cook. + Computing in Combinatorial Optimization. + In B. Steffen and G. Woeginger, editors, Computing and Software Science: State of the Art and Perspectives, volume 10000 of Lecture Notes in Computer Science, pp.  27–47. Springer, Cham, Switzerland, 2019.
+[ bib | +DOI ] + +
+ + +
+[1715] +
+
+David Corne, Nick R. Jerram, Joshua D. Knowles, and Martin J. Oates. + PESA-II: Region-Based Selection in Evolutionary Multiobjective Optimization. + In E. D. Goodman, editor, Proceedings of the 3rd Annual Conference on Genetic and Evolutionary Computation, GECCO 2001, pp.  283–290. Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib | +DOI ] + +
+ + +
+[1716] +
+
+David Corne and Joshua D. Knowles. + Some Multiobjective Optimizers are Better than Others. + In Proceedings of the 2003 Congress on Evolutionary Computation (CEC'03), pp.  2506–2512, Piscataway, NJ, December 2003. IEEE Press.
+[ bib ] + +
+ + +
+[1717] +
+
+David Corne and Joshua D. Knowles. + No free lunch and free leftovers theorems for multiobjective optimisation problems. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  327–341. Springer, Heidelberg, Germany, 2003.
+[ bib | +DOI ] + +
+ + +
+[1718] +
+
+David Corne, Joshua D. Knowles, and M. J. Oates. + The Pareto Envelope-Based Selection Algorithm for Multiobjective Optimization. + In M. Schoenauer et al., editors, Parallel Problem Solving from Nature – PPSN VI, volume 1917 of Lecture Notes in Computer Science, pp.  839–848. Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[1719] +
+
+Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. + Introduction to algorithms. + MIT Press, Cambridge, MA, 2009.
+[ bib ] + +
+ + +
+[1720] +
+
+David Corne and Alan Reynolds. + Evaluating optimization algorithms: bounds on the performance of optimizers on unseen problems. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  707–710. ACM Press, New York, NY, 2011.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[1721] +
+
+Oscar Cordón, I. Fernández de Viana, Francisco Herrera, and L. Moreno. + A New ACO Model Integrating Evolutionary Computation Concepts: The Best-Worst Ant System. + In M. Dorigo et al., editors, Abstract proceedings of ANTS 2000 – From Ant Colonies to Artificial Ants: Second International Workshop on Ant Algorithms, pp.  22–29. IRIDIA, Université Libre de Bruxelles, Belgium, September 7–9 2000.
+[ bib ] + +
+ + +
+[1722] +
+
+Peter I. Cowling, Graham Kendall, and Eric Soubeiga. + A Hyperheuristic Approach to Scheduling a Sales Summit. + In E. K. Burke and W. Erben, editors, PATAT 2000: Proceedings of the 3rd International Conference of the Practice and Theory of Automated Timetabling, volume 2079 of Lecture Notes in Computer Science, pp.  176–190. Springer, 2000.
+[ bib | +DOI ] +
+First mention of the term hyper-heuristic. +
+ +
+ + +
+[1723] +
+
+M. J. Crawley. + The R Book. + Wiley, 2nd edition, 2012.
+[ bib ] + +
+ + +
+[1724] +
+
+W. B. Crowston, F. Glover, G. L. Thompson, and J. D. Trawick. + Probabilistic and Parametric Learning Combinations of Local Job Shop Scheduling Rules. + ONR Research Memorandum No. 117, GSIA, Carnegie-Mellon University, Pittsburgh, PA, USA, 1963.
+[ bib ] + +
+ + +
+[1725] +
+
+Joseph C. Culberson. + Iterated Greedy Graph Coloring and the Difficulty Landscape. + Technical Report 92-07, Department of Computing Science, The University of Alberta, Edmonton, Alberta, Canada, 1992.
+[ bib ] + +
+ + +
+[1726] +
+
+Joseph C. Culberson, A. Beacham, and D. Papp. + Hiding our Colors. + In Proceedings of the CP'95 Workshop on Studying and Solving Really Hard Problems, pp.  31–42, Cassis, France, September 1995.
+[ bib ] + +
+ + +
+[1727] +
+
+Joseph C. Culberson and F. Luo. + Exploring the k-colorable Landscape with Iterated Greedy. + In D. S. Johnson and M. A. Trick, editors, Cliques, Coloring, and Satisfiability: Second DIMACS Implementation Challenge, volume 26 of DIMACS Series on Discrete Mathematics and Theoretical Computer Science, pp.  245–284. American Mathematical Society, Providence, RI, 1996.
+[ bib ] + +
+ + +
+[1728] +
+
+Jeff Cumming. + Understanding the New Statistics – Effect Sizes, Confidence Intervals, and Meta-analysis. + Taylor & Francis, 2012.
+[ bib ] + +
+ + +
+[1729] +
+
+Nguyen Dang Thi Thanh and Patrick De Causmaecker. + Motivations for the Development of a Multi-objective Algorithm Configurator. + In B. Vitoriano, E. Pinson, and F. Valente, editors, ICORES 2014 - Proceedings of the 3rd International Conference on Operations Research and Enterprise Systems, pp.  328–333. SciTePress, 2014.
+[ bib ] + +
+ + +
+[1730] +
+
+Nguyen Dang Thi Thanh and Patrick De Causmaecker. + Characterization of Neighborhood Behaviours in a Multi-neighborhood Local Search Algorithm. + In P. Festa, M. Sellmann, and J. Vanschoren, editors, Learning and Intelligent Optimization, 10th International Conference, LION 10, volume 10079 of Lecture Notes in Computer Science, pp.  234–239. Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[1731] +
+
+Nguyen Dang and Patrick De Causmaecker. + Analysis of Algorithm Components and Parameters: Some Case Studies. + In N. F. Matsatsinis, Y. Marinakis, and P. M. Pardalos, editors, Learning and Intelligent Optimization, 13th International Conference, LION 13, volume 11968 of Lecture Notes in Computer Science, pp.  288–303. Springer, Cham, Switzerland, 2019.
+[ bib | +DOI ] +
+Modern high-performing algorithms are usually highly + parameterised, and can be configured either manually or by an + automatic algorithm configurator. The algorithm performance + dataset obtained after the configuration step can be used to + gain insights into how different algorithm parameters + influence algorithm performance. This can be done by a number + of analysis methods that exploit the idea of learning + prediction models from an algorithm performance dataset and + then using them for the data analysis on the importance of + variables. In this paper, we demonstrate the complementary + usage of three methods along this line, namely forward + selection, fANOVA and ablation analysis with surrogates on + three case studies, each of which represents some special + situations that the analyses can fall into. By these + examples, we illustrate how to interpret analysis results and + discuss the advantage of combining different analysis + methods. +
+ +
+ + +
+[1732] +
+
+Nguyen Dang and Carola Doerr. + Hyper-parameter tuning for the (1 + (λ, λ)) GA. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  889–897. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+Keywords: irace; theory +
+ +
+ + +
+[1733] +
+
+Nguyen Dang Thi Thanh, Leslie Pérez Cáceres, Patrick De Causmaecker, and Thomas Stützle. + Configuring irace Using Surrogate Configuration Benchmarks. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  243–250. ACM Press, New York, NY, 2017.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[1734] +
+
+Augusto Lopez Dantas and Aurora Trinidad Ramirez Pozo. + A Meta-Learning Algorithm Selection Approach for the Quadratic Assignment Problem. + In Proceedings of the 2018 Congress on Evolutionary Computation (CEC 2018), pp.  1–8, Piscataway, NJ, 2018. IEEE Press.
+[ bib ] + +
+ + +
+[1735] +
+
+Graeme C. Dandy and Matthew S. Gibbs. + Optimizing System Operations and Water Quality. + In P. Bizier and P. DeBarry, editors, Proceedings of World Water and Environmental Resources Congress. ASCE, Philadelphia, USA, 2003. + on CD-ROM.
+[ bib | +DOI ] + +
+ + +
+[1736] +
+
+Nguyen Dang Thi Thanh. + Data analytics for algorithm design. + PhD thesis, KU Leuven, Belgium, 2018.
+[ bib ] +
+Supervised by Patrick De Causmaecker +
+ +
+ + +
+[1737] +
+
+Fabio Daolio, Sébastien Verel, Gabriela Ochoa, and Marco Tomassini. + Local Optima Networks and the Performance of Iterated Local Search. + In T. Soule and J. H. Moore, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2012, pp.  369–376. ACM Press, New York, NY, 2012.
+[ bib ] + +
+ + +
+[1738] +
+
+Samuel Daulton, Maximilian Balandat, and Eytan Bakshy. + Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization. + In H. Larochelle, M. Ranzato, R. Hadsell, M. Balcan, and H. Lin, editors, Advances in Neural Information Processing Systems (NeurIPS 33), pp.  9851–9864, 2020.
+[ bib | +epub ] + +
+ + +
+[1739] +
+
+Werner de Schaetzen, Dragan A. Savic, and Godfrey A. Walters. + A genetic algorithm approach to pump scheduling in water supply. + In V. Babovic and L. C. Larsen, editors, Hydroinformatics '98, pp.  897–899, Rotterdam, Balkema, 1998.
+[ bib ] + +
+ + +
+[1740] +
+
+Thomas Dean and Mark S. Boddy. + An Analysis of Time-Dependent Planning. + In H. E. Shrobe, T. M. Mitchell, and R. G. Smith, editors, Proceedings of the 7th National Conference on Artificial Intelligence, AAAI-88, pp.  49–54. AAAI Press/MIT Press, Menlo Park, CA, 1988.
+[ bib | +http ] +
+Keywords: anytime, performance profiles +
+ +
+ + +
+[1741] +
+
+Angela Dean and Daniel Voss. + Design and Analysis of Experiments. + Springer, London, UK, 1999.
+[ bib | +DOI ] + +
+ + +
+[1742] +
+
+Kalyanmoy Deb. + Introduction to evolutionary multiobjective optimization. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science, pp.  59–96. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] +
+In its current state, evolutionary multiobjective + optimization (EMO) is an established field of research and + application with more than 150 PhD theses, more than ten + dedicated texts and edited books, commercial softwares and + numerous freely downloadable codes, a biannual conference + series running successfully since 2001, special sessions and + workshops held at all major evolutionary computing + conferences, and full-time researchers from universities and + industries from all around the globe. In this chapter, we + provide a brief introduction to EMO principles, illustrate + some EMO algorithms with simulated results, and outline the + current research and application potential of EMO. For + solving multiobjective optimization problems, EMO procedures + attempt to find a set of well-distributed Pareto-optimal + points, so that an idea of the extent and shape of the + Pareto-optimal front can be obtained. Although this task was + the early motivation of EMO research, EMO principles are now + being found to be useful in various other problem solving + tasks, enabling one to treat problems naturally as they + are. One of the major current research thrusts is to combine + EMO procedures with other multiple criterion decision making + (MCDM) tools so as to develop hybrid and interactive + multiobjective optimization algorithms for finding a set of + trade-off optimal solutions and then choose a preferred + solution for implementation. This chapter provides the + background of EMO principles and their potential to launch + such collaborative studies with MCDM researchers in the + coming years. +
+ +
+ + +
+[1743] +
+
+Kalyanmoy Deb. + Multi-objective optimization. + In E. K. Burke and G. Kendall, editors, Search Methodologies, pp.  273–316. Springer, Boston, MA, 2005.
+[ bib | +DOI ] + +
+ + +
+[1744] +
+
+Kalyanmoy Deb. + Multi-Objective Optimization Using Evolutionary Algorithms. + Wiley, Chichester, UK, 2001.
+[ bib ] + +
+ + +
+[1745] +
+
+Kalyanmoy Deb and S. Agrawal. + A Niched-Penalty Approach for Constraint Handling in Genetic Algorithms. + In A. Dobnikar, N. C. Steele, D. W. Pearson, and R. F. Albrecht, editors, Artificial Neural Nets and Genetic Algorithms (ICANNGA-99), pp.  235–243. Springer Verlag, 1999.
+[ bib | +DOI ] +
+Keywords: polynomial mutation +
+ +
+ + +
+[1746] +
+
+Kalyanmoy Deb, S. Agarwal, A. Pratap, and T. Meyarivan. + A fast elitist non-dominated sorting genetic algorithm for multi-objective optimization: NSGA-II. + In M. Schoenauer et al., editors, Parallel Problem Solving from Nature – PPSN VI, volume 1917 of Lecture Notes in Computer Science, pp.  849–858. Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[1747] +
+
+Kalyanmoy Deb and Sachin Jain. + Multi-Speed Gearbox Design Using Multi-Objective Evolutionary Algorithms. + Technical Report 2002001, KanGAL, February 2002.
+[ bib ] + +
+ + +
+[1748] +
+
+Kalyanmoy Deb and Christie Myburgh. + Breaking the billion-variable barrier in real-world optimization using a customized evolutionary algorithm. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2016, pp.  653–660. ACM Press, New York, NY, 2016.
+[ bib ] + +
+ + +
+[1749] +
+
+Kalyanmoy Deb and Ankur Sinha. + Solving Bilevel Multi-Objective Optimization Problems Using Evolutionary Algorithms. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  110–124. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[1750] +
+
+Kalyanmoy Deb and J. Sundar. + Reference point based multi-objective optimization using evolutionary algorithms. + In M. Cattolico et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2006, pp.  635–642. ACM Press, New York, NY, 2006.
+[ bib | +DOI ] +
+Proposed R-NSGA-II +
+ +
+ + +
+[1751] +
+
+Kalyanmoy Deb, Rahul Tewari, Mayur Dixit, and Joydeep Dutta. + Finding trade-off solutions close to KKT points using evolutionary multi-objective optimization. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  2109–2116, Piscataway, NJ, 2007. IEEE Press.
+[ bib ] + +
+ + +
+[1752] +
+
+Kalyanmoy Deb, Lothar Thiele, Marco Laumanns, and Eckart Zitzler. + Scalable Test Problems for Evolutionary Multi-Objective Optimization. + Technical Report 112, Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Zürich, Switzerland, 2001. + Do not cite this TR! It is incorrect and it is superseeded by [1753].
+[ bib ] +
+Keywords: DTLZ benchmark +
+ +
+ + +
+[1753] +
+
+Kalyanmoy Deb, Lothar Thiele, Marco Laumanns, and Eckart Zitzler. + Scalable Test Problems for Evolutionary Multiobjective Optimization. + In A. Abraham, L. Jain, and R. Goldberg, editors, Evolutionary Multiobjective Optimization, Advanced Information and Knowledge Processing, pp.  105–145. Springer, London, UK, January 2005.
+[ bib | +DOI ] +
+Keywords: DTLZ benchmark +
+ +
+ + +
+[1754] +
+
+William A. Dees, Jr. and Patrick G. Karger. + Automated Rip-up and Reroute Techniques. + In DAC'82, Proceedings of the 19th Design Automation Workshop, pp.  432–439. IEEE Press, 1982.
+[ bib ] + +
+ + +
+[1755] +
+
+Matthijs L. den Besten. + Simple Metaheuristics for Scheduling. + PhD thesis, FB Informatik, TU Darmstadt, Germany, 2004.
+[ bib | +http ] + +
+ + +
+[1756] +
+
+Roman Denysiuk, Lino Costa, and Isabel Espírito Santo. + Many-objective optimization using differential evolution with variable-wise mutation restriction. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  591–598. ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[1757] +
+
+Jia Deng, Wei Dong, Richard Socher, Li-Jia Li, Kai Li, and Li Fei-Fei. + Imagenet: A large-scale hierarchical image database. + In Computer Vision and Pattern Recognition, 2009. CVPR 2009. IEEE Conference on, pp.  248–255. IEEE, 2009.
+[ bib ] + +
+ + +
+[1758] +
+
+Marcelo De Souza and Marcus Ritt. + An Automatically Designed Recombination Heuristic for the Test-Assignment Problem. + In Proceedings of the 2018 Congress on Evolutionary Computation (CEC 2018), pp.  1–8, Piscataway, NJ, 2018. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1759] +
+
+Marcelo De Souza and Marcus Ritt. + Automatic Grammar-Based Design of Heuristic Algorithms for Unconstrained Binary Quadratic Programming. + In A. Liefooghe and M. López-Ibáñez, editors, Proceedings of EvoCOP 2018 – 18th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 10782 of Lecture Notes in Computer Science, pp.  67–84. Springer, Heidelberg, Germany, 2018.
+[ bib | +DOI ] + +
+ + +
+[1760] +
+
+Marcelo De Souza and Marcus Ritt. + Hybrid Heuristic for Unconstrained Binary Quadratic Programming – Source Code of HHBQP. + https://github.com/souzamarcelo/hhbqp, 2018.
+[ bib ] + +
+ + +
+[1761] +
+
+Marcelo De Souza, Marcus Ritt, Manuel López-Ibáñez, and Leslie Pérez Cáceres. + ACVIZ: A Tool for the Visual Analysis of the Configuration of Algorithms with irace – Source Code. + https://github.com/souzamarcelo/acviz, 2020.
+[ bib ] + +
+ + +
+[1762] +
+
+Marcelo De Souza, Marcus Ritt, Manuel López-Ibáñez, and Leslie Pérez Cáceres. + ACVIZ: Algorithm Configuration Visualizations for irace: Supplementary material. + http://doi.org/10.5281/zenodo.4714582, September 2020.
+[ bib ] + +
+ + +
+[1763] +
+
+Sophie Dewez. + On the toll setting problem. + PhD thesis, Faculté de Sciences, Université Libre de Bruxelles, 2014.
+[ bib ] +
+Supervised by Dr. Martine Labbé +
+ +
+ + +
+[1764] +
+
+Ilias Diakonikolas and Mihalis Yannakakis. + Succinct approximate convex Pareto curves. + In Proceedings of the nineteenth annual ACM-SIAM symposium on Discrete algorithms, pp.  74–83. Society for Industrial and Applied Mathematics, 2008.
+[ bib ] + +
+ + +
+[1765] +
+
+Diego Díaz, Pablo Valledor, Paula Areces, Jorge Rodil, and Montserrat Suárez. + An ACO Algorithm to Solve an Extended Cutting Stock Problem for Scrap Minimization in a Bar Mill. + In M. Dorigo et al., editors, Swarm Intelligence, 9th International Conference, ANTS 2014, volume 8667 of Lecture Notes in Computer Science, pp.  13–24. Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[1766] +
+
+Luca Di Gaspero, Marco Chiarandini, and Andrea Schaerf. + A Study on the Short-Term Prohibition Mechanisms in Tabu Search. + In G. Brewka, S. Coradeschi, A. Perini, and P. Traverso, editors, Proceedings of the 17th European Conference on Artificial Intelligence, ECAI 2006, Riva del Garda, Italy, August29 - September 1, 2006, pp.  83–87. IOS Press, 2006.
+[ bib ] + +
+ + +
+[1767] +
+
+Luca Di Gaspero, Andrea Rendl, and Tommaso Urli. + Constraint-Based Approaches for Balancing Bike Sharing Systems. + In C. Schulte, editor, Principles and Practice of Constraint Programming, volume 8124 of Lecture Notes in Computer Science, pp.  758–773. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[1768] +
+
+Luca Di Gaspero, Andrea Rendl, and Tommaso Urli. + A Hybrid ACO+CP for Balancing Bicycle Sharing Systems. + In M. J. Blesa, C. Blum, P. Festa, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics, volume 7919 of Lecture Notes in Computer Science, pp.  198–212. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] +
+Keywords: F-race +
+ +
+ + +
+[1769] +
+
+Daniel Doblas, Antonio J. Nebro, Manuel López-Ibáñez, José García-Nieto, and Carlos A. Coello Coello. + Automatic Design of Multi-objective Particle Swarm Optimizers. + In M. Dorigo, H. Hamann, M. López-Ibáñez, J. García-Nieto, A. Engelbrecht, C. Pinciroli, V. Strobel, and C. L. Camacho-Villalón, editors, Swarm Intelligence, 13th International Conference, ANTS 2022, volume 13491 of Lecture Notes in Computer Science, pp.  28–40. Springer, Cham, Switzerland, 2022.
+[ bib | +DOI ] + +
+ + +
+[1770] +
+
+Pedro Domingos and Geoff Hulten. + Mining high-speed data streams. + In R. Ramakrishnan, S. J. Stolfo, R. J. Bayardo, and I. Parsa, editors, The 6th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD 2000, pp.  71–80. ACM Press, New York, NY, 2000.
+[ bib | +epub ] + +
+ + +
+[1771] +
+
+Marco Dorigo and Gianni A. Di Caro. + The Ant Colony Optimization Meta-Heuristic. + In D. Corne, M. Dorigo, and F. Glover, editors, New Ideas in Optimization, pp.  11–32. McGraw Hill, London, UK, 1999.
+[ bib ] + +
+ + +
+[1772] +
+
+Marco Dorigo and L. M. Gambardella. + Ant Colony System. + Technical Report IRIDIA/96-05, IRIDIA, Université Libre de Bruxelles, Belgium, 1996.
+[ bib ] + +
+ + +
+[1773] +
+
+Marco Dorigo, Vittorio Maniezzo, and Alberto Colorni. + The Ant System: An autocatalytic optimizing process. + Technical Report 91-016 Revised, Dipartimento di Elettronica, Politecnico di Milano, Italy, 1991.
+[ bib ] + +
+ + +
+[1774] +
+
+Marco Dorigo, Vittorio Maniezzo, and Alberto Colorni. + Positive Feedback as a Search Strategy. + Technical Report 91-016, Dipartimento di Elettronica, Politecnico di Milano, Italy, 1991.
+[ bib ] + +
+ + +
+[1775] +
+
+Marco Dorigo, Marco A. Montes de Oca, Sabrina Oliveira, and Thomas Stützle. + Ant Colony Optimization. + In J. J. Cochran, editor, Wiley Encyclopedia of Operations Research and Management Science, volume 1, pp.  114–125. John Wiley & Sons, 2011.
+[ bib | +DOI ] + +
+ + +
+[1776] +
+
+Marco Dorigo and Thomas Stützle. + The Ant Colony Optimization Metaheuristic: Algorithms, Applications and Advances. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  251–285. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[1777] +
+
+Marco Dorigo and Thomas Stützle. + Ant Colony Optimization. + MIT Press, Cambridge, MA, 2004.
+[ bib ] + +
+ + +
+[1778] +
+
+Marco Dorigo. + Optimization, Learning and Natural Algorithms. + PhD thesis, Dipartimento di Elettronica, Politecnico di Milano, Italy, 1992. + In Italian.
+[ bib ] + +
+ + +
+[1779] +
+
+Johann Dréo. + Using performance fronts for parameter setting of stochastic metaheuristics. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2009, pp.  2197–2200. ACM Press, New York, NY, 2009.
+[ bib | +DOI ] + +
+ + +
+[1780] +
+
+Johann Dréo, Carola Doerr, and Yann Semet. + Coupling the design of benchmark with algorithm in landscape-aware solver design. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1419–1420. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[1781] +
+
+Johann Dréo, Arnaud Liefooghe, Sébastien Verel, Marc Schoenauer, Juan-Julián Merelo, Alexandre Quemy, Benjamin Bouvier, and Jan Gmys. + Paradiseo: from a modular framework for evolutionary computation to the automated design of metaheuristics: 22 years of Paradiseo. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1522–1530. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] +
+Keywords: metaheuristics, evolutionary computation, software framework, + automated algorithm design +
+ +
+ + +
+[1782] +
+
+Johann Dréo and P. Siarry. + A New Ant Colony Algorithm Using the Heterarchical Concept Aimed at Optimization of Multiminima Continuous Functions. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  216–221. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1783] +
+
+Johann Dréo. + Adaptation de la métaheuristique des colonies de fourmis pour l'optimisation difficile en variables continues: Application en génie biologique et médical. + PhD thesis, Université Paris XII Val de Marne, December 2003.
+[ bib | +http ] +
+Keywords: metaheuristic ; continuous optimization ; global optimization + ; imagery ; registration ; ant colony algorithm ; estimation + of distribution algorithm ; evolutionary computation ; + métaheuristique ; optimisation continue ; optimisation + globale ; imagerie ; biomédical ; recalage ; algorithme + de colonie de fourmis ; algorithme à estimation de + distribution ; algorithme évolutionnaire +
+ +
+ + +
+[1784] +
+
+Stefan Droste, Thomas Jansen, and Ingo Wegener. + A new framework for the valuation of algorithms for black-box-optimization. + In K. A. De Jong, R. Poli, and J. E. Rowe, editors, Proceedings of the Seventh Workshop on Foundations of Genetic Algorithms (FOGA), pp.  253–270. Morgan Kaufmann Publishers, 2002.
+[ bib ] + +
+ + +
+[1785] +
+
+Hisao Ishibuchi, Lie Meng Pang, and Ke Shang. + A new framework of evolutionary multi-objective algorithms with an unbounded external archive. + In G. D. Giacomo, A. Catala, B. Dilkina, M. Milano, S. Barro, A. Bugarín, and J. Lang, editors, Proceedings of the 24th European Conference on Artificial Intelligence (ECAI), volume 325 of Frontiers in Artificial Intelligence and Applications. IOS Press, 2020.
+[ bib ] + +
+ + +
+[1786] +
+
+Chris Drummond. + Replicability is not Reproducibility: Nor is it Good Science. + In Proceedings of the Evaluation Methods for Machine Learning Workshop at the 26th ICML, Montreal, Canada, 2009.
+[ bib | +http ] + +
+ + +
+[1787] +
+
+Mădălina M. Drugan and Dirk Thierens. + Path-Guided Mutation for Stochastic Pareto Local Search Algorithms. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  485–495. Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[1788] +
+
+Abraham Duarte, Jesús Sánchez-Oro, Nenad Mladenović, and Raca Todosijević. + Variable Neighborhood Descent. + In R. Martí, P. M. Pardalos, and M. G. C. Resende, editors, Handbook of Heuristics, pp.  341–367. Springer International Publishing, 2018.
+[ bib | +DOI ] + +
+ + +
+[1789] +
+
+Jérémie Dubois-Lacoste. + Weight Setting Strategies for Two-Phase Local Search: A Study on Biobjective Permutation Flowshop Scheduling. + Technical Report TR/IRIDIA/2009-024, IRIDIA, Université Libre de Bruxelles, Belgium, 2009.
+[ bib ] + +
+ + +
+[1790] +
+
+Jérémie Dubois-Lacoste, Holger H. Hoos, and Thomas Stützle. + On the Empirical Scaling Behaviour of State-of-the-art Local Search Algorithms for the Euclidean TSP. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  377–384. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] + +
+ + +
+[1791] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Effective Hybrid Stochastic Local Search Algorithms for Biobjective Permutation Flowshop Scheduling. + In M. J. Blesa, C. Blum, L. Di Gaspero, A. Roli, M. Sampels, and A. Schaerf, editors, Hybrid Metaheuristics, volume 5818 of Lecture Notes in Computer Science, pp.  100–114. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[1792] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Supplementary material: Improving the Anytime Behavior of Two-Phase Local Search. + http://iridia.ulb.ac.be/supp/IridiaSupp2010-012, 2010.
+[ bib ] + +
+ + +
+[1793] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Supplementary material: A Hybrid TP+PLS Algorithm for Bi-objective Flow-shop Scheduling Problems. + http://iridia.ulb.ac.be/supp/IridiaSupp2010-001, 2010.
+[ bib ] + +
+ + +
+[1794] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Adaptive “Anytime” Two-Phase Local Search. + In C. Blum and R. Battiti, editors, Learning and Intelligent Optimization, 4th International Conference, LION 4, volume 6073 of Lecture Notes in Computer Science, pp.  52–67. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[1795] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Configuration of State-of-the-art Multi-Objective Optimizers Using the TP+PLS Framework. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  2019–2026. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] + +
+ + +
+[1796] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Pareto Local Search Algorithms for Anytime Bi-objective Optimization. + In J.-K. Hao and M. Middendorf, editors, Proceedings of EvoCOP 2012 – 12th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 7245 of Lecture Notes in Computer Science, pp.  206–217. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[1797] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Combining Two Search Paradigms for Multi-objective Optimization: Two-Phase and Pareto Local Search. + In E.-G. Talbi, editor, Hybrid Metaheuristics, volume 434 of Studies in Computational Intelligence, pp.  97–117. Springer Verlag, 2013.
+[ bib | +DOI | +http ] + +
+ + +
+[1798] +
+
+Jérémie Dubois-Lacoste, Federico Pagnozzi, and Thomas Stützle. + Supplementary material: An iterated greedy algorithm with optimization of partial solutions for the permutation flowshop problem. + http://iridia.ulb.ac.be/supp/IridiaSupp2013-006, 2017.
+[ bib ] + +
+ + +
+[1799] +
+
+Jérémie Dubois-Lacoste and Thomas Stützle. + Tuning of a Stigmergy-based Traffic Light Controller as a Dynamic Optimization Problem. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  1–8, Piscataway, NJ, 2017. IEEE Press.
+[ bib ] + +
+ + +
+[1800] +
+
+Jérémie Dubois-Lacoste. + A study of Pareto and Two-Phase Local Search Algorithms for Biobjective Permutation Flowshop Scheduling. + Master's thesis, IRIDIA, Université Libre de Bruxelles, Belgium, 2009.
+[ bib ] + +
+ + +
+[1801] +
+
+Jérémie Dubois-Lacoste. + Effective Stochastic Local Search Algorithms For Bi-Objective Permutation Flowshop Scheduling. + Rapport d'avancement de recherches présenté pour la formation doctorale en sciences de l'ingénieur, IRIDIA, Université Libre de Bruxelles, Belgium, 2010.
+[ bib ] + +
+ + +
+[1802] +
+
+Jérémie Dubois-Lacoste. + Anytime Local Search for Multi-Objective Combinatorial Optimization: Design, Analysis and Automatic Configuration. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2014.
+[ bib ] +
+Supervised by Thomas Stützle and Manuel López-Ibáñez +
+ +
+ + +
+[1803] +
+
+Gunter Dueck, Martin Maehler, Johannes Schneider, Gerhard Schrimpf, and Hermann Stamm-Wilbrandt. + Optimization with Ruin Recreate. + US Patent 6,418,398 B1, July 2002. + Filed on October 1, 1999 and granted on July 9, 2002; Assignee is IBM Corporation, Armonk, NY (US).
+[ bib ] + +
+ + +
+[1804] +
+
+Irina Dumitrescu and Thomas Stützle. + Combinations of Local Search and Exact Algorithms. + In G. R. Raidl and J. Gottlieb, editors, Proceedings of EvoCOP 2003 – 3rd European Conference on Evolutionary Computation in Combinatorial Optimization, volume 2611 of Lecture Notes in Computer Science, pp.  211–223. Springer, Heidelberg, Germany, 2003.
+[ bib | +DOI ] + +
+ + +
+[1805] +
+
+Irina Dumitrescu and Thomas Stützle. + Usage of Exact Algorithms to Enhance Stochastic Local Search Algorithms. + In V. Maniezzo, T. Stützle, and S. Voß, editors, Matheuristics—Hybridizing Metaheuristics and Mathematical Programming, volume 10 of Annals of Information Systems, pp.  103–134. Springer, New York, NY, 2009.
+[ bib ] + +
+ + +
+[1806] +
+
+Juan J. Durillo, José García-Nieto, Antonio J. Nebro, Carlos A. Coello Coello, Francisco Luna, and Enrique Alba. + Multi-Objective Particle Swarm Optimizers: An Experimental Comparison. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  495–509. Springer, Heidelberg, Germany, 2009.
+[ bib ] +
+Particle Swarm Optimization (PSO) has received increasing + attention in the optimization research community since its + first appearance in the mid-1990s. Regarding multi-objective + optimization, a considerable number of algorithms based on + Multi-Objective Particle Swarm Optimizers (MOPSOs) can be + found in the specialized literature. Unfortunately, no + experimental comparisons have been made in order to clarify + which MOPSO version shows the best performance. In this + paper, we use a benchmark composed of three well-known + problem families (ZDT, DTLZ, and WFG) with the aim of + analyzing the search capabilities of six representative + state-of-the-art MOPSOs, namely, NSPSO, SigmaMOPSO, OMOPSO, + AMOPSO, MOPSOpd, and CLMOPSO. We additionally propose a new + MOPSO algorithm, called SMPSO, characterized by including a + velocity constraint mechanism, obtaining promising results + where the rest perform inadequately. +
+ +
+ + +
+[1807] +
+
+Juan J. Durillo, Antonio J. Nebro, Francisco Luna, and Enrique Alba. + On the Effect of the Steady-State Selection Scheme in Multi-Objective Genetic Algorithms. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  183–197. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[1808] +
+
+Cynthia Dwork, Ravi Kumar, Moni Naor, and D. Sivakumar. + Rank aggregation methods for the Web. + In V. Y. Shen, N. Saito, M. R. Lyu, and M. E. Zurko, editors, Proceedings of the Tenth International World Wide Web Conference, WWW 10, pp.  613–622. ACM Press, New York, NY, 2001.
+[ bib | +DOI ] +
+Keywords: Kemeny ranking,multi-word queries,rank aggregation,ranking + functions,spam +
+ +
+ + +
+[1809] +
+
+L. A. Rossman. + EPANET 2 Users Manual. + U.S. Environmental Protection Agency, Cincinnati, USA, 2000.
+[ bib ] + +
+ + +
+[1810] +
+
+L. A. Rossman. + EPANET User's Guide. + Risk Reduction Engineering Laboratory, Office of Research and Development, U.S. Environmental Protection Agency, Cincinnati, USA, 1994.
+[ bib ] + +
+ + +
+[1811] +
+
+L. A. Rossman. + The EPANET Programmer's Toolkit for Analysis of Water Distribution Systems. + In Proceedings of the Annual Water Resources Planning and Management Conference, Reston, USA, 1999. ASCE.
+[ bib ] + +
+ + +
+[1812] +
+
+Russell C. Eberhart and J. Kennedy. + A New Optimizer Using Particle Swarm Theory. + In Proceedings of the Sixth International Symposium on Micro Machine and Human Science, pp.  39–43, 1995.
+[ bib ] + +
+ + +
+[1813] +
+
+Katharina Eggensperger, Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Efficient Benchmarking of Hyperparameter Optimizers via Surrogates. + In B. Bonet and S. Koenig, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  1114–1120. AAAI Press, 2015.
+[ bib | +DOI ] + +
+ + +
+[1814] +
+
+Werner Ehm. + Reproducibility from the perspective of meta-analysis. + In H. Atmanspacher and S. Maasen, editors, Reproducibility – Principles, problems, practices and prospects, pp.  141–168. Wiley, 2016.
+[ bib ] + +
+ + +
+[1815] +
+
+Matthias Ehrgott and Xavier Gandibleux. + Hybrid Metaheuristics for Multi-objective Combinatorial Optimization. + In C. Blum, M. J. Blesa, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics: An emergent approach for optimization, volume 114 of Studies in Computational Intelligence, pp.  221–259. Springer, Berlin, Germany, 2008.
+[ bib | +DOI ] +
+Many real-world optimization problems can be + modelled as combinatorial optimization + problems. Often, these problems are characterized by + their large size and the presence of multiple, + conflicting objectives. Despite progress in solving + multi-objective combinatorial optimization problems + exactly, the large size often means that heuristics + are required for their solution in acceptable time. + Since the middle of the nineties the trend is + towards heuristics that “pick and choose” elements + from several of the established metaheuristic + schemes. Such hybrid approximation techniques may + even combine exact and heuristic approaches. In this + chapter we give an overview over approximation + methods in multi-objective combinatorial + optimization. We briefly summarize “classical” + metaheuristics and focus on recent approaches, where + metaheuristics are hybridized and/or combined with + exact methods. +
+ +
+ + +
+[1816] +
+
+Matthias Ehrgott. + Multicriteria Optimization, volume 491 of Lecture Notes in Economics and Mathematical Systems. + Springer, Berlin, Germany, 2000.
+[ bib ] + +
+ + +
+[1817] +
+
+Matthias Ehrgott. + Multicriteria Optimization. + Springer, Berlin, Germany, 2nd edition, 2005.
+[ bib | +DOI ] + +
+ + +
+[1818] +
+
+Agoston E. Eiben, Mark Horvath, Wojtek Kowalczyk, and Martijn C. Schut. + Reinforcement learning for online control of evolutionary algorithms. + In International Workshop on Engineering Self-Organising Applications, pp.  151–160. Springer, 2006.
+[ bib ] + +
+ + +
+[1819] +
+
+Agoston E. Eiben and M. Jelasity. + A critical note on experimental research methodology in EC. + In Proceedings of the 2002 Congress on Evolutionary Computation (CEC'02), pp.  582–587, Piscataway, NJ, 2002. IEEE Press.
+[ bib | +DOI ] +
+Discusses reproducibility, generalizability and separation + between training (for tuning and experimentation) and testing + instances (for comparisons). +
+ +
+ + +
+[1820] +
+
+Agoston E. Eiben, Zbigniew Michalewicz, Marc Schoenauer, and James E. Smith. + Parameter Control in Evolutionary Algorithms. + In F. Lobo, C. F. Lima, and Z. Michalewicz, editors, Parameter Setting in Evolutionary Algorithms, pp.  19–46. Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[1821] +
+
+Agoston E. Eiben and James E. Smith. + Introduction to Evolutionary Computing. + Springer, 2003.
+[ bib ] + +
+ + +
+[1822] +
+
+Agoston E. Eiben and James E. Smith. + Introduction to Evolutionary Computing. + Natural Computing Series. Springer, 2nd edition, 2007.
+[ bib ] + +
+ + +
+[1823] +
+
+Mohammed El-Abd. + Opposition-based Artificial Bee Colony Algorithm. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  109–116. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[1824] +
+
+Nada Elsokkary, Faisal Shah Khan, Davide La Torre, Travis S. Humble, and Joel Gottlieb. + Financial Portfolio Management using D-Wave's Quantum Optimizer: The Case of Abu Dhabi Securities Exchange. + Technical report, Oak Ridge National Lab, Oak Ridge, TN, USA, 2017.
+[ bib | +http ] + +
+ + +
+[1825] +
+
+Michael T. M. Emmerich, André H. Deutz, and J. W. Klinkenberg. + Hypervolume-based expected improvement: Monotonicity properties and exact computation. + In Proceedings of the 2011 Congress on Evolutionary Computation (CEC 2011), pp.  2147–2154, Piscataway, NJ, 2011. IEEE Press.
+[ bib | +DOI ] +
+Proposed Expected Hypervolume Improvement (EHVI) +
+ +
+ + +
+[1826] +
+
+Michael T. M. Emmerich and Carlos M. Fonseca. + Computing Hypervolume Contributions in Low Dimensions: Asymptotically Optimal Algorithm and Complexity Results. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  121–135. Springer, Berlin/Heidelberg, 2011.
+[ bib | +DOI ] +
+Given a finite set YRd of n mutually + non-dominated vectors in d ≥2 dimensions, the + hypervolume contribution of a point yY is the + difference between the hypervolume indicator of Y + and the hypervolume indicator of Y ∖ {y}. In + multi-objective metaheuristics, hypervolume + contributions are computed in several selection and + bounded-size archiving procedures. This paper + presents new results on the (time) complexity of + computing all hypervolume contributions. It is + proved that for d = 2 and 3 the problem has time + complexity Θ(n logn), and, for d > 3, + the time complexity is bounded below by Ω(n + logn). Moreover, complexity bounds are derived for + computing a single hypervolume contribution. A + dimension sweep algorithm with time complexity + O (n logn) and space + complexity O(n) is + proposed for computing all hypervolume contributions + in three dimensions. It improves the complexity of + the best known algorithm for d = 3 by a factor of + √(n) . Theoretical results + are complemented by performance tests on randomly + generated test-problems. +
+ +
+ + +
+[1827] +
+
+Stefan Eppe, Yves De Smet, and Thomas Stützle. + A bi-objective optimization model to eliciting decision maker's preferences for the PROMETHEE II method. + In R. I. Brafman, F. Roberts, and A. Tsoukiàs, editors, Algorithmic Decision Theory, Third International Conference, ADT 2011, volume 6992 of Lecture Notes in Artificial Intelligence, pp.  56–66. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[1828] +
+
+Stefan Eppe, Manuel López-Ibáñez, Thomas Stützle, and Yves De Smet. + An Experimental Study of Preference Model Integration into Multi-Objective Optimization Heuristics. + In Proceedings of the 2011 Congress on Evolutionary Computation (CEC 2011), pp.  2751–2758, Piscataway, NJ, 2011. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1829] +
+
+David Eriksson, Michael Pearce, Jacob Gardner, Ryan D. Turner, and Matthias Poloczek. + Scalable Global Optimization via Local Bayesian Optimization. + In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems (NeurIPS 32), pp.  5496–5507, 2019.
+[ bib | +epub ] +
+Arxiv preprint arXiv: https://arxiv.org/abs/1910.01739 +
+ +
+ + +
+[1830] +
+
+Emre Ertin, Anthony N. Dean, Mathew L. Moore, and Kevin L. Priddy. + Dynamic Optimization for Optimal Control of Water Distribution Systems. + In K. L. Priddy, P. E. Keller, and P. J. Angeline, editors, Applications and Science of Computational Intelligence IV, Proceedings of SPIE, volume 4390, pp.  142–149, March 2001.
+[ bib ] + +
+ + +
+[1831] +
+
+V. Esat and M. Hall. + Water resources system optimization using genetic algorithms. + In A. Verwey, A. Minns, V. Babovic, and C. Maksimović, editors, Hydroinformatics'94, pp.  225–231, Balkema, Rotterdam, The Netherlands, 1994.
+[ bib ] + +
+ + +
+[1832] +
+
+Larry J. Eshelman and J. David Schaffer. + Real-Coded Genetic Algorithms and Interval-Schemata. + In D. Whitley, editor, Foundations of Genetic Algorithms (FOGA), pp.  187–202. Morgan Kaufmann Publishers, 1993.
+[ bib ] + +
+ + +
+[1833] +
+
+Larry J. Eshelman, A. Caruana, and J. David Schaffer. + Biases in the Crossover Landscape. + In J. D. Schaffer, editor, Proceedings of the Third International Conference on Genetic Algorithms (ICGA'89), pp.  86–91. Morgan Kaufmann Publishers, San Mateo, CA, 1989.
+[ bib ] + +
+ + +
+[1834] +
+
+Richard M. Everson, Jonathan E. Fieldsend, and Sameer Singh. + Full Elite Sets for Multi-objective Optimisation. + In Adaptive Computing in Design and Manufacture V, pp.  343–354. Springer, London, UK, 2002.
+[ bib | +DOI ] +
+Extended version published as [445] +
+ +
+ + +
+[1835] +
+
+C. J. Eyckelhof and M. Snoek. + Ant Systems for a Dynamic TSP: Ants Caught in a Traffic Jam. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  88–99. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1836] +
+
+Stefan Falkner, Marius Thomas Lindauer, and Frank Hutter. + SpySMAC: Automated configuration and performance analysis of SAT solvers. + In M. Heule and S. Weaver, editors, Theory and Applications of Satisfiability Testing – SAT 2015, volume 9340 of Lecture Notes in Computer Science, pp.  215–222. Springer, Cham, Switzerland, 2015.
+[ bib | +DOI ] + +
+ + +
+[1837] +
+
+Jesús Guillermo Falcón-Cardona, Saúl Zapotecas-Martínez, and Abel García-Nájera. + Pareto compliance from a practical point of view. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  395–402. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[1838] +
+
+M. Farina and P. Amato. + On the Optimal Solution Definition for Many-criteria Optimization Problems. + In Proceedings of the NAFIPS-FLINT International Conference'2002, pp.  233–238, Piscataway, New Jersey, June 2002. IEEE Service Center.
+[ bib | +DOI ] +
+First to mention exponential number of nondominated solutions + with respect to many objectives? +
+ +
+ + +
+[1839] +
+
+D. Favaretto, E. Moretti, and Paola Pellegrini. + On the explorative behavior of Max-Min Ant System. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2009, volume 5752 of Lecture Notes in Computer Science, pp.  115–119. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[1840] +
+
+Chris Fawcett, Malte Helmert, Holger H. Hoos, Erez Karpas, Gabriele Röger, and Jendrik Seipp. + FD-Autotune: Domain-Specific Configuration using Fast-Downward. + In E. Karpas, S. Jiménez Celorrio, and S. Kambhampati, editors, Proceedings of ICAPS-PAL11, 2011.
+[ bib ] + +
+ + +
+[1841] +
+
+Chris Fawcett and Holger H. Hoos. + Analysing Differences between Algorithm Configurations through Ablation. + In Proceedings of MIC 2013, the 10th Metaheuristics International Conference, pp.  123–132, 2013.
+[ bib | +epub ] + +
+ + +
+[1842] +
+
+Silvino Fernández, Segundo Álvarez, Diego Díaz, Miguel Iglesias, and Borja Ena. + Scheduling a Galvanizing Line by Ant Colony Optimization. + In M. Dorigo et al., editors, Swarm Intelligence, 9th International Conference, ANTS 2014, volume 8667 of Lecture Notes in Computer Science, pp.  146–157. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[1843] +
+
+Silvino Fernández, Segundo Álvarez, Eneko Malatsetxebarria, Pablo Valledor, and Diego Díaz. + Performance Comparison of Ant Colony Algorithms for the Scheduling of Steel Production Lines. + In J. L. Jiménez Laredo, S. Silva, and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2015. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[1844] +
+
+José C. Ferreira, Carlos M. Fonseca, and António Gaspar-Cunha. + Methodology to select solutions from the Pareto-optimal set: a comparative study. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  789–796. ACM Press, New York, NY, 2007.
+[ bib ] + +
+ + +
+[1845] +
+
+F. J. Ferri, P. Pudil, M. Hatef, and J. Kittler. + Comparative study of techniques for large-scale feature selection. + In E. S. Gelsema and L. S. Kanal, editors, Pattern Recognition in Practice IV, volume 16 of Machine Intelligence and Pattern Recognition, pp.  403–413. North-Holland, 1994.
+[ bib | +DOI ] +
+The combinatorial search problem arising in feature selection + in high dimensional spaces is considered. Recently developed + techniques based on the classical sequential methods and the + (l, r) search called Floating search algorithms are compared + against the Genetic approach to feature subset search. Both + approaches have been designed with the view to give a good + compromise between efficiency and effectiveness for large + problems. The purpose of this paper is to investigate the + applicability of these techniques to high dimensional + problems of feature selection. The aim is to establish + whether the properties inferred for these techniques from + medium scale experiments involving up to a few tens of + dimensions extend to dimensionalities of one order of + magnitude higher. Further, relative merits of these + techniques vis-a-vis such high dimensional problems are + explored and the possibility of exploiting the best aspects + of these methods to create a composite feature selection + procedure with superior properties is considered. +
+
+Describes sequential forward / backward selection +
+ +
+ + +
+[1846] +
+
+Silvino Fernández, Pablo Valledor, Diego Díaz, Eneko Malatsetxebarria, and Miguel Iglesias. + Criticality of Response Time in the usage of Metaheuristics in Industry. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2016, pp.  937–940. ACM Press, New York, NY, 2016.
+[ bib ] + +
+ + +
+[1847] +
+
+Matthias Feurer and Frank Hutter. + Hyperparameter Optimization. + In F. Hutter, L. Kotthoff, and J. Vanschoren, editors, Automated Machine Learning, pp.  3–33. Springer, 2019.
+[ bib | +DOI | +epub ] + +
+ + +
+[1848] +
+
+Matthias Feurer, Aaron Klein, Katharina Eggensperger, Jost Springenberg, Manuel Blum, and Frank Hutter. + Efficient and robust automated machine learning. + In C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett, editors, Advances in Neural Information Processing Systems (NIPS 28), pp.  2962–2970, 2015.
+[ bib | +epub | +http ] + +
+ + +
+[1849] +
+
+Matthias Feurer, Aaron Klein, Katharina Eggensperger, Jost Springenberg, Manuel Blum, and Frank Hutter. + Auto-sklearn: Efficient and Robust Automated Machine Learning. + In F. Hutter, L. Kotthoff, and J. Vanschoren, editors, Automated Machine Learning, pp.  113–134. Springer, 2019.
+[ bib | +DOI | +epub ] +
+The success of machine learning in a broad range of + applications has led to an ever-growing demand for machine + learning systems that can be used off the shelf by + non-experts. To be effective in practice, such systems need + to automatically choose a good algorithm and feature + preprocessing steps for a new dataset at hand, and also set + their respective hyperparameters. Recent work has started to + tackle this automated machine learning (AutoML) problem with + the help of efficient Bayesian optimization methods. Building + on this, we introduce a robust new AutoML system based on the + Python machine learning package scikit-learn (using 15 + classifiers, 14 feature preprocessing methods, and 4 data + preprocessing methods, giving rise to a structured hypothesis + space with 110 hyperparameters). This system, which we dub + Auto-sklearn, improves on existing AutoML methods by + automatically taking into account past performance on similar + datasets, and by constructing ensembles from the models + evaluated during the optimization. Our system won six out of + ten phases of the first ChaLearn AutoML challenge, and our + comprehensive analysis on over 100 diverse datasets shows + that it substantially outperforms the previous state of the + art in AutoML. We also demonstrate the performance gains due + to each of our contributions and derive insights into the + effectiveness of the individual components of Auto-sklearn. +
+ +
+ + +
+[1850] +
+
+Álvaro Fialho, Raymond Ros, Marc Schoenauer, and Michèle Sebag. + Comparison-based adaptive strategy selection with bandits in differential evolution. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  194–203. Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[1851] +
+
+Álvaro Fialho, Marc Schoenauer, and Michèle Sebag. + Fitness-AUC bandit adaptive strategy selection vs. the probability matching one within differential evolution: an empirical comparison on the BBOB-2010 noiseless testbed. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2010, pp.  1535–1542. ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[1852] +
+
+Álvaro Fialho, Marc Schoenauer, and Michèle Sebag. + Toward comparison-based adaptive operator selection. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  767–774. ACM Press, New York, NY, 2010.
+[ bib ] +
+Proposed F-AUC and F-SR +
+ +
+ + +
+[1853] +
+
+Álvaro Fialho. + Adaptive operator selection for optimization. + PhD thesis, Université Paris Sud-Paris XI, 2010.
+[ bib ] + +
+ + +
+[1854] +
+
+Jonathan E. Fieldsend. + University staff teaching allocation: formulating and optimising a many-objective problem. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  1097–1104. ACM Press, New York, NY, 2017.
+[ bib | +DOI ] +
+Example of NSGA-III deteriorating. +
+ +
+ + +
+[1855] +
+
+Jonathan E. Fieldsend and Richard M. Everson. + Visualising high-dimensional Pareto relationships in two-dimensional scatterplots. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  558–572. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[1856] +
+
+Jonathan E. Fieldsend. + Data structures for non-dominated sets: implementations and empirical assessment of two decades of advances. + In C. A. Coello Coello, editor, Proceedings of the 2020 Genetic and Evolutionary Computation Conference, pp.  489–497. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] +
+unbounded archives +
+ +
+ + +
+[1857] +
+
+Andreas Fink and Stefan Voß. + HotFrame: A Heuristic Optimization Framework. + In S. Voß and D. L. Woodruff, editors, Optimization Software Class Libraries, pp.  81–154. Kluwer Academic Publishers, Boston, MA, 2002.
+[ bib ] + +
+ + +
+[1858] +
+
+Benjamin Fisset, Clarisse Dhaenens, and Laetitia Jourdan. + MO-Mineclust: A Framework for Multi-Objective Clustering. + In C. Dhaenens, L. Jourdan, and M.-E. Marmion, editors, Learning and Intelligent Optimization, 9th International Conference, LION 9, volume 8994 of Lecture Notes in Computer Science, pp.  293–305. Springer, Heidelberg, Germany, 2015.
+[ bib ] +
+Keywords: irace +
+ +
+ + +
+[1859] +
+
+Peter J. Fleming, Robin C. Purshouse, and Robert J. Lygoe. + Many-objective optimization: An engineering design perspective. + In C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors, Evolutionary Multi-criterion Optimization, EMO 2005, volume 3410 of Lecture Notes in Computer Science, pp.  14–32. Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[1860] +
+
+Robin C. Purshouse, Cezar Jalbă, and Peter J. Fleming. + Preference-Driven Co-Evolutionary Algorithms Show Promise for Many-Objective optimisation. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  136–150. Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[1861] +
+
+M. Fleischer. + The Measure of Pareto Optima. Applications to Multi-objective Metaheuristics. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  519–533. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1862] +
+
+R. Fletcher. + Practical methods of optimization. + John Wiley & Sons, New York, NY, 1987.
+[ bib ] +
+BFGS +
+ +
+ + +
+[1863] +
+
+Dario Floreano and Francesco Mondada. + Automatic creation of an autonomous agent: Genetic evolution of a neural network driven robot. + In D. Cliff, P. Husbands, J.-A. Meyer, and S. Wilson, editors, Proceedings of the third international conference on Simulation of adaptive behavior: From Animals to Animats 3, pp.  421–430. MIT Press, Cambridge, MA, 1994.
+[ bib ] +
+LIS-CONF-1994-003 +
+ +
+ + +
+[1864] +
+
+Filippo Focacci, François Laburthe, and Andrea Lodi. + Local Search and Constraint Programming. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  369–403. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[1865] +
+
+David B. Fogel, Alvin J. Owens, and Michael J. Walsh. + Artificial Intelligence Through Simulated Evolution. + John Wiley & Sons, 1966.
+[ bib ] + +
+ + +
+[1866] +
+
+David B. Fogel. + Evolutionary Computation. Toward a New Philosophy of Machine Intelligence. + IEEE Press, 1995.
+[ bib ] + +
+ + +
+[1867] +
+
+Carlos M. Fonseca and Peter J. Fleming. + Genetic Algorithms for Multiobjective Optimization: Formulation, Discussion and Generalization. + In S. Forrest, editor, Proceedings of the Fifth International Conference on Genetic Algorithms (ICGA'93), pp.  416–423. Morgan Kaufmann Publishers, 1993.
+[ bib | +epub ] +
+Proposes MOGA and P-MOGA +
+ +
+ + +
+[1868] +
+
+Carlos M. Fonseca and Peter J. Fleming. + On the Performance Assessment and Comparison of Stochastic Multiobjective Optimizers. + In H.-M. Voigt et al., editors, Parallel Problem Solving from Nature – PPSN IV, volume 1141 of Lecture Notes in Computer Science, pp.  584–593. Springer, Heidelberg, Germany, 1996.
+[ bib ] + +
+ + +
+[1869] +
+
+Viviane Grunert da Fonseca and Carlos M. Fonseca. + The Relationship between the Covered Fraction, Completeness and Hypervolume Indicators. + In J.-K. Hao, P. Legrand, P. Collet, N. Monmarché, E. Lutton, and M. Schoenauer, editors, Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011, volume 7401 of Lecture Notes in Computer Science, pp.  25–36. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[1870] +
+
+Carlos M. Fonseca, Viviane Grunert da Fonseca, and Luís Paquete. + Exploring the Performance of Stochastic Multiobjective Optimisers with the Second-Order Attainment Function. + In C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors, Evolutionary Multi-criterion Optimization, EMO 2005, volume 3410 of Lecture Notes in Computer Science, pp.  250–264. Springer, Heidelberg, Germany, 2005.
+[ bib | +DOI ] +
+The attainment function has been proposed as a + measure of the statistical performance of stochastic + multiobjective optimisers which encompasses both the + quality of individual non-dominated solutions in + objective space and their spread along the trade-off + surface. It has also been related to results from + random closed-set theory, and cast as a mean-like, + first-order moment measure of the outcomes of + multiobjective optimisers. In this work, the use of + more informative, second-order moment measures for + the evaluation and comparison of multiobjective + optimiser performance is explored experimentally, + with emphasis on the interpretability of the + results. +
+ +
+ + +
+[1871] +
+
+Carlos M. Fonseca, Andreia P. Guerreiro, Manuel López-Ibáñez, and Luís Paquete. + On the Computation of the Empirical Attainment Function. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  106–120. Springer, Berlin/Heidelberg, 2011.
+[ bib | +DOI ] +
+The attainment function provides a description of the + location of the distribution of a random non-dominated point + set. This function can be estimated from experimental data + via its empirical counterpart, the empirical attainment + function (EAF). However, computation of the EAF in more than + two dimensions is a non-trivial task. In this article, the + problem of computing the empirical attainment function is + formalised, and upper and lower bounds on the corresponding + number of output points are presented. In addition, efficient + algorithms for the two and three-dimensional cases are + proposed, and their time complexities are related to lower + bounds derived for each case. +
+ +
+ + +
+[1872] +
+
+Carlos M. Fonseca, Luís Paquete, and Manuel López-Ibáñez. + An improved dimension- sweep algorithm for the hypervolume indicator. + In Proceedings of the 2006 Congress on Evolutionary Computation (CEC 2006), pp.  1157–1163, Piscataway, NJ, July 2006. IEEE Press.
+[ bib | +DOI ] +
+This paper presents a recursive, dimension-sweep + algorithm for computing the hypervolume indicator of + the quality of a set of n non-dominated points in + d>2 dimensions. It improves upon the existing HSO + (Hypervolume by Slicing Objectives) algorithm by + pruning the recursion tree to avoid repeated + dominance checks and the recalculation of partial + hypervolumes. Additionally, it incorporates a recent + result for the three-dimensional special case. The + proposed algorithm achieves O(nd-2 log n) time + and linear space complexity in the worst-case, but + experimental results show that the pruning + techniques used may reduce the time complexity + exponent even further. +
+ +
+ + +
+[1873] +
+
+Jorge Ramón Fonseca Cacho and Kazem Taghva. + The State of Reproducible Research in Computer Science. + In S. Latifi, editor, 17th International Conference on Information Technology-New Generations (ITNG 2020), Advances in Intelligent Systems and Computing, pp.  519–524. Springer International Publishing, 2020.
+[ bib | +DOI ] +
+Reproducible research is the cornerstone of cumulative + science and yet is one of the most serious crisis that we + face today in all fields. This paper aims to describe the + ongoing reproducible research crisis along with + counter-arguments of whether it really is a crisis, suggest + solutions to problems limiting reproducible research along + with the tools to implement such solutions by covering the + latest publications involving reproducible research. +
+
+Keywords: Docker, Improving transparency, OCR, Open science, + Replicability, Reproducibility +
+ +
+ + +
+[1874] +
+
+Manuel Förster, Bettina Bickel, Bernd Hardung, and Gabriella Kókai. + Self-adaptive ant colony optimisation applied to function allocation in vehicle networks. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  1991–1998. ACM Press, New York, NY, 2007.
+[ bib ] + +
+ + +
+[1875] +
+
+Michael Foster, Matthew Hughes, George O'Brien, Pietro S. Oliveto, James Pyle, Dirk Sudholt, and James Williams. + Do sophisticated evolutionary algorithms perform better than simple ones? + In C. A. Coello Coello, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020, pp.  184–192. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[1876] +
+
+Robert Fourer, David M. Gay, and Brian W. Kernighan. + AMPL: A Modeling Language for Mathematical Programming. + Duxbury, 2nd edition, 2002.
+[ bib ] + +
+ + +
+[1877] +
+
+Bennett L. Fox. + Uniting probabilistic methods for optimization. + In Proceedings of the 24th conference on Winter simulation, pp.  500–505. ACM, 1992.
+[ bib ] + +
+ + +
+[1878] +
+
+Bennett L. Fox. + Simulated annealing: folklore, facts, and directions. + In Monte Carlo and Quasi-Monte Carlo Methods in Scientific Computing, pp.  17–48. Springer, 1995.
+[ bib ] + +
+ + +
+[1879] +
+
+Alberto Franzin. + Empirical Analysis of Stochastic Local Search Behaviour: Connecting Structure, Components and Landscape. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2021.
+[ bib ] + +
+ + +
+[1880] +
+
+C. B. Fraser. + Subsequences and Supersequences of Strings. + PhD thesis, University of Glasgow, 1995.
+[ bib ] + +
+ + +
+[1881] +
+
+Alberto Franzin, Raphaël Gyory, Jean-Charles Nadé, Guillaume Aubert, Georges Klenkle, and Hughes Bersini. + Philéas: Anomaly Detection for IoT Monitoring. + In L. Cao, W. Kosters, and J. Lijffijt, editors, Proceedings of the 32nd Benelux Conference on Artificial Intelligence, BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020, pp.  56–70, 2020.
+[ bib | +http ] + +
+ + +
+[1882] +
+
+L Alberto Franco and Raimo P. Hämäläinen. + Engaging with Behavioral Operational Research: On Methods, Actors and Praxis. + In M. Kunc, J. Malpass, and L. White, editors, Behavioral Operational Research, pp.  3–25. Palgrave Macmillan, London, UK, 2016.
+[ bib | +DOI ] + +
+ + +
+[1883] +
+
+Jose M. Framiñán, Rainer Leisten, and Rubén Ruiz. + Manufacturing Scheduling Systems: An Integrated View on Models, Methods, and Tools. + Springer, New York, NY, 2014.
+[ bib ] + +
+ + +
+[1884] +
+
+Alberto Franzin and Thomas Stützle. + Exploration of Metaheuristics through Automatic Algorithm Configuration Techniques and Algorithmic Frameworks. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2016, pp.  1341–1347. ACM Press, New York, NY, 2016.
+[ bib ] + +
+ + +
+[1885] +
+
+Alberto Franzin and Thomas Stützle. + Comparison of Acceptance Criteria in Randomized Local Searches. + In E. Lutton, P. Legrand, P. Parrend, N. Monmarché, and M. Schoenauer, editors, EA 2017: Artificial Evolution, volume 10764 of Lecture Notes in Computer Science, pp.  16–29. Springer, Heidelberg, Germany, 2017.
+[ bib ] + +
+ + +
+[1886] +
+
+Alberto Franzin and Thomas Stützle. + Revisiting Simulated Annealing: a Component-Based Analysis: Supplementaty Material. + http://iridia.ulb.ac.be/supp/IridiaSupp2018-001, 2018.
+[ bib ] + +
+ + +
+[1887] +
+
+Alberto Franzin and Thomas Stützle. + Towards transferring algorithm configurations across problems. + In M. Vlastelica, J. Song, A. Ferber, B. Amos, G. Martius, B. Dilkina, and Y. Yue, editors, Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020, LMCA 2020, Vancouver, Canada, December 12, 2020, pp.  1–6, 2020.
+[ bib ] + +
+ + +
+[1888] +
+
+Alberto Franzin and Thomas Stützle. + A causal framework for understanding optimisation algorithms. + In F. Heintz, M. Milano, and B. O'Sullivan, editors, Trustworthy AI – Integrating Learning, Optimization and Reasoning. TAILOR 2020, volume 12641 of Lecture Notes in Computer Science, pp.  140–145. Springer, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[1889] +
+
+Alberto Franzin and Thomas Stützle. + A Landscape-based Analysis of Fixed Temperature and Simulated Annealing: Supplementaty Material. + http://iridia.ulb.ac.be/supp/IridiaSupp2021-002, 2021.
+[ bib ] + +
+ + +
+[1890] +
+
+A. R. R. Freitas, Peter J. Fleming, and Frederico G. Guimarães. + A Non-parametric Harmony-Based Objective Reduction Method for Many-Objective Optimization. + In 2013 IEEE International Conference on Systems, Man, and Cybernetics, pp.  651–656. IEEE Press, 2013.
+[ bib | +DOI ] + +
+ + +
+[1891] +
+
+B. Freisleben and P. Merz. + A Genetic Local Search Algorithm for Solving Symmetric and Asymmetric Traveling Salesman Problems. + In T. Bäck, T. Fukuda, and Z. Michalewicz, editors, Proceedings of the 1996 IEEE International Conference on Evolutionary Computation (ICEC'96), pp.  616–621. IEEE Press, Piscataway, NJ, 1996.
+[ bib ] + +
+ + +
+[1892] +
+
+Tobias Friedrich, Andreas Göbel, Francesco Quinzan, and Markus Wagner. + Heavy-Tailed Mutation Operators in Single-Objective Combinatorial Optimization. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11101 of Lecture Notes in Computer Science, pp.  134–145. Springer, Cham, Switzerland, 2018.
+[ bib ] +
+A core feature of evolutionary algorithms is their mutation + operator. Recently, much attention has been devoted to the + study of mutation operators with dynamic and non-uniform + mutation rates. Following up on this line of work, we propose + a new mutation operator and analyze its performance on the + (1+1) Evolutionary Algorithm (EA). Our analyses show that + this mutation operator competes with pre-existing ones, when + used by the (1+1)-EA on classes of problems for which + results on the other mutation operators are available. We + present a “jump” function for which the performance of the + (1+1)-EA using any static uniform mutation and any restart + strategy can be worse than the performance of the (1+1)-EA + using our mutation operator with no restarts. We show that + the (1+1)-EA using our mutation operator finds a + (1/3)-approximation ratio on any non-negative submodular + function in polynomial time. This performance matches that of + combinatorial local search algorithms specifically designed + to solve this problem. +
+ +
+ + +
+[1893] +
+
+Tobias Friedrich, Timo Kötzing, Martin S. Krejca, and Andrew M. Sutton. + Robustness of Ant Colony Optimization to Noise. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  17–24. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] +
+Keywords: ant colony optimization, noisy fitness, run time analysis, + theory +
+ +
+ + +
+[1894] +
+
+Tobias Friedrich, Timo Kötzing, and Markus Wagner. + A Generic Bet-and-Run Strategy for Speeding Up Stochastic Local Search. + In S. P. Singh and S. Markovitch, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  801–807. AAAI Press, February 2017.
+[ bib ] + +
+ + +
+[1895] +
+
+Tobias Friedrich, Francesco Quinzan, and Markus Wagner. + Escaping Large Deceptive Basins of Attraction with Heavy-tailed Mutation Operators. + In H. E. Aguirre and K. Takadama, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2018, pp.  293–300. ACM Press, New York, NY, 2018.
+[ bib | +DOI ] +
+Keywords: combinatorial optimization, heavy-tailed mutation, + single-objective optimization, experiments-motivated theory, + irace +
+ +
+ + +
+[1896] +
+
+Michael Friendly. + Statistical graphics for multivariate data. + In SAS Conference Proceedings: SAS Users Group International 16 (SUGI 16), 1991.
+[ bib ] +
+February 17-20, 1991, New Orleans, Louisiana, 297 papers +
+ +
+ + +
+[1897] +
+
+D. Fudenberg and J. Tirole. + Game Theory. + MIT Press, Cambridge, MA, 1983.
+[ bib ] + +
+ + +
+[1898] +
+
+Noriyuki Fujimoto and Kouki Nanai. + Solving QUBO with GPU parallel MOPSO. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1788–1794. ACM Press, New York, NY, 2021.
+[ bib ] + +
+ + +
+[1899] +
+
+Alex S. Fukunaga. + Evolving Local Search Heuristics for SAT Using Genetic Programming. + In K. Deb et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2004, Part II, volume 3103 of Lecture Notes in Computer Science, pp.  483–494. Springer, Heidelberg, Germany, 2004.
+[ bib ] +
+Satisfiability testing (SAT) is a very active area + of research today, with numerous real-world + applications. We describe CLASS2.0, a genetic + programming system for semi-automatically designing + SAT local search heuristics. An empirical + comparison shows that that the heuristics generated + by our GP system outperform the state of the art + human-designed local search algorithms, as well as + previously proposed evolutionary approaches, with + respect to both runtime as well as search efficiency + (number of variable flips to solve a problem). +
+ +
+ + +
+[1900] +
+
+Nancy E. Furlong, Eugene A. Lovelace, and Kristin L. Lovelace. + Research Methods and Statistics: An Integrated Approach. + Harcourt College Publishers, 2000.
+[ bib ] + +
+ + +
+[1901] +
+
+D. Gaertner and K. Clark. + On Optimal Parameters for Ant Colony Optimization Algorithms. + In H. R. Arabnia and R. Joshua, editors, Proceedings of the 2005 International Conference on Artificial Intelligence, ICAI 2005, pp.  83–89. CSREA Press, 2005.
+[ bib ] + +
+ + +
+[1902] +
+
+Matteo Gagliolo and Catherine Legrand. + Algorithm Survival Analysis. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  161–184. Springer, Berlin, Germany, 2010.
+[ bib | +DOI ] +
+Algorithm selection is typically based on models of + algorithm performance,learned during a separate + offline training sequence, which can be + prohibitively expensive. In recent work, we adopted + an online approach, in which models of the runtime + distributions of the available algorithms are + iteratively updated and used to guide the allocation + of computational resources, while solving a sequence + of problem instances. The models are estimated using + survival analysis techniques, which allow us to + reduce computation time, censoring the runtimes of + the slower algorithms. Here, we review the + statistical aspects of our online selection method, + discussing the bias induced in the runtime + distributions (RTD) models by the competition of + different algorithms on the same problem instances. +
+ +
+ + +
+[1903] +
+
+L. M. Gambardella and Marco Dorigo. + Ant-Q: A Reinforcement Learning Approach to the Traveling Salesman Problem. + In A. Prieditis and S. Russell, editors, Proceedings of the Twelfth International Conference on Machine Learning (ML-95), pp.  252–260. Morgan Kaufmann Publishers, Palo Alto, CA, 1995.
+[ bib ] + +
+ + +
+[1904] +
+
+L. M. Gambardella and Marco Dorigo. + Solving Symmetric and Asymmetric TSPs by Ant Colonies. + In T. Bäck, T. Fukuda, and Z. Michalewicz, editors, Proceedings of the 1996 IEEE International Conference on Evolutionary Computation (ICEC'96), pp.  622–627. IEEE Press, Piscataway, NJ, 1996.
+[ bib ] + +
+ + +
+[1905] +
+
+L. M. Gambardella, Éric D. Taillard, and G. Agazzi. + MACS-VRPTW: A Multiple Ant Colony System for Vehicle Routing Problems with Time Windows. + In D. Corne, M. Dorigo, and F. Glover, editors, New Ideas in Optimization, pp.  63–76. McGraw Hill, London, UK, 1999.
+[ bib ] + +
+ + +
+[1906] +
+
+Xavier Gandibleux, X. Delorme, and V. T'Kindt. + An Ant Colony Optimisation Algorithm for the Set Packing Problem. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  49–60. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[1907] +
+
+Xavier Gandibleux, N. Mezdaoui, and A. Fréville. + A tabu search procedure to solve multiobjective combinatorial optimization problem. + In R. Caballero, F. Ruiz, and R. Steuer, editors, Advances in Multiple Objective and Goal Programming, volume 455 of Lecture Notes in Economics and Mathematical Systems, pp.  291–300. Springer, Heidelberg, Germany, 1997.
+[ bib ] + +
+ + +
+[1908] +
+
+Xavier Gandibleux, H. Morita, and N. Katoh. + Use of a genetic heritage for solving the assignment problem with two objectives. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  43–57. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1909] +
+
+Huiru Gao, Haifeng Nie, and Ke Li. + Visualisation of Pareto Front Approximation: A Short Survey and Empirical Comparisons. + In Proceedings of the 2019 Congress on Evolutionary Computation (CEC 2019), pp.  1750–1757, Piscataway, NJ, 2019. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[1910] +
+
+Deon Garrett and Dipankar Dasgupta. + Multiobjective landscape analysis and the generalized assignment problem. + In V. Maniezzo, R. Battiti, and J.-P. Watson, editors, Learning and Intelligent Optimization, Second International Conference, LION 2, volume 5313 of Lecture Notes in Computer Science, pp.  110–124. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[1911] +
+
+M. R. Garey and David S. Johnson. + Computers and Intractability: A Guide to the Theory of NP-Completeness. + Freeman & Co, San Francisco, CA, 1979.
+[ bib ] + +
+ + +
+[1912] +
+
+José García-Nieto, Esteban López-Camacho, María Jesús Godoy García, Antonio J. Nebro, Juan J. Durillo, and José F. Aldana-Montes. + A study of archiving strategies in multi-objective PSO for molecular docking. + In M. Dorigo, M. Birattari, X. Li, M. López-Ibáñez, K. Ohkura, C. Pinciroli, and T. Stützle, editors, Swarm Intelligence, 10th International Conference, ANTS 2016, volume 9882 of Lecture Notes in Computer Science, pp.  40–52. Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[1913] +
+
+Beatriz A. Garro, Humberto Sossa, and Roberto A. Vazquez. + Evolving ant colony system for optimizing path planning in mobile robots. + In Electronics, Robotics and Automotive Mechanics Conference, pp.  444–449, Los Alamitos, CA, 2007. IEEE Computer Society.
+[ bib | +DOI ] + +
+ + +
+[1914] +
+
+Luca Di Gaspero and Andrea Schaerf. + Easysyn++: A tool for automatic synthesis of stochastic local search algorithms. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2007, volume 4638 of Lecture Notes in Computer Science, pp.  177–181. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[1915] +
+
+Martin Gebser, Roland Kaminski, Benjamin Kaufmann, Torsten Schaub, Marius Thomas Schneider, and Stefan Ziller. + A portfolio solver for answer set programming: Preliminary report. + In P. Calabar and T. C. Son, editors, Logic Programming and Nonmonotonic Reasoning, volume 8148 of Lecture Notes in Artificial Intelligence, pp.  352–357. Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[1916] +
+
+Peter Geibel. + Reinforcement Learning for MDPs with Constraints. + In J. Fürnkranz, T. Scheffer, and M. Spiliopoulou, editors, Machine Learning: ECML 2006, volume 4212 of Lecture Notes in Computer Science, pp.  646–653, 2006.
+[ bib | +DOI ] +
+In this article, I will consider Markov Decision Processes + with two criteria, each defined as the expected value of an + infinite horizon cumulative return. The second criterion is + either itself subject to an inequality constraint, or there + is maximum allowable probability that the single returns + violate the constraint. I describe and discuss three new + reinforcement learning approaches for solving such control + problems. +
+
+Keywords: Safe RL +
+ +
+ + +
+[1917] +
+
+Ian P. Gent, Stuart A. Grant, Ewen MacIntyre, Patrick Prosser, Paul Shaw, Barbara M. Smith, and Toby Walsh. + How Not To Do It. + Technical Report 97.27, School of Computer Studies, University of Leeds, May 1997.
+[ bib ] +
+We give some dos and don'ts for those analysing algorithms + experimentally. We illustrate these with many examples from + our own research on the study of algorithms for NP-complete + problems such as satisfiability and constraint + satisfaction. Where we have not followed these maxims, we + have suffered as a result. +
+ +
+ + +
+[1918] +
+
+Ian P. Gent, Holger H. Hoos, P. Prosser, and T. Walsh. + Morphing: Combining Structure and Randomness. + In Proceedings of the Sixteenth National Conference on Artificial Intelligence, pp.  654–660, 1999.
+[ bib ] + +
+ + +
+[1919] +
+
+Michel Gendreau and Jean-Yves Potvin. + Tabu Search. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, pp.  41–59. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[1920] +
+
+Daniel Geschwender, Frank Hutter, Lars Kotthoff, Yuri Malitsky, Holger H. Hoos, and Kevin Leyton-Brown. + Algorithm Configuration in the Cloud: A Feasibility Study. + In P. M. Pardalos, M. G. C. Resende, C. Vogiatzis, and J. L. Walteros, editors, Learning and Intelligent Optimization, 8th International Conference, LION 8, volume 8426 of Lecture Notes in Computer Science, pp.  41–46. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[1921] +
+
+Matthew S. Gibbs, Graeme C. Dandy, Holger R. Maier, and John B. Nixon. + Calibrating genetic algorithms for water distribution system optimisation. + In 7th Annual Symposium on Water Distribution Systems Analysis. ASCE, May 2005.
+[ bib ] + +
+ + +
+[1922] +
+
+Xavier Gillard, Vianney Coppé, Pierre Schaus, and André A. Cire. + Improving the Filtering of Branch-And-Bound MDD Solver. + In P. J. Stuckey, editor, Integration of Constraint Programming, Artificial Intelligence, and Operations Research, CPAIOR 2021, volume 12735 of Lecture Notes in Computer Science, pp.  231–247. Springer, Cham, Switzerland, 2021.
+[ bib | +DOI ] + +
+ + +
+[1923] +
+
+Xavier Gillard. + Discrete Optimization with Decision Diagrams: Design of a Generic Solver, Improved Bounding Techniques, and Discovery of Good Feasible Solutions with Large Neighborhood Search. + PhD thesis, Université Catholique de Louvain, 2022.
+[ bib ] + +
+ + +
+[1924] +
+
+T. Glasmachers. + A fast incremental BSP tree archive for non-dominated points. + In H. Trautmann, G. Rudolph, K. Klamroth, O. Schütze, M. M. Wiecek, Y. Jin, and C. Grimme, editors, Evolutionary Multi-criterion Optimization, EMO 2017, volume 10173 of Lecture Notes in Computer Science, pp.  252–266. Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] +
+Keywords: archiving +
+ +
+ + +
+[1925] +
+
+Fred Glover. + A Template for Scatter Search and Path Relinking. + In J.-K. Hao, E. Lutton, E. M. A. Ronald, M. Schoenauer, and D. Snyers, editors, Artificial Evolution, volume 1363 of Lecture Notes in Computer Science, pp.  1–51. Springer, Heidelberg, Germany, 1998.
+[ bib | +DOI ] + +
+ + +
+[1926] +
+
+Xavier Glorot and Yoshua Bengio. + Understanding the difficulty of training deep feedforward neural networks. + In Proceedings of the Thirteenth International Conference on Artificial Intelligence and Statistics, pp.  249–256, 2010.
+[ bib ] + +
+ + +
+[1927] +
+
+Fred Glover and Gary A. Kochenberger. + Critical Even Tabu Search for Multidimensional Knapsack Problems. + In I. H. Osman and J. P. Kelly, editors, Metaheuristics: Theory & Applications, pp.  407–427. Kluwer Academic Publishers, Norwell, MA, 1996.
+[ bib ] + +
+ + +
+[1928] +
+
+Fred Glover and Manuel Laguna. + Tabu Search. + Kluwer Academic Publishers, Boston, MA, 1997.
+[ bib ] + +
+ + +
+[1929] +
+
+Fred Glover, Manuel Laguna, and Rafael Martí. + Scatter Search and Path Relinking: Advances and Applications. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  1–35. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[1930] +
+
+Daniel Golovin, Benjamin Solnik, Subhodeep Moitra, Greg Kochanski, John Karro, and D. Sculley. + Google Vizier: A Service for Black-Box Optimization. + In S. Matwin, S. Yu, and F. Farooq, editors, 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp.  1487–1495. ACM Press, 2017.
+[ bib | +DOI ] + +
+ + +
+[1931] +
+
+Elizabeth Ferreira Gouvêa Goldbarg, Givanaldo R. Souza, and Marco Cesar Goldbarg. + Particle Swarm for the Traveling Salesman Problem. + In J. Gottlieb and G. R. Raidl, editors, Proceedings of EvoCOP 2006 – 6th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3906 of Lecture Notes in Computer Science, pp.  99–110. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[1932] +
+
+David E. Goldberg. + Genetic Algorithms in Search, Optimization and Machine Learning. + Addison-Wesley, Boston, MA, 1989.
+[ bib ] + +
+ + +
+[1933] +
+
+Fred E. Goldman and Larry W. Mays. + The Application of Simulated Annealing to the Optimal Operation of Water Systems. + In Proceedings of 26th Annual Water Resources Planning and Management Conference, Tempe, USA, June 2000. ASCE.
+[ bib ] + +
+ + +
+[1934] +
+
+Ralph E. Gomory. + An algorithm for integer solutions to linear programs. + In R. L. Graves and P. Wolfe, editors, Recent Advances in Mathematical Programming, pp.  260–302. McGraw Hill, New York, NY, 1963.
+[ bib ] + +
+ + +
+[1935] +
+
+Wenyin Gong, Álvaro Fialho, and Zhihua Cai. + Adaptive strategy selection in differential evolution. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  409–416. ACM Press, New York, NY, 2010.
+[ bib | +DOI ] + +
+ + +
+[1936] +
+
+M. Gorges-Schleuter. + Asparagos96 and the Travelling Salesman Problem. + In T. Bäck, Z. Michalewicz, and X. Yao, editors, Proceedings of the 1997 IEEE International Conference on Evolutionary Computation (ICEC'97), pp.  171–174. IEEE Press, Piscataway, NJ, 1997.
+[ bib ] + +
+ + +
+[1937] +
+
+J. Gottlieb, M. Puchta, and Christine Solnon. + A Study of Greedy, Local Search, and Ant Colony Optimization Approaches for Car Sequencing Problems. + In S. Cagnoni et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2003, volume 2611 of Lecture Notes in Computer Science, pp.  246–257. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1938] +
+
+Jonathan Gratch and Gerald DeJong. + COMPOSER: A probabilistic solution to the utility problem in speed-up learning. + In W. R. Swartout, editor, Proceedings of the 10th National Conference on Artificial Intelligence, pp.  235–240. AAAI Press/MIT Press, Menlo Park, CA, 1992.
+[ bib ] +
+Eearliest hyper-heuristic? +
+ +
+ + +
+[1939] +
+
+Alex Graves, Abdel-rahman Mohamed, and Geoffrey Hinton. + Speech recognition with deep recurrent neural networks. + In Acoustics, speech and signal processing (icassp), 2013 ieee international conference on, pp.  6645–6649. IEEE, 2013.
+[ bib ] + +
+ + +
+[1940] +
+
+Garrison W. Greenwood, Xiaobo Hu, and Joseph G. D'Ambrosio. + Fitness functions for multiple objective optimization problems: Combining preferences with Pareto rankings. + In R. K. Belew and M. D. Vose, editors, Foundations of Genetic Algorithms (FOGA), pp.  437–455. Morgan Kaufmann Publishers, 1996.
+[ bib ] + +
+ + +
+[1941] +
+
+Salvatore Greco, Benedetto Matarazzo, and Roman Slowiński. + Interactive evolutionary multiobjective optimization using dominance-based rough set approach. + In H. Ishibuchi et al., editors, Proceedings of the 2010 Congress on Evolutionary Computation (CEC 2010), pp.  1–8, Piscataway, NJ, 2010. IEEE Press.
+[ bib ] + +
+ + +
+[1942] +
+
+Viviane Grunert da Fonseca and Carlos M. Fonseca. + A characterization of the outcomes of stochastic multiobjective optimizers through a reduction of the hitting function test sets. + Technical report, CSI, Universidade do Algarve, 2004.
+[ bib ] +
+Keywords: high-order EAF +
+ +
+ + +
+[1943] +
+
+Viviane Grunert da Fonseca and Carlos M. Fonseca. + The Attainment-Function Approach to Stochastic Multiobjective Optimizer Assessment and Comparison. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  103–130. Springer, Berlin, Germany, 2010.
+[ bib ] + +
+ + +
+[1944] +
+
+Viviane Grunert da Fonseca and Carlos M. Fonseca. + The Relationship between the Covered Fraction, Completeness and Hypervolume Indicators. + In J.-K. Hao, P. Legrand, P. Collet, N. Monmarché, E. Lutton, and M. Schoenauer, editors, Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011, volume 7401 of Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] +
+This paper investigates the relationship between the covered + fraction, completeness, and (weighted) hypervolume indicators + for assessing the quality of the Pareto-front approximations + produced by multiobjective optimizers. It is shown that these + unary quality indicators are all, by definition, weighted + Hausdorff measures of the intersection of the region attained + by such an optimizer outcome in objective space with some + reference set. Moreover, when the optimizer is stochastic, + the indicators considered lead to real-valued random + variables following particular probability + distributions. Expressions for the expected value of these + distributions are derived, and shown to be directly related + to the first-order attainment function. +
+
+Keywords: hypervolume, empiricial attainment function +
+ +
+ + +
+[1945] +
+
+Viviane Grunert da Fonseca, Carlos M. Fonseca, and Andreia O. Hall. + Inferential Performance Assessment of Stochastic Optimisers and the Attainment Function. + In E. Zitzler, K. Deb, L. Thiele, C. A. Coello Coello, and D. Corne, editors, Evolutionary Multi-criterion Optimization, EMO 2001, volume 1993 of Lecture Notes in Computer Science, pp.  213–225. Springer, Berlin/Heidelberg, 2001.
+[ bib | +DOI ] +
+The performance of stochastic optimisers can be assessed + experimentally on given problems by performing multiple + optimisation runs, and analysing the results. Since an + optimiser may be viewed as an estimator for the (Pareto) + minimum of a (vector) function, stochastic optimiser + performance is discussed in the light of the criteria + applicable to more usual statistical + estimators. Multiobjective optimisers are shown to deviate + considerably from standard point estimators, and to require + special statistical methodology. The attainment function is + formulated, and related results from random closed-set theory + are presented, which cast the attainment function as a + mean-like measure for the outcomes of multiobjective + optimisers. Finally, a covariance-measure is defined, which + should bring additional insight into the stochastic behaviour + of multiobjective optimisers. Computational issues and + directions for further work are discussed at the end of the + paper. +
+
+Proposed looking at anytime behavior as a multi-objective + problem +
+
+Keywords: EAF +
+ +
+ + +
+[1946] +
+
+C. Guéret, Nicolas Monmarché, and M. Slimane. + Ants Can Play Music. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  310–317. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[1947] +
+
+M. Guntsch and Jürgen Branke. + New Ideas for Applying Ant Colony Optimization to the Probabilistic TSP. + In S. Cagnoni et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2003, volume 2611 of Lecture Notes in Computer Science, pp.  165–175. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1948] +
+
+M. Guntsch and Martin Middendorf. + Pheromone Modification Strategies for Ant Algorithms Applied to Dynamic TSP. + In E. J. W. Boers et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2001, volume 2037 of Lecture Notes in Computer Science, pp.  213–222. Springer, Heidelberg, Germany, 2001.
+[ bib ] + +
+ + +
+[1949] +
+
+M. Guntsch and Martin Middendorf. + A Population Based Approach for ACO. + In S. Cagnoni et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2002, volume 2279 of Lecture Notes in Computer Science, pp.  71–80. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1950] +
+
+M. Guntsch and Martin Middendorf. + Solving Multi-Objective Permutation Problems with Population Based ACO. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  464–478. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[1951] +
+
+M. Guntsch and Martin Middendorf. + Applying Population Based ACO to Dynamic Optimization Problems. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  111–122. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[1952] +
+
+Gurobi. + Gurobi Optimizer. + http://www.gurobi.com/products/gurobi-optimizer, 2017.
+[ bib ] + +
+ + +
+[1953] +
+
+D. Gusfield. + Algorithms on Strings, Trees, and Sequences. + In Computer Science and Computational Biology. Cambridge University Press, 1997.
+[ bib ] + +
+ + +
+[1954] +
+
+Walter J. Gutjahr. + S-ACO: An Ant-Based Approach to Combinatorial Optimization Under Uncertainty. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  238–249. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[1955] +
+
+Walter J. Gutjahr. + A converging ACO algorithm for stochastic combinatorial optimization. + In A. Albrecht and K. Steinhöfel, editors, Stochastic Algorithms: Foundations and Applications, volume 2827 of Lecture Notes in Computer Science, pp.  10–25. Springer Verlag, 2003.
+[ bib | +DOI ] + +
+ + +
+[1956] +
+
+Evert Haasdijk, Arif Atta-ul Qayyum, and Agoston E. Eiben. + Racing to improve on-line, on-board evolutionary robotics. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  187–194. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[1957] +
+
+S. Häckel, M. Fischer, D. Zechel, and T. Teich. + A multi-objective ant colony approach for Pareto-optimization using dynamic programming. + In C. Ryan, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2008, pp.  33–40. ACM Press, New York, NY, 2008.
+[ bib ] + +
+ + +
+[1958] +
+
+David Hadka, Patrick M. Reed, and T. W. Simpson. + Diagnostic assessment of the Borg MOEA for many-objective product family design problems. + In Proceedings of the 2012 Congress on Evolutionary Computation (CEC 2012), pp.  1–10, Piscataway, NJ, 2012. IEEE Press.
+[ bib ] + +
+ + +
+[1959] +
+
+Apache Software Foundation. + Hadoop, 2008.
+[ bib | +http ] + +
+ + +
+[1960] +
+
+Thomas M. Walski, Donald V. Chase, Dragan A. Savic, Walter Grayman, Stephen Beckwith, and Edmundo Koelle. + Advanced Water Distribution Modeling and Management. + Haestad Methods, Inc., Haestad Press, 1st edition, 2003.
+[ bib ] + +
+ + +
+[1961] +
+
+George T. Hall, Pietro S. Oliveto, and Dirk Sudholt. + On the impact of the cutoff time on the performance of algorithm configurators. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  907–915. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+Keywords: theory, automatic configuration, capping +
+ +
+ + +
+[1962] +
+
+George T. Hall, Pietro S. Oliveto, and Dirk Sudholt. + Fast Perturbative Algorithm Configurators. + In T. Bäck, M. Preuss, A. Deutz, H. Wang, C. Doerr, M. T. M. Emmerich, and H. Trautmann, editors, Parallel Problem Solving from Nature – PPSN XVI, volume 12269 of Lecture Notes in Computer Science, pp.  19–32. Springer, Cham, Switzerland, 2020.
+[ bib | +DOI ] + +
+ + +
+[1963] +
+
+George T. Hall, Pietro S. Oliveto, and Dirk Sudholt. + Analysis of the performance of algorithm configurators for search heuristics with global mutation operators. + In C. A. Coello Coello, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020, pp.  823–831. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[1964] +
+
+Greg Hamerly and Charles Elkan. + Learning the k in k-means. + In S. Thrun, L. Saul, and B. Schölkopf, editors, Advances in Neural Information Processing Systems (NIPS 16). MIT Press, 2003.
+[ bib | +epub ] + +
+ + +
+[1965] +
+
+Hayfa Hammami and Thomas Stützle. + A Computational Study of Neighborhood Operators for Job-Shop Scheduling Problems with Regular Objectives. + In B. Hu and M. López-Ibáñez, editors, Proceedings of EvoCOP 2017 – 17th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 10197 of Lecture Notes in Computer Science, pp.  1–17. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[1966] +
+
+Michael Pilegaard Hansen. + Tabu search for multiobjective optimization: MOTS. + In J. Climaco, editor, Proceedings of the 13th International Conference on Multiple Criteria Decision Making (MCDM'97), pp.  574–586. Springer Verlag, 1997.
+[ bib ] + +
+ + +
+[1967] +
+
+Nikolaus Hansen, Youhei Akimoto, and Petr Baudis. + CMA-ES/pycma on Github. + Zenodo, February 2019.
+[ bib | +DOI ] + +
+ + +
+[1968] +
+
+Nikolaus Hansen, Anne Auger, S. Finck, and R. Ros. + Real-Parameter Black-Box Optimization Benchmarking 2009: Experimental setup. + Technical Report RR-6828, INRIA, France, 2009.
+[ bib | +supplementary material ] + +
+ + +
+[1969] +
+
+Nikolaus Hansen, Anne Auger, Raymond Ros, Steffen Finck, and Petr Pošík. + Comparing Results of 31 Algorithms from the Black-Box Optimization Benchmarking BBOB-2009. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2010, pp.  1689–1696. ACM Press, New York, NY, 2010.
+[ bib | +DOI ] +
+This paper presents results of the BBOB-2009 benchmarking of + 31 search algorithms on 24 noiseless functions in a black-box + optimization scenario in continuous domain. The runtime of + the algorithms, measured in number of function evaluations, + is investigated and a connection between a single convergence + graph and the runtime distribution is uncovered. Performance + is investigated for different dimensions up to 40-D, for + different target precision values, and in different subgroups + of functions. Searching in larger dimension and multi-modal + functions appears to be more difficult. The choice of the + best algorithm also depends remarkably on the available + budget of function evaluations. +
+
+Keywords: benchmarking, black-box optimization +
+ +
+ + +
+[1970] +
+
+Nikolaus Hansen, Steffen Finck, Raymond Ros, and Anne Auger. + Real-Parameter Black-Box Optimization Benchmarking 2009: Noiseless Functions Definitions. + Technical Report RR-6829, INRIA, France, 2009. + Updated February 2010.
+[ bib | +epub ] +
+http://coco.gforge.inria.fr/bbob2012-downloads +
+ +
+ + +
+[1971] +
+
+Michael Pilegaard Hansen and Andrzej Jaszkiewicz. + Evaluating the quality of approximations to the non-dominated set. + Technical Report IMM-REP-1998-7, Institute of Mathematical Modelling, Technical University of Denmark, Lyngby, Denmark, 1998.
+[ bib ] +
+Proposed R2 indicator +
+ +
+ + +
+[1972] +
+
+Julia Handl and Joshua D. Knowles. + Modes of Problem Solving with Multiple Objectives: Implications for Interpreting the Pareto Set and for Decision Making. + In J. D. Knowles, D. Corne, K. Deb, and D. R. Chair, editors, Multiobjective Problem Solving from Nature, Natural Computing Series, pp.  131–151. Springer, Berlin/Heidelberg, 2008.
+[ bib | +DOI ] + +
+ + +
+[1973] +
+
+Pierre Hansen and Nenad Mladenović. + Variable Neighborhood Search. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  145–184. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[1974] +
+
+Pierre Hansen, Nenad Mladenović, Jack Brimberg, and José A. Moreno Pérez. + Variable Neighborhood Search. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, pp.  61–86. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[1975] +
+
+Nikolaus Hansen and Andreas Ostermeier. + Adapting Arbitrary Normal Mutation Distributions in Evolution Strategies: The Covariance Matrix Adaptation. + In T. Bäck, T. Fukuda, and Z. Michalewicz, editors, Proceedings of the 1996 IEEE International Conference on Evolutionary Computation (ICEC'96), pp.  312–317. IEEE Press, Piscataway, NJ, 1996.
+[ bib | +DOI ] +
+A new formulation for coordinate system independent + adaptation of arbitrary normal mutation distributions with + zero mean is presented. This enables the evolution strategy + (ES) to adapt the correct scaling of a given problem and also + ensures invariance with respect to any rotation of the + fitness function (or the coordinate system). Especially + rotation invariance, here resulting directly from the + coordinate system independent adaptation of the mutation + distribution, is an essential feature of the ES with regard + to its general applicability to complex fitness + functions. Compared to previous work on this subject, the + introduced formulation facilitates an interpretation of the + resulting mutation distribution, making sensible manipulation + by the user possible (if desired). Furthermore it enables a + more effective control of the overall mutation variance + (expected step length) +
+
+Proposed CMA-ES +
+
+Keywords: Evolution strategies, Evolutionary algorithms, + self-adaptation, stochastic processes, Covariance matrix, + matrix algebra, derandomised adaptation, mutation + distribution, rotation invariance, electronic switching + systems +
+ +
+ + +
+[1976] +
+
+Thomas Hanne. + Global Multiobjective Optimization with Evolutionary Algorithms: Selection Mechanisms and Mutation Control. + In E. Zitzler, K. Deb, L. Thiele, C. A. Coello Coello, and D. Corne, editors, Evolutionary Multi-criterion Optimization, EMO 2001, volume 1993 of Lecture Notes in Computer Science, pp.  197–212. Springer, Berlin/Heidelberg, 2001.
+[ bib ] + +
+ + +
+[1977] +
+
+Michael Pilegaard Hansen. + Metaheuristics for multiple objective combinatorial optimization. + PhD thesis, Institute of Mathematical Modelling, Technical University of Denmark, March 1998.
+[ bib ] + +
+ + +
+[1978] +
+
+Nikolaus Hansen. + The CMA evolution strategy: a comparing review. + In Towards a new evolutionary computation, pp.  75–102. Springer, 2006.
+[ bib ] + +
+ + +
+[1979] +
+
+Nikolaus Hansen. + Benchmarking a BI-population CMA-ES on the BBOB-2009 function testbed. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2009, pp.  2389–2396. ACM Press, New York, NY, 2009.
+[ bib ] +
+Keywords: bipop-cma-es +
+ +
+ + +
+[1980] +
+
+Zhifeng Hao, Ruichu Cai, and Han Huang. + An Adaptive Parameter Control Strategy for ACO. + In Proceedings of the International Conference on Machine Learning and Cybernetics, pp.  203–206. IEEE Press, 2006.
+[ bib ] + +
+ + +
+[1981] +
+
+Zhifeng Hao, Han Huang, Yong Qin, and Ruichu Cai. + An ACO Algorithm with Adaptive Volatility Rate of Pheromone Trail. + In Y. Shi, G. D. van Albada, J. Dongarra, and P. M. A. Sloot, editors, Computational Science – ICCS 2007, 7th International Conference, Proceedings, Part IV, volume 4490 of Lecture Notes in Computer Science, pp.  1167–1170. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[1982] +
+
+Jin-Kao Hao and Jêrome Pannier. + Simulated Annealing and Tabu Search for Constraint Solving. + In M. C. Golumbic et al., editors, Fifth International Symposium on Artificial Intelligence and Mathematics, AIM 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998, pp.  1–15, 1998.
+[ bib ] + +
+ + +
+[1983] +
+
+William D. Harvey and Matthew L. Ginsberg. + Limited Discrepancy Search. + In C. S. Mellish, editor, Proceedings of the 14th International Joint Conference on Artificial Intelligence (IJCAI-95), pp.  607–615. Morgan Kaufmann Publishers, 1995.
+[ bib ] + +
+ + +
+[1984] +
+
+Hado van Hasselt, Arthur Guez, and David Silver. + Deep Reinforcement Learning with Double Q-Learning. + In D. Schuurmans and M. P. Wellman, editors, Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, 2016.
+[ bib | +epub ] + +
+ + +
+[1985] +
+
+Verena Heidrich-Meisner and Christian Igel. + Hoeffding and Bernstein races for selecting policies in evolutionary direct policy search. + In A. P. Danyluk, L. Bottou, and M. L. Littman, editors, Proceedings of the 26th International Conference on Machine Learning, ICML 2009, pp.  401–408, New York, NY, 2009. ACM Press.
+[ bib | +DOI ] +
+Keywords: automated algorithm configuration, CMA-ES, racing +
+ +
+ + +
+[1986] +
+
+Keld Helsgaun. + Source Code of the Lin-Kernighan-Helsgaun Traveling Salesman Heuristic. + http://webhotel4.ruc.dk/~keld/research/LKH/, 2018.
+[ bib ] + +
+ + +
+[1987] +
+
+Keld Helsgaun. + Efficient Recombination in the Lin-Kernighan-Helsgaun Traveling Salesman Heuristic. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11101 of Lecture Notes in Computer Science, pp.  95–107. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] + +
+ + +
+[1988] +
+
+Pascal van Hentenryck. + The OPL optimization programming language. + MIT Press, Cambridge, MA, 1999.
+[ bib ] + +
+ + +
+[1989] +
+
+Daniel Hennes and Dario Izzo. + Interplanetary trajectory planning with Monte Carlo tree search. + In Q. Yang and M. Wooldridge, editors, Proceedings of the 24th International Joint Conference on Artificial Intelligence (IJCAI-15), pp.  769–775. IJCAI/AAAI Press, Menlo Park, CA, 2015.
+[ bib ] + +
+ + +
+[1990] +
+
+Daniel Hennes, Dario Izzo, and Damon Landau. + Fast approximators for optimal low-thrust hops between main belt asteroids. + In X. Chen and A. Stafylopatis, editors, Computational Intelligence (SSCI), 2016 IEEE Symposium Series on, pp.  1–7, 2016.
+[ bib | +DOI ] + +
+ + +
+[1991] +
+
+Darrall Henderson, Sheldon H. Jacobson, and Alan W. Johnson. + The Theory and Practice of Simulated Annealing. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  287–319. Springer, Boston, MA, 2003.
+[ bib | +DOI ] + +
+ + +
+[1992] +
+
+Pascal van Hentenryck and Laurent D. Michel. + Constraint-based Local Search. + MIT Press, Cambridge, MA, 2005.
+[ bib ] + +
+ + +
+[1993] +
+
+Pascal van Hentenryck and Laurent D. Michel. + Synthesis of constraint-based local search algorithms from high-level models. + In R. C. Holte and A. Howe, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  273–278. AAAI Press/MIT Press, Menlo Park, CA, 2007.
+[ bib ] + +
+ + +
+[1994] +
+
+R. Herbrich, T. Graepel, and K. Obermayer. + Support vector learning for ordinal regression. + In ICANN'99: Proceedings of the 9th International Conference on Artificial Neural Networks, pp.  97–102, 1999.
+[ bib | +DOI ] +
+We investigate the problem of predicting variables of ordinal + scale. This task is referred to as ordinal regression and is + complementary to the standard machine learning tasks of + classification and metric regression. In contrast to + statistical models we present a distribution independent + formulation of the problem together with uniform bounds of + the risk functional. The approach presented is based on a + mapping from objects to scalar utility values. Similar to + support vector methods we derive a new learning algorithm for + the task of ordinal regression based on large margin rank + boundaries. We give experimental results for an information + retrieval task: learning the order of documents with respect + to an initial query. Experimental results indicate that the + presented algorithm outperforms more naive approaches to + ordinal regression such as support vector classification and + support vector regression in the case of more than two + ranks. +
+
+Proposed the pairwise transform for learning-to-rank +
+
+Keywords: support vector machine;metric regression;support vector + learning;ordinal regression;information retrieval;risk + functional;machine learning;pattern classification; +
+ +
+ + +
+[1995] +
+
+Francisco Herrera, Manuel Lozano, and Daniel Molina. + Test suite for the special issue of Soft Computing on scalability of evolutionary algorithms and other metaheuristics for large scale continuous optimization problems. + http://sci2s.ugr.es/eamhco/, 2010.
+[ bib ] +
+Keywords: SOCO benchmark +
+ +
+ + +
+[1996] +
+
+Carlos Hernández and Oliver Schütze. + A bounded archive based for bi-objective problems based on distance and e-dominance to avoid cyclic behavior. + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, pp.  583–591. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] + +
+ + +
+[1997] +
+
+Daniel P Heyman and Matthew J Sobel. + Stochastic models in operations research: stochastic optimization, volume 2. + Courier Corporation, 2003.
+[ bib ] + +
+ + +
+[1998] +
+
+J. Holland. + Adaptation in Natural and Artificial Systems. + University of Michigan Press, 1975.
+[ bib ] + +
+ + +
+[1999] +
+
+Myle Hollander and Douglas A. Wolfe. + Nonparametric statistical inference. + John Wiley & Sons, New York, NY, 1973. + Second edition (1999).
+[ bib ] + +
+ + +
+[2000] +
+
+Giles Hooker. + Discovering Additive Structure in Black Box Functions. + In W. Kim, R. Kohavi, J. Gehrke, and W. DuMouchel, editors, Proceedings of the tenth ACM SIGKDD international conference on Knowledge discovery and data mining, KDD'04, pp.  575–580. ACM Press, New York, NY, 2004.
+[ bib | +DOI ] +
+Many automated learning procedures lack interpretability, + operating effectively as a black box: providing a prediction + tool but no explanation of the underlying dynamics that drive + it. A common approach to interpretation is to plot the + dependence of a learned function on one or two predictors. We + present a method that seeks not to display the behavior of a + function, but to evaluate the importance of non-additive + interactions within any set of variables. Should the function + be close to a sum of low dimensional components, these + components can be viewed and even modeled + parametrically. Alternatively, the work here provides an + indication of where intrinsically high-dimensional behavior + takes place.The calculations used in this paper correspond + closely with the functional ANOVA decomposition; a + well-developed construction in Statistics. In particular, the + proposed score of interaction importance measures the loss + associated with the projection of the prediction function + onto a space of additive models. The algorithm runs in linear + time and we present displays of the output as a graphical + model of the function for interpretation purposes. +
+
+Keywords: diagnostics, functional ANOVA, feature selection, + interpretation, visualization, additive models, draphical + models +
+ +
+ + +
+[2001] +
+
+Holger H. Hoos, Frank Hutter, and Kevin Leyton-Brown. + Automated Configuration and Selection of SAT Solvers. + In Handbook of Satisfiability, pp.  481–507. IOS Press, February 2021.
+[ bib | +DOI ] + +
+ + +
+[2002] +
+
+Holger H. Hoos and Thomas Stützle. + Stochastic Local Search: Foundations and Applications. + Elsevier, Amsterdam, The Netherlands, 2004.
+[ bib ] + +
+ + +
+[2003] +
+
+Holger H. Hoos and Thomas Stützle. + Stochastic Local Search—Foundations and Applications. + Morgan Kaufmann Publishers, San Francisco, CA, 2005.
+[ bib ] + +
+ + +
+[2004] +
+
+Holger H. Hoos and Thomas Stützle. + Evaluating Las Vegas Algorithms — Pitfalls and Remedies. + In G. F. Cooper and S. Moral, editors, Proceedings of the Fourteenth Conference on Uncertainty in Artificial Intelligence, pp.  238–245. Morgan Kaufmann Publishers, San Francisco, CA, 1998.
+[ bib ] + +
+ + +
+[2005] +
+
+Holger H. Hoos. + Programming by Optimisation: Towards a new Paradigm for Developing High-Performance Software. + In MIC 2011, the 9th Metaheuristics International Conference, 2011. + Plenary talk.
+[ bib | +http ] + +
+ + +
+[2006] +
+
+Holger H. Hoos. + Automated Algorithm Configuration and Parameter Tuning. + In Y. Hamadi, E. Monfroy, and F. Saubion, editors, Autonomous Search, pp.  37–71. Springer, Berlin, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2007] +
+
+Christian Horoba and Frank Neumann. + Benefits and drawbacks for the use of epsilon-dominance in evolutionary multi-objective optimization. + In C. Ryan, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2008, pp.  641–648. ACM Press, New York, NY, 2008.
+[ bib ] +
+Proposed ε-box +
+ +
+ + +
+[2008] +
+
+J. Horn, N. Nafpliotis, and David E. Goldberg. + A niched Pareto genetic algorithm for multiobjective optimization. + In Proceedings of the 1994 World Congress on Computational Intelligence (WCCI 1994), pp.  82–87, Piscataway, NJ, June 1994. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2009] +
+
+Kenneth Hoste and Lieven Eeckhout. + Cole: Compiler Optimization Level Exploration. + In M. L. Soffa and E. Duesterwald, editors, Proceedings of the 6th Annual IEEE/ACM International Symposium on Code Generation and Optimization, CGO '08, pp.  165–174, New York, NY, 2008. ACM Press.
+[ bib | +DOI ] + +
+ + +
+[2010] +
+
+Han Huang, Xiaowei Yang, Zhifeng Hao, and Ruichu Cai. + A Novel ACO Algorithm with Adaptive Parameter. + In D.-S. Huang, K. Li, and G. W. Irwin, editors, International Conference on Computational Science (3), volume 4115 of Lecture Notes in Computer Science, pp.  12–21. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2011] +
+
+Kuo-Si Huang, Chang-Biau Yang, and Kuo tsung Tseng. + Fast algorithms for finding the common subsequences of multiple sequences. + In Proceedings of the International Computer Symposium, pp.  1006–1011. IEEE Press, 2004.
+[ bib ] + +
+ + +
+[2012] +
+
+Evan J. Hughes. + Multiple single objective Pareto sampling. + In Proceedings of the 2003 Congress on Evolutionary Computation (CEC'03), pp.  2678–2684, Piscataway, NJ, December 2003. IEEE Press.
+[ bib ] + +
+ + +
+[2013] +
+
+Evan J. Hughes. + MSOPS-II: A general-purpose many-objective optimiser. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  3944–3951, Piscataway, NJ, 2007. IEEE Press.
+[ bib ] + +
+ + +
+[2014] +
+
+Evan J. Hughes. + Many-objective directed evolutionary line search. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  761–768. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2015] +
+
+Maura Hunt and Manuel López-Ibáñez. + Modeling a Decision-Maker in Goal Programming by means of Computational Rationality. + In I. Palomares, editor, International Alan Turing Conference on Decision Support and Recommender systems, pp.  17–20, London, UK, November 21–22 2019. Alan Turing Institute.
+[ bib | +epub ] +
+This paper extends a simulation of cognitive mechanisms in + the context of multi-criteria decision-making by using ideas + from computational rationality. Specifically, this paper + improves the simulation of a human decision-maker (DM) by + considering how resource constraints impact their evaluation + process in an interactive Goal Programming problem. Our + analysis confirms and emphasizes a previous simulation study + by showing key areas that could be effected by cognitive + mechanisms. While the results are promising, the effects + should be validated by future experiments with human DMs. +
+ +
+ + +
+[2016] +
+
+Mohamed Saifullah Hussin and Thomas Stützle. + Hierarchical Iterated Local Search for the Quadratic Assignment Problem. + In M. J. Blesa, C. Blum, L. Di Gaspero, A. Roli, M. Sampels, and A. Schaerf, editors, Hybrid Metaheuristics, volume 5818 of Lecture Notes in Computer Science, pp.  115–129. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2017] +
+
+Frank Hutter, Domagoj Babić, Holger H. Hoos, and Alan J. Hu. + Boosting Verification by Automatic Tuning of Decision Procedures. + In J. Baumgartner and M. Sheeran, editors, FMCAD'07: Proceedings of the 7th International Conference Formal Methods in Computer Aided Design, pp.  27–34, Austin, Texas, USA, 2007. IEEE Computer Society, Washington, DC, USA.
+[ bib ] + +
+ + +
+[2018] +
+
+Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown, and Kevin P. Murphy. + An experimental investigation of model-based parameter optimisation: SPO and beyond. + In F. Rothlauf, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2009, pp.  271–278. ACM Press, New York, NY, 2009.
+[ bib | +DOI ] + +
+ + +
+[2019] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Automated Configuration of Mixed Integer Programming Solvers. + In A. Lodi, M. Milano, and P. Toth, editors, Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2010, volume 6140 of Lecture Notes in Computer Science, pp.  186–202. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] +
+Keywords: MIP, ParamILS +
+ +
+ + +
+[2020] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Sequential Model-Based Optimization for General Algorithm Configuration. + In C. A. Coello Coello, editor, Learning and Intelligent Optimization, 5th International Conference, LION 5, volume 6683 of Lecture Notes in Computer Science, pp.  507–523. Springer, Heidelberg, Germany, 2011.
+[ bib | +DOI ] +
+Keywords: SMAC,ROAR +
+ +
+ + +
+[2021] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Parallel Algorithm Configuration. + In Y. Hamadi and M. Schoenauer, editors, Learning and Intelligent Optimization, 6th International Conference, LION 6, volume 7219 of Lecture Notes in Computer Science, pp.  55–70. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2022] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Identifying Key Algorithm Parameters and Instance Features using Forward Selection. + In P. M. Pardalos and G. Nicosia, editors, Learning and Intelligent Optimization, 7th International Conference, LION 7, volume 7997 of Lecture Notes in Computer Science, pp.  364–381. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] +
+Most state-of-the-art algorithms for large-scale optimization + problems expose free parameters, giving rise to combinatorial + spaces of possible configurations. Typically, these spaces + are hard for humans to understand. In this work, we study a + model-based approach for identifying a small set of both + algorithm parameters and instance features that suffices for + predicting empirical algorithm performance well. Our + empirical analyses on a wide variety of hard combinatorial + problem benchmarks spanning SAT, MIP, and TSP show that–for + parameter configurations sampled uniformly at random–very + good performance predictions can typically be obtained based + on just two key parameters, and that similarly, few instance + features and algorithm parameters suffice to predict the most + salient algorithm performance characteristics in the combined + configuration/feature space. We also use these models to + identify settings of these key parameters that are predicted + to achieve the best overall performance, both on average + across instances and in an instance-specific way. This serves + as a further way of evaluating model quality and also + provides a tool for further understanding the parameter + space. We provide software for carrying out this analysis on + arbitrary problem domains and hope that it will help + algorithm developers gain insights into the key parameters of + their algorithms, the key features of their instances, and + their interactions. +
+
+Keywords: parameter importance +
+ +
+ + +
+[2023] +
+
+Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + An Efficient Approach for Assessing Hyperparameter Importance. + In E. P. Xing and T. Jebara, editors, Proceedings of the 31st International Conference on Machine Learning, ICML 2014, volume 32, pp.  754–762. PMLR, 2014.
+[ bib | +http ] +
+Keywords: fANOVA, parameter importance +
+ +
+ + +
+[2024] +
+
+Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown, and Kevin Murphy. + Time-Bounded Sequential Parameter Optimization. + In C. Blum and R. Battiti, editors, Learning and Intelligent Optimization, 4th International Conference, LION 4, volume 6073 of Lecture Notes in Computer Science, pp.  281–298. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2025] +
+
+Frank Hutter, Holger H. Hoos, and Thomas Stützle. + Automatic Algorithm Configuration Based on Local Search. + In R. C. Holte and A. Howe, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  1152–1157. AAAI Press/MIT Press, Menlo Park, CA, 2007.
+[ bib ] + +
+ + +
+[2026] +
+
+Frank Hutter, Manuel López-Ibáñez, Chris Fawcett, Marius Thomas Lindauer, Holger H. Hoos, Kevin Leyton-Brown, and Thomas Stützle. + AClib: A Benchmark Library for Algorithm Configuration. + In P. M. Pardalos, M. G. C. Resende, C. Vogiatzis, and J. L. Walteros, editors, Learning and Intelligent Optimization, 8th International Conference, LION 8, volume 8426 of Lecture Notes in Computer Science, pp.  36–40. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2027] +
+
+Frank Hutter. + SAT benchmarks used in automated algorithm configuration. + http://www.cs.ubc.ca/labs/beta/Projects/AAC/SAT-benchmarks.html, 2007.
+[ bib ] + +
+ + +
+[2028] +
+
+Frank Hutter. + Automated Configuration of Algorithms for Solving Hard Computational Problems. + PhD thesis, University of British Columbia, Department of Computer Science, Vancouver, Canada, October 2009.
+[ bib ] + +
+ + +
+[2029] +
+
+Zhiyuan Liu and Jian Tang. + IJCAI 2021 Reproducibility Guidelines, 35th International Joint Conference on Artificial Intelligence. + https://ijcai-21.org/wp-content/uploads/2020/12/20201226-IJCAI-Reproducibility.pdf, 2021.
+[ bib ] + +
+ + +
+[2030] +
+
+Jérémie Humeau, Arnaud Liefooghe, El-Ghazali Talbi, and Sébastien Verel. + ParadisEO-MO: From Fitness Landscape Analysis to Efficient Local Search Algorithms. + Rapport de recherche RR-7871, INRIA, France, 2012.
+[ bib | +epub ] + +
+ + +
+[2031] +
+
+Mauro Birattari. + The race Package for R: Racing Methods for the Selection of the Best. + Technical Report TR/IRIDIA/2003-037, IRIDIA, Université Libre de Bruxelles, Belgium, 2003.
+[ bib ] + +
+ + +
+[2032] +
+
+Mauro Birattari. + On the Estimation of the Expected Performance of a Metaheuristic on a Class of Instances. How Many Instances, How Many Runs? + Technical Report TR/IRIDIA/2004-001, IRIDIA, Université Libre de Bruxelles, Belgium, 2004.
+[ bib ] + +
+ + +
+[2033] +
+
+Krzysztof Socha and Marco Dorigo. + Ant Colony Optimization for Mixed-Variable Optimization Problems. + Technical Report TR/IRIDIA/2007-019, IRIDIA, Université Libre de Bruxelles, Belgium, October 2007.
+[ bib ] + +
+ + +
+[2034] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + Exploratory Analysis of Stochastic Local Search Algorithms in Biobjective Optimization. + Technical Report TR/IRIDIA/2009-015, IRIDIA, Université Libre de Bruxelles, Belgium, May 2009. + Published as a book chapter [2223].
+[ bib ] + +
+ + +
+[2035] +
+
+Manuel López-Ibáñez and Thomas Stützle. + An Analysis of Algorithmic Components for Multiobjective Ant Colony Optimization: A Case Study on the Biobjective TSP. + Technical Report TR/IRIDIA/2009-019, IRIDIA, Université Libre de Bruxelles, Belgium, June 2009. + Published in the proceedings of Evolution Artificielle, 2009 [2230].
+[ bib ] + +
+ + +
+[2036] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Effective Hybrid Stochastic Local Search Algorithms for Biobjective Permutation Flowshop Scheduling. + Technical Report TR/IRIDIA/2009-020, IRIDIA, Université Libre de Bruxelles, Belgium, June 2009. + Published in the proceedings of Hybrid Metaheuristics 2009 [1791].
+[ bib | +http ] + +
+ + +
+[2037] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Adaptive “Anytime” Two-Phase Local Search. + Technical Report TR/IRIDIA/2009-026, IRIDIA, Université Libre de Bruxelles, Belgium, 2010. + Published in the proceedings of LION 4 [1794].
+[ bib | +http ] + +
+ + +
+[2038] +
+
+Thomas Stützle, Manuel López-Ibáñez, Paola Pellegrini, Michael Maur, Marco A. Montes de Oca, Mauro Birattari, and Marco Dorigo. + Parameter Adaptation in Ant Colony Optimization. + Technical Report TR/IRIDIA/2010-002, IRIDIA, Université Libre de Bruxelles, Belgium, January 2010. + Published as a book chapter [2594].
+[ bib ] + +
+ + +
+[2039] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + A Hybrid TP+PLS Algorithm for Bi-objective Flow-Shop Scheduling Problems. + Technical Report TR/IRIDIA/2010-019, IRIDIA, Université Libre de Bruxelles, Belgium, 2010. + Published in Computers & Operations Research [392].
+[ bib | +http ] + +
+ + +
+[2040] +
+
+M. S. Hussin and Thomas Stützle. + Tabu Search vs. Simulated Annealing for Solving Large Quadratic Assignment Instances. + Technical Report TR/IRIDIA/2010-020, IRIDIA, Université Libre de Bruxelles, Belgium, 2010.
+[ bib ] + +
+ + +
+[2041] +
+
+Jérémie Dubois-Lacoste, Manuel López-Ibáñez, and Thomas Stützle. + Improving the Anytime Behavior of Two-Phase Local Search. + Technical Report TR/IRIDIA/2010-022, IRIDIA, Université Libre de Bruxelles, Belgium, 2010. + Published in Annals of Mathematics and Artificial Intelligence [391].
+[ bib | +http ] + +
+ + +
+[2042] +
+
+Manuel López-Ibáñez, Joshua D. Knowles, and Marco Laumanns. + On Sequential Online Archiving of Objective Vectors. + Technical Report TR/IRIDIA/2011-001, IRIDIA, Université Libre de Bruxelles, Belgium, 2011. + This is a revised version of the paper published in EMO 2011 [2216].
+[ bib | +http ] + +
+ + +
+[2043] +
+
+Mauro Birattari, Marco Chiarandini, Marco Saerens, and Thomas Stützle. + Learning graphical models for parameter tuning. + Technical Report TR/IRIDIA/2011-002, IRIDIA, Université Libre de Bruxelles, Belgium, 2011.
+[ bib | +http ] + +
+ + +
+[2044] +
+
+Manuel López-Ibáñez and Thomas Stützle. + The Automatic Design of Multi-Objective Ant Colony Optimization Algorithms. + Technical Report TR/IRIDIA/2011-003, IRIDIA, Université Libre de Bruxelles, Belgium, 2011. + Published in IEEE Transactions on Evolutionary Computation [873].
+[ bib | +http ] + +
+ + +
+[2045] +
+
+Tianjun Liao, Daniel Molina, Marco A. Montes de Oca, and Thomas Stützle. + A Note on the Effects of Enforcing Bound Constraints on Algorithm Comparisons using the IEEE CEC'05 Benchmark Function Suite. + Technical Report TR/IRIDIA/2011-010, IRIDIA, Université Libre de Bruxelles, Belgium, 2011. + Published in Evolutionary Computation [836].
+[ bib | +http ] + +
+ + +
+[2046] +
+
+Tianjun Liao, Daniel Molina, Marco A. Montes de Oca, and Thomas Stützle. + Computational Results for an Automatically Tuned IPOP-CMA-ES on the CEC'05 Benchmark Set. + Technical Report TR/IRIDIA/2011-022, IRIDIA, Université Libre de Bruxelles, Belgium, 2011.
+[ bib ] + +
+ + +
+[2047] +
+
+Manuel López-Ibáñez and Thomas Stützle. + Automatically Improving the Anytime Behaviour of Optimisation Algorithms. + Technical Report TR/IRIDIA/2012-012, IRIDIA, Université Libre de Bruxelles, Belgium, May 2012. + Published in European Journal of Operational Research [874].
+[ bib ] + +
+ + +
+[2048] +
+
+Andreea Radulescu, Manuel López-Ibáñez, and Thomas Stützle. + Automatically Improving the Anytime Behaviour of Multiobjective Evolutionary Algorithms. + Technical Report TR/IRIDIA/2012-019, IRIDIA, Université Libre de Bruxelles, Belgium, 2012. + Published in the proceedings of EMO 2013 [2453].
+[ bib ] + +
+ + +
+[2049] +
+
+Tianjun Liao, Thomas Stützle, Marco A. Montes de Oca, and Marco Dorigo. + A Unified Ant Colony Optimization Algorithm for Continuous Optimization. + Technical Report TR/IRIDIA/2013-002, IRIDIA, Université Libre de Bruxelles, Belgium, 2013.
+[ bib ] + +
+ + +
+[2050] +
+
+Franco Mascia, Manuel López-Ibáñez, Jérémie Dubois-Lacoste, and Thomas Stützle. + Grammar-based generation of stochastic local search heuristics through automatic algorithm configuration tools. + Technical Report TR/IRIDIA/2013-015, IRIDIA, Université Libre de Bruxelles, Belgium, 2013.
+[ bib ] + +
+ + +
+[2051] +
+
+Manuel López-Ibáñez, Arnaud Liefooghe, and Sébastien Verel. + Local Optimal Sets and Bounded Archiving on Multi-objective NK-Landscapes with Correlated Objectives. + Technical Report TR/IRIDIA/2014-009, IRIDIA, Université Libre de Bruxelles, Belgium, 2014.
+[ bib ] + +
+ + +
+[2052] +
+
+Vito Trianni and Manuel López-Ibáñez. + Advantages of Multi-Objective Optimisation in Evolutionary Robotics: Survey and Case Studies. + Technical Report TR/IRIDIA/2014-014, IRIDIA, Université Libre de Bruxelles, Belgium, 2014.
+[ bib | +http ] + +
+ + +
+[2053] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + A Large-Scale Experimental Evaluation of High-Performing Multi- and Many-Objective Evolutionary Algorithms. + Technical Report TR/IRIDIA/2017-005, IRIDIA, Université Libre de Bruxelles, Belgium, November 2017.
+[ bib ] + +
+ + +
+[2054] +
+
+Alberto Franzin, Leslie Pérez Cáceres, and Thomas Stützle. + Effect of Transformations of Numerical Parameters in Automatic Algorithm Configuration. + Technical Report TR/IRIDIA/2017-006, IRIDIA, Université Libre de Bruxelles, Belgium, March 2017.
+[ bib | +http ] + +
+ + +
+[2055] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Configuration of Multi-objective Optimizers and Multi-objective Configuration. + Technical Report TR/IRIDIA/2017-011, IRIDIA, Université Libre de Bruxelles, Belgium, November 2017. + Published as a book chapter [1567].
+[ bib | +http ] + +
+ + +
+[2056] +
+
+Manuel López-Ibáñez, Marie-Eléonore Kessaci, and Thomas Stützle. + Automatic Design of Hybrid Metaheuristics from Algorithmic Components. + Technical Report TR/IRIDIA/2017-012, IRIDIA, Université Libre de Bruxelles, Belgium, December 2017.
+[ bib | +http ] + +
+ + +
+[2057] +
+
+Leonardo C. T. Bezerra, Manuel López-Ibáñez, and Thomas Stützle. + Automatically Designing State-of-the-Art Multi- and Many-Objective Evolutionary Algorithms. + Technical Report TR/IRIDIA/2018-001, IRIDIA, Université Libre de Bruxelles, Belgium, January 2018. + Published in Evolutionary Computation journal [132].
+[ bib | +http ] + +
+ + +
+[2058] +
+
+Alberto Franzin and Thomas Stützle. + Revisiting Simulated Annealing: a Component-Based Analysis. + Technical Report TR/IRIDIA/2018-010, IRIDIA, Université Libre de Bruxelles, Belgium, 2018.
+[ bib | +http ] + +
+ + +
+[2059] +
+
+Christian Leonardo Camacho-Villalón, Thomas Stützle, and Marco Dorigo. + PSO-X: A Component-Based Framework for the Automatic Design of Particle Swarm Optimization Algorithms. + Technical Report TR/IRIDIA/2021-002, IRIDIA, Université Libre de Bruxelles, Belgium, 2021.
+[ bib | +http ] +
+Published as [227] +
+ +
+ + +
+[2060] +
+
+Alberto Franzin and Thomas Stützle. + A Landscape-based Analysis of Fixed Temperature and Simulated Annealing. + Technical Report TR/IRIDIA/2021-005, IRIDIA, Université Libre de Bruxelles, Belgium, 2021.
+[ bib | +http ] + +
+ + +
+[2061] +
+
+Christian Leonardo Camacho-Villalón, Thomas Stützle, and Marco Dorigo. + Cuckoo Search ≡(μ+ λ)-Evolution Strategy – A Rigorous Analysis of an Algorithm That Has Been Misleading the Research Community for More Than 10 Years and Nobody Seems to Have Noticed. + Technical Report TR/IRIDIA/2021-006, IRIDIA, Université Libre de Bruxelles, Belgium, 2021.
+[ bib | +http ] + +
+ + +
+[2062] +
+
+Christian Igel. + Multi-objective Model Selection for Support Vector Machines. + In C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors, Evolutionary Multi-criterion Optimization, EMO 2005, volume 3410 of Lecture Notes in Computer Science, pp.  534–546. Springer, Heidelberg, Germany, 2005.
+[ bib | +DOI ] +
+Early work on multi-objective hyper-parameter optimization + (AutoML) +
+ +
+ + +
+[2063] +
+
+Kokolo Ikeda, Hajime Kita, and Shigenobu Kobayashi. + Failure of Pareto-based MOEAs: Does non-dominated really mean near to optimal? + In Proceedings of the 2001 Congress on Evolutionary Computation (CEC'01), pp.  957–962, Piscataway, NJ, 2001. IEEE Press.
+[ bib ] +
+Keywords: dominance resistance +
+ +
+ + +
+[2064] +
+
+Janine Illian, Antti Penttinen, Helga Stoyan, and Dietrich Stoyan. + Statistical Analysis and Modelling of Spatial Point Patterns. + Wiley, 2008.
+[ bib ] + +
+ + +
+[2065] +
+
+S. Iredi, D. Merkle, and Martin Middendorf. + Bi-Criterion Optimization with Multi Colony Ant Algorithms. + In E. Zitzler, K. Deb, L. Thiele, C. A. Coello Coello, and D. Corne, editors, Evolutionary Multi-criterion Optimization, EMO 2001, volume 1993 of Lecture Notes in Computer Science, pp.  359–372. Springer, Berlin/Heidelberg, 2001.
+[ bib ] +
+Keywords: BicriterionAnt +
+ +
+ + +
+[2066] +
+
+Manuel López-Ibáñez and Thomas Stützle. + Automatically Improving the Anytime Behaviour of Optimisation Algorithms: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2012-011/, 2012.
+[ bib ] + +
+ + +
+[2067] +
+
+Ekhine Irurozki and Manuel López-Ibáñez. + Unbalanced Mallows Models for Optimizing Expensive Black-Box Permutation Problems. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  225–233. ACM Press, New York, NY, 2021.
+[ bib | +DOI | +supplementary material ] +
+Expensive black-box combinatorial optimization problems arise + in practice when the objective function is evaluated by means + of a simulator or a real-world experiment. Since each fitness + evaluation is expensive in terms of time or resources, only a + limited number of evaluations is possible, typically several + orders of magnitude smaller than in non-expensive + problems. In this scenario, classical optimization methods + such as mixed-integer programming and local search are not + useful. In the continuous case, Bayesian optimization, in + particular using Gaussian processes, has proven very + effective under these conditions. Much less research is + available in the combinatorial case. In this paper, we + propose and analyze UMM, an estimation-of-distribution (EDA) + algorithm based on a Mallows probabilistic model and + unbalanced rank aggregation (uBorda). Experimental results on + black-box versions of LOP and PFSP show that UMM is able to + match, and sometimes surpass, the solutions obtained by CEGO, + a Bayesian optimization algorithm for combinatorial + optimization. Moreover, the computational complexity of UMM + increases linearly with both the number of function + evaluations and the permutation size. +
+
+Keywords: UMM, Permutation, Expensive, Black-box +
+ +
+ + +
+[2068] +
+
+Hisao Ishibuchi, Hiroyuki Masuda, and Yusuke Nojima. + A Study on Performance Evaluation Ability of a Modified Inverted Generational Distance Indicator. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  695–702. ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2069] +
+
+Hisao Ishibuchi, Hiroyuki Masuda, Yuki Tanigaki, and Yusuke Nojima. + Modified Distance Calculation in Generational Distance and Inverted Generational Distance. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  110–125. Springer, Heidelberg, Germany, 2015.
+[ bib ] +
+Proposed IGD+ +
+
+Keywords: Performance metrics, multi-objective, IGD, IGD+ +
+ +
+ + +
+[2070] +
+
+Hisao Ishibuchi, N. Tsukamoto, and Y. Nojima. + Evolutionary many-objective optimization: A short review. + In Proceedings of the 2008 Congress on Evolutionary Computation (CEC 2008), pp.  2419–2426, Piscataway, NJ, 2008. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2071] +
+
+Dario Izzo, Ingmar Getzner, Daniel Hennes, and Luís F. Simões. + Evolving solutions to TSP variants for active space debris removal. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  1207–1214. ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2072] +
+
+Dario Izzo, Luís F. Simões, Marcus Märtens, Guido C.H.E. de Croon, Aurelie Heritier, and Chit Hong Yam. + Search for a Grand Tour of the Jupiter Galilean Moons. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  1301–1308. ACM Press, New York, NY, 2013.
+[ bib | +DOI ] + +
+ + +
+[2073] +
+
+Sophie Jacquin, Laetitia Jourdan, and El-Ghazali Talbi. + Dynamic Programming Based Metaheuristic for Energy Planning Problems. + In A. I. Esparcia-Alcázar and A. M. Mora, editors, Applications of Evolutionary Computation, volume 8602 of Lecture Notes in Computer Science, pp.  165–176. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[2074] +
+
+Antonio López Jaimes, Carlos A. Coello Coello, and Debrup Chakraborty. + Objective reduction using a feature selection technique. + In C. Ryan, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2008, pp.  673–680. ACM Press, New York, NY, 2008.
+[ bib ] + +
+ + +
+[2075] +
+
+Antonio López Jaimes, Carlos A. Coello Coello, and Jesús E. Urías Barrientos. + Online Objective Reduction to Deal with Many-Objective Problems. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  423–437. Springer, Heidelberg, Germany, 2009.
+[ bib ] +
+In this paper, we propose and analyze two schemes to + integrate an objective reduction technique into a + multi-objective evolutionary algorithm (moea) in order to + cope with many-objective problems. One scheme reduces + periodically the number objectives during the search until + the required objective subset size has been reached and, + towards the end of the search, the original objective set is + used again. The second approach is a more conservative scheme + that alternately uses the reduced and the entire set of + objectives to carry out the search. Besides improving + computational efficiency by removing some objectives, the + experimental results showed that both objective reduction + schemes also considerably improve the convergence of a moea + in many-objective problems. +
+ +
+ + +
+[2076] +
+
+Kevin G. Jamieson and Ameet Talwalkar. + Non-stochastic Best Arm Identification and Hyperparameter Optimization. + In A. Gretton and C. C. Robert, editors, Proceedings of the 19th International Conference on Artificial Intelligence and Statistics, AISTATS 2016, Cadiz, Spain, May 9-11, 2016, volume 51 of JMLR Workshop and Conference Proceedings, pp.  240–248. JMLR.org, 2016.
+[ bib | +http ] + +
+ + +
+[2077] +
+
+Andrzej Jaszkiewicz and Jürgen Branke. + Interactive Multiobjective Evolutionary Algorithms. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science, pp.  179–193. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[2078] +
+
+Andrzej Jaszkiewicz, Hisao Ishibuchi, and Qingfu Zhang. + Multiobjective memetic algorithms. + In F. Neri, C. Cotta, and P. Moscato, editors, Handbook of Memetic Algorithms, volume 379 of Studies in Computational Intelligence, pp.  201–217. Springer, 2011.
+[ bib ] + +
+ + +
+[2079] +
+
+Frank Hutter and Steve Ramage. + Manual for SMAC. + University of British Columbia, 2015. + SMAC version 2.10.03.
+[ bib | +http ] + +
+ + +
+[2080] +
+
+Mark Jerrum and Alistair Sinclair. + The Markov chain Monte Carlo method: an approach to approximate counting and integration. + In D. S. Hochbaum, editor, Approximation Algorithms For NP-hard Problems, pp.  482–520. PWS Publishing Co., 1996.
+[ bib ] + +
+ + +
+[2081] +
+
+Alexandre D. Jesus, Arnaud Liefooghe, Bilel Derbel, and Luís Paquete. + Algorithm Selection of Anytime Algorithms. + In C. A. Coello Coello, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020, pp.  850—858. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[2082] +
+
+Journal of Heuristics. Policies on Heuristic Search Research. + http://www.springer.com/journal/10732, 2015. + Version visited last on June 10, 2015.
+[ bib ] + +
+ + +
+[2083] +
+
+David S. Johnson, G. Gutin, Lyle A. McGeoch, A. Yeo, W. Zhang, and A. Zverovitch. + Experimental Analysis of Heuristics for the ATSP. + In G. Gutin and A. Punnen, editors, The Traveling Salesman Problem and its Variations, pp.  445–487. Kluwer Academic Publishers, Dordrecht, The Netherlands, 2002.
+[ bib ] + +
+ + +
+[2084] +
+
+David S. Johnson and Lyle A. McGeoch. + Experimental Analysis of Heuristics for the STSP. + In G. Gutin and A. Punnen, editors, The Traveling Salesman Problem and its Variations, pp.  369–443. Kluwer Academic Publishers, Dordrecht, The Netherlands, 2002.
+[ bib ] + +
+ + +
+[2085] +
+
+David S. Johnson and Lyle A. McGeoch. + The Traveling Salesman Problem: A Case Study in Local Optimization. + In E. H. L. Aarts and J. K. Lenstra, editors, Local Search in Combinatorial Optimization, pp.  215–310. John Wiley & Sons, Chichester, UK, 1997.
+[ bib ] + +
+ + +
+[2086] +
+
+David S. Johnson. + Local Optimization and the Traveling Salesman Problem. + In M. Paterson, editor, Automata, Languages and Programming, 17th International Colloquium, volume 443 of Lecture Notes in Computer Science, pp.  446–461, Heidelberg, Germany, 1990. Springer.
+[ bib ] + +
+ + +
+[2087] +
+
+David S. Johnson, Lyle A. McGeoch, C. Rego, and Fred Glover. + 8th DIMACS Implementation Challenge: The Traveling Salesman Problem. + http://dimacs.rutgers.edu/archive/Challenges/TSP, 2001.
+[ bib ] +
+Keywords: TSP Challenge, RUE, RCE, generators +
+ +
+ + +
+[2088] +
+
+David S. Johnson. + A Theoretician's Guide to the Experimental Analysis of Algorithms. + In M. H. Goldwasser, D. S. Johnson, and C. C. McGeoch, editors, Data Structures, Near Neighbor Searches, and Methodology: Fifth and Sixth DIMACS Implementation Challenges, volume 59 of DIMACS Series in Discrete Mathematics and Theoretical Computer Science, pp.  215–250. American Mathematical Society, Providence, RI, 2002.
+[ bib | +DOI ] + +
+ + +
+[2089] +
+
+Kenneth A. De Jong. + Evolutionary computation: a unified approach. + MIT Press, Cambridge, MA, 2006.
+[ bib ] + +
+ + +
+[2090] +
+
+Terry Jones and Stephanie Forrest. + Fitness Distance Correlation as a Measure of Problem Difficulty for Genetic Algorithms. + In L. J. Eshelman, editor, Proceedings of the Sixth International Conference on Genetic Algorithms (ICGA'95), pp.  184–192. Morgan Kaufmann Publishers, San Francisco, CA, Pittsburgh, PA, 1995.
+[ bib ] + +
+ + +
+[2091] +
+
+Neil C. Jones and Pavel A. Pevzner. + An introduction to bioinformatics algorithms. + MIT Press, Cambridge, MA, 2004.
+[ bib ] + +
+ + +
+[2092] +
+
+H. Juillé and J. B. Pollack. + A Sampling-Based Heuristic for Tree Search Applied to Grammar Induction. + In J. Mostow and C. Rich, editors, Proceedings of AAAI 1998 – Fifteenth National Conference on Artificial Intelligence, pp.  776–783. AAAI Press/MIT Press, Menlo Park, CA, 1998.
+[ bib ] + +
+ + +
+[2093] +
+
+Bryant A. Julstrom. + What Have You Done for Me Lately? Adapting Operator Probabilities in a Steady-State Genetic Algorithm. + In L. J. Eshelman, editor, Proceedings of the Sixth International Conference on Genetic Algorithms (ICGA'95), pp.  81–87. Morgan Kaufmann Publishers, San Francisco, CA, Pittsburgh, PA, 1995.
+[ bib ] + +
+ + +
+[2094] +
+
+Serdar Kadioglu, Yuri Malitsky, Meinolf Sellmann, and Kevin Tierney. + ISAC: Instance-Specific Algorithm Configuration. + In H. Coelho, R. Studer, and M. Wooldridge, editors, Proceedings of the 19th European Conference on Artificial Intelligence, pp.  751–756. IOS Press, 2010.
+[ bib ] + +
+ + +
+[2095] +
+
+H. Kaji, Kokolo Ikeda, and Hajime Kita. + Avoidance of constraint violation for experiment-based evolutionary multi-objective optimization. + In Proceedings of the 2009 Congress on Evolutionary Computation (CEC 2009), pp.  2756–2763, Piscataway, NJ, 2009. IEEE Press.
+[ bib | +DOI ] +
+Keywords: Safe Optimization, evolutionary computation, constraint + violation, experiment-based evolutionary multiobjective + optimization, evolutionary algorithm, risky-constraint + violation, Constraint optimization, Diesel engines, + Calibration, Evolutionary computation, Electric breakdown, + Optimization methods, Uncertainty, Computational fluid + dynamics +
+ +
+ + +
+[2096] +
+
+Giorgos Karafotias, Agoston E. Eiben, and Mark Hoogendoorn. + Generic parameter control with reinforcement learning. + In C. Igel and D. V. Arnold, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2014, pp.  1319–1326. ACM Press, New York, NY, 2014.
+[ bib ] + +
+ + +
+[2097] +
+
+Giorgos Karafotias, Mark Hoogendoorn, and Agoston E. Eiben. + Evaluating reward definitions for parameter control. + In A. M. Mora and G. Squillero, editors, Applications of Evolutionary Computation, volume 9028 of Lecture Notes in Computer Science, pp.  667–680. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] + +
+ + +
+[2098] +
+
+Zohar Karnin, Tomer Koren, and Oren Somekh. + Almost optimal exploration in multi-armed bandits. + In S. Dasgupta and D. McAllester, editors, Proceedings of the 30th International Conference on Machine Learning, ICML 2013, volume 28, pp.  1238–1246, 2013.
+[ bib | +http ] +
+Sequential Halving, Successive Halving +
+ +
+ + +
+[2099] +
+
+Daniel Karapetyan, Andrew J. Parkes, and Thomas Stützle. + Algorithm Configuration: Learning policies for the quick termination of poor performers. + In R. Battiti, M. Brunato, I. Kotsireas, and P. M. Pardalos, editors, Learning and Intelligent Optimization, 12th International Conference, LION 12, volume 11353 of Lecture Notes in Computer Science, pp.  220–224. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] + +
+ + +
+[2100] +
+
+Giorgos Karafotias, Selmar K. Smit, and Agoston E. Eiben. + A generic approach to parameter control. + In C. Di Chio et al., editors, Applications of Evolutionary Computation, volume 7248 of Lecture Notes in Computer Science, pp.  366–375. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2101] +
+
+Narendra Karmarkar. + A new polynomial-time algorithm for linear programming. + In R. A. DeMillo, editor, Proceedings of the sixteenth annual ACM Symposium on Theory of Computing, pp.  302–311. ACM Press, 1984.
+[ bib ] + +
+ + +
+[2102] +
+
+Richard M. Karp. + Reducibility among combinatorial problems. + In R. E. Miller and W. Thatcher, James, editors, Proceedings of a symposium on the Complexity of Computer Computations, held March 20-22, 1972, at the IBM Thomas J. Watson Research Center, Yorktown Heights, New York, USA, The IBM Research Symposia Series, pp.  85–103. Springer, 1972.
+[ bib ] + +
+ + +
+[2103] +
+
+K. Katayama and H. Narihisa. + Iterated Local Search Approach using Genetic Transformation to the Traveling Salesman Problem. + In W. Banzhaf, J. M. Daida, A. E. Eiben, M. H. Garzon, V. Honavar, M. J. Jakiela, and R. E. Smith, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 1999, volume 1, pp.  321–328. Morgan Kaufmann Publishers, San Francisco, CA, 1999.
+[ bib ] + +
+ + +
+[2104] +
+
+S. A. Kauffman. + The Origins of Order. + Oxford University Press, 1993.
+[ bib ] + +
+ + +
+[2105] +
+
+Michael D. Kazantzis, Angus R. Simpson, David Kwong, and Shyh Min Tan. + A new methodology for optimizing the daily operations of a pumping plant. + In Proceedings of 2002 Conference on Water Resources Planning, Roanoke, USA, May 2002. ASCE.
+[ bib ] + +
+ + +
+[2106] +
+
+Liangjun Ke, Zuren Feng, Zongben Xu, Ke Shang, and Yonggang Wang. + A multiobjective ACO algorithm for rough feature selection. + In Circuits, Communications and System (PACCS), 2010 Second Pacific-Asia Conference on, volume 1, pp.  207–210, 2010.
+[ bib ] + +
+ + +
+[2107] +
+
+Eric Kee, Sarah Airey, and Walling Cyre. + An adaptive genetic algorithm. + In E. D. Goodman, editor, Proceedings of the 3rd Annual Conference on Genetic and Evolutionary Computation, GECCO 2001, pp.  391–397. Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib ] + +
+ + +
+[2108] +
+
+Hans Kellerer, Ulrich Pferschy, and David Pisinger. + Knapsack problems. + Springer, 2004.
+[ bib ] + +
+ + +
+[2109] +
+
+Robert E. Keller and Riccardo Poli. + Linear genetic programming of parsimonious metaheuristics. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  4508–4515, Piscataway, NJ, 2007. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2110] +
+
+Robert E. Keller and Riccardo Poli. + Cost-Benefit Investigation of a Genetic-Programming Hyperheuristic. + In E. Lutton, P. Legrand, P. Parrend, N. Monmarché, and M. Schoenauer, editors, EA 2017: Artificial Evolution, volume 10764 of Lecture Notes in Computer Science, pp.  13–24. Springer, Heidelberg, Germany, 2017.
+[ bib ] + +
+ + +
+[2111] +
+
+J. Kennedy and Russell C. Eberhart. + Particle Swarm Optimization. + In Proceedings of International Conference on Neural Networks (ICNN'95), pp.  1942–1948, Piscataway, NJ, 1995. IEEE Press.
+[ bib | +DOI ] +
+Proposed PSO +
+ +
+ + +
+[2112] +
+
+J. Kennedy and Russell C. Eberhart. + A discrete binary version of the particle swarm algorithm. + In Proceedings of the 1997 IEEE International Conference on Systems, Man, and Cybernetics, pp.  4104–4108, Piscataway, NJ, 1997. IEEE Press.
+[ bib ] + +
+ + +
+[2113] +
+
+J. Kennedy, Russell C. Eberhart, and Yuhui Shi. + Swarm Intelligence. + Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib ] + +
+ + +
+[2114] +
+
+Maurice G. Kendall. + Rank correlation methods. + Griffin, London, 1948.
+[ bib ] + +
+ + +
+[2115] +
+
+Pascal Kerschke and Heike Trautmann. + The R-package FLACCO for exploratory landscape analysis with applications to multi-objective optimization problems. + In Proceedings of the 2016 Congress on Evolutionary Computation (CEC 2016), pp.  5262–5269, Piscataway, NJ, 2016. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2116] +
+
+Pascal Kerschke, Hao Wang, Mike Preuss, Christian Grimme, André H. Deutz, Heike Trautmann, and Michael T. M. Emmerich. + Towards Analyzing Multimodality of Continuous Multiobjective Landscapes. + In J. Handl, E. Hart, P. R. Lewis, M. López-Ibáñez, G. Ochoa, and B. Paechter, editors, Parallel Problem Solving from Nature – PPSN XIV, volume 9921 of Lecture Notes in Computer Science, pp.  962–972. Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[2117] +
+
+François Chollet et al. + Keras. + https://keras.io, 2015.
+[ bib ] + +
+ + +
+[2118] +
+
+M. Kerrisk. + pthreads - POSIX Threads. + In Linux Programmer's Manual, Section 7. https://man7.org/linux/man-pages/man7/pthreads.7.html, 2021. + (Last accessed Feb 22 2023).
+[ bib ] + +
+ + +
+[2119] +
+
+V. Khare, Xin Yao, and Kalyanmoy Deb. + Performance Scaling of Multi-objective Evolutionary Algorithms. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  376–390. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2120] +
+
+M. Khichane, P. Albert, and Christine Solnon. + Integration of ACO in a Constraint Programming Language. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 6th International Conference, ANTS 2008, volume 5217 of Lecture Notes in Computer Science, pp.  84–95. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2121] +
+
+M. Khichane, P. Albert, and Christine Solnon. + An ACO-Based Reactive Framework for Ant Colony Optimization: First Experiments on Constraint Satisfaction Problems. + In T. Stützle, editor, Learning and Intelligent Optimization, Third International Conference, LION 3, volume 5851 of Lecture Notes in Computer Science, pp.  119–133. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2122] +
+
+A. R. KhudaBukhsh, Lin Xu, Holger H. Hoos, and Kevin Leyton-Brown. + SATenstein: Automatically Building Local Search SAT Solvers from Components. + In C. Boutilier, editor, Proceedings of the 21st International Joint Conference on Artificial Intelligence (IJCAI-09), pp.  517–524. AAAI Press, Menlo Park, CA, 2009.
+[ bib | +epub ] + +
+ + +
+[2123] +
+
+Youngmin Kim, Richard Allmendinger, and Manuel López-Ibáñez. + Safe Learning and Optimization Techniques: Towards a Survey of the State of the Art. + In F. Heintz, M. Milano, and B. O'Sullivan, editors, Trustworthy AI – Integrating Learning, Optimization and Reasoning. TAILOR 2020, volume 12641 of Lecture Notes in Computer Science, pp.  123–139. Springer, Cham, Switzerland, 2021.
+[ bib | +DOI ] +
+Safe learning and optimization deals with learning and + optimization problems that avoid, as much as possible, the + evaluation of non-safe input points, which are solutions, + policies, or strategies that cause an irrecoverable loss + (e.g., breakage of a machine or equipment, or life + threat). Although a comprehensive survey of safe + reinforcement learning algorithms was published in 2015, a + number of new algorithms have been proposed thereafter, and + related works in active learning and in optimization were not + considered. This paper reviews those algorithms from a number + of domains including reinforcement learning, Gaussian process + regression and classification, evolutionary computing, and + active learning. We provide the fundamental concepts on which + the reviewed algorithms are based and a characterization of + the individual algorithms. We conclude by explaining how the + algorithms are connected and suggestions for future + research. +
+ +
+ + +
+[2124] +
+
+Youngmin Kim, Richard Allmendinger, and Manuel López-Ibáñez. + Are Evolutionary Algorithms Safe Optimizers? + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, pp.  814–822. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] +
+We consider a type of constrained optimization problem, where + the violation of a constraint leads to an irrevocable loss, + such as breakage of a valuable experimental resource/platform + or loss of human life. Such problems are referred to as safe + optimization problems (SafeOPs). While SafeOPs have received + attention in the machine learning community in recent years, + there was little interest in the evolutionary computation + (EC) community despite some early attempts between 2009 and + 2011. Moreover, there is a lack of acceptable guidelines on + how to benchmark different algorithms for SafeOPs, an area + where the EC community has significant experience in. Driven + by the need for more eficient algorithms and benchmark + guidelines for SafeOPs, the objective of this paper is to + reignite the interest of the EC community in this problem + class. To achieve this we (i) provide a formal definition of + SafeOPs and contrast it to other types of optimization + problems that the EC community is familiar with, (ii) + investigate the impact of key SafeOP parameters on the + performance of selected safe optimization algorithms, (iii) + benchmark EC against state-of-the-art safe optimization + algorithms from the machine learning community, and (iv) + provide an open-source Python framework to replicate and + extend our work. +
+
+Keywords: Bayesian optimization, constrained optimization, + benchmarking, safety constraints, safe optimization +
+ +
+ + +
+[2125] +
+
+Minsu Kim, Jinkyoo Park, and Joungho Kim. + Learning Collaborative Policies to Solve NP-hard Routing Problems. + In M. Ranzato, A. Beygelzimer, Y. Dauphin, P. S. Liang, and J. W. Vaughan, editors, Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 2021.
+[ bib | +epub ] +
+Keywords: Deep RL, TSP, prize collecting, PCTSP, CVRP, routing, + attention model +
+ +
+ + +
+[2126] +
+
+Diederik P. Kingma and Jimmy Ba. + Adam: A Method for Stochastic Optimization. + In Y. Bengio and Y. LeCun, editors, 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings, 2015.
+[ bib ] + +
+ + +
+[2127] +
+
+Joshua D. Knowles. + A summary-attainment-surface plotting method for visualizing the performance of stochastic multiobjective optimizers. + In A. Abraham and M. Paprzycki, editors, Proceedings of the 5th International Conference on Intelligent Systems Design and Applications, pp.  552–557, 2005.
+[ bib | +DOI | +supplementary material ] +
+When evaluating the performance of a stochastic optimizer it + is sometimes desirable to express performance in terms of the + quality attained in a certain fraction of sample runs. For + example, the sample median quality is the best estimator of + what one would expect to achieve in 50% of runs, and + similarly for other quantiles. In multiobjective + optimization, the notion still applies but the outcome of a + run is measured not as a scalar (i.e. the cost of the best + solution), but as an attainment surface in k-dimensional + space (where k is the number of objectives). In this paper + we report an algorithm that can be conveniently used to plot + summary attainment surfaces in any number of dimensions + (though it is particularly suited for three). A summary + attainment surface is defined as the union of all tightest + goals that have been attained (independently) in precisely + s of the runs of a sample of n runs, for any s ∈ + 1...n, and for any k. We also discuss the + computational complexity of the algorithm and give some + examples of its use. C code for the algorithm is available + from the author. +
+ +
+ + +
+[2128] +
+
+Joshua D. Knowles and David Corne. + The Pareto Archived Evolution Strategy: A New Baseline Algorithm for Multiobjective Optimisation. + In Proceedings of the 1999 Congress on Evolutionary Computation (CEC 1999), pp.  98–105, Piscataway, NJ, 1999. IEEE Press.
+[ bib ] +
+first mention of Adaptive Grid Archiving +
+ +
+ + +
+[2129] +
+
+Joshua D. Knowles and David Corne. + M-PAES: A memetic algorithm for multiobjective optimization. + In Proceedings of the 2000 Congress on Evolutionary Computation (CEC'00), pp.  325–332, Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[2130] +
+
+Joshua D. Knowles and David Corne. + On Metrics for Comparing Non-Dominated Sets. + In Proceedings of the 2002 Congress on Evolutionary Computation (CEC'02), pp.  711–716, Piscataway, NJ, 2002. IEEE Press.
+[ bib ] + +
+ + +
+[2131] +
+
+Joshua D. Knowles and David Corne. + Instance Generators and Test Suites for the Multiobjective Quadratic Assignment Problem. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  295–310. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2132] +
+
+Joshua D. Knowles and David Corne. + Bounded Pareto Archiving: Theory and Practice. + In X. Gandibleux, M. Sevaux, K. Sörensen, and V. T'Kindt, editors, Metaheuristics for Multiobjective Optimisation, volume 535 of Lecture Notes in Economics and Mathematical Systems, pp.  39–64. Springer, Berlin/Heidelberg, 2004.
+[ bib | +DOI ] + +
+ + +
+[2133] +
+
+Joshua D. Knowles and David Corne. + Memetic algorithms for multiobjective optimization: issues, methods and prospects. + In H. W. E., S. J. E., and K. N., editors, Recent Advances in Memetic Algorithms, volume 166 of Studies in Fuzziness and Soft Computing, pp.  313–352. Springer, Berlin/Heidelberg, 2005.
+[ bib | +DOI ] + +
+ + +
+[2134] +
+
+Joshua D. Knowles and David Corne. + Quantifying the Effects of Objective Space Dimension in Evolutionary Multiobjective Optimization. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  757–771. Springer, Heidelberg, Germany, 2007.
+[ bib ] +
+The scalability of EMO algorithms is an issue of significant + concern for both algorithm developers and users. A key aspect + of the issue is scalability to objective space dimension, + other things being equal. Here, we make some observations + about the efficiency of search in discrete spaces as a + function of the number of objectives, considering both + uncorrelated and correlated objective values. Efficiency is + expressed in terms of a cardinality-based + (scaling-independent) performance indicator. Considering + random sampling of the search space, we measure, empirically, + the fraction of the true PF covered after p iterations, as + the number of objectives grows, and for different + correlations. A general analytical expression for the + expected performance of random search is derived, and is + shown to agree with the empirical results. We postulate that + for even moderately large numbers of objectives, random + search will be competitive with an EMO algorithm and show + that this is the case empirically: on a function where each + objective is relatively easy for an EA to optimize (an + NK-landscape with K=2), random search compares favourably to + a well-known EMO algorithm when objective space dimension is + ten, for a range of inter-objective correlation values. The + analytical methods presented here may be useful for + benchmarking of other EMO algorithms. +
+ +
+ + +
+[2135] +
+
+Joshua D. Knowles, David Corne, and Kalyanmoy Deb. + Introduction: Problem solving, EC and EMO. + In J. D. Knowles, D. Corne, K. Deb, and D. R. Chair, editors, Multiobjective Problem Solving from Nature, Natural Computing Series, pp.  1–28. Springer, Berlin/Heidelberg, 2008.
+[ bib | +DOI ] + +
+ + +
+[2136] +
+
+Joshua D. Knowles, David Corne, and Mark Fleischer. + Bounded archiving using the Lebesgue measure. + In Proceedings of the 2003 Congress on Evolutionary Computation (CEC'03), pp.  2490–2497, Piscataway, NJ, December 2003. IEEE Press.
+[ bib ] + +
+ + +
+[2137] +
+
+Joshua D. Knowles, David Corne, and Alan P. Reynolds. + Noisy Multiobjective Optimization on a Budget of 250 Evaluations. + In M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors, Evolutionary Multi-criterion Optimization, EMO 2009, volume 5467 of Lecture Notes in Computer Science, pp.  36–50. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2138] +
+
+Joshua D. Knowles, Lothar Thiele, and Eckart Zitzler. + A tutorial on the performance assessment of stochastic multiobjective optimizers. + TIK-Report 214, Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Zürich, Switzerland, February 2006. + Revised version.
+[ bib | +epub ] + +
+ + +
+[2139] +
+
+Joshua D. Knowles, Richard A. Watson, and David Corne. + Reducing Local Optima in Single-Objective Problems by Multi-objectivization. + In E. Zitzler, K. Deb, L. Thiele, C. A. Coello Coello, and D. Corne, editors, Evolutionary Multi-criterion Optimization, EMO 2001, volume 1993 of Lecture Notes in Computer Science, pp.  269–283. Springer, Berlin/Heidelberg, 2001.
+[ bib | +DOI ] +
+Proposed multi-objectivization +
+ +
+ + +
+[2140] +
+
+Joshua D. Knowles. + Local-Search and Hybrid Evolutionary Algorithms for Pareto Optimization. + PhD thesis, University of Reading, UK, 2002.
+[ bib ] +
+(Examiners: Prof. K. Deb and Prof. K. Warwick) +
+ +
+ + +
+[2141] +
+
+Daphne Koller and Nir Friedman. + Probabilistic graphical models: principles and techniques. + MIT Press, 2009.
+[ bib ] + +
+ + +
+[2142] +
+
+Mario Koppen and Kaori Yoshida. + Visualization of Pareto-sets in evolutionary multi-objective optimization. + In 7th International Conference on Hybrid Intelligent Systems (HIS 2007), pp.  156–161. IEEE, 2007.
+[ bib ] + +
+ + +
+[2143] +
+
+P. Korošec, Jurij Šilc, K. Oblak, and F. Kosel. + The differential ant-stigmergy algorithm: an experimental evaluation and a real-world application. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  157–164, Piscataway, NJ, 2007. IEEE Press.
+[ bib ] + +
+ + +
+[2144] +
+
+P. Korošec, Jurij Šilc, and B. Robič. + Mesh-Partitioning with the Multiple Ant-Colony Algorithm. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  430–431. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2145] +
+
+Oliver Korb, Thomas Stützle, and Thomas E. Exner. + PLANTS: Application of ant colony optimization to structure-based drug design. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  247–258. Springer, Heidelberg, Germany, 2006.
+[ bib | +DOI ] + +
+ + +
+[2146] +
+
+Pekka Korhonen and Jyrki Wallenius. + Behavioral Issues in MCDM: Neglected Research Questions. + In J. Clímaco, editor, Multicriteria Analysis, pp.  412–422. Springer, Berlin/Heidelberg, 1997.
+[ bib | +DOI ] +
+Behavior decision theorists have studied human decision + making in great detail. Since the late 1960's, Einhorn, + Edwards, Kahneman, Roy, Trevsky, and others have developed + new thoeries to explain choice and decision behavior. Thus + far this behavior research has had little impact on multiple + criteria decision making (MCDM). Only a handful of + MCDM-research have critically examined the behavioral + underpinnings of our field. To improve the success of + decision tools in practice, MCDM-research should pay more + attention to the behavioral realities of decision making. In + this paper, we discuss various behavioral issues relevent for + MCDM based on our personal observations and experiments with + human subjects. The spirit of our paper is to pose questions + rather than provide definite answers. +
+
+Keywords: Aspiration Level, Decision Tool, Nondominated Solution, + Prefer Solution, Prospect Theory +
+ +
+ + +
+[2147] +
+
+Ana Kostovska, Diederick Vermetten, Carola Doerr, Sašo Džeroski, Panče Panov, and Tome Eftimov. + OPTION: optimization algorithm benchmarking ontology. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  239–240. ACM Press, New York, NY, 2021.
+[ bib ] + +
+ + +
+[2148] +
+
+Ana Kostovska, Diederick Vermetten, Sašo Džeroski, Panče Panov, Tome Eftimov, and Carola Doerr. + Using Knowledge Graphs for Performance Prediction of Modular Optimization Algorithms. + In J. a. Correia, S. Smith, and R. Qaddoura, editors, EvoApplications 2023: Applications of Evolutionary Computation, volume 13989 of Lecture Notes in Computer Science, pp.  253–268. Springer Nature, Switzerland, 2023.
+[ bib ] + +
+ + +
+[2149] +
+
+P. Kouvelis and G. Yu. + Robust discrete optimization and its applications. + Nonconvex optimization and its applications. Kluwer Academic Publishers, Dordrecht, The Netherlands, 1997.
+[ bib ] + +
+ + +
+[2150] +
+
+O. Kovářík and M. Skrbek. + Ant Colony Optimization with Castes. + In V. Kurkova-Pohlova and J. Koutnik, editors, ICANN'08: Proceedings of the 18th International Conference on Artificial Neural Networks, Part I, volume 5163 of Lecture Notes in Computer Science, pp.  435–442. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2151] +
+
+Slawomir Koziel, David Echeverría Ciaurri, and Leifur Leifsson. + Surrogate-Based Methods. + In S. Koziel and X.-S. Yang, editors, Computational Optimization, Methods and Algorithms, volume 356 of Studies in Computational Intelligence, pp.  33–59. Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[2152] +
+
+J. Koza. + Genetic Programming: On the Programming of Computers By the Means of Natural Selection. + MIT Press, Cambridge, MA, 1992.
+[ bib ] + +
+ + +
+[2153] +
+
+Oswin Krause, T. Glasmachers, Nikolaus Hansen, and Christian Igel. + Unbounded population MO-CMA-ES for the bi-objective BBOB test suite. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2016, pp.  1177–1184. ACM Press, New York, NY, 2016.
+[ bib ] +
+Keywords: archiving +
+ +
+ + +
+[2154] +
+
+Oliver Kramer, Bartek Gloger, and Andreas Goebels. + An Experimental Analysis of Evolution Strategies and Particle Swarm Optimisers Using Design of Experiments. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, pp.  674–681. ACM Press, New York, NY, 2007.
+[ bib ] + +
+ + +
+[2155] +
+
+Daniel Krajzewicz, Marek Heinrich, Michela Milano, Paolo Bellavista, Thomas Stützle, Jérôme Härri, Thrasyvoulos Spyropoulos, Robbin Blokpoel, Stefan Hausberger, and Martin Fellendorf. + COLOMBO: Investigating the Potential of V2X for Traffic Management Purposes assuming low penetration Rates. + In Proceedings of ITS Europe 2013, Dublin, Ireland, 2013.
+[ bib ] + +
+ + +
+[2156] +
+
+Daniel Krajzewicz, Andreas Leich, Robbin Blokpoel, Michela Milano, and Thomas Stützle. + COLOMBO: Exploiting Vehicular Communications at Low Equipment Rates for Traffic Management Purposes. + In T. Schulze, B. Müller, and G. Meyer, editors, Advanced Microsystems for Automotive Applications 2015: Smart Systems for Green and Automated Driving, pp.  117–130. Springer International Publishing, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[2157] +
+
+Jakob Krarup and Peter Mark Pruzan. + Computer-aided Layout Design. + In M. L. Balinski and C. Lemarechal, editors, Mathematical Programming in Use, volume 9 of Mathematical Programming Studies, pp.  75–94. Springer, Berlin/Heidelberg, 1978.
+[ bib ] + +
+ + +
+[2158] +
+
+D. Kraft. + A software package for sequential quadratic programming. + Technical Report DFVLR-FB 88-28, DLR German Aerospace Center, Institute for Flight Mechanics, Koln, Germany, 1988.
+[ bib ] + +
+ + +
+[2159] +
+
+Johannes Krettek, Jan Braun, Frank Hoffmann, and Torsten Bertram. + Interactive Incorporation of User Preferences in Multiobjective Evolutionary Algorithms. + In J. Mehnen, M. Köppen, A. Saad, and A. Tiwari, editors, Applications of Soft Computing, volume 58 of Advances in Intelligent and Soft Computing, pp.  379–388. Springer, Berlin/Heidelberg, 2009.
+[ bib ] + +
+ + +
+[2160] +
+
+Johannes Krettek, Jan Braun, Frank Hoffmann, and Torsten Bertram. + Preference Modeling and Model Management for Interactive Multi-objective Evolutionary Optimization. + In E. Hüllermeier, R. Kruse, and F. Hoffmann, editors, Information Processing and Management of Uncertainty, 13th International Conference, IPMU2010, volume 6178 of Lecture Notes in Artificial Intelligence, pp.  574–583. Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[2161] +
+
+William H. Kruskal and Judith M. Tanur. + Linear Hypotheses, volume 1. + Free Press, 1978.
+[ bib ] + +
+ + +
+[2162] +
+
+S. Kukkonen and J. Lampinen. + GDE3: the third evolution step of generalized differential evolution. + In Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), pp.  443–450, Piscataway, NJ, September 2005. IEEE Press.
+[ bib ] + +
+ + +
+[2163] +
+
+Ravi Kumar and Sergei Vassilvitskii. + Generalized Distances between Rankings. + In M. Rappa, P. Jones, J. Freire, and S. Chakrabarti, editors, Proceedings of the 19th International Conference on World Wide Web, WWW 2010. ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2164] +
+
+Frank Kursawe. + A variant of evolution strategies for vector optimization. + In H.-P. Schwefel and R. Männer, editors, Parallel Problem Solving from Nature – PPSN I, pp.  193–197. Springer, Berlin/Heidelberg, 1991.
+[ bib | +DOI ] +
+Proposed KUR benchmark +
+ +
+ + +
+[2165] +
+
+Benjamin Lacroix, Daniel Molina, and Francisco Herrera. + Dynamically updated region based memetic algorithm for the 2013 CEC Special Session and Competition on Real Parameter Single Objective Optimization. + In Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), pp.  1945–1951, Piscataway, NJ, 2013. IEEE Press.
+[ bib ] + +
+ + +
+[2166] +
+
+R. M. Lark and D. J. Lapworth. + A new statistic to express the uncertainty of kriging predictions for purposes of survey planning. + In EGU General Assembly Conference Abstracts, May 2014.
+[ bib | +http ] + +
+ + +
+[2167] +
+
+Pedro Larrañaga and José A. Lozano. + Estimation of Distribution Algorithms: A New Tool for Evolutionary Computation. + Kluwer Academic Publishers, Boston, MA, 2002.
+[ bib ] + +
+ + +
+[2168] +
+
+Craig Larman. + Applying UML and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development. + Prentice Hall, Englewood Cliffs, NJ, 3rd edition, 2004.
+[ bib ] + +
+ + +
+[2169] +
+
+Marco Laumanns, Lothar Thiele, Eckart Zitzler, and Kalyanmoy Deb. + Archiving with guaranteed convergence and diversity in multi-objective optimization. + In W. B. Langdon et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2002, pp.  439–447. Morgan Kaufmann Publishers, San Francisco, CA, 2002.
+[ bib ] + +
+ + +
+[2170] +
+
+Marco Laumanns and Rico Zenklusen. + Stochastic convergence of random search methods to fixed size Pareto front approximations. + (submitted), November 2010.
+[ bib ] +
+Published as [804]. Keep this reference for historical reasons. +
+ +
+ + +
+[2171] +
+
+Marco Laumanns, Eckart Zitzler, and Lothar Thiele. + A unified model for multi-objective evolutionary algorithms with elitism. + In Proceedings of the 2000 Congress on Evolutionary Computation (CEC'00), pp.  46–53, Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[2172] +
+
+E. L. Lawler, J. K. Lenstra, A. H. G. Rinnooy Kan, and D. B. Shmoys. + The Traveling Salesman Problem. + John Wiley & Sons, Chichester, UK, 1985.
+[ bib ] + +
+ + +
+[2173] +
+
+Guillermo Leguizamón and Enrique Alba. + Ant Colony Based Algorithms for Dynamic Optimization Problems. + In E. Alba, A. Nakib, and P. Siarry, editors, Metaheuristics for Dynamic Optimization, volume 433 of Studies in Computational Intelligence, pp.  189–210. Springer, Berlin/Heidelberg, 2013.
+[ bib | +DOI ] + +
+ + +
+[2174] +
+
+Guillermo Leguizamón and Zbigniew Michalewicz. + A New Version of Ant System for Subset Problems. + In Proceedings of the 1999 Congress on Evolutionary Computation (CEC 1999), pp.  1459–1464, Piscataway, NJ, 1999. IEEE Press.
+[ bib ] + +
+ + +
+[2175] +
+
+R. J. Lempert, S. Popper, and Steven C. Bankes. + Shaping the Next One Hundred Years: New Methods for Quantitative, Long Term Policy Analysis. + RAND, 2003.
+[ bib ] + +
+ + +
+[2176] +
+
+L. Lessing, Irina Dumitrescu, and Thomas Stützle. + A Comparison Between ACO Algorithms for the Set Covering Problem. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  1–12. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2177] +
+
+Rhyd M. R. Lewis. + A Guide to Graph Colouring: Algorithms and Applications. + Springer, Cham, Switzerland, 2016.
+[ bib | +DOI ] +
+Supplementary material available at [2178] +
+ +
+ + +
+[2178] +
+
+Rhyd M. R. Lewis. + Suite of Graph Colouring Algorithms – Supplementary Material to the Book “A Guide to Graph Colouring: Algorithms and Applications”. + http://rhydlewis.eu/resources/gCol.zip, 2016.
+[ bib ] + +
+ + +
+[2179] +
+
+Kevin Leyton-Brown, Eugene Nudelman, Galen Andrew, Jim McFadden, and Yoav Shoham. + A Portfolio Approach to Algorithm Selection. + In G. Gottlob and T. Walsh, editors, Proceedings of the 18th International Joint Conference on Artificial Intelligence (IJCAI-03), pp.  1542–1543. Morgan Kaufmann Publishers, 2003.
+[ bib | +epub ] +
+First example of modern algorithm selection for + optimisation? +
+ +
+ + +
+[2180] +
+
+Kevin Leyton-Brown, Eugene Nudelman, and Yoav Shoham. + Learning the Empirical Hardness of Optimization Problems: The Case of Combinatorial Auctions. + In P. van Hentenryck, editor, Principles and Practice of Constraint Programming, CP 2002, Lecture Notes in Computer Science, pp.  556–572. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2181] +
+
+Kevin Leyton-Brown, M. Pearson, and Y. Shoham. + Towards a Universal Test Suite for Combinatorial Auction Algorithms. + In A. Jhingran et al., editors, ACM Conference on Electronic Commerce (EC-00), pp.  66–76. ACM Press, New York, NY, 2000.
+[ bib | +DOI ] +
+CPLEX-regions200 benchmark set, + http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/results.html +
+ +
+ + +
+[2182] +
+
+Bingdong Li, Jinlong Li, Ke Tang, and Xin Yao. + An Improved Two Archive Algorithm for Many-Objective Optimization. + In Proceedings of the 2014 Congress on Evolutionary Computation (CEC 2014), pp.  2869–2876, Piscataway, NJ, 2014. IEEE Press.
+[ bib ] + +
+ + +
+[2183] +
+
+Z. Li, Y. Wang, J. Yu, Y. Zhang, and X. Li. + A Novel Cloud-Based Fuzzy Self-Adaptive Ant Colony System. + In ICNC'08: Proceedings of the 2008 Fourth International Conference on Natural Computation, volume 7, pp.  460–465, Washington, DC, 2008. IEEE Computer Society.
+[ bib ] + +
+ + +
+[2184] +
+
+Miqing Li, Shengxiang Yang, and Xiaohui Liu. + A performance comparison indicator for Pareto front approximations in many-objective optimization. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  703–710. ACM Press, New York, NY, 2015.
+[ bib ] +
+Proposed PCI indicator +
+ +
+ + +
+[2185] +
+
+Miqing Li, Shengxiang Yang, Xiaohui Liu, and Ruimin Shen. + A Comparative Study on Evolutionary Algorithms for Many-Objective Optimization. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  261–275. Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2186] +
+
+Miqing Li and Xin Yao. + An Empirical Investigation of the Optimality and Monotonicity Properties of Multiobjective Archiving Methods. + In K. Deb, E. D. Goodman, C. A. Coello Coello, K. Klamroth, K. Miettinen, S. Mostaghim, and P. Reed, editors, Evolutionary Multi-criterion Optimization, EMO 2019, volume 11411 of Lecture Notes in Computer Science, pp.  15–26. Springer International Publishing, Cham, Switzerland, 2019.
+[ bib | +DOI ] + +
+ + +
+[2187] +
+
+Longmei Li, Iryna Yevseyeva, Vitor Basto-Fernandes, Heike Trautmann, Ning Jing, and Michael T. M. Emmerich. + Building and using an ontology of preference-based multiobjective evolutionary algorithms. + In H. Trautmann, G. Rudolph, K. Klamroth, O. Schütze, M. M. Wiecek, Y. Jin, and C. Grimme, editors, Evolutionary Multi-criterion Optimization, EMO 2017, volume 10173 of Lecture Notes in Computer Science, pp.  406–421. Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[2188] +
+
+Tianjun Liao, Marco A. Montes de Oca, Doǧan Aydın, Thomas Stützle, and Marco Dorigo. + An Incremental Ant Colony Algorithm with Local Search for Continuous Optimization. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  125–132. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2189] +
+
+Tianjun Liao, Marco A. Montes de Oca, and Thomas Stützle. + Tuning Parameters across Mixed Dimensional Instances: A Performance Scalability Study of Sep-G-CMA-ES. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2011, pp.  703–706. ACM Press, New York, NY, 2011.
+[ bib ] +
+Workshop on Scaling Behaviours of Landscapes, + Parameters and Algorithms +
+ +
+ + +
+[2190] +
+
+Tianjun Liao and Thomas Stützle. + Benchmark results for a simple hybrid algorithm on the CEC 2013 benchmark set for real-parameter optimization. + In Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), pp.  1938–1944, Piscataway, NJ, 2013. IEEE Press.
+[ bib ] + +
+ + +
+[2191] +
+
+Tianjun Liao. + Population-based Heuristic Algorithms for Continuous and Mixed Discrete-Continuous Optimization Problem. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2013.
+[ bib ] + +
+ + +
+[2192] +
+
+Arnaud Liefooghe, Bilel Derbel, Sébastien Verel, Hernán E. Aguirre, and Kiyoshi Tanaka. + Towards Landscape-Aware Automatic Algorithm Configuration: Preliminary Experiments on Neutral and Rugged Landscapes. + In B. Hu and M. López-Ibáñez, editors, Proceedings of EvoCOP 2017 – 17th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 10197 of Lecture Notes in Computer Science, pp.  215–232. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2193] +
+
+Arnaud Liefooghe, Bilel Derbel, Sébastien Verel, Manuel López-Ibáñez, Hernán E. Aguirre, and Kiyoshi Tanaka. + On Pareto Local Optimal Solutions Networks. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11102 of Lecture Notes in Computer Science, pp.  232–244. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI ] + +
+ + +
+[2194] +
+
+Arnaud Liefooghe and Manuel López-Ibáñez. + Many-objective (Combinatorial) Optimization is Easy. + In S. Silva and L. Paquete, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2023, pp.  704–712. ACM Press, New York, NY, 2023.
+[ bib | +DOI ] +
+It is a common held assumption that problems with many + objectives are harder to optimize than problems with two or + three objectives. In this paper, we challenge this assumption + and provide empirical evidence that increasing the number of + objectives tends to reduce the difficulty of the landscape + being optimized. Of course, increasing the number of + objectives brings about other challenges, such as an increase + in the computational effort of many operations, or the memory + requirements for storing non-dominated solutions. More + precisely, we consider a broad range of multi- and + many-objective combinatorial benchmark problems, and we + measure how the number of objectives impacts the dominance + relation among solutions, the connectedness of the Pareto + set, and the landscape multimodality in terms of local + optimal solutions and sets. Our analysis shows the limit + behavior of various landscape features when adding more + objectives to a problem. Our conclusions do not contradict + previous observations about the inability of + Pareto-optimality to drive search, but we explain these + observations from a different perspective. Our findings have + important implications for the design and analysis of + many-objective optimization algorithms. +
+
+ISBN: 9798400701191 +
+ +
+ + +
+[2195] +
+
+Arnaud Liefooghe, Manuel López-Ibáñez, Luís Paquete, and Sébastien Verel. + Dominance, Epsilon, and Hypervolume Local Optimal Sets in Multi-objective Optimization, and How to Tell the Difference. + In H. E. Aguirre and K. Takadama, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2018, pp.  324–331. ACM Press, New York, NY, 2018.
+[ bib | +DOI ] + +
+ + +
+[2196] +
+
+Arnaud Liefooghe, Salma Mesmoudi, Jérémie Humeau, Laetitia Jourdan, and El-Ghazali Talbi. + A Study on Dominance-based Local Search Approaches for Multiobjective Combinatorial Optimization. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2009, volume 5752 of Lecture Notes in Computer Science, pp.  120–124. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2197] +
+
+Arnaud Liefooghe, Luís Paquete, Marco Simōes, and José Rui Figueira. + Connectedness and Local Search for Bicriteria Knapsack Problems. + In P. Merz and J.-K. Hao, editors, Proceedings of EvoCOP 2011 – 11th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 6622 of Lecture Notes in Computer Science, pp.  48–59. Springer, Heidelberg, Germany, 2011.
+[ bib | +DOI ] + +
+ + +
+[2198] +
+
+Arnaud Liefooghe, Bilel Derbel, Sébastien Verel, Hernán E. Aguirre, and Kiyoshi Tanaka. + What Makes an Instance Difficult for Black-box 0–1 Evolutionary Multiobjective Optimizers? + In P. Legrand et al., editors, Artificial Evolution: 11th International Conference, Evolution Artificielle, EA, 2013, volume 8752 of Lecture Notes in Computer Science, pp.  3–15. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2199] +
+
+Arnaud Liefooghe, Sébastien Verel, Benjamin Lacroix, Alexandru-Ciprian Zavoianu, and John McCall. + Landscape features and automated algorithm selection for multi-objective interpolated continuous optimisation problems. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  421–429. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2200] +
+
+Arnaud Liefooghe, Sébastien Verel, Luís Paquete, and Jin-Kao Hao. + Experiments on Local Search for Bi-objective Unconstrained Binary Quadratic Programming. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  171–186. Springer, Heidelberg, Germany, 2015.
+[ bib ] +
+This article reports an experimental analysis on stochastic + local search for approximating the Pareto set of bi-objective + unconstrained binary quadratic programming problems. First, + we investigate two scalarizing strategies that iteratively + identify a high-quality solution for a sequence of + sub-problems. Each sub-problem is based on a static or + adaptive definition of weighted-sum aggregation coefficients, + and is addressed by means of a state-of-the-art + single-objective tabu search procedure. Next, we design a + Pareto local search that iteratively improves a set of + solutions based on a neighborhood structure and on the Pareto + dominance relation. At last, we hybridize both classes of + algorithms by combining a scalarizing and a Pareto local + search in a sequential way. A comprehensive experimental + analysis reveals the high performance of the proposed + approaches, which substantially improve upon previous + best-known solutions. Moreover, the obtained results show the + superiority of the hybrid algorithm over non-hybrid ones in + terms of solution quality, while requiring a competitive + computational cost. In addition, a number of structural + properties of the problem instances allow us to explain the + main difficulties that the different classes of local search + algorithms have to face. +
+ +
+ + +
+[2201] +
+
+David J. Lilja. + Measuring Computer Performance: A Practitioner's Guide. + Cambridge University Press, 2000.
+[ bib | +DOI ] +
+Measuring Computer Performance sets out the fundamental + techniques used in analyzing and understanding the + performance of computer systems. Throughout the book, the + emphasis is on practical methods of measurement, simulation, + and analytical modeling. The author discusses performance + metrics and provides detailed coverage of the strategies used + in benchmark programmes. He gives intuitive explanations of + the key statistical tools needed to interpret measured + performance data. He also describes the general 'design of + experiments' technique, and shows how the maximum amount of + information can be obtained for the minimum effort. The book + closes with a chapter on the technique of queueing + analysis. Appendices listing common probability distributions + and statistical tables are included, along with a glossary of + important technical terms. This practically-oriented book + will be of great interest to anyone who wants a detailed, yet + intuitive, understanding of computer systems performance + analysis. +
+ +
+ + +
+[2202] +
+
+Marius Thomas Lindauer, Holger H. Hoos, Frank Hutter, and Torsten Schaub. + AutoFolio: Algorithm Configuration for Algorithm Selection. + In B. Bonet and S. Koenig, editors, Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, 2015.
+[ bib ] + +
+ + +
+[2203] +
+
+W. Ling and H. Luo. + An Adaptive Parameter Control Strategy for Ant Colony Optimization. + In CIS'07: Proceedings of the 2007 International Conference on Computational Intelligence and Security, pp.  142–146, Washington, DC, 2007. IEEE Computer Society.
+[ bib ] + +
+ + +
+[2204] +
+
+Innovation 24. + LocalSolver. + http://www.localsolver.com, 2016. + Last visited, August 15, 2016.
+[ bib ] + +
+ + +
+[2205] +
+
+Andrea Lodi and Andrea Tramontani. + Performance Variability in Mixed-Integer Programming. + In H. Topaluglu, editor, Theory Driven by Influential Applications, pp.  1–12. INFORMS, 2013.
+[ bib ] + +
+ + +
+[2206] +
+
+Andrea Lodi, Silvano Martello, and Daniele Vigo. + Two- and Three-Dimensional Bin Packing – Source Code of TSpack. + https://site.unibo.it/operations-research/en/research/library-of-codes-and-instances-1/tspack-tar.gz/@@download/file/TSpack.tar.gz, 2004.
+[ bib ] + +
+ + +
+[2207] +
+
+Po-Ling Loh and Sebastian Nowozin. + Faster Hoeffding Racing: Bernstein Races via Jackknife Estimates. + In S. Jain, R. Munos, F. Stephan, and T. Zeugmann, editors, Proceedings of Algorithmic Learning Theory, volume 8139 of Lecture Notes in Computer Science, pp.  203–217. Springer, Berlin, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2208] +
+
+Manuel López-Ibáñez. + High Performance Ant Colony Optimisation of the Pump Scheduling Problem. + In P. Alberigo, G. Erbacci, F. Garofalo, and S. Monfardini, editors, Science and Sumpercomputing in Europe, pp.  371–375. CINECA, 2007.
+[ bib ] + +
+ + +
+[2209] +
+
+Manuel López-Ibáñez and Christian Blum. + Beam-ACO Based on Stochastic Sampling: A Case Study on the TSP with Time Windows. + Technical Report LSI-08-28, Department LSI, Universitat Politècnica de Catalunya, 2008. + Extended version published in Computers & Operations Research [862].
+[ bib ] + +
+ + +
+[2210] +
+
+Manuel López-Ibáñez, Christian Blum, Dhananjay Thiruvady, Andreas T. Ernst, and Bernd Meyer. + Beam-ACO based on stochastic sampling for makespan optimization concerning the TSP with time windows. + In C. Cotta and P. Cowling, editors, Proceedings of EvoCOP 2009 – 9th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 5482 of Lecture Notes in Computer Science, pp.  97–108. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2211] +
+
+Manuel López-Ibáñez and Christian Blum. + Beam-ACO Based on Stochastic Sampling: A Case Study on the TSP with Time Windows. + In T. Stützle, editor, Learning and Intelligent Optimization, Third International Conference, LION 3, volume 5851 of Lecture Notes in Computer Science, pp.  59–73. Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2212] +
+
+Manuel López-Ibáñez, Francisco Chicano, and Rodrigo Gil-Merino. + The Asteroid Routing Problem: A Benchmark for Expensive Black-Box Permutation Optimization. + In J. L. Jiménez Laredo et al., editors, EvoApplications 2022: Applications of Evolutionary Computation, volume 13224 of Lecture Notes in Computer Science, pp.  124–140. Springer Nature, Switzerland, 2022.
+[ bib | +DOI | +epub | +supplementary material ] +
+Inspired by the recent 11th Global Trajectory Optimisation + Competition, this paper presents the asteroid routing problem + (ARP) as a realistic benchmark of algorithms for expensive + bound-constrained black-box optimization in permutation + space. Given a set of asteroids' orbits and a departure + epoch, the goal of the ARP is to find the optimal sequence + for visiting the asteroids, starting from Earth's orbit, in + order to minimize both the cost, measured as the sum of the + magnitude of velocity changes required to complete the trip, + and the time, measured as the time elapsed from the departure + epoch until visiting the last asteroid. We provide + open-source code for generating instances of arbitrary sizes + and evaluating solutions to the problem. As a preliminary + analysis, we compare the results of two methods for expensive + black-box optimization in permutation spaces, namely, + Combinatorial Efficient Global Optimization (CEGO), a + Bayesian optimizer based on Gaussian processes, and + Unbalanced Mallows Model (UMM), an estimation-of-distribution + algorithm based on probabilistic Mallows models. We + investigate the best permutation representation for each + algorithm, either rank-based or order-based. Moreover, we + analyze the effect of providing a good initial solution, + generated by a greedy nearest neighbor heuristic, on the + performance of the algorithms. The results suggest directions + for improvements in the algorithms being compared. +
+
+Keywords: Spacecraft Trajectory Optimization, Unbalanced Mallows Model, + Combinatorial Efficient Global Optimization, Estimation of + Distribution Algorithms, Bayesian Optimization +
+ +
+ + +
+[2213] +
+
+Manuel López-Ibáñez, Jérémie Dubois-Lacoste, Leslie Pérez Cáceres, Thomas Stützle, and Mauro Birattari. + The irace Package: Iterated Racing for Automatic Algorithm Configuration (Supplementary Material). + http://iridia.ulb.ac.be/supp/IridiaSupp2016-003, 2016.
+[ bib ] + +
+ + +
+[2214] +
+
+Manuel López-Ibáñez, Jérémie Dubois-Lacoste, Thomas Stützle, and Mauro Birattari. + The irace package, Iterated Race for Automatic Algorithm Configuration. + Technical Report TR/IRIDIA/2011-004, IRIDIA, Université Libre de Bruxelles, Belgium, 2011. + Published in Operations Research Perspectives [866].
+[ bib | +http ] + +
+ + +
+[2215] +
+
+Manuel López-Ibáñez and Joshua D. Knowles. + Machine Decision Makers as a Laboratory for Interactive EMO. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part II, volume 9019 of Lecture Notes in Computer Science, pp.  295–309. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] +
+A key challenge, perhaps the central challenge, of + multi-objective optimization is how to deal with candidate + solutions that are ultimately evaluated by the hidden or + unknown preferences of a human decision maker (DM) who + understands and cares about the optimization problem. + Alternative ways of addressing this challenge exist but + perhaps the favoured one currently is the interactive + approach (proposed in various forms). Here, an evolutionary + multi-objective optimization algorithm (EMOA) is controlled + by a series of interactions with the DM so that preferences + can be elicited and the direction of search controlled. MCDM + has a key role to play in designing and evaluating these + approaches, particularly in testing them with real DMs, but + so far quantitative assessment of interactive EMOAs has been + limited. In this paper, we propose a conceptual framework + for this problem of quantitative assessment, based on the + definition of machine decision makers (machine DMs), made + somewhat realistic by the incorporation of various + non-idealities. The machine DM proposed here draws from + earlier models of DM biases and inconsistencies in the MCDM + literature. As a practical illustration of our approach, we + use the proposed machine DM to study the performance of an + interactive EMOA, and discuss how this framework could help + in the evaluation and development of better interactive + EMOAs. +
+ +
+ + +
+[2216] +
+
+Manuel López-Ibáñez, Joshua D. Knowles, and Marco Laumanns. + On Sequential Online Archiving of Objective Vectors. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  46–60. Springer, Berlin/Heidelberg, 2011.
+[ bib | +DOI ] +
+In this paper, we examine the problem of maintaining + an approximation of the set of nondominated points + visited during a multiobjective optimization, a + problem commonly known as archiving. Most of the + currently available archiving algorithms are + reviewed, and what is known about their convergence + and approximation properties is summarized. The main + scenario considered is the restricted case where the + archive must be updated online as points are + generated one by one, and at most a fixed number of + points are to be stored in the archive at any one + time. In this scenario, the better-monotonicity of + an archiving algorithm is proposed as a weaker, but + more practical, property than negative efficiency + preservation. This paper shows that + hypervolume-based archivers and a recently proposed + multi-level grid archiver have this property. On the + other hand, the archiving methods used by SPEA2 and + NSGA-II do not, and they may better-deteriorate with + time. The better-monotonicity property has meaning + on any input sequence of points. We also classify + archivers according to limit properties, + i.e. convergence and approximation properties of the + archiver in the limit of infinite (input) samples + from a finite space with strictly positive + generation probabilities for all points. This paper + establishes a number of research questions, and + provides the initial framework and analysis for + answering them. +
+
+Revised version available at http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-001.pdf +
+ +
+ + +
+[2217] +
+
+Manuel López-Ibáñez, Tianjun Liao, and Thomas Stützle. + On the anytime behavior of IPOP-CMA-ES. + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part I, volume 7491 of Lecture Notes in Computer Science, pp.  357–366. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2218] +
+
+Manuel López-Ibáñez, Tianjun Liao, and Thomas Stützle. + On the anytime behavior of IPOP-CMA-ES: Supplementary material. + https://iridia.ulb.ac.be/supp/IridiaSupp2012-010/IridiaSupp2012-010.pdf, 2012.
+[ bib ] + +
+ + +
+[2219] +
+
+Manuel López-Ibáñez, Arnaud Liefooghe, and Sébastien Verel. + Local Optimal Sets and Bounded Archiving on Multi-objective NK-Landscapes with Correlated Objectives. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  621–630. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] +
+The properties of local optimal solutions in multi-objective + combinatorial optimization problems are crucial for the + effectiveness of local search algorithms, particularly when + these algorithms are based on Pareto dominance. Such local + search algorithms typically return a set of mutually + nondominated Pareto local optimal (PLO) solutions, that is, a + PLO-set. This paper investigates two aspects of PLO-sets by + means of experiments with Pareto local search (PLS). First, + we examine the impact of several problem characteristics on + the properties of PLO-sets for multi-objective NK-landscapes + with correlated objectives. In particular, we report that + either increasing the number of objectives or decreasing the + correlation between objectives leads to an exponential + increment on the size of PLO-sets, whereas the variable + correlation has only a minor effect. Second, we study the + running time and the quality reached when using bounding + archiving methods to limit the size of the archive handled by + PLS, and thus, the maximum size of the PLO-set found. We + argue that there is a clear relationship between the running + time of PLS and the difficulty of a problem instance. +
+ +
+ + +
+[2220] +
+
+Manuel López-Ibáñez, Franco Mascia, Marie-Eléonore Marmion, and Thomas Stützle. + Automatic Design of a Hybrid Iterated Local Search for the Multi-Mode Resource-Constrained Multi-Project Scheduling Problem. + In G. Kendall, G. Vanden Berghe, and B. McCollum, editors, Multidisciplinary International Conference on Scheduling: Theory and Applications (MISTA 2013), pp.  1–6, Gent, Belgium, 2013.
+[ bib | +epub ] + +
+ + +
+[2221] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + On the Design of ACO for the Biobjective Quadratic Assignment Problem. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  214–225. Springer, Heidelberg, Germany, 2004.
+[ bib | +DOI ] + +
+ + +
+[2222] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + Hybrid Population-based Algorithms for the Bi-objective Quadratic Assignment Problem. + Technical Report AIDA–04–11, FG Intellektik, FB Informatik, TU Darmstadt, December 2004. + Published in Journal of Mathematical Modelling and Algorithms [868].
+[ bib ] +
+First use of EAF differences +
+ +
+ + +
+[2223] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + Exploratory Analysis of Stochastic Local Search Algorithms in Biobjective Optimization. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  209–222. Springer, Berlin, Germany, 2010.
+[ bib | +DOI ] +
+This chapter introduces two Perl programs that + implement graphical tools for exploring the + performance of stochastic local search algorithms + for biobjective optimization problems. These tools + are based on the concept of the empirical attainment + function (EAF), which describes the probabilistic + distribution of the outcomes obtained by a + stochastic algorithm in the objective space. In + particular, we consider the visualization of + attainment surfaces and differences between the + first-order EAFs of the outcomes of two + algorithms. This visualization allows us to identify + certain algorithmic behaviors in a graphical way. + We explain the use of these visualization tools and + illustrate them with examples arising from + practice. +
+ +
+ + +
+[2224] +
+
+Manuel López-Ibáñez, Luís Paquete, and Thomas Stützle. + EAF Graphical Tools. + http://lopez-ibanez.eu/eaftools, 2010. + These tools are described in the book chapter “Exploratory analysis of stochastic local search algorithms in biobjective optimization” [2223].
+[ bib ] +
+Please cite the book chapter, not this. +
+ +
+ + +
+[2225] +
+
+Manuel López-Ibáñez, Leslie Pérez Cáceres, Jérémie Dubois-Lacoste, Thomas Stützle, and Mauro Birattari. + The irace package: User Guide. + Technical Report TR/IRIDIA/2016-004, IRIDIA, Université Libre de Bruxelles, Belgium, 2016.
+[ bib | +http ] + +
+ + +
+[2226] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Parallel Optimisation Of Pump Schedules With A Thread-Safe Variant Of EPANET Toolkit. + In J. E. van Zyl, A. A. Ilemobade, and H. E. Jacobs, editors, Proceedings of the 10th Annual Water Distribution Systems Analysis Conference (WDSA 2008). ASCE, August 2008.
+[ bib | +DOI ] + +
+ + +
+[2227] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Solving Optimal Pump Control Problem using Max-Min Ant System. + In D. Thierens et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2007, volume 1, p.  176. ACM Press, New York, NY, 2007.
+[ bib | +DOI ] + +
+ + +
+[2228] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Multi-objective Optimisation of the Pump Scheduling Problem using SPEA2. + In Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), volume 1, pp.  435–442, Piscataway, NJ, September 2005. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2229] +
+
+Manuel López-Ibáñez, T. Devi Prasad, and Ben Paechter. + Optimal Pump Scheduling: Representation and Multiple Objectives. + In D. A. Savic, G. A. Walters, R. King, and S. Thiam-Khu, editors, Proceedings of the Eighth International Conference on Computing and Control for the Water Industry (CCWI 2005), volume 1, pp.  117–122, University of Exeter, UK, September 2005.
+[ bib ] + +
+ + +
+[2230] +
+
+Manuel López-Ibáñez and Thomas Stützle. + An Analysis of Algorithmic Components for Multiobjective Ant Colony Optimization: A Case Study on the Biobjective TSP. + In P. Collet, N. Monmarché, P. Legrand, M. Schoenauer, and E. Lutton, editors, Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009, volume 5975 of Lecture Notes in Computer Science, pp.  134–145. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2231] +
+
+Manuel López-Ibáñez and Thomas Stützle. + Automatic Configuration of Multi-Objective ACO Algorithms. + In M. Dorigo et al., editors, Swarm Intelligence, 7th International Conference, ANTS 2010, volume 6234 of Lecture Notes in Computer Science, pp.  95–106. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] +
+In the last few years a significant number of ant + colony optimization (ACO) algorithms have been + proposed for tackling multi-objective optimization + problems. In this paper, we propose a software + framework that allows to instantiate the most + prominent multi-objective ACO (MOACO) + algorithms. More importantly, the flexibility of + this MOACO framework allows the application of + automatic algorithm configuration techniques. The + experimental results presented in this paper show + that such an automatic configuration of MOACO + algorithms is highly desirable, given that our + automatically configured algorithms clearly + outperform the best performing MOACO algorithms that + have been proposed in the literature. As far as we + are aware, this paper is also the first to apply + automatic algorithm configuration techniques to + multi-objective stochastic local search algorithms. +
+ +
+ + +
+[2232] +
+
+Manuel López-Ibáñez and Thomas Stützle. + The impact of design choices of multi-objective ant colony optimization algorithms on performance: An experimental study on the biobjective TSP. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  71–78. ACM Press, New York, NY, 2010.
+[ bib | +DOI ] +
+Over the last few years, there have been a number of + proposals of ant colony optimization (ACO) + algorithms for tackling multiobjective combinatorial + optimization problems. These proposals adapt ACO + concepts in various ways, for example, some use + multiple pheromone matrices and multiple heuristic + matrices and others use multiple ant colonies.
In + this article, we carefully examine several of the + most prominent of these proposals. In particular, we + identify commonalities among the approaches by + recasting the original formulation of the algorithms + in different terms. For example, several proposals + described in terms of multiple colonies can be cast + equivalently using a single ant colony, where ants + use different weights for aggregating the pheromone + and/or the heuristic information. We study + algorithmic choices for the various proposals and we + identify previously undetected trade-offs in their + performance. +
+ +
+ + +
+[2233] +
+
+Manuel López-Ibáñez and Thomas Stützle. + The impact of design choices of multi-objective ant colony optimization algorithms on performance: An experimental study on the biobjective TSP. + http://iridia.ulb.ac.be/supp/IridiaSupp2010-003/, 2010. + Supplementary material of [2232].
+[ bib ] + +
+ + +
+[2234] +
+
+Manuel López-Ibáñez and Thomas Stützle. + The Automatic Design of Multi-Objective Ant Colony Optimization Algorithms: Supplementary material, 2011.
+[ bib | +http ] + +
+ + +
+[2235] +
+
+Manuel López-Ibáñez and Thomas Stützle. + An experimental analysis of design choices of multi-objective ant colony optimization algorithms: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2012-006/, 2012.
+[ bib ] + +
+ + +
+[2236] +
+
+Manuel López-Ibáñez, Thomas Stützle, and Marco Dorigo. + Ant Colony Optimization: A Component-Wise Overview. + In R. Martí, P. M. Pardalos, and M. G. C. Resende, editors, Handbook of Heuristics, pp.  371–407. Springer International Publishing, 2018.
+[ bib | +DOI | +supplementary material ] +
+Proposed ACOTSPQAP software +
+ +
+ + +
+[2237] +
+
+Manuel López-Ibáñez. + Multi-objective Ant Colony Optimization. + Diploma thesis, Intellectics Group, Computer Science Department, Technische Universität Darmstadt, Germany, 2004.
+[ bib ] + +
+ + +
+[2238] +
+
+Manuel López-Ibáñez. + Operational Optimisation of Water Distribution Networks. + PhD thesis, School of Engineering and the Built Environment, Edinburgh Napier University, UK, 2009.
+[ bib | +http ] + +
+ + +
+[2239] +
+
+Ilya Loshchilov, Marc Schoenauer, and Michèle Sebag. + Alternative Restart Strategies for CMA-ES. + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part I, volume 7491 of Lecture Notes in Computer Science, pp.  296–305. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2240] +
+
+A. V. Lotov and Kaisa Miettinen. + Visualizing the Pareto Frontier. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science, pp.  213–243. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2241] +
+
+Helena R. Lourenço, Olivier Martin, and Thomas Stützle. + Iterated Local Search. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  321–353. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib | +DOI ] + +
+ + +
+[2242] +
+
+Helena R. Lourenço, Olivier Martin, and Thomas Stützle. + Iterated Local Search: Framework and Applications. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, chapter 9, pp.  363–397. Springer, New York, NY, 2nd edition, 2010.
+[ bib | +DOI ] + +
+ + +
+[2243] +
+
+Helena R. Lourenço, Olivier Martin, and Thomas Stützle. + Iterated Local Search: Framework and Applications. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 272 of International Series in Operations Research & Management Science, chapter 5, pp.  129–168. Springer, 2019.
+[ bib | +DOI ] + +
+ + +
+[2244] +
+
+Scott M. Lundberg and Su-In Lee. + A unified approach to interpreting model predictions. + In I. Guyon, U. von Luxburg, S. Bengio, H. M. Wallach, R. Fergus, S. V. N. Vishwanathan, and R. Garnett, editors, Advances in Neural Information Processing Systems (NIPS 30), pp.  4765–4774, 2016.
+[ bib | +epub ] +
+Keywords: SHAP, interpretable AI +
+ +
+ + +
+[2245] +
+
+Hoang N. Luong and Peter A. N. Bosman. + Elitist Archiving for Multi-Objective Evolutionary Algorithms: To Adapt or Not to Adapt. + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part II, volume 7492 of Lecture Notes in Computer Science, pp.  72–81. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2246] +
+
+Thibaut Lust and Jacques Teghem. + The multiobjective traveling salesman problem: A survey and a new approach. + In C. A. Coello Coello, C. Dhaenens, and L. Jourdan, editors, Advances in Multi-Objective Nature Inspired Computing, volume 272 of Studies in Computational Intelligence, pp.  119–141. Springer, 2010.
+[ bib ] + +
+ + +
+[2247] +
+
+Khin Lwin, Rong Qu, and Jianhua Zheng. + Multi-objective Scatter Search with External Archive for Portfolio Optimization. + In Proceedings of the 5th International Joint Conference on Computational Intelligence - ECTA (IJCCI 2013), pp.  111–119. SciTePress, 2013.
+[ bib | +DOI ] +
+Crowding archive +
+ +
+ + +
+[2248] +
+
+Robert John Lygoe. + Complexity reduction in high-dimensional multi-objective optimisation. + PhD thesis, University of Sheffield Sheffield, UK, 2010.
+[ bib ] + +
+ + +
+[2249] +
+
+Kate Smith-Miles, Mario A. Muñoz, and Neelofar. + Melbourne Algorithm Test Instance Library with Data Analytics (MATILDA), 2020.
+[ bib | +http ] + +
+ + +
+[2250] +
+
+Gunther Mäckle, Dragan A. Savic, and Godfrey A. Walters. + Application of Genetic Algorithms to Pump Scheduling for Water Supply. + In Genetic Algorithms in Engineering Systems: Innovations and Applications, GALESIA'95, volume 414, pp.  400–405, Sheffield, UK, September 1995. IEE Conference Publication.
+[ bib | +DOI ] +
+ A simple Genetic Algorithm has been applied to the + scheduling of multiple pumping units in a water supply system + with the objective of minimising the overall cost of the + pumping operation, taking advantage of storage capacity in + the system and the availability of off peak electricity + tariffs. A simple example shows that the method is easy to + apply and has produced encouraging preliminary results +
+ +
+ + +
+[2251] +
+
+Nateri K. Madavan. + Multiobjective optimization using a Pareto differential evolution approach. + In D. B. Fogel et al., editors, Proceedings of the 2002 World Congress on Computational Intelligence (WCCI 2002), pp.  1145–1150, Piscataway, NJ, 2002. IEEE Press.
+[ bib ] + +
+ + +
+[2252] +
+
+D. R. Broad, Graeme C. Dandy, and Holger R. Maier. + A Metamodeling Approach to Water Distribution System Optimization. + In 6th Annual Symposium on Water Distribution Systems Analysis. ASCE, June 2004.
+[ bib ] + +
+ + +
+[2253] +
+
+Yuri Malitsky and Meinolf Sellmann. + Instance-specific algorithm configuration as a method for non-model-based portfolio generation. + In N. Beldiceanu, N. Jussien, and E. Pinson, editors, Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2012, volume 7298 of Lecture Notes in Computer Science, pp.  244–259. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2254] +
+
+Yuri Malitsky, Deepak Mehta, Barry O'Sullivan, and Helmut Simonis. + Tuning parameters of large neighborhood search for the machine reassignment problem. + In C. Gomes and M. Sellmann, editors, Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2013, volume 7874 of Lecture Notes in Computer Science, pp.  176–192. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2255] +
+
+Vittorio Maniezzo, M. Boschetti, and M. Jelasity. + An Ant Approach to Membership Overlay Design. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  37–48. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2256] +
+
+Vittorio Maniezzo and M. Milandri. + An Ant-Based Framework for Very Strongly Constrained Problems. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  222–227. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2257] +
+
+Christopher D. Manning, Mihai Surdeanu, John Bauer, Jenny Rose Finkel, Steven J. Bethard, and David McClosky. + The Stanford CoreNLP Natural Language Processing Toolkit. + In Association for Computational Linguistics (ACL) System Demonstrations, pp.  55–60, 2014.
+[ bib ] +
+http://www.aclweb.org/anthology/P/P14/P14-5010 +
+ +
+ + +
+[2258] +
+
+F. Martínez, V. Bou, V. Hernández, F. Alvarruiz, and J. M. Alonso. + ANN Architectures for Simulating Water Distribution Networks. + In D. A. Savic, G. A. Walters, R. King, and S. Thiam-Khu, editors, Proceedings of the Eighth International Conference on Computing and Control for the Water Industry (CCWI 2005), volume 1, pp.  251–256, University of Exeter, UK, September 2005.
+[ bib ] + +
+ + +
+[2259] +
+
+Marie-Eléonore Marmion, Clarisse Dhaenens, Laetitia Jourdan, Arnaud Liefooghe, and Sébastien Verel. + NILS: A Neutrality-Based Iterated Local Search and Its Application to Flowshop Scheduling. + In P. Merz and J.-K. Hao, editors, Proceedings of EvoCOP 2011 – 11th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 6622 of Lecture Notes in Computer Science, pp.  191–202. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2260] +
+
+Marie-Eléonore Marmion, Franco Mascia, Manuel López-Ibáñez, and Thomas Stützle. + Automatic Design of Hybrid Stochastic Local Search Algorithms. + In M. J. Blesa, C. Blum, P. Festa, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics, volume 7919 of Lecture Notes in Computer Science, pp.  144–158. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2261] +
+
+Oded Maron and Andrew W. Moore. + Hoeffding races: Accelerating model selection search for classification and function approximation. + In J. D. Cowan, G. Tesauro, and J. Alspector, editors, Advances in Neural Information Processing Systems, volume 6, pp.  59–66. Morgan Kaufmann Publishers, San Francisco, CA, 1994.
+[ bib ] + +
+ + +
+[2262] +
+
+C. E. Mariano and E. Morales. + MOAQ: An Ant-Q Algorithm for Multiple Objective Optimization Problems. + In W. Banzhaf, J. M. Daida, A. E. Eiben, M. H. Garzon, V. Honavar, M. J. Jakiela, and R. E. Smith, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 1999, pp.  894–901. Morgan Kaufmann Publishers, San Francisco, CA, 1999.
+[ bib ] + +
+ + +
+[2263] +
+
+Elena Marchiori and Adri G. Steenbeek. + An Iterated Heuristic Algorithm for the Set Covering Problem. + In K. Mehlhorn, editor, Algorithm Engineering, 2nd International Workshop, WAE'92, pp.  155–166. Max-Planck-Institut für Informatik, Saarbrücken, Germany, 1998.
+[ bib ] + +
+ + +
+[2264] +
+
+Elena Marchiori and Adri G. Steenbeek. + An Evolutionary Algorithm for Large Scale Set Covering Problems with Application to Airline Crew Scheduling. + In S. Cagnoni et al., editors, Real-World Applications of Evolutionary Computing, EvoWorkshops 2000, volume 1803 of Lecture Notes in Computer Science, pp.  367–381. Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[2265] +
+
+K. Marriott and P. Stuckey. + Programming With Constraints. + MIT Press, Cambridge, MA, 1998.
+[ bib ] + +
+ + +
+[2266] +
+
+Silvano Martello and Paolo Toth. + Knapsack Problems: Algorithms and Computer Implementations. + John Wiley & Sons, Chichester, UK, 1990.
+[ bib ] +
+Keywords: bin packing +
+ +
+ + +
+[2267] +
+
+Oded Maron. + Hoeffding Races: Model selection for MRI classification. + Master's thesis, Massachusetts Institute of Technology, 1994.
+[ bib ] + +
+ + +
+[2268] +
+
+Franco Mascia, Mauro Birattari, and Thomas Stützle. + Tuning Algorithms for Tackling Large Instances: An Experimental Protocol. + In P. M. Pardalos and G. Nicosia, editors, Learning and Intelligent Optimization, 7th International Conference, LION 7, volume 7997 of Lecture Notes in Computer Science, pp.  410–422. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2269] +
+
+Florence Massen, Yves Deville, and Pascal van Hentenryck. + Pheromone-Based Heuristic Column Generation for Vehicle Routing Problems with Black Box Feasibility. + In N. Beldiceanu, N. Jussien, and E. Pinson, editors, Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2012, volume 7298 of Lecture Notes in Computer Science, pp.  260–274. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2270] +
+
+Franco Mascia, Manuel López-Ibáñez, Jérémie Dubois-Lacoste, and Thomas Stützle. + Grammar-based generation of stochastic local search heuristics through automatic algorithm configuration tools: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2013-009/, 2013.
+[ bib ] + +
+ + +
+[2271] +
+
+Franco Mascia, Manuel López-Ibáñez, Jérémie Dubois-Lacoste, Marie-Eléonore Marmion, and Thomas Stützle. + Algorithm Comparison by Automatically Configurable Stochastic Local Search Frameworks: A Case Study Using Flow-Shop Scheduling Problems. + In M. J. Blesa, C. Blum, and S. Voß, editors, Hybrid Metaheuristics, volume 8457 of Lecture Notes in Computer Science, pp.  30–44. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2272] +
+
+Franco Mascia, Manuel López-Ibáñez, Jérémie Dubois-Lacoste, and Thomas Stützle. + From Grammars to Parameters: Automatic Iterated Greedy Design for the Permutation Flow-shop Problem with Weighted Tardiness. + In P. M. Pardalos and G. Nicosia, editors, Learning and Intelligent Optimization, 7th International Conference, LION 7, volume 7997 of Lecture Notes in Computer Science, pp.  321–334. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2273] +
+
+Florence Massen, Manuel López-Ibáñez, Thomas Stützle, and Yves Deville. + Experimental Analysis of Pheromone-Based Heuristic Column Generation Using irace. + In M. J. Blesa, C. Blum, P. Festa, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics, volume 7919 of Lecture Notes in Computer Science, pp.  92–106. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2274] +
+
+Renzo Massobrio, Sergio Nesmachnow, and Bernabé Dorronsoro. + Virtual Savant: learning for optimization. + In M. Vlastelica, J. Song, A. Ferber, B. Amos, G. Martius, B. Dilkina, and Y. Yue, editors, Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020, LMCA 2020, Vancouver, Canada, December 12, 2020, pp.  1–5, 2020.
+[ bib ] + +
+ + +
+[2275] +
+
+Satoshi Matsubara, Motomu Takatsu, Toshiyuki Miyazawa, Takayuki Shibasaki, Yasuhiro Watanabe, Kazuya Takemoto, and Hirotaka Tamura. + Digital Annealer for High-Speed Solving of Combinatorial optimization Problems and Its Applications. + In 2020 25th Asia and South Pacific Design Automation Conference (ASP-DAC), pp.  667–672. IEEE, 2020.
+[ bib | +DOI ] +
+A Digital Annealer (DA) is a dedicated architecture for + high-speed solving of combinatorial optimization problems + mapped to an Ising model. With fully coupled bit connectivity + and high coupling resolution as a major feature, it can be + used to express a wide variety of combinatorial optimization + problems. The DA uses Markov Chain Monte Carlo as a basic + search mechanism, accelerated by the hardware implementation + of multiple speed-enhancement techniques such as parallel + search, escape from a local solution, and replica + exchange. It is currently being offered as a cloud service + using a second-generation chip operating on a scale of 8,192 + bits. This paper presents an overview of the DA, its + performance against benchmarks, and application examples. +
+ +
+ + +
+[2276] +
+
+Michael Maur, Manuel López-Ibáñez, and Thomas Stützle. + Pre-scheduled and adaptive parameter variation in Max-Min Ant System. + In H. Ishibuchi et al., editors, Proceedings of the 2010 Congress on Evolutionary Computation (CEC 2010), pp.  3823–3830, Piscataway, NJ, 2010. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2277] +
+
+Atanu Mazumdar, Tinkle Chugh, Kaisa Miettinen, and Manuel López-Ibáñez. + On Dealing with Uncertainties from Kriging Models in Offline Data-Driven Evolutionary Multiobjective Optimization. + In K. Deb, E. D. Goodman, C. A. Coello Coello, K. Klamroth, K. Miettinen, S. Mostaghim, and P. Reed, editors, Evolutionary Multi-criterion Optimization, EMO 2019, volume 11411 of Lecture Notes in Computer Science, pp.  463–474. Springer International Publishing, Cham, Switzerland, 2019.
+[ bib | +DOI ] + +
+ + +
+[2278] +
+
+G. McCormick and R. S. Powell. + A progressive mixed integer-programming method for pump scheduling. + In C. Maksimović, D. Butler, and F. A. Memon, editors, Advances in Water Supply Management, pp.  307–313. CRC Press, 2003.
+[ bib ] + +
+ + +
+[2279] +
+
+Catherine C. McGeoch. + A Guide to Experimental Algorithmics. + Cambridge University Press, 2012.
+[ bib ] + +
+ + +
+[2280] +
+
+Catherine C. McGeoch and Pau Farré. + The D-Wave Advantage System: An Overview. + Technical report, D-Wave Systems Inc., Burnaby, BC, Canada, 2020.
+[ bib | +http ] + +
+ + +
+[2281] +
+
+Hudson Geovane de Medeiros, Elizabeth Ferreira Gouvêa Goldbarg, and Marco Cesar Goldbarg. + Analyzing Limited Size Archivers of Multi-objective Optimizers. + In 2014 Brazilian Conference on Intelligent Systems, pp.  85–90, 2014.
+[ bib | +DOI ] +
+Keywords: archiving +
+ +
+ + +
+[2282] +
+
+J. Fabian Meier and Uwe Clausen. + A versatile heuristic approach for generalized hub location problems. + Preprint, Provided upon personal request, 2014.
+[ bib | +http ] +
+Keywords: irace +
+ +
+ + +
+[2283] +
+
+L. Melo, F. Pereira, and E. Costa. + MC-ANT: a Multi-colony Ant Algorithm. + In P. Collet, N. Monmarché, P. Legrand, M. Schoenauer, and E. Lutton, editors, Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009, volume 5975 of Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[2284] +
+
+Adriana Menchaca-Mendez and Carlos A. Coello Coello. + GD-MOEA: A New Multi-Objective Evolutionary Algorithm Based on the Generational Distance Indicator. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  156–170. Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2285] +
+
+Adriana Menchaca-Mendez and Carlos A. Coello Coello. + GDE-MOEA: A New MOEA based on the generational distance indicator and ε-dominance. + In Proceedings of the 2015 Congress on Evolutionary Computation (CEC 2015), pp.  947–955, Piscataway, NJ, 2015. IEEE Press.
+[ bib ] + +
+ + +
+[2286] +
+
+Hector Mendoza, Aaron Klein, Matthias Feurer, Jost Tobias Springenberg, and Frank Hutter. + Towards automatically-tuned neural networks. + In Workshop on Automatic Machine Learning, pp.  58–65, 2016.
+[ bib ] + +
+ + +
+[2287] +
+
+Olaf Mersmann, Bernd Bischl, Heike Trautmann, Mike Preuss, Claus Weihs, and Günther Rudolph. + Exploratory Landscape Analysis. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  829–836. ACM Press, New York, NY, 2011.
+[ bib ] +
+Keywords: continuous optimization, landscape analysis, instance + features +
+ +
+ + +
+[2288] +
+
+Peter Merz and Jutta Huhse. + An Iterated Local Search Approach for Finding Provably Good Solutions for Very Large TSP Instances. + In G. Rudolph et al., editors, Parallel Problem Solving from Nature – PPSN X, volume 5199 of Lecture Notes in Computer Science, pp.  929–939. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2289] +
+
+D. Merkle and Martin Middendorf. + Prospects for Dynamic Algorithm Control: Lessons from the Phase Structure of Ant Scheduling Algorithms. + In R. B. Heckendorn, editor, Proceedings of the 2001 Genetic and Evolutionary Computation Conference – Workshop Program. Workshop “The Next Ten Years of Scheduling Research”, pp.  121–126. Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib ] + +
+ + +
+[2290] +
+
+D. Merkle, Martin Middendorf, and Hartmut Schmeck. + Ant Colony Optimization for Resource-Constrained Project Scheduling. + In D. Whitley et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2000, pp.  893–900. Morgan Kaufmann Publishers, San Francisco, CA, 2000.
+[ bib ] + +
+ + +
+[2291] +
+
+Olaf Mersmann, Heike Trautmann, Boris Naujoks, and Claus Weihs. + Benchmarking Evolutionary Multiobjective Optimization Algorithms. + In H. Ishibuchi et al., editors, Proceedings of the 2010 Congress on Evolutionary Computation (CEC 2010), pp.  1–8, Piscataway, NJ, 2010. IEEE Press.
+[ bib ] +
+TR: http://hdl.handle.net/2003/26671 +
+ +
+ + +
+[2292] +
+
+Bernd Meyer. + Convergence control in ACO. + In Genetic and Evolutionary Computation Conference (GECCO), Seattle, WA, 2004. + Late-breaking paper available on CD.
+[ bib ] + +
+ + +
+[2293] +
+
+Bernd Meyer and Andreas T. Ernst. + Integrating ACO and Constraint Propagation. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  166–177. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2294] +
+
+Efrén Mezura-Montes, M. Reyes-Sierra, and Carlos A. Coello Coello. + Multi-objective optimization using differential evolution: a survey of the state-of-the-art. + In U. K. Chakraborty, editor, Advances in differential evolution, pp.  173–196. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[2295] +
+
+Efrén Mezura-Montes, Jesús Velázquez-Reyes, and Carlos A. Coello Coello. + A comparative study of differential evolution variants for global optimization. + In M. Cattolico et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2006, pp.  485–492. ACM Press, New York, NY, 2006.
+[ bib | +DOI ] + +
+ + +
+[2296] +
+
+Zbigniew Michalewicz and David B. Fogel. + How to Solve It: Modern Heuristics. + Springer, 2nd edition, 2004.
+[ bib ] + +
+ + +
+[2297] +
+
+Laurent D. Michel and Pascal van Hentenryck. + Iterative Relaxations for Iterative Flattening in Cumulative Scheduling. + In S. Zilberstein, J. Koehler, and S. Koenig, editors, Proceedings of the Fourteenth International Conference on Automated Planning and Scheduling (ICAPS 2004), pp.  200–208. AAAI Press/MIT Press, Menlo Park, CA, 2004.
+[ bib ] + +
+ + +
+[2298] +
+
+R. Michel and Martin Middendorf. + An Island Model based Ant System with Lookahead for the Shortest Supersequence Problem. + In A. E. Eiben, T. Bäck, M. Schoenauer, and H.-P. Schwefel, editors, Parallel Problem Solving from Nature – PPSN V, volume 1498 of Lecture Notes in Computer Science, pp.  692–701. Springer, Heidelberg, Germany, 1998.
+[ bib ] + +
+ + +
+[2299] +
+
+Zbigniew Michalewicz. + Genetic Algorithms + Data Structures = Evolution Programs. + Springer, Berlin, Germany, 3rd edition, 1996.
+[ bib ] + +
+ + +
+[2300] +
+
+Kaisa Miettinen. + IND-NIMBUS for Demanding Interactive Multiobjective Optimization. + In T. Trzaskalik, editor, Multiple Criteria Decision Making '05, pp.  137–150. Karol Adamiecki University of Economics in Katowice, 2006.
+[ bib ] + +
+ + +
+[2301] +
+
+Kaisa Miettinen. + Nonlinear Multiobjective Optimization. + Kluwer Academic Publishers, Boston, MA, 1999.
+[ bib ] +
+Nonlinear Multiobjective Optimization provides an extensive, + up-to-date, self-contained and consistent survey and review + of the literature and of the state of the art on nonlinear + (deterministic) multiobjective optimization, its methods, its + theory and its background. This book is intended for both + researchers and students in the areas of (applied) + mathematics, engineering, economics, operations research and + management science; it is meant for both professionals and + practitioners in many different fields of application. The + intention is to provide a consistent summary that may help in + selecting an appropriate method for the problem to be + solved. The extensive bibliography will be of value to + researchers. +
+ +
+ + +
+[2302] +
+
+Kaisa Miettinen, Francisco Ruiz, and Andrzej P. Wierzbicki. + Introduction to Multiobjective Optimization: Interactive Approaches. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] +
+We give an overview of interactive methods developed + for solving nonlinear multiobjective optimization + problems. In interactive methods, a decision maker + plays an important part and the idea is to support + her/him in the search for the most preferred + solution. In interactive methods, steps of an + iterative solution algorithm are repeated and the + decision maker progressively provides preference + information so that the most preferred solution can + be found. We identify three types of specifying + preference information in interactive methods and + give some examples of methods representing each + type. The types are methods based on trade-off + information, reference points and classification of + objective functions. +
+ +
+ + +
+[2303] +
+
+Péricles Miranda, Ricardo M. Silva, and Ricardo B. Prudêncio. + Fine-Tuning of Support Vector Machine Parameters Using Racing Algorithms. + In European Symposium on Artificial Neural Networks, ESSAN, pp.  325–330, 2014.
+[ bib | +epub ] +
+Keywords: irace +
+ +
+ + +
+[2304] +
+
+Péricles Miranda, Ricardo M. Silva, and Ricardo B. Prudêncio. + I/S-Race: An Iterative Multi-objective Racing Algorithm for the SVM Parameter Selection Problem. + In European Symposium on Artificial Neural Networks, ESSAN, pp.  573–578, 2015.
+[ bib | +epub ] + +
+ + +
+[2305] +
+
+Alfonsas Misevičius. + Ruin and Recreate Principle Based Approach for the Quadratic Assignment Problem. + In E. Cantú-Paz et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2003, Part I, volume 2723 of Lecture Notes in Computer Science, pp.  598–609. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2306] +
+
+Debasis Mitra, Fabio Romeo, and Alberto Sangiovanni-Vincentelli. + Convergence and Finite-Time Behavior of Simulated Annealing. + In Decision and Control, 1985 24th IEEE Conference on, pp.  761–767. IEEE, 1985.
+[ bib ] + +
+ + +
+[2307] +
+
+David G. Mitchell, Bart Selman, and Hector J. Levesque. + Hard and Easy Distributions of SAT Problems. + In W. R. Swartout, editor, Proceedings of the 10th National Conference on Artificial Intelligence, pp.  459–465. AAAI Press/MIT Press, Menlo Park, CA, 1992.
+[ bib ] + +
+ + +
+[2308] +
+
+Volodymyr Mnih, Csaba Szepesvári, and Jean-Yves Audibert. + Empirical Bernstein stopping. + In W. W. Cohen, A. McCallum, and S. T. Roweis, editors, Proceedings of the 25th International Conference on Machine Learning, ICML 2008, pp.  672–679, New York, NY, 2008. ACM Press.
+[ bib ] + +
+ + +
+[2309] +
+
+Jonas Močkus. + On Bayesian Methods for Seeking the Extremum. + In G. I. Marchuk, editor, Optimization Techniques IFIP Technical Conference Novosibirsk, July 1–7, 1974, volume 27 of Lecture Notes in Computer Science, pp.  400–404. Springer, Berlin/Heidelberg, 1975.
+[ bib | +DOI ] +
+Proposed Bayesian optimization +
+ +
+ + +
+[2310] +
+
+Jonas Močkus. + Bayesian Approach to Global Optimization: Theory and Applications. + Kluwer Academic Publishers, 1989.
+[ bib ] + +
+ + +
+[2311] +
+
+Sander van Rijn. + Modular CMA-ES framework from [2474], v0.3.0. + https://github.com/sjvrijn/ModEA, 2018. + Available also as pypi package at https://pypi.org/project/ModEA/0.3.0/.
+[ bib ] + +
+ + +
+[2312] +
+
+Atefeh Moghaddam, Farouk Yalaoui, and Lionel Amodeo. + Lorenz versus Pareto Dominance in a Single Machine Scheduling Problem with Rejection. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  520–534. Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[2313] +
+
+Teodor Mihai Moldovan and Pieter Abbeel. + Safe Exploration in Markov Decision Processes. + In J. Langford and J. Pineau, editors, Proceedings of the 29th International Conference on Machine Learning, ICML 2012, pp.  1451–1458. Omnipress, 2012.
+[ bib | +epub ] + +
+ + +
+[2314] +
+
+Ilya Molchanov. + Theory of Random Sets. + Springer, 2005.
+[ bib ] +
+Keywords: Vorob'ev expectation +
+ +
+ + +
+[2315] +
+
+Jean-Noël Monette, Yves Deville, and Pascal van Hentenryck. + Aeon: Synthesizing Scheduling Algorithms from High-Level Models. + In J. W. Chinneck, B. Kristjansson, and M. J. Saltzman, editors, Operations Research and Cyber-Infrastructure, volume 47 of Operations Research/Computer Science Interfaces, pp.  43–59. Springer, New York, NY, 2009.
+[ bib ] + +
+ + +
+[2316] +
+
+Elizabeth Montero, Leslie Pérez Cáceres, María-Cristina Riff, and Carlos A. Coello Coello. + Are State-of-the-Art Fine-Tuning Algorithms Able to Detect a Dummy Parameter? + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part I, volume 7491 of Lecture Notes in Computer Science, pp.  306–315. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2317] +
+
+María-Cristina Riff and Elizabeth Montero. + A new algorithm for reducing metaheuristic design effort. + In Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), pp.  3283–3290, Piscataway, NJ, 2013. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2318] +
+
+Elizabeth Montero and María-Cristina Riff. + Towards a Method for Automatic Algorithm Configuration: A Design Evaluation Using Tuners. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  90–99. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2319] +
+
+Elizabeth Montero, María-Cristina Riff, and Bertrand Neveu. + An Evaluation of Off-line Calibration Techniques for Evolutionary Algorithms. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  299–300. ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2320] +
+
+Gilberto Montibeller and Hugo Yoshizaki. + A Framework for Locating Logistic Facilities with Multi-Criteria Decision Analysis. + In R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors, Evolutionary Multi-criterion Optimization, EMO 2011, volume 6576 of Lecture Notes in Computer Science, pp.  505–519. Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[2321] +
+
+Marco A. Montes de Oca. + Incremental Social Learning in Swarm Intelligence Systems. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2011.
+[ bib ] +
+Supervised by Marco Dorigo +
+ +
+ + +
+[2322] +
+
+James Montgomery. + Solution Biases and Pheromone Representation Selection in Ant Colony Optimisation. + PhD thesis, School of Information Technology, Bond University, Australia, 2005.
+[ bib ] + +
+ + +
+[2323] +
+
+Douglas C. Montgomery. + Design and Analysis of Experiments. + John Wiley & Sons, New York, NY, 8th edition, 2012.
+[ bib ] + +
+ + +
+[2324] +
+
+Andrew W. Moore and Mary S. Lee. + Efficient Algorithms for Minimizing Cross Validation Error. + In W. W. Cohen and H. Hirsh, editors, Proceedings of the 11th International Conference on Machine Learning, ICML 1994, pp.  190–198, San Francisco, CA, 1994. Morgan Kaufmann Publishers.
+[ bib ] + +
+ + +
+[2325] +
+
+A. Moraglio and A. Kattan. + Geometric Generalisation of Surrogate Model Based Optimization to Combinatorial Spaces. + In P. Merz and J.-K. Hao, editors, Proceedings of EvoCOP 2011 – 11th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 6622 of Lecture Notes in Computer Science, pp.  142–154. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2326] +
+
+A. Moraglio, Yong-Hyuk Kim, and Yourim Yoon. + Geometric Surrogate-based Optimisation for Permutation-based Problems. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2011, pp.  133–134. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2327] +
+
+Pail Morris. + The Breakout Method for Escaping from Local Minima. + In R. Fikes and W. G. Lehnert, editors, Proceedings of the 11th National Conference on Artificial Intelligence, pp.  40–45. AAAI Press/MIT Press, Menlo Park, CA, 1993.
+[ bib ] + +
+ + +
+[2328] +
+
+J. D. Moss and C. G. Johnson. + An ant colony algorithm for multiple sequence alignment in bioinformatics. + In D. W. Pearson, N. C. Steele, and R. F. Albrecht, editors, Artificial Neural Networks and Genetic Algorithms, pp.  182–186. Springer Verlag, 2003.
+[ bib ] + +
+ + +
+[2329] +
+
+Pablo Moscato. + On Evolution, Search, Optimization, Genetic Algorithms and Martial Arts: Towards Memetic Algorithms. + Caltech Concurrent Computation Program, C3P Report 826, Caltech, 1989.
+[ bib ] + +
+ + +
+[2330] +
+
+Pablo Moscato. + Memetic algorithms: a short introduction. + In D. Corne, M. Dorigo, and F. Glover, editors, New Ideas in Optimization, pp.  219–234. McGraw Hill, London, UK, 1999.
+[ bib ] + +
+ + +
+[2331] +
+
+Vincent Mousseau. + Elicitation des préférences pour l'aide multicritère à la décision. + PhD thesis, Université Paris-Dauphine, Paris, France, 2003.
+[ bib ] + +
+ + +
+[2332] +
+
+J. Moy. + RFC 1583: Open shortest path first protocol, 1994.
+[ bib ] + +
+ + +
+[2333] +
+
+Zongxu Mu, Jérémie Dubois-Lacoste, Holger H. Hoos, and Thomas Stützle. + On the Empirical Scaling of Running Time for Finding Optimal Solutions to the TSP: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2017-010/, 2017.
+[ bib ] + +
+ + +
+[2334] +
+
+Zongxu Mu, Holger H. Hoos, and Thomas Stützle. + The Impact of Automated Algorithm Configuration on the Scaling Behaviour of State-of-the-Art Inexact TSP Solvers. + In P. Festa, M. Sellmann, and J. Vanschoren, editors, Learning and Intelligent Optimization, 10th International Conference, LION 10, volume 10079 of Lecture Notes in Computer Science, pp.  157–172. Springer, Cham, Switzerland, 2016.
+[ bib | +DOI ] + +
+ + +
+[2335] +
+
+Mudita Sharma, Manuel López-Ibáñez, and Dimitar Kazakov. + Deep Reinforcement Learning Based Parameter Control in Differential Evolution: Supplementary material. + https://github.com/mudita11/DE-DDQN, 2019.
+[ bib | +DOI ] + +
+ + +
+[2336] +
+
+H. Mühlenbein and Jörg Zimmermann. + Size of neighborhood more important than temperature for stochastic local search. + In Proceedings of the 2000 Congress on Evolutionary Computation (CEC'00), pp.  1017–1024, Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[2337] +
+
+H. Mühlenbein. + Evolution in Time and Space—The Parallel Genetic Algorithm. + In G. Rawlins, editor, Foundations of Genetic Algorithms (FOGA), pp.  316–337. Morgan Kaufmann Publishers, San Mateo, CA, 1991.
+[ bib ] + +
+ + +
+[2338] +
+
+Moritz Mühlenthaler. + Fairness in Academic Course Timetabling. + Springer, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[2339] +
+
+L. J. Murphy, Graeme C. Dandy, and Angus R. Simpson. + Optimum Design and Operation of Pumped Water Distribution Systems. + In 1994 International Conference on Hydraulics and Civil Engineering, Hidraulic working with the Environment, pp.  149–155, Brisbane, Australia, February 1994. The Institution of Engineers.
+[ bib ] + +
+ + +
+[2340] +
+
+Yuichi Nagata and Shigenobu Kobayashi. + Edge Assembly Crossover: A High-power Genetic Algorithm for the Traveling Salesman Problem. + In T. Bäck, editor, ICGA, pp.  450–457. Morgan Kaufmann Publishers, San Francisco, CA, 1997.
+[ bib ] + +
+ + +
+[2341] +
+
+Yuichi Nagata and Shigenobu Kobayashi. + An analysis of edge assembly crossover for the traveling salesman problem. + In K. Ito, F. Harashima, and K. Tanie, editors, IEEE SMC'99 Conference Proceedings, 1999 IEEE International Conference on Systems, Man, and Cybernetics, pp.  628–633. IEEE Press, 1999.
+[ bib | +DOI ] + +
+ + +
+[2342] +
+
+R. Nagy, M. Suciu, and D. Dumitrescu. + Exploring Lorenz Dominance. + In Symbolic and Numeric Algorithms for Scientific Computing (SYNASC), 2012 14th International Symposium on, pp.  254–259, 2012.
+[ bib ] + +
+ + +
+[2343] +
+
+Vinod Nair and Geoffrey E. Hinton. + Rectified linear units improve restricted boltzmann machines. + In J. Fürnkranz and T. Joachims, editors, Proceedings of the 27th International Conference on Machine Learning, ICML 2010, pp.  807–814, New York, NY, 2010. ACM Press.
+[ bib ] + +
+ + +
+[2344] +
+
+Samadhi Nallaperuma, Markus Wagner, and Frank Neumann. + Parameter Prediction Based on Features of Evolved Instances for Ant Colony Optimization and the Traveling Salesperson Problem. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  100–109. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2345] +
+
+V. Nannen and Agoston E. Eiben. + A Method for Parameter Calibration and Relevance Estimation in Evolutionary Algorithms. + In M. Cattolico et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2006, pp.  183–190. ACM Press, New York, NY, 2006.
+[ bib | +DOI ] +
+Keywords: REVAC +
+ +
+ + +
+[2346] +
+
+V. Nannen and Agoston E. Eiben. + Relevance Estimation and Value Calibration of Evolutionary Algorithm Parameters. + In M. M. Veloso, editor, Proceedings of the 20th International Joint Conference on Artificial Intelligence (IJCAI-07), pp.  975–980. AAAI Press, Menlo Park, CA, 2007.
+[ bib ] +
+Keywords: REVAC +
+ +
+ + +
+[2347] +
+
+Youssef S. G. Nashed, Pablo Mesejo, Roberto Ugolotti, Jérémie Dubois-Lacoste, and Stefano Cagnoni. + A Comparative Study of Three GPU-Based Metaheuristics. + In C. A. Coello Coello et al., editors, Parallel Problem Solving from Nature – PPSN XII, Part II, volume 7492 of Lecture Notes in Computer Science, pp.  398–407. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2348] +
+
+Antonio J. Nebro, Juan J. Durillo, and Carlos A. Coello Coello. + Analysis of leader selection strategies in a multi-objective Particle Swarm Optimizer. + In Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), pp.  3153–3160, Piscataway, NJ, 2013. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2349] +
+
+Antonio J. Nebro, Juan J. Durillo, José García-Nieto, Carlos A. Coello Coello, F. Luna, and Enrique Alba. + SMPSO: A new PSO-based metaheuristic for multi-objective optimization. + In 2009 IEEE Symposium on Computational Intelligence in Multi-Criteria Decision-Making (MCDM), pp.  66–73, 2009.
+[ bib | +DOI ] + +
+ + +
+[2350] +
+
+Antonio J. Nebro, Juan J. Durillo, and Matthieu Vergne. + Redesigning the jMetal Multi-Objective Optimization Framework. + In J. L. Jiménez Laredo, S. Silva, and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2015, pp.  1093–1100. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] +
+Keywords: JMetal, Multi-objective metaheuristics, Open source, + Optimization framework +
+ +
+ + +
+[2351] +
+
+Antonio J. Nebro, Manuel López-Ibáñez, Cristóbal Barba-González, and José García-Nieto. + Automatic Configuration of NSGA-II with jMetal and irace. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1374–1381. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[2352] +
+
+G. L. Nemhauser and L. A. Wolsey. + Integer and Combinatorial Optimization. + John Wiley & Sons, New York, NY, 1988.
+[ bib ] + +
+ + +
+[2353] +
+
+Alexander G. Nikolaev and Sheldon H. Jacobson. + Simulated Annealing. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, pp.  1–39. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[2354] +
+
+Mladen Nikolić, Filip Marić, and Predrag Janičić. + Instance-based selection of policies for SAT solvers. + In International Conference on Theory and Applications of Satisfiability Testing, pp.  326–340. Springer, 2009.
+[ bib ] + +
+ + +
+[2355] +
+
+Y. Nishio, A. Oyama, Y. Akimoto, Hernán E. Aguirre, and Kiyoshi Tanaka. + Many-objective Optimization of Trajectory Design for DESTINY Mission. + In P. M. Pardalos, M. G. C. Resende, C. Vogiatzis, and J. L. Walteros, editors, Learning and Intelligent Optimization, 8th International Conference, LION 8, volume 8426 of Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2356] +
+
+Mark S. Nixon and Alberto S. Aguado. + Feature extraction & image processing for computer vision. + Academic Press, New York, NY, 2012.
+[ bib ] + +
+ + +
+[2357] +
+
+Jacob de Nobel, Diederick Vermetten, Hao Wang, Carola Doerr, and Thomas Bäck. + Tuning as a means of assessing the benefits of new ideas in interplay with existing algorithmic modules. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1375–1384. ACM Press, New York, NY, 2021.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[2358] +
+
+Jacob de Nobel, Diederick Vermetten, Hao Wang, Carola Doerr, and Thomas Bäck. + Data and Code from Tuning as a means of assessing the benefits of new ideas in interplay with existing algorithmic modules, February 2021.
+[ bib | +DOI ] + +
+ + +
+[2359] +
+
+Jorge Nocedal and Stephen J. Wright. + Numerical Optimization. + Springer, 2nd edition, 2006.
+[ bib ] + +
+ + +
+[2360] +
+
+Houssem Eddine Nouri, Olfa Belkahla Driss, and Khaled Ghédira. + A Classification Schema for the Job Shop Scheduling Problem with Transportation Resources: State-of-the-Art Review. + In R. Silhavy, R. Senkerik, Z. K. Oplatkova, P. Silhavy, and Z. Prokopova, editors, Artificial Intelligence Perspectives in Intelligent Systems, volume 464 of Advances in Intelligent Systems and Computing, pp.  1–11. Springer International Publishing, 2016.
+[ bib ] + +
+ + +
+[2361] +
+
+Krzysztof Nowak, Marcus Märtens, and Dario Izzo. + Empirical Performance of the Approximation of the Least Hypervolume Contributor. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  662–671. Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2362] +
+
+Eoin O'Mahony, Emmanuel Hebrard, Alan Holland, Conor Nugent, and Barry O'Sullivan. + Using case-based reasoning in an algorithm portfolio for constraint solving. + In Bridge et al., editors, Irish Conference on Artificial Intelligence and Cognitive Science, pp.  210–216, 2008.
+[ bib ] + +
+ + +
+[2363] +
+
+Shigeru Obayashi and Daisuke Sasaki. + Visualization and data mining of Pareto solutions using self-organizing map. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  796–809. Springer, Heidelberg, Germany, 2003.
+[ bib ] +
+Keywords: objective reduction +
+ +
+ + +
+[2364] +
+
+Gabriela Ochoa, Matthew Hyde, Tim Curtois, Jose A. Vazquez-Rodriguez, James Walker, Michel Gendreau, Graham Kendall, Barry McCollum, Andrew J. Parkes, Sanja Petrovic, and Edmund K. Burke. + Hyflex: A benchmark framework for cross-domain heuristic search. + In J.-K. Hao and M. Middendorf, editors, Proceedings of EvoCOP 2012 – 12th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 7245 of Lecture Notes in Computer Science, pp.  136–147. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2365] +
+
+Gabriela Ochoa, Marco Tomassini, Sébastien Verel, and Christian Darabos. + A Study of NK Landscapes' Basins and Local Optima Networks. + In C. Ryan, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2008, pp.  555–562. ACM Press, New York, NY, 2008.
+[ bib ] + +
+ + +
+[2366] +
+
+Angelo Oddi, Riccardo Rasconi, Amadeo Cesta, and Stephen F. Smith. + Iterative Flattening Search for the Flexible Job Shop Scheduling Problem. + In T. Walsh, editor, Proceedings of the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11), pp.  1991–1996. IJCAI/AAAI Press, Menlo Park, CA, 2011.
+[ bib ] + +
+ + +
+[2367] +
+
+Vesa Ojalehto, Dmitry Podkopaev, and Kaisa Miettinen. + Towards Automatic Testing of Reference Point Based Interactive Methods. + In J. Handl, E. Hart, P. R. Lewis, M. López-Ibáñez, G. Ochoa, and B. Paechter, editors, Parallel Problem Solving from Nature – PPSN XIV, volume 9921 of Lecture Notes in Computer Science, pp.  483–492. Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] +
+In this research, we proposed to build an automated framework + for testing interactive multiobjective optimization methods, + without utilizing a value function to represent the DM's + preferences. This was achieved by replacing the human DM with + an artificial DM constructed from two distinct parts: the + steady part and the current context. With the steady part the + artificial DM tries to maintain the search towards its + preferences, while at the same time the current context + allows changing the direction as well as ending the solution + process prematurely, mimicking actions of a human DM. +
+
+Keywords: artificial DMs +
+ +
+ + +
+[2368] +
+
+Sabrina M. Oliveira, Mohamed Saifullah Hussin, Andrea Roli, Marco Dorigo, and Thomas Stützle. + Analysis of the Population-based Ant Colony Optimization Algorithm for the TSP and the QAP. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  1734–1741, Piscataway, NJ, 2017. IEEE Press.
+[ bib ] + +
+ + +
+[2369] +
+
+Randal S. Olson, Nathan Bartley, Ryan J. Urbanowicz, and Jason H. Moore. + Evaluation of a Tree-based Pipeline Optimization Tool for Automating Data Science. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2016, pp.  485–492. ACM Press, New York, NY, 2016.
+[ bib | +DOI ] +
+Keywords: TPOT +
+ +
+ + +
+[2370] +
+
+Randal S. Olson, Ryan J. Urbanowicz, Peter C. Andrews, Nicole A. Lavender, La Creis Kidd, and Jason H. Moore. + Automating Biomedical Data Science Through Tree-Based Pipeline Optimization. + In G. Squillero and P. Burelli, editors, Applications of Evolutionary Computation, volume 9597 of Lecture Notes in Computer Science, pp.  123–137. Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] +
+Keywords: TPOT +
+ +
+ + +
+[2371] +
+
+Avi Ostfeld and Elad Salomons. + Optimal Scheduling of Pumping and Chlorine Injections under Unsteady Hydraulics. + In G. Sehlke, D. F. Hayes, and D. K. Stevens, editors, Critical Transitions In Water And Environmental Resources Management, pp.  1–9, July 2004.
+[ bib ] +
+This paper describes the methodology and application + of a genetic algorithm (GA) scheme, tailor-made to + EPANET for simultaneously optimizing the scheduling + of existing pumping and booster disinfection units, + as well as the design of new disinfection booster + chlorination stations, under unsteady + hydraulics. The objective is to minimize the total + cost of operating the pumping units and the chlorine + booster operation and design for a selected + operational time horizon, while delivering the + consumers required water quantities, at acceptable + pressures and chlorine residual concentrations. The + decision variables, for each of the time steps that + encompass the total operational time horizon, + include: the scheduling of the pumping units, + settings of the water distribution system control + valves, and the mass injection rates at each of the + booster chlorination stations. The constraints are + domain heads and chlorine concentrations at the + consumer nodes, maximum injection rates at the + chlorine injection stations, maximum allowable + amounts of water withdraws at the sources, and + returning at the end of the operational time horizon + to a prescribed total volume in the tanks. The model + is demonstrated through an example application. +
+ +
+ + +
+[2372] +
+
+Meltem Öztürk, Alexis Tsoukiàs, and Philippe Vincke. + Preference Modelling. + In J. R. Figueira, S. Greco, and M. Ehrgott, editors, Multiple Criteria Decision Analysis, State of the Art Surveys, chapter 2, pp.  27–72. Springer, 2005.
+[ bib ] + +
+ + +
+[2373] +
+
+Federico Pagnozzi and Thomas Stützle. + Automatic Design of Hybrid Stochastic Local Search Algorithms for Permutation Flowshop Problems. + Technical Report TR/IRIDIA/2018-005, IRIDIA, Université Libre de Bruxelles, Belgium, April 2018.
+[ bib | +http ] + +
+ + +
+[2374] +
+
+Federico Pagnozzi and Thomas Stützle. + Automatic Design of Hybrid Stochastic Local Search Algorithms for Permutation Flowshop Problems: Supplementary Material. + http://iridia.ulb.ac.be/supp/IridiaSupp2018-002/, 2018.
+[ bib ] + +
+ + +
+[2375] +
+
+Federico Pagnozzi and Thomas Stützle. + Automatic design of hybrid stochastic local search algorithms for permutation flowshop problems with additional constraints. + http://iridia.ulb.ac.be/supp/IridiaSupp2018-002/, 2019.
+[ bib ] + +
+ + +
+[2376] +
+
+Federico Pagnozzi. + Automatic Design of Hybrid Stochastic Local Search Algorithms. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2019.
+[ bib ] +
+Supervised by Thomas Stützle +
+ +
+ + +
+[2377] +
+
+Lie Meng Pang, Hisao Ishibuchi, and Ke Shang. + Algorithm configurations of MOEA/D with an unbounded external archive. + In 2020 IEEE International Conference on Systems, Man, and Cybernetics (SMC), pp.  1087–1094. IEEE, 2020.
+[ bib ] + +
+ + +
+[2378] +
+
+Shuaiqun Pan, Diederick Vermetten, Manuel López-Ibáñez, Thomas Bäck, and Hao Wang. + Transfer Learning of Surrogate Models via Domain Affine Transformation. + In J. Handl and X. Li, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2024. ACM Press, New York, NY, 2024.
+[ bib | +DOI ] + +
+ + +
+[2379] +
+
+Shuaiqun Pan, Diederick Vermetten, Manuel López-Ibáñez, Thomas Bäck, and Hao Wang. + Transfer Learning of Surrogate Models via Domain Affine Transformation: Supplementary Material. + https://doi.org/10.5281/zenodo.10608095, 2024.
+[ bib ] + +
+ + +
+[2380] +
+
+Christos H. Papadimitriou and K. Steiglitz. + Combinatorial Optimization – Algorithms and Complexity. + Prentice Hall, Englewood Cliffs, NJ, 1982.
+[ bib ] + +
+ + +
+[2381] +
+
+Christos H. Papadimitriou and Mihalis Yannakakis. + On the Approximability of Trade-offs and Optimal Access of Web Sources. + In A. Blum, editor, 41st Annual Symposium on Foundations of Computer Science, pp.  86–92. IEEE Computer Society Press, 2000.
+[ bib | +DOI ] + +
+ + +
+[2382] +
+
+Luís Paquete. + Algoritmos Evolutivos Multiobjectivo para Afectação de Recursos e sua Aplicação à Geração de Horários em Universidades (Multiobjective Evolutionary Algorithms for Resource Allocation and their Application to University Timetabling). + Master's thesis, University of Algarve, 2001. + In Portuguese.
+[ bib ] +
+The aim of this study is the application of + multiobjective evolutionary algorithms to resource + allocation problems, such as university examination + timetabling and course timetabling + problems. Usually, these problems are characterized + by multiple conflicting objectives. A multiobjective + formalization of these problems is presented, based + on goals and priorities. Various aspects of + evolutionary algorithms are proposed and studied for + these problems, particulary, selection methods and + types and parameters of mutation operator. The + choice of both representation and operators is made + so as not to favour excessively certain objectives + with respect to others at the level of the + exploration mechanism. A comparative study of + performance is presented for the proposed algorithms + by means of statistical inference, based on real + problems of the University of Algarve. The notion of + attainment functions is used as a base for the + assessment of performance of multiobjective + evolutionary algorithms. Finally, the evolution of + the solution cost during the runs is analysed by + means of attainment functions, as well. +
+ +
+ + +
+[2383] +
+
+Luís Paquete. + Stochastic Local Search Algorithms for Multiobjective Combinatorial Optimization: Methods and Analysis. + PhD thesis, FB Informatik, TU Darmstadt, Germany, 2005.
+[ bib ] + +
+ + +
+[2384] +
+
+Luís Paquete, Marco Chiarandini, and Thomas Stützle. + Pareto Local Optimum Sets in the Biobjective Traveling Salesman Problem: An Experimental Study. + In X. Gandibleux, M. Sevaux, K. Sörensen, and V. T'Kindt, editors, Metaheuristics for Multiobjective Optimisation, volume 535 of Lecture Notes in Economics and Mathematical Systems, pp.  177–199. Springer, Berlin/Heidelberg, 2004.
+[ bib | +DOI ] +
+In this article, we study Pareto local optimum sets for the + biobjective Traveling Salesman Problem applying + straightforward extensions of local search algorithms for the + single objective case. The performance of the local search + algorithms is illustrated by experimental results obtained + for well known benchmark instances and comparisons to methods + from literature. In fact, a 3-opt local search is able to + compete with the best performing metaheuristics in terms of + solution quality. Finally, we also present an empirical study + of the features of the solutions found by 3-opt on a set of + randomly generated instances. The results indicate the + existence of several clusters of near-optimal solutions that + are separated by only a few edges. +
+
+Keywords: Pareto local search, PLS +
+ +
+ + +
+[2385] +
+
+Luís Paquete, Carlos M. Fonseca, and Manuel López-Ibáñez. + An optimal algorithm for a special case of Klee's measure problem in three dimensions. + Technical Report CSI-RT-I-01/2006, CSI, Universidade do Algarve, 2006. + Superseded by paper in IEEE Transactions on Evolutionary Computation [126].
+[ bib ] +
+The measure of the region dominated by (the maxima + of) a set of n points in the positive d-orthant + has been proposed as an indicator of performance in + multiobjective optimization, known as the + hypervolume indicator, and the problem of computing + it efficiently is attracting increasing + attention. In this report, this problem is + formulated as a special case of Klee's measure + problem in d dimensions, which immediately + establishes O(nd/2log n) as a, possibly + conservative, upper bound on the required + computation time. Then, an O(n log n) algorithm + for the 3-dimensional version of this special case + is constructed, based on an existing dimension-sweep + algorithm for the related maxima problem. Finally, + O(n log n) is shown to remain a lower bound on the + time required by the hypervolume indicator for + d>1, which attests the optimality of the algorithm + proposed. +
+
+Proof of Theorem 3.1 is incorrect +
+ +
+ + +
+[2386] +
+
+Luís Paquete and Thomas Stützle. + Clusters of non-dominated solutions in multiobjective combinatorial optimization: An experimental analysis. + In V. Barichard, M. Ehrgott, X. Gandibleux, and V. T'Kindt, editors, Multiobjective Programming and Goal Programming: Theoretical Results and Practical Applications, volume 618 of Lecture Notes in Economics and Mathematical Systems, pp.  69–77. Springer, Berlin, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2387] +
+
+Luís Paquete and Thomas Stützle. + An Experimental Investigation of Iterated Local Search for Coloring Graphs. + In S. Cagnoni et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2002, volume 2279 of Lecture Notes in Computer Science, pp.  122–131. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2388] +
+
+Luís Paquete and Thomas Stützle. + A Two-Phase Local Search for the Biobjective Traveling Salesman Problem. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  479–493. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2389] +
+
+Luís Paquete and Thomas Stützle. + Stochastic Local Search Algorithms for Multiobjective Combinatorial Optimization: A Review. + In T. F. Gonzalez, editor, Handbook of Approximation Algorithms and Metaheuristics, pp.  411–425. Chapman & Hall/CRC, Boca Raton, FL, 2018.
+[ bib | +DOI ] + +
+ + +
+[2390] +
+
+Luís Paquete, Thomas Stützle, and Manuel López-Ibáñez. + On the design and analysis of SLS algorithms for multiobjective combinatorial optimization problems. + Technical Report TR/IRIDIA/2005-029, IRIDIA, Université Libre de Bruxelles, Belgium, 2005.
+[ bib | +http ] +
+Effective Stochastic Local Search (SLS) algorithms + can be seen as being composed of several algorithmic + components, each of which plays some specific role + with respect to overall performance. In this + article, we explore the application of experimental + design techniques to analyze the effect of different + choices for these algorithmic components on SLS + algorithms applied to Multiobjective Combinatorial + Optimization Problems that are solved in terms of + Pareto optimality. This analysis is done using the + example application of SLS algorithms to the + biobjective Quadratic Assignment Problem and we show + also that the same choices for algorithmic + components can lead to different behavior in + dependence of various instance features, such as the + structure of input data and the correlation between + objectives. +
+ +
+ + +
+[2391] +
+
+Luís Paquete, Thomas Stützle, and Manuel López-Ibáñez. + Towards the Empirical Analysis of SLS Algorithms for Multiobjective Combinatorial Optimization Problems through Experimental Design. + In K. F. Doerner, M. Gendreau, P. Greistorfer, W. J. Gutjahr, R. F. Hartl, and M. Reimann, editors, 6th Metaheuristics International Conference (MIC 2005), pp.  739–746, Vienna, Austria, 2005.
+[ bib ] +
+ Stochastic Local Search (SLS) algorithms for + Multiobjective Combinatorial Optimization Problems + (MCOPs) typically involve the selection and + parameterization of many algorithm components whose + role with respect to their overall performance and + relation to certain instance features is often not + clear. In this abstract, we use a modular approach + for the design of SLS algorithms for MCOPs defined + in terms of Pareto optimality and we present an + extensive analysis of SLS algorithms through + experimental design techniques, where each algorithm + component is considered a factor. The experimental + analysis is based on a sound experimental + methodology for analyzing the output of algorithms + for MCOPs. We show that different choices for + algorithm components can lead to different behavior + in dependence of various instance features. +
+ +
+ + +
+[2392] +
+
+Luís Paquete, Thomas Stützle, and Manuel López-Ibáñez. + Using experimental design to analyze stochastic local search algorithms for multiobjective problems. + In K. F. Doerner, M. Gendreau, P. Greistorfer, W. J. Gutjahr, R. F. Hartl, and M. Reimann, editors, Metaheuristics: Progress in Complex Systems Optimization, volume 39 of Operations Research / Computer Science Interfaces, pp.  325–344. Springer, New York, NY, 2007.
+[ bib | +DOI ] +
+Stochastic Local Search (SLS) algorithms can be seen as being + composed of several algorithmic components, each playing some + specific role with respect to overall performance. This + article explores the application of experimental design + techniques to analyze the effect of components of SLS + algorithms for Multiobjective Combinatorial Optimization + problems, in particular for the Biobjective Quadratic + Assignment Problem. The analysis shows that there exists a + strong dependence between the choices for these components + and various instance features, such as the structure of the + input data and the correlation between the objectives. +
+
+Post-Conference Proceedings of the 6th Metaheuristics + International Conference (MIC 2005) +
+ +
+ + +
+[2393] +
+
+J Paulli. + A computational comparison of simulated annealing and tabu search applied to the quadratic assignment problem. + In R. V. V. Vidal, editor, Applied Simulated Annealing, pp.  85–102. Springer, 1993.
+[ bib ] + +
+ + +
+[2394] +
+
+Lucas Marcondes Pavelski, Myriam Regattieri Delgado, and Marie-Eléonore Kessaci. + Meta-Learning on Flowshop Using Fitness Landscape Analysis. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  925–933. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[2395] +
+
+Judea Pearl. + Heuristics: Intelligent Search Strategies for Computer Problem Solving. + Addison-Wesley, Reading, MA, 1984.
+[ bib ] + +
+ + +
+[2396] +
+
+Glen S. Peace. + Taguchi Methods: A Hands-On Approach. + Addison-Wesley, 1993.
+[ bib ] + +
+ + +
+[2397] +
+
+Judea Pearl. + The do-calculus revisited. + In N. de Freitas and K. Murphy, editors, Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence (UAI'12), Catalina Island, CA August 14-18 2012, pp.  4–11. AUAI Press, 2013.
+[ bib ] + +
+ + +
+[2398] +
+
+Judea Pearl and Elias Bareinboim. + Transportability of causal and statistical relations: A formal approach. + In W. Burgard and D. Roth, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  247–254. AAAI Press, 2011.
+[ bib ] + +
+ + +
+[2399] +
+
+Judea Pearl and Dana Mackenzie. + The book of why: the new science of cause and effect. + Basic books, 2018.
+[ bib ] + +
+ + +
+[2400] +
+
+Judea Pearl. + Causality: Models, Reasoning and Inference. + Cambridge University Press, 2nd edition, 2009.
+[ bib ] + +
+ + +
+[2401] +
+
+Juan A. Pedraza, Carlos García-Martínez, Alberto Cano, and Sebastián Ventura. + Classification Rule Mining with Iterated Greedy. + In M. M. Polycarpou, A. C. P. L. F. de Carvalho, J. Pan, M. Wozniak, H. Quintián, and E. Corchado, editors, Hybrid Artificial Intelligence Systems - 9th International Conference, HAIS 2014, Salamanca, Spain, June 11-13, 2014. Proceedings, volume 8480 of Lecture Notes in Computer Science, pp.  585–596. Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2402] +
+
+Luciana R. Pedro and R. H. C. Takahashi. + Decision-Maker Preference Modeling in Interactive Multiobjective Optimization. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  811–824. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] +
+Keywords: decision-maker, interactive, neural networks +
+ +
+ + +
+[2403] +
+
+Paola Pellegrini and Mauro Birattari. + Implementation Effort and Performance. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2007, volume 4638 of Lecture Notes in Computer Science, pp.  31–45. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2404] +
+
+Paola Pellegrini, D. Favaretto, and E. Moretti. + On Max-Min Ant System's Parameters. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  203–214. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2405] +
+
+Paola Pellegrini, D. Favaretto, and E. Moretti. + Exploration in stochastic algorithms: An application on Max-Min Ant System. + In N. Krasnogor, B. Melián-Batista, J. A. Moreno-Pérez, J. M. Moreno-Vega, and D. A. Pelta, editors, Nature Inspired Cooperative Strategies for Optimization (NICSO 2008), volume 236 of Studies in Computational Intelligence, pp.  1–13. Springer, Berlin, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2406] +
+
+Paola Pellegrini, Thomas Stützle, and Mauro Birattari. + Off-line vs. On-line Tuning: A Study on Max-Min Ant System for the TSP. + In M. Dorigo et al., editors, Swarm Intelligence, 7th International Conference, ANTS 2010, volume 6234 of Lecture Notes in Computer Science, pp.  239–250. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2407] +
+
+Leslie Pérez Cáceres, Bernd Bischl, and Thomas Stützle. + Evaluating random forest models for irace. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2017, pp.  1146–1153. ACM Press, New York, NY, 2017.
+[ bib | +DOI ] + +
+ + +
+[2408] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, Holger H. Hoos, and Thomas Stützle. + An Experimental Study of Adaptive Capping in irace. + In R. Battiti, D. E. Kvasov, and Y. D. Sergeyev, editors, Learning and Intelligent Optimization, 11th International Conference, LION 11, volume 10556 of Lecture Notes in Computer Science, pp.  235–250. Springer, Cham, Switzerland, 2017.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[2409] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, Holger H. Hoos, and Thomas Stützle. + An experimental study of adaptive capping in irace: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2016-007/, 2017.
+[ bib ] + +
+ + +
+[2410] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, and Thomas Stützle. + Ant Colony Optimization on a Budget of 1000. + In M. Dorigo et al., editors, Swarm Intelligence, 9th International Conference, ANTS 2014, volume 8667 of Lecture Notes in Computer Science, pp.  50–61. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2411] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, and Thomas Stützle. + An Analysis of Parameters of irace. + In C. Blum and G. Ochoa, editors, Proceedings of EvoCOP 2014 – 14th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 8600 of Lecture Notes in Computer Science, pp.  37–48. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] + +
+ + +
+[2412] +
+
+Leslie Pérez Cáceres, Manuel López-Ibáñez, and Thomas Stützle. + Ant Colony Optimization on a Budget of 1000: Supplementary material, 2015.
+[ bib | +http ] + +
+ + +
+[2413] +
+
+Leslie Pérez Cáceres, Federico Pagnozzi, Alberto Franzin, and Thomas Stützle. + Automatic Configuration of GCC Using irace. + In E. Lutton, P. Legrand, P. Parrend, N. Monmarché, and M. Schoenauer, editors, EA 2017: Artificial Evolution, volume 10764 of Lecture Notes in Computer Science, pp.  202–216. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] +
+Automatic algorithm configuration techniques have proved to + be successful in finding performance-optimizing parameter + settings of many search-based decision and optimization + algorithms. A recurrent, important step in software + development is the compilation of source code written in some + programming language into machine-executable code. The + generation of performance-optimized machine code itself is a + difficult task that can be parametrized in many different + possible ways. While modern compilers usually offer different + levels of optimization as possible defaults, they have a + larger number of other flags and numerical parameters that + impact properties of the generated machine-code. While the + generation of performance-optimized machine code has received + large attention and is dealt with in the research area of + auto-tuning, the usage of standard automatic algorithm + configuration software has not been explored, even though, as + we show in this article, the performance of the compiled code + has significant stochasticity, just as standard optimization + algorithms. As a practical case study, we consider the + configuration of the well-known GNU compiler collection (GCC) + for minimizing the run-time of machine code for various + heuristic search methods. Our experimental results show that, + depending on the specific code to be optimized, improvements + of up to 40% of execution time when compared to the -O2 + and -O3 optimization flags is possible. +
+ +
+ + +
+[2414] +
+
+Leslie Pérez Cáceres, Federico Pagnozzi, Alberto Franzin, and Thomas Stützle. + Automatic configuration of GCC using irace: Supplementary material. + http://iridia.ulb.ac.be/supp/IridiaSupp2017-009/, 2017.
+[ bib ] + +
+ + +
+[2415] +
+
+Leslie Pérez Cáceres and Thomas Stützle. + Automatic Algorithm Configuration: Analysis, Improvements and Applications. + PhD thesis, IRIDIA, École polytechnique, Université Libre de Bruxelles, Belgium, 2017.
+[ bib | +epub ] +
+Supervised by Thomas Stützle and Manuel López-Ibáñez +
+ +
+ + +
+[2416] +
+
+James E. Pettinger and Richard M. Everson. + Controlling genetic algorithms with reinforcement learning. + In W. B. Langdon et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2002, pp.  692–692. Morgan Kaufmann Publishers, San Francisco, CA, 2002.
+[ bib ] + +
+ + +
+[2417] +
+
+Jonas Peters, Dominik Janzing, and Bernhard Schölkopf. + Elements of causal inference: foundations and learning algorithms. + MIT Press, 2017.
+[ bib ] + +
+ + +
+[2418] +
+
+Frank Phillipson and Harshil Singh Bhatia. + Portfolio Optimisation Using the D-Wave Quantum Annealer. + In M. Paszynski, D. Kranzlmüller, V. V. Krzhizhanovskaya, J. J. Dongarra, and P. M. A. Sloot, editors, Computational Science – ICCS 2021, pp.  45–59. Springer International Publishing, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[2419] +
+
+Josef Pihera and Nysret Musliu. + Application of Machine Learning to Algorithm Selection for TSP. + In G. A. Papadopoulos, editor, 26th IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2014, Limassol, Cyprus, November 10-12, 2014, pp.  47–54. IEEE Press, 2014.
+[ bib ] + +
+ + +
+[2420] +
+
+M. L. Pilat and T. White. + Using Genetic Algorithms to optimize ACS-TSP. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  282–287. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2421] +
+
+Michael L. Pinedo. + Scheduling: Theory, Algorithms, and Systems. + Springer, New York, NY, 4th edition, 2012.
+[ bib ] + +
+ + +
+[2422] +
+
+Pedro Pinto, Thomas Runkler, and João Sousa. + Ant Colony Optimization and its Application to Regular and Dynamic MAX-SAT Problems. + In Advances in Biologically Inspired Information Systems, volume 69 of Studies in Computational Intelligence, pp.  285–304. Springer, Berlin, Germany, 2007.
+[ bib | +DOI ] +
+In this chapter we discuss the ant colony + optimization meta-heuristic (ACO) and its + application to static and dynamic constraint + satisfaction optimization problems, in particular + the static and dynamic maximum satisfiability + problems (MAX-SAT). In the first part of the + chapter we give an introduction to meta-heuristics + in general and ant colony optimization in + particular, followed by an introduction to + constraint satisfaction and static and dynamic + constraint satisfaction optimization problems. + Then, we describe how to apply the ACO algorithm + to the problems, and do an analysis of the results + obtained for several benchmarks. The adapted ant + colony optimization accomplishes very well the task + of dealing with systematic changes of dynamic + MAX-SAT instances derived from static problems. +
+ +
+ + +
+[2423] +
+
+Joelle Pineau and Koustuv Sinha. + The Machine Learning Reproducibility Checklist (v2.0). + https://www.cs.mcgill.ca/~jpineau/ReproducibilityChecklist-v2.0.pdf, 2020.
+[ bib ] +
+Used in NeurIPS 2020 +
+ +
+ + +
+[2424] +
+
+David Pisinger and Stefan Ropke. + Large Neighborhood Search. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, pp.  399–419. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[2425] +
+
+Erik Pitzer, Andreas Beham, and Michael Affenzeller. + Automatic Algorithm Selection for the Quadratic Assignment Problem Using Fitness Landscape Analysis. + In M. Middendorf and C. Blum, editors, Proceedings of EvoCOP 2013 – 13th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 7832 of Lecture Notes in Computer Science, pp.  109–120. Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2426] +
+
+Dmitry Plotnikov, Dmitry Melnik, Mamikon Vardanyan, Ruben Buchatskiy, Roman Zhuykov, and Je-Hyung Lee. + Automatic Tuning of Compiler Optimizations and Analysis of their Impact. + In V. Alexandrov, M. Lees, V. Krzhizhanovskaya, J. Dongarra, and P. M. A. Sloot, editors, 2013 International Conference on Computational Science, volume 18 of Procedia Computer Science, pp.  1312–1321. Elsevier, 2013.
+[ bib | +DOI ] + +
+ + +
+[2427] +
+
+Robert Plotnick. + The Genie in the Machine: How Computer-Automated Inventing Is Revolutionizing Law and Business. + Stanford Law Books, 2009.
+[ bib ] +
+Mentions evolutionary optimization of Oral-B toothbrushes +
+ +
+ + +
+[2428] +
+
+Michael J. D. Powell. + The BOBYQA algorithm for bound constrained optimization without derivatives. + Technical Report Cambridge NA Report NA2009/06, University of Cambridge, UK, 2009.
+[ bib | +epub ] + +
+ + +
+[2429] +
+
+Michael J. D. Powell. + A Direct Search Optimization Method That Models the Objective and Constraint Functions by Linear Interpolation. + In Advances in Optimization and Numerical Analysis, pp.  51–67. Springer, 1994.
+[ bib | +DOI ] +
+Proposed COBYLA +
+ +
+ + +
+[2430] +
+
+Raphael Patrick Prager, Heike Trautmann, Hao Wang, Thomas Bäck, and Pascal Kerschke. + Per-Instance Configuration of the Modularized CMA-ES by Means of Classifier Chains and Exploratory Landscape Analysis. + In C. A. Coello Coello, editor, 2020 IEEE Symposium Series on Computational Intelligence, SSCI 2020, Canberra, Australia, December 1-4, 2020, pp.  996–1003. IEEE Press, 2020.
+[ bib ] + +
+ + +
+[2431] +
+
+Kata Praditwong and Xin Yao. + A new multi-objective evolutionary optimisation algorithm: the two-archive algorithm. + In International Conference on Computational Intelligence and Security, volume 1, pp.  286–291. IEEE, 2006.
+[ bib ] + +
+ + +
+[2432] +
+
+T. Devi Prasad and Godfrey A. Walters. + Optimal rerouting to minimise residence times in water distribution networks. + In C. Maksimović, D. Butler, and F. A. Memon, editors, Advances in Water Supply Management, pp.  299–306. CRC Press, 2003.
+[ bib ] + +
+ + +
+[2433] +
+
+F. P. Preparata and M. I. Shamos. + Computational Geometry. An Introduction. + Springer, Berlin, Germany, 2nd edition, 1988.
+[ bib ] + +
+ + +
+[2434] +
+
+Stefan Pricopie, Richard Allmendinger, Manuel López-Ibáñez, Clyde Fare, Matt Benatan, and Joshua D. Knowles. + Expensive Optimization with Production-Graph Resource Constraints: A First Look at a New Problem Class. + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, pp.  840–848. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] +
+We consider a new class of expensive, resource-constrained + optimization problems (here arising from molecular discovery) + where costs are associated with the experiments (or + evaluations) to be carried out during the optimization + process. In the molecular discovery problem, candidate + compounds to be optimized must be synthesized in an iterative + process that starts from a set of purchasable items and + builds up to larger molecules. To produce target molecules, + their required resources are either used from + already-synthesized items in storage or produced themselves + on-demand at an additional cost. Any remaining resources from + the production process are stored for reuse for the next + evaluations. We model these resource dependencies with a + directed acyclic production graph describing the development + process from granular purchasable items to evaluable target + compounds. Moreover, we develop several resource-eficient + algorithms to address this problem. In particular, we develop + resource-aware variants of Random Search heuristics and of + Bayesian Optimization and analyze their performance in terms + of anytime behavior. The experimental results were obtained + from a real-world molecular optimization problem. Our results + suggest that algorithms that encourage exploitation by + reusing existing resources achieve satisfactory results while + using fewer resources overall. +
+
+Keywords: molecular discovery, resource constraints, expensive + optimization, production costs +
+ +
+ + +
+[2435] +
+
+Kenneth Price, Rainer M. Storn, and Jouni A. Lampinen. + Differential Evolution: A Practical Approach to Global Optimization. + Springer, New York, NY, 2005.
+[ bib | +DOI ] + +
+ + +
+[2436] +
+
+Andy Pryke, Sanaz Mostaghim, and Alireza Nazemi. + Heatmap visualization of population based multi objective algorithms. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  361–375. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2437] +
+
+Gregorio Toscano Pulido and Carlos A. Coello Coello. + The Micro Genetic Algorithm 2: Towards Online Adaptation in Evolutionary Multiobjective Optimization. + In C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors, Evolutionary Multi-criterion Optimization, EMO 2003, volume 2632 of Lecture Notes in Computer Science, pp.  252–266. Springer, Heidelberg, Germany, 2003.
+[ bib | +DOI ] + +
+ + +
+[2438] +
+
+Robin C. Purshouse, Kalyanmoy Deb, Maszatul M. Mansor, Sanaz Mostaghim, and Rui Wang. + A review of hybrid evolutionary multiple criteria decision making methods. + COIN Report 2014005, Computational Optimization and Innovation (COIN) Laboratory, University of Michigan, USA, January 2014.
+[ bib ] + +
+ + +
+[2439] +
+
+Robin C. Purshouse and Peter J. Fleming. + Evolutionary many-objective optimisation: an exploratory analysis. + In Proceedings of the 2003 Congress on Evolutionary Computation (CEC'03), pp.  2066–2073, Piscataway, NJ, December 2003. IEEE Press.
+[ bib | +DOI ] +
+First to mention NSGA-II failure to deal with + many-objectives. Mentions exponential number of nondominated + solutions with respect to many objectives (but + [1838] already did). +
+ +
+ + +
+[2440] +
+
+Markus Püschel, Franz Franchetti, and Yevgen Voronenko. + Spiral. + In D. Padua, editor, Encyclopedia of Parallel Computing, pp.  1920–1933. Springer, US, 2011.
+[ bib | +DOI ] + +
+ + +
+[2441] +
+
+Yasha Pushak and Holger H. Hoos. + Algorithm Configuration Landscapes: More Benign Than Expected? + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11101 of Lecture Notes in Computer Science, pp.  271–283. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI | +supplementary material ] +
+Best paper award at PPSN2018 +
+ +
+ + +
+[2442] +
+
+Yasha Pushak and Holger H. Hoos. + Golden parameter search: exploiting structure to quickly configure parameters in parallel. + In C. A. Coello Coello, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020, pp.  245–253. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] +
+Keywords: algorithm configuration +
+ +
+ + +
+[2443] +
+
+Bernd Bischl, Michel Lang, Jakob Bossek, Daniel Horn, Karin Schork, Jakob Richter, and Pascal Kerschke. + ParamHelpers : Helpers for Parameters in Black-Box Optimization, Tuning and Machine Learning, 2017. + R package version 1.10.
+[ bib | +http ] + +
+ + +
+[2444] +
+
+Hao Yu. + Rmpi: Interface (Wrapper) to MPI (Message-Passing Interface), 2010. + R package version 0.5-8.
+[ bib | +http ] + +
+ + +
+[2445] +
+
+Thomas Bartz-Beielstein, J. Ziegenhirt, W. Konen, O. Flasch, P. Koch, and Martin Zaefferer. + SPOT: Sequential Parameter Optimization, 2011. + R package.
+[ bib | +http ] + +
+ + +
+[2446] +
+
+Heike Trautmann, Olaf Mersmann, and David Arnu. + cmaes: Covariance Matrix Adapting Evolutionary Strategy, 2011. + R package.
+[ bib | +http ] + +
+ + +
+[2447] +
+
+Rob Carnell. + lhs: Latin Hypercube Samples, 2016. + R package version 0.14.
+[ bib | +http ] + +
+ + +
+[2448] +
+
+Olaf Mersmann. + mco: Multiple Criteria Optimization Algorithms and Related Functions, 2014. + R package version 1.0-15.1.
+[ bib | +http ] + +
+ + +
+[2449] +
+
+Bernd Bischl, Michel Lang, Jakob Bossek, Leonard Judt, Jakob Richter, Tobias Kuehn, and Erich Studerus. + mlr: Machine Learning in R, 2013. + R package.
+[ bib | +http ] + +
+ + +
+[2450] +
+
+Simon Urbanek. + multicore: Parallel Processing of R Code on Machines with Multiple Cores or CPUs, 2010. + R package version 0.1-3.
+[ bib | +http ] + +
+ + +
+[2451] +
+
+Jakob Bossek. + smoof: Single and Multi-Objective Optimization Test Functions, 2016. + R package version 1.2.
+[ bib | +http ] + +
+ + +
+[2452] +
+
+L. Rachmawati and D. Srinivasan. + Preference incorporation in multiobjective evolutionary algorithms: A survey. + In Proceedings of the 2006 Congress on Evolutionary Computation (CEC 2006), pp.  3385–3391, Piscataway, NJ, July 2006. IEEE Press.
+[ bib ] + +
+ + +
+[2453] +
+
+Andreea Radulescu, Manuel López-Ibáñez, and Thomas Stützle. + Automatically Improving the Anytime Behaviour of Multiobjective Evolutionary Algorithms. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  825–840. Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2454] +
+
+Alma A. M. Rahat, Richard M. Everson, and Jonathan E. Fieldsend. + Alternative infill strategies for expensive multi-objective optimisation. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  873–880. ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[2455] +
+
+Marcus Randall. + Near Parameter Free Ant Colony Optimisation. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  374–381. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2456] +
+
+Marcus Randall and James Montgomery. + Candidate Set Strategies for Ant Colony Optimisation. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  243–249. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2457] +
+
+Zhengfu Rao, Jon Wicks, and Sue West. + ENCOMS - An Energy Cost Minimisation System for Real-Time, Operational Control of Water Distribution Networks. + In D. A. Savic, G. A. Walters, R. King, and S. Thiam-Khu, editors, Proceedings of the Eighth International Conference on Computing and Control for the Water Industry (CCWI 2005), volume 1, pp.  85–90, University of Exeter, UK, September 2005.
+[ bib ] + +
+ + +
+[2458] +
+
+Elena Raponi, Hao Wang, Mariusz Bujny, Simonetta Boria, and Carola Doerr. + High Dimensional Bayesian Optimization Assisted by Principal Component Analysis. + In T. Bäck, M. Preuss, A. Deutz, H. Wang, C. Doerr, M. T. M. Emmerich, and H. Trautmann, editors, Parallel Problem Solving from Nature – PPSN XVI, volume 12269 of Lecture Notes in Computer Science, pp.  169–183. Springer, Cham, Switzerland, 2020.
+[ bib | +DOI ] + +
+ + +
+[2459] +
+
+Jussi Rasku, Nysret Musliu, and Tommi Kärkkäinen. + Automating the Parameter Selection in VRP: An Off-line Parameter Tuning Tool Comparison. + In W. Fitzgibbon, Y. A. Kuznetsov, P. Neittaanmäki, and O. Pironneau, editors, Modeling, Simulation and Optimization for Science and Technology, volume 34 of Computational Methods in Applied Sciences, pp.  191–209. Springer, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[2460] +
+
+Carl Edward Rasmussen and Christopher K. I. Williams. + Gaussian Processes for Machine Learning. + MIT Press, Cambridge, MA, 2006.
+[ bib ] +
+Keywords: Gaussian processes, data processing +
+ +
+ + +
+[2461] +
+
+N. Rayner. + Maverick Research: Judgment Day, or Why We Should Let Machines Automate Decision Making. + Gartner research note, Gartner, Inc, October 2011.
+[ bib ] + +
+ + +
+[2462] +
+
+Ingo Rechenberg. + Evolutionsstrategie: Optimierung technischer Systeme nach Prinzipien der biologischen Evolution. + PhD thesis, Department of Process Engineering, Technical University of Berlin, 1971.
+[ bib ] + +
+ + +
+[2463] +
+
+Ingo Rechenberg. + Evolutionsstrategie: Optimierung technischer Systeme nach Prinzipien der biologischen Evolution. + Frommann-Holzboog, Stuttgart, Germany, 1973.
+[ bib ] + +
+ + +
+[2464] +
+
+Colin R. Reeves. + Genetic algorithms. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, chapter 5, pp.  109–140. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[2465] +
+
+Patrick M. Reed. + Many-Objective Visual Analytics: Rethinking the Design of Complex Engineered Systems. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  1–1. Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2466] +
+
+Marc Reimann. + Guiding ACO by Problem Relaxation: A Case Study on the Symmetric TSP. + In T. Bartz-Beielstein, M. J. Blesa, C. Blum, B. Naujoks, A. Roli, G. Rudolph, and M. Sampels, editors, Hybrid Metaheuristics, volume 4771 of Lecture Notes in Computer Science, pp.  45–56. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2467] +
+
+Gerhard Reinelt. + The Traveling Salesman: Computational Solutions for TSP Applications, volume 840 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1994.
+[ bib ] + +
+ + +
+[2468] +
+
+Mauricio G. C. Resende and Celso C. Ribeiro. + Greedy Randomized Adaptive Search Procedures. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  219–249. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[2469] +
+
+Mauricio G. C. Resende and Celso C. Ribeiro. + Greedy Randomized Adaptive Search Procedures: Advances, Hybridizations, and Applications. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science, pp.  283–319. Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[2470] +
+
+Margarita Reyes Sierra and Carlos A. Coello Coello. + Improving PSO-Based Multi-objective Optimization Using Crowding, Mutation and ε-Dominance. + In C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors, Evolutionary Multi-criterion Optimization, EMO 2005, volume 3410 of Lecture Notes in Computer Science, pp.  505–519. Springer, Heidelberg, Germany, 2005.
+[ bib ] +
+Keywords: OMOPSO +
+ +
+ + +
+[2471] +
+
+Mona Riabacke, Mats Danielson, Love Ekenberg, and Aron Larsson. + A Prescriptive Approach for Eliciting Imprecise Weight Statements in an MCDA Process. + In F. Rossi and A. Tsoukiàs, editors, Algorithmic Decision Theory, First International Conference, ADT 2009, volume 5783 of Lecture Notes in Computer Science, pp.  168–179. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2472] +
+
+Enda Ridge and Daniel Kudenko. + Tuning the Performance of the MMAS Heuristic. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2007, volume 4638 of Lecture Notes in Computer Science, pp.  46–60. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2473] +
+
+Enda Ridge and Daniel Kudenko. + Tuning an Algorithm Using Design of Experiments. + In T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors, Experimental Methods for the Analysis of Optimization Algorithms, pp.  265–286. Springer, Berlin, Germany, 2010.
+[ bib ] + +
+ + +
+[2474] +
+
+Sander van Rijn, Hao Wang, Matthijs van Leeuwen, and Thomas Bäck. + Evolving the structure of Evolution Strategies. + In X. Chen and A. Stafylopatis, editors, Computational Intelligence (SSCI), 2016 IEEE Symposium Series on, pp.  1–8, 2016.
+[ bib | +DOI ] +
+Keywords: automated design, automatic configuration, CMA-ES, Gaussian + distribution +
+ +
+ + +
+[2475] +
+
+R Development Core Team. + R: A Language and Environment for Statistical Computing. + R Foundation for Statistical Computing, Vienna, Austria, 2008.
+[ bib | +http ] + +
+ + +
+[2476] +
+
+Tea Robič and Bogdan Filipič. + DEMO: Differential Evolution for Multiobjective Optimization. + In C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors, Evolutionary Multi-criterion Optimization, EMO 2005, volume 3410 of Lecture Notes in Computer Science, pp.  520–533. Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2477] +
+
+Francisco J. Rodríguez, Christian Blum, Manuel Lozano, and Carlos García-Martínez. + Iterated Greedy Algorithms for the Maximal Covering Location Problem. + In J.-K. Hao and M. Middendorf, editors, Proceedings of EvoCOP 2012 – 12th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 7245 of Lecture Notes in Computer Science, pp.  172–181. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2478] +
+
+Cynthia A. Rodríguez Villalobos and Carlos A. Coello Coello. + A new multi-objective evolutionary algorithm based on a performance assessment indicator. + In T. Soule and J. H. Moore, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2012, pp.  505–512. ACM Press, New York, NY, 2012.
+[ bib ] + +
+ + +
+[2479] +
+
+Peter Ross. + Hyper-Heuristics. + In E. K. Burke and G. Kendall, editors, Search Methodologies, pp.  529–556. Springer, Boston, MA, 2005.
+[ bib | +DOI ] + +
+ + +
+[2480] +
+
+Frank Rubin. + An Iterative Technique for Printed Wire Routing. + In DAC'74, Proceedings of the 11th Design Automation Workshop, pp.  308–313. IEEE Press, 1974.
+[ bib ] + +
+ + +
+[2481] +
+
+Günther Rudolph and Alexandru Agapie. + Convergence Properties of Some Multi-Objective Evolutionary Algorithms. + In Proceedings of the 2000 Congress on Evolutionary Computation (CEC'00), volume 2, pp.  1010–1016, Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[2482] +
+
+Isaac Rudich, Quentin Cappart, and Louis-Martin Rousseau. + Peel-And-Bound: Generating Stronger Relaxed Bounds with Multivalued Decision Diagrams. + In C. Solnon, editor, Principles and Practice of Constraint Programming, volume 235 of LIPIcs, pp.  35:1–35:20. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2022.
+[ bib | +DOI ] + +
+ + +
+[2483] +
+
+Günther Rudolph, Heike Trautmann, Soumyadip Sengupta, and Oliver Schütze. + Evenly spaced Pareto front approximations for tricriteria problems based on triangulation. + In R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors, Evolutionary Multi-criterion Optimization, EMO 2013, volume 7811 of Lecture Notes in Computer Science, pp.  443–458. Springer, Heidelberg, Germany, 2013.
+[ bib ] +
+unbounded archiver, AAΔ_1 +
+ +
+ + +
+[2484] +
+
+Günther Rudolph. + Globale Optimierung mit parallelen Evolutionsstrategien. + Diplomarbeit, Department of Computer Science, University of Dortmund, July 1990.
+[ bib ] +
+Proposed the generalized Rastrigin function +
+ +
+ + +
+[2485] +
+
+Günther Rudolph. + On Correlated Mutations in Evolution Strategies. + In R. Männer and B. Manderick, editors, Parallel Problem Solving from Nature – PPSN II, pp.  107–116. Elsevier, 1992.
+[ bib ] + +
+ + +
+[2486] +
+
+Günther Rudolph. + Convergence of non-elitist strategies. + In Z. Michalewicz, editor, Proceedings of the First IEEE International Conference on Evolutionary Computation (ICEC'94), pp.  63–66. IEEE Press, Piscataway, NJ, 1994.
+[ bib ] + +
+ + +
+[2487] +
+
+Günther Rudolph. + Evolutionary Search for Minimal Elements in Partially Ordered Finite Sets. + In V. W. Porto, N. Saravanan, D. E. Waagen, and A. E. Eiben, editors, International Conference on Evolutionary Programming, volume 1447 of Lecture Notes in Computer Science, pp.  345–353. Springer, 1998.
+[ bib | +DOI ] + +
+ + +
+[2488] +
+
+Ana Belén Ruiz, Mariano Luque, Kaisa Miettinen, and Rubén Saborido. + An Interactive Evolutionary Multiobjective Optimization Method: Interactive WASF-GA. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part II, volume 9019 of Lecture Notes in Computer Science, pp.  249–263. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] + +
+ + +
+[2489] +
+
+Rubén Ruiz, Eva Vallada, and Carlos Fernández-Martínez. + Scheduling in flowshops with no-idle machines. + In Computational intelligence in flow shop and job shop scheduling, pp.  21–51. Springer, 2009.
+[ bib ] + +
+ + +
+[2490] +
+
+W. Ruml. + Incomplete Tree Search using Adaptive Probing. + In B. Nebel, editor, Proceedings of the 17th International Joint Conference on Artificial Intelligence (IJCAI-01), pp.  235–241. IEEE Press, 2001.
+[ bib ] + +
+ + +
+[2491] +
+
+Stuart J. Russell and Peter Norvig. + Artificial Intelligence: A Modern Approach, volume 2. + Prentice Hall, Englewood Cliffs, NJ, 2003.
+[ bib ] + +
+ + +
+[2492] +
+
+John Rust. + Structural estimation of Markov decision processes. + In Handbook of Econometrics, volume 4, pp.  3081–3143. Elsevier, 1994.
+[ bib | +DOI ] + +
+ + +
+[2493] +
+
+Michael Behrisch, Laura Bieker, Jakob Erdmann, and Daniel Krajzewicz. + SUMO - Simulation of Urban MObility: An Overview. + In SIMUL 2011, The Third International Conference on Advances in System Simulation, pp.  63–68, Barcelona, Spain, 2011. ThinkMind.
+[ bib ] + +
+ + +
+[2494] +
+
+Bhupinder Singh Saini, Manuel López-Ibáñez, and Kaisa Miettinen. + Automatic Surrogate Modelling Technique Selection based on Features of Optimization Problems. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2019, pp.  1765–1772. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+A typical scenario when solving industrial single or + multiobjective optimization problems is that no explicit + formulation of the problem is available. Instead, a dataset + containing vectors of decision variables together with their + objective function value(s) is given and a surrogate model + (or metamodel) is build from the data and used for + optimization and decision-making. This data-driven + optimization process strongly depends on the ability of the + surrogate model to predict the objective value of decision + variables not present in the original dataset. Therefore, the + choice of surrogate modelling technique is crucial. While + many surrogate modelling techniques have been discussed in + the literature, there is no standard procedure that will + select the best technique for a given problem. In this work, + we propose the automatic selection of a surrogate modelling + technique based on exploratory landscape features of the + optimization problem that underlies the given dataset. The + overall idea is to learn offline from a large pool of + benchmark problems, on which we can evaluate a large number + of surrogate modelling techniques. When given a new dataset, + features are used to select the most appropriate surrogate + modelling technique. The preliminary experiments reported + here suggest that the proposed automatic selector is able to + identify high-accuracy surrogate models as long as an + appropriate classifier is used for selection. +
+ +
+ + +
+[2495] +
+
+Yoshitaka Sakurai, Kouhei Takada, Takashi Kawabe, and Setsuo Tsuruta. + A method to control parameters of evolutionary algorithms by using reinforcement learning. + In 2010 Sixth International Conference on Signal-Image Technology and Internet Based Systems, pp.  74–79. IEEE, 2010.
+[ bib ] + +
+ + +
+[2496] +
+
+A. Burcu Altan Sakarya, Fred E. Goldman, and Larry W. Mays. + Models for the optimal scheduling of pumps to meet water quality. + In D. A. Savic and G. A. Walters, editors, Water Industry Systems: Modelling and Optimization Applications, volume 2, pp.  379–391. Research Studies Press Ltd., Baldock, United Kingdom, 1999.
+[ bib ] + +
+ + +
+[2497] +
+
+Francesco Sambo, Barbara Di Camillo, Alberto Franzin, Andrea Facchinetti, Liisa Hakaste, Jasmina Kravic, Giuseppe Fico, Jaakko Tuomilehto, Leif Groop, Rafael Gabriel, Tiinamaija Tuomi, and Claudio Cobelli. + A Bayesian Network analysis of the probabilistic relations between risk factors in the predisposition to type 2 diabetes. + In N. Lovell and L. Mainardi, editors, 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, EMBC 2015, Proceedings, Annual International Conference of the IEEE Engineering in Medicine and Biology, pp.  2119–2122. IEEE Press, 2015.
+[ bib ] + +
+ + +
+[2498] +
+
+Valentino Santucci and Marco Baioletti. + A Fast Randomized Local Search for Low Budget Optimization in Black-Box Permutation Problems. + In Proceedings of the 2022 World Congress on Computational Intelligence (WCCI 2022), Piscataway, NJ, 2022. IEEE Press.
+[ bib ] +
+Keywords: UMM, CEGO +
+ +
+ + +
+[2499] +
+
+Thomas J. Santner, Brian J. Williams, and William I. Notz. + The Design and Analysis of Computer Experiments. + Springer Verlag, New York, NY, 2003.
+[ bib | +DOI ] + +
+ + +
+[2500] +
+
+Kaz Sato and Cliff Young. + An in-depth look at Google's first Tensor Processing Unit (TPU). + https://cloud.google.com/blog/products/ai-machine-learning/an-in-depth-look-at-googles-first-tensor-processing-unit-tpu, 2017.
+[ bib ] + +
+ + +
+[2501] +
+
+Dragan A. Savic, Godfrey A. Walters, and Martin Schwab. + Multiobjective Genetic Algorithms for Pump Scheduling in Water Supply. + In D. Corne and J. L. Shapiro, editors, Evolutionary Computing Workshop, AISB'97, volume 1305 of Lecture Notes in Computer Science, pp.  227–236. Berlin, Germany, 1997.
+[ bib | +.ps ] + +
+ + +
+[2502] +
+
+Y. Sawaragi, H. Nakayama, and T. Tanino. + Theory of multiobjective optimization. + Elsevier, 1985.
+[ bib ] + +
+ + +
+[2503] +
+
+Dhish Kumar Saxena and Kalyanmoy Deb. + Non-linear Dimensionality Reduction Procedures for Certain Large-Dimensional Multi-objective Optimization Problems: Employing Correntropy and a Novel Maximum Variance Unfolding. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  772–787. Springer, Heidelberg, Germany, 2007.
+[ bib | +DOI ] +
+In our recent publication, we began with an understanding + that many real-world applications of multi-objective + optimization involve a large number (10 or more) of + objectives but then, existing evolutionary multi-objective + optimization (EMO) methods have primarily been applied to + problems having smaller number of objectives (5 or + less). After highlighting the major impediments in handling + large number of objectives, we proposed a principal component + analysis (PCA) based EMO procedure, for dimensionality + reduction, whose efficacy was demonstrated by solving upto + 50-objective optimization problems. Here, we are addressing + the fact that, when the data points live on a non-linear + manifold or that the data structure is non-gaussian, PCA + which yields a smaller dimensional 'linear' subspace may be + ineffective in revealing the underlying dimensionality. To + overcome this, we propose two new non-linear dimensionality + reduction algorithms for evolutionary multi-objective + optimization, namely C-PCA-NSGA-II and MVU-PCA-NSGA-II. While + the former is based on the newly introduced correntropy PCA + [2], the later implements maximum variance unfolding + principle [3,4,5] in a novel way. We also establish the + superiority of these new EMO procedures over the earlier + PCA-based procedure, both in terms of accuracy and + computational time, by solving upto 50-objective optimization + problems. +
+ +
+ + +
+[2504] +
+
+Dhish Kumar Saxena and Kalyanmoy Deb. + Trading on infeasibility by exploiting constraint's criticality through multi-objectivization: A system design perspective. + In Proceedings of the 2007 Congress on Evolutionary Computation (CEC 2007), pp.  919–926, Piscataway, NJ, 2007. IEEE Press.
+[ bib | +DOI ] +
+Keywords: multi-objectivization +
+ +
+ + +
+[2505] +
+
+Dhish Kumar Saxena and Kalyanmoy Deb. + Dimensionality reduction of objectives and constraints in multi-objective optimization problems: A system design perspective. + In Proceedings of the 2008 Congress on Evolutionary Computation (CEC 2008), pp.  3204–3211, Piscataway, NJ, 2008. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2506] +
+
+J. David Schaffer. + Multiple Objective Optimization with Vector Evaluated Genetic Algorithms. + In J. J. Grefenstette, editor, Proceedings of the First International Conference on Genetic Algorithms (ICGA'85), pp.  93–100. Lawrence Erlbaum Associates, 1985.
+[ bib ] +
+Keywords: VEGA +
+ +
+ + +
+[2507] +
+
+Jeff G. Schneider. + Exploiting model uncertainty estimates for safe dynamic control learning. + In M. Mozer, M. I. Jordan, and T. Petsche, editors, Advances in Neural Information Processing Systems (NIPS 9), pp.  1047–1053. MIT Press, 1996.
+[ bib | +epub ] + +
+ + +
+[2508] +
+
+Oliver Schütze, X. Esquivel, A. Lara, and Carlos A. Coello Coello. + Some Comments on GD and IGD and Relations to the Hausdorff Distance. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  1971–1974. ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2509] +
+
+Oliver Schütze and Carlos Hernández. + Archiving Strategies for Evolutionary Multi-objective Optimization Algorithms. + Springer, 2021.
+[ bib ] + +
+ + +
+[2510] +
+
+Marius Schneider and Holger H. Hoos. + Quantifying Homogeneity of Instance Sets for Algorithm Configuration. + In Y. Hamadi and M. Schoenauer, editors, Learning and Intelligent Optimization, 6th International Conference, LION 6, volume 7219 of Lecture Notes in Computer Science, pp.  190–204. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] +
+Keywords: Quantifying Homogeneity; Empirical Analysis; Parameter + Optimization; Algorithm Configuration +
+ +
+ + +
+[2511] +
+
+Florian Schroff, Dmitry Kalenichenko, and James Philbin. + Facenet: A unified embedding for face recognition and clustering. + In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pp.  815–823, 2015.
+[ bib ] + +
+ + +
+[2512] +
+
+Michael Schmidt and Hod Lipson. + Age-Fitness Pareto Optimization. + In Genetic Programming Theory and Practice VIII. Genetic and Evolutionary Computation, pp.  129–146. Springer, 2011.
+[ bib | +DOI ] + +
+ + +
+[2513] +
+
+Jens Schreiter, Duy Nguyen-Tuong, Mona Eberts, Bastian Bischoff, Heiner Markert, and Marc Toussaint. + Safe Exploration for Active Learning with Gaussian Processes. + In Machine Learning and Knowledge Discovery in Databases, ECML PKDD 2015, volume 9286 of Lecture Notes in Computer Science, pp.  133–149. Springer, 2015.
+[ bib | +DOI ] +
+Proposed Safe Active Learning (SAL) algorithm +
+ +
+ + +
+[2514] +
+
+Mark Schillinger, Benedikt Ortelt, Benjamin Hartmann, Jens Schreiter, Mona Meister, Duy Nguyen-Tuong, and Oliver Nelles. + Safe active learning of a high pressure fuel supply system. + In Proceedings of the 9th EUROSIM Congress on Modelling and Simulation, EUROSIM 2016 and the 57th SIMS Conference on Simulation and Modelling SIMS 2016, pp.  286–292. Linköping University Electronic Press, 2018.
+[ bib | +DOI ] + +
+ + +
+[2515] +
+
+Andrea Schaerf. + Combining Local Search and Look-Ahead for Scheduling and Constraint Satisfaction Problems. + In M. E. Pollack, editor, Proceedings of the 15th International Joint Conference on Artificial Intelligence (IJCAI-97), volume 2, pp.  1254–1259. Morgan Kaufmann Publishers, 1997.
+[ bib ] + +
+ + +
+[2516] +
+
+Henry Scheffe. + The Analysis of Variance. + John Wiley & Sons, New York, NY, 1st edition, 1959.
+[ bib ] + +
+ + +
+[2517] +
+
+Hans-Paul Schwefel. + Numerische Optimierung von Computer–Modellen mittels der Evolutionsstrategie. + Birkhäuser, Basel, Switzerland, 1977.
+[ bib ] + +
+ + +
+[2518] +
+
+Sam Scott and Stan Matwin. + Feature engineering for text classification. + In ICML, volume 99, pp.  379–388, 1999.
+[ bib ] + +
+ + +
+[2519] +
+
+D. Sculley, Jasper Snoek, Ali Rahimi, and Alexander B. Wiltschko. + Winner's Curse? On Pace, Progress and Empirical Rigor. + In I. Murray, M. Ranzato, and O. Vinyals, editors, 6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Canada, April 30 - May 3, 2018, Workshop Track Proceedings, pp.  1–4. OpenReview.net, 2018.
+[ bib | +http ] + +
+ + +
+[2520] +
+
+Haitham Seada and Kalyanmoy Deb. + U-NSGA-III: A Unified Evolutionary Optimization Procedure for Single, Multiple, and Many Objectives: Proof-of-Principle Results. + In A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors, Evolutionary Multi-criterion Optimization, EMO 2015 Part I, volume 9018 of Lecture Notes in Computer Science, pp.  34–49. Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2521] +
+
+Moritz Seiler, Janina Pohl, Jakob Bossek, Pascal Kerschke, and Heike Trautmann. + Deep Learning as a Competitive Feature-Free Approach for Automated Algorithm Selection on the Traveling Salesperson Problem. + In T. Bäck, M. Preuss, A. Deutz, H. Wang, C. Doerr, M. T. M. Emmerich, and H. Trautmann, editors, Parallel Problem Solving from Nature – PPSN XVI, volume 12269 of Lecture Notes in Computer Science, pp.  48–64. Springer, Cham, Switzerland, 2020.
+[ bib ] + +
+ + +
+[2522] +
+
+Jendrik Seipp, Silvan Sievers, Malte Helmert, and Frank Hutter. + Automatic Configuration of Sequential Planning Portfolios. + In B. Bonet and S. Koenig, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  3364–3370. AAAI Press, 2015.
+[ bib ] + +
+ + +
+[2523] +
+
+P. Serafini. + Simulated annealing for multiple objective optimization problems. + In G. H. Tzeng and P. L. Yu, editors, Proceedings of the 10th International Conference on Multiple Criteria Decision Making (MCDM'91), volume 1, pp.  87–96. Springer Verlag, 1992.
+[ bib ] + +
+ + +
+[2524] +
+
+P. Serafini. + Some Considerations About Computational Complexity for Multiobjective Combinatorial Problems. + In J. Jahn and W. Krabs, editors, Recent Advances and Historical Development of Vector Optimization, volume 294 of Lecture Notes in Economics and Mathematical Systems, pp.  222–231. Springer, Berlin, Germany, 1986.
+[ bib ] + +
+ + +
+[2525] +
+
+K. J. Shaw, Carlos M. Fonseca, A. L. Nortcliffe, M. Thompson, J. Love, and Peter J. Fleming. + Assessing the performance of multiobjective genetic algorithms for optimization of a batch process scheduling problem. + In Proceedings of the 1999 Congress on Evolutionary Computation (CEC 1999), volume 1, pp.  34–75, Piscataway, NJ, 1999. IEEE Press.
+[ bib ] + +
+ + +
+[2526] +
+
+Ke Shang, Hisao Ishibuchi, and Weiyu Chen. + Greedy approximated hypervolume subset selection for many-objective optimization. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  448–456. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2527] +
+
+Ke Shang, Hisao Ishibuchi, and Yang Nan. + Distance-based subset selection revisited. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  439–447. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2528] +
+
+Mudita Sharma, Alexandros Komninos, Manuel López-Ibáñez, and Dimitar Kazakov. + Deep Reinforcement Learning-Based Parameter Control in Differential Evolution. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  709–717. ACM Press, New York, NY, 2019.
+[ bib | +DOI | +supplementary material ] +
+Keywords: DE-DDQN +
+ +
+ + +
+[2529] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, Richard Allmendinger, and Joshua D. Knowles. + An Interactive Decision Tree-Based Evolutionary Multi-Objective Algorithm: Supplementary material. + In M. T. M. Emmerich et al., editors, Evolutionary Multi-criterion Optimization, EMO 2023, volume 13970 of Lecture Notes in Computer Science, pp.  620–634. Springer International Publishing, Cham, Switzerland, 2023.
+[ bib | +DOI ] + +
+ + +
+[2530] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, Richard Allmendinger, and Joshua D. Knowles. + An Interactive Decision Tree-Based Evolutionary Multi-Objective Algorithm: Supplementary material. + Zenodo, 2023.
+[ bib | +DOI ] + +
+ + +
+[2531] +
+
+Mudita Sharma, Manuel López-Ibáñez, and Dimitar Kazakov. + Performance Assessment of Recursive Probability Matching for Adaptive Operator Selection in Differential Evolution. + In A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors, Parallel Problem Solving from Nature – PPSN XV, volume 11102 of Lecture Notes in Computer Science, pp.  321–333. Springer, Cham, Switzerland, 2018.
+[ bib | +DOI | +supplementary material ] +
+Keywords: Rec-PM +
+ +
+ + +
+[2532] +
+
+Mudita Sharma, Manuel López-Ibáñez, and Dimitar Kazakov. + Performance Assessment of Recursive Probability Matching for Adaptive Operator Selection in Differential Evolution: Supplementary material. + https://github.com/mudita11/AOS-comparisons, 2018.
+[ bib | +DOI ] + +
+ + +
+[2533] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, and Joshua D. Knowles. + Realistic Utility Functions Prove Difficult for State-of-the-Art Interactive Multiobjective Optimization Algorithms. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  457–465. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2534] +
+
+Seyed Mahdi Shavarani, Manuel López-Ibáñez, and Joshua D. Knowles. + On Benchmarking Interactive Evolutionary Multi-Objective Algorithms: Supplementary material. + https://doi.org/10.5281/zenodo.7863301, 2023.
+[ bib ] + +
+ + +
+[2535] +
+
+Babooshka Shavazipour. + Multi-Objective Optimisation under Deep Uncertainty. + PhD thesis, UCT Statistical sciences, South Africa, 2018.
+[ bib | +epub ] + +
+ + +
+[2536] +
+
+Paul Shaw. + Using Constraint Programming and Local Search Methods to Solve Vehicle Routing Problems. + In M. Maher and J.-F. Puget, editors, Principles and Practice of Constraint Programming, CP98, volume 1520 of Lecture Notes in Computer Science, pp.  417–431. Springer, Heidelberg, Germany, 1998.
+[ bib ] + +
+ + +
+[2537] +
+
+David J. Sheskin. + Handbook of Parametric and Nonparametric Statistical Procedures. + Chapman & Hall/CRC, 2nd edition, 2000.
+[ bib ] + +
+ + +
+[2538] +
+
+David J. Sheskin. + Handbook of Parametric and Nonparametric Statistical Procedures. + Chapman & Hall/CRC, 5th edition, 2011.
+[ bib ] + +
+ + +
+[2539] +
+
+Yuhui Shi and Russell C. Eberhart. + Parameter selection in particle swarm optimization. + In V. W. Porto, N. Saravanan, D. Waagen, and A. E. Eiben, editors, Evolutionary Programming VII, volume 1447 of Lecture Notes in Computer Science, pp.  591–600, Heidelberg, Germany, 1998. Springer.
+[ bib | +DOI ] + +
+ + +
+[2540] +
+
+B. Shipley. + Cause and Correlation in Biology: a User's Guide to Path Analysis, Structural Equations and Causal Inference. + Cambridge University Press, 1st edition, 2000.
+[ bib ] + +
+ + +
+[2541] +
+
+A. Shmygelska, R. Aguirre-Hernández, and Holger H. Hoos. + An Ant Colony Optimization Algorithm for the 2D HP Protein Folding Problem. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  40–52. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2542] +
+
+James N. Siddall. + Optimal Engineering Design: Principles and Applications. + Marcel Dekker Inc., New York, NY, 1982.
+[ bib ] + +
+ + +
+[2543] +
+
+Sydney Siegel and N. John Castellan, Jr. + Non Parametric Statistics for the Behavioral Sciences. + McGraw Hill, New York, NY, 2nd edition, 1988.
+[ bib ] + +
+ + +
+[2544] +
+
+Moisés Silva-Muñoz, Gonzalo Calderon, Alberto Franzin, and Hughes Bersini. + Determining a consistent experimental setup for benchmarking and optimizing databases. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2021, pp.  1614–1621. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2545] +
+
+C. A. Silva, T. A. Runkler, J. M. Sousa, and R. Palm. + Ant Colonies as Logistic Processes Optimizers. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  76–87. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2546] +
+
+Luís F. Simões, Dario Izzo, Evert Haasdijk, and Agoston E. Eiben. + Multi-rendezvous Spacecraft Trajectory Optimization with Beam P-ACO. + In B. Hu and M. López-Ibáñez, editors, Proceedings of EvoCOP 2017 – 17th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 10197 of Lecture Notes in Computer Science, pp.  141–156. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2547] +
+
+Angus R. Simpson, D. C. Sutton, D. S. Keane, and S. J. Sherriff. + Optimal control of pumping at a water filtration plant using genetic algorithms. + In D. A. Savic and G. A. Walters, editors, Water Industry Systems: Modelling and Optimization Applications, volume 2. Research Studies Press Ltd., Baldock, United Kingdom, 1999.
+[ bib ] + +
+ + +
+[2548] +
+
+Roman Slowiński. + Inducing preference models from pairwise comparisons: implications for preference-guided EMO. + Evolutionary Multi-Criterion Optimization, EMO 2011, 2011. + Keynote talk.
+[ bib ] + +
+ + +
+[2549] +
+
+Selmar K. Smit and Agoston E. Eiben. + Comparing Parameter Tuning Methods for Evolutionary Algorithms. + In Proceedings of the 2009 Congress on Evolutionary Computation (CEC 2009), pp.  399–406, Piscataway, NJ, 2009. IEEE Press.
+[ bib ] + +
+ + +
+[2550] +
+
+Selmar K. Smit and Agoston E. Eiben. + Beating the 'world champion' evolutionary algorithm via REVAC tuning. + In H. Ishibuchi et al., editors, Proceedings of the 2010 Congress on Evolutionary Computation (CEC 2010), pp.  1–8, Piscataway, NJ, 2010. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2551] +
+
+Selmar K. Smit and Agoston E. Eiben. + Parameter Tuning of Evolutionary Algorithms: Generalist vs. Specialist. + In C. D. Chio, S. Cagnoni, C. Cotta, M. Ebner, A. Ekárt, A. I. Esparcia-Alcázar, C. K. Goh, J.-J. Merelo, F. Neri, M. Preuss, J. Togelius, and G. N. Yannakakis, editors, Applications of Evolutionary Computation, volume 6024 of Lecture Notes in Computer Science, pp.  542–551. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2552] +
+
+Selmar K. Smit and Agoston E. Eiben. + Multi-Problem Parameter Tuning using BONESA. + In J.-K. Hao, P. Legrand, P. Collet, N. Monmarché, E. Lutton, and M. Schoenauer, editors, Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011, volume 7401 of Lecture Notes in Computer Science, pp.  222–233. Springer, Heidelberg, Germany, 2012.
+[ bib ] +
+For some reason, this was not actually published in the LNCS + Proceedings of EA +
+ +
+ + +
+[2553] +
+
+Selmar K. Smit, Agoston E. Eiben, and Z. Szlávik. + An MOEA-based Method to Tune EA Parameters on Multiple Objective Functions. + In J. Filipe and J. Kacprzyk, editors, Proceedings of the International Joint Conference on Computational Intelligence (IJCCI-2010), pp.  261–268. SciTePress, 2010.
+[ bib ] + +
+ + +
+[2554] +
+
+Tobiah E. Smith and Dorothy E. Setliff. + Knowledge-based constraint-driven software synthesis. + In Proceedings of the Seventh Knowledge-Based Software Engineering Conference, pp.  18–27. IEEE, 1992.
+[ bib | +DOI ] + +
+ + +
+[2555] +
+
+Jim Smith, Christopher Stone, and Martin Serpell. + Exploiting Diverse Distance Metrics for Surrogate-Based Optimisation of Ordering Problems. + In T. Friedrich, F. Neumann, and A. M. Sutton, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2016, pp.  701–708. ACM Press, New York, NY, 2016.
+[ bib | +DOI ] + +
+ + +
+[2556] +
+
+Kate Smith-Miles, Jano I. van Hemert, and Xin Yu Lim. + Understanding TSP difficulty by Learning from evolved instances. + In C. Blum and R. Battiti, editors, Learning and Intelligent Optimization, 4th International Conference, LION 4, volume 6073 of Lecture Notes in Computer Science, pp.  266–280. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2557] +
+
+Kate Smith-Miles. + Towards insightful algorithm selection for optimisation using meta-learning concepts. + In D. Liu et al., editors, Proceedings of the International Joint Conference on Neural Networks (IJCNN 2008), Hong Kong, China, June 1-6, 2008, pp.  4118–4124. IEEE Press, 2008.
+[ bib ] + +
+ + +
+[2558] +
+
+George W. Snedecor and William G. Cochran. + Statistical Methods. + Iowa State University Press, Ames, IA, USA, 6th edition, 1967.
+[ bib ] + +
+ + +
+[2559] +
+
+Jasper Snoek, Hugo Larochelle, and Ryan P. Adams. + Practical Bayesian Optimization of Machine Learning Algorithms. + In P. L. Bartlett, F. C. N. Pereira, C. J. C. Burges, L. Bottou, and K. Q. Weinberger, editors, Advances in Neural Information Processing Systems (NIPS 25), pp.  2960–2968. Curran Associates, Red Hook, NY, 2012.
+[ bib ] + +
+ + +
+[2560] +
+
+Jasper Snoek, Kevin Swersky, Richard Zemel, and Ryan P. Adams. + Input Warping for Bayesian Optimization of Non-Stationary Functions. + In E. P. Xing and T. Jebara, editors, Proceedings of the 31st International Conference on Machine Learning, ICML 2014, volume 32, pp.  1674–1682. PMLR, 2014.
+[ bib | +http ] +
+Bayesian optimization has proven to be a highly effective + methodology for the global optimization of unknown, expensive + and multimodal functions. The ability to accurately model + distributions over functions is critical to the effectiveness + of Bayesian optimization. Although Gaussian processes + provide a flexible prior over functions, there are various + classes of functions that remain difficult to model. One of + the most frequently occurring of these is the class of + non-stationary functions. The optimization of the + hyperparameters of machine learning algorithms is a problem + domain in which parameters are often manually transformed a + priori, for example by optimizing in "log-space", to mitigate + the effects of spatially-varying length scale. We develop a + methodology for automatically learning a wide family of + bijective transformations or warpings of the input space + using the Beta cumulative distribution function. We further + extend the warping framework to multi-task Bayesian + optimization so that multiple tasks can be warped into a + jointly stationary space. On a set of challenging benchmark + optimization tasks, we observe that the inclusion of warping + greatly improves on the state-of-the-art, producing better + results faster and more reliably. +
+ +
+ + +
+[2561] +
+
+Krzysztof Socha, Joshua D. Knowles, and M. Sampels. + A Max-Min Ant System for the University Course Timetabling Problem. + In M. Dorigo et al., editors, Ant Algorithms, Third International Workshop, ANTS 2002, volume 2463 of Lecture Notes in Computer Science, pp.  1–13. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2562] +
+
+Krzysztof Socha, M. Sampels, and M. Manfrin. + Ant algorithms for the university course timetabling problem with regard to the state-of-the-art. + In S. Cagnoni et al., editors, Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2003, volume 2611 of Lecture Notes in Computer Science, pp.  334–345. Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2563] +
+
+Krzysztof Socha. + ACO for Continuous and Mixed-Variable Optimization. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science, pp.  25–36. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2564] +
+
+Christine Solnon. + Ant Colony Optimization and Constraint Programming. + Wiley, 2010.
+[ bib | +DOI ] + +
+ + +
+[2565] +
+
+Kenneth Sörensen, Marc Sevaux, and Fred Glover. + A history of metaheuristics. + In R. Martí, P. M. Pardalos, and M. G. C. Resende, editors, Handbook of Heuristics, pp.  1–27. Springer International Publishing, 2018.
+[ bib ] + +
+ + +
+[2566] +
+
+Aldo Sotelo, Julio Basulado, Pedro Doldán, and Benjamín Barán. + Algoritmos Evolutivos Multiobjetivo Combinados para la Optimización de la Programación de Bombeo en Sistemas de Suministro de Agua. + In Congreso Internacional de Tecnologías y Aplicaciones Informáticas, JIT-CITA 2001, Asunción, Paraguay, 2001. + (In Spanish).
+[ bib ] + +
+ + +
+[2567] +
+
+Aldo Sotelo, C. von Lücken, and Benjamín Barán. + Multiobjective Evolutionary Algorithms in Pump Scheduling Optimisation. + In B. H. V. Topping and Z. Bittnar, editors, Proceedings of the Third International Conference on Engineering Computational Technology. Civil-Comp Press, Stirling, Scotland, 2002.
+[ bib ] +
+Operation of pumping stations represents high costs + to water supply companies. Therefore, reducing such + costs through an optimal pump scheduling becomes an + important issue. This work presents the use of + Multiobjective Evolutionary Algorithms (MOEAs) to + solve an optimal pump-scheduling problem. For the + first time, six different approaches were + implemented and compared. These algorithms aim to + minimise four objectives: electric energy cost, + pumps' maintenance cost, maximum power peak, and + level variation in the reservoir. In order to + consider hydraulic and technical constrains, a + heuristic constrain algorithm was developed and + combined with each MOEA utilised. Evaluation of + experimental results of a set of metrics shows that + the Strength Pareto Evolutionary Algorithm (SPEA) + achieves the best performance for this + problem. Moreover, SPEA's set of solutions provide + pumping station operation engineers with a wide + range of optimal pump schedules to chose from. +
+ +
+ + +
+[2568] +
+
+Marcelo De Souza, Marcus Ritt, and Manuel López-Ibáñez. + CAPOPT: Capping Methods for the Automatic Configuration of Optimization Algorithms. + https://github.com/souzamarcelo/capopt, 2020.
+[ bib ] + +
+ + +
+[2569] +
+
+Marcelo De Souza, Marcus Ritt, and Manuel López-Ibáñez. + Capping Methods for the Automatic Configuration of Optimization Algorithms – Supplementary Material. + https://github.com/souzamarcelo/supp-cor-capopt, 2021.
+[ bib ] + +
+ + +
+[2570] +
+
+Apache Software Foundation. + Spark, 2012.
+[ bib | +http ] + +
+ + +
+[2571] +
+
+Suvrit Sra, Sebastian Nowozin, and Stephen J. Wright. + Optimization for machine learning. + MIT Press, Cambridge, MA, 2012.
+[ bib ] + +
+ + +
+[2572] +
+
+P. F. Stadler. + Toward a theory of landscapes. + In R. López-Peña, R. Capovilla, R. García-Pelayo, H. Waelbroeck, and F. Zertruche, editors, Complex Systems and Binary Networks, pp.  77–163. Springer, 1995.
+[ bib ] + +
+ + +
+[2573] +
+
+Martin Kenneth Starr. + Product design and decision theory. + Prentice-Hall Series in Engineering Design, Fundamentals of Engineering Design. Prentice-Hall, Englewood, Cliffs, NJ, 1963.
+[ bib ] + +
+ + +
+[2574] +
+
+Fernando Stefanello, Vaneet Aggarwal, Luciana Salete Buriol, José Fernando Gonçalves, and Mauricio G. C. Resende. + A Biased Random-key Genetic Algorithm for Placement of Virtual Machines Across Geo-Separated Data Centers. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  919–926. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[2575] +
+
+R. E. Steuer and Lorraine Gardiner. + On the Computational Testing of Procedures for Interactive Multiple Objective Linear Programming. + In G. Fandel and H. Gehring, editors, Operations Research, pp.  121–131. Springer, Berlin/Heidelberg, 1991.
+[ bib | +DOI ] +
+Proposed difference between ad hoc and non-ad hoc interactive + multi-objective optimization methods +
+ +
+ + +
+[2576] +
+
+Christian Steinruecken, Emma Smith, David Janz, James Lloyd, and Zoubin Ghahramani. + The Automatic Statistician. + In F. Hutter, L. Kotthoff, and J. Vanschoren, editors, Automated Machine Learning, pp.  161–173. Springer, 2019.
+[ bib | +DOI | +epub ] + +
+ + +
+[2577] +
+
+R. E. Steuer. + Multiple Criteria Optimization: Theory, Computation and Application. + Wiley Series in Probability and Mathematical Statistics. John Wiley & Sons, New York, NY, 1986.
+[ bib ] +
+Keywords: Maximally dispersed weights +
+ +
+ + +
+[2578] +
+
+Daniel H. Stolfi and Enrique Alba. + An Evolutionary Algorithm to Generate Real Urban Traffic Flows. + In J. M. Puerta, J. A. Gámez, B. Dorronsoro, E. Barrenechea, A. Troncoso, B. Baruque, and M. Galar, editors, Advances in Artificial Intelligence, CAEPIA 2015, volume 9422 of Lecture Notes in Computer Science, pp.  332–343. Springer, Heidelberg, Germany, 2015.
+[ bib | +DOI ] +
+In this article we present a strategy based on an evolution- + ary algorithm to calculate the real vehicle flows in cities + according to data from sensors placed in the streets. We have + worked with a map imported from OpenStreetMap into the SUMO + traffic simulator so that the resulting scenarios can be used + to perform different optimizations with the confidence of + being able to work with a traffic distribution close to + reality. We have compared the results of our algorithm to + other competitors and achieved results that replicate the + real traffic distribution with a precision higher than + 90%. +
+
+Keywords: Evolutionary algorithm,SUMO,Smart city,Smart mobility,Traffic + simulation +
+ +
+ + +
+[2579] +
+
+Thomas Stützle. + Applying Iterated Local Search to the Permutation Flow Shop Problem. + Technical Report AIDA–98–04, FG Intellektik, FB Informatik, TU Darmstadt, Germany, August 1998.
+[ bib ] + +
+ + +
+[2580] +
+
+Thomas Stützle. + ACOTSP: A Software Package of Various Ant Colony Optimization Algorithms Applied to the Symmetric Traveling Salesman Problem, 2002.
+[ bib | +http ] +
+http://www.aco-metaheuristic.org/aco-code +
+ +
+ + +
+[2581] +
+
+Thomas Stützle. + Some Thoughts on Engineering Stochastic Local Search Algorithms. + In A. Viana et al., editors, Proceedings of the EU/MEeting 2009: Debating the future: new areas of application and innovative approaches, pp.  47–52, 2009.
+[ bib ] + +
+ + +
+[2582] +
+
+Thomas Stützle. + Max-Min Ant System for the Quadratic Assignment Problem. + Technical Report AIDA–97–4, FG Intellektik, FB Informatik, TU Darmstadt, Germany, July 1997.
+[ bib ] + +
+ + +
+[2583] +
+
+Thomas Stützle. + An Ant Approach to the Flow Shop Problem. + In Proceedings of the 6th European Congress on Intelligent Techniques & Soft Computing (EUFIT'98), volume 3, pp.  1560–1564. Verlag Mainz, Aachen, Germany, 1998.
+[ bib ] + +
+ + +
+[2584] +
+
+Thomas Stützle and Marco Dorigo. + ACO Algorithms for the Quadratic Assignment Problem. + In D. Corne, M. Dorigo, and F. Glover, editors, New Ideas in Optimization, pp.  33–50. McGraw Hill, London, UK, 1999.
+[ bib ] + +
+ + +
+[2585] +
+
+Thomas Stützle and Susana Fernandes. + New Benchmark Instances for the QAP and the Experimental Analysis of Algorithms. + In J. Gottlieb and G. R. Raidl, editors, Proceedings of EvoCOP 2004 – 4th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3004 of Lecture Notes in Computer Science, pp.  199–209. Springer, Heidelberg, Germany, 2004.
+[ bib | +DOI ] +
+The quadratic assignment problem arises in a variety of + practical settings. It is known to be among the hardest + combinatorial problems for exact algorithms. Therefore, a + large number of heuristic approaches have been proposed for + its solution. In this article we introduce a new, large set + of QAP instances that is intended to allow the systematic + study of the performance of metaheuristics in dependence of + QAP instance characteristics. Additionally, we give + computational results with several high performing algorithms + known from literature and give exemplary results on the + influence of instance characteristics on the performance of + these algorithms. +
+ +
+ + +
+[2586] +
+
+Thomas Stützle and Holger H. Hoos. + Analysing the Run-time Behaviour of Iterated Local Search for the Travelling Salesman Problem. + In P. Hansen and C. Ribeiro, editors, Essays and Surveys on Metaheuristics, Operations Research/Computer Science Interfaces Series, pp.  589–611. Kluwer Academic Publishers, Boston, MA, 2001.
+[ bib ] + +
+ + +
+[2587] +
+
+Thomas Stützle and Holger H. Hoos. + Improving the Ant System: A Detailed Report on the Max-Min Ant System. + Technical Report AIDA–96–12, FG Intellektik, FB Informatik, TU Darmstadt, Germany, August 1996.
+[ bib ] + +
+ + +
+[2588] +
+
+Thomas Stützle and Holger H. Hoos. + The Max-Min Ant System and Local Search for the Traveling Salesman Problem. + In T. Bäck, Z. Michalewicz, and X. Yao, editors, Proceedings of the 1997 IEEE International Conference on Evolutionary Computation (ICEC'97), pp.  309–314. IEEE Press, Piscataway, NJ, 1997.
+[ bib ] + +
+ + +
+[2589] +
+
+Thomas Stützle and Holger H. Hoos. + Max-Min Ant System and Local Search for Combinatorial Optimization Problems. + In S. Voß, S. Martello, I. H. Osman, and C. Roucairol, editors, Meta-Heuristics: Advances and Trends in Local Search Paradigms for Optimization, pp.  137–154. Kluwer Academic Publishers, Dordrecht, The Netherlands, 1999.
+[ bib ] + +
+ + +
+[2590] +
+
+Thomas Stützle and Manuel López-Ibáñez. + Automatic (Offline) Configuration of Algorithms. + In J. L. Jiménez Laredo, S. Silva, and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2015, pp.  681–702. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] + +
+ + +
+[2591] +
+
+Thomas Stützle and Manuel López-Ibáñez. + Automated Offline Design of Algorithms. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2017, pp.  1038–1065. ACM Press, New York, NY, 2017.
+[ bib | +DOI ] + +
+ + +
+[2592] +
+
+Thomas Stützle and Manuel López-Ibáñez. + Automated Design of Metaheuristic Algorithms. + In M. Gendreau and J.-Y. Potvin, editors, Handbook of Metaheuristics, volume 272 of International Series in Operations Research & Management Science, pp.  541–579. Springer, 2019.
+[ bib | +DOI ] +
+Keywords: automatic design, automatic configuration +
+ +
+ + +
+[2593] +
+
+Thomas Stützle, Manuel López-Ibáñez, and Marco Dorigo. + A Concise Overview of Applications of Ant Colony Optimization. + In J. J. Cochran, editor, Wiley Encyclopedia of Operations Research and Management Science, volume 2, pp.  896–911. John Wiley & Sons, 2011.
+[ bib | +DOI ] + +
+ + +
+[2594] +
+
+Thomas Stützle, Manuel López-Ibáñez, Paola Pellegrini, Michael Maur, Marco A. Montes de Oca, Mauro Birattari, and Marco Dorigo. + Parameter Adaptation in Ant Colony Optimization. + In Y. Hamadi, E. Monfroy, and F. Saubion, editors, Autonomous Search, pp.  191–215. Springer, Berlin, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2595] +
+
+Thomas Stützle and Rubén Ruiz. + Iterated Greedy. + In R. Martí, P. M. Pardalos, and M. G. C. Resende, editors, Handbook of Heuristics, pp.  1–31. Springer International Publishing, 2018.
+[ bib | +DOI ] + +
+ + +
+[2596] +
+
+Thomas Stützle and Rubén Ruiz. + Iterated Local Search. + In R. Martí, P. M. Pardalos, and M. G. C. Resende, editors, Handbook of Heuristics, pp.  1–27. Springer International Publishing, 2018.
+[ bib | +DOI ] + +
+ + +
+[2597] +
+
+Thomas Stützle. + Local Search Algorithms for Combinatorial Problems — Analysis, Improvements, and New Applications. + PhD thesis, FB Informatik, TU Darmstadt, Germany, 1998.
+[ bib ] + +
+ + +
+[2598] +
+
+James Styles and Holger H. Hoos. + Ordered racing protocols for automatically configuring algorithms for scaling performance. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  551–558. ACM Press, New York, NY, 2013.
+[ bib | +DOI ] + +
+ + +
+[2599] +
+
+James Styles, Holger H. Hoos, and Martin Müller. + Automatically Configuring Algorithms for Scaling Performance. + In Y. Hamadi and M. Schoenauer, editors, Learning and Intelligent Optimization, 6th International Conference, LION 6, volume 7219 of Lecture Notes in Computer Science, pp.  205–219. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2600] +
+
+Ponnuthurai N. Suganthan, Nikolaus Hansen, J. J. Liang, Kalyanmoy Deb, Y. P. Chen, Anne Auger, and S. Tiwari. + Problem definitions and evaluation criteria for the CEC 2005 special session on real-parameter optimization. + Technical report, Nanyang Technological University, Singapore, 2005.
+[ bib ] +
+Also known as KanGAL Report Number 2005005 (Kanpur Genetic Algorithms + Laboratory, IIT Kanpur) +
+
+Keywords: CEC'05 benchmark +
+ +
+ + +
+[2601] +
+
+Yanan Sui, Alkis Gotovos, Joel W. Burdick, and Andreas Krause. + Safe Exploration for Optimization with Gaussian Processes. + In F. Bach and D. Blei, editors, Proceedings of the 32nd International Conference on Machine Learning, ICML 2015, volume 37, pp.  997–1005. PMLR, 2015.
+[ bib | +epub ] +
+We consider sequential decision problems under uncertainty, + where we seek to optimize an unknown function from noisy + samples. This requires balancing exploration (learning about + the objective) and exploitation (localizing the maximum), a + problem well-studied in the multi-armed bandit literature. In + many applications, however, we require that the sampled + function values exceed some prespecified "safety" threshold, + a requirement that existing algorithms fail to meet. Examples + include medical applications where patient comfort must be + guaranteed, recommender systems aiming to avoid user + dissatisfaction, and robotic control, where one seeks to + avoid controls causing physical harm to the platform. We + tackle this novel, yet rich, set of problems under the + assumption that the unknown function satisfies regularity + conditions expressed via a Gaussian process prior. We develop + an efficient algorithm called SafeOpt, and theoretically + guarantee its convergence to a natural notion of optimum + reachable under safety constraints. We evaluate SafeOpt on + synthetic data, as well as two real applications: movie + recommendation, and therapeutic spinal cord stimulation. +
+
+Keywords: Safe Optimization, SafeOpt +
+ +
+ + +
+[2602] +
+
+Yanan Sui, Vincent Zhuang, Joel W. Burdick, and Yisong Yue. + Stagewise Safe Bayesian Optimization with Gaussian Processes. + In J. G. Dy and A. Krause, editors, Proceedings of the 35th International Conference on Machine Learning, ICML 2018, volume 80 of Proceedings of Machine Learning Research, pp.  4788–4796. PMLR, 2018.
+[ bib | +epub ] +
+Keywords: StageOpt +
+ +
+ + +
+[2603] +
+
+Zhaoxu Sun and Min Han. + Multi-criteria Decision Making Based on PROMETHEE Method. + In Proceedings of the 2010 International Conference on Computing, Control and Industrial Engineering, pp.  416–418, Los Alamitos, CA, 2010. IEEE Computer Society Press.
+[ bib ] + +
+ + +
+[2604] +
+
+Richard S. Sutton and Andrew G. Barto. + Reinforcement Learning: An Introduction. + MIT Press, Cambridge, MA, 1998.
+[ bib ] + +
+ + +
+[2605] +
+
+Richard S. Sutton and Andrew G. Barto. + Reinforcement Learning: An Introduction. + MIT Press, Cambridge, MA, 2nd edition, 2018.
+[ bib ] + +
+ + +
+[2606] +
+
+D. C. Sutton, D. S. Keane, and S. J. Sherriff. + Optimizing the Real Time Operation of a Pumping Station at a Water Filtration Plant using Genetic Algorithms. + Honors thesis, Department of Civil and Environmental Engineering, The University of Adelaide, 1998.
+[ bib ] + +
+ + +
+[2607] +
+
+Jerry Swan, Ender Özcan, and Graham Kendall. + Hyperion: A Recursive Hyper-heuristic Framework. + In C. A. Coello Coello, editor, Learning and Intelligent Optimization, 5th International Conference, LION 5, volume 6683 of Lecture Notes in Computer Science, pp.  616–630. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2608] +
+
+Jerry Swan et al. + A Research Agenda for Metaheuristic Standardization. + In E.-G. Talbi, editor, Proceedings of MIC 2015, the 11th Metaheuristics International Conference, 2015.
+[ bib ] + +
+ + +
+[2609] +
+
+Gilbert Syswerda. + Uniform Crossover in Genetic Algorithms. + In J. D. Schaffer, editor, Proceedings of the Third International Conference on Genetic Algorithms (ICGA'89), pp.  2–9. Morgan Kaufmann Publishers, San Mateo, CA, 1989.
+[ bib ] +
+Keywords: uniform crossover +
+ +
+ + +
+[2610] +
+
+Taeyoung Lee, Melvin Leok, and N. Harris McClamroch. + A combinatorial optimal control problem for spacecraft formation reconfiguration. + In 2007 46th IEEE Conference on Decision and Control. IEEE, 2007.
+[ bib | +DOI ] +
+Keywords: bilevel +
+ +
+ + +
+[2611] +
+
+Kiyoharu Tagawa, Hidehito Shimizu, and Hiroyuki Nakamura. + Indicator-based Differential Evolution Using Exclusive Hypervolume Approximation and Parallelization for Multi-core Processors. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  657–664. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2612] +
+
+Yaniv Taigman, Ming Yang, Marc'Aurelio Ranzato, and Lior Wolf. + Deepface: Closing the gap to human-level performance in face verification. + In Proceedings of the IEEE conference on computer vision and pattern recognition, pp.  1701–1708, 2014.
+[ bib ] + +
+ + +
+[2613] +
+
+Ryoji Tanabe and Akira Oyama. + Benchmarking MOEAs for multi-and many-objective optimization using an unbounded external archive. + In P. A. N. Bosman, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2017, pp.  633–640. ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[2614] +
+
+M. Fatih Tasgetiren, Ozge Buyukdagli, Quan-Ke Pan, and Ponnuthurai N. Suganthan. + A general variable neighborhood search algorithm for the no-idle permutation flowshop scheduling problem. + In B. K. Panigrahi, P. N. Suganthan, S. Das, and S. S. Dash, editors, Swarm, Evolutionary, and Memetic Computing, volume 8298 of Theoretical Computer Science and General Issues, pp.  24–34. Springer International Publishing, 2013.
+[ bib ] + +
+ + +
+[2615] +
+
+Jorge Tavares and Francisco B. Pereira. + Automatic Design of Ant Algorithms with Grammatical Evolution. + In A. Moraglio, S. Silva, K. Krawiec, P. Machado, and C. Cotta, editors, Proceedings of the 15th European Conference on Genetic Programming, EuroGP 2012, volume 7244 of Lecture Notes in Computer Science, pp.  206–217. Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2616] +
+
+Cristina Teixeira, José Covas, Thomas Stützle, and António Gaspar-Cunha. + Application of Pareto Local Search and Multi-Objective Ant Colony Algorithms to the Optimization of Co-Rotating Twin Screw Extruders. + In A. Viana et al., editors, Proceedings of the EU/MEeting 2009: Debating the future: new areas of application and innovative approaches, pp.  115–120, 2009.
+[ bib ] + +
+ + +
+[2617] +
+
+Google. + TensorFlow. + https://www.tensorflow.org, 2017.
+[ bib ] + +
+ + +
+[2618] +
+
+K. T. K. Teo, W. Y. Kow, and Y. K. Chin. + Optimization of traffic flow within an urban traffic light intersection with genetic algorithm. + In Proceedings - 2nd International Conference on Computational Intelligence, Modelling and Simulation, CIMSim 2010, pp.  172–177. IEEE, IEEE Press, 2010.
+[ bib ] +
+Keywords: Genetic algorithm,T-junction,Traffic control system,Traffic + flows +
+ +
+ + +
+[2619] +
+
+Hugo Terashima-Marín, Peter Ross, and Manuel Valenzuela-Rendón. + Evolution of Constraint Satisfaction Strategies in Examination Timetabling. + In W. Banzhaf, J. M. Daida, A. E. Eiben, M. H. Garzon, V. Honavar, M. J. Jakiela, and R. E. Smith, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 1999, pp.  635–642. Morgan Kaufmann Publishers, San Francisco, CA, 1999.
+[ bib ] + +
+ + +
+[2620] +
+
+Dirk Thierens. + Adaptive strategies for operator allocation. + In F. Lobo, C. F. Lima, and Z. Michalewicz, editors, Parameter Setting in Evolutionary Algorithms, pp.  77–90. Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[2621] +
+
+Dirk Thierens. + Adaptive operator selection for iterated local search. + In T. Stützle, M. Birattari, and H. H. Hoos, editors, Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2009, volume 5752 of Lecture Notes in Computer Science, pp.  140–144. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2622] +
+
+Dirk Thierens. + Population-based Iterated Local Search: Restricting the Neighborhood Search by Crossover. + In K. Deb et al., editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2004, Part II, volume 3103 of Lecture Notes in Computer Science, pp.  234–245. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2623] +
+
+Dirk Thierens. + An Adaptive Pursuit Strategy for Allocating Operator Probabilities. + In H.-G. Beyer and U.-M. O'Reilly, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2005, pp.  1539–1546. ACM Press, New York, NY, 2005.
+[ bib ] + +
+ + +
+[2624] +
+
+Chris Thornton, Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Auto-WEKA: Combined Selection and Hyperparameter Optimization of Classification Algorithms. + In I. S. Dhillon, Y. Koren, R. Ghani, T. E. Senator, P. Bradley, R. Parekh, J. He, R. L. Grossman, and R. Uthurusamy, editors, The 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD 2013, pp.  847–855. ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[2625] +
+
+Sebastian Thrun and Lorien Pratt. + Learning to learn. + Springer, 1998.
+[ bib ] + +
+ + +
+[2626] +
+
+Renato Tinós, Darrell Whitley, and Gabriela Ochoa. + Generalized Asymmetric Partition Crossover (GAPX) for the Asymmetric TSP. + In C. Igel and D. V. Arnold, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2014, pp.  501–508. ACM Press, New York, NY, 2014.
+[ bib ] + +
+ + +
+[2627] +
+
+Michal K Tomczyk and Milosz Kadziński. + Robust Indicator-Based Algorithm for Interactive Evolutionary Multiple Objective Optimization. + In M. López-Ibáñez, A. Auger, and T. Stützle, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, pp.  629–637. ACM Press, New York, NY, 2019.
+[ bib | +DOI ] +
+We propose a novel robust indicator-based algorithm, called + IEMO/I, for interactive evolutionary multiple objective + optimization. During the optimization run, IEMO/I selects at + regular intervals a pair of solutions from the current + population to be compared by the Decision Maker. The + successively provided holistic judgements are employed to + divide the population into fronts of potential + optimality. These fronts are, in turn, used to bias the + evolutionary search toward a subset of Pareto-optimal + solutions being most relevant to the Decision Maker. To + ensure a fine approximation of such a subset, IEMO/I employs + a hypervolume metric within a steady-state indicator-based + evolutionary framework. The extensive experimental evaluation + involving a number of benchmark problems confirms that IEMO/I + is able to construct solutions being highly preferred by the + Decision Maker after a reasonable number of interactions. We + also compare IEMO/I with some selected state-of-the-art + interactive evolutionary hybrids incorporating preference + information in form of pairwise comparisons, proving its + competitiveness. +
+
+Keywords: preference learning, indicator-based algorithms, interactive + algorithms, multiple objective optimization, pairwise + comparisons, evolutionary algorithms +
+ +
+ + +
+[2628] +
+
+Paolo Toth and Daniele Vigo. + The vehicle routing problem. + Society for Industrial and Applied Mathematics, Philadelphia, PA, USA, 2002.
+[ bib ] + +
+ + +
+[2629] +
+
+F. Toyama, K. Shoji, H. Mori, and J. Miyamichi. + An Iterated Greedy Algorithm for the Binary Quadratic Programming Problem. + In Joint 6th International Conference on Soft Computing and Intelligent Systems (SCIS) and 13th International Symposium on Advanced Intelligent Systems (ISIS), 2012, pp.  2183–2188. IEEE Press, 2012.
+[ bib ] + +
+ + +
+[2630] +
+
+Risto Trajanov, Ana Nikolikj, Gjorgjina Cenikj, Fabien Teytaud, Mathurin Videau, Olivier Teytaud, Tome Eftimov, Manuel López-Ibáñez, and Carola Doerr. + Improving Nevergrad's Algorithm Selection Wizard NGOpt Through Automated Algorithm Configuration. + In G. Rudolph, A. V. Kononova, H. E. Aguirre, P. Kerschke, G. Ochoa, and T. Tušar, editors, Parallel Problem Solving from Nature – PPSN XVII, volume 13398 of Lecture Notes in Computer Science, pp.  18–31. Springer, Cham, Switzerland, 2022.
+[ bib | +DOI ] +
+Algorithm selection wizards are effective and versatile tools + that automatically select an optimization algorithm given + high-level information about the problem and available + computational resources, such as number and type of decision + variables, maximal number of evaluations, possibility to + parallelize evaluations, etc. State-of-the-art algorithm + selection wizards are complex and difficult to improve. We + propose in this work the use of automated configuration + methods for improving their performance by finding better + configurations of the algorithms that compose them. In + particular, we use elitist iterated racing (irace) to find + CMA configurations for specific artificial benchmarks that + replace the hand-crafted CMA configurations currently used in + the NGOpt wizard provided by the Nevergrad platform. We + discuss in detail the setup of irace for the purpose of + generating configurations that work well over the diverse set + of problem instances within each benchmark. Our approach + improves the performance of the NGOpt wizard, even on + benchmark suites that were not part of the tuning by irace. +
+ +
+ + +
+[2631] +
+
+Christoph Treude and Markus Wagner. + Predicting Good Configurations for GitHub and Stack Overflow Topic Models. + In Proceedings of the 16th International Conference on Mining Software Repositories, MSR '19, pp.  84–95, Piscataway, NJ, 2019. IEEE Press.
+[ bib | +DOI ] +
+Keywords: algorithm portfolio, corpus features, topic modelling +
+ +
+ + +
+[2632] +
+
+Michael A. Trick. + Graph Coloring Instances. + https://mat.gsia.cmu.edu/COLOR/instances.html, 2018.
+[ bib ] + +
+ + +
+[2633] +
+
+S. Tsutsui. + An Enhanced Aggregation Pheromone System for Real-Parameter Optimization in the ACO Metaphor. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  60–71. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2634] +
+
+S. Tsutsui. + cAS: Ant Colony Optimization with Cunning Ants. + In T. P. Runarsson, H.-G. Beyer, E. K. Burke, J.-J. Merelo, D. Whitley, and X. Yao, editors, Parallel Problem Solving from Nature – PPSN IX, volume 4193 of Lecture Notes in Computer Science, pp.  162–171. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2635] +
+
+Edward R. Tufte. + The Visual Display of Quantitative Information. + Graphics Press, Cheshire, CT, 2nd edition, 2001.
+[ bib ] +
+The classic book on statistical graphics, charts, + tables. Theory and practice in the design of data graphics, + 250 illustrations of the best (and a few of the worst) + statistical graphics, with detailed analysis of how to + display data for precise, effective, quick analysis. Design + of the high-resolution displays, small multiples. Editing and + improving graphics. The data-ink ratio. Time-series, + relational graphics, data maps, multivariate + designs. Detection of graphical deception: design variation + vs. data variation. Sources of deception. Aesthetics and data + graphical displays. This new edition provides excellent color + reproductions of the many graphics of William Playfair, adds + color to other images, and includes all the changes and + corrections accumulated during 17 printings of the first + edition. +
+
+Keywords: data visualization, information graphics, cognitive science +
+ +
+ + +
+[2636] +
+
+Matteo Turchetta, Felix Berkenkamp, and Andreas Krause. + Safe Exploration in Finite Markov Decision Processes with Gaussian Processes. + In D. D. Lee, M. Sugiyama, U. V. Luxburg, I. Guyon, and R. Garnett, editors, Advances in Neural Information Processing Systems (NIPS 29), pp.  4312–4320, 2016.
+[ bib | +DOI | +epub ] +
+Keywords: SafeMDP +
+ +
+ + +
+[2637] +
+
+Matteo Turchetta, Felix Berkenkamp, and Andreas Krause. + Safe Exploration for Interactive Machine Learning. + In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems (NeurIPS 32), pp.  2887–2897, 2019.
+[ bib | +epub ] +
+Keywords: Reinforcement Learning; Markov Decision Process; SafeML +
+ +
+ + +
+[2638] +
+
+The Turing Way Community, Becky Arnold, Louise Bowler, Sarah Gibson, Patricia Herterich, Rosie Higman, Anna Krystalli, Alexander Morley, Martin O'Reilly, and Kirstie Whitaker. + The Turing Way: A Handbook for Reproducible Data Science. + Zenodo, March 2019.
+[ bib | +DOI ] +
+Available from https://the-turing-way.netlify.app. This work was supported by The UKRI Strategic Priorities Fund + under the EPSRC Grant EP/T001569/1, particularly the "Tools, + Practices and Systems" theme within that grant, and by The + Alan Turing Institute under the EPSRC grant EP/N510129/1. +
+ +
+ + +
+[2639] +
+
+Tea Tušar and Bogdan Filipič. + Differential Evolution versus Genetic Algorithms in Multiobjective Optimization. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  257–271. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2640] +
+
+Tea Tušar and Bogdan Filipič. + Visualizing 4D approximation sets of multiobjective optimizers with prosections. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  737–744. ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2641] +
+
+Tea Tušar. + Design of an Algorithm for Multiobjective Optimization with Differential Evolution. + M.sc. thesis, Faculty of Computer and Information Science, University of Ljubljana, 2007.
+[ bib ] + +
+ + +
+[2642] +
+
+N. L. J. Ulder, Emile H. L. Aarts, H.-J. Bandelt, Peter J. M. van Laarhoven, and Erwin Pesch. + Genetic Local Search Algorithms for the Travelling Salesman Problem. + In H.-P. Schwefel and R. Männer, editors, Parallel Problem Solving from Nature – PPSN I, pp.  109–116. Springer, Berlin/Heidelberg, 1991.
+[ bib | +DOI ] + +
+ + +
+[2643] +
+
+Tamara Ulrich, Johannes Bader, and Lothar Thiele. + Defining and Optimizing Indicator-Based Diversity Measures in Multiobjective Search. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  707–717. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] +
+Two archive; two populations; decision space diversity +
+ +
+ + +
+[2644] +
+
+Andrea Valsecchi, Jérémie Dubois-Lacoste, Thomas Stützle, Sergio Damas, José Santamaría, and Linda Marrakchi-Kacem. + Evolutionary Medical Image Registration using Automatic Parameter Tuning. + In Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), pp.  1326–1333, Piscataway, NJ, 2013. IEEE Press.
+[ bib ] + +
+ + +
+[2645] +
+
+Mauro Vallati, Chris Fawcett, Alfonso E. Gerevini, Holger H. Hoos, and Alessandro Saetti. + Generating Fast Domain-Optimized Planners by Automatically Configuring a Generic Parameterised Planner. + In E. Karpas, S. Jiménez Celorrio, and S. Kambhampati, editors, Proceedings of ICAPS-PAL11, 2011.
+[ bib ] + +
+ + +
+[2646] +
+
+Peter J. M. van Laarhoven and Emile H. L. Aarts. + Simulated Annealing: Theory and Applications, volume 37. + Springer, 1987.
+[ bib ] + +
+ + +
+[2647] +
+
+Jan N. van Rijn and Frank Hutter. + Hyperparameter Importance Across Datasets. + In Y. Guo and F. Farooq, editors, 24th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, pp.  2367–2376. ACM Press, New York, NY, July 2018.
+[ bib | +DOI ] +
+With the advent of automated machine learning, automated + hyperparameter optimization methods are by now routinely used + in data mining. However, this progress is not yet matched by + equal progress on automatic analyses that yield information + beyond performance-optimizing hyperparameter settings. In + this work, we aim to answer the following two questions: + Given an algorithm, what are generally its most important + hyperparameters, and what are typically good values for + these? We present methodology and a framework to answer these + questions based on meta-learning across many datasets. We + apply this methodology using the experimental meta-data + available on OpenML to determine the most important + hyperparameters of support vector machines, random forests + and Adaboost, and to infer priors for all their + hyperparameters. The results, obtained fully automatically, + provide a quantitative basis to focus efforts in both manual + algorithm design and in automated hyperparameter + optimization. The conducted experiments confirm that the + hyperparameters selected by the proposed method are indeed + the most important ones and that the obtained priors also + lead to statistically significant improvements in + hyperparameter optimization. +
+
+Keywords: hyperparameter optimization, meta-learning, hyperparameter + importance +
+ +
+ + +
+[2648] +
+
+Elia Van Wolputte, Evgeniya Korneva, and Hendrik Blockeel. + MERCS: multi-directional ensembles of regression and classification trees. + In S. A. McIlraith and K. Q. Weinberger, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  4276–4283. AAAI Press, February 2018.
+[ bib ] + +
+ + +
+[2649] +
+
+Andrea Vedaldi and Brian Fulkerson. + VLFeat: An open and portable library of computer vision algorithms. + In Proceedings of the 18th ACM international conference on Multimedia, pp.  1469–1472. ACM, 2010.
+[ bib ] + +
+ + +
+[2650] +
+
+David A. Van Veldhuizen and Gary B. Lamont. + Evolutionary Computation and Convergence to a Pareto Front. + In J. R. Koza, editor, Late Breaking Papers at the Genetic Programming 1998 Conference, pp.  221–228, Stanford University, California, July 1998. Stanford University Bookstore.
+[ bib ] +
+Keywords: generational distance +
+ +
+ + +
+[2651] +
+
+David A. Van Veldhuizen. + Multiobjective evolutionary algorithms: Classifications, analyses, and new innovations. + PhD thesis, Department of Electrical and Computer Engineering, Graduate School of Engineering, Air Force Institute of Technology, Wright-Patterson AFB, Ohio, 1999.
+[ bib ] + +
+ + +
+[2652] +
+
+Diederick Vermetten, Fabio Caraffini, Bas van Stein, and Anna V. Kononova. + Using Structural Bias to Analyse the Behaviour of Modular CMA-ES. + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO Companion 2022, pp.  1674–1682. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] + +
+ + +
+[2653] +
+
+Sébastien Verel, Arnaud Liefooghe, and Clarisse Dhaenens. + Set-based Multiobjective Fitness Landscapes: A Preliminary Study. + In N. Krasnogor and P. L. Lanzi, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2011, pp.  769–776. ACM Press, New York, NY, 2011.
+[ bib | +DOI ] + +
+ + +
+[2654] +
+
+Diederick Vermetten, Hao Wang, Carola Doerr, and Thomas Bäck. + Integrated vs. Sequential Approaches for Selecting and Tuning CMA-ES Variants. + In C. A. Coello Coello, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020. ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[2655] +
+
+Diederick Vermetten, Hao Wang, Manuel López-Ibáñez, Carola Doerr, and Thomas Bäck. + Analyzing the Impact of Undersampling on the Benchmarking and Configuration of Evolutionary Algorithms. + In J. E. Fieldsend and M. Wagner, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, pp.  867–875. ACM Press, New York, NY, 2022.
+[ bib | +DOI ] +
+The stochastic nature of iterative optimization heuristics + leads to inherently noisy performance measurements. Since + these measurements are often gathered once and then used + repeatedly, the number of collected samples will have a + significant impact on the reliability of algorithm + comparisons. We show that care should be taken when making + decisions based on limited data. Particularly, we show that + the number of runs used in many benchmarking studies, e.g., + the default value of 15 suggested by the COCO environment, + can be insufficient to reliably rank algorithms on well-known + numerical optimization benchmarks.Additionally, methods for + automated algorithm configuration are sensitive to + insufficient sample sizes. This may result in the + configurator choosing a "lucky" but poor-performing + configuration despite exploring better ones. We show that + relying on mean performance values, as many configurators do, + can require a large number of runs to provide accurate + comparisons between the considered configurations. Common + statistical tests can greatly improve the situation in most + cases but not always. We show examples of performance losses + of more than 20%, even when using statistical races to + dynamically adjust the number of runs, as done by irace. Our + results underline the importance of appropriately considering + the statistical distribution of performance values. +
+
+Keywords: parameter tuning, evolution strategies, algorithm + configuration, performance measures +
+ +
+ + +
+[2656] +
+
+Mathurin Videau, Alessandro Leite, Olivier Teytaud, and Marc Schoenauer. + Multi-Objective Genetic Programming for Explainable Reinforcement Learning. + In E. Medvet, G. Pappa, and B. Xue, editors, Proceedings of the 25th European Conference on Genetic Programming, EuroGP 2022, Lecture Notes in Computer Science, pp.  256–281. Springer Nature, Cham, Switzerland, 2022.
+[ bib ] +
+Keywords: genetic algorithms, genetic programming: Poster +
+ +
+ + +
+[2657] +
+
+Carlos Vieira, Leslie Pérez Cáceres, and Leonardo C. T. Bezerra. + Evaluating Anytime Performance on NAS-Bench-101. + In Proceedings of the 2021 Congress on Evolutionary Computation (CEC 2021), pp.  1249–1256, Piscataway, NJ, 2021. IEEE Press.
+[ bib | +DOI ] + +
+ + +
+[2658] +
+
+Alessia Violin. + Mathematical Programming Approaches to Pricing Problems. + PhD thesis, Faculté de Sciences, Université Libre de Bruxelles and Dipartimento di Ingegneria e Architettura, Università degli studi di Trieste, 2014.
+[ bib ] +
+Supervised by Dr. Martine Labbé and Dr. Lorenzo Castelli +
+ +
+ + +
+[2659] +
+
+Thomas Voß, Nikolaus Hansen, and Christian Igel. + Improved Step Size Adaptation for the MO-CMA-ES. + In M. Pelikan and J. Branke, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2010, pp.  487–494. ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2660] +
+
+Christos Voudouris and Edward P. K. Tsang. + Guided Local Search. + In F. Glover and G. A. Kochenberger, editors, Handbook of Metaheuristics, pp.  185–218. Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[2661] +
+
+D. A. Savic and G. A. Walters, editors. + Water Industry Systems: Modelling and Optimization Applications, volume 2. + Research Studies Press Ltd., Baldock, United Kingdom, 1999.
+[ bib ] + +
+ + +
+[2662] +
+
+Akifumi Wachi, Yanan Sui, Yisong Yue, and Masahiro Ono. + Safe Exploration and Optimization of Constrained MDPs Using Gaussian Processes. + In S. A. McIlraith and K. Q. Weinberger, editors, Proceedings of the AAAI Conference on Artificial Intelligence, pp.  6548–6556. AAAI Press, February 2018.
+[ bib | +DOI ] +
+We present a reinforcement learning approach to explore and + optimize a safety-constrained Markov Decision + Process(MDP). In this setting, the agent must maximize + discounted cumulative reward while constraining the + probability of entering unsafe states, defined using a safety + function being within some tolerance. The safety values of + all states are not known a priori, and we probabilistically + model them via a Gaussian Process (GP) prior. As such, + properly behaving in such an environment requires balancing a + three-way trade-off of exploring the safety function, + exploring the reward function, and exploiting acquired + knowledge to maximize reward. We propose a novel approach to + balance this trade-off. Specifically, our approach explores + unvisited states selectively; that is, it prioritizes the + exploration of a state if visiting that state significantly + improves the knowledge on the achievable cumulative + reward. Our approach relies on a novel information gain + criterion based on Gaussian Process representations of the + reward and safety functions. We demonstrate the effectiveness + of our approach on a range of experiments, including a + simulation using the real Martian terrain data. +
+
+Keywords: Markov Decision Process, Gaussian Processes +
+ +
+ + +
+[2663] +
+
+Tobias Wagner, Nicola Beume, and Boris Naujoks. + Pareto-, Aggregation-, and Indicator-Based Methods in Many-Objective Optimization. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  742–756. Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2664] +
+
+Markus Wagner, Tobias Friedrich, and Marius Thomas Lindauer. + Improving local search in a minimum vertex cover solver for classes of networks. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  1704–1711, Piscataway, NJ, 2017. IEEE Press.
+[ bib | +DOI ] +
+Keywords: graph theory;search problems;local search;minimum vertex + cover solver;network classes;straightforward alternative + approach;benchmark sets;graphs;algorithm portfolio;single + integrated approach;Training;Portfolios;Algorithm design and + analysis;Prediction algorithms;Machine learning + algorithms;Optimization;Benchmark testing,smac,paramils +
+ +
+ + +
+[2665] +
+
+Markus Wagner and Frank Neumann. + A Fast Approximation-guided Evolutionary Multi-objective Algorithm. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  687–694. ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2666] +
+
+Benjamin W. Wah and Yi Xin Chen. + Optimal Anytime Constrained Simulated Annealing for Constrained Global Optimization. + In R. Dechter, editor, Principles and Practice of Constraint Programming, CP 2000, volume 1894 of Lecture Notes in Computer Science, pp.  425–440. Springer, Heidelberg, Germany, 2000.
+[ bib | +DOI ] + +
+ + +
+[2667] +
+
+J. P. Walser. + Solving Linear Pseudo-Boolean Constraint Problems with Local Search. + In B. Kuipers and B. L. Webber, editors, Proceedings of AAAI 1997 – Fourteenth National Conference on Artificial Intelligence, pp.  269–274. AAAI Press/MIT Press, Menlo Park, CA, 1997.
+[ bib ] + +
+ + +
+[2668] +
+
+J. P. Walser. + Integer Optimization by Local Search: A Domain-Independent Approach, volume 1637 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1999.
+[ bib ] + +
+ + +
+[2669] +
+
+J. P. Walser, R. Iyer, and N. Venkatasubramanyan. + An Integer Local Search Method with Application to Capacitated Production Planning. + In J. Mostow and C. Rich, editors, Proceedings of AAAI 1998 – Fifteenth National Conference on Artificial Intelligence, pp.  373–379. AAAI Press/MIT Press, Menlo Park, CA, 1998.
+[ bib ] + +
+ + +
+[2670] +
+
+Toby Walsh. + Depth-bounded Discrepancy Search. + In M. E. Pollack, editor, Proceedings of the 15th International Joint Conference on Artificial Intelligence (IJCAI-97), pp.  1388–1395. Morgan Kaufmann Publishers, 1997.
+[ bib ] + +
+ + +
+[2671] +
+
+Handing Wang, John Doherty, and Yaochu Jin. + Hierarchical surrogate-assisted evolutionary multi-scenario airfoil shape optimization. + In Proceedings of the 2018 Congress on Evolutionary Computation (CEC 2018), pp.  1–8, Piscataway, NJ, 2018. IEEE Press.
+[ bib ] +
+Keywords: scenario-based +
+ +
+ + +
+[2672] +
+
+Yanqi Wang, Xingye Dong, Ping Chen, and Youfang Lin. + Iterated local search algorithms for the sequence-dependent setup times flow shop scheduling problem minimizing makespan. + In Foundations of Intelligent Systems, pp.  329–338. Springer, 2014.
+[ bib ] + +
+ + +
+[2673] +
+
+Shaolin Wang, Yi Mei, and Mengjie Zhang. + Two-stage multi-objective genetic programming with archive for uncertain capacitated arc routing problem. + In F. Chicano and K. Krawiec, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, pp.  287–295. ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2674] +
+
+Matthew O. Ward. + Multivariate data glyphs: Principles and practice. + In C.-h. Chen, W. K. Härdle, and A. Unwin, editors, Handbook of Data Visualization, pp.  179–198. Springer, 2008.
+[ bib ] + +
+ + +
+[2675] +
+
+Tony Wauters. + 10 years of Eternity II–from $2 million puzzle to challenging optimization problem. + In International Workshop on Cutting, Packing and Related Topics, Gent, Belgium, 2017.
+[ bib | +http ] +
+The Eternity II (EII) puzzle is a commercial edge matching + puzzle in which 256 square tiles with four coloured edges + must be arranged on a 16 by 16 grid such that all tile edges + are matched. In addition, a complete solution requires that + the `grey' patterns, which appear only on a subset of the + tiles, should be matched to the outer edges of the grid. The + puzzle belongs to the more general class of Edge Matching + Puzzles, which have been shown to be NP-complete. In July + 2007, toy distributor Tomy UK Ltd. released this challenging + edge matching puzzle with a $2 million prize. However, to + the best of our knowledge, no complete solution has ever been + found. Meanwhile, the final scrutiny date for the cash price, + 31 December 2010, has passed, leaving the large money prize + unclaimed. In its 10 years of existence many people tried to + solve EII and some are still trying. Many approaches to Edge + Matching Puzzles are reported in the literature. Among these + approaches are constraint programming and backtracking, + metaheuristics, and evolutionary methods. Other approaches + translate the problem into SAT, MILP or max-clique and then + solve it with appropriate state of the art solvers. Some + approaches have also been implemented on parallel computing + or dedicated hardware. +
+ +
+ + +
+[2676] +
+
+Ingo Wegener. + Simulated annealing beats metropolis in combinatorial optimization. + In L. Caires, G. F. Italiano, L. Monteiro, C. Palamidessi, and M. Yung, editors, Proceedings of the 32nd International Colloquium on Automata, Languages and Programming, ICALP 2005, volume 3580 of Lecture Notes in Computer Science, pp.  589–601. Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2677] +
+
+Chad Wegley, Muzaffar Eusuff, and Kevin E. Lansey. + Determining Pump Operations Using Particle Swarm Optimization. + In R. H. Hotchkiss and M. Glade, editors, Building Partnerships, Proceedings of the Joint Conference on Water Resources Engineering and Water Resources Planning and Management, Minneapolis, USA, 2000.
+[ bib ] + +
+ + +
+[2678] +
+
+Peter Wegner. + Research paradigms in computer science. + In ICSE'76: Proceedings of the 2nd international conference on Software engineering, pp.  322–330, October 1976.
+[ bib ] + +
+ + +
+[2679] +
+
+Kilian Q. Weinberger and Lawrence K. Saul. + An Introduction to Nonlinear Dimensionality Reduction by Maximum Variance Unfolding. + In A. Cohn, editor, Proceedings of the 21st National Conference on Artificial Intelligence, volume 6, pp.  1683–1686. AAAI Press/MIT Press, Menlo Park, CA, 2006.
+[ bib ] + +
+ + +
+[2680] +
+
+Kilian Q. Weinberger, Fei Sha, and Lawrence K. Saul. + Learning a kernel matrix for nonlinear dimensionality reduction. + In C. E. Brodley, editor, Proceedings of the 21st International Conference on Machine Learning, ICML 2004, New York, NY, 2004. ACM Press.
+[ bib | +DOI ] +
+We investigate how to learn a kernel matrix for high + dimensional data that lies on or near a low dimensional + manifold. Noting that the kernel matrix implicitly maps the + data into a nonlinear feature space, we show how to discover + a mapping that "unfolds" the underlying manifold from which + the data was sampled. The kernel matrix is constructed by + maximizing the variance in feature space subject to local + constraints that preserve the angles and distances between + nearest neighbors. The main optimization involves an instance + of semidefinite programming—a fundamentally different + computation than previous algorithms for manifold learning, + such as Isomap and locally linear embedding. The optimized + kernels perform better than polynomial and Gaussian kernels + for problems in manifold learning, but worse for problems in + large margin classification. We explain these results in + terms of the geometric properties of different kernels and + comment on various interpretations of other manifold learning + algorithms as kernel methods. +
+ +
+ + +
+[2681] +
+
+Simon Wessing, Nicola Beume, Günther Rudolph, and Boris Naujoks. + Parameter Tuning Boosts Performance of Variation Operators in Multiobjective Optimization. + In R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors, Parallel Problem Solving from Nature, PPSN XI, volume 6238 of Lecture Notes in Computer Science, pp.  728–737. Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2682] +
+
+Clint R. Whaley. + ATLAS: Automatically Tuned Linear Algebra Software. + In D. Padua, editor, Encyclopedia of Parallel Computing, pp.  95–101. Springer, US, 2011.
+[ bib | +DOI ] + +
+ + +
+[2683] +
+
+L. While and L. Bradstreet. + Applying the WFG Algorithm to Calculate Incremental Hypervolumes. + In Proceedings of the 2012 Congress on Evolutionary Computation (CEC 2012), pp.  1–8, Piscataway, NJ, 2012. IEEE Press.
+[ bib ] + +
+ + +
+[2684] +
+
+T. White, B. Pagurek, and F. Oppacher. + Connection Management Using Adaptive Mobile Agents. + In H. R. Arabnia, editor, Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA'98), pp.  802–809. CSREA Press, 1998.
+[ bib ] + +
+ + +
+[2685] +
+
+W. Wiesemann and Thomas Stützle. + Iterated Ants: An Experimental Study for the Quadratic Assignment Problem. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science, pp.  179–190. Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2686] +
+
+Angelika Wiegele. + Biq Mac Library – A collection of Max-Cut and quadratic 0-1 programming instances of medium size. + Technical report, Institut für Mathematik, Alpen-Adria-Universität Klagenfurt, 2007.
+[ bib | +http ] + +
+ + +
+[2687] +
+
+Angelika Wiegele. + Biq Mac Library – Binary Quadratic and Max Cut Library. + http://biqmac.aau.at/biqmaclib.html, 2007.
+[ bib ] + +
+ + +
+[2688] +
+
+Andrzej P. Wierzbicki. + The Use of Reference Objectives in Multiobjective Optimisation. + In G. Fandel and T. Gal, editors, Multiple Criteria Decision Making Theory and Application, number 177 in Lecture Notes in Economics and Mathematical Systems, pp.  468–486. Springer, Heidelberg, Germany, 1980.
+[ bib | +DOI ] + +
+ + +
+[2689] +
+
+David P. Williamson and David B. Shmoys. + The design of approximation algorithms. + Cambridge University Press, 2011.
+[ bib ] + +
+ + +
+[2690] +
+
+Steffen Wolf and Peter Merz. + Iterated Local Search for Minimum Power Symmetric Connectivity in Wireless Networks. + In C. Cotta and P. Cowling, editors, Proceedings of EvoCOP 2009 – 9th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 5482 of Lecture Notes in Computer Science, pp.  192–203. Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2691] +
+
+Lin Xu, Holger H. Hoos, and Kevin Leyton-Brown. + Hydra: Automatically Configuring Algorithms for Portfolio-Based Selection. + In M. Fox and D. Poole, editors, Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, 2010.
+[ bib | +DOI ] +
+Keywords: automated algorithm design; portfolio-based algorithm + selection; automated algorithm configuration; SAT; stochastic + local search +
+ +
+ + +
+[2692] +
+
+Lin Xu, Frank Hutter, Holger H. Hoos, and Kevin Leyton-Brown. + Hydra-MIP: Automated Algorithm Configuration and Selection for Mixed Integer Programming. + Technical Report TR-2011-01, Department of Computer Science, University of British Columbia, Canada, 2011.
+[ bib | +http ] + +
+ + +
+[2693] +
+
+Lin Xu, A. R. KhudaBukhsh, Holger H. Hoos, and Kevin Leyton-Brown. + Quantifying the similarity of algorithm configurations. + In P. Festa, M. Sellmann, and J. Vanschoren, editors, Learning and Intelligent Optimization, 10th International Conference, LION 10, volume 10079 of Lecture Notes in Computer Science, pp.  203–217. Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[2694] +
+
+Jian-Wu Xu, Puskal P. Pokharel, António R. C. Paiva, and José C. Príncipe. + Nonlinear Component Analysis Based on Correntropy. + In Proceedings of the International Joint Conference on Neural Networks, IJCNN 2006, pp.  1851–1855. IEEE, 2006.
+[ bib | +DOI ] + +
+ + +
+[2695] +
+
+Anil Yaman, Ahmed Hallawa, Matt Coler, and Giovanni Iacca. + Presenting the ECO: evolutionary computation ontology. + In G. Squillero and K. Sim, editors, Applications of Evolutionary Computation, volume 10199 of Lecture Notes in Computer Science, pp.  603–619. Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2696] +
+
+Xin Yao. + Evolutionary Computation: Theory and Applications. + World Scientific Singapore, River Edge, NJ, 1999.
+[ bib ] +
+Keywords: Evolutionary programming (Computer science); Neural networks + (Computer science); Evolutionary computation +
+ +
+ + +
+[2697] +
+
+A. Yarimcam, S. Asta, Ender Özcan, and Andrew J. Parkes. + Heuristic Generation via Parameter Tuning for Online Bin Packing. + In P. Angelov et al., editors, Evolving and Autonomous Learning Systems (EALS), 2014 IEEE Symposium on, pp.  102–108. IEEE, 2014.
+[ bib | +DOI ] +
+Keywords: irace +
+ +
+ + +
+[2698] +
+
+Carlos Yasojima, Tiago Araújo, Bianchi Meiguins, Nelson Neto, and Jefferson Morais. + A Comparison of Genetic Algorithms and Particle Swarm Optimization to Estimate Cluster-Based Kriging Parameters. + In P. Moura Oliveira, P. Novais, and L. P. Reis, editors, Progress in Artificial Intelligence, pp.  750–761. Springer International Publishing, Cham, Switzerland, 2019.
+[ bib ] +
+Kriging is one of the most used spatial estimation methods in + real-world applications. Some kriging parameters must be + estimated in order to reach a good accuracy in the + interpolation process, however, this task remains a + challenge. Various optimization methods have been tested to + find good parameters of the kriging process. In recent years, + many authors are using bio-inspired techniques and achieving + good results in estimating these parameters in comparison + with traditional techniques. This paper presents a comparison + between well known bio-inspired techniques such as Genetic + Algorithms and Particle Swarm Optimization in the estimation + of the essential kriging parameters: nugget, sill, range, + angle, and factor. In order to perform the tests, we proposed + a methodology based on the cluster-based kriging + method. Considering the Friedman test, the results showed no + statistical difference between the evaluated algorithms in + optimizing kriging parameters. On the other hand, the + Particle Swarm Optimization approach presented a faster + convergence, which is important in this high-cost + computational problem. +
+ +
+ + +
+[2699] +
+
+Gürcan Yavuz, Doǧan Aydın, and Thomas Stützle. + Self-adaptive Search Equation-based Artificial Bee Colony Algorithm on the CEC 2014 Benchmark Functions. + In Proceedings of the 2016 Congress on Evolutionary Computation (CEC 2016), pp.  1173–1180, Piscataway, NJ, 2016. IEEE Press.
+[ bib ] + +
+ + +
+[2700] +
+
+Cliff Young, David S. Johnson, David R. Karger, and Michael D. Smith. + Near-optimal Intraprocedural Branch Alignment. + In M. C. Chen, R. K. Cytron, and A. M. Berman, editors, Proceedings of the ACM SIGPLAN'97 Conference on Programming Language Design and Implementation (PLDI), Las Vegas, Nevada, pp.  183–193. ACM Press, 1997.
+[ bib ] + +
+ + +
+[2701] +
+
+Philip L. H. Yu, Wai Ming Wan, and Paul H. Lee. + Decision Tree Modeling for Ranking Data. + In J. Fürnkranz and E. Hüllermeier, editors, Preference Learning, pp.  83–106. Springer, Heidelberg, Germany, 2011.
+[ bib | +DOI ] + +
+ + +
+[2702] +
+
+Zhi Yuan, Armin Fügenschuh, Henning Homfeld, Prasanna Balaprakash, Thomas Stützle, and Michael Schoch. + Iterated Greedy Algorithms for a Real-World Cyclic Train Scheduling Problem. + In M. J. Blesa, C. Blum, C. Cotta, A. J. Fernández, J. E. Gallardo, A. Roli, and M. Sampels, editors, Hybrid Metaheuristics, volume 5296 of Lecture Notes in Computer Science, pp.  102–116. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2703] +
+
+Bo Yuan and Marcus Gallagher. + Statistical Racing Techniques for Improved Empirical Evaluation of Evolutionary Algorithms. + In X. Yao et al., editors, Parallel Problem Solving from Nature – PPSN VIII, volume 3242 of Lecture Notes in Computer Science, pp.  172–181. Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2704] +
+
+Bo Yuan and Marcus Gallagher. + Combining Meta-EAs and racing for difficult EA parameter tuning tasks. + In F. Lobo, C. F. Lima, and Z. Michalewicz, editors, Parameter Setting in Evolutionary Algorithms, pp.  121–142. Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[2705] +
+
+Zhi Yuan, Marco A. Montes de Oca, Thomas Stützle, Hoong Chuin Lau, and Mauro Birattari. + An Analysis of Post-selection in Automatic Configuration. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  1557–1564. ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[2706] +
+
+Lin Yuefeng, Wenli Du, and Thomas Stützle. + Three L-SHADE Based Algorithms on Mixed-variables Optimization Problems. + In Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), pp.  2274–2281, Piscataway, NJ, 2017. IEEE Press.
+[ bib ] + +
+ + +
+[2707] +
+
+Joseph Yuen, Sophia Gao, Markus Wagner, and Frank Neumann. + An adaptive data structure for evolutionary multi-objective algorithms with unbounded archives. + In Proceedings of the 2012 Congress on Evolutionary Computation (CEC 2012), pp.  1–8, Piscataway, NJ, 2012. IEEE Press.
+[ bib ] + +
+ + +
+[2708] +
+
+Xi Yun and Susan L. Epstein. + Learning Algorithm Portfolios for Parallel Execution. + In Y. Hamadi and M. Schoenauer, editors, Learning and Intelligent Optimization, 6th International Conference, LION 6, volume 7219 of Lecture Notes in Computer Science, pp.  323–338. Springer, Heidelberg, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2709] +
+
+Martin Zaefferer, J. Stork, and Thomas Bartz-Beielstein. + Distance Measures for Permutations in Combinatorial Efficient Global Optimization. + In T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors, Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science, pp.  373–383. Springer, Heidelberg, Germany, 2014.
+[ bib | +DOI ] +
+Keywords: CEGO, Bayesian optimization +
+ +
+ + +
+[2710] +
+
+Martin Zaefferer, J. Stork, M. Friese, Andreas Fischbach, Boris Naujoks, and Thomas Bartz-Beielstein. + Efficient Global Optimization for Combinatorial Problems. + In C. Igel and D. V. Arnold, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2014, pp.  871–878. ACM Press, New York, NY, 2014.
+[ bib | +DOI ] +
+Proposed CEGO algorithm +
+
+Keywords: CEGO, Bayesian optimization +
+ +
+ + +
+[2711] +
+
+Emmanuel Zarpas. + Benchmarking SAT solvers for bounded model checking. + In F. Bacchus and T. Walsh, editors, International Conference on Theory and Applications of Satisfiability Testing, volume 3569, pp.  340–354, 2005.
+[ bib ] + +
+ + +
+[2712] +
+
+Tiantian Zhang, Michael Georgiopoulos, and Georgios C. Anagnostopoulos. + S-Race: A Multi-Objective Racing Algorithm. + In C. Blum and E. Alba, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2013, pp.  1565–1572. ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[2713] +
+
+Tiantian Zhang, Michael Georgiopoulos, and Georgios C. Anagnostopoulos. + SPRINT: Multi-Objective Model Racing. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  1383–1390. ACM Press, New York, NY, 2015.
+[ bib | +DOI ] +
+Extended version published as [1407] +
+
+Keywords: model selection, multi-objective optimization, racing + algorithm, sequential probability ratio test +
+ +
+ + +
+[2714] +
+
+Qingfu Zhang, Wudong Liu, and Hui Li. + The Performance of a New Version of MOEA/D on CEC09 Unconstrained MOP Test Instances. + In Proceedings of the 2009 Congress on Evolutionary Computation (CEC 2009), pp.  203–208, Piscataway, NJ, 2009. IEEE Press.
+[ bib ] + +
+ + +
+[2715] +
+
+Qingfu Zhang, A. Zhou, S. Zhao, Ponnuthurai N. Suganthan, W. Liu, and S. Tiwari. + Multiobjective Optimization Test Instances for the CEC 2009 Special Session and Competition. + Working Report CES-487, School of Computer Science and Electronic Engieering, University of Essex, April 2009.
+[ bib ] +
+Proposed UF benchmark +
+ +
+ + +
+[2716] +
+
+Qingfu Zhang and Ponnuthurai N. Suganthan. + Special Session on Performance Assessment of Multiobjective Optimization Algorithms/CEC'09 MOEA Competition. + https://www3.ntu.edu.sg/home/epnsugan/index_files/CEC09-MOEA/CEC09-MOEA.htm, 2009.
+[ bib ] +
+Previously available at http://dces.essex.ac.uk/staff/qzhang/moeacompetition09.htm +
+ +
+ + +
+[2717] +
+
+Heiner Zille, Hisao Ishibuchi, Sanaz Mostaghim, and Yusuke Nojima. + Mutation operators based on variable grouping for multi-objective large-scale optimization. + In X. Chen and A. Stafylopatis, editors, Computational Intelligence (SSCI), 2016 IEEE Symposium Series on, pp.  1–8, 2016.
+[ bib | +DOI ] +
+linked polynomial mutation +
+ +
+ + +
+[2718] +
+
+Eckart Zitzler, Dimo Brockhoff, and Lothar Thiele. + The Hypervolume Indicator Revisited: On the Design of Pareto-compliant Indicators Via Weighted Integration. + In S. Obayashi et al., editors, Evolutionary Multi-criterion Optimization, EMO 2007, volume 4403 of Lecture Notes in Computer Science, pp.  862–876. Springer, Heidelberg, Germany, 2007.
+[ bib | +DOI | +supplementary material ] + +
+ + +
+[2719] +
+
+Eckart Zitzler, Joshua D. Knowles, and Lothar Thiele. + Quality Assessment of Pareto Set Approximations. + In J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors, Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science, pp.  373–404. Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[2720] +
+
+Eckart Zitzler and Simon Künzli. + Indicator-based Selection in Multiobjective Search. + In X. Yao et al., editors, Parallel Problem Solving from Nature – PPSN VIII, volume 3242 of Lecture Notes in Computer Science, pp.  832–842. Springer, Heidelberg, Germany, 2004.
+[ bib ] +
+Keywords: IBEA +
+ +
+ + +
+[2721] +
+
+Eckart Zitzler, Marco Laumanns, and Lothar Thiele. + SPEA2: Improving the Strength Pareto Evolutionary Algorithm. + Technical Report 103, Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Zürich, Switzerland, 2001.
+[ bib ] +
+Published as [2722] +
+ +
+ + +
+[2722] +
+
+Eckart Zitzler, Marco Laumanns, and Lothar Thiele. + SPEA2: Improving the Strength Pareto Evolutionary Algorithm for Multiobjective Optimization. + In K. C. Giannakoglou, D. T. Tsahalis, J. Periaux, K. D. Papaliliou, and T. Fogarty, editors, Evolutionary Methods for Design, Optimisation and Control, pp.  95–100. CIMNE, Barcelona, Spain, 2002.
+[ bib ] +
+Proposed SPEA2. +
+ +
+ + +
+[2723] +
+
+Eckart Zitzler and Lothar Thiele. + Multiobjective Optimization Using Evolutionary Algorithms - A Comparative Case Study. + In A. E. Eiben, T. Bäck, M. Schoenauer, and H.-P. Schwefel, editors, Parallel Problem Solving from Nature – PPSN V, volume 1498 of Lecture Notes in Computer Science, pp.  292–301. Springer, Heidelberg, Germany, 1998.
+[ bib | +DOI ] +
+Proposed hypervolume measure +
+ +
+ + +
+[2724] +
+
+Eckart Zitzler, Lothar Thiele, and Johannes Bader. + SPAM: Set Preference Algorithm for Multiobjective Optimization. + In G. Rudolph et al., editors, Parallel Problem Solving from Nature – PPSN X, volume 5199 of Lecture Notes in Computer Science, pp.  847–858. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2725] +
+
+Santosh Tiwari, Patrick Koch, Georges Fadel, and Kalyanmoy Deb. + AMGA: An archive-based micro genetic algorithm for multi-objective optimization. + In C. Ryan, editor, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2008, pp.  729–736. ACM Press, New York, NY, 2008.
+[ bib | +DOI ] + +
+ + +
+[2726] +
+
+Eckart Zitzler. + Evolutionary Algorithms for Multiobjective Optimization: Methods and Applications. + PhD thesis, ETH Zürich, Switzerland, 1999.
+[ bib ] + +
+ + +
+[2727] +
+
+Andrejs Zujevs and Janis Eiduks. + New decision maker model for multiobjective optimization interactive methods. + In 17th International Conference on Information and Software Technologies, Kaunas, Lithuania, pp.  51–58, 2011.
+[ bib | +epub ] +
+Keywords: Machine Decision Maker +
+ +
+ + +
+[2728] +
+
+F. E. B. Otero, A. A. Freitas, and C. G. Johnson. + cAnt-Miner: An Ant Colony Classification Algorithm to Cope with Continuous Attributes. + In M. Dorigo et al., editors, Ant Colony Optimization and Swarm Intelligence, 6th International Conference, ANTS 2008, volume 5217 of Lecture Notes in Computer Science, pp.  48–59. Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2729] +
+
+Axel de Perthuis de Laillevault, Benjamin Doerr, and Carola Doerr. + Money for Nothing: Speeding Up Evolutionary Algorithms Through Better Initialization. + In S. Silva and A. I. Esparcia-Alcázar, editors, Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2015, pp.  815–822. ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2730] +
+
+Jeremy Rapin and Olivier Teytaud. + Nevergrad: A gradient-free optimization platform. + https://github.com/FacebookResearch/Nevergrad, 2018.
+[ bib ] + +
+ + +
+[2731] +
+
+OscaR Team. + OscaR: Scala in OR, 2012. + Available from https://bitbucket.org/oscarlib/oscar.
+[ bib ] + +
+ + +
+[2732] +
+
+Juan Luis Cano Rodríguez et al. + poliastro: Astrodynamics in Python. + Zenodo, 2015.
+[ bib | +DOI ] + +
+ + +
+[2733] +
+
+Scott Robert Ladd. + ACOVEA (Analysis of Compiler Options via Evolutionary Algorithm). + https://github.com/Acovea/libacovea, 2000.
+[ bib ] + +
+ + +
+[2734] +
+
+GNU Project, Free Software Foundation. + GCC, the GNU Compiler Collection. + https://gcc.gnu.org, 1987.
+[ bib ] + +
+ + +
+[2735] +
+
+Carlos Ansótegui, Meinolf Sellmann, and Kevin Tierney. + GGA: Gender-based Genetic Algorithm Configurator. + https://bitbucket.org/gga_ac/, 2017. + Version visited last on July 2017.
+[ bib ] + +
+ + +
+[2736] +
+
+Intel. + Intel Software Autotuning Tool. + https://software.intel.com/en-us/articles/intel-software-autotuning-tool/, 2010.
+[ bib ] + +
+ + +
+[2737] +
+
+Qingfu Zhang. + MOEA/D homepage. + https://sites.google.com/view/moead/, 2007.
+[ bib ] +
+Previous URL was at + https://dces.essex.ac.uk/staff/zhang/webofmoead.htm. +
+ +
+ + +
+[2738] +
+
+ML4AAD Group. + SMAC v3 Project. + https://github.com/automl/SMAC3, 2017. + Version visited last on August 2017.
+[ bib ] + +
+ + +
+[2739] +
+
+Gerhard Reinelt. + TSPLIB. + http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/, 1995. + Version visited last on 24 February 2023.
+[ bib ] + +
+ + +
+[2740] +
+
+William J. Cook. + The Traveling Salesman Problem. + http://www.math.uwaterloo.ca/tsp, 2010. + Version visited last on 15 April 2014.
+[ bib ] + +
+ + +
+[2741] +
+
+Frank Hutter, Holger H. Hoos, Kevin Leyton-Brown, and Thomas Stützle. + ParamILS. + http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/, 2017. + Version visited last on July 2017.
+[ bib ] + +
+ + +
+[2742] +
+
+Jakobus E. van Zyl. + A Methodology for Improved Operational Optimization of Water Distribution Systems. + PhD thesis, School of Engineering and Computer Science, University of Exeter, UK, 2001.
+[ bib ] + +
+ + +
+[2743] +
+
+H. E. Shrobe, T. M. Mitchell, and R. G. Smith, editors. + Proceedings of the 7th National Conference on Artificial Intelligence, St. Paul, MN, August 21-26, AAAI-88. AAAI Press/MIT Press, Menlo Park, CA, 1988.
+[ bib | +http ] + +
+ + +
+[2744] +
+
+W. R. Swartout, editor. + Proceedings of the 10th National Conference on Artificial Intelligence. AAAI Press/MIT Press, Menlo Park, CA, 1992.
+[ bib ] + +
+ + +
+[2745] +
+
+R. Fikes and W. G. Lehnert, editors. + Proceedings of the 11th National Conference on Artificial Intelligence. AAAI Press/MIT Press, Menlo Park, CA, 1993.
+[ bib ] + +
+ + +
+[2746] +
+
+B. Kuipers and B. L. Webber, editors. + Proceedings of the Fourteenth National Conference on Artificial Intelligence and Ninth Innovative Applications of Artificial Intelligence Conference, AAAI 97, IAAI 97, July 27-31, 1997, Providence, Rhode Island. AAAI Press/MIT Press, Menlo Park, CA, 1997.
+[ bib ] + +
+ + +
+[2747] +
+
+J. Mostow and C. Rich, editors. + Proceedings of the Fifteenth National Conference on Artificial Intelligence and Tenth Innovative Applications of Artificial Intelligence Conference, AAAI 98, IAAI 98, July 26-30, 1998, Madison, Wisconsin, USA. AAAI Press/MIT Press, Menlo Park, CA, 1998.
+[ bib ] + +
+ + +
+[2748] +
+
+H. A. Kautz and B. W. Porter, editors. + Proceedings of the Seventeenth National Conference on Artificial Intelligence and Twelfth Conference on on Innovative Applications of Artificial Intelligence, July 30 – August 3, 2000, Austin, Texas, USA. AAAI Press/MIT Press, Menlo Park, CA, 2000.
+[ bib ] + +
+ + +
+[2749] +
+
+A. Cohn, editor. + Proceedings, The Twenty-First National Conference on Artificial Intelligence and the Eighteenth Innovative Applications of Artificial Intelligence Conference, July 16-20, 2006, Boston, Massachusetts, USA, volume 6. AAAI Press/MIT Press, Menlo Park, CA, 2006.
+[ bib ] + +
+ + +
+[2750] +
+
+R. C. Holte and A. Howe, editors. + Proceedings of the Twenty-Second AAAI Conference on Artificial Intelligence, July 22-26, 2007, Vancouver, British Columbia, Canada. AAAI Press/MIT Press, Menlo Park, CA, 2007.
+[ bib ] + +
+ + +
+[2751] +
+
+M. Fox and D. Poole, editors. + Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence, AAAI 2010, Atlanta, Georgia, USA, July 11-15, 2010. AAAI Press, 2010.
+[ bib ] + +
+ + +
+[2752] +
+
+W. Burgard and D. Roth, editors. + Proceedings of the Twenty-Fifth AAAI Conference on Artificial Intelligence, AAAI 2011, San Francisco, California, USA, August 07-11, 2011. AAAI Press, 2011.
+[ bib ] + +
+ + +
+[2753] +
+
+J. Hoffmann and B. Selman, editors. + Proceedings of the Twenty-Sixth AAAI Conference on Artificial Intelligence, AAAI 2012, Toronto, Ontario, Canada, July 22-26, 2012. AAAI Press, 2012.
+[ bib ] + +
+ + +
+[2754] +
+
+D. Stracuzzi et al., editors. + Proceedings of the Twenty-Eighth AAAI Conference on Artificial Intelligence, AAAI 2014, Québec City, Québec, Canada, July 27-31, 2014. AAAI Press, 2014.
+[ bib ] + +
+ + +
+[2755] +
+
+B. Bonet and S. Koenig, editors. + Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence, AAAI 2015, Austin, Texas, USA, January 25-30, 2015. AAAI Press, 2015.
+[ bib ] + +
+ + +
+[2756] +
+
+D. Schuurmans and M. P. Wellman, editors. + Proceedings of the Thirtieth AAAI Conference on Artificial Intelligence, AAAI 2016, February 12-17, 2016, Phoenix, Arizona, USA. + AAAI Press, 2016.
+[ bib | +epub ] + +
+ + +
+[2757] +
+
+S. P. Singh and S. Markovitch, editors. + Proceedings of the Thirty-First AAAI Conference on Artificial Intelligence, February 4-9, 2017, San Francisco, California, USA. + AAAI Press, February 2017.
+[ bib ] + +
+ + +
+[2758] +
+
+S. A. McIlraith and K. Q. Weinberger, editors. + Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence, February 2-7, 2018, New Orleans, Louisiana, USA. + AAAI Press, February 2018.
+[ bib ] + +
+ + +
+[2759] +
+
+The Thirty-Fourth AAAI Conference on Artificial Intelligence, AAAI 2020, The Thirty-Second Innovative Applications of Artificial Intelligence Conference, IAAI 2020, The Tenth AAAI Symposium on Educational Advances in Artificial Intelligence, EAAI 2020, New York, NY, USA, February 7-12, 2020. AAAI Press, 2020.
+[ bib ] + +
+ + +
+[2760] +
+
+M. Randall, H. A. Abbass, and J. Wiles, editors. + Progress in Artificial Life, Third Australian Conference, ACAL 2007, volume 4828 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2761] +
+
+2019 American Control Conference, ACC 2019, Philadelphia, PA, USA, July 10-12, 2019. IEEE, 2019.
+[ bib ] + +
+ + +
+[2762] +
+
+F. Rossi and A. Tsoukiàs, editors. + Algorithmic Decision Theory, First International Conference, ADT 2009, Venice, Italy, October 20-23, 2009, volume 5783 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2763] +
+
+R. I. Brafman, F. Roberts, and A. Tsoukiàs, editors. + Algorithmic Decision Theory, Third International Conference, ADT 2011, Piscataway, New Jersey, USA, October 26-28, 2011, volume 6992 of Lecture Notes in Artificial Intelligence. + Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2764] +
+
+M. C. Golumbic et al., editors. + Fifth International Symposium on Artificial Intelligence and Mathematics, AIM 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998, 1998.
+[ bib ] + +
+ + +
+[2765] +
+
+R. Silhavy, R. Senkerik, Z. K. Oplatkova, P. Silhavy, and Z. Prokopova, editors. + Artificial Intelligence Perspectives in Intelligent Systems, volume 464 of Advances in Intelligent Systems and Computing. + Springer International Publishing, 2016.
+[ bib ] + +
+ + +
+[2766] +
+
+T. C. Fogarty, editor. + Evolutionary Computing, AISB Workshop, Sheffield, UK, April 3-4, 1995, Selected Papers, volume 993 of Lecture Notes in Computer Science. + Springer, Berlin, Germany, 1995.
+[ bib ] + +
+ + +
+[2767] +
+
+A. Gretton and C. C. Robert, editors. + Proceedings of the 19th International Conference on Artificial Intelligence and Statistics, AISTATS 2016, Cadiz, Spain, May 9-11, 2016, volume 51 of JMLR Workshop and Conference Proceedings. JMLR.org, 2016.
+[ bib ] + +
+ + +
+[2768] +
+
+S. Jain, R. Munos, F. Stephan, and T. Zeugmann, editors. + Algorithmic Learning Theory - 24th International Conference, ALT 2013, Singapore, October 6-9, 2013. Proceedings, volume 8139 of Lecture Notes in Computer Science. + Springer, Berlin, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2769] +
+
+C. A. Coello Coello, C. Dhaenens, and L. Jourdan, editors. + Advances in Multi-Objective Nature Inspired Computing, volume 272 of Studies in Computational Intelligence. + Springer, 2010.
+[ bib ] + +
+ + +
+[2770] +
+
+D. Cliff, P. Husbands, J.-A. Meyer, and S. Wilson, editors. + Proceedings of the third international conference on Simulation of adaptive behavior: From Animals to Animats 3. + MIT Press, Cambridge, MA, 1994.
+[ bib ] + +
+ + +
+[2771] +
+
+M. Dorigo et al., editors. + Abstract proceedings of ANTS 2000 – From Ant Colonies to Artificial Ants: Second International Workshop on Ant Algorithms. IRIDIA, Université Libre de Bruxelles, Belgium, September 7–9 2000.
+[ bib ] + +
+ + +
+[2772] +
+
+M. Dorigo et al., editors. + Ant Algorithms, Third International Workshop, ANTS 2002, Brussels, Belgium, September 12-14, 2002, Proceedings, volume 2463 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2773] +
+
+M. Dorigo et al., editors. + Ant Colony Optimization and Swarm Intelligence, 4th International Workshop, ANTS 2004, volume 3172 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2774] +
+
+M. Dorigo et al., editors. + Ant Colony Optimization and Swarm Intelligence, 5th International Workshop, ANTS 2006, volume 4150 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2775] +
+
+M. Dorigo et al., editors. + Ant Colony Optimization and Swarm Intelligence, 6th International Conference, ANTS 2008, volume 5217 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2776] +
+
+M. Dorigo et al., editors. + Ant Colony Optimization and Swarm Intelligence, 7th International Conference, ANTS 2010, volume 6234 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[2777] +
+
+M. Dorigo et al., editors. + Swarm Intelligence, 8th International Conference, ANTS 2012, volume 7461 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2778] +
+
+M. Dorigo et al., editors. + Swarm Intelligence, 9th International Conference, ANTS 2014, volume 8667 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2779] +
+
+M. Dorigo, M. Birattari, X. Li, M. López-Ibáñez, K. Ohkura, C. Pinciroli, and T. Stützle, editors. + Swarm Intelligence, 10th International Conference, ANTS 2016, Brussels, Belgium, September 7-9, 2016, Proceedings, volume 9882 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[2780] +
+
+M. Dorigo, M. Birattari, A. L. Christensen, A. Reina, and V. Trianni, editors. + Swarm Intelligence, 11th International Conference, ANTS 2018, Rome, Italy, October 29-31, 2018, Proceedings, volume 11172 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2018.
+[ bib ] + +
+ + +
+[2781] +
+
+M. Dorigo, T. Stützle, M. J. Blesa, C. Blum, H. Hamann, and M. K. Heinrich, editors. + Swarm Intelligence, 12th International Conference, ANTS 2020, Barcelona, Spain, October 26-28, 2020, Proceedings, volume 12421 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2020.
+[ bib ] + +
+ + +
+[2782] +
+
+M. Dorigo, H. Hamann, M. López-Ibáñez, J. García-Nieto, A. Engelbrecht, C. Pinciroli, V. Strobel, and C. L. Camacho-Villalón, editors. + Swarm Intelligence, 13th International Conference, ANTS 2022, Málaga, Spain, November 2-4, 2022, Proceedings, volume 13491 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2022.
+[ bib | +DOI ] + +
+ + +
+[2783] +
+
+Y. Hamadi, E. Monfroy, and F. Saubion, editors. + Autonomous Search. + Springer, Berlin, Germany, 2012.
+[ bib ] + +
+ + +
+[2784] +
+
+C. Maksimović, D. Butler, and F. A. Memon, editors. + Advances in Water Supply Management: Proceedings of the CCWI '03 Conference, London, 15-17 September 2003. + CRC Press, 2003.
+[ bib ] + +
+ + +
+[2785] +
+
+E. H. L. Aarts and J. K. Lenstra, editors. + Local Search in Combinatorial Optimization. + John Wiley & Sons, Chichester, UK, 1997.
+[ bib ] + +
+ + +
+[2786] +
+
+A. Abraham, L. Jain, and R. Goldberg, editors. + Evolutionary Multiobjective Optimization. + Advanced Information and Knowledge Processing. Springer, London, UK, January 2005.
+[ bib ] + +
+ + +
+[2787] +
+
+U. K. Chakraborty, editor. + Advances in differential evolution. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2788] +
+
+B. Filipič and J. Šilc, editors. + Bioinspired optimization methods and their applications: Proceedings of the International Conference on Bioinspired Optimization Methods and their Applications - BIOMA 2004, 11-12 October 2004, Ljubljana, Slovenia, 2004.
+[ bib | +http ] + +
+ + +
+[2789] +
+
+L. Cao, W. Kosters, and J. Lijffijt, editors. + Proceedings of the 32nd Benelux Conference on Artificial Intelligence, BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020, 2020.
+[ bib | +http ] + +
+ + +
+[2790] +
+
+M. Kunc, J. Malpass, and L. White, editors. + Behavioral Operational Research Theory, Methodology and Practice. + Palgrave Macmillan, London, UK, 2016.
+[ bib ] + +
+ + +
+[2791] +
+
+T. Bartz-Beielstein, M. Chiarandini, L. Paquete, and M. Preuss, editors. + Experimental Methods for the Analysis of Optimization Algorithms. + Springer, Berlin, Germany, 2010.
+[ bib ] + +
+ + +
+[2792] +
+
+T. Bartz-Beielstein, B. Filipič, P. Korošec, and E.-G. Talbi, editors. + High-Performance Simulation-Based Optimization. + Springer International Publishing, Cham, Switzerland, 2020.
+[ bib ] + +
+ + +
+[2793] +
+
+C. Blum, M. J. Blesa, A. Roli, and M. Sampels, editors. + Hybrid Metaheuristics: An emergent approach for optimization, volume 114 of Studies in Computational Intelligence. + Springer, Berlin, Germany, 2008.
+[ bib ] + +
+ + +
+[2794] +
+
+Y. Borenstein and A. Moraglio, editors. + Theory and Principled Methods for the Design of Metaheuristics. + Natural Computing Series. Springer, Berlin/Heidelberg, 2014.
+[ bib ] + +
+ + +
+[2795] +
+
+J. M. Puerta, J. A. Gámez, B. Dorronsoro, E. Barrenechea, A. Troncoso, B. Baruque, and M. Galar, editors. + Advances in Artificial Intelligence: 16th Conference of the Spanish Association for Artificial Intelligence, CAEPIA 2015 Albacete, Spain, November 9-12, 2015 Proceedings, volume 9422 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2796] +
+
+R. E. Miller and W. Thatcher, James, editors. + Complexity of Computer Computations, The IBM Research Symposia Series. Springer, 1972.
+[ bib ] + +
+ + +
+[2797] +
+
+Proceedings of the 2010 International Conference on Computing, Control and Industrial Engineering, Los Alamitos, CA, 2010. IEEE Computer Society Press.
+[ bib ] + +
+ + +
+[2798] +
+
+D. A. Savic, G. A. Walters, R. King, and S. Thiam-Khu, editors. + Proceedings of the Eighth International Conference on Computing and Control for the Water Industry (CCWI 2005), volume 1, University of Exeter, UK, September 2005.
+[ bib ] + +
+ + +
+[2799] +
+
+Proceedings of the 1999 Congress on Evolutionary Computation (CEC 1999), Piscataway, NJ, 1999. IEEE Press.
+[ bib ] + +
+ + +
+[2800] +
+
+Proceedings of the 2000 Congress on Evolutionary Computation (CEC 2000), Piscataway, NJ, July 2000. IEEE Press.
+[ bib ] + +
+ + +
+[2801] +
+
+Proceedings of the 2001 Congress on Evolutionary Computation (CEC 2001), Piscataway, NJ, 2001. IEEE Press.
+[ bib ] + +
+ + +
+[2802] +
+
+Proceedings of the 2002 Congress on Evolutionary Computation (CEC'02), Piscataway, NJ, 2002. IEEE Press.
+[ bib ] + +
+ + +
+[2803] +
+
+Proceedings of the 2003 Congress on Evolutionary Computation (CEC 2003), Canberra, ACT, Australia, Piscataway, NJ, December 2003. IEEE Press.
+[ bib ] + +
+ + +
+[2804] +
+
+Proceedings of the 2004 Congress on Evolutionary Computation (CEC 2004), Piscataway, NJ, September 2004. IEEE Press.
+[ bib ] + +
+ + +
+[2805] +
+
+Proceedings of the 2005 Congress on Evolutionary Computation (CEC 2005), Piscataway, NJ, September 2005. IEEE Press.
+[ bib ] + +
+ + +
+[2806] +
+
+Proceedings of the 2006 Congress on Evolutionary Computation (CEC 2006), Piscataway, NJ, July 2006. IEEE Press.
+[ bib ] + +
+ + +
+[2807] +
+
+Proceedings of the IEEE Congress on Evolutionary Computation, CEC 2007, 25-28 September 2007, Singapore, Piscataway, NJ, 2007. IEEE Press.
+[ bib ] + +
+ + +
+[2808] +
+
+Proceedings of the IEEE Congress on Evolutionary Computation, CEC 2008, June 1-6, 2008, Hong Kong, China, Piscataway, NJ, 2008. IEEE Press.
+[ bib ] + +
+ + +
+[2809] +
+
+Proceedings of the 2009 Congress on Evolutionary Computation (CEC 2009), Piscataway, NJ, 2009. IEEE Press.
+[ bib ] + +
+ + +
+[2810] +
+
+H. Ishibuchi et al., editors. + Proceedings of the 2010 Congress on Evolutionary Computation (CEC 2010), Piscataway, NJ, 2010. IEEE Press.
+[ bib ] + +
+ + +
+[2811] +
+
+Proceedings of the 2011 Congress on Evolutionary Computation (CEC 2011), New Orleans, LA, USA, Piscataway, NJ, 2011. IEEE Press.
+[ bib ] + +
+ + +
+[2812] +
+
+Proceedings of the 2012 Congress on Evolutionary Computation (CEC 2012), Piscataway, NJ, 2012. IEEE Press.
+[ bib ] + +
+ + +
+[2813] +
+
+Proceedings of the 2013 Congress on Evolutionary Computation (CEC 2013), Piscataway, NJ, 2013. IEEE Press.
+[ bib ] + +
+ + +
+[2814] +
+
+Proceedings of the 2014 Congress on Evolutionary Computation (CEC 2014), Piscataway, NJ, 2014. IEEE Press.
+[ bib ] + +
+ + +
+[2815] +
+
+Proceedings of the 2015 Congress on Evolutionary Computation (CEC 2015), Piscataway, NJ, 2015. IEEE Press.
+[ bib ] + +
+ + +
+[2816] +
+
+IEEE Congress on Evolutionary Computation, CEC 2016, Vancouver, BC, Canada, July 24-29, 2016, Piscataway, NJ, 2016. IEEE Press.
+[ bib ] + +
+ + +
+[2817] +
+
+Proceedings of the 2017 Congress on Evolutionary Computation (CEC 2017), Piscataway, NJ, 2017. IEEE Press.
+[ bib ] + +
+ + +
+[2818] +
+
+Proceedings of the 2018 Congress on Evolutionary Computation (CEC 2018), Piscataway, NJ, 2018. IEEE Press.
+[ bib ] + +
+ + +
+[2819] +
+
+Proceedings of the 2019 Congress on Evolutionary Computation (CEC 2019), Piscataway, NJ, 2019. IEEE Press.
+[ bib ] + +
+ + +
+[2820] +
+
+Proceedings of the 2020 Congress on Evolutionary Computation (CEC 2020), Piscataway, NJ, 2020. IEEE Press.
+[ bib ] + +
+ + +
+[2821] +
+
+Proceedings of the 2021 Congress on Evolutionary Computation (CEC 2021), Piscataway, NJ, 2021. IEEE Press.
+[ bib ] + +
+ + +
+[2822] +
+
+M. L. Soffa and E. Duesterwald, editors. + Proceedings of the 6th Annual IEEE/ACM International Symposium on Code Generation and Optimization, CGO '08, New York, NY, 2008. ACM Press.
+[ bib ] + +
+ + +
+[2823] +
+
+S. Koziel and X.-S. Yang, editors. + Computational Optimization, Methods and Algorithms, volume 356 of Studies in Computational Intelligence. + Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[2824] +
+
+D. Haussler, editor. + Proceedings of the Fifth Annual ACM Conference on Computational Learning Theory, COLT 1992, Pittsburgh, PA, USA, July 27-29, 1992. ACM Press, 1992.
+[ bib ] + +
+ + +
+[2825] +
+
+M. Maher and J.-F. Puget, editors. + Principles and Practice of Constraint Programming, CP98, volume 1520 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1998.
+[ bib ] + +
+ + +
+[2826] +
+
+R. Dechter, editor. + Principles and Practice of Constraint Programming, CP 2000, 6th International Conference, Singapore, September 18-21, 2000, Proceedings, volume 1894 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[2827] +
+
+P. van Hentenryck, editor. + Principles and Practice of Constraint Programming, CP 2002. + Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[2828] +
+
+I. P. Gent, editor. + Principles and Practice of Constraint Programming – CP 2009, 15th International Conference, CP 2009, Lisbon, Portugal, September 20-24, 2009, Proceedings, volume 5732 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[2829] +
+
+C. Schulte, editor. + Principles and Practice of Constraint Programming – CP 2013, 19th International Conference, CP 2013, Uppsala, Sweden, September 16-20, 2013, Proceedings, volume 8124 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib | +DOI ] + +
+ + +
+[2830] +
+
+C. Solnon, editor. + 28th International Conference on Principles and Practice of Constraint Programming, CP 2022, July 31 to August 8, 2022, Haifa, Israel, volume 235 of LIPIcs. + Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2022.
+[ bib ] + +
+ + +
+[2831] +
+
+A. Lodi, M. Milano, and P. Toth, editors. + Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 7th International Conference, CPAIOR 2010, volume 6140 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[2832] +
+
+T. Berthold, A. M. Gleixner, S. Heinz, and T. Koch, editors. + Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 8th International Conference, CPAIOR 2011, Berlin, Germany, May 23 – 27, 2011. Proceedings. + Lecture Notes in Computer Science. Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2833] +
+
+N. Beldiceanu, N. Jussien, and E. Pinson, editors. + Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 9th International Conference, CPAIOR 2012, Nantes, France, May 28 – June 1, 2012. Proceedings, volume 7298 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2834] +
+
+C. Gomes and M. Sellmann, editors. + Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 10th International Conference, CPAIOR 2013, Yorktown Heights, NY, USA, May 18-22, 2013. Proceedings, volume 7874 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2835] +
+
+P. J. Stuckey, editor. + Integration of Constraint Programming, Artificial Intelligence, and Operations Research, 18th International Conference, CPAIOR 2021, Vienna, Austria, July 5-8, 2021, Proceedings, volume 12735 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[2836] +
+
+M. H. Goldwasser, D. S. Johnson, and C. C. McGeoch, editors. + Data Structures, Near Neighbor Searches, and Methodology: Fifth and Sixth DIMACS Implementation Challenges, Proceedings of a DIMACS Workshop, USA, 1999, volume 59 of DIMACS Series in Discrete Mathematics and Theoretical Computer Science. + American Mathematical Society, Providence, RI, 2002.
+[ bib ] + +
+ + +
+[2837] +
+
+I. Palomares, editor. + International Alan Turing Conference on Decision Support and Recommender systems (DSRC-Turing'19), London, UK, November 21–22 2019. Alan Turing Institute.
+[ bib ] + +
+ + +
+[2838] +
+
+S. Greco, J. D. Knowles, K. Miettinen, and E. Zitzler, editors. + Learning in Multiobjective Optimization (Dagstuhl Seminar 12041), volume 2(1) of Dagstuhl Reports. + Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2012.
+[ bib | +DOI ] + +
+ + +
+[2839] +
+
+S. Greco, K. Klamroth, J. D. Knowles, and G. Rudolph, editors. + Understanding Complexity in Multiobjective Optimization (Dagstuhl Seminar 15031), volume 5(1) of Dagstuhl Reports. + Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2015.
+[ bib | +DOI ] +
+Keywords: multiple criteria decision making, evolutionary + multiobjective optimization +
+ +
+ + +
+[2840] +
+
+K. Klamroth, J. D. Knowles, G. Rudolph, and M. M. Wiecek, editors. + Personalized Multiobjective Optimization: An Analytics Perspective (Dagstuhl Seminar 18031), volume 8(1) of Dagstuhl Reports. + Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Germany, 2018.
+[ bib | +DOI ] +
+Keywords: multiple criteria decision making, evolutionary + multiobjective optimization +
+ +
+ + +
+[2841] +
+
+K. F. Doerner, M. Gendreau, P. Greistorfer, W. J. Gutjahr, R. F. Hartl, and M. Reimann, editors. + Metaheuristics – Progress in Complex Systems Optimization, volume 39 of Operations Research/Computer Science Interfaces Series. + Springer, New York, NY, 2006.
+[ bib ] + +
+ + +
+[2842] +
+
+B. Doerr and F. Neumann, editors. + Theory of Evolutionary Computation. + Springer International Publishing, 2020.
+[ bib | +DOI ] + +
+ + +
+[2843] +
+
+J.-K. Hao, E. Lutton, E. M. A. Ronald, M. Schoenauer, and D. Snyers, editors. + Artificial Evolution, Third European Conference, AE'97, Nîmes, France, 22-24 October 1997, Selected Papers, volume 1363 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1998.
+[ bib | +DOI ] + +
+ + +
+[2844] +
+
+E.-G. Talbi, P. Liardet, P. Collet, E. Lutton, and M. Schoenauer, editors. + Artificial Evolution: 7th International Conference, Evolution Artificielle, EA 2005, Lille, France, volume 3871 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2845] +
+
+N. Monmarché, E.-G. Talbi, P. Collet, M. Schoenauer, and E. Lutton, editors. + Artificial Evolution, 8th International Conference, Evolution Artificielle, EA 2007, Tours, France, October 29-31, 2007 Revised Selected Papers, volume 4926 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib | +DOI ] + +
+ + +
+[2846] +
+
+P. Collet, N. Monmarché, P. Legrand, M. Schoenauer, and E. Lutton, editors. + Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009, Strasbourg, France, October 26-28, 2009. Revised Selected Papers, volume 5975 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[2847] +
+
+J.-K. Hao, P. Legrand, P. Collet, N. Monmarché, E. Lutton, and M. Schoenauer, editors. + Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011, Angers, France, October 24-26, 2011. Revised Selected Papers, volume 7401 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2848] +
+
+P. Legrand et al., editors. + Artificial Evolution: 11th International Conference, Evolution Artificielle, EA 2013, Bordeaux, France, October 21-23, 2013. Revised Selected Papers, volume 8752 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2849] +
+
+S. Bonnevay et al., editors. + Artificial Evolution: 12th International Conference, Evolution Artificielle, EA 2015, Lyon, France, October 26-28, 2015. Revised Selected Papers, volume 9554 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[2850] +
+
+E. Lutton, P. Legrand, P. Parrend, N. Monmarché, and M. Schoenauer, editors. + Artificial Evolution: 13th International Conference, Évolution Artificielle, EA 2017, Paris, France, October 25-27, 2017, Revised Selected, volume 10764 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2017.
+[ bib ] + +
+ + +
+[2851] +
+
+P. Angelov et al., editors. + Evolving and Autonomous Learning Systems (EALS), 2014 IEEE Symposium on. IEEE, 2014.
+[ bib ] + +
+ + +
+[2852] +
+
+A. Jhingran et al., editors. + ACM Conference on Electronic Commerce (EC-00). + ACM Press, New York, NY, 2000.
+[ bib ] + +
+ + +
+[2853] +
+
+M. J. Kearns, R. P. McAfee, and É. Tardos, editors. + Proceedings of the fourteenth ACM Conference on Electronic Commerce, EC 2013, Philadelphia, PA, USA, June 16-20, 2013. + ACM Press, New York, NY, 2013.
+[ bib | +DOI ] + +
+ + +
+[2854] +
+
+G. Brewka, S. Coradeschi, A. Perini, and P. Traverso, editors. + Proceedings of the 17th European Conference on Artificial Intelligence, ECAI 2006, Riva del Garda, Italy, August29 - September 1, 2006. + IOS Press, 2006.
+[ bib ] + +
+ + +
+[2855] +
+
+H. Coelho, R. Studer, and M. Wooldridge, editors. + Proceedings of the 19th European Conference on Artificial Intelligence. + IOS Press, 2010.
+[ bib ] + +
+ + +
+[2856] +
+
+G. D. Giacomo, A. Catala, B. Dilkina, M. Milano, S. Barro, A. Bugarín, and J. Lang, editors. + Proceedings of the 24th European Conference on Artificial Intelligence (ECAI), volume 325 of Frontiers in Artificial Intelligence and Applications. + IOS Press, 2020.
+[ bib ] + +
+ + +
+[2857] +
+
+F. J. Varela and P. Bourgine, editors. + Proceedings of the First European Conference on Artificial Life. MIT Press, Cambridge, MA, 1992.
+[ bib ] + +
+ + +
+[2858] +
+
+J. Fürnkranz, T. Scheffer, and M. Spiliopoulou, editors. + 17th European Conference on Machine Learning, Berlin, Germany, September 18-22, 2006 Proceedings, volume 4212 of Lecture Notes in Computer Science, 2006.
+[ bib ] + +
+ + +
+[2859] +
+
+Machine Learning and Knowledge Discovery in Databases - European Conference, ECML PKDD 2015, Porto, Portugal, September 7-11, 2015, Proceedings, Part III, volume 9286 of Lecture Notes in Computer Science. Springer, 2015.
+[ bib ] + +
+ + +
+[2860] +
+
+L. Paquete, M. Chiarandini, and D. Basso, editors. + Empirical Methods for the Analysis of Algorithms, Workshop EMAA 2006, Proceedings, Reykjavik, Iceland, 2006.
+[ bib ] + +
+ + +
+[2861] +
+
+N. Lovell and L. Mainardi, editors. + 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society, EMBC 2015, Proceedings, Annual International Conference of the IEEE Engineering in Medicine and Biology. IEEE Press, 2015.
+[ bib ] + +
+ + +
+[2862] +
+
+D. Jurafsky and E. Gaussier, editors. + Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP2006, Empirical Methods in Natural Language Processing, 2006.
+[ bib ] + +
+ + +
+[2863] +
+
+E. Zitzler, K. Deb, L. Thiele, C. A. Coello Coello, and D. Corne, editors. + Evolutionary Multi-Criterion Optimization, First International Conference, EMO 2001, Zurich, Switzerland, March 7-9, 2001, Proceedings, volume 1993 of Lecture Notes in Computer Science. + Springer, Berlin/Heidelberg, 2001.
+[ bib ] + +
+ + +
+[2864] +
+
+C. M. Fonseca, P. J. Fleming, E. Zitzler, K. Deb, and L. Thiele, editors. + Evolutionary Multi-Criterion Optimization, Second International Conference, EMO 2003, Faro, Portugal, April 2003: proceedings, volume 2632 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2865] +
+
+C. A. Coello Coello, A. Hernández Aguirre, and E. Zitzler, editors. + Evolutionary Multi-Criterion Optimization, Third International Conference, EMO 2005, Guanajuato, Mexico, March 9-11, 2005. Proceedings, volume 3410 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2866] +
+
+S. Obayashi et al., editors. + Evolutionary Multi-Criterion Optimization, 4th International Conference, EMO 2007, Matsushima, Japan, March 5-8, 2007, Proceedings, volume 4403 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2867] +
+
+M. Ehrgott, C. M. Fonseca, X. Gandibleux, J.-K. Hao, and M. Sevaux, editors. + Evolutionary Multi-Criterion Optimization. 5th International Conference, EMO 2009, volume 5467 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2868] +
+
+R. H. C. Takahashi, K. Deb, E. F. Wanner, and S. Greco, editors. + Evolutionary Multi-Criterion Optimization. 6th International Conference, EMO 2011, Ouro Preto, Brazil, April 5-8, 2011, Proceedings, volume 6576 of Lecture Notes in Computer Science. + Springer, Berlin/Heidelberg, 2011.
+[ bib ] + +
+ + +
+[2869] +
+
+R. C. Purshouse, P. J. Fleming, C. M. Fonseca, S. Greco, and J. Shaw, editors. + Evolutionary Multi-Criterion Optimization – 7th International Conference, EMO 2013, Sheffield, UK, March 19-22, 2013. Proceedings, volume 7811 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2870] +
+
+A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors. + Evolutionary Multi-Criterion Optimization – 8th International Conference, EMO 2015, Guimarães, Portugal, March 29 – April 1, 2015. Proceedings, Part I, volume 9018 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2871] +
+
+A. Gaspar-Cunha, C. H. Antunes, and C. A. Coello Coello, editors. + Evolutionary Multi-Criterion Optimization – 8th International Conference, EMO 2015, Guimarães, Portugal, March 29 – April 1, 2015. Proceedings, Part II, volume 9019 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2872] +
+
+H. Trautmann, G. Rudolph, K. Klamroth, O. Schütze, M. M. Wiecek, Y. Jin, and C. Grimme, editors. + Evolutionary Multi-Criterion Optimization – 9th International Conference, EMO 2017, Münster, Germany, March 19 - 22, 2017. Proceedings, volume 10173 of Lecture Notes in Computer Science. + Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[2873] +
+
+K. Deb, E. D. Goodman, C. A. Coello Coello, K. Klamroth, K. Miettinen, S. Mostaghim, and P. Reed, editors. + Evolutionary Multi-Criterion Optimization – 10th International Conference, EMO 2019, East Lansing, MI, USA, March 10-13, 2019, Proceedings, volume 11411 of Lecture Notes in Computer Science. + Springer International Publishing, Cham, Switzerland, 2019.
+[ bib | +DOI ] + +
+ + +
+[2874] +
+
+M. T. M. Emmerich et al., editors. + Evolutionary Multi-Criterion Optimization – 12th International Conference, EMO 2023, Leiden, The Netherlands, March 20-24, 2023, Proceedings, volume 13970 of Lecture Notes in Computer Science. + Springer International Publishing, Cham, Switzerland, 2023.
+[ bib ] + +
+ + +
+[2875] +
+
+D. Padua, editor. + Encyclopedia of Parallel Computing. + Springer, US, 2011.
+[ bib | +DOI ] + +
+ + +
+[2876] +
+
+J. J. Cochran, editor. + Wiley Encyclopedia of Operations Research and Management Science. + John Wiley & Sons, 2011.
+[ bib | +DOI ] + +
+ + +
+[2877] +
+
+V. W. Porto, N. Saravanan, D. E. Waagen, and A. E. Eiben, editors. + Evolutionary Programming VII, 7th International Conference, EP98, San Diego, CA, USA, March 25-27, 1998, Proceedings, volume 1447 of Lecture Notes in Computer Science. + Springer, 1998.
+[ bib ] + +
+ + +
+[2878] +
+
+Proceedings of 22th European Symposium on Artificial Neural Networks, ESANN 2014, Bruges, Belgium, April 23-25, 2014, 2014.
+[ bib | +epub ] + +
+ + +
+[2879] +
+
+Proceedings of 23rd European Symposium on Artificial Neural Networks, ESANN 2015, Bruges, Belgium, April 22-24, 2015, 2015.
+[ bib | +epub ] + +
+ + +
+[2880] +
+
+A. Viana et al., editors. + Proceedings of the EU/MEeting 2009: Debating the future: new areas of application and innovative approaches, 2009.
+[ bib ] + +
+ + +
+[2881] +
+
+K. C. Giannakoglou, D. T. Tsahalis, J. Periaux, K. D. Papaliliou, and T. Fogarty, editors. + Evolutionary Methods for Design, Optimisation and Control with Application to Industrial Problems. Proceedings of the EUROGEN 2001 Conference. + CIMNE, Barcelona, Spain, 2002.
+[ bib ] + +
+ + +
+[2882] +
+
+A. Moraglio, S. Silva, K. Krawiec, P. Machado, and C. Cotta, editors. + Genetic Programming, 15th European Conference on Genetic Programming, EuroGP 2012, Proceedings, volume 7244 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2883] +
+
+J. McDermott, M. Castelli, L. Sekanina, E. Haasdijk, and P. García-Sánchez, editors. + Genetic Programming, 20th European Conference, EuroGP 2017, Amsterdam, The Netherlands, April 19-21, 2017, Proceedings, volume 10196 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2884] +
+
+E. Medvet, G. Pappa, and B. Xue, editors. + Genetic Programming, 25th European Conference, EuroGP 2022, Held as Part of EvoStar 2022, Madrid, Spain, April 20-22, 2022, Proceedings. + Lecture Notes in Computer Science. Springer Nature, Cham, Switzerland, 2022.
+[ bib ] + +
+ + +
+[2885] +
+
+C. D. Chio, S. Cagnoni, C. Cotta, M. Ebner, A. Ekárt, A. I. Esparcia-Alcázar, C. K. Goh, J.-J. Merelo, F. Neri, M. Preuss, J. Togelius, and G. N. Yannakakis, editors. + Applications of Evolutionary Computation, EvoApplicatons 2010: EvoCOMPLEX, EvoGAMES, EvoIASP, EvoINTELLIGENCE, EvoNUM, and EvoSTOC, Istanbul, Turkey, April 7-9, 2010, Proceedings, Part I, volume 6024 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[2886] +
+
+C. Di Chio et al., editors. + EvoApplications 2012: EvoCOMNET, EvoCOMPLEX, EvoFIN, EvoGAMES, EvoHOT, EvoIASP, EvoNUM, EvoPAR, EvoRISK, EvoSTIM, and EvoSTOC, Málaga, Spain, April 11-13, 2012, Proceedings, volume 7248 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2887] +
+
+A. I. Esparcia-Alcázar and A. M. Mora, editors. + 17th European Conference, EvoApplications 2014, Granada, Spain, April 23-25, 2014, Revised Selected Papers, volume 8602 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2888] +
+
+A. M. Mora and G. Squillero, editors. + Applications of Evolutionary Computation - 18th European Conference, EvoApplications 2015, Copenhagen, Denmark, April 8 – 10, 2015, Proceedings, volume 9028 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[2889] +
+
+G. Squillero and P. Burelli, editors. + Applications of Evolutionary Computation: 19th European Conference, EvoApplications 2016, Porto, Portugal, March 30 – April 1, 2016, Proceedings, Part I, volume 9597 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[2890] +
+
+G. Squillero and K. Sim, editors. + Applications of Evolutionary Computation: 20th European Conference, EvoApplications 2017, Amsterdam, The Netherlands, April 19-21, 2017, Proceedings, Part I, volume 10199 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2891] +
+
+P. Castillo and J. L. Jiménez Laredo, editors. + Applications of Evolutionary Computation – 24th International Conference, EvoApplications 2021, Held as Part of EvoStar 2021, Virtual Event, April 7-9, 2021, Proceedings, volume 12694 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[2892] +
+
+J. L. Jiménez Laredo et al., editors. + Applications of Evolutionary Computation – 25th European Conference, EvoApplications 2022, Held as Part of EvoStar 2022, Madrid, Spain, April 20-22, 2022, Proceedings, volume 13224 of Lecture Notes in Computer Science. + Springer Nature, Switzerland, 2022.
+[ bib ] + +
+ + +
+[2893] +
+
+J. a. Correia, S. Smith, and R. Qaddoura, editors. + Applications of Evolutionary Computation – 26th European Conference, EvoApplications 2023, Held as Part of EvoStar 2023, Brno, Czech Republic, April 12-14, 2023, Proceedings, volume 13989 of Lecture Notes in Computer Science. + Springer Nature, Switzerland, 2023.
+[ bib ] + +
+ + +
+[2894] +
+
+G. R. Raidl and J. Gottlieb, editors. + Proceedings of EvoCOP 2003 – 3rd European Conference on Evolutionary Computation in Combinatorial Optimization, volume 2611 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2895] +
+
+J. Gottlieb and G. R. Raidl, editors. + Proceedings of EvoCOP 2004 – 4th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3004 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2896] +
+
+G. R. Raidl and J. Gottlieb, editors. + Proceedings of EvoCOP 2005 – 5th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3448 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2897] +
+
+J. Gottlieb and G. R. Raidl, editors. + Proceedings of EvoCOP 2006 – 6th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 3906 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2898] +
+
+C. Cotta et al., editors. + Proceedings of EvoCOP 2007 – Seventh European Conference on Evolutionary Computation in Combinatorial Optimisation, volume 4446 of Lecture Notes in Computer Science. + Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[2899] +
+
+C. Cotta and P. Cowling, editors. + Proceedings of EvoCOP 2009 – 9th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 5482 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2900] +
+
+P. Merz and J.-K. Hao, editors. + Proceedings of EvoCOP 2011 – 11th European Conference on Evolutionary Computation in Combinatorial Optimization, volume 6622 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2901] +
+
+J.-K. Hao and M. Middendorf, editors. + Evolutionary Computation in Combinatorial Optimization – 12th European Conference, EvoCOP 2012, Málaga, Spain, April 11-13, 2012, Proceedings, volume 7245 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[2902] +
+
+M. Middendorf and C. Blum, editors. + Evolutionary Computation in Combinatorial Optimization – 13th European Conference, EvoCOP 2013, Vienna, Austria, April 3-5, 2013, Proceedings, volume 7832 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2903] +
+
+C. Blum and G. Ochoa, editors. + Evolutionary Computation in Combinatorial Optimization – 14th European Conference, EvoCOP 2014, Granada, Spain, April 24-25, 2014, Proceedings, volume 8600 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2904] +
+
+B. Hu and M. López-Ibáñez, editors. + Evolutionary Computation in Combinatorial Optimization – 17th European Conference, EvoCOP 2017, Amsterdam, The Netherlands, April 19-21, 2017, Proceedings, volume 10197 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2017.
+[ bib | +DOI ] + +
+ + +
+[2905] +
+
+A. Liefooghe and M. López-Ibáñez, editors. + Evolutionary Computation in Combinatorial Optimization – 18th European Conference, EvoCOP 2018, Parma, Italy, April 4-6, 2018, Proceedings, volume 10782 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2018.
+[ bib | +DOI ] + +
+ + +
+[2906] +
+
+C. Zarges and S. Verel, editors. + Evolutionary Computation in Combinatorial Optimization – 21st European Conference, EvoCOP 2021, Held as Part of EvoStar 2021, Virtual Event, April 7-9, 2021, Proceedings, volume 12692 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[2907] +
+
+L. Pérez Cáceres and S. Verel, editors. + Evolutionary Computation in Combinatorial Optimization – 22nd European Conference, EvoCOP 2022, Held as Part of EvoStar 2022, April 20-22, 2022, Proceedings. + Lecture Notes in Computer Science. Springer, Cham, Switzerland, 2022.
+[ bib ] + +
+ + +
+[2908] +
+
+Michael T. M. Emmerich, André Deutz, Oliver Schütze, Pierrick Legrand, Emilia Tantar, and Alexandru-Adrian Tantar. + EVOLVE - A Bridge between Probability, Set Oriented Numerics, and Evolutionary Computation VII, volume 662 of Studies in Computational Intelligence. + Springer, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[2909] +
+
+V. W. Porto, N. Saravanan, D. Waagen, and A. E. Eiben, editors. + 7th International Conference, EP98 San Diego, California, USA, March 25–27, 1998 Proceedings, volume 1447 of Lecture Notes in Computer Science, Heidelberg, Germany, 1998. Springer.
+[ bib | +DOI ] + +
+ + +
+[2910] +
+
+M. Ehrgott, J. R. Figueira, and S. Greco, editors. + Trends in Multiple Criteria Decision Analysis, volume 142 of International Series in Operations Research & Management Science. + Springer, US, 2010.
+[ bib ] + +
+ + +
+[2911] +
+
+R. Barták and K. W. Brawner, editors. + Proceedings of the Thirty-Second International Florida Artificial Intelligence Research Society Conference, Sarasota, Florida, USA, May 19-22 2019. AAAI Press, 2019.
+[ bib ] + +
+ + +
+[2912] +
+
+J. Baumgartner and M. Sheeran, editors. + FMCAD'07: Proceedings of the 7th International Conference Formal Methods in Computer Aided Design, Austin, Texas, USA, 2007. IEEE Computer Society, Washington, DC, USA.
+[ bib ] + +
+ + +
+[2913] +
+
+A. Blum, editor. + 41st Annual Symposium on Foundations of Computer Science, FOCS 2000, 12-14 November 2000, Redondo Beach, California, USA. IEEE Computer Society Press, 2000.
+[ bib ] + +
+ + +
+[2914] +
+
+G. Rawlins, editor. + Foundations of Genetic Algorithms. + Morgan Kaufmann Publishers, San Mateo, CA, 1991.
+[ bib ] + +
+ + +
+[2915] +
+
+D. Whitley, editor. + Proceedings of the Second Workshop on Foundations of Genetic Algorithms. + Morgan Kaufmann Publishers, 1993.
+[ bib ] + +
+ + +
+[2916] +
+
+R. K. Belew and M. D. Vose, editors. + Proceedings of the 4th Workshop on Foundations of Genetic Algorithms, San Diego, CA, USA, August 5 1996. + Morgan Kaufmann Publishers, 1996.
+[ bib ] + +
+ + +
+[2917] +
+
+K. A. De Jong, R. Poli, and J. E. Rowe, editors. + Foundations of Genetic Algorithms, 7th International Workshop, FOGA 2002, Torremolinos, Spain, September 2-4, 2002, Proceedings. + Morgan Kaufmann Publishers, 2002.
+[ bib ] + +
+ + +
+[2918] +
+
+I. I. Garibay, T. Jansen, R. P. Wiegand, and A. S. Wu, editors. + Foundations of Genetic Algorithms, 10th ACM SIGEVO International Workshop, FOGA 2009, Orlando, Florida, USA, January 9-11, 2009, Proceedings. + ACM, 2009.
+[ bib ] + +
+ + +
+[2919] +
+
+T. Friedrich, C. Doerr, and D. V. Arnold, editors. + Foundations of Genetic Algorithms, 15th ACM/SIGEVO International Workshop, FOGA 2019, Potsdam, Germany. + ACM, 2019.
+[ bib ] + +
+ + +
+[2920] +
+
+F. Chicano, T. Friedrich, T. Kötzing, and F. Rothlauf, editors. + Foundations of Genetic Algorithms, 17th ACM/SIGEVO International Workshop, FOGA 2023, Potsdam, Germany. + ACM, 2023.
+[ bib ] + +
+ + +
+[2921] +
+
+J. R. Figueira, S. Greco, and M. Ehrgott, editors. + Multiple Criteria Decision Analysis, State of the Art Surveys. + Springer, 2005.
+[ bib ] + +
+ + +
+[2922] +
+
+J. Fürnkranz and E. Hüllermeier, editors. + Preference Learning. + Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[2923] +
+
+W. Banzhaf, J. M. Daida, A. E. Eiben, M. H. Garzon, V. Honavar, M. J. Jakiela, and R. E. Smith, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 1999, 13-17 July 1999, Orlando, Florida, USA. + Morgan Kaufmann Publishers, San Francisco, CA, 1999.
+[ bib ] + +
+ + +
+[2924] +
+
+D. Whitley et al., editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2000. + Morgan Kaufmann Publishers, San Francisco, CA, 2000.
+[ bib ] + +
+ + +
+[2925] +
+
+E. D. Goodman, editor. + Proceedings of the 3rd Annual Conference on Genetic and Evolutionary Computation, GECCO 2001. + Morgan Kaufmann Publishers, San Francisco, CA, 2001.
+[ bib ] + +
+ + +
+[2926] +
+
+W. B. Langdon et al., editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2002. + Morgan Kaufmann Publishers, San Francisco, CA, 2002.
+[ bib ] + +
+ + +
+[2927] +
+
+E. Cantú-Paz et al., editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2003, Part I, volume 2723 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[2928] +
+
+K. Deb et al., editors. + Genetic and Evolutionary Computation Conference, GECCO 2004, Seattle, WA, USA, June 26-30, 2004, Proceedings, Part I, volume 3102 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2929] +
+
+K. Deb et al., editors. + Genetic and Evolutionary Computation Conference, GECCO 2004, Seattle, WA, USA, June 26-30, 2004, Proceedings, Part II, volume 3103 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[2930] +
+
+H.-G. Beyer and U.-M. O'Reilly, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2005. + ACM Press, New York, NY, 2005.
+[ bib ] + +
+ + +
+[2931] +
+
+M. Cattolico et al., editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2006. + ACM Press, New York, NY, 2006.
+[ bib ] + +
+ + +
+[2932] +
+
+D. Thierens et al., editors. + Genetic and Evolutionary Computation Conference, GECCO 2007, Proceedings, London, England, UK, July 7-11, 2007. + ACM Press, New York, NY, 2007.
+[ bib ] + +
+ + +
+[2933] +
+
+C. Ryan, editor. + Genetic and Evolutionary Computation Conference, GECCO 2008, Proceedings, Atlanta, Georgia, USA July 12-16, 2008. + ACM Press, New York, NY, 2008.
+[ bib ] + +
+ + +
+[2934] +
+
+F. Rothlauf, editor. + Genetic and Evolutionary Computation Conference, GECCO 2009, Proceedings, Montreal, Québec, Canada, July 8-12, 2009. + ACM Press, New York, NY, 2009.
+[ bib ] + +
+ + +
+[2935] +
+
+F. Rothlauf, editor. + Genetic and Evolutionary Computation Conference, GECCO 2009, Proceedings, Montreal, Québec, Canada, July 8-12, 2009, Companion Material. + ACM Press, New York, NY, 2009.
+[ bib ] + +
+ + +
+[2936] +
+
+M. Pelikan and J. Branke, editors. + Genetic and Evolutionary Computation Conference, GECCO 2010, Proceedings, Portland, Oregon, USA, July 7-11, 2010. + ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2937] +
+
+M. Pelikan and J. Branke, editors. + Genetic and Evolutionary Computation Conference, GECCO 2010, Companion Material Proceedings, Portland, Oregon, USA, July 7-11, 2010. + ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[2938] +
+
+N. Krasnogor and P. L. Lanzi, editors. + Genetic and Evolutionary Computation Conference, GECCO 2011, Proceedings, Dublin, Ireland, July 12-16, 2011. + ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2939] +
+
+N. Krasnogor and P. L. Lanzi, editors. + 13th Annual Genetic and Evolutionary Computation Conference, GECCO 2011, Companion Material Proceedings, Dublin, Ireland, July 12-16, 2011. + ACM Press, New York, NY, 2011.
+[ bib ] + +
+ + +
+[2940] +
+
+T. Soule and J. H. Moore, editors. + Genetic and Evolutionary Computation Conference, GECCO 2012, Proceedings, Philadelphia, PA, USA, July 7-11, 2012. + ACM Press, New York, NY, 2012.
+[ bib ] + +
+ + +
+[2941] +
+
+T. Soule and J. H. Moore, editors. + Genetic and Evolutionary Computation Conference, GECCO 2012, Companion Material Proceedings, Philadelphia, PA, USA, July 7-11, 2012. + ACM Press, New York, NY, 2012.
+[ bib ] + +
+ + +
+[2942] +
+
+C. Blum and E. Alba, editors. + Genetic and Evolutionary Computation Conference, GECCO 2013, Proceedings, Amsterdam, The Netherlands, July 6-10, 2013. + ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[2943] +
+
+C. Blum and E. Alba, editors. + Genetic and Evolutionary Computation Conference, GECCO 2013, Companion Material Proceedings, Amsterdam, The Netherlands, July 6-10, 2013. + ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[2944] +
+
+C. Igel and D. V. Arnold, editors. + Genetic and Evolutionary Computation Conference, GECCO 2014, Proceedings, Vancouver, BC, Canada, July 12-16, 2014. + ACM Press, New York, NY, 2014.
+[ bib ] + +
+ + +
+[2945] +
+
+S. Silva and A. I. Esparcia-Alcázar, editors. + Genetic and Evolutionary Computation Conference, GECCO 2015, Proceedings, Madrid, Spain, July 11-15, 2015. + ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2946] +
+
+J. L. Jiménez Laredo, S. Silva, and A. I. Esparcia-Alcázar, editors. + Genetic and Evolutionary Computation Conference, GECCO 2015, Madrid, Spain, July 11-15, 2015, Companion Material Proceedings. + ACM Press, New York, NY, 2015.
+[ bib ] + +
+ + +
+[2947] +
+
+T. Friedrich, F. Neumann, and A. M. Sutton, editors. + Genetic and Evolutionary Computation Conference, GECCO 2016, Proceedings, Denver, CO, USA, July 20-24, 2016. + ACM Press, New York, NY, 2016.
+[ bib ] + +
+ + +
+[2948] +
+
+T. Friedrich, F. Neumann, and A. M. Sutton, editors. + Genetic and Evolutionary Computation Conference, GECCO 2016, Denver, CO, USA, July 20-24, 2016, Companion Material Proceedings. + ACM Press, New York, NY, 2016.
+[ bib ] + +
+ + +
+[2949] +
+
+P. A. N. Bosman, editor. + Genetic and Evolutionary Computation Conference, GECCO 2017, Berlin, Germany, July 15-19, 2017. + ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[2950] +
+
+P. A. N. Bosman, editor. + Genetic and Evolutionary Computation Conference, GECCO 2017, Berlin, Germany, July 15-19, 2017. + ACM Press, New York, NY, 2017.
+[ bib ] + +
+ + +
+[2951] +
+
+H. E. Aguirre and K. Takadama, editors. + Genetic and Evolutionary Computation Conference, GECCO 2018, Kyoto, Japan, July 15-19, 2018. + ACM Press, New York, NY, 2018.
+[ bib | +DOI ] + +
+ + +
+[2952] +
+
+M. López-Ibáñez, A. Auger, and T. Stützle, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2019, Prague, Czech Republic, July 13-17, 2019. + ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[2953] +
+
+M. López-Ibáñez, A. Auger, and T. Stützle, editors. + Genetic and Evolutionary Computation Conference Companion, GECCO 2019, Prague, Czech Republic, July 13-17, 2019. + ACM Press, New York, NY, 2019.
+[ bib | +DOI ] + +
+ + +
+[2954] +
+
+C. A. Coello Coello, editor. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2020, Cancún, Mexico, July 8-12, 2020. + ACM Press, New York, NY, 2020.
+[ bib | +DOI | +epub ] + +
+ + +
+[2955] +
+
+F. Chicano and K. Krawiec, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2021, Lille, France, July 10-14, 2021. + ACM Press, New York, NY, 2021.
+[ bib | +DOI ] + +
+ + +
+[2956] +
+
+F. Chicano and K. Krawiec, editors. + Genetic and Evolutionary Computation Conference Companion, GECCO 2021, Lille, France, July 10-14, 2021. + ACM Press, New York, NY, 2021.
+[ bib ] + +
+ + +
+[2957] +
+
+J. E. Fieldsend and M. Wagner, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2022, Boston, Massachusetts, July 9-13, 2022. + ACM Press, New York, NY, 2022.
+[ bib | +DOI ] + +
+ + +
+[2958] +
+
+J. E. Fieldsend and M. Wagner, editors. + Genetic and Evolutionary Computation Conference Companion, GECCO 2022, Boston, Massachusetts, July 9-13, 2022. + ACM Press, New York, NY, 2022.
+[ bib | +DOI ] + +
+ + +
+[2959] +
+
+S. Silva and L. Paquete, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2023, Lisbon, Portugal, July 15-19, 2023. + ACM Press, New York, NY, 2023.
+[ bib | +DOI ] +
+ISBN: 9798400701191 +
+ +
+ + +
+[2960] +
+
+S. Silva and L. Paquete, editors. + Genetic and Evolutionary Computation Conference Companion, GECCO 2023, Lisbon, Portugal, July 15-19, 2023. + ACM Press, New York, NY, 2023.
+[ bib | +DOI ] +
+ISBN: 979-8-4007-0120-7 +
+ +
+ + +
+[2961] +
+
+J. Handl and X. Li, editors. + Proceedings of the Genetic and Evolutionary Computation Conference, GECCO 2024, Melbourne, Australia, July 14-18, 2024. + ACM Press, New York, NY, 2024.
+[ bib ] + +
+ + +
+[2962] +
+
+J. R. Koza, editor. + Genetic Programming 1998: Proceedings of the Third Annual Conference, Late Breaking Papers, Stanford University, California, July 1998. Stanford University Bookstore.
+[ bib ] + +
+ + +
+[2963] +
+
+R. L. Graves and P. Wolfe, editors. + Recent Advances in Mathematical Programming. + McGraw Hill, New York, NY, 1963.
+[ bib ] + +
+ + +
+[2964] +
+
+G. Gutin and A. Punnen, editors. + The Traveling Salesman Problem and its Variations. + Kluwer Academic Publishers, Dordrecht, The Netherlands, 2002.
+[ bib ] + +
+ + +
+[2965] +
+
+F. Almeida et al., editors. + Proceedings of HM 2006 – 3rd International Workshop on Hybrid Metaheuristics, volume 4030 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[2966] +
+
+T. Bartz-Beielstein, M. J. Blesa, C. Blum, B. Naujoks, A. Roli, G. Rudolph, and M. Sampels, editors. + Hybrid Metaheuristics HM 2007, 4th International Workshop, volume 4771 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[2967] +
+
+M. J. Blesa, C. Blum, C. Cotta, A. J. Fernández, J. E. Gallardo, A. Roli, and M. Sampels, editors. + Hybrid Metaheuristics HM 2008, 5th International Workshop, volume 5296 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2968] +
+
+M. J. Blesa, C. Blum, L. Di Gaspero, A. Roli, M. Sampels, and A. Schaerf, editors. + Hybrid Metaheuristics, 6th International Workshop, HM 2009, Udine, Italy, October 16-17, 2009. Proceedings, volume 5818 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[2969] +
+
+M. J. Blesa, C. Blum, P. Festa, A. Roli, and M. Sampels, editors. + Hybrid Metaheuristics, 8th International Workshop, HM 2013, Ischia, Italy, May 23-25, 2013. Proceedings, volume 7919 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[2970] +
+
+M. J. Blesa, C. Blum, and S. Voß, editors. + Hybrid Metaheuristics, 9th International Workshop, HM 2014, Hamburg, Germany, June 11-13, 2014. Proceedings, volume 8457 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[2971] +
+
+F. Glover and G. A. Kochenberger, editors. + Handbook of Metaheuristics. + Kluwer Academic Publishers, Norwell, MA, 2002.
+[ bib ] + +
+ + +
+[2972] +
+
+F. Glover and G. A. Kochenberger, editors. + Handbook of Metaheuristics. + Springer, Boston, MA, 2003.
+[ bib | +DOI ] + +
+ + +
+[2973] +
+
+M. Gendreau and J.-Y. Potvin, editors. + Handbook of Metaheuristics, volume 146 of International Series in Operations Research & Management Science. + Springer, New York, NY, 2nd edition, 2010.
+[ bib ] + +
+ + +
+[2974] +
+
+M. Gendreau and J.-Y. Potvin, editors. + Handbook of Metaheuristics, volume 272 of International Series in Operations Research & Management Science. + Springer, 2019.
+[ bib ] + +
+ + +
+[2975] +
+
+J. Kacprzyk and W. Pedrycz, editors. + Springer Handbook of Computational Intelligence. + Springer, Berlin/Heidelberg, 2015.
+[ bib ] + +
+ + +
+[2976] +
+
+P. M. Pardalos and D.-Z. Du, editors. + Handbook of Combinatorial Optimization, volume 2. + Kluwer Academic Publishers, 1998.
+[ bib ] + +
+ + +
+[2977] +
+
+H. W. E., S. J. E., and K. N., editors. + Recent Advances in Memetic Algorithms, volume 166 of Studies in Fuzziness and Soft Computing. + Springer, Berlin/Heidelberg, 2005.
+[ bib ] + +
+ + +
+[2978] +
+
+R. Martí, P. M. Pardalos, and M. G. C. Resende, editors. + Handbook of Heuristics. + Springer International Publishing, 2018.
+[ bib ] + +
+ + +
+[2979] +
+
+D. S. Hochbaum, editor. + Approximation Algorithms For NP-hard Problems. + PWS Publishing Co., 1996.
+[ bib ] + +
+ + +
+[2980] +
+
+F. Hutter, L. Kotthoff, and J. Vanschoren, editors. + Automated Machine Learning: Methods, Systems, Challenges. + Springer, 2019.
+[ bib | +DOI | +epub ] + +
+ + +
+[2981] +
+
+H. R. Arabnia and R. Joshua, editors. + Proceedings of the 2005 International Conference on Artificial Intelligence, ICAI 2005. + CSREA Press, 2005.
+[ bib ] + +
+ + +
+[2982] +
+
+L. Caires, G. F. Italiano, L. Monteiro, C. Palamidessi, and M. Yung, editors. + Proceedings of the 32nd International Colloquium on Automata, Languages and Programming, ICALP 2005, volume 3580 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2005.
+[ bib ] + +
+ + +
+[2983] +
+
+Proceedings of the 9th International Conference on Artificial Neural Networks: ICANN '99, Location: Edinburgh, UK, 7-10 Sept. 1999, 1999.
+[ bib ] + +
+ + +
+[2984] +
+
+V. Kurkova-Pohlova and J. Koutnik, editors. + ICANN'08: Proceedings of the 18th International Conference on Artificial Neural Networks, Part I, volume 5163 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2985] +
+
+V. Kurkova-Pohlova and J. Koutnik, editors. + ICANN'08: Proceedings of the 18th International Conference on Artificial Neural Networks, Part II, volume 5164 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[2986] +
+
+A. Dobnikar, N. C. Steele, D. W. Pearson, and R. F. Albrecht, editors. + Artificial Neural Nets and Genetic Algorithms (ICANNGA-99), Proceedings of the International Conference in Portorož, Slovenia, 1999. + Springer Verlag, 1999.
+[ bib | +DOI ] + +
+ + +
+[2987] +
+
+D. W. Pearson, N. C. Steele, and R. F. Albrecht, editors. + Artificial Neural Networks and Genetic Algorithms. + Springer Verlag, 2003.
+[ bib ] + +
+ + +
+[2988] +
+
+E. Karpas, S. Jiménez Celorrio, and S. Kambhampati, editors. + Proceedings of the 3rd Workshop on Learning and Planning, collocated with the 21st International Conference on Automated Planning and Scheduling (ICAPS-PAL'11), 2011.
+[ bib ] + +
+ + +
+[2989] +
+
+S. Zilberstein, J. Koehler, and S. Koenig, editors. + Proceedings of the Fourteenth International Conference on Automated Planning and Scheduling (ICAPS 2004). + AAAI Press/MIT Press, Menlo Park, CA, 2004.
+[ bib ] + +
+ + +
+[2990] +
+
+R. I. Brafman, C. Domshlak, P. Haslum, and S. Zilberstein, editors. + Proceedings of the Twenty-Fifth International Conference on Automated Planning and Scheduling, ICAPS 2015, Jerusalem, Israel, June 7-11, 2015. + AAAI Press, Menlo Park, CA, 2015.
+[ bib ] + +
+ + +
+[2991] +
+
+Z. Michalewicz, editor. + Proceedings of the First IEEE International Conference on Evolutionary Computation (ICEC'94). + IEEE Press, Piscataway, NJ, 1994.
+[ bib ] + +
+ + +
+[2992] +
+
+T. Bäck, T. Fukuda, and Z. Michalewicz, editors. + Proceedings of the 1996 IEEE International Conference on Evolutionary Computation (ICEC'96). + IEEE Press, Piscataway, NJ, 1996.
+[ bib ] + +
+ + +
+[2993] +
+
+T. Bäck, Z. Michalewicz, and X. Yao, editors. + Proceedings of the 1997 IEEE International Conference on Evolutionary Computation (ICEC'97). + IEEE Press, Piscataway, NJ, 1997.
+[ bib ] + +
+ + +
+[2994] +
+
+J. J. Grefenstette, editor. + Proceedings of the 1st International Conference on Genetic Algorithms (ICGA), Pittsburgh, PA, USA, July 1985. Lawrence Erlbaum Associates, 1985.
+[ bib ] + +
+ + +
+[2995] +
+
+J. D. Schaffer, editor. + Proceedings of the 3rd International Conference on Genetic Algorithms (ICGA), George Mason University, Fairfax, Virginia, USA, June 1989. Morgan Kaufmann Publishers, San Mateo, CA, 1989.
+[ bib ] + +
+ + +
+[2996] +
+
+S. Forrest, editor. + Proceedings of the 5th International Conference on Genetic Algorithms (ICGA), Urbana-Champaign, IL, USA, June 1993. Morgan Kaufmann Publishers, 1993.
+[ bib ] + +
+ + +
+[2997] +
+
+L. J. Eshelman, editor. + Proceedings of the 6th International Conference on Genetic Algorithms (ICGA), Pittsburgh, PA, USA, July 15-19, 1995. + Morgan Kaufmann Publishers, San Francisco, CA, Pittsburgh, PA, 1995.
+[ bib ] + +
+ + +
+[2998] +
+
+T. Bäck, editor. + Proceedings of the 7th International Conference on Genetic Algorithms (ICGA), East Lansing, MI, USA, July 19-23, 1997. + Morgan Kaufmann Publishers, San Francisco, CA, 1997.
+[ bib ] + +
+ + +
+[2999] +
+
+D.-S. Huang, K. Li, and G. W. Irwin, editors. + International Conference on Computational Science (3), volume 4115 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[3000] +
+
+Y. Shi, G. D. van Albada, J. Dongarra, and P. M. A. Sloot, editors. + Computational Science – ICCS 2007, 7th International Conference, Proceedings, Part IV, volume 4490 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[3001] +
+
+Y. Bengio and Y. LeCun, editors. + 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings, 2015.
+[ bib ] + +
+ + +
+[3002] +
+
+I. Murray, M. Ranzato, and O. Vinyals, editors. + 6th International Conference on Learning Representations, ICLR 2018, Vancouver, BC, Canada, April 30 - May 3, 2018, Workshop Track Proceedings. OpenReview.net, 2018.
+[ bib ] + +
+ + +
+[3003] +
+
+W. W. Cohen and H. Hirsh, editors. + Proceedings of the 11th International Conference on Machine Learning, ICML 1994, New Brunswick, NJ, USA, San Francisco, CA, 1994. Morgan Kaufmann Publishers.
+[ bib ] + +
+ + +
+[3004] +
+
+C. E. Brodley, editor. + Machine Learning, Proceedings of the Twenty-first International Conference, ICML 2004, Banff, Alberta, Canada, July 4-8, 2004, New York, NY, 2004. ACM Press.
+[ bib ] + +
+ + +
+[3005] +
+
+W. W. Cohen, A. McCallum, and S. T. Roweis, editors. + Proceedings of the 25th International Conference on Machine Learning, ICML 2008, Helsinki, Finland, July 05-09, 2008, New York, NY, 2008. ACM Press.
+[ bib ] + +
+ + +
+[3006] +
+
+A. P. Danyluk, L. Bottou, and M. L. Littman, editors. + Proceedings of the 26th Annual International Conference on Machine Learning, ICML 2009, Montreal, Quebec, Canada, June 14-18, 2009, New York, NY, 2009. ACM Press.
+[ bib ] + +
+ + +
+[3007] +
+
+J. Fürnkranz and T. Joachims, editors. + Proceedings of the 27th international conference on machine learning, ICML 2010, New York, NY, 2010. ACM Press.
+[ bib ] + +
+ + +
+[3008] +
+
+J. Langford and J. Pineau, editors. + Proceedings of the 29th International Conference on Machine Learning, ICML 2012, Edinburgh, Scotland, UK, June 26 - July 1, 2012. Omnipress, 2012.
+[ bib ] + +
+ + +
+[3009] +
+
+S. Dasgupta and D. McAllester, editors. + Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, volume 28, 2013.
+[ bib | +http ] + +
+ + +
+[3010] +
+
+E. P. Xing and T. Jebara, editors. + Proceedings of the 31st International Conference on Machine Learning, ICML 2014, Beijing, China, 21-26 June 2014, volume 32. PMLR, 2014.
+[ bib | +http ] + +
+ + +
+[3011] +
+
+F. Bach and D. Blei, editors. + Proceedings of the 32nd International Conference on Machine Learning, ICML 2015, Lille, France, 7-9 July 2015, volume 37. PMLR, 2015.
+[ bib | +epub ] + +
+ + +
+[3012] +
+
+J. G. Dy and A. Krause, editors. + Proceedings of the 35th International Conference on Machine Learning, ICML 2018, Stockholmsmässan, Stockholm, Sweden, July 10-15, 2018, volume 80 of Proceedings of Machine Learning Research. PMLR, 2018.
+[ bib ] + +
+ + +
+[3013] +
+
+I. Cloete, K.-P. Wong, and M. Berthold, editors. + Proceedings of the 3rd International Conference on Machine Learning and Cybernetics. IEEE Press, 2004.
+[ bib ] + +
+ + +
+[3014] +
+
+Proceedings of the International Conference on Machine Learning and Cybernetics. IEEE Press, 2006.
+[ bib ] + +
+ + +
+[3015] +
+
+B. Vitoriano, E. Pinson, and F. Valente, editors. + ICORES 2014 - Proceedings of the 3rd International Conference on Operations Research and Enterprise Systems, Angers, Loire Valley, France. + SciTePress, 2014.
+[ bib ] + +
+ + +
+[3016] +
+
+K. Ito, F. Harashima, and K. Tanie, editors. + 1999 IEEE International Conference on Systems, Man, and Cybernetics, October 12–15, 1999, Tokyo, Japan. IEEE Press, 1999.
+[ bib ] + +
+ + +
+[3017] +
+
+IEEE International Conference on Systems, Man, and Cybernetics, SMC 2013, Manchester, United Kingdom, October 13-16, 2013. IEEE Press, 2013.
+[ bib ] + +
+ + +
+[3018] +
+
+G. A. Papadopoulos, editor. + 26th IEEE International Conference on Tools with Artificial Intelligence, ICTAI 2014, Limassol, Cyprus, November 10-12, 2014. IEEE Press, 2014.
+[ bib ] + +
+ + +
+[3019] +
+
+J. Mylopoulos and R. Reiter, editors. + Proceedings of the 12th International Joint Conference on Artificial Intelligence, IJCAI 91, Sydney, Australia, August 24-30, 1991. + Morgan Kaufmann Publishers, 1995.
+[ bib ] + +
+ + +
+[3020] +
+
+C. S. Mellish, editor. + Proceedings of the 14th International Joint Conference on Artificial Intelligence, IJCAI 95, Montréal Québec, Canada, August 20-25, 1995, 2 Volumes. + Morgan Kaufmann Publishers, 1995.
+[ bib ] + +
+ + +
+[3021] +
+
+M. E. Pollack, editor. + IJCAI 1997, Proceedings of the 15th International Joint Conference on Artificial Intelligence, IJCAI 97, Nagoya, Japan, August 23-29, 1997, 2 Volumes. + Morgan Kaufmann Publishers, 1997.
+[ bib ] + +
+ + +
+[3022] +
+
+B. Nebel, editor. + IJCAI 2001, Proceedings of the 17th International Joint Conference on Artificial Intelligence. IEEE Press, 2001.
+[ bib ] + +
+ + +
+[3023] +
+
+G. Gottlob and T. Walsh, editors. + IJCAI-03, Proceedings of the Eighteenth International Joint Conference on Artificial Intelligence, Acapulco, Mexico, August 9-15, 2003. Morgan Kaufmann Publishers, 2003.
+[ bib | +epub ] + +
+ + +
+[3024] +
+
+M. M. Veloso, editor. + IJCAI 2007, Proceedings of the 20th International Joint Conference on Artificial Intelligence, Hyderabad, India, January 6-12, 2007. AAAI Press, Menlo Park, CA, 2007.
+[ bib ] + +
+ + +
+[3025] +
+
+C. Boutilier, editor. + IJCAI 2009, Proceedings of the 21st International Joint Conference on Artificial Intelligence, Pasadena, California, USA, July 11-17, 2009. AAAI Press, Menlo Park, CA, 2009.
+[ bib ] + +
+ + +
+[3026] +
+
+T. Walsh, editor. + IJCAI 2011, Proceedings of the 22nd International Joint Conference on Artificial Intelligence, Barcelona, Spain, July 16-22, 2011. IJCAI/AAAI Press, Menlo Park, CA, 2011.
+[ bib ] + +
+ + +
+[3027] +
+
+Q. Yang and M. Wooldridge, editors. + IJCAI 2015, Proceedings of the 24th International Joint Conference on Artificial Intelligence, Buenos Aires, Argentina, July 25-31, 2015. IJCAI/AAAI Press, Menlo Park, CA, 2015.
+[ bib ] + +
+ + +
+[3028] +
+
+J. Filipe and J. Kacprzyk, editors. + Proceedings of the International Joint Conference on Computational Intelligence (IJCCI-2010). SciTePress, 2010.
+[ bib ] + +
+ + +
+[3029] +
+
+Proceedings of the International Joint Conference on Neural Networks, IJCNN 2006, part of the IEEE World Congress on Computational Intelligence, WCCI 2006, Vancouver, BC, Canada, 16-21 July 2006. IEEE, 2006.
+[ bib | +DOI ] + +
+ + +
+[3030] +
+
+D. Liu et al., editors. + Proceedings of the International Joint Conference on Neural Networks (IJCNN 2008), Hong Kong, China, June 1-6, 2008. IEEE Press, 2008.
+[ bib ] + +
+ + +
+[3031] +
+
+E. Hüllermeier, R. Kruse, and F. Hoffmann, editors. + 13th International Conference on Information Processing and Management of Uncertainty, IPMU 2010, Germany, June 28-July 2, 2010. Proceedings, volume 6178 of Lecture Notes in Artificial Intelligence. + Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[3032] +
+
+A. Abraham and M. Paprzycki, editors. + Proceedings of the 5th International Conference on Intelligent Systems Design and Applications, 2005.
+[ bib ] + +
+ + +
+[3033] +
+
+D. S. Johnson and M. A. Trick, editors. + Cliques, Coloring, and Satisfiability: Second DIMACS Implementation Challenge, volume 26 of DIMACS Series on Discrete Mathematics and Theoretical Computer Science. + American Mathematical Society, Providence, RI, 1996.
+[ bib ] + +
+ + +
+[3034] +
+
+J. Kallrath, editor. + Modeling Languages in Mathematical Optimization, volume 88 of Applied Optimization. + Kluwer Academic Publishers, 2004.
+[ bib ] + +
+ + +
+[3035] +
+
+V. Maniezzo, R. Battiti, and J.-P. Watson, editors. + Learning and Intelligent Optimization, Second International Conference, LION 2007, Trento, Italy, December 8-12, 2007. Selected Papers, volume 5313 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[3036] +
+
+T. Stützle, editor. + Third International Conference, LION 3, Trento, Italy, January 14-18, 2009. Selected Papers, volume 5851 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[3037] +
+
+C. Blum and R. Battiti, editors. + 4th International Conference, LION 4, Venice, Italy, January 18-22, 2010. Selected Papers, volume 6073 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib | +DOI ] + +
+ + +
+[3038] +
+
+C. A. Coello Coello, editor. + 5th International Conference, LION 5, Rome, Italy, January 17-21, 2011. Selected Papers, volume 6683 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2011.
+[ bib ] + +
+ + +
+[3039] +
+
+Y. Hamadi and M. Schoenauer, editors. + 6th International Conference, LION 6, Paris, France, January 16-20, 2012. Selected Papers, volume 7219 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[3040] +
+
+P. M. Pardalos and G. Nicosia, editors. + 7th International Conference, LION 7, Catania, Italy, January 7-11, 2013. Selected Papers, volume 7997 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[3041] +
+
+P. M. Pardalos, M. G. C. Resende, C. Vogiatzis, and J. L. Walteros, editors. + 8th International Conference, LION 8, Gainesville, Florida, USA, February 16-21, 2014. Revised Selected Papers, volume 8426 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[3042] +
+
+C. Dhaenens, L. Jourdan, and M.-E. Marmion, editors. + 9th International Conference, LION 9, Lille, France, January 12-15, 2015. Revised Selected Papers, volume 8994 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2015.
+[ bib ] + +
+ + +
+[3043] +
+
+P. Festa, M. Sellmann, and J. Vanschoren, editors. + 10th International Conference, LION 10, Ischia, Italy, May 29 - June 1, 2016. Revised Selected Papers, volume 10079 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[3044] +
+
+R. Battiti, D. E. Kvasov, and Y. D. Sergeyev, editors. + 11th International Conference, LION 11, Nizhny Novgorod, Russia, June 19-21, 2017, Revised Selected Papers, volume 10556 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[3045] +
+
+R. Battiti, M. Brunato, I. Kotsireas, and P. M. Pardalos, editors. + 12th International Conference, LION 12, Kalamata, Greece, June 10-15, 2018, volume 11353 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2018.
+[ bib ] + +
+ + +
+[3046] +
+
+N. F. Matsatsinis, Y. Marinakis, and P. M. Pardalos, editors. + 13th International Conference, LION 13, Chania, Crete, Greece, May 27-31, 2019, Revised Selected Papers, volume 11968 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2019.
+[ bib ] + +
+ + +
+[3047] +
+
+M. Vlastelica, J. Song, A. Ferber, B. Amos, G. Martius, B. Dilkina, and Y. Yue, editors. + Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020, LMCA 2020, Vancouver, Canada, December 12, 2020, 2020.
+[ bib ] + +
+ + +
+[3048] +
+
+P. Calabar and T. C. Son, editors. + 12th International Conference, LPNMR 2013, Corunna, Spain, September 15-19, 2013. Proceedings, volume 8148 of Lecture Notes in Artificial Intelligence. + Springer, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[3049] +
+
+F. Lobo, C. F. Lima, and Z. Michalewicz, editors. + Parameter Setting in Evolutionary Algorithms. + Springer, Berlin, Germany, 2007.
+[ bib ] + +
+ + +
+[3050] +
+
+G. H. Tzeng and P. L. Yu, editors. + Proceedings of the 10th International Conference on Multiple Criteria Decision Making (MCDM'91). + Springer Verlag, 1992.
+[ bib ] + +
+ + +
+[3051] +
+
+J. Climaco, editor. + Proceedings of the 13th International Conference on Multiple Criteria Decision Making (MCDM'97). + Springer Verlag, 1997.
+[ bib ] + +
+ + +
+[3052] +
+
+G. Fandel and T. Gal, editors. + Multiple Criteria Decision Making Theory and Application, Proceedings of the Third Conference Hagen/Königswinter, West Germany, August 20-24, 1979. + Number 177 in Lecture Notes in Economics and Mathematical Systems. Springer, Heidelberg, Germany, 1980.
+[ bib ] + +
+ + +
+[3053] +
+
+M. G. C. Resende and J. Pinho de Souza, editors. + Proceedings of MIC 1997, the 2nd Metaheuristics International Conference, Sophia-Antipolis, France, July 21-24, 1997, 1997.
+[ bib ] + +
+ + +
+[3054] +
+
+K. F. Doerner, M. Gendreau, P. Greistorfer, W. J. Gutjahr, R. F. Hartl, and M. Reimann, editors. + 6th Metaheuristics International Conference (MIC 2005), Vienna, Austria, 2005.
+[ bib ] + +
+ + +
+[3055] +
+
+M. Caserta and S. Voß, editors. + Proceedings of MIC 2009, the 8th Metaheuristics International Conference, Hamburg, Germany, 2010. University of Hamburg.
+[ bib ] + +
+ + +
+[3056] +
+
+L. Di Gaspero, A. Schaerf, and T. Stützle, editors. + Proceedings of MIC 2011, the 9th Metaheuristics International Conference, 2011.
+[ bib ] + +
+ + +
+[3057] +
+
+Proceedings of MIC 2013, the 10th Metaheuristics International Conference, 2013.
+[ bib ] + +
+ + +
+[3058] +
+
+E.-G. Talbi, editor. + Proceedings of MIC 2015, the 11th Metaheuristics International Conference, 2015.
+[ bib ] + +
+ + +
+[3059] +
+
+R. Monroy, G. Arroyo-Figueroa, L. E. Sucar, and H. Sossa, editors. + MICAI 2004: Advances in Artificial Intelligence: Third Mexican International Conference on Artificial Intelligence, Mexico City, Mexico, April 26-30, 2004. Proceedings, volume 2972 of Lecture Notes in Artificial Intelligence. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[3060] +
+
+G. Kendall, G. Vanden Berghe, and B. McCollum, editors. + Multidisciplinary International Conference on Scheduling: Theory and Applications (MISTA 2013), Gent, Belgium, 2013.
+[ bib ] + +
+ + +
+[3061] +
+
+A. Prieditis and S. Russell, editors. + Proceedings of the Twelfth International Conference on Machine Learning (ML-95). + Morgan Kaufmann Publishers, Palo Alto, CA, 1995.
+[ bib ] + +
+ + +
+[3062] +
+
+X. Gandibleux, M. Sevaux, K. Sörensen, and V. T'Kindt, editors. + Metaheuristics for Multiobjective Optimisation, volume 535 of Lecture Notes in Economics and Mathematical Systems. + Springer, Berlin/Heidelberg, 2004.
+[ bib ] + +
+ + +
+[3063] +
+
+D. Ucinski, A. C. Atkinson, and M. Patan, editors. + mODa 10 – Advances in Model-Oriented Design and Analysis, Proceedings of the 10th International Workshop in Model-Oriented Design and Analysis Held in Łagów Lubuski, Poland, June 10-14, 2013. + Springer International Publishing, Heidelberg, Germany, 2013.
+[ bib ] + +
+ + +
+[3064] +
+
+J. Branke, K. Deb, K. Miettinen, and R. Slowiński, editors. + Multiobjective Optimization: Interactive and Evolutionary Approaches, volume 5252 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[3065] +
+
+R. Caballero, F. Ruiz, and R. Steuer, editors. + Advances in Multiple Objective and Goal Programming, volume 455 of Lecture Notes in Economics and Mathematical Systems. + Springer, Heidelberg, Germany, 1997.
+[ bib ] + +
+ + +
+[3066] +
+
+J. D. Knowles, D. Corne, K. Deb, and D. R. Chair, editors. + Multiobjective Problem Solving from Nature. + Natural Computing Series. Springer, Berlin/Heidelberg, 2008.
+[ bib ] + +
+ + +
+[3067] +
+
+W. Fitzgibbon, Y. A. Kuznetsov, P. Neittaanmäki, and O. Pironneau, editors. + Modeling, Simulation and Optimization for Science and Technology, volume 34 of Computational Methods in Applied Sciences. + Springer, 2014.
+[ bib ] + +
+ + +
+[3068] +
+
+V. Maniezzo, T. Stützle, and S. Voß, editors. + Matheuristics—Hybridizing Metaheuristics and Mathematical Programming, volume 10 of Annals of Information Systems. + Springer, New York, NY, 2009.
+[ bib ] + +
+ + +
+[3069] +
+
+J. Mehnen, M. Köppen, A. Saad, and A. Tiwari, editors. + Applications of Soft Computing, volume 58 of Advances in Intelligent and Soft Computing. + Springer, Berlin/Heidelberg, 2009.
+[ bib ] + +
+ + +
+[3070] +
+
+Proceedings of the NAFIPS-FLINT International Conference'2002, Piscataway, New Jersey, June 2002. IEEE Service Center.
+[ bib ] + +
+ + +
+[3071] +
+
+N. Krasnogor, B. Melián-Batista, J. A. Moreno-Pérez, J. M. Moreno-Vega, and D. A. Pelta, editors. + Nature Inspired Cooperative Strategies for Optimization (NICSO 2008), volume 236 of Studies in Computational Intelligence. + Springer, Berlin, Germany, 2009.
+[ bib | +DOI ] + +
+ + +
+[3072] +
+
+D. Corne, M. Dorigo, and F. Glover, editors. + New Ideas in Optimization. + McGraw Hill, London, UK, 1999.
+[ bib ] + +
+ + +
+[3073] +
+
+J. D. Cowan, G. Tesauro, and J. Alspector, editors. + Advances in Neural Information Processing Systems, volume 6. + Morgan Kaufmann Publishers, San Francisco, CA, 1994.
+[ bib ] + +
+ + +
+[3074] +
+
+M. Mozer, M. I. Jordan, and T. Petsche, editors. + Advances in Neural Information Processing Systems 9, NIPS, Denver, CO, USA, December 2-5, 1996. + MIT Press, 1996.
+[ bib ] + +
+ + +
+[3075] +
+
+S. Thrun, L. Saul, and B. Schölkopf, editors. + Proceedings of the 16th International Conference on Neural Information Processing Systems, NIPS. + MIT Press, 2003.
+[ bib ] + +
+ + +
+[3076] +
+
+J. Shawe-Taylor, R. S. Zemel, P. L. Bartlett, F. Pereira, and K. Q. Weinberger, editors. + Advances in Neural Information Processing Systems 24: Annual Conference on Neural Information Processing Systems 2011. + Curran Associates, Red Hook, NY, 2011.
+[ bib ] + +
+ + +
+[3077] +
+
+P. L. Bartlett, F. C. N. Pereira, C. J. C. Burges, L. Bottou, and K. Q. Weinberger, editors. + Advances in Neural Information Processing Systems 25: 26th Annual Conference on Neural Information Processing Systems 2012. + Curran Associates, Red Hook, NY, 2012.
+[ bib ] + +
+ + +
+[3078] +
+
+C. Cortes, N. D. Lawrence, D. D. Lee, M. Sugiyama, and R. Garnett, editors. + Advances in Neural Information Processing Systems 28: Annual Conference on Neural Information Processing Systems 2015, December 7-12, 2015, Montreal, Quebec, Canada, 2015.
+[ bib | +http ] + +
+ + +
+[3079] +
+
+D. D. Lee, M. Sugiyama, U. V. Luxburg, I. Guyon, and R. Garnett, editors. + Advances in Neural Information Processing Systems 29: Annual Conference on Neural Information Processing Systems 2016, December 5-10, 2016, Barcelona, Spain, 2016.
+[ bib ] + +
+ + +
+[3080] +
+
+I. Guyon, U. von Luxburg, S. Bengio, H. M. Wallach, R. Fergus, S. V. N. Vishwanathan, and R. Garnett, editors. + Advances in Neural Information Processing Systems 30: Annual Conference on Neural Information Processing Systems 2017, December 4-9, 2017, Long Beach, CA, USA, 2016.
+[ bib ] + +
+ + +
+[3081] +
+
+H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d'Alché-Buc, E. B. Fox, and R. Garnett, editors. + Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019, 8-14 December 2019, Vancouver, BC, Canada, 2019.
+[ bib | +epub ] + +
+ + +
+[3082] +
+
+H. Larochelle, M. Ranzato, R. Hadsell, M. Balcan, and H. Lin, editors. + Advances in Neural Information Processing Systems 33: Annual Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6-12, 2020, Virtual, 2020.
+[ bib | +epub ] + +
+ + +
+[3083] +
+
+M. Ranzato, A. Beygelzimer, Y. Dauphin, P. S. Liang, and J. W. Vaughan, editors. + Advances in Neural Information Processing Systems 34 (NeurIPS 2021), 2021.
+[ bib | +epub ] + +
+ + +
+[3084] +
+
+K. Naono, K. Teranishi, J. Cavazos, and R. Suda, editors. + Software Automatic Tuning: From Concepts to State-of-the-Art Results. + Springer, 2010.
+[ bib ] + +
+ + +
+[3085] +
+
+F. Neri, C. Cotta, and P. Moscato, editors. + Handbook of Memetic Algorithms, volume 379 of Studies in Computational Intelligence. + Springer, 2011.
+[ bib ] + +
+ + +
+[3086] +
+
+O. Grothe, S. Nickel, S. Rebennack, and O. Stein, editors. + Operations Research 2022, Selected Papers of the Annual International Conference of the German Operations Research Society (GOR), Karlsruhe, Germany, September 6-9, 2022. + Lecture Notes in Operations Research. Springer, Cham, Switzerland, 2022.
+[ bib ] + +
+ + +
+[3087] +
+
+Proceedings of the 23rd International Conference on Parallel Architectures and Compilation, New York, NY, 2014. ACM Press.
+[ bib ] + +
+ + +
+[3088] +
+
+E. K. Burke and W. Erben, editors. + Practice and Theory of Automated Timetabling III, Third International Conference, PATAT 2000, Konstanz, Germany, August 16-18, 2000, Selected Papers, volume 2079 of Lecture Notes in Computer Science. + Springer, 2000.
+[ bib ] + +
+ + +
+[3089] +
+
+E. Özcan, E. K. Burke, and B. McCollum, editors. + PATAT 2014: Proceedings of the 10th International Conference of the Practice and Theory of Automated Timetabling. PATAT, 2014.
+[ bib ] + +
+ + +
+[3090] +
+
+F. Mueller, editor. + Proceedings of the 2011 IEEE International Parallel & Distributed Processing Symposium, IPDPS '11. IEEE Computer Society, 2011.
+[ bib ] + +
+ + +
+[3091] +
+
+H. R. Arabnia, editor. + Proceedings of the International Conference on Parallel and Distributed Processing Techniques and Applications (PDPTA'98). + CSREA Press, 1998.
+[ bib ] + +
+ + +
+[3092] +
+
+H.-P. Schwefel and R. Männer, editors. + Parallel Problem Solving from Nature, 1st Workshop, PPSN I Dortmund, FRG, October 1-3, 1990. Proceedings. + Springer, Berlin/Heidelberg, 1991.
+[ bib | +DOI ] + +
+ + +
+[3093] +
+
+R. Männer and B. Manderick, editors. + Parallel Problem Solving from Nature 2, PPSN-II, Brussels, Belgium, September 28-30, 1992. + Elsevier, 1992.
+[ bib ] + +
+ + +
+[3094] +
+
+H.-M. Voigt et al., editors. + The 4th International Conference on Parallel Problem Solving from Nature Berlin, Germany, September 22 - 26, 1996. Proceedings, volume 1141 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1996.
+[ bib ] + +
+ + +
+[3095] +
+
+A. E. Eiben, T. Bäck, M. Schoenauer, and H.-P. Schwefel, editors. + Parallel Problem Solving from Nature – PPSN V, 5th International Conference Amsterdam, The Netherlands September 27-30, 1998 Proceedings, volume 1498 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 1998.
+[ bib ] + +
+ + +
+[3096] +
+
+M. Schoenauer et al., editors. + Parallel Problem Solving from Nature – PPSN VI, volume 1917 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[3097] +
+
+J.-J. Merelo et al., editors. + Parallel Problem Solving from Nature – PPSN VII, volume 2439 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[3098] +
+
+X. Yao et al., editors. + Proceedings of PPSN-VIII, Eighth International Conference on Parallel Problem Solving from Nature, Birmingham, UK, volume 3242 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[3099] +
+
+T. P. Runarsson, H.-G. Beyer, E. K. Burke, J.-J. Merelo, D. Whitley, and X. Yao, editors. + Proceedings of PPSN-IX, Ninth International Conference on Parallel Problem Solving from Nature, volume 4193 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2006.
+[ bib ] + +
+ + +
+[3100] +
+
+G. Rudolph et al., editors. + Proceedings of PPSN-X, Tenth International Conference on Parallel Problem Solving from Nature, volume 5199 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[3101] +
+
+R. Schaefer, C. Cotta, J. Kolodziej, and G. Rudolph, editors. + Parallel Problem Solving from Nature – PPSN XI, volume 6238 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2010.
+[ bib ] + +
+ + +
+[3102] +
+
+C. A. Coello Coello et al., editors. + Parallel Problem Solving from Nature, PPSN XII, 12th International Conference, Taormina, Italy, September 1-5, 2012, Proceedings, Part I, volume 7491 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[3103] +
+
+C. A. Coello Coello et al., editors. + Parallel Problem Solving from Nature - PPSN XII - 12th International Conference, Taormina, Italy, September 1-5, 2012, Proceedings, Part II, volume 7492 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2012.
+[ bib ] + +
+ + +
+[3104] +
+
+T. Bartz-Beielstein, J. Branke, B. Filipič, and J. Smith, editors. + Parallel Problem Solving from Nature – PPSN XIII, volume 8672 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2014.
+[ bib ] + +
+ + +
+[3105] +
+
+J. Handl, E. Hart, P. R. Lewis, M. López-Ibáñez, G. Ochoa, and B. Paechter, editors. + Parallel Problem Solving from Nature - PPSN XIV 14th International Conference, Edinburgh, UK, September 17-21, 2016, Proceedings, volume 9921 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2016.
+[ bib | +DOI ] + +
+ + +
+[3106] +
+
+A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors. + Parallel Problem Solving from Nature - PPSN XV 15th International Conference, Coimbra, Portugal, September 8-12, 2018, Proceedings, Part I, volume 11101 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2018.
+[ bib ] + +
+ + +
+[3107] +
+
+A. Auger, C. M. Fonseca, N. Lourenço, P. Machado, L. Paquete, and D. Whitley, editors. + Parallel Problem Solving from Nature - PPSN XV 15th International Conference, Coimbra, Portugal, September 8-12, 2018, Proceedings, Part II, volume 11102 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2018.
+[ bib ] + +
+ + +
+[3108] +
+
+T. Bäck, M. Preuss, A. Deutz, H. Wang, C. Doerr, M. T. M. Emmerich, and H. Trautmann, editors. + Parallel Problem Solving from Nature - PPSN XVI 16th International Conference, Leiden, The Netherlands, September 5-9, 2020, Proceedings, volume 12269 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2020.
+[ bib ] + +
+ + +
+[3109] +
+
+G. Rudolph, A. V. Kononova, H. E. Aguirre, P. Kerschke, G. Ochoa, and T. Tušar, editors. + Parallel Problem Solving from Nature - PPSN XVII, 17th International Conference, PPSN 2022, Dortmund, Germany, September 10-14, 2022, Proceedings, Part I, volume 13398 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2022.
+[ bib ] + +
+ + +
+[3110] +
+
+V. Alexandrov, M. Lees, V. Krzhizhanovskaya, J. Dongarra, and P. M. A. Sloot, editors. + 2013 International Conference on Computational Science, volume 18 of Procedia Computer Science. Elsevier, 2013.
+[ bib ] + +
+ + +
+[3111] +
+
+A. Albrecht and K. Steinhöfel, editors. + Second International Symposium, SAGA 2003, Hatfield, UK, September 22-23, 2003, Proceedings, volume 2827 of Lecture Notes in Computer Science. Springer Verlag, 2003.
+[ bib | +DOI ] + +
+ + +
+[3112] +
+
+F. Bacchus and T. Walsh, editors. + International Conference on Theory and Applications of Satisfiability Testing, volume 3569, 2005.
+[ bib ] + +
+ + +
+[3113] +
+
+M. Heule and S. Weaver, editors. + Theory and Applications of Satisfiability Testing – SAT 2015, volume 9340 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2015.
+[ bib ] + +
+ + +
+[3114] +
+
+A. Belov, D. Diepold, M. Heule, and M. Järvisalo, editors. + Proceedings of SAT Competition 2014: Solver and Benchmark Descriptions, volume B-2014-2 of Science Series of Publications B. University of Helsinki, 2014.
+[ bib ] + +
+ + +
+[3115] +
+
+X. Li et al., editors. + Simulated Evolution and Learning, 7th International Conference, SEAL 2008, volume 5361 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2008.
+[ bib ] + +
+ + +
+[3116] +
+
+B. K. Panigrahi, P. N. Suganthan, S. Das, and S. S. Dash, editors. + International Conference on Swarm, Evolutionary, and Memetic Computing, volume 8298 of Theoretical Computer Science and General Issues. Springer International Publishing, 2013.
+[ bib ] + +
+ + +
+[3117] +
+
+R. Ramakrishnan, S. J. Stolfo, R. J. Bayardo, and I. Parsa, editors. + Proceedings of the sixth ACM SIGKDD international conference on Knowledge discovery and data mining, Boston, MA, USA, August 20-23, 2000. + ACM Press, New York, NY, 2000.
+[ bib | +epub ] + +
+ + +
+[3118] +
+
+W. Kim, R. Kohavi, J. Gehrke, and W. DuMouchel, editors. + KDD04: ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Seattle WA USA, August 22-25, 2004. + ACM Press, New York, NY, 2004.
+[ bib ] + +
+ + +
+[3119] +
+
+I. S. Dhillon, Y. Koren, R. Ghani, T. E. Senator, P. Bradley, R. Parekh, J. He, R. L. Grossman, and R. Uthurusamy, editors. + The 19th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, KDD 2013. + ACM Press, New York, NY, 2013.
+[ bib ] + +
+ + +
+[3120] +
+
+S. Matwin, S. Yu, and F. Farooq, editors. + KDD'17: The 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Halifax, NS, Canada, August 13-17, 2017. + ACM Press, 2017.
+[ bib ] + +
+ + +
+[3121] +
+
+Y. Guo and F. Farooq, editors. + KDD'18: The 24th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, London United Kingdom, August 19-23, 2018. + ACM Press, New York, NY, July 2018.
+[ bib ] + +
+ + +
+[3122] +
+
+Teredesai et al., editors. + KDD'19: The 25th ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, Anchorage, AK, USA, August 4-8, 2019. + ACM Press, New York, NY, July 2019.
+[ bib ] + +
+ + +
+[3123] +
+
+S. E. Chick, P. J. Sanchez, D. M. Ferrin, and D. J. Morrice, editors. + Proceedings of the 35th Winter Simulation Conference: Driving Innovation, volume 1, New York, NY, December 2003. ACM Press.
+[ bib ] + +
+ + +
+[3124] +
+
+T. Stützle, M. Birattari, and H. H. Hoos, editors. + Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2007, volume 4638 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2007.
+[ bib ] + +
+ + +
+[3125] +
+
+T. Stützle, M. Birattari, and H. H. Hoos, editors. + Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS 2009, volume 5752 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2009.
+[ bib ] + +
+ + +
+[3126] +
+
+X. Chen and A. Stafylopatis, editors. + Computational Intelligence (SSCI), 2016 IEEE Symposium Series on, 2016.
+[ bib ] + +
+ + +
+[3127] +
+
+C. A. Coello Coello, editor. + 2020 IEEE Symposium Series on Computational Intelligence, SSCI 2020, Canberra, Australia, December 1-4, 2020. IEEE Press, 2020.
+[ bib ] + +
+ + +
+[3128] +
+
+R. A. DeMillo, editor. + Proceedings of the sixteenth annual ACM Symposium on Theory of Computing. ACM Press, 1984.
+[ bib ] + +
+ + +
+[3129] +
+
+E. K. Burke and G. Kendall, editors. + Search Methodologies: Introductory Tutorials in Optimization and Decision Support Techniques. + Springer, Boston, MA, 2005.
+[ bib | +DOI ] + +
+ + +
+[3130] +
+
+E. Alba, F. Chicano, and G. J. Luque, editors. + Smart Cities: First International Conference, Smart-CT 2016, Málaga, Spain, June 15-17, 2016, Proceedings. + Lecture Notes in Computer Science. Springer, Cham, Switzerland, 2016.
+[ bib ] + +
+ + +
+[3131] +
+
+S. Staab and R. Studer, editors. + Handbook on Ontologies. + International Handbooks on Information Systems. Springer, 2009.
+[ bib ] + +
+ + +
+[3132] +
+
+B. Steffen and G. Woeginger, editors. + Computing and Software Science: State of the Art and Perspectives, volume 10000 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2019.
+[ bib ] + +
+ + +
+[3133] +
+
+F. Heintz, M. Milano, and B. O'Sullivan, editors. + Trustworthy AI - Integrating Learning, Optimization and Reasoning First International Workshop, TAILOR 2020, Virtual Event, September 4-5, 2020, Revised Selected Papers, volume 12641 of Lecture Notes in Computer Science. + Springer, Cham, Switzerland, 2021.
+[ bib ] + +
+ + +
+[3134] +
+
+C. Martín-Vide, R. Neruda, and M. A. Vega-Rodríguez, editors. + Theory and Practice of Natural Computing - 6th International Conference, TPNC 2017, volume 10687 of Lecture Notes in Computer Science. + Springer International Publishing, Cham, Switzerland, 2017.
+[ bib ] + +
+ + +
+[3135] +
+
+E.-G. Talbi, editor. + Hybrid Metaheuristics, volume 434 of Studies in Computational Intelligence. + Springer Verlag, 2013.
+[ bib | +http ] + +
+ + +
+[3136] +
+
+H. Topaluglu, editor. + Theory Driven by Influential Applications. + INFORMS, 2013.
+[ bib ] + +
+ + +
+[3137] +
+
+N. de Freitas and K. Murphy, editors. + Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence (UAI'12), Catalina Island, CA August 14-18 2012. AUAI Press, 2013.
+[ bib ] + +
+ + +
+[3138] +
+
+R. V. V. Vidal, editor. + Applied Simulated Annealing. + Springer, 1993.
+[ bib ] + +
+ + +
+[3139] +
+
+S. Voß and D. L. Woodruff, editors. + Optimization Software Class Libraries. + Kluwer Academic Publishers, Boston, MA, 2002.
+[ bib ] + +
+ + +
+[3140] +
+
+Proceedings of the First IEEE Conference on Evolutionary Computation, IEEE World Congress on Computational Intelligence, Orlando, Florida, USA, June 27-29, 1994, Piscataway, NJ, June 1994. IEEE Press.
+[ bib ] + +
+ + +
+[3141] +
+
+D. B. Fogel et al., editors. + Proceedings of the 2002 World Congress on Computational Intelligence (WCCI 2002), Piscataway, NJ, 2002. IEEE Press.
+[ bib ] + +
+ + +
+[3142] +
+
+Proceedings of the 2022 World Congress on Computational Intelligence (WCCI 2022), Piscataway, NJ, 2022. IEEE Press.
+[ bib ] + +
+ + +
+[3143] +
+
+V. Y. Shen, N. Saito, M. R. Lyu, and M. E. Zurko, editors. + Proceedings of the Tenth International World Wide Web Conference, WWW 10, Hong Kong, China, May 1-5, 2001. + ACM Press, New York, NY, 2001.
+[ bib ] + +
+ + +
+[3144] +
+
+M. Rappa, P. Jones, J. Freire, and S. Chakrabarti, editors. + World Wide Web Conference, WWW 2010, Proceedings, Raleigh, North Carolina, USA, April 26-30, 2010. + ACM Press, New York, NY, 2010.
+[ bib ] + +
+ + +
+[3145] +
+
+S. Cagnoni et al., editors. + Real-World Applications of Evolutionary Computing, EvoWorkshops 2000: EvoIASP, EvoSCONDI, EvoTel, EvoSTIM, EvoROB, and EvoFlight, Edinburgh, Scotland, UK, April 17, 2000, Proceedings, volume 1803 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2000.
+[ bib ] + +
+ + +
+[3146] +
+
+E. J. W. Boers et al., editors. + Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2001, volume 2037 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2001.
+[ bib ] + +
+ + +
+[3147] +
+
+S. Cagnoni et al., editors. + Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2002, volume 2279 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2002.
+[ bib ] + +
+ + +
+[3148] +
+
+S. Cagnoni et al., editors. + Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2003, volume 2611 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2003.
+[ bib ] + +
+ + +
+[3149] +
+
+G. R. Raidl et al., editors. + Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2004, volume 3005 of Lecture Notes in Computer Science. + Springer, Heidelberg, Germany, 2004.
+[ bib ] + +
+ + +
+[3150] +
+
+K. Mehlhorn, editor. + Algorithm Engineering, 2nd International Workshop, WAE'92. Max-Planck-Institut für Informatik, Saarbrücken, Germany, 1998.
+[ bib ] + +
+

This file was generated by +bibtex2html 1.99.

+ + diff --git a/index_bib.html b/index_bib.html new file mode 100644 index 00000000..4e6129f5 --- /dev/null +++ b/index_bib.html @@ -0,0 +1,48399 @@ + + + + + +IRIDIA BibTeX Repository + + + + + + + + + + + +
+ + + + README + PDF (1.5 MB) + BibTeX + +License: CC0-1.0 +
+ + +

IRIDIA BibTeX Repository

+ +

What is this?

+ +

This list of references in automatically generated from a collection of BibTeX files organized in a way that tries to avoid redundancy, minimise mistakes and facilitate customization.

+ +

You only need to fork (or link) the git repository in your papers and sync with the main copy to send/receive updates.

+ +

Most customisations, such as shorter journal or conference names, do not require changing the existing .bib files. + You should not need to edit the entries directly unless you find mistakes. See the README for more details.

+ +

References

+ +

tmp0ME4kKXUmj.bib

+@comment{{This file has been generated by bib2bib 1.99}}
+
+ +
+@comment{{Command line: bib2bib --warn-error --expand --expand-xrefs authors.bib abbrev.bib journals.bib articles.bib biblio.bib crossref.bib --remove pdf -ob /tmp/tmp0ME4kKXUmj.bib -oc /tmp/citefile4IXH8OH6u1}}
+
+ +
+@preamble{{\providecommand{\MaxMinAntSystem}{{$\cal MAX$--$\cal MIN$} {Ant} {System}} } # {\providecommand{\rpackage}[1]{{#1}} } # {\providecommand{\softwarepackage}[1]{{#1}} } # {\providecommand{\proglang}[1]{{#1}} }}
+
+ +
+@article{AbdGad2012dynamic,
+  author = {Abdelkhalik, Ossama and Gad, Ahmed},
+  title = {Dynamic-Size Multiple Populations Genetic Algorithm for Multigravity-Assist Trajectory Optimization},
+  journal = {Journal of Guidance, Control, and Dynamics},
+  year = 2012,
+  volume = 35,
+  number = 2,
+  pages = {520--529},
+  doi = {10.2514/1.54330}
+}
+
+ +
+@article{AbrAmoDan1999,
+  title = {Simulated annealing cooling schedules for the school timetabling problem},
+  author = { David Abramson  and Amoorthy, Mohan Krishna and Dang, Henry},
+  journal = {Asia-Pacific Journal of Operational Research},
+  volume = 16,
+  number = 1,
+  pages = {1--22},
+  year = 1999
+}
+
+ +
+@article{Abramson1991,
+  title = {Constructing School Timetables Using Simulated Annealing: Sequential and Parallel Algorithms},
+  author = { David Abramson },
+  journal = {Management Science},
+  volume = 37,
+  number = 1,
+  pages = {98--113},
+  year = 1991,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{Ach2009mpc,
+  author = {Tobias Achterberg},
+  title = {{SCIP}: {Solving} constraint integer programs},
+  journal = {Mathematical Programming Computation},
+  year = 2009,
+  volume = 1,
+  number = 1,
+  month = jul,
+  pages = {1--41},
+  epub = {http://mpc.zib.de/archive/2009/1/Achterberg2009_Article_SCIPSolvingConstraintIntegerPr.pdf}
+}
+
+ +
+@article{AchBer2007,
+  title = {Improving the feasibility pump},
+  author = {Achterberg, Tobias and Berthold, Timo},
+  journal = {Discrete Optimization},
+  volume = 4,
+  number = 1,
+  pages = {77--86},
+  year = 2007,
+  publisher = {Elsevier}
+}
+
+ +
+@article{AcoMes2014jbi,
+  author = {H{\'e}ctor-Gabriel Acosta-Mesa and Fernando Rechy-Ram{\'i}rez and  Efr{\'e}n Mezura-Montes  and Nicandro Cruz-Ram{\'i}rez and
+                  Hern{\'a}ndez Jim{\'e}nez, Rodolfo},
+  title = {Application of time series discretization using evolutionary programming for classification of precancerous cervical lesions},
+  journal = {Journal of Biomedical Informatics},
+  volume = 49,
+  pages = {73--83},
+  year = 2014,
+  doi = {10.1016/j.jbi.2014.03.004},
+  keywords = {irace}
+}
+
+ +
+@article{AddLocSch2008,
+  title = {Disk Packing in a Square: A New Global Optimization Approach},
+  author = {Addis, Bernardetta and Locatelli, Marco and Schoen, Fabio},
+  journal = {INFORMS Journal on Computing},
+  year = 2008,
+  number = 4,
+  pages = {516--524},
+  volume = 20,
+  doi = {10.1287/ijoc.1080.0263},
+  alias = {Addis2008}
+}
+
+ +
+@article{Ade92,
+  author = {B. Adenso-D{\'i}az},
+  title = {Restricted Neighborhood in the Tabu Search for the
+                  Flowshop Problem},
+  journal = {European Journal of Operational Research},
+  year = 1992,
+  volume = 62,
+  number = 1,
+  pages = {27--37}
+}
+
+ +
+@article{AdeLag06tuning,
+  author = {B. Adenso-D{\'i}az and  Manuel Laguna },
+  title = {Fine-Tuning of Algorithms Using Fractional
+                  Experimental Design and Local Search},
+  journal = {Operations Research},
+  year = 2006,
+  volume = 54,
+  number = 1,
+  pages = {99--114},
+  keywords = {Calibra}
+}
+
+ +
+@article{AdrBieSha2022jair,
+  title = {Automated dynamic algorithm configuration},
+  author = { Steven Adriaensen  and  Biedenkapp, Andr{\'e}  and Shala, Gresa and Awad, Noor and Eimer, Theresa and  Marius Thomas Lindauer  and  Frank Hutter },
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 75,
+  pages = {1633--1699},
+  year = 2022,
+  doi = {10.1613/jair.1.13922}
+}
+
+ +
+@article{AfsMieRui2021survey,
+  author = {Afsar, Bekir and  Kaisa Miettinen  and  Francisco Ruiz },
+  title = {Assessing the Performance of Interactive Multiobjective
+                  Optimization Methods: A Survey},
+  year = 2021,
+  volume = 54,
+  number = 4,
+  doi = {10.1145/3448301},
+  abstract = {Interactive methods are useful decision-making tools for
+                  multiobjective optimization problems, because they allow a
+                  decision-maker to provide her/his preference information
+                  iteratively in a comfortable way at the same time as (s)he
+                  learns about all different aspects of the problem. A wide
+                  variety of interactive methods is nowadays available, and
+                  they differ from each other in both technical aspects and
+                  type of preference information employed. Therefore, assessing
+                  the performance of interactive methods can help users to
+                  choose the most appropriate one for a given problem. This is
+                  a challenging task, which has been tackled from different
+                  perspectives in the published literature. We present a
+                  bibliographic survey of papers where interactive
+                  multiobjective optimization methods have been assessed
+                  (either individually or compared to other methods). Besides
+                  other features, we collect information about the type of
+                  decision-maker involved (utility or value functions,
+                  artificial or human decision-maker), the type of preference
+                  information provided, and aspects of interactive methods that
+                  were somehow measured. Based on the survey and on our own
+                  experiences, we identify a series of desirable properties of
+                  interactive methods that we believe should be assessed.},
+  journal = {{ACM} Computing Surveys},
+  numpages = 27,
+  keywords = {decision-makers, Interactive methods, performance assessment,
+                  preference information, multiobjective optimization problems}
+}
+
+ +
+@article{AfsSilMis2022design,
+  author = {Afsar, Bekir and Silvennoinen, Johanna and Misitano,
+                  Giovanni and  Francisco Ruiz  and Ruiz, Ana B. and  Kaisa Miettinen },
+  title = {Designing empirical experiments to compare interactive
+                  multiobjective optimization methods},
+  journal = {Journal of the Operational Research Society},
+  year = 2022,
+  volume = 74,
+  number = 11,
+  pages = {2327--2338},
+  month = nov,
+  doi = {10.1080/01605682.2022.2141145}
+}
+
+ +
+@article{AgoPea1973normality,
+  doi = {10.2307/2335012},
+  year = 1973,
+  month = dec,
+  publisher = {{JSTOR}},
+  volume = 60,
+  number = 3,
+  pages = {613--622},
+  author = {Ralph {D'Agostino} and E. S. Pearson},
+  title = {Tests for Departure from Normality. Empirical Results for the
+                  Distributions of $b_2$ and $\surd b_1$},
+  journal = {Biometrika}
+}
+
+ +
+@article{Agrell1997ejor,
+  title = {On redundancy in multi criteria decision making},
+  journal = {European Journal of Operational Research},
+  volume = 98,
+  number = 3,
+  pages = {571--586},
+  year = 1997,
+  doi = {10.1016/0377-2217(95)00340-1},
+  author = {Per J. Agrell},
+  keywords = {Multi criteria decision making, Redundancy, objective
+                  reduction, Vector optimisation},
+  abstract = {The concept of redundancy is accepted in Operations Research
+                  and Information Theory. In Linear Programming, a constraint
+                  is said to be redundant if the feasible decision space is
+                  identical with or without the constraint. In Information
+                  Theory, redundancy is used as a measure of the stability
+                  against noise in transmission. Analogies with Multi Criteria
+                  Decision Making (MCDM) are indicated and it is argued that
+                  the redundancy concept should be used as a regular feature in
+                  conditioning and analysis of Multi Criteria
+                  Programs. Properties of a proposed conflict-based
+                  characterisation are stated and some existence results are
+                  derived. Redundancy is here intended for interactive methods,
+                  when the efficient set is progressively explored. A new
+                  redundancy test for the linear case is formulated from the
+                  framework. A probabilistic method based on correlation is
+                  proposed and tested for the non-linear case. Finally, some
+                  general guidelines are given concerning the redundancy
+                  problem.}
+}
+
+ +
+@article{AguTan2007ejor,
+  title = {Working principles, behavior, and performance of {MOEAs} on
+                  {MNK}-landscapes},
+  author = { Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  journal = {European Journal of Operational Research},
+  volume = 181,
+  number = 3,
+  year = 2007,
+  pages = {1670--1690},
+  doi = {10.1016/j.ejor.2006.08.004}
+}
+
+ +
+@article{AhmOsm2004:aor,
+  author = {Samad Ahmadi and  Ibrahim H. Osman },
+  title = {Density Based Problem Space Search for the Capacitated Clustering $p$-Median Problem},
+  journal = {Annals of Operations Research},
+  year = 2004,
+  volume = 131,
+  pages = {21--43}
+}
+
+ +
+@article{AhrElsSarEss2021weighted,
+  title = {Weighted pointwise prediction method for dynamic
+                  multiobjective optimization},
+  journal = {Information Sciences},
+  volume = 546,
+  pages = {349--367},
+  year = 2021,
+  author = {Ali Ahrari and Saber Elsayed and Ruhul Sarker and Daryl
+                  Essam and  Carlos A. {Coello Coello} }
+}
+
+ +
+@article{AhuErgOrlPun2002:dam,
+  author = { R. K. Ahuja   and O. Ergun and A. P. Punnen},
+  title = {A Survey of Very Large-scale Neighborhood Search
+                  Techniques},
+  journal = {Discrete Applied Mathematics},
+  year = 2002,
+  volume = 123,
+  number = {1--3},
+  pages = {75--102}
+}
+
+ +
+@article{AinKumCha2009asc,
+  author = { Sandip Aine  and  Rajeev Kumar  and  P. P. Chakrabarti },
+  title = {Adaptive parameter control of evolutionary
+                  algorithms to improve quality-time trade-off},
+  journal = {Applied Soft Computing},
+  volume = 9,
+  number = 2,
+  year = 2009,
+  pages = {527--540},
+  doi = {10.1016/j.asoc.2008.07.001},
+  keywords = {anytime}
+}
+
+ +
+@article{AlbLanSte2010,
+  author = {Albrecht, A. A. and Lane, P. C. R. and Steinh{\"o}fel, K.},
+  title = {Analysis of Local Search Landscapes for k-{SAT} Instances},
+  journal = {Mathematics in Computer Science},
+  number = 4,
+  pages = {465--488},
+  volume = 3,
+  year = 2010,
+  doi = {10.1007/s11786-010-0040-7}
+}
+
+ +
+@article{Albers2003online,
+  title = {Online Algorithms: A Survey},
+  author = {Albers, Susanne},
+  journal = {Mathematical Programming},
+  year = 2003,
+  number = 1,
+  pages = {3--26},
+  volume = 97
+}
+
+ +
+@article{AleMos2016slr,
+  author = {Aldeida Aleti and Irene Moser},
+  year = 2016,
+  title = {A systematic literature review of adaptive parameter control
+                  methods for evolutionary algorithms},
+  journal = {{ACM} Computing Surveys},
+  volume = 49,
+  number = {3, Article 56},
+  month = oct,
+  pages = 35,
+  doi = {10.1145/2996355}
+}
+
+ +
+@article{AlfRuiPagStu2020hybrid,
+  title = {Automatic Algorithm Design for Hybrid Flowshop Scheduling
+                  Problems},
+  author = { Pedro Alfaro-Fern{\'a}ndez  and  Rub{\'e}n Ruiz  and  Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  journal = {European Journal of Operational Research},
+  volume = 282,
+  number = 3,
+  pages = {835--845},
+  year = 2020,
+  doi = {10.1016/j.ejor.2019.10.004},
+  keywords = {Scheduling, Hybrid flowshop, Automatic algorithm
+                  configuration, Automatic Algorithm Design},
+  abstract = {Industrial production scheduling problems are challenges that
+                  researchers have been trying to solve for decades. Many
+                  practical scheduling problems such as the hybrid flowshop are
+                  NP-hard. As a result, researchers resort to metaheuristics to
+                  obtain effective and efficient solutions. The traditional
+                  design process of metaheuristics is mainly manual, often
+                  metaphor-based, biased by previous experience and prone to
+                  producing overly tailored methods that only work well on the
+                  tested problems and objectives. In this paper, we use an
+                  Automatic Algorithm Design (AAD) methodology to eliminate
+                  these limitations. AAD is capable of composing algorithms
+                  from components with minimal human intervention. We test the
+                  proposed AAD for three different optimization objectives in
+                  the hybrid flowshop. Comprehensive computational and
+                  statistical testing demonstrates that automatically designed
+                  algorithms outperform specifically tailored state-of-the-art
+                  methods for the tested objectives in most cases.}
+}
+
+ +
+@article{AliMei2011kemeny,
+  annote = {Computational Foundations of Social Choice},
+  year = 2012,
+  month = jul,
+  publisher = {Elsevier {BV}},
+  volume = 64,
+  number = 1,
+  pages = {28--40},
+  author = {Alnur Ali and Marina Meil{\u{a}}},
+  doi = {10.1016/j.mathsocsci.2011.08.008},
+  journal = { Mathematical Social Science },
+  title = {Experiments with {Kemeny} ranking: What Works When?},
+  keywords = {Borda ranking, Kemeny ranking}
+}
+
+ +
+@article{AllAyd2013,
+  title = {Algorithms for no-wait flowshops with total
+                  completion time subject to makespan},
+  author = {Allahverdi, Ali and Aydilek, Harun},
+  journal = {International Journal of Advanced Manufacturing Technology},
+  pages = {1--15},
+  year = 2013
+}
+
+ +
+@article{AllJasLieTam2022cor,
+  title = {What if we increase the number of objectives? {Theoretical}
+                  and empirical implications for many-objective combinatorial
+                  optimization},
+  author = { Allmendinger, Richard  and  Andrzej Jaszkiewicz  and  Arnaud Liefooghe  and Tammer,
+                  Christiane},
+  doi = {10.1016/j.cor.2022.105857},
+  journal = {Computers \& Operations Research},
+  volume = 145,
+  pages = 105857,
+  year = 2022,
+  publisher = {Elsevier}
+}
+
+ +
+@article{AllKno2013ephemeral,
+  title = {On Handling Ephemeral Resource Constraints in Evolutionary
+                  Search},
+  author = { Allmendinger, Richard  and  Joshua D. Knowles },
+  year = 2013,
+  month = sep,
+  journal = {Evolutionary Computation},
+  volume = 21,
+  number = 3,
+  pages = {497--531},
+  issn = {1063-6560, 1530-9304},
+  doi = {10.1162/EVCO_a_00097},
+  abstract = {We consider optimization problems where the set of solutions
+                  available for evaluation at any given time t during
+                  optimization is some subset of the feasible space. This model
+                  is appropriate to describe many closed-loop optimization
+                  settings (i.e. where physical processes or experiments are
+                  used to evaluate solutions) where, due to resource
+                  limitations, it may be impossible to evaluate particular
+                  solutions at particular times (despite the solutions being
+                  part of the feasible space). We call the constraints
+                  determining which solutions are non-evaluable ephemeral
+                  resource constraints (ERCs). In this paper, we investigate
+                  two specific types of ERC: one encodes periodic resource
+                  availabilities, the other models `commitment' constraints
+                  that make the evaluable part of the space a function of
+                  earlier evaluations conducted. In an experimental study, both
+                  types of constraint are seen to impact the performance of an
+                  evolutionary algorithm significantly. To deal with the
+                  effects of the ERCs, we propose and test five different
+                  constrainthandling policies (adapted from those used to
+                  handle `standard' constraints), using a number of different
+                  test functions including a fitness landscape from a real
+                  closed-loop problem. We show that knowing information about
+                  the type of resource constraint in advance may be sufficient
+                  to select an effective policy for dealing with it, even when
+                  advance knowledge of the fitness landscape is limited.},
+  langid = {english}
+}
+
+ +
+@article{Alm10,
+  author = { Christian Almeder },
+  title = {A hybrid optimization approach for multi-level
+                  capacitated lot-sizing problems},
+  number = 2,
+  journal = {European Journal of Operational Research},
+  year = 2010,
+  keywords = {Ant colony optimization, Manufacturing, Material
+                  requirements planning, Mixed-integer programming},
+  pages = {599--606},
+  volume = 200,
+  doi = {10.1016/j.ejor.2009.01.019},
+  abstract = {Solving multi-level capacitated lot-sizing problems
+                  is still a challenging task, in spite of increasing
+                  computational power and faster algorithms. In this
+                  paper a new approach combining an ant-based
+                  algorithm with an exact solver for (mixed-integer)
+                  linear programs is presented. A {MAX-MIN} ant system
+                  is developed to determine the principal production
+                  decisions, a {LP/MIP} solver is used to calculate
+                  the corresponding production quantities and
+                  inventory levels. Two different local search methods
+                  and an improvement strategy based on reduced
+                  mixed-integer problems are developed and integrated
+                  into the ant algorithm. This hybrid approach
+                  provides superior results for small and medium-sized
+                  problems in comparison to the existing approaches in
+                  the literature. For large-scale problems the
+                  performance of this method is among the best}
+}
+
+ +
+@article{AluKat2004:ieee,
+  author = {S. Alupoaei and S. Katkoori},
+  title = {Ant Colony System Application to Marcocell Overlap Removal},
+  journal = {IEEE Transactions on Very Large Scale Integration (VLSI) Systems},
+  year = 2004,
+  volume = 12,
+  number = 10,
+  pages = {1118--1122}
+}
+
+ +
+@article{Amaral2012corridor,
+  title = {The Corridor Allocation Problem},
+  journal = {Computers \& Operations Research},
+  volume = 39,
+  number = 12,
+  pages = {3325--3330},
+  year = 2012,
+  author = {Amaral, Andr{\'e} R. S.},
+  doi = {10.1016/j.cor.2012.04.016},
+  keywords = {Facility layout, Double row layout, Integer programming},
+  abstract = {The corridor allocation problem (CAP) seeks an arrangement of
+                  facilities along a central corridor defined by two horizontal
+                  lines parallel to the x-axis of a Cartesian coordinate
+                  system. The objective is to minimize the total communication
+                  cost among facilities, while respecting two main conditions:
+                  (i) no space is allowed between two adjacent facilities; (ii)
+                  the left-most point of the arrangement on either line should
+                  have zero abscissa. The conditions (i) and (ii) are required
+                  in many applications such as the arrangement of rooms at
+                  office buildings or hospitals. The CAP is a NP-Hard
+                  problem. In this paper, a mixed-integer programming
+                  formulation of the CAP is proposed, which allows us to
+                  compute optimal layouts in reasonable time for problem
+                  instances of moderate sizes. Moreover, heuristic procedures
+                  are presented that can handle larger instances.}
+}
+
+ +
+@article{AmiBadFar2007:cis,
+  author = {Amir, C. and Badr, A. and Farag, I},
+  title = {A Fuzzy Logic Controller for Ant Algorithms},
+  journal = {Computing and Information Systems},
+  year = 2007,
+  volume = 11,
+  number = 2,
+  pages = {26--34}
+}
+
+ +
+@article{AndDefDouJor2003,
+  title = {An Introduction to {MCMC} for Machine Learning},
+  author = { Christophe Andrieu  and  Nando de Freitas  and  Arnaud Doucet  and  Michael I. Jordan },
+  journal = {Machine Learning},
+  volume = 50,
+  number = {1-2},
+  pages = {5--43},
+  year = 2003,
+  publisher = {Springer}
+}
+
+ +
+@article{AndFagHob2015maritime,
+  author = {Andersson, Henrik and Fagerholt, Kjetil and Hobbesland,
+                  Kirsti},
+  title = {Integrated maritime fleet deployment and speed optimization:
+                  Case study from {RoRo} shipping},
+  journal = {Computers \& Operations Research},
+  year = 2015,
+  volume = 55,
+  pages = {233--240},
+  month = mar,
+  doi = {10.1016/j.cor.2014.03.017}
+}
+
+ +
+@article{AndJorLin1996,
+  author = {Andersen, K. A. and J{\"o}rnsten, K. and Lind, M.},
+  title = {On bicriterion minimal spanning trees: An approximation},
+  journal = {Computers \& Operations Research},
+  volume = 23,
+  number = 12,
+  pages = {1171--1182},
+  year = 1996
+}
+
+ +
+@article{AnejaNair79,
+  author = {Aneja, Y. P. and Nair, K. P. K.},
+  title = {Bicriteria Transportation Problem},
+  journal = {Management Science},
+  volume = 25,
+  number = 1,
+  pages = {73--78},
+  year = 1979
+}
+
+ +
+@article{AngBamGou2004tcs,
+  author = {Eric Angel and Evripidis Bampis and Laurent
+                  Gourv{\'e}s},
+  title = {Approximating the {Pareto} curve with local search
+                  for the bicriteria {TSP}(1,2) problem},
+  journal = {Theoretical Computer Science},
+  number = {1-3},
+  pages = {135--146},
+  volume = 310,
+  year = 2004,
+  doi = {10.1016/S0304-3975(03)00376-1},
+  keywords = {Archiving, Local search, Multicriteria TSP,
+                  Approximation algorithms}
+}
+
+ +
+@article{AngWoo09,
+  author = { Daniel Angus  and Clinton Woodward},
+  title = {Multiple Objective Ant Colony Optimisation},
+  journal = {Swarm Intelligence},
+  year = 2009,
+  volume = 3,
+  number = 1,
+  pages = {69--85},
+  doi = {10.1007/s11721-008-0022-4}
+}
+
+ +
+@article{AnjVie2017flp,
+  title = {Mathematical optimization approaches for facility layout
+                  problems: The state-of-the-art and future research
+                  directions},
+  author = {Anjos, Miguel F. and Vieira, Manuel V. C.},
+  journal = {European Journal of Operational Research},
+  volume = 261,
+  number = 1,
+  pages = {1--16},
+  year = 2017,
+  publisher = {Elsevier}
+}
+
+ +
+@article{AnsBriGou2002qap,
+  author = {Kurt Anstreicher and Nathan Brixius and Jean-Pierre Goux and
+                  Jeff Linderoth},
+  title = {Solving large quadratic assignment problems on computational
+                  grids},
+  doi = {10.1007/s101070100255},
+  year = 2002,
+  month = feb,
+  volume = 91,
+  number = 3,
+  pages = {563--588},
+  journal = {Mathematical Programming Series B},
+  abstract = {The quadratic assignment problem (QAP) is among the hardest
+                  combinatorial optimization problems. Some instances of size
+                  $n = 30$ have remained unsolved for decades. The solution of
+                  these problems requires both improvements in mathematical
+                  programming algorithms and the utilization of powerful
+                  computational platforms. In this article we describe a novel
+                  approach to solve QAPs using a state-of-the-art
+                  branch-and-bound algorithm running on a federation of
+                  geographically distributed resources known as a computational
+                  grid. Solution of QAPs of unprecedented complexity, including
+                  the nug30, kra30b, and tho30 instances, is reported.}
+}
+
+ +
+@article{AppBixChvCoo03:mp,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {Implementing the {Dantzig}-{Fulkerson}-{Johnson} Algorithm for Large Traveling Salesman Problems},
+  journal = {Mathematical Programming Series B},
+  year = 2003,
+  volume = 97,
+  number = {1--2},
+  pages = {91--153},
+  doi = {10.1007/s10107-003-0440-4}
+}
+
+ +
+@article{AppBixChvCoo98,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {On the Solution of Traveling Salesman Problems},
+  journal = {Documenta Mathematica},
+  year = 1998,
+  volume = {Extra Volume ICM III},
+  pages = {645--656}
+}
+
+ +
+@article{AppBlaNew1961,
+  author = {Appleby, J. S. and Blake, D. V. and Newman, E. A.},
+  title = {Techniques for producing school timetables on a computer and
+                  their application to other scheduling problems},
+  journal = {The Computer Journal},
+  year = 1961,
+  volume = 3,
+  number = 4,
+  pages = {237--245},
+  doi = {10.1093/comjnl/3.4.237}
+}
+
+ +
+@article{AppCoo91,
+  author = { David Applegate  and  William J. Cook },
+  title = {A Computational Study of the Job-Shop Scheduling
+                  Problem},
+  journal = {ORSA Journal on Computing},
+  year = 1991,
+  volume = 3,
+  number = 2,
+  pages = {149--156}
+}
+
+ +
+@article{AppCooRoh2003,
+  title = {Chained {Lin}-{Kernighan} for Large Traveling Salesman
+                  Problems},
+  author = { David Applegate  and  William J. Cook  and  Andr{\'e} Rohe},
+  journal = {INFORMS Journal on Computing},
+  volume = 15,
+  number = 1,
+  pages = {82--92},
+  year = 2003,
+  alias = {AppCooRoh99},
+  doi = {10.1287/ijoc.15.1.82.15157}
+}
+
+ +
+@article{AppEtAl09,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook  and 
+                  D. Espinoza and M. Goycoolea  and  Keld Helsgaun },
+  title = {Certification of an Optimal {TSP} Tour Through 85,900 Cities},
+  journal = {Operations Research Letters},
+  volume = 37,
+  number = 1,
+  year = 2009,
+  pages = {11--15}
+}
+
+ +
+@article{AraCamCam2022openletter,
+  author = {Claus Aranha and Camacho-Villal\'{o}n, Christian Leonardo and Felipe Campelo and  Marco Dorigo  and  Rub{\'e}n Ruiz  and  Marc Sevaux  and  Kenneth S{\"o}rensen  and  Thomas St{\"u}tzle },
+  title = {Metaphor-based Metaheuristics, a Call for Action: the Elephant in the Room},
+  journal = {Swarm Intelligence},
+  pages = {1--6},
+  volume = 16,
+  number = 1,
+  doi = {10.1007/s11721-021-00202-9},
+  year = 2022
+}
+
+ +
+@article{ArcSavSpe2016vehicle,
+  title = {The Vehicle Routing Problem with Occasional Drivers},
+  author = {Archetti, Claudia and  Martin Savelsbergh  and  Speranza, M. Grazia },
+  journal = {European Journal of Operational Research},
+  volume = 254,
+  number = 2,
+  pages = {472--480},
+  year = 2016,
+  doi = {10.1016/j.ejor.2016.03.049},
+  publisher = {Elsevier}
+}
+
+ +
+@article{ArnSanSorVid2019,
+  author = {Florian Arnold and Santana, \'{I}talo and  Kenneth S{\"o}rensen  and  Thibaut Vidal },
+  title = {{PILS}: Exploring high-order neighborhoods by pattern mining
+                  and injection},
+  journal = {Arxiv preprint arXiv:1912.11462 [cs.AI]},
+  year = 2019,
+  doi = {10.48550/arXiv.1912.11462}
+}
+
+ +
+@article{ArnSor2019knowledge,
+  author = {Florian Arnold and  Kenneth S{\"o}rensen },
+  title = {Knowledge-guided local search for the vehicle routing
+                  problem},
+  journal = {Computers \& Operations Research},
+  year = 2019,
+  volume = 105,
+  pages = {32--46},
+  doi = {10.1016/j.cor.2019.01.002}
+}
+
+ +
+@article{ArnSor2019vrp,
+  author = {Florian Arnold and  Kenneth S{\"o}rensen },
+  title = {What makes a {VRP} solution good? The generation of
+                  problem-specific knowledge for heuristics},
+  journal = {Computers \& Operations Research},
+  year = 2019,
+  volume = 106,
+  pages = {280--288},
+  doi = {10.1016/j.cor.2018.02.007}
+}
+
+ +
+@article{AroKadKhu2006,
+  title = {An empirical comparison of tabu search, simulated annealing,
+                  and genetic algorithms for facilities location problems},
+  author = {Arostegui Jr, Marvin A. and Kadipasaoglu, Sukran N. and Khumawala, Basheer M.},
+  journal = {International Journal of Production Economics},
+  volume = 103,
+  number = 2,
+  pages = {742--754},
+  year = 2006,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Arr04,
+  title = {A partial enumeration heuristic for multi-objective
+                  flowshop scheduling problems},
+  author = { Jos{\'e} Elias C. Arroyo  and V. A. Armentano},
+  journal = {Journal of the Operational Research Society},
+  volume = 55,
+  number = 9,
+  pages = {1000--1007},
+  year = 2004
+}
+
+ +
+@article{ArrArm05,
+  author = { Jos{\'e} Elias C. Arroyo  and V. A. Armentano},
+  title = {Genetic local search for multi-objective flowshop
+                  scheduling problems},
+  journal = {European Journal of Operational Research},
+  volume = 167,
+  number = 3,
+  pages = {717--738},
+  year = 2005,
+  keywords = {Multicriteria Scheduling}
+}
+
+ +
+@article{ArrLeu2017,
+  author = { Jos{\'e} Elias C. Arroyo  and  Joseph Y.-T. Leung },
+  title = {An Effective Iterated Greedy Algorithm for Scheduling Unrelated Parallel Batch Machines with Non-identical Capacities and Unequal Ready Times},
+  journal = {Computers and Industrial Engineering},
+  year = 2017,
+  volume = 105,
+  pages = {84--100}
+}
+
+ +
+@article{ArzCebIru2022jcgs,
+  author = {Arza, Etor and  Josu Ceberio  and  Irurozki, Ekhine  and P{\'e}rez,
+                  Aritz},
+  title = {Comparing Two Samples Through Stochastic Dominance: A
+                  Graphical Approach},
+  journal = {Journal of Computational and Graphical Statistics},
+  year = 2022,
+  pages = {1--38},
+  month = jun,
+  doi = {10.1080/10618600.2022.2084405}
+}
+
+ +
+@article{Asch01tsptw,
+  author = { N. Ascheuer  and  Matteo Fischetti  and  M. Gr{\"o}tschel },
+  title = {Solving asymmetric travelling salesman problem with
+                  time windows by branch-and-cut},
+  journal = {Mathematical Programming},
+  year = 2001,
+  volume = 90,
+  pages = {475--506}
+}
+
+ +
+@article{AssWanFre2014hetero,
+  author = {John{-}Alexander M. Assael and Ziyu Wang and  Nando de Freitas },
+  title = {Heteroscedastic Treed Bayesian Optimisation},
+  journal = {Arxiv preprint arXiv:1410.7172},
+  doi = {10.48550/arXiv.1410.7172},
+  year = 2014,
+  eprinttype = {arXiv},
+  eprint = {1410.7172},
+  keywords = {Treed-GP}
+}
+
+ +
+@article{Ata2003mik,
+  author = { Alper Atamt{\"u}rk },
+  title = {On the facets of the mixed--integer knapsack polyhedron},
+  journal = {Mathematical Programming},
+  year = 2003,
+  volume = 98,
+  number = 1,
+  pages = {145--175},
+  doi = {10.1007/s10107-003-0400-z}
+}
+
+ +
+@article{AudDanOrb2014,
+  author = { Charles Audet  and  Cong-Kien Dang  and  Dominique Orban },
+  title = {Optimization of Algorithms with {OPAL}},
+  journal = {Mathematical Programming Computation},
+  year = 2014,
+  volume = 6,
+  number = 3,
+  pages = {233--254}
+}
+
+ +
+@article{AudEgla1977,
+  title = {New approach to the design of multifactor experiments},
+  author = {Audze, P. and Egl{\~a}js, Vilnis},
+  journal = {Problems of Dynamics and Strengths},
+  year = 1977,
+  note = {(in Russian)},
+  pages = {104--107},
+  volume = 35,
+  publisher = {Zinatne Publishing House, Riga},
+  alias = {Audze1977}
+}
+
+ +
+@article{AudOrb06:mads,
+  author = { Charles Audet  and  Dominique Orban },
+  title = {Finding Optimal Algorithmic Parameters Using Derivative-Free
+                  Optimization},
+  journal = {SIAM Journal on Optimization},
+  year = 2006,
+  volume = 17,
+  number = 3,
+  pages = {642--664},
+  keywords = {mesh adaptive direct search; pattern search},
+  doi = {10.1137/0406208}
+}
+
+ +
+@article{Aue2002using,
+  title = {Using Confidence Bounds for Exploitation-Exploration
+                  Trade-offs},
+  author = {Auer, Peter},
+  journal = {Journal of Machine Learning Research},
+  volume = 3,
+  month = nov,
+  pages = {397--422},
+  year = 2002,
+  abstract = {We show how a standard tool from statistics --- namely
+                  confidence bounds --- can be used to elegantly deal with
+                  situations which exhibit an exploitation-exploration
+                  trade-off. Our technique for designing and analyzing
+                  algorithms for such situations is general and can be applied
+                  when an algorithm has to make exploitation-versus-exploration
+                  decisions based on uncertain information provided by a random
+                  process.  We apply our technique to two models with such an
+                  exploitation-exploration trade-off. For the adversarial
+                  bandit problem with shifting our new algorithm suffers only
+                  $O((ST)^{1/2})$ regret with high probability over $T$ trials
+                  with $S$ shifts. Such a regret bound was previously known
+                  only in expectation. The second model we consider is
+                  associative reinforcement learning with linear value
+                  functions. For this model our technique improves the regret
+                  from $O(T^{3/4})$ to $O(T^{1/2})$.}
+}
+
+ +
+@article{AueCesFis2002finite,
+  title = {Finite-time analysis of the multiarmed bandit problem},
+  author = {Auer, Peter and Cesa-Bianchi, Nicolo and Fischer, Paul},
+  journal = {Machine Learning},
+  volume = 47,
+  number = {2-3},
+  pages = {235--256},
+  year = 2002
+}
+
+ +
+@article{AugBadBroZit2012tcs,
+  author = { Anne Auger  and  Johannes Bader  and  Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Hypervolume-based multiobjective optimization:
+                  Theoretical foundations and practical implications},
+  journal = {Theoretical Computer Science},
+  volume = 425,
+  year = 2012,
+  pages = {75--103},
+  doi = {10.1016/j.tcs.2011.03.012}
+}
+
+ +
+@article{AvcTop2017:cor,
+  author = {Mustafa Avci and Seyda Topaloglu},
+  title = {A Multi-start Iterated Local Search Algorithm for the Generalized Quadratic Multiple Knapsack Problem},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  volume = 83,
+  pages = {54--65}
+}
+
+ +
+@article{AvrAllLop2021arxiv,
+  author = { Andreea Avramescu  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Managing Manufacturing and Delivery of Personalised Medicine:
+                  Current and Future Models},
+  year = 2021,
+  journal = {Arxiv preprint arXiv:2105.12699 [econ.GN]},
+  url = {https://arxiv.org/abs/2105.12699}
+}
+
+ +
+@article{AydYavStu2017:si,
+  author = { Do\v{g}an Ayd{\i}n  and  G{\"{u}}rcan Yavuz  and  Thomas St{\"u}tzle },
+  title = {{ABC-X:} A Generalized, Automatically Configurable Artificial Bee
+               Colony Framework},
+  journal = {Swarm Intelligence},
+  year = 2017,
+  volume = 11,
+  number = 1,
+  pages = {1--38}
+}
+
+ +
+@article{AyoAllLopPar2022scalarisation,
+  author = { Ayodele, Mayowa  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Parizy, Matthieu },
+  title = {A Study of Scalarisation Techniques for Multi-Objective
+                  {QUBO} Solving},
+  journal = {Arxiv preprint arXiv:2210.11321},
+  year = 2022,
+  doi = {10.48550/arXiv.2210.11321}
+}
+
+ +
+@article{AziTay2014eaai,
+  author = {Mahdi Aziz and {Tayarani-N}, Mohammad-H.},
+  title = {An adaptive memetic Particle Swarm Optimization algorithm for finding large-scale Latin hypercube designs},
+  journal = {Engineering Applications of Artificial Intelligence},
+  volume = 36,
+  pages = {222--237},
+  year = 2014,
+  doi = {10.1016/j.engappai.2014.07.021},
+  keywords = {F-race}
+}
+
+ +
+@article{BacHelPic2020gaussian,
+  title = {Gaussian process optimization with failures: Classification
+                  and convergence proof},
+  author = {Bachoc, Fran{\c c}ois and Helbert, C{\'e}line and Picheny,
+                  Victor},
+  journal = {Journal of Global Optimization},
+  year = 2020,
+  epub = {https://hal.archives-ouvertes.fr/hal-02100819/file/optimwithfailurerevised_hal.pdf},
+  keywords = {crashed simulation; latent gaussian process; automotive fan
+                  design; industrial application; GP classification; Expected
+                  Feasible Improvement with Gaussian Process Classification
+                  with signs; EFI GPC sign},
+  doi = {10.1007/s10898-020-00920-0},
+  abstract = {We consider the optimization of a computer model where each
+                  simulation either fails or returns a valid output
+                  performance. We first propose a new joint Gaussian process
+                  model for classification of the inputs (computation failure
+                  or success) and for regression of the performance
+                  function. We provide results that allow for a computationally
+                  efficient maximum likelihood estimation of the covariance
+                  parameters, with a stochastic approximation of the likelihood
+                  gradient. We then extend the classical improvement criterion
+                  to our setting of joint classification and regression. We
+                  provide an efficient computation procedure for the extended
+                  criterion and its gradient. We prove the almost sure
+                  convergence of the global optimization algorithm following
+                  from this extended criterion. We also study the practical
+                  performances of this algorithm, both on simulated data and on
+                  a real computer model in the context of automotive fan
+                  design.}
+}
+
+ +
+@article{BadZit2011ec,
+  author = { Johannes Bader  and  Eckart Zitzler },
+  title = {{HypE}: An Algorithm for Fast Hypervolume-Based
+                  Many-Objective Optimization},
+  journal = {Evolutionary Computation},
+  volume = 19,
+  number = 1,
+  year = 2011,
+  pages = {45--76},
+  doi = {10.1162/EVCO_a_00009}
+}
+
+ +
+@article{BahComLau2019tre,
+  title = {Bi-objective multi-layer location--\hspace{0pt}allocation model for the
+                  immediate aftermath of sudden-onset disasters},
+  author = {Baharmand, Hossein and Comes, Tina and Lauras, Matthieu},
+  journal = {Transportation Research Part E: Logistics and Transportation Review},
+  volume = 127,
+  pages = {86--110},
+  year = 2019,
+  doi = {10.1016/j.tre.2019.05.002},
+  abstract = {Locating distribution centers is critical for humanitarians
+                  in the immediate aftermath of a sudden-onset disaster. A
+                  major challenge lies in balancing the complexity and
+                  uncertainty of the problem with time and resource
+                  constraints. To address this problem, we propose a
+                  location-allocation model that divides the topography of
+                  affected areas into multiple layers; considers constrained
+                  number and capacity of facilities and fleets; and allows
+                  decision-makers to explore trade-offs between response time
+                  and logistics costs. To illustrate our theoretical work, we
+                  apply the model to a real dataset from the 2015 Nepal
+                  earthquake response. For this case, our method results in a
+                  considerable reduction of logistics costs.}
+}
+
+ +
+@article{Baker2016reprod,
+  title = {Is there a reproducibility crisis?},
+  author = {Monya Baker},
+  journal = {Nature},
+  volume = 533,
+  pages = {452--454},
+  year = 2016
+}
+
+ +
+@article{Baker83:tsptw,
+  author = {Edward K. Baker},
+  title = {An Exact Algorithm for the Time-Constrained
+                  Traveling Salesman Problem},
+  volume = 31,
+  doi = {10.1287/opre.31.5.938},
+  number = 5,
+  journal = {Operations Research},
+  year = 1983,
+  pages = {938--945},
+  anote = {makespan optimization}
+}
+
+ +
+@article{BalBea2008,
+  title = {Facility location in humanitarian relief},
+  author = {Balcik, Burcu and Beamon, Benita M.},
+  journal = {International Journal of Logistics},
+  volume = 11,
+  number = 2,
+  pages = {101--121},
+  year = 2008,
+  publisher = {Taylor \& Francis}
+}
+
+ +
+@article{BalBirStuDor2009ejor,
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Adaptive Sampling Size and Importance Sampling in Estimation-based
+Local Search for the Probabilistic Traveling Salesman Problem},
+  journal = {European Journal of Operational Research},
+  year = 2009,
+  volume = 199,
+  number = 1,
+  pages = {98--110}
+}
+
+ +
+@article{BalBirStuDor2010cor,
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Estimation-based Metaheuristics for the Probabilistic Travelling Salesman Problem},
+  journal = {Computers \& Operations Research},
+  year = 2010,
+  volume = 37,
+  number = 11,
+  pages = {1939--1951},
+  doi = {10.1016/j.cor.2009.12.005}
+}
+
+ +
+@article{BalBirStuDor2015coa,
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Estimation-based Metaheuristics for the Single Vehicle Routing Problem with Stochastic Demands and Customers},
+  journal = {Computational Optimization and Applications},
+  year = 2015,
+  volume = 61,
+  number = 2,
+  pages = {463--487},
+  doi = {10.1007/s10589-014-9719-z}
+}
+
+ +
+@article{BalBirStuYuaDor09,
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle  and  Zhi Yuan  and  Marco Dorigo },
+  title = {Estimation-based Ant Colony Optimization Algorithms
+                  for the Probabilistic Travelling Salesman Problem},
+  journal = {Swarm Intelligence},
+  volume = 3,
+  number = 3,
+  year = 2009,
+  pages = {223--242}
+}
+
+ +
+@article{BalCar1996,
+  author = { Egon Balas  and M. C. Carrera},
+  title = {A Dynamic Subgradient-based Branch and Bound
+                  Procedure for Set Covering},
+  journal = {Operations Research},
+  year = 1996,
+  volume = 44,
+  number = 6,
+  pages = {875--890}
+}
+
+ +
+@article{BalMar1980,
+  author = { Egon Balas  and C. Martin},
+  title = {Pivot and Complement--A Heuristic for 0--1 Programming},
+  journal = {Management Science},
+  year = 1980,
+  volume = 26,
+  number = 1,
+  pages = {86--96}
+}
+
+ +
+@article{BalPad1976,
+  author = { Egon Balas  and M. W. Padberg},
+  title = {Set Partitioning: A Survey},
+  journal = {SIAM Review},
+  year = 1976,
+  volume = 18,
+  pages = {710--760}
+}
+
+ +
+@article{BalSim01tsptw,
+  author = { Egon Balas  and  Neil Simonetti },
+  title = {Linear Time Dynamic-Programming Algorithms for New
+                  Classes of Restricted {TSP}s: {A} Computational Study},
+  volume = 13,
+  doi = {10.1287/ijoc.13.1.56.9748},
+  abstract = {Consider the following restricted (symmetric or
+                  asymmetric) traveling-salesman problem {(TSP):}
+                  given an initial ordering of the n cities and an
+                  integer $k > 0$, find a minimum-cost
+                  feasible tour, where a feasible tour is one in which
+                  city $i$ precedes city $j$ whenever $j >= i + k$ in the
+                  initial ordering. Balas (1996) has proposed a
+                  dynamic-programming algorithm that solves this
+                  problem in time linear in n, though exponential in
+                  k. Some important real-world problems are amenable
+                  to this model or some of its close relatives. The
+                  algorithm of Balas (1996) constructs a layered
+                  network with a layer of nodes for each position in
+                  the tour, such that source-sink paths in this
+                  network are in one-to-one correspondence with tours
+                  that satisfy the postulated precedence
+                  constraints. In this paper we discuss an
+                  implementation of the dynamic-programming algorithm
+                  for the general case when the integer k is replaced
+                  with city-specific integers k(j), j = 1, . . .,
+                  n. We discuss applications to, and computational
+                  experience with, {TSPs} with time windows, a model
+                  frequently used in vehicle routing as well as in
+                  scheduling with setup, release and delivery
+                  times. We also introduce a new model, the {TSP} with
+                  target times, applicable to {Just-in-Time}
+                  scheduling problems. Finally for {TSPs} that have no
+                  precedence restrictions, we use the algorithm as a
+                  heuristic that finds in linear time a local optimum
+                  over an exponential-size neighborhood. For this
+                  case, we implement an iterated version of our
+                  procedure, based on contracting some arcs of the
+                  tour produced by a first application of the
+                  algorithm, then reapplying the algorithm to the
+                  shrunken graph with the same k.},
+  number = 1,
+  journal = {INFORMS Journal on Computing},
+  year = 2001,
+  keywords = {tsptw},
+  pages = {56--75}
+}
+
+ +
+@article{BalVaz1998,
+  author = { Egon Balas  and A. Vazacopoulos},
+  title = {Guided Local Search with Shifting Bottleneck for Job
+                  Shop Scheduling},
+  journal = {Management Science},
+  year = 1998,
+  volume = 44,
+  number = 2,
+  pages = {262--275}
+}
+
+ +
+@article{Bankes2002,
+  title = {Tools and techniques for developing policies for complex and
+                  uncertain systems},
+  author = { Bankes, Steven C. },
+  volume = 99,
+  number = {suppl 3},
+  pages = {7263--7266},
+  year = 2002,
+  abstract = {Agent-based models (ABM) are examples of complex adaptive
+                  systems, which can be characterized as those systems for
+                  which no model less complex than the system itself can
+                  accurately predict in detail how the system will behave at
+                  future times. Consequently, the standard tools of policy
+                  analysis, based as they are on devising policies that perform
+                  well on some best estimate model of the system, cannot be
+                  reliably used for ABM. This paper argues that policy analysis
+                  by using ABM requires an alternative approach to decision
+                  theory. The general characteristics of such an approach are
+                  described, and examples are provided of its application to
+                  policy analysis.ABM, agent-based model},
+  journal = {Proceedings of the National Academy of Sciences},
+  doi = {10.1073/pnas.092081399}
+}
+
+ +
+@article{BarBatSenSil2015ijem,
+  title = {Improving the Performance of Metaheuristics: An Approach
+                  Combining Response Surface Methodology and Racing Algorithms},
+  author = {Eduardo Batista de Moraes Barbosa and Edson Luiz
+                  Franc{\c{c}}a Senne and Messias Borges Silva},
+  journal = {International Journal of Engineering Mathematics},
+  year = 2015,
+  volume = 2015,
+  pages = {Article ID 167031},
+  doi = {10.1155/2015/167031},
+  keywords = {F-race}
+}
+
+ +
+@article{BarDiaSerBen2020xai,
+  doi = {10.1016/j.inffus.2019.12.012},
+  year = 2020,
+  month = jun,
+  publisher = {Elsevier {BV}},
+  volume = 58,
+  pages = {82--115},
+  author = {Alejandro Barredo Arrieta and Natalia
+                  D{\'{i}}az-Rodr{\'{i}}guez and Javier Del Ser and Adrien
+                  Bennetot and Siham Tabik and Alberto Barbado and Salvador
+                  Garcia and Sergio Gil-Lopez and Daniel Molina and Richard
+                  Benjamins and Raja Chatila and Francisco Herrera},
+  title = {Explainable Artificial Intelligence ({XAI}): Concepts,
+                  taxonomies, opportunities and challenges toward responsible
+                  {AI}},
+  journal = {Information Fusion}
+}
+
+ +
+@article{BarDoeBer2020benchmarking,
+  title = {Benchmarking in Optimization: Best Practice and Open Issues},
+  author = { Thomas Bartz-Beielstein  and  Carola Doerr  and Daan van den Berg and  Jakob Bossek  and Sowmya Chandrasekaran and  Tome Eftimov  and Andreas Fischbach and  Pascal Kerschke  and William {La
+                  Cava} and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Katherine M. Malan and Jason H. Moore and  Boris Naujoks  and Patryk Orzechowski and Vanessa Volz and  Markus Wagner  and Thomas Weise},
+  year = 2020,
+  journal = {Arxiv preprint arXiv:2007.03488 [cs.NE]},
+  url = {https://arxiv.org/abs/2007.03488}
+}
+
+ +
+@article{BarGolKel1995,
+  author = {Richard S. Barr and Bruce L. Golden and James P. Kelly and  Mauricio G. C. Resende  and William R. Stewart, Jr.},
+  title = {Designing and Reporting on Computational Experiments with
+                  Heuristic Methods},
+  journal = {Journal of Heuristics},
+  year = 1995,
+  volume = 1,
+  number = 1,
+  pages = {9--32},
+  doi = {10.1007/BF02430363}
+}
+
+ +
+@article{BarJohNem1998or,
+  title = {Branch-and-price: Column generation for solving huge integer
+                  programs},
+  author = {Barnhart, Cynthia and Johnson, Ellis L. and Nemhauser, George
+                  L. and  Martin W. P. Savelsbergh  and Vance, Pamela H.},
+  journal = {Operations Research},
+  volume = 46,
+  number = 3,
+  pages = {316--329},
+  year = 1998
+}
+
+ +
+@article{BarKwa2020,
+  title = {On considering robustness in the search phase of Robust
+                  Decision Making: A comparison of Many-Objective Robust
+                  Decision Making, multi-scenario Many-Objective Robust
+                  Decision Making, and Many Objective Robust Optimization},
+  author = {Bartholomew, Erin and Kwakkel, Jan H.},
+  journal = {Environmental Modelling \& Software},
+  pages = 104699,
+  year = 2020,
+  publisher = {Elsevier},
+  volume = 127,
+  doi = {10.1016/j.envsoft.2020.104699}
+}
+
+ +
+@article{BarPea2016,
+  author = { Elias Bareinboim  and  Judea Pearl },
+  title = {Causal inference and the data-fusion problem},
+  volume = 113,
+  number = 27,
+  pages = {7345--7352},
+  year = 2016,
+  doi = {10.1073/pnas.1510507113},
+  journal = {Proceedings of the National Academy of Sciences}
+}
+
+ +
+@article{BarZae2017model,
+  author = { Thomas Bartz-Beielstein  and  Martin Zaefferer },
+  title = {Model-based methods for continuous and discrete global
+                  optimization},
+  doi = {10.1016/j.asoc.2017.01.039},
+  year = 2017,
+  month = jun,
+  volume = 55,
+  pages = {154--167},
+  journal = {Applied Soft Computing}
+}
+
+ +
+@article{BasFra1990,
+  author = {Basu, Atanu and Frazer, L. Neil},
+  title = {Rapid Determination of the Critical Temperature in Simulated Annealing Inversion},
+  journal = {Science},
+  year = 1990,
+  volume = 249,
+  number = 4975,
+  pages = {1409--1412}
+}
+
+ +
+@article{BatPas2010tec,
+  author = { Roberto Battiti  and  Andrea Passerini },
+  title = {Brain-Computer Evolutionary Multiobjective Optimization: A
+                  Genetic Algorithm Adapting to the Decision Maker},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 14,
+  number = 5,
+  year = 2010,
+  pages = {671--687},
+  doi = {10.1109/TEVC.2010.2058118},
+  keywords = {BC-EMOA},
+  annote = {Errata: DTLZ6 and DTLZ7 in the paper are actually DTLZ7 and
+                  DTLZ8 in \cite{DebThiLau2005dtlz}}
+}
+
+ +
+@article{BatPro1996:jea,
+  author = { Roberto Battiti  and M. Protasi},
+  title = {Reactive Search, A History-Based Heuristic for
+                  {MAX}-{SAT}},
+  journal = {ACM Journal of Experimental Algorithmics},
+  year = 1997,
+  volume = 2
+}
+
+ +
+@article{BatSchUrl2017,
+  author = {Michele Battistutta and Andrea Schaerf and  Tommaso Urli },
+  title = {Feature-based Tuning of Single-stage Simulated Annealing for
+                  Examination Timetabling},
+  journal = {Annals of Operations Research},
+  year = 2017,
+  volume = 252,
+  number = 2,
+  pages = {239--254}
+}
+
+ +
+@article{BatTec1994:cma,
+  title = {Simulated annealing and Tabu search in the long run: A
+                  comparison on {QAP} tasks},
+  author = { Roberto Battiti  and  Tecchiolli, Giampietro },
+  journal = {Computer and Mathematics with Applications},
+  volume = 28,
+  number = 6,
+  pages = {1--8},
+  year = 1994,
+  publisher = {Elsevier},
+  doi = {10.1016/0898-1221(94)00147-2}
+}
+
+ +
+@article{BatTec1994:orsa,
+  author = { Roberto Battiti  and  Tecchiolli, Giampietro },
+  title = {The Reactive Tabu Search},
+  journal = {ORSA Journal on Computing},
+  year = 1994,
+  volume = 6,
+  number = 2,
+  pages = {126--140}
+}
+
+ +
+@article{BatTec1996aor,
+  author = { Roberto Battiti  and  Tecchiolli, Giampietro },
+  title = {The continuous reactive tabu search: blending combinatorial
+                  optimization and stochastic search for global optimization},
+  journal = {Annals of Operations Research},
+  year = 1996,
+  volume = 63,
+  number = 2,
+  pages = {151--188},
+  doi = {10.1007/BF02125453}
+}
+
+ +
+@article{BauPer2007:ejor,
+  author = { J. Bautista  and  J. Pereira },
+  title = {Ant algorithms for a time and space constrained
+                  assembly line balancing problem},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 177,
+  number = 3,
+  pages = {2016--2032},
+  doi = {10.1016/j.ejor.2005.12.017}
+}
+
+ +
+@article{Baumol1962,
+  author = {Baumol, William J.},
+  title = {Management models and industrial applications of linear
+                  programming},
+  journal = {Naval Research Logistics Quarterly},
+  volume = 9,
+  number = 1,
+  doi = {10.1002/nav.3800090109},
+  pages = {63--64},
+  year = 1962
+}
+
+ +
+@article{Baxter1981,
+  author = {John Baxter},
+  title = {Local Optima Avoidance in Depot Location},
+  journal = {Journal of the Operational Research Society},
+  year = 1981,
+  volume = 32,
+  number = 9,
+  pages = {815--819}
+}
+
+ +
+@article{BeaChu1996,
+  author = { John E. Beasley  and P. C. Chu},
+  title = {A Genetic Algorithm for the Set Covering Problem},
+  journal = {European Journal of Operational Research},
+  year = 1996,
+  volume = 94,
+  number = 2,
+  pages = {392--404}
+}
+
+ +
+@article{BeaChu1998,
+  author = { John E. Beasley  and P. C. Chu},
+  title = {A Genetic Algorithm for the Multidimensional Knapsack Problem},
+  journal = {Journal of Heuristics},
+  year = 1998,
+  volume = 4,
+  number = 1,
+  pages = {63--86}
+}
+
+ +
+@article{BeaShaSmiLop2018review,
+  author = {Bealt, Jennifer and Shaw, Duncan and Smith, Chris M. and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  year = 2019,
+  title = {Peer Reviews for Making Cities Resilient: A Systematic
+                  Literature Review},
+  journal = {International Journal of Emergency Management},
+  volume = 15,
+  number = 4,
+  pages = {334--359},
+  doi = {10.1504/IJEM.2019.104201},
+  abstract = {Peer reviews are a unique governance tool that use expertise
+                  from one city or country to assess and strengthen the
+                  capabilities of another. Peer review tools are gaining
+                  momentum in disaster management and remain an important but
+                  understudied topic in risk governance. Methodologies to
+                  conduct a peer review are still in their infancy. To enhance
+                  these, a systematic literature review (SLR) of academic and
+                  non-academic literature was conducted on city resilience peer
+                  reviews. Thirty-three attributes of resilience are
+                  identified, which provides useful insights into how research
+                  and practice can inform risk governance, and utilise peer
+                  reviews, to drive meaningful change. Moreover, it situates
+                  the challenges associated with resilience building tools
+                  within risk governance to support the development of
+                  interdisciplinary perspectives for integrated city resilience
+                  frameworks. Results of this research have been used to
+                  develop a peer review methodology and an international
+                  standard on conducting peer reviews for disaster risk
+                  reduction.},
+  keywords = {city resilience, city peer review, disaster risk governance}
+}
+
+ +
+@article{Beasley1990orlib,
+  author = { John E. Beasley },
+  title = {{OR}-{Library:} distributing test problems by electronic
+                  mail},
+  journal = {Journal of the Operational Research Society},
+  year = 1990,
+  pages = {1069--1072},
+  note = {Currently available from
+                  \url{http://people.brunel.ac.uk/~mastjjb/jeb/info.html}}
+}
+
+ +
+@article{BehFat2011,
+  author = {J. Behnamian and S. M. T. {Fatemi Ghomi}},
+  title = {Hybrid Flowshop Scheduling with Machine and Resource-dependent Processing Times},
+  journal = {Applied Mathematical Modelling},
+  year = 2011,
+  volume = 35,
+  number = 3,
+  pages = {1107--1123}
+}
+
+ +
+@article{Bel1954,
+  author = {Richard Bellman},
+  title = {The theory of dynamic programming},
+  journal = {Bulletin of the American Mathematical Society},
+  volume = 60,
+  year = 1954,
+  pages = {503--515}
+}
+
+ +
+@article{BelCesDigSchUrl2016,
+  author = {Ruggero Bellio and  Sara Ceschia  and Luca {Di Gaspero} and Andrea Schaerf and  Tommaso Urli },
+  title = {Feature-based tuning of simulated annealing applied to
+                  the curriculum-based course timetabling problem},
+  journal = {Computers \& Operations Research},
+  volume = 65,
+  pages = {83--92},
+  year = 2016,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Ben92,
+  author = { Jon Louis Bentley },
+  title = {Fast Algorithms for Geometric Traveling Salesman
+                  Problems},
+  journal = {ORSA Journal on Computing},
+  year = 1992,
+  volume = 4,
+  number = 4,
+  pages = {387--411}
+}
+
+ +
+@article{BenKao2013,
+  author = {Una Benlic and  Jin-Kao Hao },
+  title = {Breakout Local Search for the Quadratic Assignment Problem},
+  journal = {Applied Mathematics and Computation},
+  year = 2013,
+  volume = 219,
+  number = 9,
+  pages = {4800--4815}
+}
+
+ +
+@article{BenLiuAuIst2014transient,
+  title = {Transient protein-protein interface prediction: datasets,
+                  features, algorithms, and the {RAD-T} predictor},
+  author = {Bendell, Calem J. and Liu, Shalon and Aumentado-Armstrong,
+                  Tristan and Istrate, Bogdan and Cernek, Paul T. and Khan,
+                  Samuel and Picioreanu, Sergiu and Zhao, Michael and Murgita,
+                  Robert A.},
+  journal = {BMC Bioinformatics},
+  volume = 15,
+  pages = 82,
+  year = 2014
+}
+
+ +
+@article{BenLodPro2021ml,
+  author = { Bengio, Yoshua  and  Andrea Lodi  and Antoine Prouvost},
+  title = {Machine learning for combinatorial optimization: A
+                  methodological tour d'horizon},
+  journal = {European Journal of Operational Research},
+  year = 2021,
+  volume = 290,
+  number = 2,
+  pages = {405--421},
+  doi = {10.1016/j.ejor.2020.07.063},
+  keywords = {Combinatorial optimization, Machine learning, Branch and
+                  bound, Mixed-integer programming solvers},
+  abstract = {This paper surveys the recent attempts, both from the machine
+                  learning and operations research communities, at leveraging
+                  machine learning to solve combinatorial optimization
+                  problems. Given the hard nature of these problems,
+                  state-of-the-art algorithms rely on handcrafted heuristics
+                  for making decisions that are otherwise too expensive to
+                  compute or mathematically not well defined. Thus, machine
+                  learning looks like a natural candidate to make such
+                  decisions in a more principled and optimized way. We advocate
+                  for pushing further the integration of machine learning and
+                  combinatorial optimization and detail a methodology to do
+                  so. A main point of the paper is seeing generic optimization
+                  problems as data points and inquiring what is the relevant
+                  distribution of problems to use for learning on a given
+                  task.}
+}
+
+ +
+@article{BenRit2016:cor,
+  author = {Alexander Javier Benavides and  Marcus Ritt},
+  title = {Two Simple and Effective Heuristics for Minimizing the
+                  Makespan in Non-permutation Flow Shops},
+  journal = {Computers \& Operations Research},
+  year = 2016,
+  volume = 66,
+  pages = {160--169},
+  doi = {10.1016/j.cor.2015.08.001}
+}
+
+ +
+@article{Benders1962,
+  author = {Benders, J. F.},
+  title = {Partitioning Procedures for Solving Mixed-variables Programming Problems},
+  journal = {Numerische Mathematik},
+  year = 1962,
+  volume = 4,
+  number = 3,
+  pages = {238--252}
+}
+
+ +
+@article{Bentley1980,
+  author = { Jon Louis Bentley },
+  title = {Multidimensional Divide-and-conquer},
+  journal = {Communications of the ACM},
+  year = 1980,
+  volume = 23,
+  number = 4,
+  doi = {10.1145/358841.358850},
+  pages = {214--229},
+  abstract = {Most results in the field of algorithm design are single
+                  algorithms that solve single problems. In this paper we
+                  discuss multidimensional divide-and-conquer, an algorithmic
+                  paradigm that can be instantiated in many different ways to
+                  yield a number of algorithms and data structures for
+                  multidimensional problems. We use this paradigm to give
+                  best-known solutions to such problems as the ECDF, maxima,
+                  range searching, closest pair, and all nearest neighbor
+                  problems. The contributions of the paper are on two
+                  levels. On the first level are the particular algorithms and
+                  data structures given by applying the paradigm.  On the
+                  second level is the more novel contribution of this paper: a
+                  detailed study of an algorithmic paradigm that is specific
+                  enough to be described precisely yet general enough to solve
+                  a wide variety of problems.}
+}
+
+ +
+@article{BerBen2012jmlr,
+  author = { James S. Bergstra  and  Bengio, Yoshua },
+  title = {Random Search for Hyper-Parameter Optimization},
+  journal = {Journal of Machine Learning Research},
+  year = 2012,
+  volume = 13,
+  pages = {281--305},
+  abstract = {Grid search and manual search are the most widely
+                  used strategies for hyper-parameter
+                  optimization. This paper shows empirically and
+                  theoretically that randomly chosen trials are more
+                  efficient for hyper-parameter optimization than
+                  trials on a grid. Empirical evidence comes from a
+                  comparison with a large previous study that used
+                  grid search and manual search to configure neural
+                  networks and deep belief networks. Compared with
+                  neural networks configured by a pure grid search, we
+                  find that random search over the same domain is able
+                  to find models that are as good or better within a
+                  small fraction of the computation time. Granting
+                  random search the same computational budget, random
+                  search finds better models by effectively searching
+                  a larger, less promising configuration
+                  space. Compared with deep belief networks configured
+                  by a thoughtful combination of manual search and
+                  grid search, purely random search over the same
+                  32-dimensional configuration space found
+                  statistically equal performance on four of seven
+                  data sets, and superior performance on one of
+                  seven. A Gaussian process analysis of the function
+                  from hyper-parameters to validation set performance
+                  reveals that for most data sets only a few of the
+                  hyper-parameters really matter, but that different
+                  hyper-parameters are important on different data
+                  sets. This phenomenon makes grid search a poor
+                  choice for configuring algorithms for new data
+                  sets. Our analysis casts some light on why recent
+                  "High Throughput" methods achieve surprising
+                  success: they appear to search through a large number
+                  of hyper-parameters because most hyper-parameters do
+                  not matter much. We anticipate that growing interest
+                  in large hierarchical models will place an
+                  increasing burden on techniques for hyper-parameter
+                  optimization; this work shows that random search is
+                  a natural baseline against which to judge progress
+                  in the development of adaptive (sequential)
+                  hyper-parameter optimization algorithms.},
+  epub = {http://www.jmlr.org/papers/volume13/bergstra12a/bergstra12a.pdf}
+}
+
+ +
+@article{BerEmmTav2017managing,
+  title = {Managing catastrophic climate risks under model uncertainty
+                  aversion},
+  author = {Berger, Lo{\"i}c and Emmerling, Johannes and Tavoni,
+                  Massimo},
+  journal = {Management Science},
+  volume = 63,
+  number = 3,
+  pages = {749--765},
+  year = 2017,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{BerFisLod2007,
+  title = {A feasibility pump heuristic for general mixed-integer problems},
+  author = {Bertacco, Livio and  Matteo Fischetti  and  Andrea Lodi },
+  journal = {Discrete Optimization},
+  volume = 4,
+  number = 1,
+  pages = {63--76},
+  year = 2007,
+  publisher = {Elsevier}
+}
+
+ +
+@article{BerKal2020,
+  title = {From predictive to prescriptive analytics},
+  author = {Bertsimas, Dimitris and Kallus, Nathan},
+  journal = {Management Science},
+  volume = 66,
+  number = 3,
+  pages = {1025--1044},
+  year = 2020,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{BerKraSch2016bayesian,
+  author = {Felix Berkenkamp and Andreas Krause and Angela P. Schoellig},
+  title = {Bayesian Optimization with Safety Constraints: Safe and
+                  Automatic Parameter Tuning in Robotics},
+  journal = {Arxiv preprint arXiv:1602.04450},
+  year = 2016,
+  url = {http://arxiv.org/abs/1602.04450},
+  keywords = {Safe Optimization, SafeOpt}
+}
+
+ +
+@article{BerKraSch2021bayesian,
+  author = {Berkenkamp, Felix and Krause, Andreas and Schoellig, Angela
+                  P.},
+  title = {Bayesian optimization with safety constraints: safe and
+                  automatic parameter tuning in robotics},
+  journal = {Machine Learning},
+  year = 2021,
+  month = jun,
+  annote = {Preprint: \url{http://arxiv.org/abs/1602.04450}},
+  doi = {10.1007/s10994-021-06019-1},
+  abstract = {Selecting the right tuning parameters for algorithms is a
+                  pravelent problem in machine learning that can significantly
+                  affect the performance of algorithms. Data-efficient
+                  optimization algorithms, such as Bayesian optimization, have
+                  been used to automate this process. During experiments on
+                  real-world systems such as robotic platforms these methods
+                  can evaluate unsafe parameters that lead to safety-critical
+                  system failures and can destroy the system. Recently, a safe
+                  Bayesian optimization algorithm, called SafeOpt, has been
+                  developed, which guarantees that the performance of the
+                  system never falls below a critical value; that is, safety is
+                  defined based on the performance function. However, coupling
+                  performance and safety is often not desirable in practice,
+                  since they are often opposing objectives. In this paper, we
+                  present a generalized algorithm that allows for multiple
+                  safety constraints separate from the objective. Given an
+                  initial set of safe parameters, the algorithm maximizes
+                  performance but only evaluates parameters that satisfy safety
+                  for all constraints with high probability. To this end, it
+                  carefully explores the parameter space by exploiting
+                  regularity assumptions in terms of a Gaussian process
+                  prior. Moreover, we show how context variables can be used to
+                  safely transfer knowledge to new situations and tasks. We
+                  provide a theoretical analysis and demonstrate that the
+                  proposed algorithm enables fast, automatic, and safe
+                  optimization of tuning parameters in experiments on a
+                  quadrotor vehicle.}
+}
+
+ +
+@article{BerTsiWu1997:joh,
+  author = {Dimitri P. Bertsekas and John N. Tsitsiklis and Cynara Wu},
+  title = {Rollout Algorithms for Combinatorial Optimization},
+  journal = {Journal of Heuristics},
+  year = 1997,
+  volume = 3,
+  number = 3,
+  pages = {245--262}
+}
+
+ +
+@article{BerWan1987binpack,
+  title = {Two-dimensional finite bin-packing algorithms},
+  author = {Berkey, Judith O. and Wang, Pearl Y.},
+  journal = {Journal of the Operational Research Society},
+  volume = 38,
+  number = 5,
+  pages = {423--429},
+  year = 1987,
+  doi = {10.2307/2582731}
+}
+
+ +
+@article{BeuFonLopPaqVah09:tec,
+  author = { Nicola Beume  and  Carlos M. Fonseca  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Jan Vahrenhold },
+  title = {On the complexity of computing the hypervolume
+                  indicator},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2009,
+  volume = 13,
+  number = 5,
+  pages = {1075--1082},
+  doi = {10.1109/TEVC.2009.2015575},
+  abstract = {The goal of multi-objective optimization is to find
+                  a set of best compromise solutions for typically
+                  conflicting objectives. Due to the complex nature of
+                  most real-life problems, only an approximation to
+                  such an optimal set can be obtained within
+                  reasonable (computing) time. To compare such
+                  approximations, and thereby the performance of
+                  multi-objective optimizers providing them, unary
+                  quality measures are usually applied. Among these,
+                  the \emph{hypervolume indicator} (or
+                  \emph{S-metric}) is of particular relevance due to
+                  its favorable properties. Moreover, this indicator
+                  has been successfully integrated into stochastic
+                  optimizers, such as evolutionary algorithms, where
+                  it serves as a guidance criterion for finding good
+                  approximations to the Pareto front. Recent results
+                  show that computing the hypervolume indicator can be
+                  seen as solving a specialized version of Klee's
+                  Measure Problem.  In general, Klee's Measure Problem
+                  can be solved with $\mathcal{O}(n \log n +
+                  n^{d/2}\log n)$ comparisons for an input instance of
+                  size $n$ in $d$ dimensions; as of this writing, it
+                  is unknown whether a lower bound higher than
+                  $\Omega(n \log n)$ can be proven. In this article,
+                  we derive a lower bound of $\Omega(n\log n)$ for the
+                  complexity of computing the hypervolume indicator in
+                  any number of dimensions $d>1$ by reducing the
+                  so-called \textsc{UniformGap} problem to it.  For
+                  the three dimensional case, we also present a
+                  matching upper bound of $\mathcal{O}(n\log n)$
+                  comparisons that is obtained by extending an
+                  algorithm for finding the maxima of a point set.}
+}
+
+ +
+@article{BeuNauEmm2007ejor,
+  author = { Nicola Beume  and  Boris Naujoks  and  Emmerich, Michael T. M. },
+  title = {{SMS-EMOA}: Multiobjective selection based on
+                  dominated hypervolume},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 181,
+  number = 3,
+  pages = {1653--1669},
+  doi = {10.1016/j.ejor.2006.08.008}
+}
+
+ +
+@article{BeySch2002:es,
+  author = {  Hans-Georg Beyer  and  Hans-Paul Schwefel },
+  title = {Evolution Strategies: A Comprehensive Introduction},
+  journal = {Natural Computing},
+  volume = 1,
+  pages = {3--52},
+  year = 2002
+}
+
+ +
+@article{BeySchWeg2002,
+  title = {How to analyse evolutionary algorithms},
+  author = {  Hans-Georg Beyer  and  Hans-Paul Schwefel  and  Ingo Wegener },
+  journal = {Theoretical Computer Science},
+  volume = 287,
+  number = 1,
+  pages = {101--130},
+  year = 2002,
+  publisher = {Elsevier}
+}
+
+ +
+@article{BezLopStu2015tec,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Component-Wise Design of Multi-Objective
+                  Evolutionary Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2016,
+  volume = 20,
+  number = 3,
+  pages = {403--417},
+  doi = {10.1109/TEVC.2015.2474158},
+  supplement = {https://github.com/iridia-ulb/automoea-tevc-2016}
+}
+
+ +
+@article{BezLopStu2017assessment,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Large-Scale Experimental Evaluation of High-Performing
+                  Multi- and Many-Objective Evolutionary Algorithms},
+  year = 2018,
+  journal = {Evolutionary Computation},
+  doi = {10.1162/evco_a_00217},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2015-007/},
+  volume = 26,
+  number = 4,
+  pages = {621--656},
+  alias = {BezLopStu2016assessment},
+  abstract = {Research on multi-objective evolutionary algorithms (MOEAs)
+                  has produced over the past decades a large number of
+                  algorithms and a rich literature on performance assessment
+                  tools to evaluate and compare them. Yet, newly proposed MOEAs
+                  are typically compared against very few, often a decade older
+                  MOEAs. One reason for this apparent contradiction is the lack
+                  of a common baseline for comparison, with each subsequent
+                  study often devising its own experimental scenario, slightly
+                  different from other studies. As a result, the state of the
+                  art in MOEAs is a disputed topic. This article reports a
+                  systematic, comprehensive evaluation of a large number of
+                  MOEAs that covers a wide range of experimental scenarios. A
+                  novelty of this study is the separation between the
+                  higher-level algorithmic components related to
+                  multi-objective optimization (MO), which characterize each
+                  particular MOEA, and the underlying parameters-such as
+                  evolutionary operators, population size, etc.-whose
+                  configuration may be tuned for each scenario. Instead of
+                  relying on a common or "default" parameter configuration that
+                  may be low-performing for particular MOEAs or scenarios and
+                  unintentionally biased, we tune the parameters of each MOEA
+                  for each scenario using automatic algorithm configuration
+                  methods. Our results confirm some of the assumed knowledge in
+                  the field, while at the same time they provide new insights
+                  on the relative performance of MOEAs for many-objective
+                  problems. For example, under certain conditions,
+                  indicator-based MOEAs are more competitive for such problems
+                  than previously assumed. We also analyze problem-specific
+                  features affecting performance, the agreement between
+                  performance metrics, and the improvement of tuned
+                  configurations over the default configurations used in the
+                  literature. Finally, the data produced is made publicly
+                  available to motivate further analysis and a baseline for
+                  future comparisons.}
+}
+
+ +
+@article{BezLopStu2019ec,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Designing State-of-the-Art Multi- and
+                  Many-Objective Evolutionary Algorithms},
+  journal = {Evolutionary Computation},
+  year = 2020,
+  volume = 28,
+  number = 2,
+  pages = {195--226},
+  doi = {10.1162/evco_a_00263},
+  supplement = {https://github.com/iridia-ulb/automoea-ecj-2020},
+  abstract = {A recent comparison of well-established multiobjective
+                  evolutionary algorithms (MOEAs) has helped better identify
+                  the current state-of-the-art by considering (i) parameter
+                  tuning through automatic configuration, (ii) a wide range of
+                  different setups, and (iii) various performance
+                  metrics. Here, we automatically devise MOEAs with verified
+                  state-of-the-art performance for multi- and many-objective
+                  continuous optimization. Our work is based on two main
+                  considerations. The first is that high-performing algorithms
+                  can be obtained from a configurable algorithmic framework in
+                  an automated way. The second is that multiple performance
+                  metrics may be required to guide this automatic design
+                  process. In the first part of this work, we extend our
+                  previously proposed algorithmic framework, increasing the
+                  number of MOEAs, underlying evolutionary algorithms, and
+                  search paradigms that it comprises. These components can be
+                  combined following a general MOEA template, and an automatic
+                  configuration method is used to instantiate high-performing
+                  MOEA designs that optimize a given performance metric and
+                  present state-of-the-art performance. In the second part, we
+                  propose a multiobjective formulation for the automatic MOEA
+                  design, which proves critical for the context of
+                  many-objective optimization due to the disagreement of
+                  established performance metrics. Our proposed formulation
+                  leads to an automatically designed MOEA that presents
+                  state-of-the-art performance according to a set of metrics,
+                  rather than a single one.}
+}
+
+ +
+@article{BiaBirMan2006jmma,
+  author = { Leonora Bianchi  and  Mauro Birattari  and  M. Manfrin and
+                  M. Mastrolilli  and  Lu{\'i}s Paquete  and  O. Rossi-Doria  and  Tommaso Schiavinotto },
+  title = {Hybrid Metaheuristics for the Vehicle Routing Problem with
+                  Stochastic Demands},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2006,
+  volume = 5,
+  number = 1,
+  pages = {91--110},
+  alias = {Bia++06}
+}
+
+ +
+@article{BiaDorGam2009survey,
+  title = {A survey on metaheuristics for stochastic combinatorial
+                  optimization},
+  author = { Leonora Bianchi  and  Marco Dorigo  and  L. M. Gambardella  and  Gutjahr, Walter J. },
+  journal = {Natural Computing},
+  volume = 8,
+  number = 2,
+  pages = {239--287},
+  year = 2009
+}
+
+ +
+@article{BinGinRou2015gaupar,
+  title = {Quantifying uncertainty on {Pareto} fronts with {Gaussian}
+                  process conditional simulations},
+  volume = 243,
+  doi = {10.1016/j.ejor.2014.07.032},
+  abstract = {Multi-objective optimization algorithms aim at finding
+                  Pareto-optimal solutions. Recovering Pareto fronts or Pareto
+                  sets from a limited number of function evaluations are
+                  challenging problems. A popular approach in the case of
+                  expensive-to-evaluate functions is to appeal to
+                  metamodels. Kriging has been shown efficient as a base for
+                  sequential multi-objective optimization, notably through
+                  infill sampling criteria balancing exploitation and
+                  exploration such as the Expected Hypervolume
+                  Improvement. Here we consider Kriging metamodels not only for
+                  selecting new points, but as a tool for estimating the whole
+                  Pareto front and quantifying how much uncertainty remains on
+                  it at any stage of Kriging-based multi-objective optimization
+                  algorithms. Our approach relies on the Gaussian process
+                  interpretation of Kriging, and bases upon conditional
+                  simulations. Using concepts from random set theory, we
+                  propose to adapt the Vorob'ev expectation and deviation to
+                  capture the variability of the set of non-dominated
+                  points. Numerical experiments illustrate the potential of the
+                  proposed workflow, and it is shown on examples how Gaussian
+                  process simulations and the estimated Vorob'ev deviation can
+                  be used to monitor the ability of Kriging-based
+                  multi-objective optimization algorithms to accurately learn
+                  the Pareto front.},
+  number = 2,
+  journal = {European Journal of Operational Research},
+  author = {Binois, M. and Ginsbourger, D. and Roustant, O.},
+  year = 2015,
+  keywords = {Attainment function, Expected Hypervolume Improvement,
+                  Kriging, Multi-objective optimization, Vorob'ev expectation},
+  pages = {386--394}
+}
+
+ +
+@article{BirBalStuDor07:informs,
+  author = { Mauro Birattari  and   Prasanna Balaprakash  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Estimation Based Local Search for Stochastic Combinatorial Optimization},
+  journal = {INFORMS Journal on Computing},
+  year = 2008,
+  volume = 20,
+  number = 4,
+  pages = {644--658}
+}
+
+ +
+@article{BirPelDor2007:tec,
+  author = { Mauro Birattari  and  Paola Pellegrini  and  Marco Dorigo },
+  title = {On the invariance of ant colony optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2007,
+  volume = 11,
+  number = 6,
+  pages = {732--742},
+  doi = {10.1109/TEVC.2007.892762},
+  alias = {BirPelDor2007ieee-tevc}
+}
+
+ +
+@article{BirZloDor06meta_design,
+  author = { Mauro Birattari  and Zlochin, M. and  Marco Dorigo },
+  title = {Towards a theory of practice in metaheuristics design: A machine learning perspective},
+  journal = {Theoretical Informatics and Applications},
+  year = 2006,
+  volume = 40,
+  number = 2,
+  pages = {353--369}
+}
+
+ +
+@article{BisIzzYam2010:pagmo-arxiv,
+  title = {A Global Optimisation Toolbox for Massively Parallel
+                  Engineering Optimisation},
+  author = {Biscani, Francesco and  Dario Izzo  and Yam, Chit Hong},
+  journal = {Arxiv preprint arXiv:1004.3824},
+  year = 2010,
+  url = {http://arxiv.org/abs/1004.3824},
+  keywords = {PaGMO},
+  abstract = {A software platform for global optimisation, called PaGMO,
+                  has been developed within the Advanced Concepts Team (ACT) at
+                  the European Space Agency, and was recently released as an
+                  open-source project. PaGMO is built to tackle
+                  high-dimensional global optimisation problems, and it has
+                  been successfully used to find solutions to real-life
+                  engineering problems among which the preliminary design of
+                  interplanetary spacecraft trajectories - both chemical
+                  (including multiple flybys and deep-space maneuvers) and
+                  low-thrust (limited, at the moment, to single phase
+                  trajectories), the inverse design of nano-structured
+                  radiators and the design of non-reactive controllers for
+                  planetary rovers. Featuring an arsenal of global and local
+                  optimisation algorithms (including genetic algorithms,
+                  differential evolution, simulated annealing, particle swarm
+                  optimisation, compass search, improved harmony search, and
+                  various interfaces to libraries for local optimisation such
+                  as SNOPT, IPOPT, GSL and NLopt), PaGMO is at its core a C++
+                  library which employs an object-oriented architecture
+                  providing a clean and easily-extensible optimisation
+                  framework. Adoption of multi-threaded programming ensures the
+                  efficient exploitation of modern multi-core architectures and
+                  allows for a straightforward implementation of the island
+                  model paradigm, in which multiple populations of candidate
+                  solutions asynchronously exchange information in order to
+                  speed-up and improve the optimisation process. In addition to
+                  the C++ interface, PaGMO's capabilities are exposed to the
+                  high-level language Python, so that it is possible to easily
+                  use PaGMO in an interactive session and take advantage of the
+                  numerous scientific Python libraries available.}
+}
+
+ +
+@article{BisBinLan2023wirdmkd,
+  title = {Hyperparameter optimization: Foundations, algorithms, best practices, and open challenges},
+  author = { Bernd Bischl  and Binder, Martin and Lang, Michel and Pielok, Tobias and Richter, Jakob and Coors, Stefan and Thomas, Janek and Ullmann, Theresa and Becker, Marc and Boulesteix, Anne-Laure and Deng, Difan and  Marius Thomas Lindauer },
+  journal = {Wiley Interdisciplinary Reviews: Data Mining and Knowledge Discovery},
+  volume = 13,
+  number = 2,
+  pages = {e1484},
+  year = 2023,
+  publisher = {Wiley Online Library}
+}
+
+ +
+@article{BisKerKot++16:ASlib,
+  author = { Bernd Bischl  and  Pascal Kerschke  and Kotthoff, Lars and  Marius Thomas Lindauer  and  Yuri Malitsky  and Alexandre Fr{\'{e}}chette and  Holger H. Hoos  and  Frank Hutter  and  Kevin Leyton-Brown  and  Kevin Tierney  and  Joaquin Vanschoren },
+  title = {{ASlib}: A Benchmark Library for Algorithm Selection},
+  journal = {Artificial Intelligence},
+  year = 2016,
+  volume = 237,
+  pages = {41--58}
+}
+
+ +
+@article{BisLanKot2016mlr,
+  title = {{\rpackage{mlr}}: Machine Learning in \proglang{R}},
+  author = { Bernd Bischl  and Michel Lang and Kotthoff, Lars and Julia
+                  Schiffner and Jakob Richter and Erich Studerus and Giuseppe
+                  Casalicchio and Zachary M. Jones},
+  journal = {Journal of Machine Learning Research},
+  year = 2016,
+  volume = 17,
+  number = 170,
+  pages = {1--5},
+  epub = {http://jmlr.org/papers/v17/15-066.html}
+}
+
+ +
+@article{BlaHerSanMar2008vis,
+  title = {A new graphical visualization of n-dimensional {Pareto} front
+                  for decision-making in multiobjective optimization},
+  author = {Blasco, Xavier and Herrero, Juan M. and Sanchis, Javier and
+                  Mart{\'i}nez, Manuel},
+  journal = {Information Sciences},
+  volume = 178,
+  number = 20,
+  pages = {3908--3924},
+  year = 2008,
+  publisher = {Elsevier}
+}
+
+ +
+@article{BlaRayEde2017:corr,
+  author = {Craig Blackmore and Oliver Ray and Kerstin Eder},
+  title = {Automatically Tuning the {GCC} Compiler to Optimize the
+                  Performance of Applications Running on Embedded Systems},
+  journal = {Arxiv preprint arXiv:1703.08228},
+  url = {https://arxiv.org/abs/1703.08228},
+  year = 2017
+}
+
+ +
+@article{BleBlu2007:jmma,
+  author = { Mar{\'i}a J. Blesa  and  Christian Blum },
+  title = {Finding edge-disjoint paths in networks by means of
+                  artificial ant colonies},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2007,
+  volume = 6,
+  number = 3,
+  pages = {361--391}
+}
+
+ +
+@article{BliCosRefZha2023aitsp,
+  title = {The First {AI4TSP} Competition: Learning to Solve Stochastic
+                  Routing Problems},
+  journal = {Artificial Intelligence},
+  pages = 103918,
+  volume = 319,
+  year = 2023,
+  issn = {0004-3702},
+  doi = {10.1016/j.artint.2023.103918},
+  author = {Laurens Bliek and Paulo {da Costa} and Reza {Refaei Afshar}
+                  and Robbert Reijnen and Yingqian Zhang and Tom Catshoek and
+                  Dani{\"e}l Vos and Sicco Verwer and Fynn Schmitt-Ulms and
+                  Andr{\'e} Hottung and Tapan Shah and  Meinolf Sellmann  and  Kevin Tierney  and Carl Perreault-Lafleur and Caroline Leboeuf
+                  and Federico Bobbio and Justine Pepin and Warley Almeida
+                  Silva and Ricardo Gama and Hugo L. Fernandes and  Martin Zaefferer  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Irurozki, Ekhine },
+  keywords = {AI for TSP competition, Travelling salesman problem, Routing
+                  problem, Stochastic combinatorial optimization,
+                  Surrogate-based optimization, Deep reinforcement learning},
+  abstract = {This paper reports on the first international competition on
+                  AI for the traveling salesman problem (TSP) at the
+                  International Joint Conference on Artificial Intelligence
+                  2021 (IJCAI-21). The TSP is one of the classical
+                  combinatorial optimization problems, with many variants
+                  inspired by real-world applications. This first competition
+                  asked the participants to develop algorithms to solve an
+                  orienteering problem with stochastic weights and time windows
+                  (OPSWTW). It focused on two learning approaches:
+                  surrogate-based optimization and deep reinforcement
+                  learning. In this paper, we describe the problem, the
+                  competition setup, and the winning methods, and give an
+                  overview of the results. The winning methods described in
+                  this work have advanced the state-of-the-art in using AI for
+                  stochastic routing problems. Overall, by organizing this
+                  competition we have introduced routing problems as an
+                  interesting problem setting for AI researchers. The simulator
+                  of the problem has been made open-source and can be used by
+                  other researchers as a benchmark for new learning-based
+                  methods. The instances and code for the competition are
+                  available at
+                  \url{https://github.com/paulorocosta/ai-for-tsp-competition}.}
+}
+
+ +
+@article{Blu05:cor,
+  author = { Christian Blum },
+  title = {{Beam-ACO}---{Hybridizing} Ant Colony Optimization
+                  with Beam Search: {An} Application to Open Shop
+                  Scheduling},
+  journal = {Computers \& Operations Research},
+  year = 2005,
+  volume = 32,
+  number = 6,
+  pages = {1565--1591},
+  alias = {BlumCOR05}
+}
+
+ +
+@article{Blu08:informs,
+  author = { Christian Blum },
+  title = {Beam-{ACO} for simple assembly line balancing},
+  journal = {INFORMS Journal on Computing},
+  year = 2008,
+  volume = 20,
+  number = 4,
+  pages = {618--627},
+  doi = {10.1287/ijoc.1080.0271},
+  alias = {Blu08:ijoc}
+}
+
+ +
+@article{BluBleLop09-BeamSearch-LCS,
+  author = { Christian Blum  and  Mar{\'i}a J. Blesa  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Beam search for the longest common subsequence
+                  problem},
+  number = 12,
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  pages = {3178--3186},
+  volume = 36,
+  doi = {10.1016/j.cor.2009.02.005},
+  abstract = {The longest common subsequence problem is a classical string
+                  problem that concerns finding the common part of a set of
+                  strings. It has several important applications, for example,
+                  pattern recognition or computational biology. Most research
+                  efforts up to now have focused on solving this problem
+                  optimally. In comparison, only few works exist dealing with
+                  heuristic approaches. In this work we present a deterministic
+                  beam search algorithm. The results show that our algorithm
+                  outperforms the current state-of-the-art approaches not only
+                  in solution quality but often also in computation time.}
+}
+
+ +
+@article{BluCaBle2015swarm,
+  author = { Christian Blum  and Borja Calvo and  Mar{\'i}a J. Blesa },
+  title = {{FrogCOL} and {FrogMIS}: New Decentralized Algorithms for Finding Large Independent Sets in Graphs},
+  journal = {Swarm Intelligence},
+  year = 2015,
+  volume = 9,
+  number = {2-3},
+  pages = {205--227},
+  doi = {10.1007/s11721-015-0110-1},
+  keywords = {irace}
+}
+
+ +
+@article{BluDor03:ieee_tsmcb,
+  author = { Christian Blum  and  Marco Dorigo },
+  title = {The hyper-cube framework for ant colony optimization},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics -- Part B},
+  year = 2004,
+  volume = 34,
+  number = 2,
+  pages = {1161--1172}
+}
+
+ +
+@article{BluDor2005:tec,
+  author = { Christian Blum  and  Marco Dorigo },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  number = 2,
+  pages = {159--174},
+  title = {Search Bias in Ant Colony Optimization: On the Role
+                  of Competition-Balanced Systems},
+  volume = 9,
+  year = 2005
+}
+
+ +
+@article{BluOch2021,
+  author = { Christian Blum  and  Gabriela Ochoa },
+  title = {A comparative analysis of two matheuristics by means of merged local optima networks},
+  journal = {European Journal of Operational Research},
+  volume = 290,
+  number = 1,
+  pages = {36--56},
+  year = 2021
+}
+
+ +
+@article{BluPinLopLoz2015cor,
+  author = { Christian Blum  and  Pedro Pinacho  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Jos{\'e} A. Lozano },
+  title = {Construct, Merge, Solve \& Adapt: A New General Algorithm for
+                  Combinatorial Optimization},
+  journal = {Computers \& Operations Research},
+  year = 2016,
+  volume = 68,
+  pages = {75--88},
+  doi = {10.1016/j.cor.2015.10.014},
+  keywords = {irace, CMSA}
+}
+
+ +
+@article{BluPucRaiRol11:asc,
+  author = { Christian Blum  and  Jakob Puchinger  and  G{\"u}nther R. Raidl  and  Andrea Roli },
+  title = {Hybrid Metaheuristics in Combinatorial Optimization: A Survey},
+  journal = {Applied Soft Computing},
+  year = 2011,
+  volume = 11,
+  number = 6,
+  pages = {4135--4151}
+}
+
+ +
+@article{BluRol03:acm-cs,
+  author = { Christian Blum  and  Andrea Roli },
+  title = {Metaheuristics in Combinatorial Optimization:
+                  Overview and Conceptual Comparison},
+  journal = {{ACM} Computing Surveys},
+  year = 2003,
+  volume = 35,
+  number = 3,
+  pages = {268--308}
+}
+
+ +
+@article{BluSam2004:jmma,
+  author = { Christian Blum  and  M. Sampels },
+  title = {An Ant Colony Optimization Algorithm for Shop
+                  Scheduling Problems},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2004,
+  volume = 3,
+  number = 3,
+  pages = {285--308},
+  doi = {10.1023/B:JMMA.0000038614.39977.6f}
+}
+
+ +
+@article{BluYabBle08:cor,
+  author = { Christian Blum  and  M. {Y{\'a}bar Vall{\`e}s}  and  Mar{\'i}a J. Blesa },
+  title = {An ant colony optimization algorithm for {DNA} sequencing by hybridization},
+  journal = {Computers \& Operations Research},
+  year = 2008,
+  volume = 35,
+  number = 11,
+  pages = {3620--3635},
+  alias = {BluYabBle08}
+}
+
+ +
+@article{BocFawVal2018performance,
+  author = {Bocchese, Andrea F. and  Chris Fawcett  and Vallati, Mauro and Gerevini, Alfonso E. and  Holger H. Hoos },
+  title = {Performance robustness of {AI} planners in the 2014
+                  International Planning Competition},
+  volume = 31,
+  doi = {10.3233/AIC-170537},
+  abstract = {Solver competitions have been used in many areas of AI to
+                  assess the current state of the art and guide future research
+                  and development. AI planning is no exception, and the
+                  International Planning Competition (IPC) has been frequently
+                  run for nearly two decades. Due to the organisational and
+                  computational burden involved in running these competitions,
+                  solvers are generally compared using a single homogeneous
+                  hardware and software environment for all competitors. To
+                  what extent does the specific choice of hardware and software
+                  environment have an effect on solver performance, and is that
+                  effect distributed equally across the competing solvers? In
+                  this work, we use the competing planners and benchmark
+                  instance sets from the 2014 IPC to investigate these two
+                  questions. We recreate the 2014 IPC Optimal and Agile tracks
+                  on two distinct hardware environments and eight distinct
+                  software environments. We show that solver performance varies
+                  significantly based on the hardware and software environment,
+                  and that this variation is not equal for all
+                  planners. Furthermore, the observed variation is sufficient
+                  to change the competition rankings, including the top-ranked
+                  planners for some tracks.},
+  number = 6,
+  journal = {AI Communications},
+  publisher = {IOS Press},
+  year = 2018,
+  month = dec,
+  pages = {445--463}
+}
+
+ +
+@article{BoeKahMud1994,
+  author = {Kenneth D. Boese and Andrew B. Kahng and Sudhakar Muddu},
+  title = {A New Adaptive Multi-Start Technique for Combinatorial Global
+                  Optimization},
+  journal = {Operations Research Letters},
+  year = 1994,
+  volume = 16,
+  number = 2,
+  pages = {101--113},
+  keywords = {big-valley hypothesis, TSP, landscape analysis}
+}
+
+ +
+@article{Boh2009idcs,
+  author = {Marko Bohanec},
+  title = {Decision making: a computer-science and
+                  information-technology viewpoint},
+  journal = {Interdisciplinary Description of Complex Systems},
+  year = 2009,
+  volume = 7,
+  number = 2,
+  pages = {22--37}
+}
+
+ +
+@article{BohJohSte1986,
+  title = {Generalized Simulated Annealing for Function Optimization},
+  author = { Ihor O. Bohachevsky  and Mark E. Johnson and  Myron L. Stein },
+  journal = {Technometrics},
+  volume = 28,
+  number = 3,
+  pages = {209--217},
+  year = 1986,
+  publisher = {Taylor \& Francis}
+}
+
+ +
+@article{Bor2000,
+  title = {{CHESS} - Changing Horizon Efficient Set Search: A
+                  simple principle for multiobjective optimization},
+  author = {Borges, P. C.},
+  journal = {Journal of Heuristics},
+  volume = 6,
+  number = 3,
+  pages = {405--418},
+  year = 2000
+}
+
+ +
+@article{BorHamTav2007joh,
+  author = {Boros, Endre and Hammer, Peter L.  and Tavares, Gabriel},
+  title = {Local search heuristics for Quadratic Unconstrained Binary
+                  Optimization ({QUBO})},
+  journal = {Journal of Heuristics},
+  year = 2007,
+  volume = 13,
+  number = 2,
+  pages = {99--132}
+}
+
+ +
+@article{Borda1781,
+  author = {Jean-Charles de Borda},
+  journal = {Histoire de l'Acad{\'e}mie Royal des Sciences},
+  title = {M{\'e}moire sur les {\'E}lections au Scrutin},
+  year = 1781,
+  keywords = {ranking}
+}
+
+ +
+@article{BotBon98,
+  author = {Hozefa M. Botee and Eric Bonabeau},
+  title = {Evolving Ant Colony Optimization},
+  year = 1998,
+  journal = {Advances in Complex Systems},
+  volume = 1,
+  pages = {149--159}
+}
+
+ +
+@article{BotSch2019dominance,
+  title = {Dominance for multi-objective robust optimization concepts},
+  author = {Botte, Marco and  Sch{\"o}bel, Anita },
+  journal = {European Journal of Operational Research},
+  volume = 273,
+  number = 2,
+  pages = {430--440},
+  year = 2019,
+  publisher = {Elsevier}
+}
+
+ +
+@article{BouBluBou2012,
+  author = {Salim Bouamama and  Christian Blum  and Abdellah Boukerram},
+  title = {A Population-based Iterated Greedy Algorithm for the Minimum Weight Vertex Cover Problem},
+  journal = {Applied Soft Computing},
+  year = 2012,
+  volume = 12,
+  number = 6,
+  pages = {1632--1639}
+}
+
+ +
+@article{BouForGliPir2010:ejor,
+  author = { G{\'e}raldine Bous  and  Philippe Fortemps  and  Fran\c{c}ois Glineur  and  Marc Pirlot },
+  title = {{ACUTA}: {A} novel method for eliciting additive value functions on the basis of holistic preference statements},
+  journal = {European Journal of Operational Research},
+  year = 2010,
+  volume = 206,
+  number = 2,
+  pages = {435--444}
+}
+
+ +
+@article{BouLec2003ejor,
+  author = {Bouleimen, K. and Lecocq, H.},
+  title = {A new efficient simulated annealing algorithm for
+                  the resource-constrained project scheduling problem
+                  and its multiple mode version},
+  volume = 149,
+  doi = {10.1016/S0377-2217(02)00761-0},
+  abstract = {This paper describes new simulated annealing ({SA)}
+                  algorithms for the resource-constrained project
+                  scheduling problem ({RCPSP)} and its multiple mode
+                  version ({MRCPSP).} The objective function
+                  considered is minimisation of the makespan. The
+                  conventional {SA} search scheme is replaced by a new
+                  design that takes into account the specificity of
+                  the solution space of project scheduling
+                  problems. For {RCPSP}, the search was based on an
+                  alternated activity and time incrementing process,
+                  and all parameters were set after preliminary
+                  statistical experiments done on test instances. For
+                  {MRCPSP}, we introduced an original approach using
+                  two embedded search loops alternating activity and
+                  mode neighbourhood exploration. The performance
+                  evaluation done on the benchmark instances available
+                  in the literature proved the efficiency of both
+                  adaptations that are currently among the most
+                  competitive algorithms for these problems.},
+  number = 2,
+  journal = {European Journal of Operational Research},
+  year = 2003,
+  keywords = {multi-mode resource-constrained project scheduling,
+                  project scheduling, simulated annealing},
+  pages = {268--281}
+}
+
+ +
+@article{BozFowGelKim2010or,
+  title = {Quantitative comparison of approximate solution sets for
+                  multicriteria optimization problems with weighted
+                  {Tchebycheff} preference function},
+  author = {Bozkurt, B. and Fowler, J. W. and Gel, E. S. and Kim, B. and  Murat K{\"o}ksalan  and  Wallenius, Jyrki },
+  journal = {Operations Research},
+  year = 2010,
+  number = 3,
+  pages = {650--659},
+  volume = 58,
+  publisher = {INFORMS},
+  annote = {Proposed IPF indicator}
+}
+
+ +
+@article{BraGreSlo2010bpas,
+  title = {Interactive evolutionary multiobjective optimization driven
+                  by robust ordinal regression},
+  author = { J{\"u}rgen Branke  and  Salvatore Greco  and  Roman S{\l}owi{\'n}ski  and Zielniewicz, P},
+  journal = {Bulletin of the Polish Academy of Sciences: Technical Sciences},
+  volume = 58,
+  number = 3,
+  pages = {347--358},
+  year = 2010,
+  doi = {10.2478/v10175-010-0033-3}
+}
+
+ +
+@article{BraGutRAu2006cms,
+  author = {S. C. Brailsford and  Gutjahr, Walter J.  and M. S. Rauner and
+                  W. Zeppelzauer},
+  title = {Combined Discrete-event Simulation and Ant Colony
+                  Optimisation Approach for Selecting Optimal Screening
+                  Policies for Diabetic Retinopathy},
+  journal = {Computational Management Science},
+  year = 2006,
+  volume = 4,
+  number = 1,
+  pages = {59--83},
+  alias = {Bra++06}
+}
+
+ +
+@article{BraKauSch2001aes,
+  author = { J{\"u}rgen Branke  and Kaussler, T. and Schmeck, H.},
+  title = {Guidance in evolutionary multi-objective optimization},
+  journal = {Advances in Engineering Software},
+  year = 2001,
+  volume = 32,
+  pages = {499--507}
+}
+
+ +
+@article{BraNguPic2016tec,
+  author = { J{\"u}rgen Branke  and S. Nguyen and C. W. Pickardt and M. Zhang},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Automated Design of Production Scheduling Heuristics: A
+                  Review},
+  year = 2016,
+  volume = 20,
+  number = 1,
+  pages = {110--124}
+}
+
+ +
+@article{BraSch2005faster,
+  title = {Faster Convergence by Means of Fitness Estimation},
+  author = { J{\"u}rgen Branke  and Schmidt, C.},
+  year = 2005,
+  month = jan,
+  journal = {Soft Computing},
+  volume = 9,
+  number = 1,
+  pages = {13--20},
+  issn = {1432-7643, 1433-7479},
+  doi = {10.1007/s00500-003-0329-4},
+  langid = {english}
+}
+
+ +
+@article{BraZap2016:cor,
+  author = {Roland Braune and G. Z{\"a}pfel},
+  title = {Shifting Bottleneck Scheduling for Total Weighted Tardiness Minimization---A Computational Evaluation of Subproblem and Re-optimization Heuristics},
+  journal = {Computers \& Operations Research},
+  year = 2016,
+  volume = 66,
+  pages = {130--140}
+}
+
+ +
+@article{BranCorrGreSlow2016ejor,
+  author = { J{\"u}rgen Branke  and  Salvatore Corrente  and  Salvatore Greco  and  Roman S{\l}owi{\'n}ski  and Zielniewicz, P.},
+  title = {Using {Choquet} integral as preference model in interactive
+                  evolutionary multiobjective optimization},
+  journal = {European Journal of Operational Research},
+  volume = 250,
+  number = 3,
+  pages = {884--901},
+  year = 2016,
+  doi = {10.1016/j.ejor.2015.10.027}
+}
+
+ +
+@article{BranFarSha2016cgti,
+  author = { J{\"u}rgen Branke  and  Farid, S. S. and Shah, N.},
+  title = {Industry 4.0: a vision for personalized medicine supply
+                  chains?},
+  journal = {Cell and Gene Therapy Insights},
+  year = 2016,
+  volume = 2,
+  number = 2,
+  pages = {263--270},
+  doi = {10.18609/cgti.2016.027}
+}
+
+ +
+@article{BranGreSlow2015,
+  author = { J{\"u}rgen Branke  and  Salvatore Greco  and  Roman S{\l}owi{\'n}ski  and Piotr Zielniewicz},
+  title = {Learning Value Functions in Interactive Evolutionary
+                  Multiobjective Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  volume = 19,
+  pages = {88--102},
+  number = 1
+}
+
+ +
+@article{BranJin2005tec,
+  author = { Yaochu Jin  and  J{\"u}rgen Branke },
+  title = {Evolutionary Optimization in Uncertain Environments---A
+                  Survey},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2005,
+  volume = 9,
+  number = 5,
+  pages = {303--317}
+}
+
+ +
+@article{Breiman2001,
+  author = {Leo Breiman},
+  title = {Random Forests},
+  journal = {Machine Learning},
+  year = 2001,
+  volume = 45,
+  number = 1,
+  pages = {5--32},
+  doi = {10.1023/A:1010933404324}
+}
+
+ +
+@article{BriCabEmm2018maximum,
+  title = {Maximum volume subset selection for anchored boxes},
+  author = { Karl Bringmann  and Cabello, Sergio and  Emmerich, Michael T. M. },
+  journal = {Arxiv preprint arXiv:1803.00849},
+  year = 2018,
+  doi = {10.48550/arXiv.1803.00849},
+  abstract = {Let $B$ be a set of $n$ axis-parallel boxes in $\mathbb{R}^d$
+                  such that each box has a corner at the origin and the other
+                  corner in the positive quadrant of $\mathbb{R}^d$, and let
+                  $k$ be a positive integer.  We study the problem of selecting
+                  $k$ boxes in $B$ that maximize the volume of the union of the
+                  selected boxes.  This research is motivated by applications
+                  in skyline queries for databases and in multicriteria
+                  optimization, where the problem is known as the
+                  \emph{hypervolume subset selection problem}.  It is known
+                  that the problem can be solved in polynomial time in the
+                  plane, while the best known running time in any dimension $d
+                  \ge 3$ is $\Omega\big(\binom{n}{k}\big)$.  We show that: The
+                  problem is NP-hard already in 3 dimensions. In 3 dimensions,
+                  we break the bound $\Omega\big(\binom{n}{k}\big)$, by
+                  providing an $n^{O(\sqrt{k})}$ algorithm. For any constant
+                  dimension $d$, we present an efficient polynomial-time
+                  approximation scheme.},
+  keywords = {hypervolume subset selection}
+}
+
+ +
+@article{BriFri2012tcs,
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  title = {Approximating the Least Hypervolume Contributor: {NP}-Hard in
+                  General, But Fast in Practice},
+  pages = {104--116},
+  year = 2012,
+  volume = 425,
+  journal = {Theoretical Computer Science},
+  doi = {10.1016/j.tcs.2010.09.026}
+}
+
+ +
+@article{BriFri2010eff,
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  title = {An efficient algorithm for computing hypervolume
+                  contributions},
+  journal = {Evolutionary Computation},
+  volume = 18,
+  number = 3,
+  pages = {383--402},
+  year = 2010
+}
+
+ +
+@article{BriFri2014convergence,
+  title = {Convergence of hypervolume-based archiving algorithms},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2014,
+  number = 5,
+  pages = {643--657},
+  volume = 18,
+  publisher = {IEEE},
+  keywords = {competitive ratio},
+  doi = {10.1109/TEVC.2014.2341711},
+  annote = {Proof that all nondecreasing $(\mu + \lambda)$ archiving algorithms with
+                  $\lambda < \mu$ are ineffective.}
+}
+
+ +
+@article{Bro1970bfgs,
+  author = {Broyden, Charles G.},
+  title = {The Convergence of a Class of Double-rank Minimization
+                  Algorithms: 2. The New Algorithm},
+  journal = {IMA Journal of Applied Mathematics},
+  year = 1970,
+  volume = 6,
+  number = 3,
+  pages = {222--231},
+  month = sep,
+  annote = {One of the four papers that proposed BFGS.},
+  doi = {10.1093/imamat/6.3.222},
+  eprint = {https://academic.oup.com/imamat/article-pdf/6/3/222/1848059/6-3-222.pdf},
+  keywords = {BFGS}
+}
+
+ +
+@article{BroBadThiZit2013directed,
+  title = {Directed Multiobjective Optimization Based on the Weighted
+                  Hypervolume Indicator},
+  volume = 20,
+  doi = {10.1002/mcda.1502},
+  abstract = {Recently, there has been a large interest in set-based
+                  evolutionary algorithms for multi objective
+                  optimization. They are based on the definition of indicators
+                  that characterize the quality of the current population while
+                  being compliant with the concept of Pareto-optimality. It has
+                  been shown that the hypervolume indicator, which measures the
+                  dominated volume in the objective space, enables the design
+                  of efficient search algorithms and, at the same time, opens
+                  up opportunities to express user preferences in the search by
+                  means of weight functions. The present paper contains the
+                  necessary theoretical foundations and corresponding
+                  algorithms to (i) select appropriate weight functions, to
+                  (ii) transform user preferences into weight functions and to
+                  (iii) efficiently evaluate the weighted hypervolume indicator
+                  through Monte Carlo sampling. The algorithm W-HypE, which
+                  implements the previous concepts, is introduced, and the
+                  effectiveness of the search, directed towards the user's
+                  preferred solutions, is shown using an extensive set of
+                  experiments including the necessary statistical performance
+                  assessment.},
+  number = {5-6},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  author = { Dimo Brockhoff  and  Johannes Bader  and  Lothar Thiele  and  Eckart Zitzler },
+  year = 2013,
+  keywords = {hypervolume, preference-based search, multi objective
+                  optimization, evolutionary algorithm},
+  pages = {291--317}
+}
+
+ +
+@article{BroCorFre2010tutorial,
+  author = {Brochu, Eric and Cora, Vlad and  Nando de Freitas },
+  year = 2010,
+  month = dec,
+  title = {A Tutorial on {Bayesian} Optimization of Expensive Cost
+                  Functions, with Application to Active User Modeling and
+                  Hierarchical Reinforcement Learning},
+  journal = {Arxiv preprint arXiv:1012.2599},
+  url = {https://arxiv.org/abs/1012.2599}
+}
+
+ +
+@article{BroTusTusWag2016biobj,
+  author = { Dimo Brockhoff  and  Tea Tu{\v s}ar  and Dejan Tu{\v s}ar and  Tobias Wagner  and  Nikolaus Hansen  and  Anne Auger },
+  title = {Biobjective performance assessment with the {COCO} platform},
+  journal = {Arxiv preprint arXiv:1605.01746},
+  year = 2016,
+  doi = {10.48550/arXiv.1605.01746}
+}
+
+ +
+@article{BroWagTrau2015r2,
+  title = {{R2} indicator-based multiobjective search},
+  author = { Dimo Brockhoff  and  Tobias Wagner  and  Heike Trautmann },
+  journal = {Evolutionary Computation},
+  year = 2015,
+  number = 3,
+  pages = {369--395},
+  volume = 23
+}
+
+ +
+@article{BroZit2009ec,
+  author = { Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Objective Reduction in Evolutionary Multiobjective
+                  Optimization: Theory and Applications},
+  journal = {Evolutionary Computation},
+  volume = 17,
+  number = 2,
+  pages = {135--166},
+  year = 2009,
+  abstract = {Many-objective problems represent a major challenge in the
+                  field of evolutionary multiobjective optimization, in terms of
+                  search efficiency, computational cost, decision making,
+                  visualization, and so on. This leads to various research
+                  questions, in particular whether certain objectives can be
+                  omitted in order to overcome or at least diminish the
+                  difficulties that arise when many, that is, more than three,
+                  objective functions are involved. This study addresses this
+                  question from different perspectives. First, we investigate
+                  how adding or omitting objectives affects the problem
+                  characteristics and propose a general notion of conflict
+                  between objective sets as a theoretical foundation for
+                  objective reduction. Second, we present both exact and
+                  heuristic algorithms to systematically reduce the number of
+                  objectives, while preserving as much as possible of the
+                  dominance structure of the underlying optimization
+                  problem. Third, we demonstrate the usefulness of the proposed
+                  objective reduction method in the context of both decision
+                  making and search for a radar waveform application as well as
+                  for well-known test functions.},
+  doi = {10.1162/evco.2009.17.2.135}
+}
+
+ +
+@article{Broyden1970bfgs,
+  author = {Broyden, C. G.},
+  title = {The Convergence of a Class of Double-rank Minimization
+                  Algorithms 1. General Considerations},
+  journal = {IMA Journal of Applied Mathematics},
+  year = 1970,
+  volume = 6,
+  number = 1,
+  pages = {76--90},
+  month = mar,
+  keywords = {Broyden-Fletcher-Goldfarb-Shanno (BFGS) algorithm},
+  abstract = {This paper presents a more detailed analysis of a class of
+                  minimization algorithms, which includes as a special case the
+                  DFP (Davidon-Fletcher-Powell) method, than has previously
+                  appeared. Only quadratic functions are considered but
+                  particular attention is paid to the magnitude of successive
+                  errors and their dependence upon the initial matrix. On the
+                  basis of this a possible explanation of some of the observed
+                  characteristics of the class is tentatively suggested.},
+  doi = {10.1093/imamat/6.1.76}
+}
+
+ +
+@article{BruHurWer1996,
+  author = {Peter Brucker and Johann Hurink and Frank Werner},
+  title = {Improving Local Search Heuristics for some Scheduling Problems --- {Part} {I}},
+  journal = {Discrete Applied Mathematics},
+  year = 1996,
+  volume = 65,
+  number = {1--3},
+  pages = {97--122}
+}
+
+ +
+@article{BruHurWer1997,
+  author = {Peter Brucker and Johann Hurink and Frank Werner},
+  title = {Improving Local Search Heuristics for some Scheduling Problems --- {Part} {II}},
+  journal = {Discrete Applied Mathematics},
+  year = 1997,
+  volume = 72,
+  number = {1--2},
+  pages = {47--69}
+}
+
+ +
+@article{BruJacTho1999:aor,
+  author = {M. J. Brusco and L. W. Jacobs and G. M. Thompson},
+  title = {A Morphing Procedure to Supplement a Simulated
+                  Annealing Heuristic for Cost- and
+                  Coverage-correlated Set Covering Problems},
+  journal = {Annals of Operations Research},
+  year = 1999,
+  volume = 86,
+  pages = {611--627}
+}
+
+ +
+@article{Buc1994jors,
+  title = {An experimental evaluation of interactive {MCDM}
+                  methods and the decision making process},
+  author = { Buchanan, John T. },
+  journal = {Journal of the Operational Research Society},
+  pages = {1050--1059},
+  volume = 45,
+  number = 9,
+  year = 1994
+}
+
+ +
+@article{Buc1997jors,
+  author = { Buchanan, John T. },
+  title = {A naive approach for solving {MCDM} problems: the {GUESS}
+                  method},
+  journal = {Journal of the Operational Research Society},
+  year = 1997,
+  volume = 48,
+  pages = {202--206}
+}
+
+ +
+@article{BucCor1997anchoring,
+  title = {The effects of anchoring in interactive {MCDM} solution
+                  methods},
+  volume = 24,
+  doi = {10.1016/S0305-0548(97)00014-2},
+  number = 10,
+  journal = {Computers \& Operations Research},
+  author = { Buchanan, John T.  and Corner, James L.},
+  month = oct,
+  year = 1997,
+  pages = {907--918}
+}
+
+ +
+@article{BucGoo2004maxima,
+  author = {A. L. Buchsbaum and M. T. Goodrich},
+  title = {Three-Dimensional Layers of Maxima},
+  journal = {Algorithmica},
+  year = 2004,
+  volume = 39,
+  pages = {275--289},
+  alias = {Buchsbaum04}
+}
+
+ +
+@article{BulHarStr99:aor,
+  author = { B. Bullnheimer  and  Richard F. Hartl  and  Christine Strauss },
+  title = {An Improved Ant System Algorithm for the Vehicle Routing
+                  Problem},
+  journal = {Annals of Operations Research},
+  year = 1999,
+  volume = 89,
+  pages = {319--328},
+  alias = {ASrank99}
+}
+
+ +
+@article{BulHarStr99:cejore,
+  author = { B. Bullnheimer  and  Richard F. Hartl  and  Christine Strauss },
+  title = {A new rank-based version of the {Ant} {System}: {A}
+                  computational study},
+  journal = {Central European Journal for Operations Research and Economics},
+  year = 1999,
+  volume = 7,
+  number = 1,
+  pages = {25--38},
+  alias = {BulHarStr99:ras}
+}
+
+ +
+@article{BurByk2017,
+  title = {The Late Acceptance Hill-Climbing Heuristic},
+  author = { Edmund K. Burke  and  Yuri Bykov },
+  journal = {European Journal of Operational Research},
+  volume = 258,
+  number = 1,
+  pages = {70--78},
+  year = 2017
+}
+
+ +
+@article{BurFin1983,
+  title = {The asymptotic probabilistic behaviour of quadratic sum assignment problems},
+  author = { Burkard, Rainer E.  and Fincke, Ulrich},
+  journal = {Zeitschrift f{\"u}r Operations Research},
+  volume = 27,
+  number = 1,
+  pages = {73--81},
+  year = 1983,
+  publisher = {Springer}
+}
+
+ +
+@article{BurFraMos2004:joh,
+  author = {Luciana Buriol and Paulo M. Fran{\c c}a and  Pablo Moscato },
+  title = {A New Memetic Algorithm for the Asymmetric Traveling Salesman Problem},
+  journal = {Journal of Heuristics},
+  year = 2004,
+  volume = 10,
+  number = 5,
+  pages = {483--506}
+}
+
+ +
+@article{BurGenHyd2013,
+  author = { Edmund K. Burke  and  Michel Gendreau  and  Matthew R. Hyde  and  Graham Kendall  and  Gabriela Ochoa  and  Ender {\"O}zcan  and  Rong Qu },
+  title = {Hyper-heuristics: A Survey of the State of the Art},
+  journal = {Journal of the Operational Research Society},
+  year = 2013,
+  volume = 64,
+  number = 12,
+  pages = {1695--1724},
+  doi = {10.1057/jors.2013.71}
+}
+
+ +
+@article{BurHydKen2010tec,
+  author = { Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall  and John R. Woodward},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {A Genetic Programming Hyper-Heuristic Approach for Evolving
+                  {2-D} Strip Packing Heuristics},
+  year = 2010,
+  volume = 14,
+  number = 6,
+  pages = {942--958},
+  doi = {10.1109/TEVC.2010.2041061}
+}
+
+ +
+@article{BurHydKen2012ec,
+  title = {Automating the Packing Heuristic Design Process with Genetic
+                  Programming},
+  author = { Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall  and John R. Woodward},
+  doi = {10.1162/evco_a_00044},
+  year = 2012,
+  volume = 20,
+  number = 1,
+  pages = {63--89},
+  journal = {Evolutionary Computation},
+  keywords = {one-, two-, or three-dimensional knapsack and bin packing
+                  problems}
+}
+
+ +
+@article{BurHydKen2012tec,
+  author = { Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall },
+  title = {Grammatical Evolution of Local Search Heuristics},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 16,
+  number = 7,
+  year = 2012,
+  pages = {406--417},
+  doi = {10.1109/TEVC.2011.2160401}
+}
+
+ +
+@article{BurKarRen1997,
+  title = {{QAPLIB}--a Quadratic Assignment Problem Library},
+  author = { Burkard, Rainer E.  and  Stefan E. Karisch  and  Franz Rendl },
+  journal = {Journal of Global Optimization},
+  volume = 10,
+  number = 4,
+  pages = {391--403},
+  year = 1997,
+  publisher = {Springer}
+}
+
+ +
+@article{BurRen1984,
+  author = { Burkard, Rainer E.  and  Franz Rendl },
+  title = {A Thermodynamically Motivated Simulation Procedure for
+                  Combinatorial Optimization Problems},
+  journal = {European Journal of Operational Research},
+  year = 1984,
+  volume = 17,
+  number = 2,
+  pages = {169--174},
+  doi = {10.1016/0377-2217(84)90231-5},
+  keywords = {2-exchange delta evaluation for QAP}
+}
+
+ +
+@article{BusRobTot2014,
+  author = {Erika Buson and Roberto Roberti and  Paolo Toth },
+  title = {A Reduced-Cost Iterated Local Search Heuristic for the Fixed-Charge Transportation Problem},
+  journal = {Operations Research},
+  year = 2014,
+  volume = 62,
+  number = 5,
+  pages = {1095--1106}
+}
+
+ +
+@article{CabLuqMol2002promoin,
+  author = {Caballero, R. and  Mariano Luque  and  Molina, Juli{\'a}n  and  Francisco Ruiz },
+  title = {{PROMOIN}: An Interactive System for Multiobjective
+                  Programming},
+  journal = {Information Technologies and Decision Making},
+  year = 2002,
+  volume = 1,
+  pages = {635--656},
+  keywords = {preferences, multi interactive methods framework}
+}
+
+ +
+@article{CacStu2017:endm,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle },
+  title = {Exploring Variable Neighborhood Search for Automatic
+                  Algorithm Configuration},
+  journal = {Electronic Notes in Discrete Mathematics},
+  year = 2017,
+  volume = 58,
+  pages = {167--174},
+  doi = {10.1016/j.endm.2017.03.022}
+}
+
+ +
+@article{CahMelTal2004,
+  author = {Cahon, Sebastien and Melab, Nordine and  Talbi, El-Ghazali },
+  title = {{ParadisEO}: A Framework for the Reusable Design of
+                  Parallel and Distributed Metaheuristics},
+  doi = {10.1023/B:HEUR.0000026900.92269.ec},
+  journal = {Journal of Heuristics},
+  number = 3,
+  pages = {357--380},
+  volume = 10,
+  year = 2004,
+  alias = {CahMelTal04paradiseo}
+}
+
+ +
+@article{CaiHuaQuiMa2009,
+  author = {Zhaoquan Cai and Han Huang and Yong Qin and Xianheng
+                  Ma},
+  title = {Ant Colony Optimization Based on Adaptive Volatility
+                  Rate of Pheromone Trail},
+  year = 2009,
+  journal = {International Journal of Communications, Network and System Sciences},
+  volume = 2,
+  number = 8,
+  pages = {792--796}
+}
+
+ +
+@article{CaiLiFan2015archive,
+  title = {An external archive guided multiobjective evolutionary
+                  algorithm based on decomposition for combinatorial
+                  optimization},
+  author = {Cai, Xinye and Li, Yexing and Fan, Zhun and  Zhang, Qingfu },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  number = 4,
+  pages = {508--523},
+  volume = 19
+}
+
+ +
+@article{CaiXiaLiHu2021grid,
+  title = {A grid-based inverted generational distance for
+                  multi/many-objective optimization},
+  author = {Cai, Xinye and Xiao, Yushun and  Li, Miqing  and Hu,
+                  Han and  Ishibuchi, Hisao  and Li, Xiaoping},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2021,
+  number = 1,
+  pages = {21--34},
+  volume = 25,
+  publisher = {IEEE},
+  annote = {weakly Pareto-compliant indicator}
+}
+
+ +
+@article{CaiXiaLiSun2021kernel,
+  title = {A kernel-based indicator for multi/many-objective
+                  optimization},
+  author = {Cai, Xinye and Xiao, Yushun and Li, Zhenhua and Sun, Qi and
+                  Xu, Hanchuan and  Li, Miqing  and  Ishibuchi, Hisao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2021
+}
+
+ +
+@article{Calvo00tsptw,
+  author = { Roberto {Wolfler Calvo} },
+  title = {A New Heuristic for the Traveling Salesman Problem
+                  with Time Windows},
+  journal = {Transportation Science},
+  volume = 34,
+  number = 1,
+  year = 2000,
+  pages = {113--124},
+  doi = {10.1287/trsc.34.1.113.12284},
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{CamBatAra2020jss,
+  title = {The \rpackage{MOEADr} Package: A Component-Based Framework for Multiobjective Evolutionary Algorithms Based on Decomposition},
+  author = {Felipe Campelo and Lucas S. Batista and Claus Aranha},
+  year = 2020,
+  volume = 92,
+  issue = 6,
+  journal = {Journal of Statistical Software},
+  doi = {10.18637/jss.v092.i06}
+}
+
+ +
+@article{CamDorStu2019si,
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {The intelligent water drops algorithm: why it cannot be considered a novel algorithm},
+  journal = {Swarm Intelligence},
+  year = 2019,
+  volume = 13,
+  pages = {173--192}
+}
+
+ +
+@article{CamDorStu2022cuckooSearch,
+  title = {An analysis of why cuckoo search does not bring any novel ideas to optimization},
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Marco Dorigo  and  Thomas St{\"u}tzle },
+  journal = {Computers \& Operations Research},
+  pages = {105747},
+  year = 2022
+}
+
+ +
+@article{CamDorStu2022exposing,
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {Exposing the grey wolf, moth-flame, whale, firefly, bat, and antlion algorithms: six misleading optimization techniques inspired by bestial metaphors},
+  journal = {International Transactions in Operational Research},
+  doi = {10.1111/itor.13176},
+  year = 2022
+}
+
+ +
+@article{CamJon2011,
+  title = {Prepositioning supplies in preparation for disasters},
+  author = {Campbell, Ann Melissa and Jones, Philip C.},
+  journal = {European Journal of Operational Research},
+  volume = 209,
+  number = 2,
+  pages = {156--165},
+  year = 2011,
+  publisher = {Elsevier}
+}
+
+ +
+@article{CamSchXia2013sentim,
+  author = {Cambria, E and Schuller, B and Xia, Y and Havasi, C},
+  year = 2013,
+  title = {New avenues in opinion mining and sentiment analysis},
+  journal = {IEEE Intelligent Systems},
+  volume = 28,
+  number = 2,
+  pages = {15--21},
+  doi = {10.1109/MIS.2013.30}
+}
+
+ +
+@article{CamStuDor2021psox,
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {{PSO-X}: A Component-Based Framework for the Automatic Design
+                  of Particle Swarm Optimization Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2021,
+  volume = 26,
+  number = 3,
+  pages = {402--416},
+  doi = {10.1109/TEVC.2021.3102863}
+}
+
+ +
+@article{CamWan2020sample,
+  author = {Felipe Campelo and  Wanner, Elizabeth F. },
+  title = {Sample size calculations for the experimental comparison of
+                  multiple algorithms on multiple problem instances},
+  journal = {Journal of Heuristics},
+  year = 2020,
+  volume = 26,
+  number = 6,
+  pages = {851--883},
+  doi = {10.1007/s10732-020-09454-w}
+}
+
+ +
+@article{CaoJiaZhan2017its,
+  author = {Cao, Z. and Jiang, S. and Zhang, J. and Guo, H.},
+  title = {A unified framework for vehicle rerouting and traffic light
+                  control to reduce traffic congestion},
+  journal = {IEEE Transactions on Intelligent Transportation Systems},
+  pages = {1958--1973},
+  volume = 18,
+  number = 7,
+  year = 2017
+}
+
+ +
+@article{Cap2017,
+  title = {Variable Neighborhood Search for Extremal Vertices : The {AutoGraphiX-III} System},
+  author = {Gilles Caporossi},
+  journal = {Computers \& Operations Research},
+  volume = 78,
+  pages = {431--438},
+  year = 2017
+}
+
+ +
+@article{Car1982:ejor,
+  author = {J. Carlier},
+  title = {The One-machine Sequencing Problem},
+  journal = {European Journal of Operational Research},
+  year = 1982,
+  volume = 11,
+  number = 1,
+  pages = {42--47}
+}
+
+ +
+@article{CarBar96tabusearch_tsptw,
+  author = { William B. Carlton  and  J. Wesley Barnes },
+  title = {Solving the traveling-salesman problem with time
+                  windows using tabu search},
+  journal = {IIE Transactions},
+  year = 1996,
+  volume = 28,
+  pages = {617--629}
+}
+
+ +
+@article{CarKonCor2019inf,
+  author = {Fabio Caraffini and  Anna V. Kononova  and  David Corne },
+  title = {Infeasibility and structural bias in differential evolution},
+  journal = {Information Sciences},
+  volume = 496,
+  pages = {161--179},
+  year = 2019,
+  doi = {10.1016/j.ins.2019.05.019}
+}
+
+ +
+@article{CasLab99,
+  title = {Heuristics for large constrained vehicle routing problems},
+  author = {Caseau, Yves and Laburthe, Fran{\c{c}}ois},
+  journal = {Journal of Heuristics},
+  volume = 5,
+  number = 3,
+  pages = {281--303},
+  year = 1999
+}
+
+ +
+@article{CasSilLab2001tplp,
+  author = {Yves Caseau and Glenn Silverstein and Fran{\c{c}}ois
+                  Laburthe},
+  title = {Learning Hybrid Algorithms for Vehicle Routing
+                  Problems},
+  journal = {Theory and Practice of Logic Programming},
+  volume = 1,
+  number = 6,
+  year = 2001,
+  pages = {779--806},
+  epub = {http://arxiv.org/abs/cs/0405092}
+}
+
+ +
+@article{CatAbsFeiVig2014:cor,
+  author = {Diego Cattaruzza and Nabil Absi and Dominique Feillet and  Vigo, Daniele },
+  title = {An Iterated Local Search for the Multi-commodity Multi-trip Vehicle Routing Problem with Time Windows},
+  journal = {Computers \& Operations Research},
+  year = 2014,
+  volume = 51,
+  pages = {257--267}
+}
+
+ +
+@article{CauNiePok2012,
+  title = {Optimization models in emergency logistics: A literature review},
+  author = {Caunhye, Aakil M. and Nie, Xiaofeng and Pokharel, Shaligram},
+  journal = {Socio-Economic Planning Sciences},
+  volume = 46,
+  number = 1,
+  pages = {4--13},
+  year = 2012,
+  publisher = {Elsevier}
+}
+
+ +
+@article{CebIruMen2014eda,
+  author = { Josu Ceberio  and  Irurozki, Ekhine  and  Alexander Mendiburu  and  Jos{\'e} A. Lozano },
+  title = {A distance-based ranking model estimation of distribution
+                  algorithm for the flowshop scheduling problem},
+  abstract = {The aim of this paper is two-fold. First, we introduce a
+                  novel general estimation of distribution algorithm to deal
+                  with permutation-based optimization problems. The algorithm
+                  is based on the use of a probabilistic model for permutations
+                  called the generalized Mallows model. In order to prove the
+                  potential of the proposed algorithm, our second aim is to
+                  solve the permutation flowshop scheduling problem. A hybrid
+                  approach consisting of the new estimation of distribution
+                  algorithm and a variable neighborhood search is
+                  proposed. Conducted experiments demonstrate that the proposed
+                  algorithm is able to outperform the state-of-the-art
+                  approaches. Moreover, from the 220 benchmark instances
+                  tested, the proposed hybrid approach obtains new best known
+                  results in 152 cases. An in-depth study of the results
+                  suggests that the successful performance of the introduced
+                  approach is due to the ability of the generalized Mallows
+                  estimation of distribution algorithm to discover promising
+                  regions in the search space.},
+  doi = {10.1109/TEVC.2013.2260548},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  keywords = {Estimation of distribution algorithms,Generalized Mallows
+                  model,Permutation flowshop scheduling
+                  problem,Permutations-based optimization problems},
+  number = 2,
+  pages = {286--300},
+  volume = 18,
+  year = 2014
+}
+
+ +
+@article{Cer85,
+  author = {Vladim{\'i}r \v{C}ern\'y},
+  title = {A Thermodynamical Approach to the Traveling Salesman Problem: An Efficient Simulation Algorithm},
+  journal = {Journal of Optimization Theory and Applications},
+  year = 1985,
+  volume = 45,
+  number = 1,
+  pages = {41--51}
+}
+
+ +
+@article{CerVas2010mga,
+  author = {Ceriotti, Matteo and Vasile, Massimiliano},
+  title = {Automated Multigravity Assist Trajectory Planning with a
+                  Modified Ant Colony Algorithm},
+  journal = {Journal of Aerospace Computing, Information, and
+                  Communication},
+  year = 2010,
+  volume = 7,
+  number = 9,
+  pages = {261--293},
+  doi = {10.2514/1.48448}
+}
+
+ +
+@article{CesDiGSch2012,
+  title = {Design, Engineering, and Experimental Analysis of a Simulated Annealing Approach to the Post-Enrolment Course Timetabling Problem},
+  author = { Sara Ceschia  and Luca {Di Gaspero} and Andrea Schaerf},
+  journal = {Computers \& Operations Research},
+  volume = 39,
+  number = 7,
+  pages = {1615--1624},
+  year = 2012,
+  publisher = {Elsevier}
+}
+
+ +
+@article{CesSch2012aim,
+  author = { Sara Ceschia  and Andrea Schaerf},
+  title = {Modeling and solving the dynamic patient admission scheduling problem under uncertainty},
+  journal = {Artificial Intelligence in Medicine},
+  volume = 56,
+  number = 3,
+  pages = {199--205},
+  year = 2012,
+  doi = {10.1016/j.artmed.2012.09.001},
+  keywords = {F-race}
+}
+
+ +
+@article{CesSchStu2013:cie,
+  author = { Sara Ceschia  and Andrea Schaerf and  Thomas St{\"u}tzle },
+  title = {Local Search Techniques for a Routing-packing Problem},
+  journal = {Computers and Industrial Engineering},
+  year = 2013,
+  volume = 66,
+  number = 4,
+  pages = {1138--1149}
+}
+
+ +
+@article{ChaMeaBea2000cor,
+  author = {T.-J. Chang and N. Meade and  John E. Beasley  and Y. M. Sharaiha},
+  title = {Heuristics for cardinality constrained portfolio
+                  optimisation},
+  journal = {Computers \& Operations Research},
+  year = 2000,
+  volume = 27,
+  number = 13,
+  pages = {1271--1302},
+  keywords = {Portfolio optimisation, CCMVPOP, Efficient frontier},
+  abstract = {In this paper we consider the problem of finding the
+                  efficient frontier associated with the standard mean-variance
+                  portfolio optimisation model. We extend the standard model to
+                  include cardinality constraints that limit a portfolio to
+                  have a specified number of assets, and to impose limits on
+                  the proportion of the portfolio held in a given asset (if any
+                  of the asset is held). We illustrate the differences that
+                  arise in the shape of this efficient frontier when such
+                  constraints are present. We present three heuristic
+                  algorithms based upon genetic algorithms, tabu search and
+                  simulated annealing for finding the cardinality constrained
+                  efficient frontier. Computational results are presented for
+                  five data sets involving up to 225 assets.  Scope and purpose
+                  The standard Markowitz mean-variance approach to portfolio
+                  selection involves tracing out an efficient frontier, a
+                  continuous curve illustrating the tradeoff between return and
+                  risk (variance). This frontier can be easily found via
+                  quadratic programming. This approach is well-known and widely
+                  applied. However, for practical purposes, it may be desirable
+                  to limit the number of assets in a portfolio, as well as
+                  imposing limits on the proportion of the portfolio devoted to
+                  any particular asset. If such constraints exist, the problem
+                  of finding the efficient frontier becomes much harder. This
+                  paper illustrates how, in the presence of such constraints,
+                  the efficient frontier becomes discontinuous. Three heuristic
+                  techniques are applied to the problem of finding this
+                  efficient frontier and computational results presented for a
+                  number of data sets which are made publicly available.}
+}
+
+ +
+@article{ChaWag2015many,
+  author = {Shelvin Chand and  Markus Wagner },
+  title = {Evolutionary many-objective optimization: A quick-start
+                  guide},
+  journal = {Surveys in Operations Research and Management Science},
+  volume = 20,
+  number = 2,
+  pages = {35--42},
+  year = 2015,
+  doi = {10.1016/j.sorms.2015.08.001}
+}
+
+ +
+@article{Chase93,
+  author = { Donald V. Chase  and  Lindell E. Ormsbee },
+  title = {Computer-generated pumping schedules for satisfying
+                  operation objectives},
+  journal = {J. Am. Water Works Assoc.},
+  year = 1993,
+  volume = 85,
+  number = 7,
+  pages = {54--61}
+}
+
+ +
+@article{ChauDeb2010asoft,
+  title = {An interactive evolutionary multi-objective optimization and
+                  decision making procedure},
+  author = {Chaudhuri, Shamik and  Kalyanmoy Deb },
+  journal = {Applied Soft Computing},
+  volume = 10,
+  number = 2,
+  pages = {496--511},
+  year = 2010
+}
+
+ +
+@article{CheChiSto2012,
+  title = {Business Intelligence and Analytics: From Big Data to Big
+                  Impact},
+  author = {Chen, Hsinchun and Chiang, Roger H. L. and Storey, Veda C.},
+  journal = {MIS Quarterly},
+  volume = 36,
+  number = 4,
+  pages = {1165--1188},
+  year = 2012
+}
+
+ +
+@article{CheHaoGlo2016,
+  title = {A hybrid metaheuristic approach for the capacitated arc
+                  routing problem},
+  author = {Yuning Chen and  Jin-Kao Hao  and  Fred Glover },
+  journal = {European Journal of Operational Research},
+  volume = 553,
+  number = 1,
+  pages = {25--39},
+  year = 2016,
+  doi = {10.1016/j.ejor.2016.02.015},
+  keywords = {irace}
+}
+
+ +
+@article{CheHsi2014,
+  author = {Chen, Ruey-Maw and Hsieh, Fu-Ren},
+  title = {An exchange local search heuristic based scheme for
+                  permutation flow shop problems},
+  journal = {Applied Mathematics \& Information Sciences},
+  volume = 8,
+  number = 1,
+  pages = {209--215},
+  year = 2014
+}
+
+ +
+@article{CheLi1999gen,
+  author = { F. Y.  Cheng and X. S.  Li },
+  title = {Generalized center method for multiobjective engineering
+                  optimization},
+  journal = {Engineering Optimization},
+  volume = 31,
+  number = 5,
+  pages = {641--661},
+  year = 1999,
+  doi = {10.1080/03052159908941390}
+}
+
+ +
+@article{CheLiYao2017dynamic,
+  author = {Chen, Renzhi and Li, Ke and  Xin Yao },
+  title = {Dynamic Multiobjectives Optimization With a Changing Number
+                  of Objectives},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2017,
+  volume = 22,
+  number = 1,
+  pages = {157--171},
+  annote = {two co-evolving populations (two archive)},
+  doi = {10.1109/TEVC.2017.2669638}
+}
+
+ +
+@article{CheSia2000ejor,
+  title = {Tabu search applied to global optimization},
+  author = {Rachid Chelouah and Patrick Siarry},
+  journal = {European Journal of Operational Research},
+  volume = 123,
+  number = 2,
+  pages = {256--270},
+  year = 2000
+}
+
+ +
+@article{ChenChenGon2014tcyb,
+  title = {An evolutionary algorithm with double-level archives for
+                  multiobjective optimization},
+  author = {Chen, Ni and Chen, Wei-Neng and Gong, Yue-Jiao and Zhan,
+                  Zhi-Hui and Zhang, Jun and Li, Yun and Tan, Yu-Song},
+  journal = {IEEE Transactions on Cybernetics},
+  year = 2014,
+  number = 9,
+  pages = {1851--1863},
+  volume = 45,
+  publisher = {IEEE}
+}
+
+ +
+@article{ChengMao07:acs_tsptw,
+  author = {Chin-Bin Cheng and Chun-Pin Mao},
+  title = {A modified ant colony system for solving the
+                  travelling salesman problem with time windows},
+  journal = {Mathematical and Computer Modelling},
+  year = 2007,
+  volume = 46,
+  pages = {1225--1235},
+  doi = {10.1016/j.mcm.2006.11.035}
+}
+
+ +
+@article{ChiBirSocRos2006jos,
+  author = { Marco Chiarandini  and  Mauro Birattari  and  Krzysztof Socha  and  O. Rossi-Doria },
+  title = {An Effective Hybrid Algorithm for University Course
+                  Timetabling},
+  journal = {Journal of Scheduling},
+  year = 2006,
+  volume = 9,
+  pages = {403--432},
+  number = 5,
+  month = oct,
+  doi = {10.1007/s10951-006-8495-8},
+  keywords = {2003 international timetabling competition, F-race}
+}
+
+ +
+@article{ChiCorDamBau11,
+  author = {Chica, Manuel and  Oscar Cord{\'o}n  and Damas,
+                  Sergio and Bautista, Joaqu{\'i}n},
+  year = 2011,
+  issn = {1865-9284},
+  journal = {Memetic Computing},
+  volume = 3,
+  number = 1,
+  title = {A New Diversity Induction Mechanism for a
+                  Multi-objective Ant Colony Algorithm to Solve a
+                  Real-world time and Space Assembly Line Balancing
+                  Problem},
+  pages = {15--24}
+}
+
+ +
+@article{ChiUlySha2016,
+  author = {D. S. Chivilikhin and V. I. Ulyantsev and A. A. Shalyto},
+  title = {Modified ant colony algorithm for constructing finite state machines from execution scenarios and temporal formulas},
+  journal = {Automation and Remote Control},
+  year = 2016,
+  volume = 77,
+  number = 3,
+  pages = {473--484},
+  doi = {10.1134/S0005117916030097},
+  keywords = {irace}
+}
+
+ +
+@article{Chicano2011ecj,
+  author = { Chicano, Francisco  and  Darrell Whitley  and  Alba, Enrique },
+  title = {A Methodology to Find the Elementary Landscape Decomposition
+                  of Combinatorial Optimization Problems},
+  journal = {Evolutionary Computation},
+  year = 2011,
+  volume = 19,
+  pages = {597--637},
+  number = 4
+}
+
+ +
+@article{Chicano2012aml,
+  author = { Chicano, Francisco  and  Gabriel J. Luque  and  Alba, Enrique },
+  title = {Autocorrelation Measures for the Quadratic Assignment
+                  Problem},
+  journal = {Applied Mathematics Letters},
+  year = 2012,
+  volume = 25,
+  pages = {698--705},
+  doi = {10.1016/j.aml.2011.09.053}
+}
+
+ +
+@article{ChrMinTot81tsptw,
+  author = { Christofides, Nicos  and A. Mingozzi and  Paolo Toth },
+  title = {State-space relaxation procedures for the
+                  computation of bounds to routing problems},
+  volume = 11,
+  number = 2,
+  journal = {Networks},
+  year = 1981,
+  pages = {145--164},
+  doi = {10.1002/net.3230110207},
+  anote = {makespan optimization}
+}
+
+ +
+@article{ChuJinMie2018surrogate,
+  author = { Tinkle Chugh  and  Yaochu Jin  and  Kaisa Miettinen  and Hakanen,
+                  Jussi and Sindhya, Karthik},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {A Surrogate-Assisted Reference Vector Guided Evolutionary
+                  Algorithm for Computationally Expensive Many-Objective
+                  Optimization},
+  year = 2018,
+  volume = 22,
+  number = 1,
+  pages = {129--142},
+  month = feb
+}
+
+ +
+@article{ChuSinHak2019surv,
+  author = { Tinkle Chugh  and Sindhya, Karthik and Hakanen, Jussi and  Kaisa Miettinen },
+  title = {A survey on handling computationally expensive multiobjective
+                  optimization problems with evolutionary algorithms},
+  journal = {Soft Computing},
+  pages = {3137--3166},
+  volume = 23,
+  number = 9,
+  year = 2019,
+  abstract = {Evolutionary algorithms are widely used for solving
+                  multiobjective optimization problems but are often criticized
+                  because of a large number of function evaluations
+                  needed. Approximations, especially function approximations,
+                  also referred to as surrogates or metamodels are commonly
+                  used in the literature to reduce the computation time. This
+                  paper presents a survey of 45 different recent algorithms
+                  proposed in the literature between 2008 and 2016 to handle
+                  computationally expensive multiobjective optimization
+                  problems. Several algorithms are discussed based on what kind
+                  of an approximation such as problem, function or fitness
+                  approximation they use. Most emphasis is given to function
+                  approximation-based algorithms. We also compare these
+                  algorithms based on different criteria such as metamodeling
+                  technique and evolutionary algorithm used, type and
+                  dimensions of the problem solved, handling constraints,
+                  training time and the type of evolution control. Furthermore,
+                  we identify and discuss some promising elements and major
+                  issues among algorithms in the literature related to using an
+                  approximation and numerical settings used. In addition, we
+                  discuss selecting an algorithm to solve a given
+                  computationally expensive multiobjective optimization problem
+                  based on the dimensions in both objective and decision spaces
+                  and the computation budget available.},
+  doi = {10.1007/s00500-017-2965-0}
+}
+
+ +
+@article{CinFerLopAlb2022irace,
+  author = { Christian Cintrano  and  Javier Ferrer  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Alba, Enrique },
+  title = {Hybridization of Evolutionary Operators with Elitist Iterated
+                  Racing for the Simulation Optimization of Traffic Lights
+                  Programs},
+  journal = {Evolutionary Computation},
+  year = 2023,
+  volume = 31,
+  number = 1,
+  pages = {31--51},
+  doi = {10.1162/evco_a_00314},
+  abstract = {In the traffic light scheduling problem the evaluation of
+                  candidate solutions requires the simulation of a process
+                  under various (traffic) scenarios. Thus, good solutions
+                  should not only achieve good objective function values, but
+                  they must be robust (low variance) across all different
+                  scenarios. Previous work has shown that combining IRACE with
+                  evolutionary operators is effective for this task due to the
+                  power of evolutionary operators in numerical optimization. In
+                  this paper, we further explore the hybridization of
+                  evolutionary operators and the elitist iterated racing of
+                  IRACE for the simulation-optimization of traffic light
+                  programs. We review previous works from the literature to
+                  find the evolutionary operators performing the best when
+                  facing this problem to propose new hybrid algorithms. We
+                  evaluate our approach over a realistic case study derived
+                  from the traffic network of Málaga (Spain) with 275 traffic
+                  lights that should be scheduled optimally. The experimental
+                  analysis reveals that the hybrid algorithm comprising IRACE
+                  plus differential evolution offers statistically better
+                  results than the other algorithms when the budget of
+                  simulations is low. In contrast, IRACE performs better than
+                  the hybrids for high simulations budget, although the
+                  optimization time is much longer.},
+  keywords = {irace, Simulation optimization, Uncertainty, Traffic light
+                  planning}
+}
+
+ +
+@article{CirHoe2013mdd,
+  author = { Cire, Andr{\'e} A.  and van Hoeve, Willem-Jan},
+  title = {Multivalued Decision Diagrams for Sequencing Problems},
+  journal = {Operations Research},
+  year = 2013,
+  volume = 61,
+  number = 6,
+  pages = {1259--1462},
+  doi = {10.1287/opre.2013.1221}
+}
+
+ +
+@article{Clark95,
+  author = { R. M. Clark  and  L. A. Rossman  and  L. J. Wymer },
+  title = {Modeling distribution system water quality:
+                  regulatory implications},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 1995,
+  volume = 121,
+  number = 6,
+  pages = {423--428},
+  note = {}
+}
+
+ +
+@article{CleKen2022tec,
+  author = { Clerc, Maurice  and  J. Kennedy },
+  title = {The particle swarm - explosion, stability, and convergence in
+                  a multidimensional complex space},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 6,
+  number = 1,
+  pages = {58--73},
+  month = feb,
+  year = 2002,
+  doi = {10.1109/4235.985692}
+}
+
+ +
+@article{CocDraBes2020threats,
+  author = {Cockburn, Andy and Dragicevic, Pierre and Besan\c{c}on, Lonni
+                  and Gutwin, Carl},
+  title = {Threats of a Replication Crisis in Empirical Computer
+                  Science},
+  year = 2020,
+  volume = 63,
+  number = 8,
+  doi = {10.1145/3360311},
+  abstract = {Research replication only works if there is confidence built
+                  into the results.},
+  journal = {Communications of the ACM},
+  month = jul,
+  pages = {70--79},
+  numpages = 10
+}
+
+ +
+@article{CodManMarRes96:informs,
+  author = {B. Codenotti and G. Manzini and L. Margara and G. Resta},
+  title = {Perturbation: An Efficient Technique for the
+                  Solution of Very Large Instances of the
+                  {Euclidean} {TSP}},
+  journal = {INFORMS Journal on Computing},
+  year = 1996,
+  volume = 8,
+  number = 2,
+  pages = {125--133}
+}
+
+ +
+@article{Coe2002constraint,
+  author = { Carlos A. {Coello Coello} },
+  title = {Theoretical and numerical constraint-handling techniques used
+                  with evolutionary algorithms: a survey of the state of the
+                  art},
+  journal = {Computer Methods in Applied Mechanics and Engineering},
+  year = 2002,
+  volume = 191,
+  number = {11-12},
+  pages = {1245--1287},
+  doi = {10.1016/S0045-7825(01)00323-1}
+}
+
+ +
+@article{Coello2003tec-emo,
+  title = {Special Issue on {Evolutionary} {Multiobjective}
+                  {Optimization}},
+  author = { Carlos A. {Coello Coello} },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2003,
+  volume = 7,
+  number = 2,
+  alias = {Coello03}
+}
+
+ +
+@article{Coello2006evolutionary,
+  title = {Evolutionary multi-objective optimization: a historical view
+                  of the field},
+  author = { Carlos A. {Coello Coello} },
+  journal = {IEEE Computational Intelligence Magazine},
+  volume = 1,
+  number = 1,
+  pages = {28--36},
+  year = 2006
+}
+
+ +
+@article{CohFie1999:siamo,
+  author = { Harry Cohn  and  Mark J. Fielding },
+  title = {Simulated Annealing: Searching for an Optimal Temperature},
+  journal = {SIAM Journal on Optimization},
+  year = 1999,
+  volume = 9,
+  number = 3,
+  pages = {779--802}
+}
+
+ +
+@article{ColBry05:jwrpm,
+  author = { Andrew F. Colombo  and  Bryan W. Karney },
+  title = {Impacts of Leaks on Energy Consumption in Pumped
+                  Systems with Storage},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2005,
+  volume = 131,
+  number = 2,
+  pages = {146--155},
+  month = mar
+}
+
+ +
+@article{ColDorManTru1994:jorbel,
+  author = { Alberto Colorni  and  Marco Dorigo  and  Vittorio Maniezzo  and M. Trubian},
+  title = {{Ant} {System} for Job-shop Scheduling},
+  journal = {JORBEL --- Belgian Journal of Operations Research, Statistics and Computer Science},
+  year = 1994,
+  volume = 34,
+  number = 1,
+  pages = {39--53},
+  alias = {ColDorManTru94:jorbel}
+}
+
+ +
+@article{ColSchPae2010setting,
+  title = {Setting the Research Agenda in Automated Timetabling: The
+                  Second International Timetabling Competition},
+  author = { Barry McCollum  and Andrea Schaerf and  Ben Paechter  and  Paul McMullan  and  Lewis, Rhyd M. R.  and  Andrew J. Parkes  and Luca {Di Gaspero} and  Rong Qu  and  Edmund K. Burke },
+  doi = {10.1287/ijoc.1090.0320},
+  year = 2010,
+  month = feb,
+  volume = 22,
+  number = 1,
+  pages = {120--130},
+  journal = {{INFORMS}}
+}
+
+ +
+@article{ConPotVel02,
+  author = {Richard K. Congram and  Chris N. Potts  and Steve van de Velde},
+  title = {An Iterated Dynasearch Algorithm for the
+                  Single-Machine Total Weighted Tardiness Scheduling
+                  Problem},
+  journal = {INFORMS Journal on Computing},
+  year = 2002,
+  volume = 14,
+  number = 1,
+  pages = {52--67}
+}
+
+ +
+@article{Connolly1990,
+  author = { David T. Connolly },
+  title = {An Improved Annealing Scheme for the {QAP}},
+  journal = {European Journal of Operational Research},
+  volume = 46,
+  number = 1,
+  pages = {93--100},
+  year = 1990,
+  publisher = {Elsevier}
+}
+
+ +
+@article{CooFar1996mul,
+  author = {Cook, Richard J. and Farewell, Vern T.},
+  year = 1996,
+  title = {Multiplicity Considerations in the Design and Analysis of
+                  Clinical Trials},
+  journal = {Journal of the Royal Statistical Society: Series A},
+  volume = 159,
+  pages = {93--110},
+  annote = {multiplicity; multiple endpoints; multiple treatments;
+                  p-value adjustment; type I error; argues that if results are
+                  intended to be interpreted marginally, there may be no need
+                  for controlling experimentwise error rate}
+}
+
+ +
+@article{CopFleRur2010ordering,
+  title = {Ordering by Weighted Number of Wins Gives a Good Ranking for
+                  Weighted Tournaments},
+  author = {Coppersmith, Don and Fleischer, Lisa K. and Rurda, Atri},
+  doi = {10.1145/1798596.1798608},
+  journal = {{ACM} Transactions on Algorithms },
+  keywords = {Approximation algorithms,Borda's method,feedback arc set
+                  problem,rank aggregation,tournaments},
+  month = jul,
+  number = 3,
+  volume = 6,
+  pages = {1--13},
+  publisher = {ACM},
+  year = 2010
+}
+
+ +
+@article{CopGilSch2024decision,
+  author = {Copp{\'e}, Vianney and Gillard, Xavier and Schaus, Pierre},
+  title = {Decision Diagram-Based Branch-and-Bound with Caching for
+                  Dominance and Suboptimality Detection},
+  journal = {INFORMS Journal on Computing},
+  year = 2024,
+  doi = {10.1287/ijoc.2022.0340}
+}
+
+ +
+@article{CorBuc1997ejor,
+  author = {Corner, James L. and  Buchanan, John T. },
+  title = {Capturing decision maker preference: Experimental comparison
+                  of decision analysis and {MCDM} techniques},
+  journal = {European Journal of Operational Research},
+  year = 1997,
+  volume = 98,
+  number = 1,
+  pages = {85--97}
+}
+
+ +
+@article{CorDam2006,
+  author = { Oscar Cord{\'o}n  and Sergio Damas},
+  title = {Image Registration with Iterated Local Search},
+  journal = {Journal of Heuristics},
+  year = 2006,
+  volume = 12,
+  number = {1--2},
+  pages = {73--94}
+}
+
+ +
+@article{CorDanDep2019,
+  author = {Jeroen Corstjens and Nguyen Dang and  Depaire, Beno{\^i}t  and Caris, An and Patrick {De Causmaecker}},
+  title = {A combined approach for analysing heuristic algorithms},
+  journal = {Journal of Heuristics},
+  year = 2019,
+  volume = 25,
+  number = 4,
+  pages = {591--628},
+  doi = {10.1007/s10732-018-9388-7}
+}
+
+ +
+@article{CorDepCarSor2020,
+  title = {A multilevel evaluation method for heuristics with an application to the {VRPTW}},
+  author = {Jeroen Corstjens and  Depaire, Beno{\^i}t  and Caris, An and  Kenneth S{\"o}rensen },
+  journal = {International Transactions in Operational Research},
+  year = 2020,
+  volume = 27,
+  number = 1,
+  pages = {168--196},
+  doi = {10.1111/itor.12631}
+}
+
+ +
+@article{CorKoz04:compu,
+  author = {P. Corry and E. Kozan},
+  title = {Ant Colony Optimisation for Machine Layout Problems},
+  journal = {Computational Optimization and Applications},
+  year = 2004,
+  volume = 28,
+  number = 3,
+  pages = {287--310}
+}
+
+ +
+@article{CorLapMer2001,
+  author = {Jean{-}Fran{\c{c}}ois Cordeau and  Gilbert Laporte  and A. Mercier},
+  title = {A unified tabu search heuristic for vehicle routing problems with time windows},
+  journal = {Journal of the Operational Research Society},
+  year = 2001,
+  volume = 52,
+  number = 8,
+  pages = {928--936}
+}
+
+ +
+@article{CorMai2012:cor,
+  author = {Jean{-}Fran{\c{c}}ois Cordeau and Mirko Maischberger},
+  title = {A Parallel Iterated Tabu Search Heuristic for Vehicle Routing Problems},
+  journal = {Computers \& Operations Research},
+  year = 2012,
+  volume = 39,
+  number = 9,
+  pages = {2033--2050}
+}
+
+ +
+@article{CosGolGol2012:esa,
+  title = {Hybridizing {VNS} and path-relinking on a particle swarm
+                  framework to minimize total flowtime },
+  journal = {Expert Systems with Applications},
+  volume = 39,
+  number = 18,
+  pages = {13118--13126},
+  year = 2012,
+  author = {Wagner Emanoel Costa and  Goldbarg, Marco Cesar  and  Goldbarg, Elizabeth Ferreira Gouv{\^e}a }
+}
+
+ +
+@article{CosHer97:jors,
+  author = {D. Costa and A. Hertz},
+  title = {Ants can color graphs},
+  journal = {Journal of the Operational Research Society},
+  year = 1997,
+  volume = 48,
+  pages = {295--305},
+  alias = {CosHer97}
+}
+
+ +
+@article{CoyGolRunWas2001,
+  author = {S. P. Coy and B. L. Golden and G. C. Runger and E. A. Wasil},
+  title = {Using Experimental Design to Find Effective
+             Parameter Settings for Heuristics},
+  journal = {Journal of Heuristics},
+  year = 2001,
+  volume = 7,
+  number = 1,
+  pages = {77--97}
+}
+
+ +
+@article{Crabtree1995,
+  title = {Resource Scheduling: Comparing Simulated Annealing with Constraint Programming},
+  author = { I. Barry Crabtree },
+  journal = {BT Technology Journal},
+  volume = 13,
+  number = 1,
+  pages = {121--127},
+  year = 1995,
+  publisher = {Springer}
+}
+
+ +
+@article{CriFliVer1996rankings,
+  author = {Critchlow, Douglas Edward and Fligner, Michael A. and
+                  Verducci, Joseph S.},
+  journal = {Journal of Mathematical Psychology},
+  pages = {294--318},
+  title = {Probability Models on Rankings},
+  volume = 35,
+  year = 1991
+}
+
+ +
+@article{Cro1958,
+  author = {G. A. Croes},
+  title = {A Method for Solving Traveling Salesman Problems},
+  journal = {Operations Research},
+  year = 1958,
+  volume = 6,
+  pages = {791--812}
+}
+
+ +
+@article{CroDemMul1978reporting,
+  author = {Harlan P. Crowder and Ron S. Dembo and John M. Mulvey},
+  title = {Reporting computational experiments in mathematical
+                  programming},
+  journal = {Mathematical Programming},
+  volume = 15,
+  number = 1,
+  pages = {316--329},
+  year = 1978,
+  doi = {10.1007/BF01609036},
+  keywords = {reproducibility}
+}
+
+ +
+@article{CruGonPel2011,
+  author = {Carlos Cruz and Juan Ram{\'{o}}n Gonz{\'{a}}lez and David A. Pelta},
+  title = {Optimization in Dynamic Environments: A Survey on Problems, Methods
+               and Measures},
+  journal = {Soft Computing},
+  year = 2011,
+  volume = 15,
+  number = 7,
+  pages = {1427--1448}
+}
+
+ +
+@article{CruSubBruOir2017:cor,
+  author = {F{\'a}bio Cruz and  Anand Subramanian  and Bruno P. Bruck and  Manuel Iori },
+  title = {A Heuristic Algorithm for a Single Vehicle Static Bike Sharing Rebalancing Problem},
+  journal = {Computers \& Operations Research},
+  volume = 79,
+  year = 2017,
+  pages = {19--33}
+}
+
+ +
+@article{Cul1998ec,
+  author = { Joseph C. Culberson },
+  title = {On the Futility of Blind Search: An Algorithmic View of ``No
+                  Free Lunch''},
+  journal = {Evolutionary Computation},
+  year = 1998,
+  volume = 6,
+  number = 2,
+  pages = {109--127},
+  doi = {10.1162/evco.1998.6.2.109},
+  keywords = {NFL}
+}
+
+ +
+@article{CzyJas1998,
+  title = {{Pareto} simulated annealing -- a metaheuristic
+                  technique for multiple-objective combinatorial
+                  optimization},
+  author = {Czyz{\.z}ak, P.  and  Andrzej Jaszkiewicz },
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  volume = 7,
+  number = 1,
+  pages = {34--47},
+  year = 1998
+}
+
+ +
+@article{DamHickRago2010,
+  title = {On Energy, Discrepancy and Group Invariant Measures on
+                  Measurable Subsets of {Euclidean} Space},
+  author = {Damelin, Steven B. and Hickernell, Fred J. and Ragozin, David
+                  L. and Zeng, Xiaoyan},
+  journal = {Journal of Fourier Analysis and Applications},
+  year = 2010,
+  number = 6,
+  pages = {813--839},
+  volume = 16,
+  keywords = {Capacity; Cubature; Discrepancy; Distribution; Group
+                  invariant kernel; Group invariant measure; Energy minimizer;
+                  Equilibrium measure; Numerical integration; Positive
+                  definite; Potential field; Riesz kernel; Reproducing Hilbert
+                  space; Signed measure},
+  publisher = {SP Birkhäuser Verlag Boston},
+  alias = {Damelin2010}
+}
+
+ +
+@article{Damas:2001:PDW,
+  author = {M. Damas and M. Salmer{\'o}n and J. Ortega and
+                  G. Olivares and H. Pomares},
+  title = {Parallel Dynamic Water Supply Scheduling in a
+                  Cluster of Computers},
+  journal = {Concurrency and Computation: Prac\-tice and Experience},
+  volume = 13,
+  number = 15,
+  pages = {1281--1302},
+  day = 25,
+  month = dec,
+  year = 2001,
+  coden = {CCPEBO},
+  issn = {1532-0626 (print), 1532-0634 (electronic)}
+}
+
+ +
+@article{DanPoz2020,
+  author = {Augusto Dantas and Aurora Pozo},
+  title = {On the use of fitness landscape features in meta-learning
+                  based algorithm selection for the quadratic assignment
+                  problem},
+  journal = {Theoretical Computer Science},
+  year = 2020,
+  volume = 805,
+  pages = {62--75},
+  doi = {10.1016/j.tcs.2019.10.033}
+}
+
+ +
+@article{DanRotLep2005,
+  title = {Exploring relaxation induced neighborhoods to improve {MIP} solutions},
+  author = {Danna, Emilie and Rothberg, Edward and Le Pape, Claude},
+  journal = {Mathematical Programming},
+  volume = 102,
+  number = 1,
+  pages = {71--90},
+  year = 2005,
+  publisher = {Springer}
+}
+
+ +
+@article{DanWol1960,
+  title = {Decomposition Principle for Linear Programs},
+  author = {George B. Dantzig and Philip Wolfe},
+  journal = {Operations Research},
+  volume = 8,
+  number = 1,
+  pages = {101--111},
+  year = 1960
+}
+
+ +
+@article{DaoLieVerAgu2017ec,
+  author = {Fabio Daolio and  Arnaud Liefooghe  and  Verel, S{\'e}bastien  and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  journal = {Evolutionary Computation},
+  number = 4,
+  pages = {555--585},
+  title = {Problem Features versus Algorithm Performance on Rugged
+                  Multiobjective Combinatorial Fitness Landscapes},
+  volume = 25,
+  year = 2017,
+  doi = {10.1162/evco_a_00193}
+}
+
+ +
+@article{DasDen1997,
+  author = {Das, Indraneel and Dennis, John E.},
+  title = {A closer look at drawbacks of minimizing weighted
+                  sums of objectives for {Pareto} set generation in
+                  multicriteria optimization problems},
+  journal = {Structural Optimization},
+  year = 1997,
+  volume = 14,
+  number = 1,
+  pages = {63--69},
+  doi = {10.1007/BF01197559}
+}
+
+ +
+@article{DasDen1998normal,
+  author = {Das, Indraneel and Dennis, John E.},
+  title = {Normal-boundary intersection: A new method for generating the
+                  {Pareto} surface in nonlinear multicriteria optimization
+                  problems},
+  journal = {SIAM Journal on Optimization},
+  year = 1998,
+  volume = 8,
+  number = 3,
+  pages = {631--657},
+  keywords = {simplex lattice design}
+}
+
+ +
+@article{DasMulSug2016de,
+  title = {Recent advances in differential evolution--{An} updated
+                  survey},
+  author = { Swagatam Das  and Mullick, Sankha Subhra and  Ponnuthurai N. Suganthan },
+  journal = {Swarm and Evolutionary Computation},
+  volume = 27,
+  pages = {1--30},
+  year = 2016
+}
+
+ +
+@article{DasSug2011:tec,
+  author = { Swagatam Das  and  Ponnuthurai N. Suganthan },
+  title = {Differential Evolution: A Survey of the State-of-the-art},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2011,
+  volume = 15,
+  number = 1,
+  month = feb
+}
+
+ +
+@article{Dash05,
+  author = {Sanjeeb Dash},
+  title = {Exponential Lower Bounds on the Lengths of Some Classes
+               of Branch-and-Cut Proofs},
+  journal = {Mathematics of Operations Research},
+  year = 2005,
+  volume = 30,
+  number = 3,
+  pages = {678--700}
+}
+
+ +
+@article{DasDiaYan2016chord,
+  title = {How good is the {Chord} algorithm?},
+  author = {Daskalakis, Constantinos and Diakonikolas, Ilias and  Mihalis Yannakakis },
+  journal = {SIAM Journal on Computing},
+  year = 2016,
+  number = 3,
+  pages = {811--858},
+  volume = 45
+}
+
+ +
+@article{DauDouPesKie2010:po2,
+  author = { Jean Daunizeau  and  Hanneke E. M. den Ouden  and  Matthias Pessiglione  and  Stefan J. Kiebel  and  Karl J. Friston  and  Klaas E. Stephan },
+  title = {Observing the observer ({II}): deciding when to decide},
+  journal = {PLoS One},
+  year = 2010,
+  volume = 5,
+  number = 12,
+  pages = {e15555},
+  doi = {10.1371/journal.pone.0015555}
+}
+
+ +
+@article{DauDouPesSte2010:po1,
+  author = { Jean Daunizeau  and  Hanneke E. M. den Ouden  and  Matthias Pessiglione  and  Klaas E. Stephan  and  Stefan J. Kiebel  and  Karl J. Friston },
+  title = {Observing the observer ({I}): meta-{Bayesian} models of learning and decision-making},
+  journal = {PLoS One},
+  year = 2010,
+  volume = 5,
+  number = 12,
+  pages = {e15554},
+  doi = {10.1371/journal.pone.0015554}
+}
+
+ +
+@article{Deb00constraint,
+  author = { Kalyanmoy Deb },
+  title = {An efficient constraint handling method for genetic
+                  algorithms},
+  journal = {Computer Methods in Applied Mechanics and Engineering},
+  year = 2000,
+  volume = 186,
+  number = {2/4},
+  pages = {311--338},
+  doi = {10.1016/S0045-7825(99)00389-8}
+}
+
+ +
+@article{Deb02nsga2,
+  author = { Kalyanmoy Deb  and A. Pratap and S. Agarwal and T. Meyarivan},
+  title = {A fast and elitist multi-objective genetic
+                  algorithm: {NSGA-II}},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002,
+  volume = 6,
+  number = 2,
+  pages = {182--197},
+  doi = {10.1109/4235.996017}
+}
+
+ +
+@article{Deb1999ec,
+  author = { Kalyanmoy Deb },
+  title = {Multi-objective genetic algorithms: problem
+                  difficulties and construction of test problems},
+  journal = {Evolutionary Computation},
+  year = 1999,
+  volume = 7,
+  number = 3,
+  pages = {205--230},
+  annote = {Naive definition of PLO-set}
+}
+
+ +
+@article{DebAgr1995sbx,
+  author = { Kalyanmoy Deb  and  Ram Bhushan Agrawal },
+  title = {Simulated binary crossover for continuous search
+                  spaces},
+  journal = {Complex Systems},
+  volume = 9,
+  number = 2,
+  pages = {115--148},
+  year = 1995,
+  epub = {http://www.complex-systems.com/abstracts/v09_i02_a02.html},
+  keywords = {SBX}
+}
+
+ +
+@article{DebDeb2014,
+  author = { Kalyanmoy Deb  and Debayan Deb},
+  title = {Analysing mutation schemes for real-parameter genetic
+                  algorithms},
+  journal = {International Journal of Artificial Intelligence and Soft Computing},
+  year = 2014,
+  volume = 4,
+  number = 1,
+  pages = {1--28},
+  annote = {Proposed Gaussian mutation}
+}
+
+ +
+@article{DebGupDauBran2009reliab,
+  author = { Kalyanmoy Deb  and S. Gupta and D. Daum and  J{\"u}rgen Branke  and A. Mall and D. Padmanabhan},
+  title = {Reliability-based optimization using evolutionary algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 13,
+  number = 5,
+  pages = {1054--1074},
+  month = oct,
+  year = 2009,
+  doi = {10.1109/TEVC.2009.2014361}
+}
+
+ +
+@article{DebJain2014:nsga3-part1,
+  author = { Kalyanmoy Deb  and  Himanshu Jain },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {An Evolutionary Many-Objective Optimization Algorithm Using
+                  Reference-Point-Based Nondominated Sorting Approach, Part
+                  {I}: Solving Problems With Box Constraints},
+  year = 2014,
+  volume = 18,
+  number = 4,
+  pages = {577--601},
+  annote = {Proposed NSGA-III}
+}
+
+ +
+@article{DebKok2010tec-ged,
+  author = { Kalyanmoy Deb  and  Murat K{\"o}ksalan },
+  title = {Guest Editorial: Special Issue on Preference-based
+                  Multiobjective Evolutionary Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 14,
+  number = 5,
+  month = oct,
+  year = 2010,
+  pages = {669--670},
+  doi = {10.1109/TEVC.2010.2070371}
+}
+
+ +
+@article{DebMohMis2005epsilon,
+  title = {Evaluating the {$\epsilon$}-domination based multi-objective
+                  evolutionary algorithm for a quick computation of
+                  {Pareto}-optimal solutions},
+  author = { Kalyanmoy Deb  and Mohan, Manikanth and Mishra, Shikhar},
+  journal = {Evolutionary Computation},
+  year = 2005,
+  month = dec,
+  number = 4,
+  pages = {501--525},
+  volume = 13,
+  doi = {10.1162/106365605774666895},
+  keywords = {$\epsilon$-dominance, $\epsilon$-MOEA}
+}
+
+ +
+@article{DebTiw2008omni,
+  author = { Kalyanmoy Deb  and  Santosh Tiwari },
+  title = {Omni-optimizer: {A} generic evolutionary algorithm for single
+                  and multi-objective optimization},
+  journal = {European Journal of Operational Research},
+  year = 2008,
+  volume = 185,
+  number = 3,
+  pages = {1062--1087},
+  annote = {Archiving method with epsilon dominance and density in the
+                  decision and objective spaces},
+  keywords = {epsilon-dominance, archiving},
+  doi = {10.1016/j.ejor.2006.06.042}
+}
+
+ +
+@article{DebZhuKul2018tec,
+  author = { Kalyanmoy Deb  and Zhu, Ling and Kulkarni, Sandeep},
+  title = {Handling Multiple Scenarios in Evolutionary Multi-Objective
+                  Numerical Optimization},
+  doi = {10.1109/TEVC.2017.2776921},
+  abstract = {Solutions to most practical numerical optimization problems
+                  must be evaluated for their performance over a number of
+                  different loading or operating conditions, which we refer
+                  here as scenarios. Therefore, a meaningful and resilient
+                  optimal solution must be such that it remains feasible under
+                  all scenarios and performs close to an individual optimal
+                  solution corresponding to each scenario. Despite its
+                  practical importance, multi-scenario consideration has
+                  received a lukewarm attention, particularly in the context of
+                  multi-objective optimization. The usual practice is to
+                  optimize for the worst-case scenario. In this paper, we
+                  review existing methodologies in this direction and set our
+                  goal to suggest a new and potential population-based method
+                  for handling multiple scenarios by defining scenario-wise
+                  domination principle and scenario-wise diversity-preserving
+                  operators. To evaluate, the proposed method is applied to a
+                  number of numerical test problems and engineering design
+                  problems with a detail explanation of the obtained results
+                  and compared with an existing method. This first systematic
+                  evolutionary based multi-scenario, multiobjective,
+                  optimization study on numerical problems indicates that
+                  multiple scenarios can be handled in an integrated manner
+                  using an EMO framework to find a well-balanced compromise set
+                  of solutions to multiple scenarios and maintain a tradeoff
+                  among multiple objectives. In comparison to an existing
+                  serial multiple optimization approach, the proposed approach
+                  finds a set of compromised trade-off solutions
+                  simultaneously. An achievement of multi-objective trade-off
+                  and multi-scenario trade-off is algorithmically challenging,
+                  but due to its practical appeal, further research and
+                  application must be spent.},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  volume = 22,
+  number = 6,
+  pages = {920--933},
+  keywords = {scenario-based}
+}
+
+ +
+@article{DecSor2012ejor,
+  author = {Annelies De Corte and  Kenneth S{\"o}rensen },
+  title = {Optimisation of gravity-fed water distribution network
+                  design: A critical review},
+  journal = {European Journal of Operational Research},
+  volume = 228,
+  number = 1,
+  pages = {1--10},
+  doi = {10.1016/j.ejor.2012.11.046},
+  year = 2013
+}
+
+ +
+@article{DecSor2016,
+  author = {Annelies De Corte and  Kenneth S{\"o}rensen },
+  title = {An Iterated Local Search Algorithm for Water Distribution
+                  Network Design Optimization},
+  journal = {Networks},
+  year = 2016,
+  volume = 67,
+  number = 3,
+  pages = {187--198}
+}
+
+ +
+@article{DecSor2016water,
+  author = {Annelies De Corte and  Kenneth S{\"o}rensen },
+  title = {An Iterated Local Search Algorithm for multi-period water
+                  distribution network design optimization},
+  journal = {Water},
+  volume = 8,
+  number = 8,
+  pages = 359,
+  doi = {10.3390/w8080359},
+  year = 2016
+}
+
+ +
+@article{Dek1981:cad,
+  author = { V. Dekhtyarenko },
+  title = {Verification of weight coefficients in multicriteria optimization problems},
+  journal = {Computer-Aided Design},
+  volume = 13,
+  number = 6,
+  pages = {339--344},
+  year = 1981
+}
+
+ +
+@article{DelGanDeg2010,
+  title = {Evolutionary, constructive and hybrid procedures for
+                  the bi-objective set packing problem},
+  author = {Delorme, X.  and  Xavier Gandibleux  and  Degoutin, F.},
+  journal = {European Journal of Operational Research},
+  volume = 204,
+  number = 2,
+  pages = {206--217},
+  year = 2010,
+  annote = {This paper cannot be found on internet!! Does it exist?}
+}
+
+ +
+@article{DelGarGro2012:cor,
+  author = { Federico {Della Croce}  and Thierry Garaix and  Andrea Grosso },
+  title = {Iterated Local Search and Very Large Neighborhoods for the Parallel-machines
+               Total Tardiness Problem},
+  journal = {Computers \& Operations Research},
+  year = 2012,
+  volume = 39,
+  number = 6,
+  pages = {1213--1217}
+}
+
+ +
+@article{DelIorMar2016binpack,
+  title = {Bin packing and cutting stock problems: Mathematical models
+                  and exact algorithms},
+  author = {Delorme, Maxence and  Manuel Iori  and  Silvano Martello },
+  journal = {European Journal of Operational Research},
+  volume = 255,
+  number = 1,
+  pages = {1--20},
+  year = 2016,
+  publisher = {Elsevier},
+  doi = {10.1016/j.ejor.2016.04.030}
+}
+
+ +
+@article{DelIorMarMon2016,
+  author = {Mauro Dell'Amico and  Manuel Iori  and  Silvano Martello  and  Monaci, Michele },
+  title = {Heuristic and Exact Algorithms for the Identical Parallel Machine Scheduling Problem},
+  journal = {INFORMS Journal on Computing},
+  year = 2016,
+  volume = 20,
+  number = 3,
+  pages = {333--344}
+}
+
+ +
+@article{DelIorMarc2018bpplib,
+  title = {{BPPLIB}: a library for bin packing and cutting stock problems},
+  author = {Delorme, Maxence and  Manuel Iori  and  Silvano Martello },
+  journal = {Optimization Letters},
+  volume = 12,
+  number = 2,
+  pages = {235--250},
+  year = 2018,
+  doi = {10.1007/s11590-017-1192-z}
+}
+
+ +
+@article{DelIorNovStu2016,
+  author = {Mauro Dell'Amico and  Manuel Iori  and Stefano Novellani and  Thomas St{\"u}tzle },
+  title = {A destroy and repair algorithm for the Bike sharing Rebalancing Problem},
+  journal = {Computers \& Operations Research},
+  volume = 71,
+  pages = {146--162},
+  year = 2016,
+  doi = {10.1016/j.cor.2016.01.011},
+  keywords = {irace}
+}
+
+ +
+@article{DelKar1990interactive,
+  title = {An interactive {MCDM} weight space reduction method utilizing
+                  a {Tchebycheff} utility function},
+  author = {Dell, Robert F. and Karwan, Mark H.},
+  journal = {Naval Research Logistics},
+  volume = 37,
+  number = 2,
+  pages = {263--277},
+  year = 1990
+}
+
+ +
+@article{DelTru1993,
+  author = {Mauro Dell'Amico and Marco Trubian},
+  title = {Applying Tabu Search to the Job Shop Scheduling Problem},
+  journal = {Annals of Operations Research},
+  year = 1993,
+  volume = 41,
+  pages = {231--252}
+}
+
+ +
+@article{DemEichFli2015effects,
+  title = {On the effects of combining objectives in multi-objective
+                  optimization},
+  author = {Dempe, Stephan and Eichfelder, Gabriele and Fliege, J{\"o}rg},
+  journal = {Mathematical Methods of Operations Research},
+  volume = 82,
+  number = 1,
+  pages = {1--18},
+  year = 2015,
+  publisher = {Springer}
+}
+
+ +
+@article{DenAroGosPas1990,
+  author = { Jean-Louis Deneubourg  and S. Aron and S. Goss and
+                  J.-M. Pasteels},
+  title = {The Self-Organizing Exploratory Pattern of the
+                  {Argentine} Ant},
+  journal = {Journal of Insect Behavior},
+  year = 1990,
+  volume = 3,
+  number = 2,
+  pages = {159--168},
+  doi = {10.1007/BF01417909},
+  alias = {DAGP90}
+}
+
+ +
+@article{DerGarMolHer2011stats,
+  title = {A practical tutorial on the use of nonparametric statistical
+                  tests as a methodology for comparing evolutionary and swarm
+                  intelligence algorithms},
+  author = {Derrac, Joaqu{\'i}n and Garc{\'i}a, Salvador and  Daniel Molina  and  Francisco Herrera },
+  journal = {Swarm and Evolutionary Computation},
+  volume = 1,
+  number = 1,
+  pages = {3--18},
+  year = 2011
+}
+
+ +
+@article{DerVog2014:joh,
+  author = {Ulrich Derigs and Ulrich Vogel},
+  title = {Experience with a Framework for Developing Heuristics for
+                  Solving Rich Vehicle Routing Problems},
+  journal = {Journal of Heuristics},
+  year = 2014,
+  volume = 20,
+  number = 1,
+  pages = {75--106}
+}
+
+ +
+@article{DesBelDop2021bops,
+  author = {Aryan Deshwal and Syrine Belakaria and Janardhan Rao Doppa
+                  and Dae Hyun Kim},
+  title = {Bayesian Optimization over Permutation Spaces},
+  journal = {Arxiv preprint arXiv:2112.01049},
+  year = 2021,
+  doi = {10.48550/arXiv.2112.01049},
+  keywords = {BOPS, CEGO}
+}
+
+ +
+@article{DesRitLopPer2021acviz,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and   P{\'e}rez C{\'a}ceres, Leslie },
+  title = {{\softwarepackage{ACVIZ}}: A Tool for the Visual Analysis of
+                  the Configuration of Algorithms with {\rpackage{irace}}},
+  journal = {Operations Research Perspectives},
+  year = 2021,
+  doi = {10.1016/j.orp.2021.100186},
+  supplement = {https://zenodo.org/record/4714582},
+  abstract = {This paper introduces acviz, a tool that helps to analyze the
+                  automatic configuration of algorithms with irace. It provides
+                  a visual representation of the configuration process,
+                  allowing users to extract useful information, e.g. how the
+                  configurations evolve over time. When test data is available,
+                  acviz also shows the performance of each configuration on the
+                  test instances. Using this visualization, users can analyze
+                  and compare the quality of the resulting configurations and
+                  observe the performance differences on training and test
+                  instances.},
+  volume = 8,
+  pages = 100186
+}
+
+ +
+@article{DetPapZab2017omega,
+  title = {A multi-depot dial-a-ride problem with heterogeneous vehicles
+                  and compatibility constraints in healthcare},
+  author = {Paolo Detti and Francesco Papalini and Garazi Zabalo {Manrique
+                  de Lara}},
+  journal = {Omega},
+  volume = 70,
+  pages = {1--14},
+  year = 2017,
+  doi = {10.1016/j.omega.2016.08.008}
+}
+
+ +
+@article{DevVoh2003informs,
+  title = {Combinatorial Auctions: A Survey},
+  author = { Sven {De Vries}  and  Rakesh V. Vohra },
+  journal = {INFORMS Journal on Computing},
+  volume = 15,
+  number = 3,
+  pages = {284--309},
+  year = 2003,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{DiaHanXu2017,
+  title = {Evolutionary robust optimization in production planning:
+                  interactions between number of objectives, sample size and
+                  choice of robustness measure},
+  journal = {Computers \& Operations Research},
+  volume = 79,
+  pages = {266--278},
+  year = 2017,
+  doi = {10.1016/j.cor.2016.06.020},
+  author = { Juan Esteban Diaz  and  Julia Handl  and  Dong-Ling Xu },
+  keywords = {Evolutionary multi-objective optimization, Production
+                  planning, Robust optimization, Simulation-based optimization,
+                  Uncertainty modelling},
+  alias = {DIAZ2017266}
+}
+
+ +
+@article{DiaHanXu2018,
+  title = {Integrating meta-heuristics, simulation and exact techniques
+                  for production planning of a failure-prone manufacturing
+                  system},
+  journal = {European Journal of Operational Research},
+  volume = 266,
+  number = 3,
+  pages = {976--989},
+  year = 2018,
+  issn = {0377-2217},
+  doi = {10.1016/j.ejor.2017.10.062},
+  author = { Juan Esteban Diaz  and  Julia Handl  and  Dong-Ling Xu },
+  keywords = {Genetic algorithms, Combinatorial optimization, Production
+                  planning, Simulation-based optimization, Uncertainty
+                  modelling},
+  alias = {DIAZ2018976}
+}
+
+ +
+@article{DiaLop2020ejor,
+  author = { Juan Esteban Diaz  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Incorporating Decision-Maker's Preferences into the Automatic
+                  Configuration of Bi-Objective Optimisation Algorithms},
+  journal = {European Journal of Operational Research},
+  year = 2021,
+  volume = 289,
+  number = 3,
+  pages = {1209--1222},
+  doi = {10.1016/j.ejor.2020.07.059},
+  abstract = {Automatic configuration (AC) methods are increasingly used to
+                  tune and design optimisation algorithms for problems with
+                  multiple objectives. Most AC methods use unary quality
+                  indicators, which assign a single scalar value to an
+                  approximation to the Pareto front, to compare the performance
+                  of different optimisers. These quality indicators, however,
+                  imply preferences beyond Pareto-optimality that may differ
+                  from those of the decision maker (DM). Although it is
+                  possible to incorporate DM's preferences into quality
+                  indicators, e.g., by means of the weighted hypervolume
+                  indicator (HV$^w$), expressing preferences in terms of weight
+                  function is not always intuitive nor an easy task for a DM,
+                  in particular, when comparing the stochastic outcomes of
+                  several algorithm configurations. A more visual approach to
+                  compare such outcomes is the visualisation of their empirical
+                  attainment functions (EAFs) differences. This paper proposes
+                  using such visualisations as a way of eliciting information
+                  about regions of the objective space that are preferred by
+                  the DM. We present a method to convert the information about
+                  EAF differences into a HV$^w$ that will assign higher quality
+                  values to approximation fronts that result in EAF differences
+                  preferred by the DM. We show that the resulting HV$^w$ may be
+                  used by an AC method to guide the configuration of
+                  multi-objective optimisers according to the preferences of
+                  the DM. We evaluate the proposed approach on a well-known
+                  benchmark problem. Finally, we apply our approach to
+                  re-configuring, according to different DM's preferences, a
+                  multi-objective optimiser tackling a real-world production
+                  planning problem arising in the manufacturing industry.},
+  supplement = {https://doi.org/10.5281/zenodo.3749288}
+}
+
+ +
+@article{DiaMouFigCli2002:ejor,
+  author = { L. C. Dias  and  Vincent Mousseau  and  Jos{\'e} Rui Figueira  and  J. N. Cl{\'i}maco },
+  title = {An aggregation/disaggregation approach to obtain robust conclusions with {ELECTRE TRI}},
+  year = 2002,
+  journal = {European Journal of Operational Research},
+  volume = 138,
+  number = 2,
+  month = apr,
+  pages = {332--348 }
+}
+
+ +
+@article{DiaYan2009small,
+  title = {Small approximate {Pareto} sets for biobjective shortest
+                  paths and other problems},
+  author = {Diakonikolas, Ilias and  Mihalis Yannakakis },
+  journal = {SIAM Journal on Computing},
+  year = 2009,
+  number = 4,
+  pages = {1340--1371},
+  volume = 39
+}
+
+ +
+@article{DicDor1998:jair,
+  author = { Gianni A. {Di Caro}  and  Marco Dorigo },
+  title = {Ant{Net}: Distributed Stigmergetic Control for Communications
+                  Networks},
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 9,
+  pages = {317--365},
+  year = 1998,
+  alias = {DicDor98:jair}
+}
+
+ +
+@article{DicDucGam2005,
+  author = { Gianni A. {Di Caro}  and  F. Ducatelle  and  L. M. Gambardella },
+  title = {{AntHocNet}: An adaptive nature-inspired algorithm for routing in mobile ad hoc networks},
+  journal = {European Transactions on Telecommunications},
+  year = 2005,
+  volume = 16,
+  number = 5,
+  pages = {443--455}
+}
+
+ +
+@article{DigSch2003,
+  author = {Luca {Di Gaspero} and Andrea Schaerf},
+  citations = 36,
+  journal = {Software --- Practice \& Experience},
+  keywords = {software engineering, local search, easylocal},
+  month = jul,
+  number = 8,
+  pages = {733--765},
+  publisher = {John Wiley \& Sons},
+  title = {\textsc{EasyLocal++}: An object-oriented framework
+                  for flexible design of local search algorithms},
+  epub = {http://www.diegm.uniud.it/satt/papers/DiSc03.pdf},
+  volume = 33,
+  year = 2003
+}
+
+ +
+@article{DilKhaNem2017comments,
+  title = {Comments on: On learning and branching: a survey},
+  author = {Dilkina, Bistra and Khalil, Elias B. and Nemhauser, George
+                  L.},
+  journal = {TOP},
+  volume = 25,
+  pages = {242--246},
+  year = 2017,
+  publisher = {Springer},
+  annote = {Comments on \cite{LodZar2017learning}.}
+}
+
+ +
+@article{DinDonHeLi2019twoarch,
+  title = {A novel two-archive strategy for evolutionary many-objective
+                  optimization algorithm based on reference points},
+  author = {Ding, Rui and Dong, Hongbin and He, Jun and Li, Tao},
+  journal = {Applied Soft Computing},
+  year = 2019,
+  pages = {447--464},
+  volume = 78,
+  doi = {10.1016/j.asoc.2019.02.040},
+  publisher = {Elsevier}
+}
+
+ +
+@article{DinSonGup2015,
+  author = {Ding, J.-Y. and Song, S. and Gupta, J. N. D. and Zhang, R. and Chiong, R. and Wu, C.},
+  title = {An Improved Iterated Greedy Algorithm with a Tabu-based Reconstruction Strategy for the No-wait Flowshop Scheduling Problem},
+  journal = {Applied Soft Computing},
+  year = 2015,
+  volume = 30,
+  pages = {604--613}
+}
+
+ +
+@article{DoeDoeEbe2015,
+  author = { Benjamin Doerr  and  Carola Doerr  and Franziska Ebel},
+  title = {From black-box complexity to designing new genetic algorithms},
+  journal = {Theoretical Computer Science},
+  volume = 567,
+  pages = {87--104},
+  year = 2015,
+  doi = {10.1016/j.tcs.2014.11.028}
+}
+
+ +
+@article{DoeDoeYan2020,
+  author = { Benjamin Doerr  and  Carola Doerr  and Yang, Jing},
+  title = {Optimal parameter choices via precise black-box analysis},
+  journal = {Theoretical Computer Science},
+  volume = 801,
+  pages = {1--34},
+  year = 2020,
+  doi = {10.1016/j.tcs.2019.06.014}
+}
+
+ +
+@article{DoeFueGro06,
+  author = { Karl F. Doerner  and  Guenther Fuellerer  and  Manfred Gronalt  and  Richard F. Hartl  and  Manuel Iori },
+  title = {Metaheuristics for the Vehicle Routing Problem with Loading Constraints},
+  journal = {Networks},
+  year = 2006,
+  volume = 49,
+  number = 4,
+  pages = {294--307}
+}
+
+ +
+@article{DoeGieWitYan2019,
+  title = {The ({1+\(\lambda\)}) evolutionary
+                  algorithm with self-adjusting mutation rate},
+  author = { Benjamin Doerr  and Gie{\ss}en, Christian and  Carsten Witt  and Yang, Jing},
+  journal = {Algorithmica},
+  volume = 81,
+  number = 2,
+  pages = {593--631},
+  year = 2019,
+  publisher = {Springer}
+}
+
+ +
+@article{DoeGutHar08,
+  author = { Karl F. Doerner  and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Christine Strauss  and  Christian Stummer },
+  title = {Nature-Inspired Metaheuristics in Multiobjective
+                  Activity Crashing},
+  journal = {Omega},
+  year = 2008,
+  volume = 36,
+  number = 6,
+  pages = {1019--1037}
+}
+
+ +
+@article{DoeGutHarStrStu04:aor,
+  author = { Karl F. Doerner  and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Christine Strauss  and  Christian Stummer },
+  title = {{Pareto} Ant Colony Optimization: A Metaheuristic
+                  Approach to Multiobjective Portfolio Selection},
+  journal = {Annals of Operations Research},
+  year = 2004,
+  volume = 131,
+  pages = {79--99},
+  alias = {DoeGutHarStrStu03}
+}
+
+ +
+@article{DoeGutHarStrStu06:ejor,
+  author = { Karl F. Doerner  and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Christine Strauss  and  Christian Stummer },
+  title = {{Pareto} ant colony optimization with ILP preprocessing in
+                   multiobjective project portfolio selection},
+  journal = {European Journal of Operational Research},
+  year = 2006,
+  volume = 171,
+  pages = {830--841}
+}
+
+ +
+@article{DoeHarRei03,
+  author = { Karl F. Doerner  and  Richard F. Hartl  and  Marc Reimann },
+  title = {Are {COMPETants} more competent for problem solving?
+                  {The} case of a multiple objective transportation
+                  problem},
+  journal = {Central European Journal for Operations Research and Economics},
+  pages = {115--141},
+  volume = 11,
+  number = 2,
+  year = 2003
+}
+
+ +
+@article{DoeJohWin2012,
+  title = {Multiplicative drift analysis},
+  author = { Benjamin Doerr  and Johannsen, Daniel and Winzen, Carola},
+  journal = {Algorithmica},
+  volume = 64,
+  number = 4,
+  pages = {673--697},
+  year = 2012
+}
+
+ +
+@article{DoeKotLenWin2013,
+  title = {Black-box complexities of combinatorial problems},
+  author = { Benjamin Doerr  and K{\"o}tzing, Timo  and Lengler, Johannes and Winzen, Carola},
+  journal = {Theoretical Computer Science},
+  volume = 471,
+  pages = {84--106},
+  year = 2013
+}
+
+ +
+@article{DoeMerStu2009:swarm,
+  author = { Karl F. Doerner  and  D. Merkle  and  Thomas St{\"u}tzle },
+  title = {Special issue on Ant Colony Optimization},
+  journal = {Swarm Intelligence},
+  year = 2009,
+  volume = 3,
+  number = 1
+}
+
+ +
+@article{DoeNeuSudWit2011:tcs,
+  author = { Benjamin Doerr  and  Frank Neumann  and  Dirk Sudholt  and  Carsten Witt },
+  title = {Runtime analysis of the 1-{ANT} ant colony optimizer},
+  journal = {Theoretical Computer Science},
+  year = 2011,
+  volume = 412,
+  number = 1,
+  pages = {1629--1644}
+}
+
+ +
+@article{Dog2015asoco,
+  author = { Do\v{g}an Ayd{\i}n },
+  title = {Composite artificial bee colony algorithms: From
+                  component-based analysis to high-performing algorithms},
+  journal = {Applied Soft Computing},
+  volume = 32,
+  pages = {266--285},
+  year = 2015,
+  doi = {10.1016/j.asoc.2015.03.051},
+  keywords = {irace}
+}
+
+ +
+@article{DoiPekReg2004rank,
+  author = {Jean-Paul Doignon and Aleksandar Peke{\v{c}} and Michel
+                  Regenwetter},
+  title = {The repeated insertion model for rankings: Missing link
+                  between two subset choice models},
+  doi = {10.1007/bf02295838},
+  year = 2004,
+  month = mar,
+  volume = 69,
+  number = 1,
+  pages = {33--54},
+  journal = {Psychometrika},
+  abstract = {Several probabilistic models for subset choice have been
+                  proposed in the literature, for example, to explain approval
+                  voting data. We show that Marley et al.'s latent scale model
+                  is subsumed by Falmagne and Regenwetter's size-independent
+                  model, in the sense that every choice probability
+                  distribution generated by the former can also be explained by
+                  the latter. Our proof relies on the construction of a
+                  probabilistic ranking model which we label the ``repeated
+                  insertion model''. This model is a special case of Marden's
+                  orthogonal contrast model class and, in turn, includes the
+                  classical Mallows $\varphi$-model as a special case. We
+                  explore its basic properties as well as its relationship to
+                  Fligner and Verducci's multistage ranking model.}
+}
+
+ +
+@article{DolMor2002benchmarking,
+  author = {Dolan, Elizabeth D. and Mor{\'e}, Jorge J.},
+  journal = {Mathematical Programming},
+  number = 2,
+  pages = {201--213},
+  title = {Benchmarking optimization software with performance profiles},
+  volume = 91,
+  year = 2002,
+  keywords = {performance profiles; convergence},
+  annote = {This methodology has been criticized in \url{https://doi.org/10.1145/2950048}}
+}
+
+ +
+@article{DonCheHua2013,
+  author = {Xingye Dong and Ping and Houkuan Huang and Maciek Nowak},
+  title = {A Multi-restart Iterated Local Search Algorithm for the Permutation Flow Shop Problem Minimizing Total Flow Time},
+  journal = {Computers \& Operations Research},
+  year = 2013,
+  volume = 40,
+  number = 2,
+  pages = {627--632}
+}
+
+ +
+@article{DonHuaChe2009:cor,
+  author = {X. Dong and H. Huang and P. Chen},
+  title = {An Iterated Local Search Algorithm for the Permutation Flowshop Problem with Total Flowtime Criterion},
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  volume = 36,
+  number = 5,
+  pages = {1664--1669}
+}
+
+ +
+@article{DonMonCasRizGam08,
+  author = {A. V. Donati and  Roberto Montemanni  and N. Casagrande  and A. E. Rizzoli  and  L. M. Gambardella },
+  title = {Time dependent vehicle routing problem with a multi ant
+                  colony system},
+  journal = {European Journal of Operational Research},
+  volume = 185,
+  number = 3,
+  year = 2008,
+  pages = {1174--1191}
+}
+
+ +
+@article{Dor2007:scholarpedia,
+  author = { Marco Dorigo },
+  title = {Ant {Colony} {Optimization}},
+  year = 2007,
+  journal = {Scholarpedia},
+  volume = 2,
+  number = 3,
+  pages = 1461,
+  doi = {10.4249/scholarpedia.1461},
+  alias = {Dor2007:sch-aco}
+}
+
+ +
+@article{Dor2016sipolicy,
+  author = { Marco Dorigo },
+  title = {Swarm intelligence: A few things you need to know if you want
+                  to publish in this journal},
+  journal = {Swarm Intelligence},
+  year = 2016,
+  month = nov,
+  url = {https://static.springer.com/sgw/documents/1593723/application/pdf/Additional_submission_instructions.pdf}
+}
+
+ +
+@article{DorBirLiLop2017si,
+  author = { Marco Dorigo  and  Mauro Birattari  and  Li, Xiaodong  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kazuhiro Ohkura  and  Carlo Pinciroli  and  Thomas St{\"u}tzle },
+  title = {{ANTS} 2016 Special Issue: Editorial},
+  journal = {Swarm Intelligence},
+  year = 2017,
+  month = nov,
+  doi = {10.1007/s11721-017-0146-5}
+}
+
+ +
+@article{DorBirStu06:ci,
+  author = { Marco Dorigo  and  Mauro Birattari  and  Thomas St{\"u}tzle },
+  title = {Ant Colony Optimization: Artificial Ants as a Computational Intelligence Technique},
+  journal = {IEEE Computational Intelligence Magazine},
+  year = 2006,
+  volume = 1,
+  number = 4,
+  pages = {28--39}
+}
+
+ +
+@article{DorBlu2005:tcs,
+  author = { Marco Dorigo  and  Christian Blum },
+  title = {Ant colony optimization theory: A survey},
+  journal = {Theoretical Computer Science},
+  volume = 344,
+  number = {2-3},
+  year = 2005,
+  pages = {243--278}
+}
+
+ +
+@article{DorDicGam99:al,
+  author = { Marco Dorigo  and  Gianni A. {Di Caro}  and  L. M. Gambardella },
+  title = {Ant Algorithms for Discrete Optimization},
+  journal = {Artificial Life},
+  volume = 5,
+  number = 2,
+  pages = {137--172},
+  year = 1999
+}
+
+ +
+@article{DorGam1997:biosys,
+  author = { Marco Dorigo  and  L. M. Gambardella },
+  title = {Ant Colonies for the Traveling Salesman Problem},
+  journal = {BioSystems},
+  year = 1997,
+  volume = 43,
+  number = 2,
+  pages = {73--81},
+  alias = {DorGam1997:bio},
+  doi = {10.1016/S0303-2647(97)01708-5}
+}
+
+ +
+@article{DorGam1997:tec,
+  key = {DorGam97:tec},
+  alias = {DorGam97:tec},
+  author = { Marco Dorigo  and  L. M. Gambardella },
+  title = {{Ant} {Colony} {System}: A Cooperative Learning
+                  Approach to the Traveling Salesman Problem},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 1997,
+  volume = 1,
+  number = 1,
+  pages = {53--66},
+  keywords = {Ant Colony System}
+}
+
+ +
+@article{DorGamMidStu2002:tec,
+  doi = {10.1109/TEVC.2002.802446},
+  author = { Marco Dorigo  and  L. M. Gambardella  and  Martin Middendorf  and  Thomas St{\"u}tzle },
+  title = {Guest Editorial: Special Section on Ant Colony
+                  Optimization},
+  year = 2002,
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 6,
+  number = 4,
+  pages = {317--320},
+  keywords = {ant colony optimization, swarm intelligence}
+}
+
+ +
+@article{DorManCol1996:tsmcb,
+  author = { Marco Dorigo  and  Vittorio Maniezzo  and  Alberto Colorni },
+  title = {{Ant} {System}: Optimization by a Colony of
+                  Cooperating Agents},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics -- Part B},
+  year = 1996,
+  volume = 26,
+  number = 1,
+  pages = {29--41},
+  alias = {DorManCol96:tsmcb}
+}
+
+ +
+@article{DorStuDic2000:fgcs,
+  author = { Marco Dorigo  and  Thomas St{\"u}tzle  and  Gianni A. {Di Caro} },
+  title = {Special Issue on ``{Ant} {Algorithms}''},
+  year = 2000,
+  journal = {Future Generation Computer Systems},
+  volume = 16,
+  number = 8,
+  keywords = {swarm intelligence, ant colony optimization}
+}
+
+ +
+@article{DouZop2010:ejor,
+  author = { Michael Doumpos  and  Constantin Zopounidis },
+  title = {Preference disaggregation and statistical learning for multicriteria decision support: A review},
+  journal = {European Journal of Operational Research},
+  volume = 209,
+  number = 3,
+  pages = {203--214},
+  year = 2011
+}
+
+ +
+@article{DovTusFil2010ec,
+  author = {Erik Dovgan and  Tea Tu{\v s}ar  and Bogdan Filipi{\v c}},
+  title = {Parameter tuning in an evolutionary algorithm for commodity
+                  transportation optimization},
+  journal = {Evolutionary Computation},
+  alias = {ParamTunComm},
+  year = 2010,
+  pages = {1--8}
+}
+
+ +
+@article{DreSia2004,
+  author = { Johann Dr{\'e}o  and P. Siarry},
+  title = {Continuous interacting ant colony algorithm based on dense
+                  heterarchy},
+  journal = {Future Generation Computer Systems},
+  volume = 20,
+  number = 5,
+  year = 2004,
+  pages = {841--856},
+  alias = {DreSia04}
+}
+
+ +
+@article{DroJanWeg2006,
+  title = {Upper and lower bounds for randomized search heuristics in black-box optimization},
+  author = {Droste, Stefan and Jansen, Thomas and  Ingo Wegener },
+  journal = {Theory of Computing Systems},
+  volume = 39,
+  number = 4,
+  pages = {525--544},
+  year = 2006,
+  publisher = {Springer}
+}
+
+ +
+@article{DruThi2012,
+  author = { M{\u{a}}d{\u{a}}lina M. Drugan  and  Dirk Thierens },
+  title = {Stochastic {Pareto} local search: {Pareto} neighbourhood
+              exploration and perturbation strategies},
+  journal = {Journal of Heuristics},
+  volume = 18,
+  number = 5,
+  year = 2012,
+  pages = {727--766}
+}
+
+ +
+@article{DuLeu90,
+  author = { J. Du  and  Joseph Y.-T. Leung },
+  title = {Minimizing Total Tardiness on One Machine is
+                  {NP}-Hard},
+  journal = {Mathematics of Operations Research},
+  year = 1990,
+  volume = 15,
+  number = 3,
+  pages = {483--495}
+}
+
+ +
+@article{DubLopStu2011amai,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Improving the Anytime Behavior of Two-Phase Local
+                  Search},
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  year = 2011,
+  volume = 61,
+  number = 2,
+  pages = {125--154},
+  doi = {10.1007/s10472-011-9235-0},
+  alias = {DubLopStu2010amai}
+}
+
+ +
+@article{DubLopStu2011cor,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Hybrid {TP$+$PLS} Algorithm for Bi-objective
+                  Flow-Shop Scheduling Problems},
+  journal = {Computers \& Operations Research},
+  year = 2011,
+  volume = 38,
+  number = 8,
+  pages = {1219--1236},
+  doi = {10.1016/j.cor.2010.10.008},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2010-001/}
+}
+
+ +
+@article{DubLopStu2015ejor,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Anytime {Pareto} Local Search},
+  journal = {European Journal of Operational Research},
+  year = 2015,
+  volume = 243,
+  number = 2,
+  pages = {369--385},
+  doi = {10.1016/j.ejor.2014.10.062},
+  alias = {DubLopStu2013cor},
+  keywords = {Pareto local search}
+}
+
+ +
+@article{DubPagStu2017cor,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {An Iterated Greedy Algorithm with Optimization of Partial
+  Solutions for the Permutation Flowshop Problem},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2013-006},
+  volume = 81,
+  pages = {160--166},
+  doi = {10.1016/j.cor.2016.12.021}
+}
+
+ +
+@article{Dud2008carbodies,
+  author = {Fabian Duddeck},
+  title = {Multidisciplinary optimization of car bodies},
+  journal = {Structural and Multidisciplinary Optimization},
+  year = 2008,
+  volume = 35,
+  number = 4,
+  pages = {375--389},
+  doi = {10.1007/s00158-007-0130-6},
+  annote = {Evolutionary optimization of car bodies at General Motors}
+}
+
+ +
+@article{DueSch90,
+  author = { Gunter Dueck  and T. Scheuer},
+  title = {Threshold Accepting: A General Purpose Optimization
+                  Algorithm Appearing Superior to Simulated Annealing},
+  journal = {Journal of Computational Physics},
+  year = 1990,
+  volume = 90,
+  number = 1,
+  pages = {161--175}
+}
+
+ +
+@article{Dueck1993,
+  title = {New Optimization Heuristics: the Great Deluge Algorithm and the Record-To-Record Travel},
+  author = { Gunter Dueck },
+  journal = {Journal of Computational Physics},
+  volume = 104,
+  number = 1,
+  pages = {86--92},
+  year = 1993,
+  publisher = {Elsevier}
+}
+
+ +
+@article{DuiBerCar2017constrained,
+  title = {Constrained {Bayesian} Optimization with Particle Swarms for
+                  Safe Adaptive Controller Tuning},
+  journal = {{IFAC}-{PapersOnLine}},
+  volume = 50,
+  number = 1,
+  pages = {11800--11807},
+  year = 2017,
+  annote = {20th IFAC World Congress},
+  doi = {10.1016/j.ifacol.2017.08.1991},
+  author = {Rikky R. P. R. Duivenvoorden and Felix Berkenkamp and Nicolas
+                  Carion and Andreas Krause and Angela P. Schoellig},
+  keywords = {Adaptive Control, Constrained Bayesian Optimization, Safety,
+                  Gaussian Process, Particle Swarm Optimization, Policy Search,
+                  Reinforcement learning},
+  abstract = {Tuning controller parameters is a recurring and
+                  time-consuming problem in control. This is especially true in
+                  the field of adaptive control, where good performance is
+                  typically only achieved after significant tuning. Recently,
+                  it has been shown that constrained Bayesian optimization is a
+                  promising approach to automate the tuning process without
+                  risking system failures during the optimization
+                  process. However, this approach is computationally too
+                  expensive for tuning more than a couple of parameters. In
+                  this paper, we provide a heuristic in order to efficiently
+                  perform constrained Bayesian optimization in high-dimensional
+                  parameter spaces by using an adaptive discretization based on
+                  particle swarms. We apply the method to the tuning problem of
+                  an L1 adaptive controller on a quadrotor vehicle and show
+                  that we can reliably and automatically tune parameters in
+                  experiments.}
+}
+
+ +
+@article{DuiVos1999,
+  author = {Cees Duin and  Stefan Vo{\ss} },
+  title = {The Pilot Method: A Strategy for Heuristic Repetition with Application to the {Steiner} Problem in Graphs},
+  journal = {Networks},
+  year = 1999,
+  volume = 34,
+  number = 3,
+  pages = {181--191}
+}
+
+ +
+@article{Dumas95tsptw,
+  author = { Y. Dumas  and  J. Desrosiers  and  E. Gelinas  and  M. M. Solomon },
+  title = {An Optimal Algorithm for the Traveling Salesman Problem with
+                  Time Windows},
+  journal = {Operations Research},
+  year = 1995,
+  volume = 43,
+  number = 2,
+  pages = {367--371},
+  doi = {10.1287/opre.43.2.367}
+}
+
+ +
+@article{Dun1964tech,
+  title = {Multiple Comparisons Using Rank Sums},
+  author = { Olive Jean Dunn },
+  journal = {Technometrics},
+  volume = 6,
+  number = 3,
+  pages = {241--252},
+  year = 1964,
+  publisher = {Taylor \& Francis Group}
+}
+
+ +
+@article{Dunn1961jasa,
+  title = {Multiple Comparisons Among Means},
+  author = { Olive Jean Dunn },
+  journal = {Journal of the American Statistical Association},
+  volume = 56,
+  number = 293,
+  pages = {52--64},
+  year = 1961,
+  publisher = {Taylor \& Francis Group}
+}
+
+ +
+@article{DurNeb2011jmetal,
+  title = {{jMetal}: A {Java} framework for multi-objective
+                  optimization},
+  journal = {Advances in Engineering Software},
+  volume = 42,
+  number = 10,
+  pages = {760--771},
+  year = 2011,
+  issn = {0965-9978},
+  doi = {10.1016/j.advengsoft.2011.05.014},
+  author = { Durillo, Juan J.  and  Nebro, Antonio J. }
+}
+
+ +
+@article{EggLinHut2019jair,
+  title = {Pitfalls and best practices in algorithm configuration},
+  author = { Katharina Eggensperger  and  Marius Thomas Lindauer  and  Frank Hutter },
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 64,
+  pages = {861--893},
+  year = 2019
+}
+
+ +
+@article{Eglese1990,
+  title = {Simulated Annealing: a Tool for Operational Research},
+  author = { Richard W. Eglese },
+  journal = {European Journal of Operational Research},
+  volume = 46,
+  number = 3,
+  pages = {271--281},
+  year = 1990,
+  publisher = {Elsevier}
+}
+
+ +
+@article{EhmCamTho2016tdvrp,
+  author = {Ehmke, Jan Fabian and Campbell, Ann Melissa and  Barrett W. Thomas },
+  title = {Vehicle routing to minimize time-dependent emissions in urban
+                  areas},
+  journal = {European Journal of Operational Research},
+  year = 2016,
+  volume = 251,
+  number = 2,
+  pages = {478--494},
+  month = jun,
+  doi = {10.1016/j.ejor.2015.11.034}
+}
+
+ +
+@article{Ehr2006discussion,
+  title = {A discussion of scalarization techniques for multiple
+                  objective integer programming},
+  author = { Matthias Ehrgott },
+  journal = {Annals of Operations Research},
+  volume = 147,
+  number = 1,
+  pages = {343--360},
+  year = 2006,
+  publisher = {Springer}
+}
+
+ +
+@article{EhrGan04,
+  author = { Matthias Ehrgott  and  Xavier Gandibleux },
+  title = {Approximative Solution Methods for Combinatorial
+                  Multicriteria Optimization},
+  journal = {TOP},
+  year = 2004,
+  volume = 12,
+  number = 1,
+  pages = {1--88}
+}
+
+ +
+@article{EhrKla1997connectedness,
+  author = { Matthias Ehrgott  and  Kathrin Klamroth },
+  journal = {European Journal of Operational Research},
+  number = 1,
+  pages = {159--166},
+  title = {Connectedness of Efficient Solutions in Multiple Criteria
+                  Combinatorial Optimization},
+  volume = 97,
+  year = 1997,
+  doi = {10.1016/S0377-2217(96)00116-6}
+}
+
+ +
+@article{EibHinMich1999tec,
+  author = { Agoston E. Eiben  and Robert Hinterding and  Zbigniew Michalewicz },
+  title = {Parameter Control in Evolutionary Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 3,
+  number = 2,
+  pages = {124--141},
+  year = 1999
+}
+
+ +
+@article{EibRud1999,
+  title = {Theory of evolutionary algorithms: A bird's eye view},
+  author = { Agoston E. Eiben  and  G{\"u}nther Rudolph },
+  journal = {Theoretical Computer Science},
+  volume = 229,
+  number = {1-2},
+  pages = {3--9},
+  year = 1999
+}
+
+ +
+@article{EibSmi2011swec,
+  author = { Agoston E. Eiben  and  Smit, Selmar K. },
+  title = {Parameter Tuning for Configuring and Analyzing
+                  Evolutionary Algorithms},
+  journal = {Swarm and Evolutionary Computation},
+  year = 2011,
+  volume = 1,
+  number = 1,
+  pages = {19--31},
+  doi = {10.1016/j.swevo.2011.02.001}
+}
+
+ +
+@article{EkeKwa2018ems,
+  title = {Including robustness considerations in the search phase of
+                  Many-Objective Robust Decision Making},
+  author = {Eker, Sibel and  Kwakkel, Jan H. },
+  journal = {Environmental Modelling \& Software},
+  volume = 105,
+  pages = {201--216},
+  year = 2018,
+  keywords = {scenario-based}
+}
+
+ +
+@article{Elm1991rnn,
+  title = {Distributed representations, simple recurrent networks, and
+                  grammatical structure},
+  author = {Elman, Jeffrey L},
+  journal = {Machine Learning},
+  volume = 7,
+  number = {2-3},
+  pages = {195--225},
+  year = 1991,
+  publisher = {Springer}
+}
+
+ +
+@article{EmePer1991,
+  author = {V. A. Emelichev and V. A. Perepelitsa},
+  title = {Complexity of Vector Optimization Problems on Graphs},
+  journal = {Optimization},
+  year = 1991,
+  volume = 22,
+  number = 6,
+  doi = {10.1080/02331939108843732},
+  pages = {906--918}
+}
+
+ +
+@article{EmePer1992,
+  author = {V. A. Emelichev and V. A. Perepelitsa},
+  title = {On the Cardinality of the Set of Alternatives in Discrete Many-criterion Problems},
+  journal = {Discrete Mathematics and Applications},
+  year = 1992,
+  volume = 2,
+  number = 5,
+  pages = {461--471}
+}
+
+ +
+@article{EmmDeuw2018tutorial,
+  title = {A tutorial on multiobjective optimization: Fundamentals and
+                  evolutionary methods},
+  author = { Emmerich, Michael T. M.  and   Andr{\'{e}} H. Deutz },
+  journal = {Natural Computing},
+  year = 2018,
+  number = 3,
+  pages = {585--609},
+  volume = 17,
+  publisher = {Springer}
+}
+
+ +
+@article{EmmGiaNau2006,
+  author = { Emmerich, Michael T. M.  and K. C. Giannakoglou and  Boris Naujoks },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Single- and multiobjective evolutionary optimization assisted
+                  by {Gaussian} random field metamodels},
+  year = 2006,
+  volume = 10,
+  number = 4,
+  pages = {421--439},
+  doi = {10.1109/TEVC.2005.859463}
+}
+
+ +
+@article{EngWie2007twod,
+  title = {{2D} decision-making for multicriteria design optimization},
+  author = {Engau, Alexander and  Margaret M. Wiecek },
+  journal = {Structural and Multidisciplinary Optimization},
+  volume = 34,
+  pages = {301--315},
+  year = 2007,
+  doi = {10.1007/s00158-006-0078-y},
+  publisher = {Springer}
+}
+
+ +
+@article{EngWie2008interactive,
+  title = {Interactive coordination of objective decompositions in
+                  multiobjective programming},
+  author = {Engau, Alexander and  Margaret M. Wiecek },
+  journal = {Management Science},
+  volume = 54,
+  number = 7,
+  pages = {1350--1363},
+  year = 2008,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{EssMatDau2008,
+  author = {Imen Essafi and Yazid Mati and  St{\'e}phane Dauz{\`e}re-P{\`e}r{\'e}s },
+  title = {A Genetic Local Search Algorithm for Minimizing Total Weighted
+  Tardiness in the Job-shop Scheduling Problem},
+  journal = {Computers \& Operations Research},
+  year = 2008,
+  volume = 35,
+  number = 8,
+  pages = {2599--2616}
+}
+
+ +
+@article{FanBif2013,
+  author = {Fan, Wei and Bifet, Albert},
+  title = {Mining big data: current status, and forecast to the future},
+  journal = {{ACM} {SIGKDD} Explorations Newsletter},
+  year = 2013,
+  volume = 14,
+  number = 2,
+  pages = {1--5},
+  publisher = {ACM}
+}
+
+ +
+@article{Fanelli2012,
+  author = {Fanelli, Daniele},
+  title = {Negative results are disappearing from most disciplines and
+                  countries},
+  journal = {Scientometrics},
+  year = 2012,
+  volume = 90,
+  number = 3,
+  pages = {891--904},
+  doi = {10.1007/s11192-011-0494-7},
+  abstract = {Concerns that the growing competition for funding and
+                  citations might distort science are frequently discussed, but
+                  have not been verified directly. Of the hypothesized
+                  problems, perhaps the most worrying is a worsening of
+                  positive-outcome bias. A system that disfavours negative
+                  results not only distorts the scientific literature directly,
+                  but might also discourage high-risk projects and pressure
+                  scientists to fabricate and falsify their data. This study
+                  analysed over 4,600 papers published in all disciplines
+                  between 1990 and 2007, measuring the frequency of papers
+                  that, having declared to have ``tested'' a hypothesis,
+                  reported a positive support for it. The overall frequency of
+                  positive supports has grown by over 22{\%} between 1990 and
+                  2007, with significant differences between disciplines and
+                  countries. The increase was stronger in the social and some
+                  biomedical disciplines. The United States had published, over
+                  the years, significantly fewer positive results than Asian
+                  countries (and particularly Japan) but more than European
+                  countries (and in particular the United
+                  Kingdom). Methodological artefacts cannot explain away these
+                  patterns, which support the hypotheses that research is
+                  becoming less pioneering and/or that the objectivity with
+                  which results are produced and published is decreasing.}
+}
+
+ +
+@article{FarBinResFal2005tps,
+  author = { Faria, Jr, H.  and S. Binato and  Mauricio G. C. Resende  and  D. J. Falc{\~a}o },
+  title = {Power transmission network design by a greedy randomized
+                  adaptive path relinking approach},
+  journal = {IEEE Transactions on Power Systems},
+  year = 2005,
+  volume = 20,
+  number = 1,
+  pages = {43--49}
+}
+
+ +
+@article{FarMarYan2015pltoolbox,
+  author = {Farrugia, Vincent E. and Mart{\'i}nez, H{\'e}ctor P. and
+                  Yannakakis, Georgios N.},
+  title = {The Preference Learning Toolbox},
+  journal = {Arxiv preprint arXiv:1506.01709},
+  year = 2015,
+  doi = {10.48550/arXiv.1506.01709}
+}
+
+ +
+@article{FarWalSav2006hydroinf,
+  author = {R. Farmani and  Godfrey A. Walters  and  Dragan A. Savic },
+  title = {Evolutionary multi-objective optimization of the
+                  design and operation of water distribution network:
+                  total cost vs. reliability vs. water quality},
+  journal = { Journal of Hydroinformatics },
+  year = 2006,
+  volume = 8,
+  number = 3,
+  pages = {165--179}
+}
+
+ +
+@article{FavMorPel06tsptw,
+  author = { D. Favaretto  and  E. Moretti  and  Paola Pellegrini },
+  title = {Ant colony system approach for variants of the
+                  traveling salesman problem with time windows},
+  journal = {Journal of Information and Optimization Sciences},
+  year = 2006,
+  volume = 27,
+  number = 1,
+  pages = {35--54}
+}
+
+ +
+@article{FavMorPel07,
+  author = { D. Favaretto  and  E. Moretti  and  Paola Pellegrini },
+  title = {Ant Colony System for a {VRP} with Multiple Time Windows and Multiple Visits},
+  journal = {Journal of Interdisciplinary Mathematics},
+  year = 2007,
+  volume = 10,
+  number = 2,
+  pages = {263--284}
+}
+
+ +
+@article{FawHoos2015ablation,
+  title = {Analysing Differences Between Algorithm Configurations
+                  through Ablation},
+  author = { Chris Fawcett  and  Holger H. Hoos },
+  journal = {Journal of Heuristics},
+  pages = {431--458},
+  volume = 22,
+  number = 4,
+  year = 2016
+}
+
+ +
+@article{FeoRes1989,
+  author = { T. A. Feo  and  Mauricio G. C. Resende },
+  title = {A Probabilistic Heuristic for a Computationally Difficult Set
+                  Covering Problem},
+  journal = {Operations Research Letters},
+  year = 1989,
+  volume = 8,
+  number = 2,
+  pages = {67--71},
+  annote = {Proposed GRASP}
+}
+
+ +
+@article{FeoRes1995,
+  author = { T. A. Feo  and  Mauricio G. C. Resende },
+  title = {Greedy Randomized Adaptive Search Procedures},
+  journal = {Journal of Global Optimization},
+  year = 1995,
+  volume = 6,
+  number = 2,
+  pages = {109--113},
+  alias = {FR95}
+}
+
+ +
+@article{FeoResSmi1994,
+  author = { T. A. Feo  and  Mauricio G. C. Resende  and S. H. Smith},
+  title = {A Greedy Randomized Adaptive Search Procedure for Maximum
+                  Independent Set},
+  journal = {Operations Research},
+  year = 1994,
+  volume = 42,
+  pages = {860--878},
+  month = oct,
+  keywords = {GRASP}
+}
+
+ +
+@article{FerFra2014,
+  title = {On Insertion Tie-breaking Rules in Heuristics for the Permutation Flowshop Scheduling Problem},
+  author = { Victor Fernandez-Viagas  and  Jose M. Frami{\~n}{\'a}n },
+  journal = {Computers \& Operations Research},
+  year = 2014,
+  pages = {60--67},
+  volume = 45
+}
+
+ +
+@article{FerFra2017,
+  author = { Victor Fernandez-Viagas  and  Jose M. Frami{\~n}{\'a}n },
+  title = {A Beam-search-based Constructive Heuristic for the {PFSP} to Minimise
+               Total Flowtime},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  volume = 81,
+  pages = {167--177}
+}
+
+ +
+@article{FerFra2018,
+  author = { Victor Fernandez-Viagas  and  Jose M. Frami{\~n}{\'a}n },
+  title = {Iterated-greedy-based algorithms with beam search initialization for the permutation flowshop to minimise total tardiness},
+  journal = {Expert Systems with Applications},
+  year = 2018,
+  volume = 94,
+  pages = {58--69}
+}
+
+ +
+@article{FerGarAl2016mpe,
+  author = { Javier Ferrer  and  Jos{\'e} Garc{\'i}a-Nieto  and  Alba, Enrique  and  Chicano, Francisco },
+  doi = {10.1155/2016/3871046},
+  journal = {Mathematical Problems in Engineering},
+  pages = {1--19},
+  title = {Intelligent Testing of Traffic Light Programs: Validation in
+                  Smart Mobility Scenarios},
+  volume = 2016,
+  year = 2016
+}
+
+ +
+@article{FerGuiRamJua2016,
+  author = {Alberto Ferrer and Daniel Guimarans and  Helena {Ramalhinho Louren{\c c}o}  and Angel A. Juan},
+  title = {A {BRILS} Metaheuristic for Non-smooth Flow-shop Problems with Failure-risk
+               Costs},
+  journal = {Expert Systems with Applications},
+  year = 2016,
+  volume = 44,
+  pages = {177--186}
+}
+
+ +
+@article{FerLopAlb2019asoc,
+  author = { Javier Ferrer  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Alba, Enrique },
+  title = {Reliable Simulation-Optimization of Traffic Lights in a
+                  Real-World City},
+  journal = {Applied Soft Computing},
+  year = 2019,
+  volume = 78,
+  pages = {697--711},
+  doi = {10.1016/j.asoc.2019.03.016},
+  supplement = {https://github.com/MLopez-Ibanez/irace-sumo}
+}
+
+ +
+@article{FerNavBer2009:ejor,
+  author = { Eduardo Fernandez  and  Jorge Navarro  and  Sergio Bernal },
+  title = {Multicriteria Sorting Using a Valued Indifference Relation Under a Preference Disaggregation Paradigm},
+  journal = {European Journal of Operational Research},
+  volume = 198,
+  number = 2,
+  pages = {602--609},
+  year = 2009
+}
+
+ +
+@article{FerRuiFra2016,
+  author = { Victor Fernandez-Viagas  and  Rub{\'e}n Ruiz  and  Jose M. Frami{\~n}{\'a}n },
+  title = {A New Vision of Approximate Methods for the Permutation Flowshop to Minimise Makespan: State-of-the-art and Computational Evaluation},
+  journal = {European Journal of Operational Research},
+  volume = 257,
+  number = 3,
+  pages = {707--721},
+  year = 2017
+}
+
+ +
+@article{FerUrr2010do,
+  author = {R. {Ferreira da Silva} and S. Urrutia},
+  title = {A {General} {VNS} Heuristic for the Traveling Salesman
+                  Problem with Time Windows},
+  journal = {Discrete Optimization},
+  year = 2010,
+  volume = 7,
+  number = 4,
+  pages = {203--211},
+  keywords = {TSPTW, GVNS},
+  doi = {10.1016/j.disopt.2010.04.002}
+}
+
+ +
+@article{FerValFra2018,
+  author = { Victor Fernandez-Viagas  and  Jorge M. S. Valente  and  Jose M. Frami{\~n}{\'a}n },
+  title = {Iterated-greedy-based algorithms with Beam Search Initialization for the Permutation Flowshop to Minimise Total Tardiness},
+  journal = {Expert Systems with Applications},
+  volume = 94,
+  pages = {58--69},
+  year = 2018
+}
+
+ +
+@article{FiaDaCSchSeb2010:amai,
+  author = { {\'A}lvaro Fialho  and Luis {Da Costa} and  Marc Schoenauer  and  Mich{\`e}le Sebag },
+  title = {Analyzing Bandit-based Adaptive Operator Selection
+                  Mechanisms},
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  year = 2010,
+  volume = 60,
+  number = {1--2},
+  pages = {25--64}
+}
+
+ +
+@article{Fie2000:siamo,
+  author = { Mark J. Fielding },
+  title = {Simulated Annealing with an Optimal Fixed Temperature},
+  journal = {SIAM Journal on Optimization},
+  year = 2000,
+  volume = 11,
+  number = 2,
+  pages = {289--307}
+}
+
+ +
+@article{FieEveSing2003tec,
+  title = {Using unconstrained elite archives for multiobjective
+                  optimization},
+  author = { Jonathan E. Fieldsend  and  Everson, Richard M.  and Singh, Sameer},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 7,
+  number = 3,
+  pages = {305--323},
+  year = 2003,
+  doi = {10.1109/TEVC.2003.810733}
+}
+
+ +
+@article{FigFonHalKla2017easy,
+  title = {Easy to say they are Hard, but Hard to see they are
+                  Easy-Towards a Categorization of Tractable Multiobjective
+                  Combinatorial Optimization Problems},
+  author = { Jos{\'e} Rui Figueira  and  Carlos M. Fonseca  and Halffmann, Pascal and  Kathrin Klamroth  and  Lu{\'i}s Paquete  and Ruzika, Stefan and Schulze,
+                  Britta and Stiglmayr, Michael and Willems, David},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  volume = 24,
+  number = {1-2},
+  pages = {82--98},
+  year = 2017,
+  publisher = {Wiley Online Library},
+  doi = {10.1002/mcda.1574}
+}
+
+ +
+@article{FisBar2020improv,
+  author = { Andreas Fischbach  and  Thomas Bartz-Beielstein },
+  title = {Improving the reliability of test functions generators},
+  journal = {Applied Soft Computing},
+  year = 2020,
+  volume = 92,
+  pages = 106315
+}
+
+ +
+@article{FisGloLod2005,
+  title = {The feasibility pump},
+  author = { Matteo Fischetti  and  Fred Glover  and  Andrea Lodi },
+  journal = {Mathematical Programming},
+  volume = 104,
+  number = 1,
+  pages = {91--104},
+  year = 2005,
+  publisher = {Springer}
+}
+
+ +
+@article{FisLod2003:mp,
+  author = { Matteo Fischetti  and  Andrea Lodi },
+  title = {Local Branching},
+  journal = {Mathematical Programming Series B},
+  year = 2003,
+  volume = 98,
+  pages = {23--47}
+}
+
+ +
+@article{FisMon2014joh,
+  title = {Proximity search for 0-1 mixed-integer convex programming},
+  author = { Matteo Fischetti  and  Monaci, Michele },
+  journal = {Journal of Heuristics},
+  volume = 20,
+  number = 6,
+  pages = {709--731},
+  year = 2014,
+  publisher = {Springer}
+}
+
+ +
+@article{FisMon2014or,
+  author = { Matteo Fischetti  and  Monaci, Michele },
+  title = {Exploiting Erraticism in Search},
+  journal = {Operations Research},
+  volume = 62,
+  number = 1,
+  pages = {114--122},
+  year = 2014,
+  doi = {10.1287/opre.2013.1231},
+  annote = {\url{http://mat.tepper.cmu.edu/blog/?p=1695}},
+  abstract = { High sensitivity to initial conditions is generally viewed
+                  as a drawback of tree search methods because it leads to
+                  erratic behavior to be mitigated somehow. In this paper we
+                  investigate the opposite viewpoint and consider this behavior
+                  as an opportunity to exploit. Our working hypothesis is that
+                  erraticism is in fact just a consequence of the exponential
+                  nature of tree search that acts as a chaotic amplifier, so it
+                  is largely unavoidable. We propose a bet-and-run approach to
+                  actually turn erraticism to one's advantage. The idea is to
+                  make a number of short sample runs with randomized initial
+                  conditions, to bet on the "most promising" run selected
+                  according to certain simple criteria, and to bring it to
+                  completion. Computational results on a large testbed of mixed
+                  integer linear programs from the literature are presented,
+                  showing the potential of this approach even when embedded in
+                  a proof-of-concept implementation. }
+}
+
+ +
+@article{FisMonSal2012:or,
+  author = { Matteo Fischetti  and  Monaci, Michele  and Domenico Salvagnin},
+  title = {Three Ideas for the Quadratic Assignment Problem},
+  journal = {Operations Research},
+  year = 2012,
+  volume = 60,
+  number = 4,
+  pages = {954--964}
+}
+
+ +
+@article{FisSal2009,
+  title = {Feasibility pump 2.0},
+  author = { Matteo Fischetti  and Salvagnin, Domenico},
+  journal = {Mathematical Programming Computation},
+  volume = 1,
+  number = {2--3},
+  pages = {201--222},
+  year = 2009,
+  publisher = {Springer}
+}
+
+ +
+@article{Fle1970bfgs,
+  author = {Fletcher, Roger},
+  title = {A new approach to variable metric algorithms},
+  journal = {The Computer Journal},
+  year = 1970,
+  volume = 13,
+  number = 3,
+  pages = {317--322},
+  month = sep,
+  annote = {One of the four papers that proposed BFGS.},
+  doi = {10.1093/comjnl/13.3.317},
+  eprint = {https://academic.oup.com/comjnl/article-pdf/13/3/317/988678/130317.pdf},
+  keywords = {BFGS}
+}
+
+ +
+@article{FleGlo99,
+  title = {Improved constructive multistart strategies for the
+                  quadratic assignment problem using adaptive memory},
+  author = {Fleurent, Charles and  Fred Glover },
+  journal = {INFORMS Journal on Computing},
+  volume = 11,
+  number = 2,
+  pages = {198--204},
+  year = 1999
+}
+
+ +
+@article{Fli2007effects,
+  title = {The effects of adding objectives to an optimisation problem
+                  on the solution set},
+  author = {Fliege, J{\"o}rg},
+  journal = {Operations Research Letters},
+  volume = 35,
+  number = 6,
+  pages = {782--790},
+  year = 2007,
+  publisher = {Elsevier}
+}
+
+ +
+@article{FliVer1986,
+  title = {Distance Based Ranking Models},
+  author = {Fligner, Michael A. and Verducci, Joseph S.},
+  journal = {Journal of the Royal Statistical Society: Series B (Methodological)},
+  number = 3,
+  volume = 48,
+  pages = {359--369},
+  year = 1986,
+  keywords = {Mallows model, ranking, probabilistic models},
+  doi = {10.1111/j.2517-6161.1986.tb01420.x}
+}
+
+ +
+@article{Flo1956,
+  author = {M. M. Flood},
+  title = {The Travelling Salesman Problem},
+  journal = {Operations Research},
+  year = 1956,
+  volume = 4,
+  pages = {61--75}
+}
+
+ +
+@article{FloKel2010plos,
+  author = {Floreano, D. and Keller, L.},
+  journal = {PLoS Biology},
+  pages = {e1000292},
+  title = {Evolution of Adaptive Behaviour in Robots by Means
+                  of {Darwinian} Selection},
+  volume = 8,
+  number = 1,
+  year = 2010,
+  doi = {10.1371/journal.pbio.1000292},
+  alias = {Floreano:2010eg}
+}
+
+ +
+@article{FloUrz2000nn,
+  author = {Floreano, D. and Urzelai, J.},
+  title = {Evolutionary robots with on-line self-organization
+                  and behavioral fitness},
+  journal = {Neural Networks},
+  year = 2000,
+  volume = 13,
+  number = {4-5},
+  pages = {431--443},
+  alias = {Floreano:2000uy}
+}
+
+ +
+@article{Flores1986pragmatic,
+  author = {Flores, Benito E.},
+  title = {A pragmatic view of accuracy measurement in forecasting},
+  journal = {Omega},
+  year = 1986,
+  volume = 14,
+  number = 2,
+  pages = {93--98},
+  annote = {Proposed symmetric mean absolute percentage error (SMAPE)}
+}
+
+ +
+@article{FocLodMil02tsptw,
+  author = { Filippo Focacci  and  Andrea Lodi  and  Michela Milano },
+  title = {A Hybrid Exact Algorithm for the {TSPTW}},
+  journal = {INFORMS Journal on Computing},
+  year = 2002,
+  volume = 14,
+  pages = {403--417}
+}
+
+ +
+@article{FonFle1995ec,
+  title = {An overview of evolutionary algorithms in multiobjective
+                  optimization},
+  author = { Carlos M. Fonseca  and  Peter J. Fleming },
+  journal = {Evolutionary Computation},
+  year = 1995,
+  number = 1,
+  pages = {1--16},
+  volume = 3,
+  annote = {Proposed FON benchmark problem}
+}
+
+ +
+@article{FonFle1998:tsmca,
+  author = { Carlos M. Fonseca  and  Peter J. Fleming },
+  title = {Multiobjective Optimization and Multiple Constraint
+                  Handling with Evolutionary Algorithms ({II}):
+                  {Application} Example},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics -- Part A},
+  year = 1998,
+  volume = 28,
+  number = 1,
+  pages = {38--44},
+  month = jan,
+  doi = {10.1109/3468.650320}
+}
+
+ +
+@article{FonFle1998:tsmca1,
+  author = { Carlos M. Fonseca  and  Peter J. Fleming },
+  title = {Multiobjective Optimization and Multiple Constraint
+                  Handling with Evolutionary Algorithms ({I}): {A}
+                  Unified Formulation},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics -- Part A},
+  year = 1998,
+  volume = 28,
+  number = 1,
+  pages = {26--37},
+  month = jan,
+  doi = {10.1109/3468.650319}
+}
+
+ +
+@article{ForKea2009surrogate,
+  author = {Forrester, Alexander I. J. and Keane, Andy J.},
+  title = {Recent advances in surrogate-based optimization},
+  journal = {Progress in Aerospace Sciences},
+  volume = 45,
+  number = {1-3},
+  pages = {50--79},
+  doi = {10.1016/j.paerosci.2008.11.001},
+  year = 2009,
+  keywords = {Kriging; Gaussian Process; EGO; Design of Experiments}
+}
+
+ +
+@article{FowGelKok2010ejor,
+  title = {Interactive evolutionary multi-objective optimization for
+                  quasi-concave preference functions},
+  journal = {European Journal of Operational Research},
+  volume = 206,
+  number = 2,
+  pages = {417--425},
+  year = 2010,
+  doi = {10.1016/j.ejor.2010.02.027},
+  author = {John W. Fowler and Esma S. Gel and  Murat K{\"o}ksalan  and  Pekka Korhonen  and Jon L. Marquis and  Wallenius, Jyrki },
+  keywords = {Interactive optimization, Multi-objective optimization,
+                  Evolutionary optimization, Knapsack problem},
+  abstract = {We present a new hybrid approach to interactive evolutionary
+                  multi-objective optimization that uses a partial preference
+                  order to act as the fitness function in a customized genetic
+                  algorithm. We periodically send solutions to the decision
+                  maker (DM) for her evaluation and use the resulting
+                  preference information to form preference cones consisting of
+                  inferior solutions. The cones allow us to implicitly rank
+                  solutions that the DM has not considered. This technique
+                  avoids assuming an exact form for the preference function,
+                  but does assume that the preference function is
+                  quasi-concave. This paper describes the genetic algorithm and
+                  demonstrates its performance on the multi-objective knapsack
+                  problem.}
+}
+
+ +
+@article{Fox1993integrating,
+  author = { Bennett L. Fox },
+  title = {Integrating and accelerating tabu search, simulated
+                  annealing, and genetic algorithms},
+  journal = {Annals of Operations Research},
+  volume = 41,
+  number = 2,
+  pages = {47--67},
+  year = 1993,
+  publisher = {Springer}
+}
+
+ +
+@article{Fra2018tutorial,
+  author = {Peter I. Frazier},
+  title = {A Tutorial on {Bayesian} Optimization},
+  journal = {Arxiv preprint arXiv:1807.02811},
+  year = 2018,
+  doi = {10.48550/arXiv.1807.02811}
+}
+
+ +
+@article{Fra2022:4or,
+  title = {Empirical Analysis of Stochastic Local Search Behaviour: Connecting Structure, Components and Landscape},
+  author = { Alberto Franzin },
+  journal = {{4OR}: A Quarterly Journal of Operations Research},
+  year = 2022,
+  doi = {10.1007/s10288-022-00511-7}
+}
+
+ +
+@article{FraBraBru2014automode,
+  author = {G. Francesca and  M. Brambilla and 
+                  A. Brutschy and  Vito Trianni  and  Mauro Birattari },
+  title = {{AutoMoDe}: A Novel Approach to the Automatic Design
+                  of Control Software for Robot Swarms},
+  journal = {Swarm Intelligence},
+  year = 2014,
+  volume = 8,
+  number = 2,
+  pages = {89--112},
+  doi = {10.1007/s11721-014-0092-4}
+}
+
+ +
+@article{FraBraBru2015automode,
+  author = {Francesca, Gianpiero and Brambilla, Manuele and Brutschy,
+                  Arne and Garattoni, Lorenzo and Miletitch, Roman and
+                  Podevijn, Gaetan and Reina, Andreagiovanni and Soleymani,
+                  Touraj and Salvaro, Mattia and Pinciroli, Carlo and Mascia,
+                  Franco and  Vito Trianni  and  Mauro Birattari },
+  title = {{AutoMoDe-Chocolate}: Automatic Design of Control Software
+                  for Robot Swarms},
+  year = 2015,
+  journal = {Swarm Intelligence},
+  doi = {10.1007/s11721-015-0107-9},
+  keywords = {Swarm robotics; Automatic design; AutoMoDe},
+  language = {English}
+}
+
+ +
+@article{FraGupLei2004,
+  title = {A Review and Classification of Heuristics for Permutation Flow-shop Scheduling with Makespan Objective},
+  author = { Jose M. Frami{\~n}{\'a}n  and Jatinder N. D. Gupta and  Rainer Leisten },
+  journal = {Journal of the Operational Research Society},
+  year = 2004,
+  number = 12,
+  pages = {1243--1255},
+  volume = 55
+}
+
+ +
+@article{FraPerStu2018ol,
+  author = { Alberto Franzin  and   P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle },
+  title = {Effect of Transformations of Numerical Parameters
+                 in Automatic Algorithm Configuration},
+  journal = {Optimization Letters},
+  year = 2018,
+  volume = 12,
+  number = 8,
+  pages = {1741--1753},
+  doi = {10.1007/s11590-018-1240-3}
+}
+
+ +
+@article{FraSamDiC2016,
+  author = { Alberto Franzin  and Sambo, Francesco and Di Camillo, Barbara},
+  title = {\rpackage{bnstruct}: an {R} package for {Bayesian} Network structure learning
+                  in the presence of missing data},
+  journal = {Bioinformatics},
+  year = 2016,
+  volume = 33,
+  number = 8,
+  pages = {1250--1252}
+}
+
+ +
+@article{FraStu2019:cor,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Revisiting Simulated Annealing: A Component-Based Analysis},
+  journal = {Computers \& Operations Research},
+  volume = 104,
+  pages = {191--206},
+  year = 2019,
+  doi = {10.1016/j.cor.2018.12.015}
+}
+
+ +
+@article{FraStu2022:ejor,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {A Landscape-based Analysis of Fixed Temperature and Simulated Annealing},
+  year = 2023,
+  journal = {European Journal of Operational Research},
+  volume = 304,
+  number = 2,
+  pages = {395--410},
+  doi = {10.1016/j.ejor.2022.04.014}
+}
+
+ +
+@article{FreDue2007clust,
+  author = {Brendan J. Frey and Delbert Dueck},
+  title = {Clustering by Passing Messages Between Data Points},
+  year = 2007,
+  month = feb,
+  publisher = {American Association for the Advancement of Science ({AAAS})},
+  volume = 315,
+  number = 5814,
+  pages = {972--976},
+  doi = {10.1126/science.1136800},
+  journal = {Science},
+  keywords = {clustering; affinity propagation}
+}
+
+ +
+@article{FreFleGui2015aggregation,
+  title = {Aggregation trees for visualization and dimension reduction
+                  in many-objective optimization},
+  author = {de Freitas, Alan R. R. and  Peter J. Fleming  and Guimar{\~a}es, Frederico G.},
+  journal = {Information Sciences},
+  volume = 298,
+  pages = {288--314},
+  year = 2015,
+  publisher = {Elsevier}
+}
+
+ +
+@article{FriChaMar2010:ijor,
+  author = { Hela Frikha  and  Habib Chabchoub  and  Jean-Marc Martel },
+  title = {Inferring criteria's relative importance coefficients
+                  in {PROMETHEE II}},
+  journal = {International Journal of Operational Research},
+  year = 2010,
+  volume = 7,
+  number = 2,
+  pages = {257--275}
+}
+
+ +
+@article{FriJoh05FFTW,
+  author = {Matteo Frigo and Steven G. Johnson},
+  title = {The Design and Implementation of {FFTW3}},
+  journal = {Proceedings of the IEEE},
+  year = 2005,
+  volume = 93,
+  number = 2,
+  pages = {216--231},
+  note = {Special issue on ``Program Generation, Optimization, and Platform Adaptation''}
+}
+
+ +
+@article{Friedman1937use,
+  title = {The use of ranks to avoid the assumption of normality
+                  implicit in the analysis of variance},
+  author = {Friedman, Milton},
+  journal = {Journal of the American Statistical Association},
+  volume = 32,
+  number = 200,
+  pages = {675--701},
+  year = 1937
+}
+
+ +
+@article{FuEglLi2008,
+  author = {Z Fu and R Eglese and L Y O Li},
+  title = {A unified tabu search algorithm for vehicle routing problems with soft time windows},
+  journal = {Journal of the Operational Research Society},
+  volume = 59,
+  number = 5,
+  pages = {663--673},
+  year = 2008
+}
+
+ +
+@article{FueDoeHar09ejor,
+  author = { Guenther Fuellerer  and  Karl F. Doerner  and  Richard F. Hartl  and  Manuel Iori },
+  title = {Metaheuristics for vehicle routing problems with
+                  three-dimensional loading constraints},
+  journal = {European Journal of Operational Research},
+  year = 2009,
+  volume = 201,
+  number = 3,
+  pages = {751--759},
+  doi = {10.1016/j.ejor.2009.03.046}
+}
+
+ +
+@article{FueDoeHarIor09,
+  author = { Guenther Fuellerer  and  Karl F. Doerner  and  Richard F. Hartl  and  Manuel Iori },
+  title = {Ant colony optimization for the two-dimensional
+                  loading vehicle routing problem},
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  volume = 36,
+  number = 3,
+  pages = {655--673}
+}
+
+ +
+@article{Fuk2008ec,
+  title = {Automated Discovery of Local Search Heuristics for
+                  Satisfiability Testing},
+  author = { Fukunaga, Alex S. },
+  number = 1,
+  journal = {Evolutionary Computation},
+  month = mar,
+  year = 2008,
+  pages = {31--61},
+  volume = 16,
+  doi = {10.1162/evco.2008.16.1.31},
+  abstract = {The development of successful metaheuristic
+                  algorithms such as local search for a difficult
+                  problem such as satisfiability testing ({SAT)} is a
+                  challenging task. We investigate an evolutionary
+                  approach to automating the discovery of new local
+                  search heuristics for {SAT}. We show that several
+                  well-known {SAT} local search algorithms such as
+                  Walksat and Novelty are composite heuristics that
+                  are derived from novel combinations of a set of
+                  building blocks. Based on this observation, we
+                  developed {CLASS}, a genetic programming system that
+                  uses a simple composition operator to automatically
+                  discover {SAT} local search heuristics. New
+                  heuristics discovered by {CLASS} are shown to be
+                  competitive with the best Walksat variants,
+                  including Novelty+. Evolutionary algorithms have
+                  previously been applied to directly evolve a
+                  solution for a particular {SAT} instance. We show
+                  that the heuristics discovered by {CLASS} are also
+                  competitive with these previous, direct evolutionary
+                  approaches for {SAT}. We also analyze the local
+                  search behavior of the learned heuristics using the
+                  depth, mobility, and coverage metrics proposed by
+                  Schuurmans and Southey.}
+}
+
+ +
+@article{Fursin2011milepost,
+  author = {Grigori Fursin and Yuriy Kashnikov and Abdul Wahid Memon and Zbigniew Chamski and Olivier Temam and Mircea Namolaru and Elad Yom-Tov and Bilha Mendelson and Ayal Zaks and Eric Courtois and Francois Bodin and Phil Barnard and Elton Ashton and Edwin Bonilla and John Thomson and  Christopher K. I. Williams and Michael O'Boyle},
+  title = {Milepost {GCC}: Machine Learning Enabled Self-tuning Compiler},
+  journal = {International Journal of Parallel Programming},
+  year = 2011,
+  volume = 39,
+  number = 3,
+  pages = {296--327},
+  publisher = {Springer, US},
+  doi = {10.1007/s10766-010-0161-2}
+}
+
+ +
+@article{GagPriGra02:jors,
+  author = { Caroline Gagn{\'e}  and W. L. Price and M. Gravel},
+  title = {Comparing an {ACO} algorithm with other heuristics
+                  for the single machine scheduling problem with
+                  sequence-dependent setup times},
+  journal = {Journal of the Operational Research Society},
+  year = 2002,
+  volume = 53,
+  pages = {895--906}
+}
+
+ +
+@article{GagSch2007,
+  author = { Matteo Gagliolo  and J. Schmidhuber},
+  title = {Learning dynamic algorithm portfolios},
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  year = 2007,
+  volume = 47,
+  number = {3-4},
+  pages = {295--328},
+  doi = {10.1007/s10472-006-9036-z},
+  annote = {fully dynamic and online algorithm selection technique, with
+                  no separate training phase: all candidate algorithms are run
+                  in parallel, while a model incrementally learns their runtime
+                  distributions.}
+}
+
+ +
+@article{GalHao1999heacol,
+  title = {Hybrid evolutionary algorithms for graph coloring},
+  author = {Galinier, Philippe and  Jin-Kao Hao },
+  journal = {Journal of Combinatorial Optimization},
+  volume = 3,
+  number = 4,
+  pages = {379--397},
+  year = 1999,
+  publisher = {Springer},
+  doi = {10.1023/A:1009823419804}
+}
+
+ +
+@article{GalLeb1977ejor,
+  title = {Redundant objective functions in linear vector maximum
+                  problems and their determination},
+  journal = {European Journal of Operational Research},
+  volume = 1,
+  number = 3,
+  pages = {176--184},
+  year = 1977,
+  doi = {10.1016/0377-2217(77)90025-X},
+  author = {Tomas Gal and Heiner Leberling},
+  abstract = {Suppose that in a multicriteria linear programming problem
+                  among the given objective functions there are some which can
+                  be deleted without influencing the set E of all efficient
+                  solutions. Such objectives are said to be
+                  redundant. Introducing systems of objective functions which
+                  realize their individual optimum in a single vertex of the
+                  polyhedron generated by the restriction set, the notion of
+                  relative or absolute redundant objectives is defined. A
+                  theory which describes properties of absolute and relative
+                  redundant objectives is developed. A method for determining
+                  all the relative and absolute redundant objectives, based on
+                  this theory, is given. Illustrative examples demonstrate the
+                  procedure.}
+}
+
+ +
+@article{GamDor00:informs,
+  author = { L. M. Gambardella  and  Marco Dorigo },
+  title = {Ant {Colony} {System} Hybridized with a New Local
+                  Search for the Sequential Ordering Problem},
+  volume = 12,
+  number = 3,
+  pages = {237--255},
+  journal = {INFORMS Journal on Computing},
+  year = 2000,
+  anote = {IJ.26}
+}
+
+ +
+@article{GamMonWey12:ejor,
+  author = { L. M. Gambardella  and  Roberto Montemanni  and  Dennis Weyland },
+  title = {Coupling Ant Colony Systems with Strong Local Searches},
+  journal = {European Journal of Operational Research},
+  volume = 220,
+  number = 3,
+  year = 2012,
+  pages = {831--843},
+  doi = {10.1016/j.ejor.2012.02.038}
+}
+
+ +
+@article{GanJasFre2000joh,
+  author = { Xavier Gandibleux  and  Andrzej Jaszkiewicz  and  A. Fr{\'e}ville  and  Roman S{\l}owi{\'n}ski },
+  title = {Special Issue on {Multiple} {Objective} {Metaheuristics}},
+  journal = {Journal of Heuristics},
+  year = 2000,
+  volume = 6,
+  number = 3,
+  alias = {Gandibleux00}
+}
+
+ +
+@article{Gao2016,
+  author = {Gao, Kaizhou and Zhang, Yicheng and Sadollah, Ali and Su,
+                  Rong},
+  doi = {10.1016/j.asoc.2016.07.029},
+  journal = {Applied Soft Computing},
+  keywords = {harmony search algorithm,traffic light scheduling},
+  month = nov,
+  pages = {359--372},
+  title = {Optimizing urban traffic light scheduling problem using
+                  harmony search with ensemble of local search},
+  volume = 48,
+  year = 2016
+}
+
+ +
+@article{GaoNieLi2019visarxiv,
+  title = {Visualisation of {Pareto} Front Approximation: A Short Survey
+                  and Empirical Comparisons},
+  author = {Gao, Huiru and Nie, Haifeng and Li, Ke},
+  journal = {Arxiv preprint arXiv:1903.01768},
+  year = 2019,
+  url = {http://arxiv.org/abs/1903.01768}
+}
+
+ +
+@article{GarAlbOli2012,
+  author = { Jos{\'e} Garc{\'i}a-Nieto  and  Alba, Enrique  and  Olivera, Ana Carolina },
+  journal = {Engineering Applications of Artificial Intelligence},
+  keywords = {Cycle program optimization,Particle swarm
+                  optimization,Realistic traffic instances,SUMO microscopic
+                  simulator of urban mobility,Traffic light scheduling},
+  month = mar,
+  number = 2,
+  pages = {274--283},
+  title = {Swarm intelligence for traffic light scheduling: Application
+                  to real urban areas},
+  volume = 25,
+  year = 2012
+}
+
+ +
+@article{GarCorHer07,
+  author = { Carlos Garc{\'i}a-Mart{\'i}nez  and  Oscar Cord{\'o}n  and  Francisco Herrera },
+  title = {A taxonomy and an empirical analysis of multiple
+                  objective ant colony optimization algorithms for the
+                  bi-criteria {TSP}},
+  journal = {European Journal of Operational Research},
+  volume = 180,
+  number = 1,
+  year = 2007,
+  pages = {116--148}
+}
+
+ +
+@article{GarFer2015saferl,
+  title = {A comprehensive survey on safe reinforcement learning},
+  author = {Garc{\'i}a, Javier and Fern{\'a}ndez, Fernando},
+  journal = {Journal of Machine Learning Research},
+  volume = 16,
+  number = 1,
+  pages = {1437--1480},
+  year = 2015,
+  epub = {http://jmlr.org/papers/volume16/garcia15a/garcia15a.pdf}
+}
+
+ +
+@article{GarFerLueHer2010tests,
+  title = {Advanced nonparametric tests for multiple comparisons in the
+                  design of experiments in computational intelligence and data
+                  mining: Experimental analysis of power},
+  author = {Garc{\'i}a, Salvador and Fern{\'a}ndez, Alberto and Luengo,
+                  Juli{\'a}n and  Francisco Herrera },
+  journal = {Information Sciences},
+  volume = 180,
+  number = 10,
+  pages = {2044--2064},
+  year = 2010
+}
+
+ +
+@article{GarGloRodLozMar2014,
+  author = { Carlos Garc{\'i}a-Mart{\'i}nez  and  Fred Glover  and Francisco J. Rodr{\'i}guez and  Manuel Lozano  and  Rafael Mart{\'i} },
+  title = {Strategic Oscillation for the Quadratic Multiple Knapsack Problem},
+  journal = {Computational Optimization and Applications},
+  year = 2014,
+  volume = 58,
+  number = 1,
+  pages = {161--185}
+}
+
+ +
+@article{GarJohSet76,
+  author = {M. R. Garey and David S. Johnson and R. Sethi},
+  title = {The Complexity of Flowshop and Jobshop Scheduling},
+  journal = {Mathematics of Operations Research},
+  year = 1976,
+  volume = 1,
+  pages = {117--129}
+}
+
+ +
+@article{GarKal2001eff,
+  author = {Garnier, Josselin and Kallel, Leila},
+  title = {Efficiency of Local Search with Multiple Local Optima},
+  journal = {SIAM Journal Discrete Mathematics},
+  volume = 15,
+  number = 1,
+  pages = {122--141},
+  year = 2001,
+  doi = {10.1137/S0895480199355225}
+}
+
+ +
+@article{GarMolLoz2009joh,
+  author = {Garc{\'i}a, Salvador and  Daniel Molina  and  Manuel Lozano  and  Francisco Herrera },
+  journal = {Journal of Heuristics},
+  number = 617,
+  title = {A study on the use of non-parametric tests for analyzing the
+                  evolutionary algorithms' behaviour: a case study on the
+                  {CEC'2005} {Special} {Session} on {Real} {Parameter}
+                  {Optimization}},
+  volume = 15,
+  year = 2009,
+  pages = {617--644},
+  doi = {10.1007/s10732-008-9080-4}
+}
+
+ +
+@article{GarOliAlb2013tec,
+  author = { Jos{\'e} Garc{\'i}a-Nieto  and  Olivera, Ana Carolina  and  Alba, Enrique },
+  doi = {10.1109/TEVC.2013.2260755},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  month = dec,
+  number = 6,
+  pages = {823--839},
+  title = {Optimal Cycle Program of Traffic Lights With Particle Swarm
+                  Optimization},
+  volume = 17,
+  year = 2013
+}
+
+ +
+@article{GarRodLoz2012soco,
+  author = { Carlos Garc{\'i}a-Mart{\'i}nez  and Francisco J. Rodr{\'i}guez and  Manuel Lozano },
+  title = {Arbitrary function optimisation with metaheuristics: No free
+                  lunch and real-world problems},
+  journal = {Soft Computing},
+  year = 2012,
+  volume = 16,
+  number = 12,
+  pages = {2115--2133},
+  doi = {10.1007/s00500-012-0881-x}
+}
+
+ +
+@article{GarRodLoz2014,
+  author = { Carlos Garc{\'i}a-Mart{\'i}nez  and Francisco J. Rodr{\'i}guez and  Manuel Lozano },
+  title = {Tabu-enhanced Iterated Greedy Algorithm: A Case Study in the Quadratic Multiple Knapsack Problem},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 232,
+  number = 3,
+  pages = {454--463}
+}
+
+ +
+@article{GauDodGro2012gsa,
+  author = {Melvin, Gauci and Tony J. Dodd and  Roderich Gro{\ss} },
+  title = {Why `{GSA}: a gravitational search algorithm' is not
+                  genuinely based on the law of gravity},
+  journal = {Natural Computing},
+  year = 2012,
+  volume = 11,
+  number = 4,
+  pages = {719--720}
+}
+
+ +
+@article{Gei2011,
+  author = {Martin Josef Geiger},
+  title = {Decision Support for Multi-objective Flow Shop Scheduling
+               by the {Pareto} Iterated Local Search Methodology},
+  journal = {Computers and Industrial Engineering},
+  volume = 61,
+  number = 3,
+  pages = {805--812},
+  year = 2011
+}
+
+ +
+@article{Geiger2017:ejor,
+  author = {Martin Josef Geiger},
+  title = {A Multi-threaded Local Search Algorithm and Computer Implementation for the Multi-mode, Resource-constrained Multi-project Scheduling Problem},
+  journal = {European Journal of Operational Research},
+  year = 2017,
+  volume = 256,
+  pages = {729--741}
+}
+
+ +
+@article{GemGem1984,
+  author = { Stuart Geman  and  Donald Geman },
+  title = {Stochastic Relaxation, {Gibbs} Distributions, and the {Bayesian} Restoration of Images},
+  journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
+  volume = 6,
+  number = 6,
+  pages = {721--741},
+  year = 1984,
+  publisher = {IEEE Press}
+}
+
+ +
+@article{GenGuePot1999ts,
+  title = {Parallel tabu search for real-time vehicle routing and dispatching},
+  author = { Michel Gendreau  and Francois Guertin and  Jean-Yves Potvin  and  {\'E}ric D. Taillard },
+  journal = {Transportation Science},
+  volume = 33,
+  number = 4,
+  pages = {381--390},
+  year = 1999
+}
+
+ +
+@article{GenGuePot2006trc,
+  title = {Neighborhood search heuristics for a dynamic vehicle dispatching problem with pick-ups and deliveries},
+  author = { Michel Gendreau  and Francois Guertin and  Jean-Yves Potvin  and S{\'e}guin, Ren{\'e}},
+  journal = {Transportation Research Part C: Emerging Technologies},
+  volume = 14,
+  number = 3,
+  pages = {157--174},
+  year = 2006,
+  publisher = {Elsevier}
+}
+
+ +
+@article{GenMit2014,
+  title = {Multiobjective evolutionary algorithm for manufacturing scheduling problems: state-of-the-art survey},
+  author = {Gen, Mitsuo and Lin, Lin},
+  journal = {Journal of Intelligent Manufacturing},
+  volume = 25,
+  number = 5,
+  pages = {849--866},
+  year = 2014,
+  publisher = {Springer}
+}
+
+ +
+@article{GenPogTul2010,
+  title = {Variable selection using random forests},
+  author = {Genuer, Robin and Poggi, Jean-Michel and Tuleau-Malot, Christine},
+  journal = {Pattern Recognition Letters},
+  volume = 31,
+  number = 14,
+  pages = {2225--2236},
+  year = 2010,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Gendreau98tsptw,
+  author = { Michel Gendreau  and A. Hertz  and  Gilbert Laporte  and  M. Stan },
+  title = {A Generalized Insertion Heuristic for the Traveling
+                  Salesman Problem with Time Windows},
+  journal = {Operations Research},
+  year = 1998,
+  volume = 46,
+  pages = {330--335}
+}
+
+ +
+@article{GenGhiGue2015tdtsp,
+  author = { Michel Gendreau  and Ghiani, Gianpaolo and Guerriero,
+                  Emanuela},
+  title = {Time-dependent routing problems: A review},
+  journal = {Computers \& Operations Research},
+  year = 2015,
+  volume = 64,
+  pages = {189--197},
+  month = dec,
+  doi = {10.1016/j.cor.2015.06.001}
+}
+
+ +
+@article{GerHorTen2015comp,
+  author = {Gershman, Samuel J. and Horvitz, Eric J. and Tenenbaum,
+                  Joshua B.},
+  title = {Computational rationality: A converging paradigm for
+                  intelligence in brains, minds, and machines},
+  volume = 349,
+  number = 6245,
+  pages = {273--278},
+  year = 2015,
+  doi = {10.1126/science.aac6076},
+  publisher = {American Association for the Advancement of Science},
+  abstract = {After growing up together, and mostly growing apart in the
+                  second half of the 20th century, the fields of artificial
+                  intelligence (AI), cognitive science, and neuroscience are
+                  reconverging on a shared view of the computational
+                  foundations of intelligence that promotes valuable
+                  cross-disciplinary exchanges on questions, methods, and
+                  results. We chart advances over the past several decades that
+                  address challenges of perception and action under uncertainty
+                  through the lens of computation. Advances include the
+                  development of representations and inferential procedures for
+                  large-scale probabilistic inference and machinery for
+                  enabling reflection and decisions about tradeoffs in effort,
+                  precision, and timeliness of computations. These tools are
+                  deployed toward the goal of computational rationality:
+                  identifying decisions with highest expected utility, while
+                  taking into consideration the costs of computation in complex
+                  real-world problems in which most relevant calculations can
+                  only be approximated. We highlight key concepts with examples
+                  that show the potential for interchange between computer
+                  science, cognitive science, and neuroscience.},
+  epub = {https://science.sciencemag.org/content/349/6245/273.full.pdf},
+  journal = {Science}
+}
+
+ +
+@article{GeuDamWeh2006extratrees,
+  author = {Pierre Geurts and Damien Ernst and Louis Wehenkel},
+  title = {Extremely randomized trees},
+  doi = {10.1007/s10994-006-6226-1},
+  year = 2006,
+  month = mar,
+  publisher = {Springer Science and Business Media {LLC}},
+  volume = 63,
+  number = 1,
+  pages = {3--42},
+  journal = {Machine Learning},
+  annote = {Proposed ExtraTrees}
+}
+
+ +
+@article{GheGobLeu2003gfs,
+  author = {Ghemawat, Sanjay and Gobioff, Howard and Leung, Shun-Tak},
+  title = {The {Google} {File} {System}},
+  journal = {SIGOPS Oper. Syst. Rev.},
+  volume = 37,
+  number = 5,
+  year = 2003,
+  month = dec,
+  pages = {29--43},
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@article{GhoNad09:asc,
+  author = { K. Ghoseiri  and  B. Nadjari },
+  title = {An ant colony optimization algorithm for the bi-objective
+                  shortest path problem},
+  journal = {Applied Soft Computing},
+  volume = 10,
+  number = 4,
+  year = 2010,
+  pages = {1237--1246}
+}
+
+ +
+@article{GirRabPib2016,
+  title = {Quantification of Treatment Effect Modification on Both an Additive and Multiplicative Scale},
+  author = {Girerd, Nicolas and Rabilloud, Muriel and Pibarot, Philippe
+                  and Mathieu, Patrick and Roy, Pascal},
+  journal = {PLoS One},
+  year = 2016,
+  month = apr,
+  volume = 11,
+  pages = {1--14},
+  number = 4,
+  doi = {10.1371/journal.pone.0153010}
+}
+
+ +
+@article{Glo1977,
+  author = { Fred Glover },
+  title = {Heuristics for Integer Programming Using Surrogate Constraints},
+  journal = {Decision Sciences},
+  year = 1977,
+  volume = 8,
+  pages = {156--166}
+}
+
+ +
+@article{Glo1986,
+  author = { Fred Glover },
+  title = {Future Paths for Integer Programming and Links to
+                  Artificial Intelligence},
+  journal = {Computers \& Operations Research},
+  year = 1986,
+  volume = 13,
+  number = 5,
+  pages = {533--549}
+}
+
+ +
+@article{Glo1989,
+  title = {Tabu Search -- {Part} {I}},
+  author = { Fred Glover },
+  journal = {INFORMS Journal on Computing},
+  volume = 1,
+  number = 3,
+  pages = {190--206},
+  year = 1989,
+  doi = {10.1287/ijoc.1.3.190}
+}
+
+ +
+@article{Glo1990,
+  author = { Fred Glover },
+  title = {Tabu Search -- {Part} {II}},
+  journal = {INFORMS Journal on Computing},
+  year = 1990,
+  number = 1,
+  volume = 2,
+  pages = {4--32}
+}
+
+ +
+@article{GloHao2011so,
+  author = { Fred Glover  and  Jin-Kao Hao },
+  title = {The case for Strategic Oscillation},
+  journal = {Annals of Operations Research},
+  year = 2011,
+  volume = 183,
+  number = 1,
+  pages = {163--173}
+}
+
+ +
+@article{GloKocAli98,
+  author = { Fred Glover  and  Gary A. Kochenberger  and Bahram Alidaee},
+  title = {Adaptive Memory Tabu Search for Binary Quadratic Programs},
+  journal = {Management Science},
+  year = 1998,
+  volume = 44,
+  number = 3,
+  pages = {336--345}
+}
+
+ +
+@article{GloLuHao2010diversif,
+  title = {Diversification-driven tabu search for unconstrained binary
+                  quadratic problems},
+  author = { Fred Glover  and L{\"u}, Zhipeng and  Jin-Kao Hao },
+  journal = {{4OR}: A Quarterly Journal of Operations Research},
+  volume = 8,
+  number = 3,
+  pages = {239--253},
+  year = 2010,
+  doi = {10.1007/s10288-009-0115-y}
+}
+
+ +
+@article{GoeScho2014recovery,
+  title = {Recovery-to-optimality: A new two-stage approach to
+                  robustness with an application to aperiodic timetabling},
+  author = {Goerigk, Marc and  Sch{\"o}bel, Anita },
+  journal = {Computers \& Operations Research},
+  volume = 52,
+  pages = {1--15},
+  year = 2014,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Gol1970bfgs,
+  author = {Donald Goldfarb},
+  title = {A Family of Variable-Metric Methods Derived by Variational
+                  Means},
+  journal = {Mathematics of Computation},
+  year = 1970,
+  volume = 24,
+  number = 109,
+  pages = {23--26},
+  annote = {One of the four papers that proposed BFGS.},
+  publisher = {American Mathematical Society},
+  eprint = {http://www.jstor.org/stable/2004873},
+  keywords = {BFGS}
+}
+
+ +
+@article{Gold1990pm,
+  title = {Probability matching, the magnitude of reinforcement, and
+                  classifier system bidding},
+  author = { David E. Goldberg },
+  journal = {Machine Learning},
+  volume = 5,
+  number = 4,
+  pages = {407--425},
+  year = 1990
+}
+
+ +
+@article{GonZhaChi2018kbs,
+  title = {The optimization ordering model for intuitionistic fuzzy
+                  preference relations with utility functions},
+  journal = {Knowledge-Based Systems},
+  volume = 162,
+  pages = {174--184},
+  year = 2018,
+  annote = {Special Issue on intelligent decision-making and consensus
+                  under uncertainty in inconsistent and dynamic environments},
+  issn = {0950-7051},
+  doi = {10.1016/j.knosys.2018.07.012},
+  author = {Zaiwu Gong and Ning Zhang and Francisco Chiclana},
+  keywords = {Intuitionistic fuzzy preference relation, Utility function,
+                  Ranking, Multiplicative consistency, Non-archimedean
+                  infinitesimal},
+  abstract = {Intuitionistic fuzzy sets describe information from the three
+                  aspects of membership degree, non-membership degree and
+                  hesitation degree, which has more practical significance when
+                  uncertainty pervades qualitative decision problems. In this
+                  paper, we investigate the problem of ranking intuitionistic
+                  fuzzy preference relations (IFPRs) based on various
+                  non-linear utility functions. First, we transform IFPRs into
+                  their isomorphic interval-value fuzzy preference relations
+                  (IVFPRs), and utilise non-linear utility functions, such as
+                  parabolic, S-shaped, and hyperbolic absolute risk aversion,
+                  to fit the true value of a decision-maker's
+                  judgement. Ultimately, the optimization ordering models for
+                  the membership and non-membership of IVFPRs based on utility
+                  function are constructed, with objective function aiming at
+                  minimizing the distance deviation between the multiplicative
+                  consistency ideal judgment and the actual judgment,
+                  represented by utility function, subject to the
+                  decision-maker's utility constraints. The proposed models
+                  ensure that more factual and optimal ranking of alternative
+                  is acquired, avoiding information distortion caused by the
+                  operations of intervals. Second, by introducing a
+                  non-Archimedean infinitesimal, we establish the optimization
+                  ordering model for IFPRs with the priority of utility or
+                  deviation, which realises the goal of prioritising solutions
+                  under multi-objective programming. Subsequently, we verify
+                  that a close connection exists between the ranking for
+                  membership and non-membership degree IVFPRs. Comparison
+                  analyses with existing approaches are summarized to
+                  demonstrate that the proposed models have advantage in
+                  dealing with group decision making problems with IFPRs.}
+}
+
+ +
+@article{GorKlaRuz2011connectedness,
+  author = {Gorski, Jochen and  Kathrin Klamroth  and Ruzika, Stefan},
+  journal = {Journal of Optimization Theory and Applications},
+  number = 3,
+  pages = {475--497},
+  publisher = {Springer},
+  title = {Connectedness of Efficient Solutions in Multiple Objective
+                  Combinatorial Optimization},
+  volume = 150,
+  year = 2011,
+  doi = {10.1007/s10957-011-9849-8}
+}
+
+ +
+@article{Gos2009rl,
+  author = {Gosavi, Abhijit},
+  title = {Reinforcement Learning: A Tutorial Survey and Recent
+                  Advances},
+  journal = {INFORMS Journal on Computing},
+  volume = 21,
+  number = 2,
+  pages = {178--192},
+  year = 2009,
+  doi = {10.1287/ijoc.1080.0305}
+}
+
+ +
+@article{GouOrbToi03,
+  author = {N. I. M. Gould and D. Orban and P. L. Toint},
+  title = {{CUTEr} and {SifDec}: A constrained and unconstrained testing
+                  environment, revisited},
+  journal = {ACM Transactions on Mathematical Software},
+  year = 2003,
+  volume = 29,
+  pages = {373--394}
+}
+
+ +
+@article{GraChi1996jair,
+  author = {Jonathan Gratch and Steve A. Chien},
+  title = {Adaptive Problem-solving for Large-scale Scheduling Problems:
+                  A Case Study},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 1996,
+  volume = 4,
+  pages = {365--396},
+  annote = {Earliest hyper-heuristic?}
+}
+
+ +
+@article{GraHer2009treedgp,
+  author = {Robert B. Gramacy and Lee, Herbert K. H.},
+  title = {Bayesian Treed {Gaussian} Process Models With an Application
+                  to Computer Modeling},
+  journal = {Journal of the American Statistical Association},
+  volume = 103,
+  pages = {1119--1130},
+  year = 2008,
+  doi = {10.1198/016214508000000689},
+  keywords = {Treed-GP}
+}
+
+ +
+@article{GraJuaLou2016,
+  author = {Alex Grasas and Angel A. Juan and  Helena {Ramalhinho Louren{\c c}o} },
+  title = {{SimILS}: A Simulation-based Extension of the Iterated Local Search Metaheuristic for Stochastic Combinatorial Optimization},
+  journal = {Journal of Simulation},
+  year = 2016,
+  volume = 10,
+  number = 1,
+  pages = {69--77}
+}
+
+ +
+@article{GraPriGag02,
+  author = {M. Gravel and W. L. Price and  Caroline Gagn{\'e} },
+  title = {Scheduling continuous casting of aluminum using a
+                  multiple objective ant colony optimization
+                  metaheuristic},
+  journal = {European Journal of Operational Research},
+  year = 2002,
+  volume = 143,
+  number = 1,
+  pages = {218--229},
+  doi = {10.1016/S0377-2217(01)00329-0},
+  alias = {GraPriGag:ejor}
+}
+
+ +
+@article{Gre86,
+  author = {John J. Grefenstette},
+  title = {Optimization of Control Parameters for Genetic Algorithms},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics},
+  year = 1986,
+  volume = 16,
+  number = 1,
+  pages = {122--128},
+  keywords = {parameter tuning},
+  doi = {10.1109/TSMC.1986.289288}
+}
+
+ +
+@article{GreKadMouSlo2011:ejor,
+  author = { Salvatore Greco  and  Kadzi{\'n}ski, Mi{\l}osz   and  Vincent Mousseau  and  Roman S{\l}owi{\'n}ski },
+  title = {{ELECTRE}$^\mathrm{{GKMS}}$: Robust ordinal regression for outranking methods},
+  journal = {European Journal of Operational Research},
+  volume = 214,
+  number = 1,
+  pages = {118--135},
+  year = 2011
+}
+
+ +
+@article{GreMouSlo2014ejor,
+  author = { Salvatore Greco  and  Vincent Mousseau  and  Roman S{\l}owi{\'n}ski },
+  title = {Robust ordinal regression for value functions handling interacting
+               criteria},
+  journal = {European Journal of Operational Research},
+  volume = 239,
+  number = 3,
+  pages = {711--730},
+  year = 2014,
+  doi = {10.1016/j.ejor.2014.05.022}
+}
+
+ +
+@article{GriBauIoa2018modeling,
+  title = {Modelling science trustworthiness under publish or perish pressure},
+  author = {David R. Grimes and Chris T. Bauch and  John P. A. Ioannidis },
+  journal = {Royal Society Open Science},
+  volume = 5,
+  pages = {171511},
+  year = 2018
+}
+
+ +
+@article{GroDelTad2004,
+  author = { Andrea Grosso  and  Federico {Della Croce}  and R. Tadei},
+  title = {An Enhanced Dynasearch Neighborhood for the
+                  Single-Machine Total Weighted Tardiness Scheduling
+                  Problem},
+  journal = {Operations Research Letters},
+  year = 2004,
+  volume = 32,
+  number = 1,
+  pages = {68--72}
+}
+
+ +
+@article{GroJamLoc2009,
+  author = { Andrea Grosso  and A. R. M. J. U. Jamali and Marco Locatelli},
+  title = {Finding Maximin Latin Hypercube Designs by Iterated Local Search Heuristics},
+  journal = {European Journal of Operational Research},
+  year = 2009,
+  volume = 197,
+  number = 2,
+  pages = {541--547}
+}
+
+ +
+@article{GroKayKnoVan2013,
+  title = {The "big data" revolution in healthcare},
+  author = {Groves, Peter and Kayyali, Basel and Knott, David and Van
+                  Kuiken, Steve},
+  journal = {McKinsey Quarterly},
+  volume = 2,
+  year = 2013
+}
+
+ +
+@article{GroMan2019hvsubset,
+  title = {Hypervolume subset selection with small subsets},
+  author = {Groz, Beno{\^i}t and Maniu, Silviu},
+  journal = {Evolutionary Computation},
+  year = 2019,
+  number = 4,
+  pages = {611--637},
+  volume = 27
+}
+
+ +
+@article{GruFon2002spl,
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca },
+  title = {A link between the multivariate cumulative distribution
+                  function and the hitting function for random closed sets},
+  journal = {Statistics \& Probability Letters},
+  year = 2002,
+  volume = 57,
+  number = 2,
+  pages = {179--182},
+  alias = {Fonseca02a},
+  doi = {10.1016/S0167-7152(02)00046-9}
+}
+
+ +
+@article{GueFonPaq2021hv,
+  title = {The Hypervolume Indicator: Computational Problems and Algorithms},
+  author = { Andreia P. Guerreiro  and  Carlos M. Fonseca  and  Lu{\'i}s Paquete },
+  journal = {{ACM} Computing Surveys},
+  year = 2021,
+  number = 6,
+  pages = {1--42},
+  volume = 54
+}
+
+ +
+@article{GueManFig2021exacthv,
+  author = { Andreia P. Guerreiro  and Vasco Manquinho and  Jos{\'e} Rui Figueira },
+  title = {Exact hypervolume subset selection through incremental
+                  computations},
+  doi = {10.1016/j.cor.2021.105471},
+  year = 2021,
+  month = dec,
+  volume = 136,
+  pages = {105--471},
+  journal = {Computers \& Operations Research}
+}
+
+ +
+@article{Gui2011objred,
+  author = {Gonzalo Guill{\'e}n-Gos{\'a}lbez},
+  title = {A novel {MILP}-based objective reduction method for
+                  multi-objective optimization: Application to environmental
+                  problems},
+  journal = {Computers \& Chemical Engineering},
+  volume = 35,
+  number = 8,
+  pages = {1469--1477},
+  year = 2011,
+  issn = {0098-1354},
+  doi = {10.1016/j.compchemeng.2011.02.001},
+  keywords = {Environmental engineering, Life cycle assessment,
+                  Multi-objective optimization, Objective reduction},
+  abstract = {Multi-objective optimization has recently emerged as a useful
+                  technique in sustainability analysis, as it can assist in the
+                  study of optimal trade-off solutions that balance several
+                  criteria. The main limitation of multi-objective optimization
+                  is that its computational burden grows in size with the
+                  number of objectives. This computational barrier is critical
+                  in environmental applications in which decision-makers seek
+                  to minimize simultaneously several environmental indicators
+                  of concern. With the aim to overcome this limitation, this
+                  paper introduces a systematic method for reducing the number
+                  of objectives in multi-objective optimization with emphasis
+                  on environmental problems. The approach presented relies on a
+                  novel mixed-integer linear programming formulation that
+                  minimizes the error of omitting objectives. We test the
+                  capabilities of this technique through two environmental
+                  problems of different nature in which we attempt to minimize
+                  a set of life cycle assessment impacts. Numerical examples
+                  demonstrate that certain environmental metrics tend to behave
+                  in a non-conflicting manner, which makes it possible to
+                  reduce the dimension of the problem without losing
+                  information.}
+}
+
+ +
+@article{GunGilAha2018repro,
+  author = {Odd Erik Gundersen and Yolanda Gil and David W. Aha},
+  title = {On Reproducible {AI}: Towards Reproducible Research, Open
+                  Science, and Digital Scholarship in {AI} Publications},
+  doi = {10.1609/aimag.v39i3.2816},
+  year = 2018,
+  month = sep,
+  publisher = {Association for the Advancement of Artificial Intelligence
+                  ({AAAI})},
+  volume = 39,
+  number = 3,
+  pages = {56--68},
+  journal = {{AI} Magazine},
+  annote = {The reproducibility guidelines can be found here:
+                  \url{https://folk.idi.ntnu.no/odderik/reproducibility_guidelines.pdf}
+                  and a short how-to can be found here:
+                  \url{https://folk.idi.ntnu.no/odderik/reproducibility_guidelines_how_to.html}}
+}
+
+ +
+@article{GunNgPoh2012,
+  title = {A Hybridized {Lagrangian} Relaxation and Simulated Annealing
+                  Method for the Course Timetabling Problem},
+  author = { Aldy Gunawan  and  Ng, Kien Ming  and  Poh, Kim Leng },
+  journal = {Computers \& Operations Research},
+  volume = 39,
+  number = 12,
+  pages = {3074--3088},
+  year = 2012,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Gup1986,
+  title = {Flowshop schedules with sequence dependent setup times},
+  author = {J. N. D. Gupta},
+  journal = {Journal of Operations Research Society of Japan},
+  volume = 29,
+  year = 1986,
+  pages = {206--219}
+}
+
+ +
+@article{Gut2000:fgcs,
+  author = { Gutjahr, Walter J. },
+  title = {A {Graph}-based {Ant} {System} and its Convergence},
+  journal = {Future Generation Computer Systems},
+  year = 2000,
+  volume = 16,
+  number = 8,
+  pages = {873--888}
+}
+
+ +
+@article{Gut2002:ipl,
+  author = { Gutjahr, Walter J. },
+  title = {{ACO} Algorithms with Guaranteed Convergence to the
+                  Optimal Solution},
+  journal = {Information Processing Letters},
+  year = 2002,
+  volume = 82,
+  number = 3,
+  pages = {145--153}
+}
+
+ +
+@article{Gut2006:mcap,
+  author = { Gutjahr, Walter J. },
+  title = {On the finite-time dynamics of ant colony
+                  optimization},
+  journal = {Methodology and Computing in Applied Probability},
+  year = 2006,
+  volume = 8,
+  number = 1,
+  pages = {105--133}
+}
+
+ +
+@article{Gut2007:swarm,
+  author = { Gutjahr, Walter J. },
+  title = {Mathematical runtime analysis of {ACO} algorithms:
+                  survey on an emerging issue},
+  journal = {Swarm Intelligence},
+  volume = 1,
+  number = 1,
+  year = 2007,
+  pages = {59--79}
+}
+
+ +
+@article{Gut2007cor,
+  title = {An {ACO} algorithm for a dynamic regional nurse-scheduling
+                  problem in {Austria} },
+  journal = {Computers \& Operations Research},
+  volume = 34,
+  number = 3,
+  pages = {642--666},
+  year = 2007,
+  anote = {Logistics of Health Care Management Part Special Issue:
+                  Logistics of Health Care Management },
+  doi = {10.1016/j.cor.2005.03.018},
+  author = { Gutjahr, Walter J.  and  Marion S. Rauner},
+  abstract = {To the best of our knowledge, this paper describes the first
+                  ant colony optimization (ACO) approach applied to nurse
+                  scheduling, analyzing a dynamic regional problem which is
+                  currently under discussion at the Vienna hospital
+                  compound. Each day, pool nurses have to be assigned for the
+                  following days to public hospitals while taking into account
+                  a variety of soft and hard constraints regarding working date
+                  and time, working patterns, nurses qualifications, nurses
+                  and hospitals preferences, as well as costs. Extensive
+                  computational experiments based on a four week simulation
+                  period were used to evaluate three different scenarios
+                  varying the number of nurses and hospitals for six different
+                  hospitals demand intensities. The results of our simulations
+                  and optimizations reveal that the proposed {ACO} algorithm
+                  achieves highly significant improvements compared to a greedy
+                  assignment algorithm.}
+}
+
+ +
+@article{Gut2008:cor,
+  author = { Gutjahr, Walter J. },
+  title = {First steps to the runtime complexity analysis of ant colony
+               optimization},
+  journal = {Computers \& Operations Research},
+  volume = 35,
+  number = 9,
+  year = 2008,
+  pages = {2711--2727}
+}
+
+ +
+@article{GutSeb2008,
+  author = { Gutjahr, Walter J.  and G. Sebastiani},
+  title = {Runtime analysis of ant colony optimization with best-so-far
+                  reinforcement},
+  journal = {Methodology and Computing in Applied Probability},
+  year = 2008,
+  volume = 10,
+  number = 3,
+  pages = {409--433}
+}
+
+ +
+@article{GutYeoZve2002,
+  author = {Gutin, Gregory and Yeo, Anders and Zverovich, Alexey},
+  title = {Traveling salesman should not be greedy: domination analysis
+                  of greedy-type heuristics for the {TSP}},
+  journal = {Discrete Applied Mathematics},
+  volume = 117,
+  number = {1--3},
+  year = 2002
+}
+
+ +
+@article{GuyWesBar2002rfe,
+  title = {Gene selection for cancer classification using support vector
+                  machines},
+  author = {Guyon, Isabelle and Weston, Jason and Barnhill, Stephen and
+                  Vapnik, Vladimir},
+  journal = {Machine Learning},
+  volume = 46,
+  number = 1,
+  pages = {389--422},
+  year = 2002,
+  publisher = {Springer},
+  keywords = {recursive feature elimination}
+}
+
+ +
+@article{HaaSakTam2001,
+  title = {An adaptive {Metropolis} algorithm},
+  author = {Haario, Heikki and Saksman, Eero and Tamminen, Johanna},
+  journal = {Bernoulli},
+  volume = 7,
+  number = 2,
+  pages = {223--242},
+  year = 2001
+}
+
+ +
+@article{HadRee2013borg,
+  author = { David Hadka  and  Patrick M. Reed },
+  title = {Borg: An Auto-Adaptive Many-Objective Evolutionary Computing
+                  Framework},
+  journal = {Evolutionary Computation},
+  number = 2,
+  pages = {231--259},
+  volume = 21,
+  year = 2013,
+  alias = {Hadka13borg}
+}
+
+ +
+@article{HadReed2012ec,
+  author = { David Hadka  and  Patrick M. Reed },
+  title = {Diagnostic Assessment of Search Controls and Failure Modes in
+                  Many-Objective Evolutionary Optimization},
+  journal = {Evolutionary Computation},
+  volume = 20,
+  number = 3,
+  year = 2012,
+  pages = {423--452}
+}
+
+ +
+@article{HadRus1969rules,
+  title = {Rules for ordering uncertain prospects},
+  author = {Hadar, Josef and Russell, William R.},
+  journal = {The American Economic Review},
+  volume = 59,
+  number = 1,
+  pages = {25--34},
+  year = 1969,
+  epub = {https://www.jstor.org/stable/1811090},
+  keywords = {stochastic dominance}
+}
+
+ +
+@article{HaiLasWis1971bicriterion,
+  title = {On a bicriterion formation of the problems of integrated
+                  system identification and system optimization},
+  author = {Haimes, Y. and Lasdon, L. and Da Wismer, D.},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics},
+  volume = 1,
+  number = 3,
+  pages = {296--297},
+  year = 1971,
+  doi = {10.1109/TSMC.1971.4308298},
+  keywords = {epsilon-constraint method}
+}
+
+ +
+@article{HajLin1992decomposition,
+  title = {Genetic search strategies in multicriterion optimal design},
+  author = {Hajela, Prabhat and Lin, C-Y},
+  journal = {Structural Optimization},
+  volume = 4,
+  number = 2,
+  pages = {99--107},
+  year = 1992,
+  publisher = {Springer}
+}
+
+ +
+@article{HajSas1989,
+  title = {Simulated annealing--to cool or not},
+  author = { Bruce Hajek  and Galen Sasaki},
+  journal = {System \& Control Letters},
+  volume = 12,
+  number = 5,
+  pages = {443--447},
+  year = 1989,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Hajek1988,
+  title = {Cooling Schedules for Optimal Annealing},
+  author = { Bruce Hajek },
+  journal = {Mathematics of Operations Research},
+  volume = 13,
+  number = 2,
+  pages = {311--329},
+  year = 1988,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{HalOliSud2022ai,
+  author = { George T. Hall  and  Oliveto, Pietro S.  and  Dirk Sudholt },
+  title = {On the impact of the performance metric on efficient
+                  algorithm configuration},
+  doi = {10.1016/j.artint.2021.103629},
+  year = 2022,
+  month = feb,
+  publisher = {Elsevier {BV}},
+  volume = 303,
+  pages = 103629,
+  journal = {Artificial Intelligence},
+  keywords = {irace}
+}
+
+ +
+@article{HamLah2016path,
+  title = {Path dependence in {Operational} {Research}--{How} the
+                  modeling process can influence the results},
+  author = { H{\"a}m{\"a}l{\"a}inen, Raimo P.  and Lahtinen, Tuomas J.},
+  doi = {10.1016/j.orp.2016.03.001},
+  abstract = {In Operational Research practice there are almost always
+                  alternative paths that can be followed in the modeling and
+                  problem solving process. Path dependence refers to the impact
+                  of the path on the outcome of the process. The steps of the
+                  path include, e.g. forming the problem solving team, the
+                  framing and structuring of the problem, the choice of model,
+                  the order in which the different parts of the model are
+                  specified and solved, and the way in which data or
+                  preferences are collected. We identify and discuss seven
+                  possibly interacting origins or drivers of path dependence:
+                  systemic origins, learning, procedure, behavior, motivation,
+                  uncertainty, and external environment. We provide several
+                  ideas on how to cope with path dependence.},
+  journal = {Operations Research Perspectives},
+  month = jan,
+  volume = 3,
+  year = 2016,
+  keywords = {Behavioral Biases, Behavioral Operational Research, Ethics in
+                  modelling, OR practice, Path dependence, Systems perspective},
+  pages = {14--20}
+}
+
+ +
+@article{HamLuoSaa2013bor,
+  author = { H{\"a}m{\"a}l{\"a}inen, Raimo P.  and Luoma, Jukka and Saarinen, Esa},
+  title = {On the importance of behavioral operational research: {The}
+                  case of understanding and communicating about dynamic
+                  systems},
+  volume = 228,
+  shorttitle = {On the importance of behavioral operational research},
+  doi = {10.1016/j.ejor.2013.02.001},
+  abstract = {We point out the need for Behavioral Operational Research
+                  (BOR) in advancing the practice of OR. So far, in OR
+                  behavioral phenomena have been acknowledged only in
+                  behavioral decision theory but behavioral issues are always
+                  present when supporting human problem solving by
+                  modeling. Behavioral effects can relate to the group
+                  interaction and communication when facilitating with OR
+                  models as well as to the possibility of procedural mistakes
+                  and cognitive biases. As an illustrative example we use well
+                  known system dynamics studies related to the understanding of
+                  accumulation. We show that one gets completely opposite
+                  results depending on the way the phenomenon is described and
+                  how the questions are phrased and graphs used. The results
+                  suggest that OR processes are highly sensitive to various
+                  behavioral effects. As a result, we need to pay attention to
+                  the way we communicate about models as they are being
+                  increasingly used in addressing important problems like
+                  climate change.},
+  number = 3,
+  journal = {European Journal of Operational Research},
+  month = aug,
+  year = 2013,
+  pages = {623--634}
+}
+
+ +
+@article{HamRuh1994,
+  author = {Hamacher, Horst W. and Ruhe, G\"{u}nter},
+  title = {On spanning tree problems with multiple objectives},
+  journal = {Annals of Operations Research},
+  year = 1994,
+  volume = 52,
+  number = 4,
+  pages = {209--230}
+}
+
+ +
+@article{HanAugBroTus2022anytime,
+  author = { Nikolaus Hansen  and  Anne Auger  and  Dimo Brockhoff  and  Tea Tu{\v s}ar },
+  title = {Anytime Performance Assessment in Blackbox Optimization
+                  Benchmarking},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2022,
+  volume = 26,
+  number = 6,
+  pages = {1293--1305},
+  month = dec,
+  doi = {10.1109/TEVC.2022.3210897}
+}
+
+ +
+@article{HanAugMer2016coco,
+  title = {{COCO}: A platform for comparing continuous optimizers in a
+                  black-box setting},
+  author = { Nikolaus Hansen  and  Anne Auger  and Mersmann, Olaf and  Tea Tu{\v s}ar  and  Dimo Brockhoff },
+  journal = {Arxiv preprint arXiv:1603.08785},
+  year = 2016,
+  note = {Published as \cite{HanAugMer2020coco}}
+}
+
+ +
+@article{HanAugMer2020coco,
+  title = {{COCO}: A platform for comparing continuous optimizers in a
+                  black-box setting},
+  author = { Nikolaus Hansen  and  Anne Auger  and Ros, Raymond and Mersmann,
+                  Olaf and  Tea Tu{\v s}ar  and  Dimo Brockhoff },
+  journal = {Optimization Methods and Software},
+  pages = {1--31},
+  year = 2020,
+  volume = 36,
+  number = 1,
+  doi = {10.1080/10556788.2020.1808977},
+  publisher = {Taylor \& Francis}
+}
+
+ +
+@article{HanJau90,
+  author = { Pierre Hansen  and B. Jaumard},
+  title = {Algorithms for the Maximum Satisfiability Problem},
+  journal = {Computing},
+  year = 1990,
+  volume = 44,
+  pages = {279--303}
+}
+
+ +
+@article{HanMla01:ejor,
+  title = {Variable neighborhood search: Principles and applications},
+  author = { Pierre Hansen  and  Nenad Mladenovi{\'c} },
+  journal = {European Journal of Operational Research},
+  volume = 130,
+  number = 3,
+  pages = {449--467},
+  year = 2001
+}
+
+ +
+@article{HanOst2001ec,
+  author = { Nikolaus Hansen  and Ostermeier, A.},
+  title = {Completely derandomized self-adaptation in evolution
+                  strategies},
+  journal = {Evolutionary Computation},
+  year = 2001,
+  volume = 9,
+  pages = {159--195},
+  number = 2,
+  doi = {10.1162/106365601750190398},
+  keywords = {CMA-ES}
+}
+
+ +
+@article{HanRosMauSchAug2011,
+  author = { Nikolaus Hansen  and Raymond Ros and Nikolaus Mauny and  Marc Schoenauer  and  Anne Auger },
+  title = {Impacts of invariance in search: When {CMA-ES} and {PSO} face ill-conditioned and non-separable problems},
+  journal = {Applied Soft Computing},
+  year = 2011,
+  volume = 11,
+  number = 8,
+  pages = {5755--5769}
+}
+
+ +
+@article{Hanne1999ejor,
+  author = {Thomas Hanne},
+  journal = {European Journal of Operational Research},
+  title = {On the convergence of multiobjective evolutionary algorithms},
+  volume = 117,
+  number = 3,
+  pages = {553--564},
+  year = 1999,
+  doi = {10.1016/S0377-2217(98)00262-8},
+  keywords = {archiving, efficiency presserving}
+}
+
+ +
+@article{Hanne2007ejor,
+  title = {A multiobjective evolutionary algorithm for approximating the
+                  efficient set},
+  author = {Hanne, Thomas},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  number = 3,
+  pages = {1723--1734},
+  volume = 176
+}
+
+ +
+@article{HarSaf2004,
+  author = {Hardin, Douglas P. and Saff, Edward B.},
+  title = {Discretizing Manifolds via Minimum Energy Points},
+  journal = {Notices of the American Mathematical Society},
+  year = 2004,
+  number = 10,
+  pages = {1186--1194},
+  volume = 51,
+  alias = {Hardin2004}
+}
+
+ +
+@article{HarSho87a,
+  author = {J. P. Hart and A. W. Shogan},
+  title = {Semi-greedy heuristics: An empirical study},
+  journal = {Operations Research Letters},
+  volume = 6,
+  number = 3,
+  pages = {107--114},
+  year = 1987
+}
+
+ +
+@article{HarSim2016ec,
+  author = { Emma Hart  and Kevin Sim},
+  title = {A Hyper-Heuristic Ensemble Method for Static Job-Shop Scheduling},
+  journal = {Evolutionary Computation},
+  volume = 24,
+  number = 4,
+  pages = {609--635},
+  year = 2016,
+  doi = {10.1162/EVCO_a_00183 }
+}
+
+ +
+@article{Haraguchi2016:joh,
+  author = {Kazuya Haraguchi},
+  title = {Iterated Local Search with {Trellis}-Neighborhood for the Partial {Latin} Square Extension Problem},
+  journal = {Journal of Heuristics},
+  year = 2016,
+  volume = 22,
+  number = 5,
+  pages = {727--757}
+}
+
+ +
+@article{HasRaj2004,
+  author = { Sameer   Hasija  and  Chandrasekharan   Rajendran },
+  title = {Scheduling in flowshops to minimize total tardiness of jobs},
+  journal = {International Journal of Production Research},
+  volume = 42,
+  number = 11,
+  pages = {2289--2301},
+  year = 2004,
+  doi = {10.1080/00207540310001657595}
+}
+
+ +
+@article{HasYagIba2008:do,
+  author = {Hideki Hashimoto and  Mutsunori Yagiura  and  Toshihide Ibaraki },
+  title = {An Iterated Local Search Algorithm for the Time-dependent Vehicle
+               Routing Problem with Time Windows},
+  journal = {Discrete Optimization},
+  year = 2008,
+  volume = 5,
+  number = 2,
+  pages = {434--456}
+}
+
+ +
+@article{Haykin2004nn,
+  title = {A comprehensive foundation},
+  author = {Haykin, Simon},
+  journal = {Neural Networks},
+  volume = 2,
+  pages = 41,
+  year = 2004
+}
+
+ +
+@article{HazGunEre08customer,
+  title = {Customer order scheduling problem: a comparative
+                  metaheuristics study},
+  number = 5,
+  journal = {International Journal of Advanced Manufacturing Technology},
+  author = {{\"O}nc{\"u} Hazir and Yavuz G{\"u}nalay and Erdal Erel},
+  month = may,
+  year = 2008,
+  keywords = {{ACO,Customer} order {scheduling,Genetic}
+                  {algorithms,Meta-heuristics,Simulated} {annealing,Tabu}
+                  search},
+  pages = {589--598},
+  volume = 37,
+  doi = {10.1007/s00170-007-0998-8},
+  abstract = {The customer order scheduling problem {(COSP)} is defined as
+                  to determine the sequence of tasks to satisfy the demand of
+                  customers who order several types of products produced on a
+                  single machine. A setup is required whenever a product type
+                  is launched.  The objective of the scheduling problem is to
+                  minimize the average customer order flow time. Since the
+                  customer order scheduling problem is known to be strongly
+                  {NP-hard,} we solve it using four major metaheuristics and
+                  compare the performance of these heuristics, namely,
+                  simulated annealing, genetic algorithms, tabu search, and ant
+                  colony optimization. These are selected to represent various
+                  characteristics of metaheuristics: nature-inspired
+                  vs. artificially created, population-based vs. local search,
+                  etc. A set of problems is generated to compare the solution
+                  quality and computational efforts of these heuristics.
+                  Results of the experimentation show that tabu search and ant
+                  colony perform better for large problems whereas simulated
+                  annealing performs best in small-size problems. Some
+                  conclusions are also drawn on the interactions between
+                  various problem parameters and the performance of the
+                  heuristics.}
+}
+
+ +
+@article{HeYen2016many,
+  title = {Many-Objective Evolutionary Algorithm: Objective Space
+                  Reduction and Diversity Improvement},
+  author = {He, Zhenan and Yen, Gary G.},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2016,
+  number = 1,
+  pages = {145--160},
+  volume = 20
+}
+
+ +
+@article{HeZhaChu2021automl,
+  author = {Xin He and Kaiyong Zhao and Xiaowen Chu},
+  title = {{AutoML}: A survey of the state-of-the-art},
+  journal = {Knowledge-Based Systems},
+  volume = 212,
+  pages = 106622,
+  year = 2021,
+  issn = {0950-7051},
+  doi = {10.1016/j.knosys.2020.106622}
+}
+
+ +
+@article{HelBraMos2013bound,
+  author = {Helwig, Sabine and  J{\"u}rgen Branke  and  Mostaghim, Sanaz },
+  title = {Experimental Analysis of Bound Handling Techniques in
+                  Particle Swarm Optimization},
+  doi = {10.1109/tevc.2012.2189404},
+  year = 2013,
+  month = apr,
+  volume = 17,
+  number = 2,
+  pages = {259--271},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  keywors = {PSO; box-constraints; constraint handling; bounds}
+}
+
+ +
+@article{HelKar1970,
+  author = {Held, Michael and Karp, Richard M.},
+  title = {The Traveling-Salesman Problem and Minimum Spanning Trees},
+  journal = {Operations Research},
+  volume = 18,
+  number = 6,
+  pages = {1138--1162},
+  year = 1970
+}
+
+ +
+@article{HelRen1998mp,
+  author = {Helmberg, Christoph and Rendl, Franz},
+  title = {Solving quadratic (0,1)-problems by semidefinite programs and
+                  cutting planes},
+  journal = {Mathematical Programming},
+  year = 1998,
+  volume = 82,
+  number = 3,
+  pages = {291--315}
+}
+
+ +
+@article{Helsgaun00,
+  author = { Keld Helsgaun },
+  title = {An Effective Implementation of the {Lin}-{Kernighan}
+Traveling Salesman Heuristic},
+  journal = {European Journal of Operational Research},
+  year = 2000,
+  volume = 126,
+  pages = {106--130}
+}
+
+ +
+@article{Helsgaun09,
+  author = { Keld Helsgaun },
+  title = {General {\it k}-opt Submoves for the {Lin}-{Kernighan} {TSP}
+               Heuristic},
+  journal = {Mathematical Programming Computation},
+  year = 2009,
+  volume = 1,
+  number = {2--3},
+  pages = {119--163}
+}
+
+ +
+@article{Her2015toms,
+  author = {Michael A. Heroux},
+  title = {Editorial: {ACM} {TOMS} Replicated Computational Results
+                  Initiative},
+  doi = {10.1145/2743015},
+  year = 2015,
+  month = jun,
+  publisher = {Association for Computing Machinery ({ACM})},
+  volume = 41,
+  number = 3,
+  pages = {1--5},
+  journal = {ACM Transactions on Mathematical Software}
+}
+
+ +
+@article{HerBlu2009:si,
+  author = {H. Hern{\'a}ndez and  Christian Blum },
+  title = {Ant colony optimization for multicasting in static
+                  wireless ad-hoc networks},
+  journal = {Swarm Intelligence},
+  volume = 3,
+  number = 2,
+  pages = {125--148},
+  year = 2009
+}
+
+ +
+@article{HerColDua2021efficient,
+  title = {An efficient Variable Neighborhood Search for the Space-Free
+                  Multi-Row Facility Layout problem},
+  author = {Herr{\'a}n, Alberto and  Colmenar, J. Manuel  and  Duarte, Abraham },
+  journal = {European Journal of Operational Research},
+  year = 2021,
+  publisher = {Elsevier},
+  doi = {10.1016/j.ejor.2021.03.027}
+}
+
+ +
+@article{HerLozSan03:real-coded-crossover,
+  author = { Francisco Herrera  and  Manuel Lozano  and  A. M. S{\'a}nchez },
+  title = {A taxonomy for the crossover operator for real-coded genetic
+                  algorithms: An experimental study},
+  journal = {International Journal of Intelligent Systems},
+  year = 2003,
+  volume = 18,
+  number = 3,
+  pages = {309--338},
+  doi = {10.1002/int.10091}
+}
+
+ +
+@article{HerLozVer1998air,
+  author = { Francisco Herrera  and  Manuel Lozano  and Verdegay, J. L.},
+  title = {Tackling Real-Coded Genetic Algorithms: Operators
+                  and Tools for Behavioural Analysis},
+  journal = {Artificial Intelligence Review},
+  year = 1998,
+  volume = 12,
+  pages = {265--319},
+  keywords = {genetic algorithms, real coding, continuous search
+                  spaces, mutation, recombination}
+}
+
+ +
+@article{HerSch2022hausdorff,
+  title = {A Bounded Archiver for {Hausdorff} Approximations of the
+                  {Pareto} Front for Multi-Objective Evolutionary Algorithms},
+  author = { Hern{\'a}ndez Castellanos, Carlos Ignacio  and  Oliver Sch{\"u}tze },
+  journal = {Mathematical and Computational Applications},
+  volume = 27,
+  number = 3,
+  pages = 48,
+  year = 2022,
+  doi = {10.3390/mca27030048},
+  publisher = {Multidisciplinary Digital Publishing Institute}
+}
+
+ +
+@article{HerSchSun2020noneps,
+  author = { Hern{\'a}ndez Castellanos, Carlos Ignacio  and  Oliver Sch{\"u}tze  and Sun, J. Q. and  Ober-Bl\"obaum, S.},
+  title = {Non-epsilon dominated evolutionary algorithm for the set of
+                  approximate solutions},
+  journal = {Mathematical and Computational Applications},
+  year = 2020,
+  volume = 25,
+  number = 1,
+  pages = 3,
+  keywords = {archiving, multimodal}
+}
+
+ +
+@article{HerWer1987tabucol,
+  author = {A. Hertz  and de Werra, D.},
+  title = {Using Tabu Search Techniques for Graph Coloring},
+  journal = {Computing},
+  year = 1987,
+  volume = 39,
+  number = 4,
+  pages = {345--351}
+}
+
+ +
+@article{Hermet2006ecj,
+  author = { van Hemert, Jano I. },
+  title = {Evolving Combinatorial Problem Instances That Are Difficult
+                  to Solve},
+  journal = {Evolutionary Computation},
+  volume = 14,
+  number = 4,
+  pages = {433--462},
+  year = 2006,
+  doi = {10.1162/evco.2006.14.4.433},
+  abstract = {This paper demonstrates how evolutionary computation can be
+                  used to acquire difficult to solve combinatorial problem
+                  instances. As a result of this technique, the corresponding
+                  algorithms used to solve these instances are
+                  stress-tested. The technique is applied in three important
+                  domains of combinatorial optimisation, binary constraint
+                  satisfaction, Boolean satisfiability, and the travelling
+                  salesman problem. The problem instances acquired through this
+                  technique are more difficult than the ones found in popular
+                  benchmarks. In this paper, these evolved instances are
+                  analysed with the aim to explain their difficulty in terms of
+                  structural properties, thereby exposing the weaknesses of
+                  corresponding algorithms. }
+}
+
+ +
+@article{HeuNieKru2020publish,
+  author = {Robert Heum{\"u}ller and Sebastian Nielebock and Jacob
+                  Kr{\"u}ger and Frank Ortmeier},
+  title = {Publish or perish, but do not forget your software artifacts},
+  doi = {10.1007/s10664-020-09851-6},
+  year = 2020,
+  volume = 25,
+  number = 6,
+  pages = {4585--4616},
+  journal = {Empirical Software Engineering}
+}
+
+ +
+@article{Hic2006,
+  author = {Christian Hicks},
+  title = {A Genetic Algorithm tool for optimising cellular or
+                  functional layouts in the capital goods industry},
+  journal = {International Journal of Production Economics},
+  volume = 104,
+  number = 2,
+  pages = {598--614},
+  year = 2006,
+  doi = {10.1016/j.ijpe.2005.03.010}
+}
+
+ +
+@article{HieLiLiuPar2020,
+  title = {Many-objective test suite generation for software product
+                  lines},
+  author = {Hierons, Robert M. and  Li, Miqing  and Liu, Xiaohui and
+                  Parejo, Jose Antonio and Segura, Sergio and  Xin Yao },
+  journal = {{ACM} Transactions on Software Engineering and Methodology},
+  year = 2020,
+  number = 1,
+  pages = {1--46},
+  volume = 29
+}
+
+ +
+@article{HinSal2006autoencoder,
+  title = {Reducing the dimensionality of data with neural networks},
+  author = {Hinton, Geoffrey E. and Salakhutdinov, Ruslan R.},
+  journal = {Science},
+  volume = 313,
+  number = 5786,
+  pages = {504--507},
+  year = 2006
+}
+
+ +
+@article{Hoeffding1963,
+  title = {Probability inequalities for sums of bounded random
+                  variables},
+  author = {Hoeffding, Wassily},
+  journal = {Journal of the American Statistical Association},
+  volume = 58,
+  number = 301,
+  pages = {13--30},
+  year = 1963,
+  alias = {hoeffding1963probability}
+}
+
+ +
+@article{HonKahMoo1997,
+  author = {I. Hong and A. B. Kahng and B. R. Moon},
+  title = {Improved large-step {Markov} chain variants for the symmetric {TSP}},
+  journal = {Journal of Heuristics},
+  year = 1997,
+  volume = 3,
+  number = 1,
+  pages = {63--81}
+}
+
+ +
+@article{Hoo1994or,
+  author = { John N. Hooker },
+  title = {Needed: An Empirical Science of Algorithms},
+  journal = {Operations Research},
+  year = 1994,
+  volume = 42,
+  number = 2,
+  pages = {201--212}
+}
+
+ +
+@article{Hoo1996joh,
+  author = { John N. Hooker },
+  title = {Testing Heuristics: We Have It All Wrong},
+  journal = {Journal of Heuristics},
+  year = 1996,
+  volume = 1,
+  number = 1,
+  pages = {33--42},
+  doi = {10.1007/BF02430364}
+}
+
+ +
+@article{Hoo2012,
+  title = {Generalized functional {ANOVA} diagnostics for
+                  high-dimensional functions of dependent variables},
+  author = {Hooker, Giles},
+  journal = {Journal of Computational and Graphical Statistics},
+  year = 2012,
+  volume = 16,
+  number = 3,
+  pages = {709--732},
+  doi = {10.1198/106186007X237892}
+}
+
+ +
+@article{HooLinSch2014claspfolio2,
+  title = {Claspfolio 2: Advances in Algorithm Selection for Answer Set
+                  Programming},
+  author = { Holger H. Hoos  and  Marius Thomas Lindauer  and Schaub, Torsten},
+  journal = {Theory and Practice of Logic Programming},
+  volume = 14,
+  number = {4-5},
+  pages = {560--585},
+  year = 2014,
+  publisher = {Cambridge University Press}
+}
+
+ +
+@article{HooStu2014,
+  author = { Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {On the Empirical Scaling of Run-time for Finding Optimal
+                  Solutions to the Traveling Salesman Problem},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 238,
+  number = 1,
+  pages = {87--94}
+}
+
+ +
+@article{HooStu2015:ol,
+  author = { Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {On the Empirical Time Complexity of Finding Optimal Solutions
+                  vs.\ Proving Optimality for {Euclidean} {TSP} Instances},
+  journal = {Optimization Letters},
+  year = 2015,
+  volume = 9,
+  number = 6,
+  pages = {1247--1254}
+}
+
+ +
+@article{Hoos:PbO,
+  author = { Holger H. Hoos },
+  title = {Programming by optimization},
+  journal = {Communications of the ACM},
+  volume = 55,
+  number = 2,
+  month = feb,
+  year = 2012,
+  pages = {70--80},
+  numpages = 11,
+  doi = {10.1145/2076450.2076469}
+}
+
+ +
+@article{HotTanTie2020deep,
+  author = {Hottung, Andr{\'e} and Tanaka, Shunji and  Kevin Tierney },
+  title = {Deep learning assisted heuristic tree search for the
+                  container pre-marshalling problem},
+  journal = {Computers \& Operations Research},
+  year = 2020,
+  volume = 113,
+  pages = 104781,
+  doi = {10.1016/j.cor.2019.104781}
+}
+
+ +
+@article{HotTie2022nlns,
+  author = {Hottung, Andr{\'e} and  Kevin Tierney },
+  title = {Neural large neighborhood search for routing problems},
+  journal = {Artificial Intelligence},
+  year = 2022,
+  volume = 313,
+  pages = 103786,
+  month = dec,
+  doi = {10.1016/j.artint.2022.103786}
+}
+
+ +
+@article{HozDjuHoz2005,
+  title = {Estimating the mean and variance from the median, range, and
+                  the size of a sample},
+  author = {Hozo, Stela Pudar and Djulbegovic, Benjamin and Hozo, Iztok},
+  journal = {BMC Medical Research Methodology},
+  volume = 5,
+  number = 1,
+  pages = 13,
+  year = 2005
+}
+
+ +
+@article{HuKahTsa95,
+  author = {T. C. Hu and A. B. Kahng and C.-W. A. Tsao},
+  title = {Old Bachelor Acceptance: A New Class of Non-Monotone
+                  Threshold Accepting Methods},
+  journal = {ORSA Journal on Computing},
+  year = 1995,
+  volume = 7,
+  number = 4,
+  pages = {417--425}
+}
+
+ +
+@article{HuWanQiu2018nca,
+  author = {Hu, Wenbin and Wang, Huan and Qiu, Zhenyu and Nie, Cong and
+                  Yan, Liping},
+  doi = {10.1007/s00521-016-2508-0},
+  journal = {Neural Computing \& Applications},
+  keywords = {BML,Optimization,Simulation,Traffic congestion,Updating
+                  rules},
+  title = {A quantum particle swarm optimization driven urban traffic
+                  light scheduling model},
+  year = 2018,
+  alias = {Hu2018}
+}
+
+ +
+@article{HuYanWang2017,
+  author = {Hu, Wenbin and Yan, Liping and Wang, Huan and Du, Bo and Tao,
+                  Dacheng},
+  journal = {Information Sciences},
+  keywords = {BML model,Prediction,Real-time,Traffic jam,Urban traffic
+                  network},
+  title = {Real-time traffic jams prediction inspired by {Biham},
+                  {Middleton} and {Levine} (BML) model},
+  year = 2017,
+  alias = {Hu2017}
+}
+
+ +
+@article{HuaAllNot2006global,
+  title = {Global Optimization of Stochastic Black-Box Systems via Sequential Kriging Meta-Models},
+  author = {Huang, Deng and Allen, Theodore T. and Notz, William I. and
+                  Zeng, Ning},
+  journal = {Journal of Global Optimization},
+  volume = 34,
+  number = 3,
+  pages = {441--466},
+  year = 2006,
+  publisher = {Springer},
+  doi = {10.1007/s10898-005-2454-3}
+}
+
+ +
+@article{HuaLiYao2020algconf,
+  author = {Changwu Huang and Yuanxiang Li and  Xin Yao },
+  title = {A Survey of Automatic Parameter Tuning Methods for
+                  Metaheuristics},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 24,
+  number = 2,
+  pages = {201--216},
+  year = 2020,
+  doi = {10.1109/TEVC.2019.2921598}
+}
+
+ +
+@article{HubHinBar2006tec,
+  title = {A Review of Multiobjective Test Problems and a Scalable Test
+                  Problem Toolkit},
+  volume = 10,
+  doi = {10.1109/TEVC.2005.861417},
+  number = 5,
+  journal = {IEEE Transactions on Evolutionary Computation},
+  author = {Huband, S. and Hingston, P. and Barone, L. and While, L.},
+  year = 2006,
+  pages = {477--506},
+  annote = {Proposed the WFG benchmark suite}
+}
+
+ +
+@article{HubLukHog1997,
+  author = {B. Huberman and R. Lukose and T. Hogg},
+  title = {An Economic Approach to Hard Computational Problems},
+  journal = {Science},
+  year = 1997,
+  volume = 275,
+  pages = {51--54}
+}
+
+ +
+@article{HueRioRui2017,
+  author = {D. L. Huerta-Mu{\~n}oz and R. Z. R{\'i}os-Mercado and  Rub{\'e}n Ruiz },
+  title = {An Iterated Greedy Heuristic for a Market Segmentation Problem with Multiple Attributes},
+  journal = {European Journal of Operational Research},
+  year = 2017,
+  volume = 261,
+  number = 1,
+  pages = {75--87}
+}
+
+ +
+@article{HumLieTal2013joh,
+  author = { J{\'e}r{\'e}mie Humeau  and  Arnaud Liefooghe  and  Talbi, El-Ghazali  and  Verel, S{\'e}bastien },
+  title = {{ParadisEO-MO}: From Fitness Landscape Analysis to
+                  Efficient Local Search Algorithms},
+  volume = 19,
+  doi = {10.1007/s10732-013-9228-8},
+  number = 6,
+  journal = {Journal of Heuristics},
+  month = jun,
+  year = 2013,
+  pages = {881--915}
+}
+
+ +
+@article{HunJosMel2009dace,
+  title = {Design and Analysis of Computer Experiments With Branching
+                  and Nested Factors},
+  author = {Hung, Ying and Joseph, V. Roshan and Melkote, Shreyes N.},
+  journal = {Technometrics},
+  year = 2009,
+  number = 4,
+  pages = {354--365},
+  volume = 51,
+  alias = {Hung2009},
+  doi = {10.1198/TECH.2009.07097}
+}
+
+ +
+@article{HurMau2010,
+  author = {M. Hurtgen and J.-C. Maun},
+  title = {Optimal {PMU} placement using Iterated Local Search},
+  journal = {International Journal of Electrical Power \& Energy Systems},
+  year = 2010,
+  volume = 32,
+  number = 8,
+  pages = {857--860}
+}
+
+ +
+@article{Hurlbert1984,
+  author = {S. H. Hurlbert},
+  title = {Pseudoreplication and the Design of Ecological Field
+                  Experiments},
+  journal = {Ecological Monographs},
+  volume = 54,
+  number = 2,
+  pages = {187--211},
+  year = 1984
+}
+
+ +
+@article{HusStu2014cor,
+  author = {Mohamed Saifullah Hussin and  Thomas St{\"u}tzle },
+  title = {Tabu Search vs. Simulated Annealing for Solving
+                  Large Quadratic Assignment Instances},
+  journal = {Computers \& Operations Research},
+  volume = 43,
+  pages = {286--291},
+  year = 2014
+}
+
+ +
+@article{HutHooLey2010amai,
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Tradeoffs in the Empirical Evaluation of Competing Algorithm Designs},
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  year = 2010,
+  volume = 60,
+  number = {1--2},
+  pages = {65--89}
+}
+
+ +
+@article{HutHooLey2013arxiv,
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Bayesian Optimization With Censored Response Data},
+  journal = {Arxiv preprint arXiv:1310.1947},
+  year = 2013,
+  url = {http://arxiv.org/abs/1310.1947}
+}
+
+ +
+@article{HutHooLeyStu2009jair,
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown  and  Thomas St{\"u}tzle },
+  title = {{\softwarepackage{ParamILS}:} An Automatic Algorithm Configuration Framework},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 2009,
+  volume = 36,
+  pages = {267--306},
+  month = oct,
+  doi = {10.1613/jair.2861}
+}
+
+ +
+@article{HutLinBal2017aij,
+  author = { Frank Hutter  and  Marius Thomas Lindauer  and Adrian Balint and Sam Bayless and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {The Configurable {SAT} Solver Challenge {(CSSC)}},
+  journal = {Artificial Intelligence},
+  year = 2017,
+  volume = 243,
+  pages = {1--25},
+  alias = {HutLinBal++2017:aij},
+  doi = {10.1016/j.artint.2016.09.006}
+}
+
+ +
+@article{HutXuHooLey2014,
+  author = { Frank Hutter  and  Lin Xu  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Algorithm Runtime Prediction: Methods \& evaluation},
+  journal = {Artificial Intelligence},
+  year = 2014,
+  volume = 206,
+  pages = {79--111},
+  doi = {10.1016/j.artint.2013.10.003},
+  abstract = {Perhaps surprisingly, it is possible to predict how long an
+                  algorithm will take to run on a previously unseen input,
+                  using machine learning techniques to build a model of the
+                  algorithm's runtime as a function of problem-specific
+                  instance features. Such models have important applications to
+                  algorithm analysis, portfolio-based algorithm selection, and
+                  the automatic configuration of parameterized algorithms. Over
+                  the past decade, a wide variety of techniques have been
+                  studied for building such models. Here, we describe
+                  extensions and improvements of existing models, new families
+                  of models, and---perhaps most importantly---a much more thorough
+                  treatment of algorithm parameters as model inputs. We also
+                  comprehensively describe new and existing features for
+                  predicting algorithm runtime for propositional satisfiability
+                  (SAT), travelling salesperson (TSP) and mixed integer
+                  programming (MIP) problems. We evaluate these innovations
+                  through the largest empirical analysis of its kind, comparing
+                  to a wide range of runtime modelling techniques from the
+                  literature. Our experiments consider 11 algorithms and 35
+                  instance distributions; they also span a very wide range of
+                  SAT, MIP, and TSP instances, with the least structured having
+                  been generated uniformly at random and the most structured
+                  having emerged from real industrial applications. Overall, we
+                  demonstrate that our new models yield substantially better
+                  runtime predictions than previous approaches in terms of
+                  their generalization to new problem instances, to new
+                  algorithms from a parameterized space, and to both
+                  simultaneously.},
+  keywords = {Empirical performance models; Mixed integer programming; SAT}
+}
+
+ +
+@article{IOHanalyzer,
+  author = { Wang, Hao  and  Diederick Vermetten  and Furong Ye and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {{IOHanalyzer}: Detailed Performance Analyses for Iterative
+                  Optimization Heuristics},
+  journal = {ACM Transactions on Evolutionary Learning and Optimization},
+  year = 2022,
+  volume = 2,
+  number = 1,
+  pages = {3:1--3:29},
+  doi = {10.1145/3510426}
+}
+
+ +
+@article{IOHexperimenter2021,
+  author = {Jacob de Nobel and Furong Ye and  Diederick Vermetten  and  Wang, Hao  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {{IOHexperimenter}: Benchmarking Platform for Iterative
+                  Optimization Heuristics},
+  journal = {Arxiv preprint arXiv:2111.04077},
+  year = 2021,
+  annote = {Published in ECJ~\cite{IOHexperimenter2024}},
+  doi = {10.48550/arXiv.2111.04077}
+}
+
+ +
+@article{IOHexperimenter2024,
+  author = {Jacob de Nobel and Furong Ye and  Diederick Vermetten  and  Wang, Hao  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {{IOHexperimenter}: Benchmarking Platform for Iterative
+                  Optimization Heuristics},
+  journal = {Evolutionary Computation},
+  year = 2024,
+  pages = {1--6},
+  doi = {10.1162/evco_a_00342}
+}
+
+ +
+@article{IOHprofiler,
+  author = { Carola Doerr  and  Wang, Hao  and Furong Ye and van Rijn,
+                  Sander and  Thomas B{\"a}ck },
+  title = {{IOHprofiler}: A Benchmarking and Profiling Tool for
+                  Iterative Optimization Heuristics},
+  journal = {Arxiv preprint arXiv:1806.07555},
+  year = 2018,
+  month = oct,
+  keywords = {Benchmarking; Heuristics},
+  doi = {10.48550/arXiv.1810.05281}
+}
+
+ +
+@article{IacPal2012:si,
+  author = {Claudio Iacopino and Phil Palmer},
+  title = {The Dynamics of Ant Colony Optimization Algorithms Applied to Binary Chains},
+  journal = {Swarm Intelligence},
+  year = 2012,
+  volume = 6,
+  number = 4,
+  pages = {343--377}
+}
+
+ +
+@article{IacPalPol2014ants,
+  journal = {Acta Futura},
+  title = {How Ants Can Manage Your Satellites},
+  doi = {10.2420/AF09.2014.59},
+  volume = 9,
+  author = {Iacopino, Claudio and Palmer, Phil and Policella, N. and
+                  Donati, A. and Brewer, A.},
+  pages = {59--72},
+  year = 2014,
+  keywords = {ACO, Space}
+}
+
+ +
+@article{IbaImaNon++2008:dam,
+  author = {Toshihide Ibaraki and Shinji Imahori and Koji Nonobe and Kensuke Sobue and Takeaki Uno and  Mutsunori Yagiura },
+  title = {An Iterated Local Search Algorithm for the Vehicle Routing Problem
+               with Convex Time Penalty Functions},
+  journal = {Discrete Applied Mathematics},
+  year = 2008,
+  volume = 156,
+  number = 11,
+  pages = {2050--2069}
+}
+
+ +
+@article{Ibaraki2010:itor,
+  author = {Toshihide Ibaraki},
+  title = {A Personal Perspective on Problem Solving by General Purpose Solvers},
+  journal = {International Transactions in Operational Research},
+  year = 2010,
+  volume = 17,
+  number = 3,
+  pages = {303--315}
+}
+
+ +
+@article{IdeSch2016,
+  author = {Ide, Jonas and  Sch{\"o}bel, Anita },
+  title = {Robustness for uncertain multi-objective optimization: a
+                  survey and analysis of different concepts},
+  journal = {OR Spectrum},
+  year = 2016,
+  volume = 38,
+  number = 1,
+  pages = {235--271},
+  abstract = {In this paper, we discuss various concepts of robustness for
+                  uncertain multi-objective optimization problems. We extend
+                  the concepts of flimsily, highly, and lightly robust
+                  efficiency and we collect different versions of minmax robust
+                  efficiency and concepts based on set order relations from the
+                  literature. Altogether, we compare and analyze ten different
+                  concepts and point out their relations to each
+                  other. Furthermore, we present reduction results for the
+                  class of objective-wise uncertain multi-objective
+                  optimization problems.},
+  doi = {10.1007/s00291-015-0418-7}
+}
+
+ +
+@article{IgeHanRot2007ec,
+  author = { Christian Igel  and  Nikolaus Hansen  and S. Roth},
+  title = {Covariance Matrix Adaptation for Multi-objective
+                  Optimization},
+  journal = {Evolutionary Computation},
+  year = 2007,
+  volume = 15,
+  pages = {1--28},
+  number = 1
+}
+
+ +
+@article{IgeHeiGla2008jmlr,
+  author = { Christian Igel  and V. Heidrich-Meisner and  T. Glasmachers },
+  title = {Shark},
+  journal = {Journal of Machine Learning Research},
+  year = 2008,
+  volume = 9,
+  month = jun,
+  pages = {993--996},
+  url = {http://www.jmlr.org/papers/volume9/igel08a/igel08a.pdf},
+  alias = {Igel:2008ut}
+}
+
+ +
+@article{Ilich98,
+  author = { Nesa Ilich  and  Slobodan P. Simonovic },
+  title = {Evolutionary Algorithm for minimization of pumping
+                  cost},
+  journal = {Journal of Computing in Civil Engineering, {ASCE}},
+  year = 1998,
+  volume = 12,
+  number = 4,
+  pages = {232--240},
+  month = oct,
+  abstract = {This paper deals with minimizing the total cost of
+                  pumping in a liquid pipeline. Previous experience
+                  with the most common solution procedures in pipeline
+                  optimization is discussed along with their strengths
+                  and weaknesses. The proposed method is an
+                  evolutionary algorithm with two distinct features:
+                  (1) The search is restricted to feasible region
+                  only; and (2) it utilizes a floating point decision
+                  variable rather than integer or binary as is the
+                  case with most other similar approaches. A numerical
+                  example is presented as a basis for verification of
+                  the proposed method and its comparison with the
+                  existing solver that utilizes the nonlinear
+                  Newtonian search. The proposed method provides
+                  promising improvements in terms of optimality when
+                  compared to the widespread gradient search methods
+                  because it does not involve evaluation of the
+                  gradient of the objective function. It also provides
+                  potential to improve the performance of previous
+                  evolutionary programs because it restricts the
+                  search to the feasible region, thus eliminating
+                  large overhead associated with generation and
+                  inspection of solutions that are
+                  infeasible. Comparison of the two solutions revealed
+                  improvement of the solution in favor of the proposed
+                  algorithm, which ranged up to 6\% depending on the
+                  initial values of the decision variables in the
+                  Newtonian search. The proposed method was not
+                  sensitive to the starting value of the decision
+                  variables.}
+}
+
+ +
+@article{ImaYagNag2009:ejor,
+  author = {Takashi Imamichi and  Mutsunori Yagiura  and Hiroshi Nagamochi},
+  title = {An Iterated Local Search Algorithm Based on Nonlinear
+                  Programming for the Irregular Strip Packing Problem},
+  journal = {Discrete Optimization},
+  year = 2009,
+  volume = 6,
+  number = 4,
+  pages = {345--361}
+}
+
+ +
+@article{Inselberg1985pc,
+  title = {The Plane with Parallel Coordinates},
+  author = {Inselberg, Alfred},
+  journal = {The {Visual} {Computer}},
+  volume = 1,
+  number = 2,
+  pages = {69--91},
+  year = 1985
+}
+
+ +
+@article{Ioa2005why,
+  title = {Why Most Published Research Findings Are False},
+  author = { John P. A. Ioannidis },
+  journal = {PLoS Medicine},
+  volume = 2,
+  number = 8,
+  doi = {10.1371/journal.pmed.0020124},
+  pages = {e124},
+  year = 2005
+}
+
+ +
+@article{Irnich2008,
+  author = {Stefan Irnich},
+  title = {A Unified Modeling and Solution Framework for Vehicle Routing and
+               Local Search-Based Metaheuristics},
+  journal = {INFORMS Journal on Computing},
+  year = 2008,
+  volume = 20,
+  number = 2,
+  pages = {270--287}
+}
+
+ +
+@article{IruCalLoz2016mallows,
+  author = { Irurozki, Ekhine  and Borja Calvo and  Jos{\'e} A. Lozano },
+  title = {Sampling and Learning {Mallows} and Generalized {Mallows}
+                  Models Under the {Cayley} Distance},
+  doi = {10.1007/s11009-016-9506-7},
+  year = 2016,
+  month = jun,
+  volume = 20,
+  number = 1,
+  pages = {1--35},
+  journal = {Methodology and Computing in Applied Probability}
+}
+
+ +
+@article{IruCalLoz2016permallows,
+  title = {{\rpackage{PerMallows}}: An {\proglang{R}} Package for Mallows
+                  and Generalized Mallows Models},
+  author = { Irurozki, Ekhine  and Calvo, Borja and  Jos{\'e} A. Lozano },
+  abstract = {In this paper we present the R package PerMallows, which is a
+                  complete toolbox to work with permutations, distances and
+                  some of the most popular probability models for permutations:
+                  Mallows and the Generalized Mallows models. The Mallows model
+                  is an exponential location model, considered as analogous to
+                  the Gaussian distribution. It is based on the definition of a
+                  distance between permutations. The Generalized Mallows model
+                  is its best-known extension. The package includes functions
+                  for making inference, sampling and learning such
+                  distributions. The distances considered in PerMallows are
+                  Kendall's $\tau$, Cayley, Hamming and Ulam.},
+  doi = {10.18637/jss.v071.i12},
+  issn = 15487660,
+  journal = {Journal of Statistical Software},
+  keywords = {Cayley,Generalized Mallows,Hamming,Kendall's
+                  $\tau$,Learning,Mallows,Permutation,R,Ranking,Sampling,Ulam},
+  volume = 71,
+  year = 2019
+}
+
+ +
+@article{IruLobPer2020arxiv,
+  title = {Rank aggregation for non-stationary data streams},
+  author = { Irurozki, Ekhine  and Lobo, Jesus and Perez, Aritz and Del Ser,
+                  Javier},
+  keywords = {uborda},
+  journal = {Arxiv preprint arXiv:1910.08795 [stat.ML]},
+  year = 2020,
+  url = {https://arxiv.org/abs/1910.08795}
+}
+
+ +
+@article{Ish1998,
+  author = { Ishibuchi, Hisao  and  Murata, T. },
+  title = {A multi-objective genetic local search algorithm and its
+                  application to flowshop scheduling},
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics -- Part C},
+  number = 3,
+  pages = {392--403},
+  volume = 28,
+  year = 1998
+}
+
+ +
+@article{IshAkeNoj2015tec,
+  author = { Ishibuchi, Hisao  and N. Akedo and Y. Nojima},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Behavior of Multiobjective Evolutionary Algorithms on
+                  Many-Objective Knapsack Problems},
+  year = 2015,
+  volume = 19,
+  number = 2,
+  pages = {264--283},
+  doi = {10.1109/TEVC.2014.2315442}
+}
+
+ +
+@article{IshImaSet2018refpoint,
+  title = {How to specify a reference point in hypervolume calculation
+                  for fair performance comparison},
+  author = { Ishibuchi, Hisao  and Imada, Ryo and Setoguchi, Yu and
+                  Nojima, Yusuke},
+  journal = {Evolutionary Computation},
+  year = 2018,
+  number = 3,
+  pages = {411--440},
+  volume = 26
+}
+
+ +
+@article{IshMisTan1995,
+  title = {Modified simulated annealing algorithms for the flow shop
+                  sequencing problem},
+  author = { Ishibuchi, Hisao  and Misaki, Shinta and Tanaka, Hideo},
+  journal = {European Journal of Operational Research},
+  volume = 81,
+  number = 2,
+  pages = {388--398},
+  year = 1995
+}
+
+ +
+@article{IshSetMas2017shape,
+  title = {Performance of decomposition-based many-objective algorithms
+                  strongly depends on {Pareto} front shapes},
+  author = { Ishibuchi, Hisao  and Setoguchi, Yu and Masuda, Hiroyuki and
+                  Nojima, Yusuke},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2017,
+  number = 2,
+  pages = {169--190},
+  volume = 21,
+  publisher = {IEEE}
+}
+
+ +
+@article{IviTha2019repro,
+  author = {Peter Ivie and Douglas Thain},
+  title = {Reproducibility in Scientific Computing},
+  doi = {10.1145/3186266},
+  year = 2019,
+  publisher = {Association for Computing Machinery ({ACM})},
+  volume = 51,
+  number = 3,
+  pages = {1--36},
+  journal = {{ACM} Computing Surveys}
+}
+
+ +
+@article{IyeSax2004,
+  author = {Srikanth K. Iyer and Barkha Saxena},
+  title = {Improved genetic algorithm for the permutation flowshop
+                  scheduling problem},
+  journal = {Computers \& Operations Research},
+  volume = 31,
+  number = 4,
+  pages = {593--606},
+  year = 2004,
+  doi = {10.1016/S0305-0548(03)00016-9}
+}
+
+ +
+@article{IzzBecMyaNas2007search,
+  author = { Dario Izzo  and Becerra, V. M. and Myatt, D. R. and Nasuto,
+                  S. J. and Bishop, J. M.},
+  title = {Search space pruning and global optimisation of multiple
+                  gravity assist spacecraft trajectories},
+  journal = {Journal of Global Optimization},
+  year = 2007,
+  volume = 38,
+  pages = {283--296},
+  publisher = {Springer},
+  doi = {10.1007/s10898-006-9106-0}
+}
+
+ +
+@article{Izzo2015lambert,
+  author = { Dario Izzo },
+  title = {Revisiting {Lambert}'s Problem},
+  journal = {Celestial Mechanics and Dynamical Astronomy},
+  year = 2015,
+  volume = 121,
+  pages = {1--15},
+  publisher = {Springer}
+}
+
+ +
+@article{Jac2011jss,
+  title = {Multi-State Models for Panel Data: The {\rpackage{msm}} Package for \proglang{R}},
+  author = {Christopher H. Jackson},
+  journal = {Journal of Statistical Software},
+  year = 2011,
+  volume = 38,
+  number = 8,
+  pages = {1--29},
+  url = {http://www.jstatsoft.org/v38/i08/}
+}
+
+ +
+@article{JacBogNas1991,
+  author = {Richard H. F. Jackson and Paul T. Boggs and Stephen G. Nash and Susan Powell},
+  title = {Guidelines for Reporting Results of Computational Experiments. Report of the Ad
+		  Hoc Committee},
+  journal = {Mathematical Programming},
+  year = 1991,
+  volume = 49,
+  number = 3,
+  pages = {413--425}
+}
+
+ +
+@article{JacBru1995:ig,
+  author = {Jacobs, Larry W. and Brusco, Michael J.},
+  title = {A Local Search Heuristic for Large Set-Covering
+                  Problems},
+  journal = {Naval Research Logistics},
+  year = 1995,
+  volume = 42,
+  number = 7,
+  pages = {1129--1140}
+}
+
+ +
+@article{JacKah1995anchoring,
+  author = {Jacowitz, Karen E. and  Kahneman, Daniel },
+  title = {Measures of {Anchoring} in {Estimation} {Tasks}},
+  journal = {Personality and Social Psychology Bulletin},
+  year = 1995,
+  volume = 21,
+  number = 11,
+  pages = {1161--1166},
+  month = nov,
+  issn = {0146-1672},
+  doi = {10.1177/01461672952111004},
+  abstract = {The authors describe a method for the quantitative study of
+                  anchoring effects in estimation tasks. A calibration group
+                  provides estimates of a set of uncertain quantities. Subjects
+                  in the anchored condition first judge whether a specified
+                  number (the anchor) is higher or lower than the true value
+                  before estimating each quantity. The anchors are set at
+                  predetermined percentiles of the distribution of estimates in
+                  the calibration group (15th and 85th percentiles in this
+                  study). This procedure permits the transformation of anchored
+                  estimates into percentiles in the calibration group, allows
+                  pooling of results across problems, and provides a natural
+                  measure of the size of the effect. The authors illustrate the
+                  method by a demonstration that the initial judgment of the
+                  anchor is susceptible to an anchoring-like bias and by an
+                  analysis of the relation between anchoring and subjective
+                  confidence.},
+  language = {en}
+}
+
+ +
+@article{JacOzcJoh2018,
+  author = {Warren G. Jackson and  Ender {\"O}zcan  and Robert I. John},
+  title = {Move acceptance in local search metaheuristics for cross-domain search},
+  journal = {Expert Systems with Applications},
+  volume = 109,
+  pages = {131--151},
+  year = 2018
+}
+
+ +
+@article{JaeParKip2008ejor,
+  title = {The development of a multi-objective Tabu Search algorithm for continuous optimisation problems},
+  author = {Daniel M Jaeggi and Geoffrey T Parks and  Timoleon Kipouros and P John Clarkson},
+  journal = {European Journal of Operational Research},
+  volume = 185,
+  number = 3,
+  pages = {1192--1212},
+  year = 2008
+}
+
+ +
+@article{JajMinHarPro1992,
+  title = {{CLASS}: computerized layout solutions using simulated annealing},
+  author = {Jajodia, Satish and Minis, Ioannis and Harhalakis, George and Proth, Jean-Marie},
+  journal = {International Journal of Production Research},
+  volume = 30,
+  number = 1,
+  pages = {95--108},
+  year = 1992,
+  publisher = {Taylor \& Francis}
+}
+
+ +
+@article{Jas2002,
+  title = {Genetic local search for multi-objective combinatorial optimization},
+  author = { Andrzej Jaszkiewicz },
+  journal = {European Journal of Operational Research},
+  volume = 137,
+  number = 1,
+  pages = {50--71},
+  year = 2002
+}
+
+ +
+@article{Jas2018ejor,
+  title = {Many-Objective {Pareto} Local Search},
+  author = { Andrzej Jaszkiewicz },
+  journal = {European Journal of Operational Research},
+  year = 2018,
+  volume = 271,
+  number = 3,
+  pages = {1001--1013},
+  doi = {10.1016/j.ejor.2018.06.009}
+}
+
+ +
+@article{JasLus2018ndtree,
+  title = {{ND}-tree-based update: a fast algorithm for the dynamic
+                  nondominance problem},
+  author = { Andrzej Jaszkiewicz  and  Thibaut Lust },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  number = 5,
+  pages = {778--791},
+  volume = 22,
+  publisher = {IEEE}
+}
+
+ +
+@article{Jasz02mogls,
+  author = { Andrzej Jaszkiewicz },
+  title = {On the performance of multiple-objective genetic
+                  local search on the 0/1 knapsack problem -- A
+                  comparative experiment},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002,
+  volume = 6,
+  number = 4,
+  pages = {402--412}
+}
+
+ +
+@article{Jen03,
+  title = {Reducing the run-time complexity of multiobjective
+                  {EA}s: The {NSGA-II} and other algorithms},
+  author = {M. T. Jensen},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 7,
+  number = 5,
+  pages = {503--515},
+  year = 2003
+}
+
+ +
+@article{Jensen2004,
+  author = {M. T. Jensen},
+  title = {Helper-Objectives: {Using} Multi-Objective Evolutionary
+                  Algorithms for Single-Objective Optimisation},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2004,
+  volume = 3,
+  number = 4,
+  pages = {323--347},
+  keywords = {multi-objectivization}
+}
+
+ +
+@article{JerSor1998dam,
+  title = {The {Metropolis} algorithm for graph bisection},
+  author = { Mark Jerrum  and Sorkin, Gregory},
+  journal = {Discrete Applied Mathematics},
+  volume = 82,
+  number = 1,
+  pages = {155--175},
+  year = 1998,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Jerrum1992,
+  title = {Large cliques elude the {Metropolis} process},
+  author = { Mark Jerrum },
+  journal = {Random Structures \& Algorithms},
+  volume = 3,
+  number = 4,
+  pages = {347--359},
+  year = 1992,
+  publisher = {John Wiley \& Sons}
+}
+
+ +
+@article{JiaOngZhaFen2014metrics,
+  author = {S. Jiang and Y. S. Ong and J. Zhang and L. Feng},
+  journal = {IEEE Transactions on Cybernetics},
+  title = {Consistencies and Contradictions of Performance Metrics in
+                  Multiobjective Optimization},
+  year = 2014,
+  volume = 44,
+  number = 12,
+  pages = {2391--2404}
+}
+
+ +
+@article{JiaZouYanYao2022dynamic,
+  author = {Jiang, Shouyong and Zou, Juan and Yang, Shengxiang and  Xin Yao },
+  title = {Evolutionary Dynamic Multi-Objective Optimisation: A Survey},
+  year = 2022,
+  volume = 55,
+  number = 4,
+  doi = {10.1145/3524495},
+  journal = {{ACM} Computing Surveys},
+  month = nov,
+  articleno = 76,
+  numpages = 47,
+  keywords = {evolutionary algorithm, evolutionary dynamic multi-objective
+                  optimisation, dynamic environment, Multi-objective
+                  optimisation}
+}
+
+ +
+@article{Jin2005fitness,
+  author = { Yaochu Jin },
+  title = {A Comprehensive Survey of Fitness Approximation in
+                  Evolutionary Computation},
+  journal = {Soft Computing},
+  year = 2005,
+  volume = 9,
+  number = 1,
+  pages = {3--12}
+}
+
+ +
+@article{Jin2011surrogate,
+  author = { Yaochu Jin },
+  title = {Surrogate-Assisted Evolutionary Computation: Recent
+                  Advances and Future Challenges},
+  shorttitle = {Surrogate-Assisted Evolutionary Computation},
+  year = 2011,
+  month = jun,
+  journal = {Swarm and Evolutionary Computation},
+  volume = 1,
+  number = 2,
+  pages = {61--70},
+  issn = {2210-6502},
+  doi = {10.1016/j.swevo.2011.05.001},
+  abstract = {Surrogate-assisted, or meta-model based evolutionary
+                  computation uses efficient computational models, often known
+                  as surrogates or meta-models, for approximating the fitness
+                  function in evolutionary algorithms. Research on
+                  surrogate-assisted evolutionary computation began over a
+                  decade ago and has received considerably increasing interest
+                  in recent years. Very interestingly, surrogate-assisted
+                  evolutionary computation has found successful applications
+                  not only in solving computationally expensive single- or
+                  multi-objective optimization problems, but also in addressing
+                  dynamic optimization problems, constrained optimization
+                  problems and multi-modal optimization problems. This paper
+                  provides a concise overview of the history and recent
+                  developments in surrogate-assisted evolutionary computation
+                  and suggests a few future trends in this research area.},
+  langid = {english},
+  keywords = {Evolutionary computation,Expensive optimization
+                  problems,Machine learning,Meta-models,Model
+                  management,Surrogates}
+}
+
+ +
+@article{JinWanChu2019data,
+  author = { Yaochu Jin  and Handing Wang and  Tinkle Chugh  and Dan
+                  Guo and  Kaisa Miettinen },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Data-Driven Evolutionary Optimization: An Overview and Case
+                  Studies},
+  year = 2019,
+  month = jun,
+  number = 3,
+  pages = {442--458},
+  volume = 23,
+  doi = {10.1109/tevc.2018.2869001}
+}
+
+ +
+@article{JinWon2010adapt,
+  title = {Adaptive, convergent, and diversified archiving strategy for
+                  multiobjective evolutionary algorithms},
+  author = {Jin, Huidong and Wong, Man-Leung},
+  journal = {Expert Systems with Applications},
+  year = 2010,
+  number = 12,
+  pages = {8462--8470},
+  volume = 37,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Joh54,
+  author = {David S. Johnson},
+  title = {Optimal Two- and Three-stage Production Scheduling
+                  with Setup Times Included},
+  journal = {Naval Research Logistics Quarterly},
+  year = 1954,
+  volume = 1,
+  pages = {61--68}
+}
+
+ +
+@article{JohAraMcGSch1989,
+  author = {David S. Johnson and Cecilia R. Aragon and  Lyle A. McGeoch  and Catherine Schevon},
+  title = {Optimization by Simulated Annealing: An Experimental
+                  Evaluation: Part {I}, Graph Partitioning},
+  journal = {Operations Research},
+  year = 1989,
+  volume = 37,
+  number = 6,
+  pages = {865--892},
+  doi = {10.1287/opre.39.3.378}
+}
+
+ +
+@article{JohAraMcGSch1991,
+  author = {David S. Johnson and Cecilia R. Aragon and  Lyle A. McGeoch  and Catherine Schevon},
+  title = {Optimization by Simulated Annealing: An Experimental
+                  Evaluation: Part {II}, Graph Coloring and Number Partitioning},
+  journal = {Operations Research},
+  year = 1991,
+  volume = 39,
+  number = 3,
+  pages = {378--406}
+}
+
+ +
+@article{JohJac2002:dam,
+  title = {On the Convergence of Generalized Hill Climbing Algorithms},
+  author = { Alan W. Johnson  and  Sheldon H. Jacobson },
+  journal = {Discrete Applied Mathematics},
+  volume = 119,
+  number = 1,
+  pages = {37--57},
+  year = 2002,
+  publisher = {Elsevier}
+}
+
+ +
+@article{JohMooYlv1990,
+  title = {Minimax and maximin distance designs},
+  author = {Johnson, Mark E. and Moore, Leslie M. and Ylvisaker, Donald},
+  journal = {Journal of Statistical Planning and Inference},
+  year = 1990,
+  number = 2,
+  pages = {131--148},
+  volume = 26,
+  keywords = {Bayesian design},
+  alias = {Johnson1990b}
+}
+
+ +
+@article{JohPapYan1988,
+  author = {David S. Johnson and  Christos H. Papadimitriou  and  Mihalis Yannakakis },
+  title = {How Easy is Local Search?},
+  journal = {Journal of Computer System Science},
+  year = 1988,
+  volume = 37,
+  number = 1,
+  pages = {79--100}
+}
+
+ +
+@article{JonKriMicSch2023generalized,
+  title = {Generalized Relax-and-Fix Heuristic},
+  author = {Joncour, C. and Kritter, J. and Michel, S. and Schepler, X.},
+  journal = {Computers \& Operations Research},
+  volume = 149,
+  pages = 106038,
+  year = 2023,
+  publisher = {Elsevier}
+}
+
+ +
+@article{JonSchWel98ego,
+  author = {Donald R. Jones and Matthias Schonlau and William J. Welch},
+  title = {Efficient Global Optimization of Expensive Black-Box
+                  Functions},
+  journal = {Journal of Global Optimization},
+  year = 1998,
+  volume = 13,
+  number = 4,
+  pages = {455--492},
+  keywords = {EGO},
+  alias = {JonSchWel98go},
+  annote = {Proposed EGO algorithm}
+}
+
+ +
+@article{JonSpe1992formal,
+  title = {A formal analysis of the role of multi-point crossover in
+                  genetic algorithms},
+  author = { De Jong, Kenneth A.  and Spears, William M.},
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  volume = 5,
+  number = 1,
+  pages = {1--26},
+  year = 1992,
+  publisher = {Springer}
+}
+
+ +
+@article{JooLeyDec2022knapsack,
+  author = {Jorik Jooken and Pieter Leyman and Patrick {De Causmaecker}},
+  title = {A new class of hard problem instances for the 0--1 knapsack
+                  problem},
+  journal = {European Journal of Operational Research},
+  year = 2022,
+  volume = 301,
+  number = 3,
+  pages = {841--854}
+}
+
+ +
+@article{JooLeyWau2023exploring,
+  author = {Jorik Jooken and Pieter Leyman and Tony Wauters and Patrick {De Causmaecker}},
+  title = {Exploring search space trees using an adapted version of
+                  {Monte} {Carlo} tree search for combinatorial optimization
+                  problems},
+  journal = {Computers \& Operations Research},
+  year = 2023,
+  volume = 150,
+  pages = 106070,
+  doi = {10.1016/j.cor.2022.106070}
+}
+
+ +
+@article{JosCle1999:jair,
+  author = {D. E. Joslin and D. P. Clements},
+  title = {Squeaky Wheel Optimization},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 1999,
+  volume = 10,
+  pages = {353--373}
+}
+
+ +
+@article{Jowitt92,
+  author = { P. W. Jowitt  and  G. Germanopoulos },
+  title = {Optimal pump scheduling in water supply networks},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 1992,
+  volume = 118,
+  number = 4,
+  pages = {406--422},
+  note = {},
+  abstract = {The electricity cost of pumping accounts for a large
+                  part of the total operating cost for water-supply
+                  networks. This study presents a method based on
+                  linear programming for determining an optimal
+                  (minimum cost) schedule of pumping on a 24-hr
+                  basis. Both unit and maximum demand electricity
+                  charges are considered. Account is taken of the
+                  relative efficiencies of the available pumps, the
+                  structure of the electricity tariff, the
+                  consumer-demand profile, and the hydraulic
+                  characteristics and operational constraints of the
+                  network. The use of extended-period simulation of
+                  the network operation in determining the parameters
+                  of the linearized network equations and constraints
+                  and in studying the optimized network operation is
+                  described. An application of the method to an
+                  existing network in the United Kingdom is presented,
+                  showing that considerable savings are possible. The
+                  method was found to be robust and with low
+                  computation-time requirements, and is therefore
+                  suitable for real-time implementation.}
+}
+
+ +
+@article{JuaFauGras2015orp,
+  author = {Angel A. Juan and Javier Faulin and Scott E. Grasman and
+                  Markus Rabe and Gon{\c c}alo Figueira},
+  title = {A review of simheuristics: Extending metaheuristics to deal
+                  with stochastic combinatorial optimization problems},
+  journal = {Operations Research Perspectives},
+  volume = 2,
+  pages = {62--72},
+  year = 2015,
+  doi = {10.1016/j.orp.2015.03.001},
+  keywords = {Metaheuristics; Simulation; Combinatorial optimization;
+                  Stochastic problems}
+}
+
+ +
+@article{JuaLouMatLuoCas2014,
+  author = {Angel A. Juan and  Helena R. {Louren{\c c}o}  and Manuel Mateo and Rachel Luo and Quim Castell{\`{a}}},
+  title = {Using Iterated Local Search for Solving the Flow-shop Problem: Parallelization,
+               Parametrization, and Randomization Issues},
+  journal = {International Transactions in Operational Research},
+  year = 2014,
+  volume = 21,
+  number = 1,
+  pages = {103--126}
+}
+
+ +
+@article{JunReiThi1994,
+  author = {M. J{\"u}nger and  Gerhard Reinelt  and S. Thienel},
+  title = {Provably Good Solutions for the Traveling Salesman Problem},
+  journal = {Zeitschrift f{\"u}r Operations Research},
+  year = 1994,
+  volume = 40,
+  number = 2,
+  pages = {183--217}
+}
+
+ +
+@article{KabColKorLop2017jacryst,
+  author = { Kabova, Elena A.  and  Cole, Jason C.  and  Oliver Korb  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Williams, Adrian C.  and  Shankland, Kenneth },
+  title = {Improved performance of crystal structure solution from
+                  powder diffraction data through parameter tuning of a
+                  simulated annealing algorithm},
+  journal = {Journal of Applied Crystallography},
+  year = 2017,
+  volume = 50,
+  number = 5,
+  pages = {1411--1420},
+  month = oct,
+  doi = {10.1107/S1600576717012602},
+  abstract = {Significant gains in the performance of the simulated
+                  annealing algorithm in the {\it DASH} software package have
+                  been realized by using the {\it irace} automatic
+                  configuration tool to optimize the values of three key
+                  simulated annealing parameters. Specifically, the success
+                  rate in finding the global minimum in intensity $\chi^2$
+                  space is improved by up to an order of magnitude. The general
+                  applicability of these revised simulated annealing parameters
+                  is demonstrated using the crystal structure determinations of
+                  over 100 powder diffraction datasets.},
+  keywords = {crystal structure determination, powder diffraction,
+                  simulated annealing, parameter tuning, irace}
+}
+
+ +
+@article{KahTve1979prospect,
+  title = {Prospect theory: {An} analysis of decision under risk},
+  author = { Kahneman, Daniel  and  Tversky, Amos },
+  journal = {Econometrica},
+  pages = {263--291},
+  volume = 47,
+  number = 2,
+  year = 1979,
+  doi = {10.2307/1914185}
+}
+
+ +
+@article{Kahneman2003maps,
+  title = {Maps of bounded rationality: Psychology for behavioral
+                  economics},
+  author = { Kahneman, Daniel },
+  journal = {The American Economic Review},
+  volume = 93,
+  number = 5,
+  pages = {1449--1475},
+  year = 2003
+}
+
+ +
+@article{KalHasHemSor2023deeprl,
+  author = {Kallestad, Jakob and Hasibi, Ramin and Hemmati, Ahmad and  Kenneth S{\"o}rensen },
+  title = {A general deep reinforcement learning hyperheuristic
+                  framework for solving combinatorial optimization problems},
+  journal = {European Journal of Operational Research},
+  year = 2023,
+  volume = 309,
+  number = 1,
+  pages = {446--468},
+  month = aug,
+  doi = {10.1016/j.ejor.2023.01.017},
+  keywords = {Deep RL, hyper-heuristic, ALNS}
+}
+
+ +
+@article{KanHeWei2013,
+  author = {Qinma Kang and Hong He and Jun Wei},
+  title = {An Effective Iterated Greedy Algorithm for
+                  Reliability-oriented Task Allocation in Distributed Computing
+                  Systems},
+  journal = {Journal of Parallel and Distributed Computing},
+  year = 2013,
+  volume = 73,
+  number = 8,
+  pages = {1106--1115}
+}
+
+ +
+@article{Kar2016,
+  author = {Korhan Karabulut},
+  title = {A hybrid iterated greedy algorithm for total tardiness
+                  minimization in permutation flowshops},
+  journal = {Computers and Industrial Engineering},
+  year = 2016,
+  volume = 98,
+  number = {Supplement C},
+  pages = {300 -- 307}
+}
+
+ +
+@article{KarAka2009:airev,
+  author = { Dervis Karaboga  and  Bahriye Akay },
+  title = {A Survey: Algorithms Simulating Bee Swarm Intelligence},
+  journal = {Artificial Intelligence Review},
+  year = 2009,
+  volume = 31,
+  number = {1--4},
+  pages = {61--85}
+}
+
+ +
+@article{KarHooEib2015:tec,
+  author = {Giorgos Karafotias and Mark Hoogendoorn and  Agoston E. Eiben },
+  title = {Parameter Control in Evolutionary Algorithms: Trends and Challenges},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  volume = 19,
+  number = 2,
+  pages = {167--187}
+}
+
+ +
+@article{KarKok2010tdea,
+  title = {A territory defining multiobjective evolutionary algorithms
+                  and preference incorporation},
+  author = { Karahan, {\.I}brahim  and  Murat K{\"o}ksalan },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 14,
+  number = 4,
+  pages = {636--664},
+  year = 2010,
+  keywords = {TDEA},
+  doi = {10.1109/TEVC.2009.2033586}
+}
+
+ +
+@article{KarMohMey2022ml,
+  author = {Maryam Karimi-Mamaghan and Mehrdad Mohammadi and Patrick
+                  Meyer and Amir Mohammad Karimi-Mamaghan and  Talbi, El-Ghazali },
+  title = {Machine learning at the service of meta-heuristics for
+                  solving combinatorial optimization problems: A
+                  state-of-the-art},
+  journal = {European Journal of Operational Research},
+  year = 2022,
+  volume = 296,
+  number = 2,
+  pages = {393--422},
+  doi = {10.1016/j.ejor.2021.04.032},
+  keywords = {Meta-heuristics, Machine learning, Combinatorial optimization
+                  problems, State-of-the-art},
+  abstract = {In recent years, there has been a growing research interest
+                  in integrating machine learning techniques into
+                  meta-heuristics for solving combinatorial optimization
+                  problems. This integration aims to lead meta-heuristics
+                  toward an efficient, effective, and robust search and improve
+                  their performance in terms of solution quality, convergence
+                  rate, and robustness. Since various integration methods with
+                  different purposes have been developed, there is a need to
+                  review the recent advances in using machine learning
+                  techniques to improve meta-heuristics. To the best of our
+                  knowledge, the literature is deprived of having a
+                  comprehensive yet technical review. To fill this gap, this
+                  paper provides such a review on the use of machine learning
+                  techniques in the design of different elements of
+                  meta-heuristics for different purposes including algorithm
+                  selection, fitness evaluation, initialization, evolution,
+                  parameter setting, and cooperation. First, we describe the
+                  key concepts and preliminaries of each of these ways of
+                  integration. Then, the recent advances in each way of
+                  integration are reviewed and classified based on a proposed
+                  unified taxonomy. Finally, we provide a technical discussion
+                  on the advantages, limitations, requirements, and challenges
+                  of implementing each of these integration ways, followed by
+                  promising future research directions.}
+}
+
+ +
+@article{KarShiDai05:medicine,
+  title = {Prediction of {MHC} class {II} binders using the ant colony
+                  search strategy},
+  author = {Karpenko, Oleksiy and Shi, Jianming and Dai, Yang},
+  journal = {Artificial Intelligence in Medicine},
+  volume = 35,
+  number = 1,
+  pages = {147--156},
+  year = 2005
+}
+
+ +
+@article{KarTas2014,
+  author = {Korhan Karabulut and Fatih M. Tasgetiren},
+  title = {A Variable Iterated Greedy Algorithm for the Traveling Salesman Problem with Time Windows},
+  journal = {Information Sciences},
+  year = 2014,
+  volume = 279,
+  pages = {383--395}
+}
+
+ +
+@article{KasNatRee2017ems,
+  title = {Many objective robust decision making for complex
+                  environmental systems undergoing change},
+  author = { Kasprzyk, Joseph R.  and Nataraj, Shanthi and  Patrick M. Reed  and Lempert,
+                  Robert J.},
+  journal = {Environmental Modelling \& Software},
+  volume = 42,
+  pages = {55--71},
+  year = 2013,
+  keywords = {scenario-based}
+}
+
+ +
+@article{KasReeCha2012ems,
+  title = {Many-objective de {Novo} water supply portfolio planning
+                  under deep uncertainty},
+  author = { Kasprzyk, Joseph R.  and  Patrick M. Reed  and Characklis, Gregory W. and
+                  Kirsch, Brian R.},
+  journal = {Environmental Modelling \& Software},
+  volume = 34,
+  pages = {87--104},
+  year = 2012,
+  keywords = {scenario-based}
+}
+
+ +
+@article{KazCohJea2020,
+  author = {Artem Kaznatcheev and David A. Cohen and Peter Jeavons},
+  title = {Representing Fitness Landscapes by Valued Constraints to Understand
+                  the Complexity of Local Search},
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 69,
+  pages = {1077--1102},
+  year = 2020,
+  doi = {10.1613/jair.1.12156}
+}
+
+ +
+@article{KeArcFen08,
+  author = {Liangjun Ke and Claudia Archetti and Zuren Feng},
+  title = {Ants can solve the team orienteering problem},
+  volume = 54,
+  number = 3,
+  journal = {Computers and Industrial Engineering},
+  year = 2008,
+  pages = {648--665},
+  doi = {10.1016/j.cie.2007.10.001},
+  abstract = {The team orienteering problem {(TOP)} involves
+                  finding a set of paths from the starting point to
+                  the ending point such that the total collected
+                  reward received from visiting a subset of locations
+                  is maximized and the length of each path is
+                  restricted by a pre-specified limit. In this paper,
+                  an ant colony optimization {(ACO)} approach is
+                  proposed for the team orienteering problem. Four
+                  methods, i.e., the sequential,
+                  deterministic-concurrent and random-concurrent and
+                  simultaneous methods, are proposed to construct
+                  candidate solutions in the framework of {ACO}. We
+                  compare these methods according to the results
+                  obtained on well-known problems from the
+                  literature. Finally, we compare the algorithm with
+                  several existing algorithms. The results show that
+                  our algorithm is promising.},
+  keywords = {Ant colony optimization, Ant system, Heuristics,
+                  Team orienteering problem}
+}
+
+ +
+@article{Kee1981or,
+  author = {R. L. Keeney},
+  title = {Analysis of preference dependencies among objectives},
+  journal = {Operations Research},
+  year = 1981,
+  volume = 29,
+  pages = {1105--1120}
+}
+
+ +
+@article{KenBaiBla2016good,
+  author = { Graham Kendall  and Ruibin Bai and Jacek B{\l}azewicz and Patrick {De Causmaecker} and  Michel Gendreau  and Robert John and Jiawei Li and  Barry McCollum  and Erwin Pesch and  Rong Qu  and Nasser Sabar and  Vanden Berghe, Greet   and Angelina Yee},
+  title = {Good Laboratory Practice for Optimization Research},
+  year = 2016,
+  volume = 67,
+  number = 4,
+  pages = {676--689},
+  journal = {Journal of the Operational Research Society},
+  doi = {10.1057/jors.2015.77},
+  alias = {Ken++2016:jors}
+}
+
+ +
+@article{KerHooNeuTra2019,
+  author = { Pascal Kerschke  and  Holger H. Hoos  and  Frank Neumann  and  Heike Trautmann },
+  title = {Automated Algorithm Selection: Survey and Perspectives},
+  journal = {Evolutionary Computation},
+  volume = 27,
+  number = 1,
+  pages = {3--45},
+  year = 2019,
+  doi = {10.1162/evco_a_00242},
+  month = mar
+}
+
+ +
+@article{KerLin70,
+  author = {B. W. Kernighan and S. Lin},
+  title = {An Efficient Heuristic Procedure for Partitioning
+                  Graphs},
+  journal = {Bell Systems Technology Journal},
+  year = 1970,
+  volume = 49,
+  number = 2,
+  pages = {213--219}
+}
+
+ +
+@article{KerTra2019,
+  author = { Pascal Kerschke  and  Heike Trautmann },
+  title = {Automated Algorithm Selection on Continuous Black-Box
+                  Problems by Combining Exploratory Landscape Analysis and
+                  Machine Learning},
+  journal = {Evolutionary Computation},
+  volume = 27,
+  number = 1,
+  pages = {99--127},
+  year = 2019,
+  doi = {10.1162/evco_a_00236},
+  abstract = {In this article, we build upon previous work on designing
+                  informative and efficient Exploratory Landscape Analysis
+                  features for characterizing problems' landscapes and show
+                  their effectiveness in automatically constructing algorithm
+                  selection models in continuous black-box optimization
+                  problems. Focusing on algorithm performance results of the
+                  COCO platform of several years, we construct a representative
+                  set of high-performing complementary solvers and present an
+                  algorithm selection model that, compared to the portfolio's
+                  single best solver, on average requires less than half of the
+                  resources for solving a given problem. Therefore, there is a
+                  huge gain in efficiency compared to classical ensemble
+                  methods combined with an increased insight into problem
+                  characteristics and algorithm properties by using informative
+                  features. The model acts on the assumption that the function
+                  set of the Black-Box Optimization Benchmark is representative
+                  enough for practical applications. The model allows for
+                  selecting the best suited optimization algorithm within the
+                  considered set for unseen problems prior to the optimization
+                  itself based on a small sample of function evaluations. Note
+                  that such a sample can even be reused for the initial
+                  population of an evolutionary (optimization) algorithm so
+                  that even the feature costs become negligible. }
+}
+
+ +
+@article{KerWanPreuGrim2019search,
+  doi = {10.1162/evco_a_00234},
+  year = 2019,
+  publisher = {MIT Press},
+  volume = 27,
+  number = 4,
+  pages = {577--609},
+  author = { Pascal Kerschke  and  Wang, Hao  and  Mike Preuss  and Christian
+                  Grimme and   Andr{\'{e}} H. Deutz  and  Heike Trautmann  and  Emmerich, Michael T. M. },
+  title = {Search Dynamics on Multimodal Multiobjective Problems},
+  journal = {Evolutionary Computation}
+}
+
+ +
+@article{Kerr1998harking,
+  doi = {10.1207/s15327957pspr0203_4},
+  year = 1998,
+  month = aug,
+  publisher = {{SAGE} Publications},
+  volume = 2,
+  number = 3,
+  pages = {196--217},
+  author = {Norbert L. Kerr},
+  title = {{HARKing}: Hypothesizing After the Results are Known},
+  journal = {Personality and Social Psychology Review}
+}
+
+ +
+@article{KhuXuHooLey16:aij,
+  author = { KhudaBukhsh, A. R.  and  Lin Xu  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {{SATenstein}: Automatically Building Local Search {SAT}
+                  {Solvers} from {Components}},
+  journal = {Artificial Intelligence},
+  year = 2016,
+  volume = 232,
+  pages = {20--42},
+  doi = {10.1016/j.artint.2015.11.002}
+}
+
+ +
+@article{KilUrl2015constr,
+  author = {Philip Kilby  and Tommaso Urli},
+  title = {Fleet design optimisation from historical data using constraint programming and large neighbourhood search},
+  journal = {Constraints},
+  year = 2015,
+  pages = {1--20},
+  publisher = {Springer, US},
+  doi = {10.1007/s10601-015-9203-0},
+  keywords = {F-race}
+}
+
+ +
+@article{Kim1993,
+  author = {Kim, Yeong-Dae},
+  title = {Heuristics for Flowshop Scheduling Problems Minimizing Mean
+                  Tardiness},
+  journal = {Journal of the Operational Research Society},
+  year = 1993,
+  volume = 44,
+  number = 1,
+  pages = {19--28},
+  doi = {10.1057/jors.1993.3}
+}
+
+ +
+@article{KimAllLop2020arxiv,
+  author = { Kim, Youngmin  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Safe Learning and Optimization Techniques: Towards a Survey
+                  of the State of the Art},
+  journal = {Arxiv preprint arXiv:2101.09505 [cs.LG]},
+  year = 2020,
+  url = {https://arxiv.org/abs/2101.09505},
+  abstract = {Safe learning and optimization deals with learning and
+                  optimization problems that avoid, as much as possible, the
+                  evaluation of non-safe input points, which are solutions,
+                  policies, or strategies that cause an irrecoverable loss
+                  (e.g., breakage of a machine or equipment, or life
+                  threat). Although a comprehensive survey of safe
+                  reinforcement learning algorithms was published in 2015, a
+                  number of new algorithms have been proposed thereafter, and
+                  related works in active learning and in optimization were not
+                  considered. This paper reviews those algorithms from a number
+                  of domains including reinforcement learning, Gaussian process
+                  regression and classification, evolutionary algorithms, and
+                  active learning. We provide the fundamental concepts on which
+                  the reviewed algorithms are based and a characterization of
+                  the individual algorithms. We conclude by explaining how the
+                  algorithms are connected and suggestions for future
+                  research. }
+}
+
+ +
+@article{KimCouYou2021set,
+  title = {Bayesian Optimization with Approximate Set Kernels},
+  author = {Jungtaek Kim and Michael McCourt and Tackgeun You and Saehoon
+                  Kim and Seungjin Choi},
+  abstract = {We propose a practical Bayesian optimization method over
+                  sets, to minimize a black-box function that takes a set as a
+                  single input. Because set inputs are permutation-invariant,
+                  traditional Gaussian process-based Bayesian optimization
+                  strategies which assume vector inputs can fall short. To
+                  address this, we develop a Bayesian optimization method with
+                  \emph{set kernel} that is used to build surrogate
+                  functions. This kernel accumulates similarity over set
+                  elements to enforce permutation-invariance, but this comes at
+                  a greater computational cost. To reduce this burden, we
+                  propose two key components: (i) a more efficient approximate
+                  set kernel which is still positive-definite and is an
+                  unbiased estimator of the true set kernel with upper-bounded
+                  variance in terms of the number of subsamples, (ii) a
+                  constrained acquisition function optimization over sets,
+                  which uses symmetry of the feasible region that defines a set
+                  input. Finally, we present several numerical experiments
+                  which demonstrate that our method outperforms other methods.},
+  journal = {Machine Learning},
+  year = 2021,
+  doi = {10.1007/s10994-021-05949-0}
+}
+
+ +
+@article{KimParLee2017,
+  author = {Kim, J.-S. and Park, J.-H. and Lee, D.-H.},
+  title = {Iterated Greedy Algorithms to Minimize the Total Family Flow
+                  Time for Job-shop Scheduling with Job Families and
+                  Sequence-dependent Set-ups},
+  journal = {Engineering Optimization},
+  year = 2017,
+  volume = 49,
+  number = 10,
+  pages = {1719--1732}
+}
+
+ +
+@article{KinBa2014adam,
+  title = {Adam: A method for stochastic optimization},
+  author = {Kingma, Diederik P. and Ba, Jimmy},
+  journal = {Arxiv preprint arXiv:1412.6980 [cs.LG]},
+  year = 2014,
+  url = {https://arxiv.org/abs/1412.6980},
+  annote = {Published as a conference paper at the 3rd International
+                  Conference for Learning Representations, San Diego, 2015~\cite{KinBa2015adam}}
+}
+
+ +
+@article{KirTou1985,
+  author = { Scott Kirkpatrick  and G. Toulouse},
+  title = {Configuration Space Analysis of Travelling Salesman Problems},
+  journal = {Journal de Physique},
+  year = 1985,
+  volume = 46,
+  number = 8,
+  pages = {1277--1292}
+}
+
+ +
+@article{Kirkpatrick1984,
+  author = { Scott Kirkpatrick },
+  title = {Optimization by Simulated Annealing: Quantitative Studies},
+  journal = {Journal of Statistical Physics},
+  year = 1984,
+  volume = 34,
+  number = {5-6},
+  pages = {975--986}
+}
+
+ +
+@article{Kirkpatrick83,
+  author = { Scott Kirkpatrick  and C. D. Gelatt and M. P. Vecchi},
+  title = {Optimization by Simulated Annealing},
+  journal = {Science},
+  year = 1983,
+  volume = 220,
+  number = 4598,
+  pages = {671--680},
+  annote = {Proposed Simulated Annealing},
+  doi = {10.1126/science.220.4598.671}
+}
+
+ +
+@article{KlaMosNau2017iwoven,
+  author = { Kathrin Klamroth  and  Mostaghim, Sanaz  and  Boris Naujoks  and Silvia
+                  Poles and  Robin C. Purshouse  and  G{\"u}nther Rudolph  and Ruzika,
+                  Stefan and Serpil Say{\i}n and  Margaret M. Wiecek  and  Xin Yao },
+  title = {Multiobjective optimization for interwoven systems},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  year = 2017,
+  volume = 24,
+  number = {1-2},
+  pages = {71--81},
+  doi = {10.1002/mcda.1598}
+}
+
+ +
+@article{KleShaHom2002,
+  author = {Anton J. Kleywegt and Alexander Shapiro and Tito Homem{-}de{-}Mello},
+  title = {The Sample Average Approximation Method for Stochastic Discrete Optimization},
+  journal = {SIAM Journal on Optimization},
+  year = 2002,
+  volume = 12,
+  number = 2,
+  pages = {479--502}
+}
+
+ +
+@article{Kno2005tec,
+  author = { Joshua D. Knowles },
+  title = {{ParEGO}: A hybrid algorithm with on-line landscape
+                  approximation for expensive multiobjective optimization
+                  problems},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2006,
+  volume = 10,
+  number = 1,
+  pages = {50--66},
+  doi = {10.1109/TEVC.2005.851274},
+  keywords = {ParEGO, online, metamodel}
+}
+
+ +
+@article{Kno2009closed,
+  author = { Joshua D. Knowles },
+  title = {Closed-loop evolutionary multiobjective optimization},
+  journal = {IEEE Computational Intelligence Magazine},
+  volume = 4,
+  issue = 3,
+  pages = {77--91},
+  doi = {10.1109/MCI.2009.933095},
+  year = 2009,
+  abstract = {Artificial evolution has been used for more than 50 years as a method of optimization in engineering, operations research and computational intelligence. In closed-loop evolution (a term used by the statistician, George Box) or, equivalently, evolutionary experimentation (Ingo Rechenberg's terminology), the ``phenotypes'' are evaluated in the real world by conducting a physical experiment, whilst selection and breeding is simulated. Well-known early work on artificial evolution\textemdash design engineering problems in fluid dynamics, and chemical plant process optimization\textemdash was carried out in this experimental mode. More recently, the closed-loop approach has been successfully used in much evolvable hardware and evolutionary robotics research, and in some microbiology and biochemistry applications. In this article, several further new targets for closed-loop evolutionary and multiobjective optimization are considered. Four case studies from my own collaborative work are described: (i) instrument optimization in analytical biochemistry; (ii) finding effective drug combinations in vitro; (iii) onchip synthetic biomolecule design; and (iv) improving chocolate production processes. Accurate simulation in these applications is not possible due to complexity or a lack of adequate analytical models. In these and other applications discussed, optimizing experimentally brings with it several challenges: noise; nuisance factors; ephemeral resource constraints; expensive evaluations, and evaluations that must be done in (large) batches. Evolutionary algorithms (EAs) are largely equal to these vagaries, whilst modern multiobjective EAs also enable tradeoffs among conflicting optimization goals to be explored. Nevertheless, principles from other disciplines, such as statistics, Design of Experiments, machine learning and global optimization are also relevant to aspects of the closed-loop problem, and may inspire futher development of multiobjective EAs.},
+  langid = {english}
+}
+
+ +
+@article{KnoCor00paes,
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {Approximating the Nondominated Front Using the
+                  {Pareto} Archived Evolution Strategy},
+  journal = {Evolutionary Computation},
+  volume = 8,
+  number = 2,
+  pages = {149--172},
+  year = 2000,
+  doi = {10.1162/106365600568167},
+  annote = {Proposed PAES}
+}
+
+ +
+@article{KnoCor2003tec,
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {Properties of an Adaptive Archiving Algorithm for Storing
+                  Nondominated Vectors},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2003,
+  volume = 7,
+  number = 2,
+  pages = {100--116},
+  month = apr,
+  keywords = {S-metric, hypervolume},
+  annote = {Proposed to use S-metric (hypervolume metric) for
+                  environmental selection}
+}
+
+ +
+@article{KnoVanGro2011,
+  author = {Knol, Mirjam J. and VanderWeele, Tyler J. and Groenwold, Rolf H. H.
+                  and Klungel, Olaf H. and Rovers, Maroeska M. and Grobbee, Diederick E.},
+  title = {Estimating measures of interaction on an additive scale for preventive exposures},
+  journal = {European Journal of Epidemiology},
+  year = 2011,
+  volume = 26,
+  number = 6,
+  pages = {433--438}
+}
+
+ +
+@article{KocGloAli2004ors,
+  author = { Gary A. Kochenberger  and  Fred Glover  and Alidaee, Bahram and Rego,
+                  Cesar},
+  title = {A unified modeling and solution framework for combinatorial
+                  optimization problems},
+  journal = {OR Spektrum},
+  year = 2004,
+  volume = 26,
+  number = 2,
+  pages = {237--250}
+}
+
+ +
+@article{KocHaoGlo2014bqap,
+  title = {The unconstrained binary quadratic programming problem: a
+                  survey},
+  author = { Gary A. Kochenberger  and  Jin-Kao Hao  and  Fred Glover  and Lewis, Mark and L{\"u}, Zhipeng and Wang, Haibo and Wang, Yang},
+  journal = {Journal of Combinatorial Optimization},
+  volume = 28,
+  number = 1,
+  pages = {58--81},
+  year = 2014,
+  doi = {10.1007/s10878-014-9734-0}
+}
+
+ +
+@article{Koe2009jmcda,
+  author = { Murat K{\"o}ksalan },
+  title = {Multiobjective Combinatorial Optimization: Some
+                  Approaches},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  year = 2009,
+  volume = 15,
+  pages = {69--78},
+  doi = {10.1002/mcda.425}
+}
+
+ +
+@article{KokKar2010itdea,
+  title = {An Interactive Territory Defining Evolutionary Algorithm:
+                  {iTDEA}},
+  volume = 14,
+  doi = {10.1109/TEVC.2010.2070070},
+  number = 5,
+  journal = {IEEE Transactions on Evolutionary Computation},
+  author = { Murat K{\"o}ksalan  and  Karahan, {\.I}brahim },
+  month = oct,
+  year = 2010,
+  pages = {702--722}
+}
+
+ +
+@article{KolHar2006ejor,
+  author = {Kolisch, Rainer and Hartmann, S{\"o}nke},
+  title = {Experimental investigation of heuristics for
+                  resource-constrained project scheduling: An update},
+  volume = 174,
+  doi = {10.1016/j.ejor.2005.01.065},
+  abstract = {This paper considers heuristics for the well-known
+                  resource-constrained project scheduling problem
+                  ({RCPSP).} It provides an update of our survey which
+                  was published in 2000. We summarize and categorize a
+                  large number of heuristics that have recently been
+                  proposed in the literature. Most of these heuristics
+                  are then evaluated in a computational study and
+                  compared on the basis of our standardized
+                  experimental design. Based on the computational
+                  results we discuss features of good heuristics. The
+                  paper closes with some remarks on our test design
+                  and a summary of the recent developments in research
+                  on heuristics for the {RCPSP}.},
+  number = 1,
+  journal = {European Journal of Operational Research},
+  month = oct,
+  year = 2006,
+  keywords = {Computational evaluation, Heuristics, Project
+                  scheduling, Resource constraints},
+  pages = {23--37}
+}
+
+ +
+@article{KolPap2007approx,
+  title = {Approximately dominating representatives},
+  author = {Koltun, Vladlen and  Christos H. Papadimitriou },
+  journal = {Theoretical Computer Science},
+  year = 2007,
+  number = 3,
+  pages = {148--154},
+  volume = 371,
+  publisher = {Elsevier}
+}
+
+ +
+@article{KolPes1994,
+  author = {A. Kolen and  Erwin Pesch },
+  title = {Genetic Local Search in Combinatorial Optimization},
+  journal = {Discrete Applied Mathematics},
+  year = 1994,
+  volume = 48,
+  number = 3,
+  pages = {273--284}
+}
+
+ +
+@article{KolRee2007video,
+  title = {A framework for visually interactive decision-making and
+                  design using evolutionary multi-objective optimization
+                  ({VIDEO})},
+  author = { Kollat, Joshua B.  and  Patrick M. Reed },
+  journal = {Environmental Modelling \& Software},
+  volume = 22,
+  number = 12,
+  pages = {1691--1704},
+  year = 2007,
+  keywords = {glyph plot}
+}
+
+ +
+@article{KooBec57,
+  author = {Tjalling C. Koopmans and Martin J. Beckmann},
+  title = {Assignment Problems and the Location of Economic Activities},
+  journal = {Econometrica},
+  volume = 25,
+  pages = {53--76},
+  year = 1957,
+  annote = {Introduced the Quadratic Assignment Problem (QAP)}
+}
+
+ +
+@article{Kor1985omega,
+  author = {Kornbluth, Jsh},
+  title = {Sequential multi-criterion decision making},
+  doi = {10.1016/0305-0483(85)90045-3},
+  abstract = {In this paper we consider a simple sequential
+                  multicriterion decision making problem in which a
+                  decision maker has to accept or reject a series of
+                  multi-attributed outcomes. We show that using very
+                  simple programming techniques, a great deal of the
+                  decision making can be automated. The method might
+                  be applicable to situations in which a dealer is
+                  having to consider sequential offers in a trading
+                  market.},
+  number = 6,
+  volume = 13,
+  journal = {Omega},
+  year = 1985,
+  keywords = {machine decision making},
+  pages = {569--574}
+}
+
+ +
+@article{KorMosWal1990choice,
+  author = { Pekka Korhonen  and Moskowitz, Herbert and  Wallenius, Jyrki },
+  title = {Choice Behavior in Interactive Multiple-Criteria Decision
+                  Making},
+  journal = {Annals of Operations Research},
+  year = 1990,
+  volume = 23,
+  number = 1,
+  pages = {161--179},
+  month = dec,
+  doi = {10.1007/BF02204844},
+  abstract = {Choice behavior in an interactive multiple-criteria decision
+                  making environment is examined experimentally. A ``free
+                  search'' discrete visual interactive reference direction
+                  approach was used on a microcomputer by management students
+                  to solve two realistic and relevant multiple-criteria
+                  decision problems. The results revealed persistent patterns
+                  of intransitive choice behavior, and an unexpectedly rapid
+                  degree of convergence of the reference direction approach on
+                  a preferred solution. The results can be explained using
+                  Tversky' additive utility difference model and
+                  Kahneman-Tversky's prospect theory. The implications of the
+                  results for the design of interactive multiple-criteria
+                  decision procedures are discussed.}
+}
+
+ +
+@article{KorPagFal2001,
+  title = {On the ``dimensionality curse'' and the ``self-similarity
+                  blessing''},
+  author = {Korn, Flip and Pagel, B.-U. and Faloutsos, Christos},
+  journal = {IEEE Transactions on Knowledge and Data Engineering},
+  volume = 13,
+  number = 1,
+  pages = {96--111},
+  year = 2001,
+  doi = {10.1109/69.908983},
+  abstract = {Spatial queries in high-dimensional spaces have been studied
+                  extensively. Among them, nearest neighbor queries are
+                  important in many settings, including spatial databases (Find
+                  the k closest cities) and multimedia databases (Find the k
+                  most similar images). Previous analyses have concluded that
+                  nearest-neighbor search is hopeless in high dimensions due to
+                  the notorious "curse of dimensionality". We show that this
+                  may be overpessimistic. We show that what determines the
+                  search performance (at least for R-tree-like structures) is
+                  the intrinsic dimensionality of the data set and not the
+                  dimensionality of the address space (referred to as the
+                  embedding dimensionality). The typical (and often implicit)
+                  assumption in many previous studies is that the data is
+                  uniformly distributed, with independence between
+                  attributes. However, real data sets overwhelmingly disobey
+                  these assumptions; rather, they typically are skewed and
+                  exhibit intrinsic ("fractal") dimensionalities that are much
+                  lower than their embedding dimension, e.g. due to subtle
+                  dependencies between attributes. We show how the Hausdorff
+                  and Correlation fractal dimensions of a data set can yield
+                  extremely accurate formulas that can predict the I/O
+                  performance to within one standard deviation on multiple real
+                  and synthetic data sets.}
+}
+
+ +
+@article{KorSilRob04:ml-aco,
+  author = { P. Koro{\v s}ec  and  Jurij {\v S}ilc  and B. Robi{\v c}},
+  title = {Solving the mesh-partitioning problem with an
+                  ant-colony algorithm},
+  journal = {Parallel Computing},
+  year = 2004,
+  volume = 30,
+  pages = {785--801}
+}
+
+ +
+@article{KorSilWalOor2012linear,
+  author = { Pekka Korhonen  and Silvennoinen, Kari and  Wallenius, Jyrki  and {\"O}{\"o}rni, Anssi},
+  title = {Can a linear value function explain choices? {An}
+                  experimental study},
+  journal = {European Journal of Operational Research},
+  year = 2012,
+  volume = 219,
+  number = 2,
+  pages = {360--367},
+  month = jun,
+  shorttitle = {Can a linear value function explain choices?},
+  doi = {10.1016/j.ejor.2011.12.040},
+  abstract = {We investigate in a simple bi-criteria experimental study,
+                  whether subjects are consistent with a linear value function
+                  while making binary choices. Many inconsistencies appeared in
+                  our experiment. However, the impact of inconsistencies on the
+                  linearity vs. non-linearity of the value function was
+                  minor. Moreover, a linear value function seems to predict
+                  choices for bi-criteria problems quite well. This ability to
+                  predict is independent of whether the value function is
+                  diagnosed linear or not. Inconsistencies in responses did not
+                  necessarily change the original diagnosis of the form of the
+                  value function. Our findings have implications for the design
+                  and development of decision support tools for Multiple
+                  Criteria Decision Making problems.},
+  language = {en},
+  keywords = {Binary choices, Inconsistency, Linear value function,
+                  Multiple criteria, Weights}
+}
+
+ +
+@article{KorStuExn07:si,
+  author = { Oliver Korb  and  Thomas St{\"u}tzle  and  Thomas E. Exner },
+  title = {An Ant Colony Optimization Approach to Flexible
+                  Protein--Ligand Docking},
+  journal = {Swarm Intelligence},
+  year = 2007,
+  volume = 1,
+  number = 2,
+  pages = {115--134}
+}
+
+ +
+@article{KorStuExn2009jcim,
+  author = { Oliver Korb  and  Thomas St{\"u}tzle  and  Thomas E. Exner },
+  title = {Empirical Scoring Functions for Advanced Protein-Ligand Docking with {PLANTS}},
+  journal = {Journal of Chemical Information and Modeling},
+  year = 2009,
+  volume = 49,
+  number = 2,
+  pages = {84--96}
+}
+
+ +
+@article{KorStuExn2010jcim,
+  author = { Oliver Korb  and Peter Monecke and Gerhard Hessler and  Thomas St{\"u}tzle  and  Thomas E. Exner },
+  title = {pharm{ACO}phore: Multiple Flexible Ligand Alignment Based on Ant Colony Optimization},
+  journal = {Journal of Chemical Information and Modeling},
+  year = 2010,
+  volume = 50,
+  number = 9,
+  pages = {1669--1681}
+}
+
+ +
+@article{KorWal1998paretorace,
+  author = { Pekka Korhonen  and  Wallenius, Jyrki },
+  title = {A pareto race},
+  journal = {Naval Research Logistics},
+  year = 1988,
+  volume = 35,
+  number = 6,
+  pages = {615--623},
+  doi = {10.1002/1520-6750(198812)35:6<615::AID-NAV3220350608>3.0.CO;2-K},
+  abstract = {A dynamic and visual ``free-search'' type of interactive
+                  procedure for multiple-objective linear programming is
+                  presented. The method enables a decision maker to freely
+                  search any part of the efficient frontier by controlling the
+                  speed and direction of motion. The objective function values
+                  are represented in numeric form and as bar graphs on a
+                  display. The method is implemented on an IBM PC/1
+                  microcomputer and is illustrated using a multiple-objective
+                  linear-programming model for managing disposal of sewage
+                  sludge in the New York Bight. Some other applications are
+                  also briefly discussed.}
+}
+
+ +
+@article{Kot2014:aim,
+  author = {Kotthoff, Lars},
+  title = {Algorithm Selection for Combinatorial Search Problems: {A} Survey},
+  journal = {{AI} Magazine},
+  year = 2014,
+  volume = 35,
+  number = 3,
+  pages = {48--60}
+}
+
+ +
+@article{KotNeuRogWit2012swarm,
+  author = {K{\"o}tzing, Timo  and  Frank Neumann  and R{\"o}glin, Heiko and  Carsten Witt },
+  title = {Theoretical Analysis of Two {ACO} Approaches for the
+                  Traveling Salesman Problem},
+  journal = {Swarm Intelligence},
+  year = 2012,
+  volume = 6,
+  number = 1,
+  pages = {1--21},
+  abstract = {Bioinspired algorithms, such as evolutionary algorithms and
+                  ant colony optimization, are widely used for different
+                  combinatorial optimization problems. These algorithms rely
+                  heavily on the use of randomness and are hard to understand
+                  from a theoretical point of view. This paper contributes to
+                  the theoretical analysis of ant colony optimization and
+                  studies this type of algorithm on one of the most prominent
+                  combinatorial optimization problems, namely the traveling
+                  salesperson problem (TSP). We present a new construction
+                  graph and show that it has a stronger local property than one
+                  commonly used for constructing solutions of the TSP. The
+                  rigorous runtime analysis for two ant colony optimization
+                  algorithms, based on these two construction procedures, shows
+                  that they lead to good approximation in expected polynomial
+                  time on random instances. Furthermore, we point out in which
+                  situations our algorithms get trapped in local optima and
+                  show where the use of the right amount of heuristic
+                  information is provably beneficial.},
+  doi = {10.1007/s11721-011-0059-7}
+}
+
+ +
+@article{KotThoHooHutLey2016autoweka,
+  title = {{Auto-WEKA} 2.0: Automatic model selection and hyperparameter
+                  optimization in {WEKA}},
+  author = {Kotthoff, Lars and Thornton, Chris and  Holger H. Hoos  and  Frank Hutter  and  Kevin Leyton-Brown },
+  journal = {Journal of Machine Learning Research},
+  volume = 17,
+  pages = {1--5},
+  year = 2016
+}
+
+ +
+@article{KowStaMad2009sustainable,
+  title = {Sustainable energy futures: Methodological challenges in
+                  combining scenarios and participatory multi-criteria
+                  analysis},
+  author = {Kowalski, Katharina and Stagl, Sigrid and Madlener, Reinhard
+                  and Omann, Ines},
+  journal = {European Journal of Operational Research},
+  volume = 197,
+  number = 3,
+  pages = {1063--1074},
+  year = 2009,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Kra2010,
+  author = {Oliver Kramer},
+  title = {Iterated Local Search with {Powell}'s Method: A Memetic
+                  Algorithm for Continuous Global Optimization},
+  journal = {Memetic Computing},
+  year = 2010,
+  volume = 2,
+  number = 1,
+  pages = {69--83},
+  doi = {10.1007/s12293-010-0032-9},
+  alias = {DBLP:journals/memetic/Kramer10}
+}
+
+ +
+@article{KraErdBeh2012sumo,
+  title = {Recent development and applications of {SUMO} - {Simulation}
+                  of {Urban} {MO}bility},
+  author = { Krajzewicz, Daniel  and Erdmann, Jakob and Behrisch, Michael
+                  and Bieker, Laura},
+  journal = {International Journal On Advances in Systems and
+                  Measurements},
+  volume = 5,
+  number = {3-4},
+  year = 2012,
+  pages = {128--138}
+}
+
+ +
+@article{Kreipl00:js,
+  author = {S. Kreipl},
+  title = {A Large Step Random Walk for Minimizing Total Weighted Tardiness in a Job Shop},
+  journal = {Journal of Scheduling},
+  year = 2000,
+  volume = 3,
+  number = 3,
+  pages = {125--138}
+}
+
+ +
+@article{KriTriDoe2017,
+  author = {Stefanie Kritzinger and Fabien Tricoire and  Karl F. Doerner  and  Richard F. Hartl  and  Thomas St{\"u}tzle },
+  title = {A Unified Framework for Routing Problems with a Fixed Fleet Size},
+  journal = {International Journal of Metaheuristics},
+  year = 2017,
+  volume = 6,
+  number = 3,
+  pages = {160--209}
+}
+
+ +
+@article{Kruskal1956,
+  title = {On the shortest spanning subtree of a graph and the traveling salesman problem},
+  author = {Kruskal, Joseph B},
+  journal = {Proceedings of the American Mathematical Society},
+  volume = 7,
+  number = 1,
+  pages = {48--50},
+  year = 1956
+}
+
+ +
+@article{KuhBie2016:cor,
+  author = {Kuhpfahl, J and Christian Bierwirth},
+  title = {A Study on Local Search Neighborhoods for the Job Shop Scheduling Problem with Total Weighted Tardiness Objective},
+  journal = {Computers \& Operations Research},
+  year = 2016,
+  volume = 66,
+  pages = {44--57}
+}
+
+ +
+@article{KuhFonPaqRuz2016hvsubset,
+  title = {Hypervolume subset selection in two dimensions: Formulations
+                  and algorithms},
+  author = {Kuhn, Tobias and  Carlos M. Fonseca  and  Lu{\'i}s Paquete  and Ruzika,
+                  Stefan and Duarte, Miguel M. and  Jos{\'e} Rui Figueira },
+  journal = {Evolutionary Computation},
+  year = 2016,
+  number = 3,
+  pages = {411--425},
+  volume = 24
+}
+
+ +
+@article{Kuhn1955,
+  title = {The hungarian method for the assignment problem},
+  author = {Kuhn, Harold W.},
+  journal = {Naval Research Logistics Quarterly},
+  volume = 2,
+  number = {1--2},
+  pages = {83--97},
+  year = 1955
+}
+
+ +
+@article{Kuhn2008:jss,
+  author = {Kuhn, Max},
+  title = {Building Predictive Models in \proglang{R} Using the {\rpackage{caret}} Package},
+  journal = {Journal of Statistical Software},
+  volume = 28,
+  number = 5,
+  year = 2008,
+  pages = {1--26}
+}
+
+ +
+@article{KumSin2007sci,
+  author = {Kumar, R. and Singh, P. K.},
+  title = {{Pareto} Evolutionary Algorithm Hybridized with
+                  Local Search for Biobjective {TSP}},
+  journal = {Studies in Computational Intelligence},
+  year = 2007,
+  volume = 75,
+  pages = {361--398}
+}
+
+ +
+@article{KunLucPre1975jacm,
+  author = {H. T. Kung and F. Luccio and F. P. Preparata},
+  title = {On Finding the Maxima of a Set of Vectors},
+  pages = {469--476},
+  journal = {Journal of the ACM},
+  year = 1975,
+  volume = 22,
+  number = 4,
+  alias = {kung:maxima}
+}
+
+ +
+@article{KurDav1982ms,
+  author = {Kurtulus, I. and Davis, E. W.},
+  title = {Multi-Project Scheduling: Categorization of
+                  Heuristic Rules Performance},
+  volume = 28,
+  doi = {10.1287/mnsc.28.2.161},
+  abstract = {Application of heuristic solution procedures to the
+                  practical problem of project scheduling has
+                  previously been studied by numerous
+                  researchers. However, there is little consensus
+                  about their findings, and the practicing manager is
+                  currently at a loss as to which scheduling rule to
+                  use. Furthermore, since no categorization process
+                  was developed, it is assumed that once a rule is
+                  selected it must be used throughout the whole
+                  project. This research breaks away from this
+                  tradition by providing a categorization process
+                  based on two powerful project summary measures. The
+                  first measure identifies the location of the peak of
+                  total resource requirements and the second measure
+                  identifies the rate of utilization of each resource
+                  type. The performance of the rules are classified
+                  according to values of these two measures, and it is
+                  shown that a rule introduced by this research
+                  performs significantly better on most categories of
+                  projects.},
+  number = 2,
+  journal = {Management Science},
+  year = 1982,
+  keywords = {project management, research and development},
+  pages = {161--172}
+}
+
+ +
+@article{Kushner1964,
+  author = {Kushner, H. J.},
+  journal = {Journal of Basic Engineering},
+  title = {A New Method of Locating the Maximum Point of an Arbitrary
+                  Multipeak Curve in the Presence of Noise},
+  year = 1964,
+  issn = {0021-9223},
+  month = mar,
+  number = 1,
+  pages = {97--106},
+  volume = 86,
+  abstract = {A versatile and practical method of searching a parameter
+                  space is presented. Theoretical and experimental results
+                  illustrate the usefulness of the method for such problems as
+                  the experimental optimization of the performance of a system
+                  with a very general multipeak performance function when the
+                  only available information is noise-distributed samples of
+                  the function. At present, its usefulness is restricted to
+                  optimization with respect to one system parameter. The
+                  observations are taken sequentially; but, as opposed to the
+                  gradient method, the observation may be located anywhere on
+                  the parameter interval. A sequence of estimates of the
+                  location of the curve maximum is generated. The location of
+                  the next observation may be interpreted as the location of
+                  the most likely competitor (with the current best estimate)
+                  for the location of the curve maximum. A Brownian motion
+                  stochastic process is selected as a model for the unknown
+                  function, and the observations are interpreted with respect
+                  to the model. The model gives the results a simple intuitive
+                  interpretation and allows the use of simple but efficient
+                  sampling procedures. The resulting process possesses some
+                  powerful convergence properties in the presence of noise; it
+                  is nonparametric and, despite its generality, is efficient in
+                  the use of observations. The approach seems quite promising
+                  as a solution to many of the problems of experimental system
+                  optimization.},
+  doi = {10.1115/1.3653121},
+  epub = {https://asmedigitalcollection.asme.org/fluidsengineering/article-pdf/86/1/97/5763745/97_1.pdf}
+}
+
+ +
+@article{Kwa2017ems,
+  title = {The Exploratory Modeling Workbench: An open source toolkit
+                  for exploratory modeling, scenario discovery, and
+                  (multi-objective) robust decision making},
+  author = { Kwakkel, Jan H. },
+  journal = {Environmental Modelling \& Software},
+  volume = 96,
+  pages = {239--250},
+  year = 2017
+}
+
+ +
+@article{LTDZ2002b,
+  author = { Marco Laumanns  and  Lothar Thiele  and  Kalyanmoy Deb  and  Eckart Zitzler },
+  title = {Combining Convergence and Diversity in Evolutionary
+                  Multiobjective Optimization},
+  journal = {Evolutionary Computation},
+  year = 2002,
+  volume = 10,
+  number = 3,
+  pages = {263--282},
+  doi = {10.1162/106365602760234108},
+  keywords = {archiving, $\epsilon$-dominance, $\epsilon$-approximation,
+                  $\epsilon$-Pareto},
+  annote = {Proposed $\epsilon$-approx and $\epsilon$-Pareto archivers}
+}
+
+ +
+@article{LaTMuePen11:soco,
+  author = {LaTorre, Antonio and Muelas, Santiago and Pe{\~n}a,
+                  Jos{\'e}-Mar{\'i}a},
+  title = {A {MOS}-based dynamic memetic differential evolution
+                  algorithm for continuous optimization: a scalability test},
+  journal = {Soft Computing},
+  year = 2011,
+  volume = 15,
+  number = 11,
+  pages = {2187--2199}
+}
+
+ +
+@article{LaaAarLen1992:or,
+  author = { Peter J. M. van Laarhoven and  Emile H. L. Aarts  and  Jan Karel Lenstra },
+  title = {Job Shop Scheduling by Simulated Annealing},
+  journal = {Operations Research},
+  year = 1992,
+  volume = 40,
+  number = 1,
+  pages = {113--125}
+}
+
+ +
+@article{LabMarSav1998:npp,
+  author = {Martine Labb{\'e} and Patrice Marcotte and Gilles Savard},
+  title = {A Bilevel Model of Taxation and Its Application to Optimal Highway Pricing},
+  journal = {Management Science},
+  volume = 44,
+  number = 12,
+  year = 1998,
+  pages = {1608--1622},
+  doi = {10.1287/mnsc.44.12.1608},
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{LabVio2013:npp,
+  author = {Martine Labb{\'e} and Alessia Violin},
+  title = {Bilevel programming and price setting problems},
+  journal = {{4OR}: A Quarterly Journal of Operations Research},
+  year = 2013,
+  volume = 11,
+  number = 1,
+  pages = {1--30},
+  doi = {10.1007/s10288-012-0213-0}
+}
+
+ +
+@article{LacMolHer2014is,
+  author = {Benjamin Lacroix and  Daniel Molina  and  Francisco Herrera },
+  title = {Region based memetic algorithm for real-parameter
+                  optimisation},
+  journal = {Information Sciences},
+  year = 2014,
+  volume = 262,
+  pages = {15--31},
+  doi = {10.1016/j.ins.2013.11.032},
+  keywords = {irace}
+}
+
+ +
+@article{Laguna2016:editornote,
+  author = { Manuel Laguna },
+  title = {Editor's Note on the {MIC} 2013 Special Issue of the
+                  Journal of Heuristics (Volume 22, Issue 4, August 2016)},
+  journal = {Journal of Heuristics},
+  year = 2016,
+  volume = 22,
+  number = 5,
+  pages = {665--666}
+}
+
+ +
+@article{LaiHao2016,
+  author = {Xiangjing Lai and  Jin-Kao Hao },
+  title = {Iterated Maxima Search for the Maximally Diverse Grouping Problem},
+  journal = {European Journal of Operational Research},
+  year = 2016,
+  volume = 254,
+  number = 3,
+  pages = {780--800}
+}
+
+ +
+@article{LanDoi1960,
+  author = {A. H. Land and A. G. Doig},
+  journal = {Econometrica},
+  number = 3,
+  pages = {497--520},
+  publisher = {Wiley, Econometric Society},
+  title = {An Automatic Method of Solving Discrete Programming Problems},
+  volume = 28,
+  year = 1960
+}
+
+ +
+@article{LanHar2015,
+  author = { Langdon, William B.  and Mark Harman},
+  title = {Optimising Software with Genetic Programming},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  volume = 19,
+  number = 1,
+  pages = {118--135}
+}
+
+ +
+@article{LanKotMar2014jscs,
+  author = {M. Lang and H. Kotthaus and P. Marwedel and C. Weihs and
+                  J. Rahnenf{\"u}hrer and  Bernd Bischl },
+  title = {Automatic Model Selection for High-Dimensional Survival
+                  Analysis},
+  journal = {Journal of Statistical Computation and Simulation},
+  year = 2014,
+  volume = 85,
+  number = 1,
+  pages = {62--76},
+  doi = {10.1080/00949655.2014.929131}
+}
+
+ +
+@article{LanSouDes1990,
+  title = {Classification of travelling salesman problem formulations},
+  author = { A. Langevin  and  F. Soumis  and  J. Desrosiers },
+  journal = {Operations Research Letters},
+  volume = 9,
+  number = 2,
+  pages = {127--132},
+  year = 1990,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Langevin93tsptw,
+  author = { A. Langevin  and  M. Desrochers  and  J. Desrosiers  and  Sylvie G{\'e}linas  and  F. Soumis },
+  title = {A Two-Commodity Flow Formulation for the Traveling Salesman
+                  and Makespan Problems with Time Windows},
+  journal = {Networks},
+  year = 1993,
+  volume = 23,
+  number = 7,
+  pages = {631--640}
+}
+
+ +
+@article{Lansey94,
+  author = { Kevin E. Lansey  and  K. Awumah },
+  title = {Optimal Pump Operations Considering Pump Switches},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 120,
+  number = 1,
+  pages = {17--35},
+  date = {1994-01/1994-02},
+  year = 1994,
+  month = jan # { / } # feb
+}
+
+ +
+@article{Laporte2009,
+  author = { Gilbert Laporte },
+  title = {Fifty Years of Vehicle Routing},
+  journal = {Transportation Science},
+  year = 2009,
+  volume = 43,
+  number = 4,
+  pages = {408--416}
+}
+
+ +
+@article{Lau2007arxiv,
+  title = {Stochastic convergence of random search to fixed size
+                  {Pareto} set approximations},
+  author = { Marco Laumanns },
+  journal = {Arxiv preprint arXiv:0711.2949},
+  year = 2007,
+  alias = {laumanns2007stochastic},
+  url = {https://arxiv.org/abs/0711.2949}
+}
+
+ +
+@article{LauHao2009:cie,
+  author = {Beno{\^i}t Laurent and  Jin-Kao Hao },
+  title = {Iterated Local Search for the Multiple Depot Vehicle Scheduling Problem},
+  journal = {Computers and Industrial Engineering},
+  year = 2009,
+  volume = 57,
+  number = 1,
+  pages = {277--286}
+}
+
+ +
+@article{LauThiZit2004,
+  title = {Running time analysis of multiobjective evolutionary
+                  algorithms on pseudo-boolean functions},
+  author = { Marco Laumanns  and  Lothar Thiele  and  Eckart Zitzler },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 8,
+  number = 2,
+  pages = {170--182},
+  year = 2004
+}
+
+ +
+@article{LauThiZit2004nc,
+  author = { Marco Laumanns  and  Lothar Thiele  and  Eckart Zitzler },
+  title = {Running time analysis of evolutionary algorithms on a
+                  simplified multiobjective knapsack problem},
+  volume = 3,
+  journal = {Natural Computing},
+  number = 1,
+  pages = {37--51},
+  year = 2004
+}
+
+ +
+@article{LauZen2011ejor,
+  author = { Marco Laumanns  and Zenklusen, Rico},
+  title = {Stochastic convergence of random search methods to
+                  fixed size {Pareto} front approximations},
+  journal = {European Journal of Operational Research},
+  volume = 213,
+  number = 2,
+  pages = {414--421},
+  year = 2011,
+  doi = {10.1016/j.ejor.2011.03.039}
+}
+
+ +
+@article{LawWoo1966,
+  author = {Lawler, E. L. and Wood, D. E.},
+  title = {Branch-and-Bound Methods: A Survey},
+  journal = {Operations Research},
+  volume = 14,
+  number = 4,
+  year = 1966,
+  pages = {699--719},
+  numpages = 21,
+  doi = {10.1287/opre.14.4.699},
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{Lazic2004,
+  author = {S. E. Lazic},
+  title = {The problem of pseudoreplication in neuroscientific studies:
+                  is it affecting your analysis?},
+  journal = {{BMC} Neuroscience},
+  volume = 11,
+  number = 5,
+  pages = {397--407},
+  year = 2004,
+  doi = {10.1186/1471-2202-11-5}
+}
+
+ +
+@article{LeCBen1995convnet,
+  title = {Convolutional networks for images, speech, and time series},
+  author = {LeCun, Yann and  Bengio, Yoshua  and others},
+  journal = {The handbook of brain theory and neural networks},
+  volume = 3361,
+  number = 10,
+  pages = {255--258},
+  year = 1995
+}
+
+ +
+@article{LeCBenHin2015nature,
+  title = {Deep learning},
+  author = {LeCun, Yann and  Bengio, Yoshua  and Hinton, Geoffrey},
+  journal = {Nature},
+  volume = 521,
+  number = 7553,
+  pages = {436--444},
+  year = 2015,
+  publisher = {Nature Research}
+}
+
+ +
+@article{LeaTavMouMac2016:itor,
+  author = {Vin{\'i}cius {Leal do Forte} and Fl{\'a}vio Marcelo {Tavares
+                  Montenegro} and Jos{\'e} Andr{\'e} {de Moura Brito} and
+                  Nelson Maculan},
+  title = {Iterated Local Search Algorithms for the {Euclidean}
+                  {Steiner} Tree Problem in \emph{n} Dimensions},
+  journal = {International Transactions in Operational Research},
+  year = 2016,
+  volume = 23,
+  number = 6,
+  pages = {1185--1199}
+}
+
+ +
+@article{LehWit2012,
+  title = {Black-box search by unbiased variation},
+  author = {Lehre, Per Kristian and  Carsten Witt },
+  journal = {Algorithmica},
+  volume = 64,
+  number = 4,
+  pages = {623--642},
+  year = 2012,
+  publisher = {Springer}
+}
+
+ +
+@article{Leighton1979,
+  author = {Frank Thomson Leighton},
+  title = {A Graph Coloring Algorithm for Large Scheduling Problems},
+  journal = {Journal of Research of the National Bureau of Standards},
+  year = 1979,
+  volume = 84,
+  number = 6,
+  pages = {489--506}
+}
+
+ +
+@article{LemGroPop2006general,
+  title = {A general analytic method for generating robust strategies
+                  and narrative scenarios},
+  author = {Lempert, Robert J. and Groves, David G. and Popper, Steven
+                  W. and  Bankes, Steven C. },
+  journal = {Management Science},
+  volume = 52,
+  number = 4,
+  pages = {514--528},
+  year = 2006,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{Leon00,
+  author = {C. Leon and S. Martin and J. M. Elena and J. Luque},
+  title = {{EXPLORE}: Hybrid expert system for water networks
+                  management},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2000,
+  volume = 126,
+  number = 2,
+  pages = {65--74}
+}
+
+ +
+@article{Levin1973,
+  title = {Universal'nyie perebornyie zadachi},
+  author = {Levin, Leonid},
+  journal = {Problemy Peredachi Informatsii},
+  volume = 9,
+  pages = {265--266},
+  year = 1973
+}
+
+ +
+@article{LewKurJoe2009gen,
+  author = {Lewandowski, Daniel and Kurowicka, Dorota and Joe, Harry},
+  title = {Generating Random Correlation Matrices Based on Vines and
+                  Extended Onion Method},
+  journal = {Journal of Multivariate Analysis},
+  year = 2009,
+  volume = 100,
+  number = 9,
+  pages = {1989--2001},
+  doi = {10.1016/j.jmva.2009.04.008},
+  abstract = {We extend and improve two existing methods of generating
+                  random correlation matrices, the onion method of Ghosh and
+                  Henderson [S. Ghosh, S.G. Henderson, Behavior of the norta
+                  method for correlated random vector generation as the
+                  dimension increases, ACM Transactions on Modeling and
+                  Computer Simulation (TOMACS) 13 (3) (2003) 276-294] and the
+                  recently proposed method of Joe [H. Joe, Generating random
+                  correlation matrices based on partial correlations, Journal
+                  of Multivariate Analysis 97 (2006) 2177-2189] based on
+                  partial correlations. The latter is based on the so-called
+                  D-vine. We extend the methodology to any regular vine and
+                  study the relationship between the multiple correlation and
+                  partial correlations on a regular vine. We explain the onion
+                  method in terms of elliptical distributions and extend it to
+                  allow generating random correlation matrices from the same
+                  joint distribution as the vine method. The methods are
+                  compared in terms of time necessary to generate 5000 random
+                  correlation matrices of given dimensions.},
+  keywords = {Correlation matrix; Dependence vines; Onion method; Partial
+                  correlation; LKJ}
+}
+
+ +
+@article{Li2008two,
+  title = {A two-step rejection procedure for testing multiple
+                  hypotheses},
+  author = {Li, Jianjun David},
+  journal = {Journal of Statistical Planning and Inference},
+  volume = 138,
+  number = 6,
+  pages = {1521--1527},
+  year = 2008
+}
+
+ +
+@article{Li2021telo,
+  title = {Is Our Archiving Reliable? Multiobjective Archiving Methods
+                  on ``Simple'' Artificial Input Sequences},
+  author = { Li, Miqing },
+  journal = {ACM Transactions on Evolutionary Learning and Optimization},
+  year = 2021,
+  number = 3,
+  pages = {1--19},
+  volume = 1,
+  doi = {10.1145/3465335}
+}
+
+ +
+@article{LiCheFuYao2018twoarch,
+  title = {Two-archive evolutionary algorithm for constrained
+                  multiobjective optimization},
+  author = {Li, Ke and Chen, Renzhi and Fu, Guangtao and  Xin Yao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  number = 2,
+  pages = {303--315},
+  volume = 23,
+  publisher = {IEEE}
+}
+
+ +
+@article{LiCheYao2020ieeese,
+  author = { Li, Miqing  and Chen, Tao and  Xin Yao },
+  title = {How to evaluate solutions in {Pareto}-based search-based
+                  software engineering? {A} critical review and methodological
+                  guidance},
+  journal = {IEEE Transactions on Software Engineering},
+  year = 2020,
+  volume = 48,
+  number = 5,
+  pages = {1771--1799},
+  doi = {10.1109/TSE.2020.3036108}
+}
+
+ +
+@article{LiGroYanLiu2018multi,
+  title = {Multi-line distance minimization: A visualized many-objective
+                  test problem suite},
+  author = { Li, Miqing  and Grosan, Crina and Yang, Shengxiang and
+                  Liu, Xiaohui and  Xin Yao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  number = 1,
+  pages = {61--78},
+  volume = 22,
+  annote = {highly degenerate Pareto fronts}
+}
+
+ +
+@article{LiLopYao2023archiving,
+  author = { Li, Miqing  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Xin Yao },
+  title = {Multi-Objective Archiving},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2023,
+  volume = 28,
+  number = 3,
+  pages = {696--717},
+  doi = {10.1109/TEVC.2023.3314152},
+  abstract = {Most multi-objective optimisation algorithms maintain an
+                  archive explicitly or implicitly during their search. Such an
+                  archive can be solely used to store high-quality solutions
+                  presented to the decision maker, but in many cases may
+                  participate in the search process (e.g., as the population in
+                  evolutionary computation). Over the last two decades,
+                  archiving, the process of comparing new solutions with
+                  previous ones and deciding how to update the
+                  archive/population, stands as an important issue in
+                  evolutionary multi-objective optimisation (EMO). This is
+                  evidenced by constant efforts from the community on
+                  developing various effective archiving methods, ranging from
+                  conventional Pareto-based methods to more recent
+                  indicator-based and decomposition-based ones. However, the
+                  focus of these efforts is on empirical performance comparison
+                  in terms of specific quality indicators; there is lack of
+                  systematic study of archiving methods from a general
+                  theoretical perspective. In this paper, we attempt to conduct
+                  a systematic overview of multi-objective archiving, in the
+                  hope of paving the way to understand archiving algorithms
+                  from a holistic perspective of theory and practice, and more
+                  importantly providing a guidance on how to design
+                  theoretically desirable and practically useful archiving
+                  algorithms. In doing so, we also present that archiving
+                  algorithms based on weakly Pareto compliant indicators (e.g.,
+                  $\epsilon$-indicator), as long as designed properly, can
+                  achieve the same theoretical desirables as archivers based on
+                  Pareto compliant indicators (e.g., hypervolume
+                  indicator). Such desirables include the property
+                  limit-optimal, the limit form of the possible optimal
+                  property that a bounded archiving algorithm can have with
+                  respect to the most general form of superiority between
+                  solution sets.}
+}
+
+ +
+@article{LiShaBah2016traffic,
+  author = {Li, Zhiyi and Shahidehpour, Mohammad and Bahramirad, Shay and
+                  Khodaei, Amin},
+  doi = {10.1109/TSG.2016.2526032},
+  alias = {Li2016},
+  journal = {IEEE Transactions on Smart Grid},
+  number = 4,
+  pages = {1--1},
+  title = {Optimizing Traffic Signal Settings in Smart Cities},
+  volume = 3053,
+  year = 2016,
+  abstract = {Traffic signals play a critical role in smart cities for
+                  mitigating traffic congestions and reducing the emission in
+                  metropolitan areas. This paper proposes a bi-level
+                  optimization framework to settle the optimal traffic signal
+                  setting problem. The upper-level problem determines the
+                  traffic signal settings to minimize the drivers' average
+                  travel time, while the lower-level problem aims for achieving
+                  the network equilibrium using the settings calculated at the
+                  upper level. Genetic algorithm is employed with the
+                  integration of microscopic-traffic-simulation based dynamic
+                  traffic assignment (DTA) to decouple the complex bi-level
+                  problem into tractable single-level problems which are solved
+                  sequentially. Case studies on a synthetic traffic network and
+                  a real-world traffic subnetwork are conducted to examine the
+                  effectiveness of the proposed model and relevant solution
+                  methods. Additional strategies are provided for the extension
+                  of the proposed model and the acceleration solution process
+                  in large-area traffic network applications.}
+}
+
+ +
+@article{LiChenXuGupta2015,
+  author = {Xiaoping Li and Long Chen and Haiyan Xu and Jatinder N. D. Gupta},
+  title = {Trajectory Scheduling Methods for Minimizing Total Tardiness in a Flowshop},
+  journal = {Operations Research Perspectives},
+  volume = 2,
+  pages = {13--23},
+  year = 2015,
+  issn = {2214--7160},
+  doi = {10.1016/j.orp.2014.12.001}
+}
+
+ +
+@article{LiJamSal2018hyperband,
+  author = {Lisha Li and Kevin Jamieson and Giulia DeSalvo and Afshin
+                  Rostamizadeh and Ameet Talwalkar},
+  title = {Hyperband: A Novel Bandit-Based Approach to Hyperparameter
+                  Optimization},
+  journal = {Journal of Machine Learning Research},
+  year = 2018,
+  volume = 18,
+  number = 185,
+  pages = {1--52},
+  epub = {http://jmlr.org/papers/v18/16-558.html},
+  abstract = {Performance of machine learning algorithms depends critically on identifying a good set of hyperparameters. While recent approaches use Bayesian optimization to adaptively select configurations, we focus on speeding up random search through adaptive resource allocation and early-stopping. We formulate hyperparameter optimization as a pure-exploration non-stochastic infinite-armed bandit problem where a predefined resource like iterations, data samples, or features is allocated to randomly sampled configurations. We introduce a novel algorithm, our algorithm, for this framework and analyze its theoretical properties, providing several desirable guarantees. Furthermore, we compare our algorithm with popular Bayesian optimization methods on a suite of hyperparameter optimization problems. We observe that our algorithm can provide over an order-of-magnitude speedup over our competitor set on a variety of deep-learning and kernel-based learning problems.},
+  keywords = {racing}
+}
+
+ +
+@article{LiLi07,
+  author = {Y. Li and W. Li},
+  title = {Adaptive Ant Colony Optimization Algorithm Based on
+                  Information Entropy: Foundation and Application},
+  journal = {Fundamenta Informaticae},
+  volume = 77,
+  number = 3,
+  year = 2007,
+  pages = {229--242},
+  publisher = {IOS Press},
+  address = {Amsterdam, The Netherlands}
+}
+
+ +
+@article{LiLiTanYao2015many,
+  author = {Li, Bingdong and Li, Jinlong and Tang, Ke and  Xin Yao },
+  title = {Many-Objective Evolutionary Algorithms: A Survey},
+  journal = {{ACM} Computing Surveys},
+  volume = 48,
+  number = 1,
+  year = 2015,
+  pages = {1--35},
+  doi = {10.1145/2792984},
+  numpages = 35
+}
+
+ +
+@article{LiTanLiYao2016stochastic,
+  title = {Stochastic ranking algorithm for many-objective optimization
+                  based on multiple indicators},
+  author = {Li, Bingdong and Tang, Ke and Li, Jinlong and  Xin Yao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2016,
+  number = 6,
+  pages = {924--938},
+  volume = 20,
+  publisher = {IEEE}
+}
+
+ +
+@article{LiYanLiu2014shift,
+  title = {Shift-based density estimation for {Pareto}-based algorithms
+                  in many-objective optimization},
+  author = { Li, Miqing  and Yang, Shengxiang and Liu, Xiaohui},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2014,
+  number = 3,
+  pages = {348--365},
+  volume = 18,
+  publisher = {IEEE},
+  annote = {Proposed SDE indicator algorithm}
+}
+
+ +
+@article{LiYanLiu2016tec,
+  title = {{Pareto} or non-{Pareto}: {Bi}-criterion evolution in
+                  multiobjective optimization},
+  author = { Li, Miqing  and Yang, Shengxiang and Liu, Xiaohui},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2016,
+  number = 5,
+  pages = {645--665},
+  volume = 20
+}
+
+ +
+@article{LiYao2019qual,
+  title = {Quality Evaluation of Solution Sets in Multiobjective
+                  Optimisation: A Survey},
+  author = { Li, Miqing  and  Xin Yao },
+  journal = {{ACM} Computing Surveys},
+  year = 2019,
+  number = 2,
+  volume = 52,
+  pages = {1--38},
+  doi = {10.1145/3300148},
+  publisher = {ACM}
+}
+
+ +
+@article{LiYao2017arxiv,
+  title = {Dominance Move: A Measure of Comparing Solution Sets in
+                  Multiobjective Optimization},
+  author = { Li, Miqing  and  Xin Yao },
+  journal = {arXiv preprint arXiv:1702.00477},
+  year = 2017
+}
+
+ +
+@article{LiYao2020ec,
+  title = {What weights work for you? Adapting weights for any {Pareto}
+                  front shape in decomposition-based evolutionary
+                  multiobjective optimisation},
+  author = { Li, Miqing  and  Xin Yao },
+  journal = {Evolutionary Computation},
+  year = 2020,
+  number = 2,
+  pages = {227--253},
+  volume = 28
+}
+
+ +
+@article{LiZha2009:moead-de,
+  title = {Multiobjective Optimization Problems with Complicated
+                  {Pareto} sets, {MOEA/D} and {NSGA-II}},
+  author = {Li, Hui and  Zhang, Qingfu },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 13,
+  number = 2,
+  pages = {284--302},
+  year = 2009
+}
+
+ +
+@article{LiZouYan2021twoarch,
+  title = {A two-archive algorithm with decomposition and fitness
+                  allocation for multi-modal multi-objective optimization},
+  author = {Li, Zhipan and Zou, Juan and Yang, Shengxiang and Zheng,
+                  Jinhua},
+  journal = {Information Sciences},
+  year = 2021,
+  pages = {413--430},
+  volume = 574,
+  publisher = {Elsevier}
+}
+
+ +
+@article{LiaAydStu13,
+  author = {Liao, Tianjun  and  Do\v{g}an Ayd{\i}n  and  Thomas St{\"u}tzle },
+  title = {Artificial Bee Colonies for Continuous Optimization: Experimental Analysis and Improvements},
+  journal = {Swarm Intelligence},
+  year = 2013,
+  volume = 7,
+  number = 4,
+  pages = {327--356}
+}
+
+ +
+@article{LiaMolMonStu2014,
+  author = {Liao, Tianjun  and  Daniel Molina  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle },
+  title = {A Note on the Effects of Enforcing Bound Constraints on
+Algorithm Comparisons using the {IEEE} {CEC'05} Benchmark Function Suite},
+  journal = {Evolutionary Computation},
+  year = 2014,
+  volume = 22,
+  number = 2,
+  pages = {351--359}
+}
+
+ +
+@article{LiaMolStu2015,
+  author = {Liao, Tianjun  and  Daniel Molina  and  Thomas St{\"u}tzle },
+  title = {Performance Evaluation of Automatically Tuned Continuous
+  Optimizers on Different Benchmark Sets},
+  journal = {Applied Soft Computing},
+  year = 2015,
+  volume = 27,
+  pages = {490--503}
+}
+
+ +
+@article{LiaMonStu13:soco,
+  author = {Liao, Tianjun  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle },
+  title = {Computational results for an automatically tuned {CMA-ES}
+                  with increasing population size on the {CEC'05} benchmark
+                  set},
+  journal = {Soft Computing},
+  pages = {1031--1046},
+  volume = 17,
+  number = 6,
+  year = 2013,
+  doi = {0.1007/s00500-012-0946-x}
+}
+
+ +
+@article{LiaSocMonStuDor2014,
+  author = {Liao, Tianjun  and  Krzysztof Socha  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Ant Colony Optimization for Mixed-Variable Optimization
+Problems},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2014,
+  volume = 18,
+  number = 4,
+  pages = {503--518},
+  keywords = {ACOR}
+}
+
+ +
+@article{LiaStuMonDor2014,
+  author = {Liao, Tianjun  and  Thomas St{\"u}tzle  and  Marco A. {Montes de Oca}  and  Marco Dorigo },
+  title = {A Unified Ant Colony Optimization Algorithm for Continuous
+Optimization},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 234,
+  number = 3,
+  pages = {597--609}
+}
+
+ +
+@article{LiaTseLua07,
+  author = { C.-J. Liao  and  C.-T. Tseng  and  P. Luarn },
+  title = {A Discrete Version of Particle Swarm Optimization
+                  for Flowshop Scheduling Problems},
+  journal = {Computers \& Operations Research},
+  volume = 34,
+  number = 10,
+  pages = {3099--3111},
+  year = 2007
+}
+
+ +
+@article{LieDaoVerDer2019tec,
+  author = { Arnaud Liefooghe  and Fabio Daolio and  Bilel Derbel  and  Verel, S{\'e}bastien  and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  number = 6,
+  pages = {1063--1077},
+  title = {Landscape-Aware Performance Prediction for Evolutionary
+                  Multi-objective Optimization},
+  volume = 24,
+  year = 2020
+}
+
+ +
+@article{LieHumMes2011,
+  author = { Arnaud Liefooghe  and  J{\'e}r{\'e}mie Humeau  and  Salma Mesmoudi  and  Laetitia Jourdan  and  Talbi, El-Ghazali },
+  title = {On dominance-based multiobjective local search: design,
+                  implementation and experimental analysis on scheduling and
+                  traveling salesman problems},
+  journal = {Journal of Heuristics},
+  volume = 18,
+  number = 2,
+  pages = {317--352},
+  year = 2012,
+  abstract = {This paper discusses simple local search approaches for
+                  approximating the efficient set of multiobjective
+                  combinatorial optimization problems. We focus on algorithms
+                  defined by a neighborhood structure and a dominance relation
+                  that iteratively improve an archive of nondominated
+                  solutions. Such methods are referred to as dominance-based
+                  multiobjective local search. We first provide a concise
+                  overview of existing algorithms, and we propose a model
+                  trying to unify them through a fine-grained
+                  decomposition. The main problem-independent search components
+                  of dominance relation, solution selection, neighborhood
+                  exploration and archiving are largely discussed. Then, a
+                  number of state-of-the-art and original strategies are
+                  experimented on solving a permutation flowshop scheduling
+                  problem and a traveling salesman problem, both on a two- and
+                  a three-objective formulation. Experimental results and a
+                  statistical comparison are reported in the paper, and some
+                  directions for future research are highlighted.},
+  doi = {10.1007/s10732-011-9181-3}
+}
+
+ +
+@article{LieJouTal2011paradiseo,
+  title = {A Software Framework Based on a Conceptual Unified
+                  Model for Evolutionary Multiobjective Optimization:
+                  {ParadisEO}-{MOEO}},
+  author = { Arnaud Liefooghe  and  Laetitia Jourdan  and  Talbi, El-Ghazali },
+  journal = {European Journal of Operational Research},
+  volume = 209,
+  number = 2,
+  pages = {104--112},
+  year = 2011
+}
+
+ +
+@article{LieVerHao2014hybrid,
+  author = { Arnaud Liefooghe  and  Verel, S{\'e}bastien  and  Jin-Kao Hao },
+  title = {A hybrid metaheuristic for multiobjective unconstrained
+                  binary quadratic programming},
+  journal = {Applied Soft Computing},
+  year = 2014,
+  volume = 16,
+  pages = {10--19},
+  publisher = {Elsevier}
+}
+
+ +
+@article{LikKoc2007predictive,
+  title = {Predictive control of a gas--liquid separation plant based on
+                  a {Gaussian} process model},
+  author = {Likar, Bojan and Kocijan, Ju{\v{s}}},
+  journal = {Computers \& Chemical Engineering},
+  volume = 31,
+  number = 3,
+  pages = {142--152},
+  year = 2007,
+  publisher = {Elsevier},
+  doi = {10.1016/j.compchemeng.2006.05.011}
+}
+
+ +
+@article{LinEggFeu2022smac3,
+  author = { Marius Thomas Lindauer  and  Katharina Eggensperger  and  Matthias Feurer  and  Biedenkapp, Andr{\'e}  and Difan Deng and Carolin Benjamins and Tim
+                  Ruhkopf and René Sass and  Frank Hutter },
+  title = {{SMAC3}: A Versatile Bayesian Optimization Package for
+                  Hyperparameter Optimization},
+  journal = {Journal of Machine Learning Research},
+  year = 2022,
+  volume = 23,
+  pages = {1--9},
+  epub = {http://jmlr.org/papers/v23/21-0888.html}
+}
+
+ +
+@article{LinHooHutSch2015autofolio,
+  title = {{AutoFolio}: An Automatically Configured Algorithm Selector},
+  author = { Marius Thomas Lindauer  and  Holger H. Hoos  and  Frank Hutter  and Schaub, Torsten},
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 53,
+  pages = {745--778},
+  year = 2015
+}
+
+ +
+@article{LinKer73,
+  author = {S. Lin and B. W. Kernighan},
+  title = {An Effective Heuristic Algorithm for the Traveling
+                  Salesman Problem},
+  journal = {Operations Research},
+  year = 1973,
+  volume = 21,
+  number = 2,
+  pages = {498--516}
+}
+
+ +
+@article{LinVanKot2019,
+  title = {The algorithm selection competitions 2015 and 2017},
+  author = { Marius Thomas Lindauer  and  van Rijn, Jan N.  and Kotthoff, Lars},
+  journal = {Artificial Intelligence},
+  volume = 272,
+  pages = {86--100},
+  year = 2019
+}
+
+ +
+@article{LisWit2015tcs,
+  title = {Runtime Analysis of Ant Colony Optimization on Dynamic
+                  Shortest Path Problems},
+  journal = {Theoretical Computer Science},
+  volume = 561,
+  number = {Part A},
+  pages = {73--85},
+  year = 2015,
+  doi = {10.1016/j.tcs.2014.06.035},
+  author = { Andrei Lissovoi  and  Carsten Witt },
+  abstract = {A simple ACO algorithm called $\lambda$-MMAS for dynamic
+                  variants of the single-destination shortest paths problem is
+                  studied by rigorous runtime analyses. Building upon previous
+                  results for the special case of 1-MMAS, it is studied to what
+                  extent an enlarged colony using $\lambda$ ants per vertex
+                  helps in tracking an oscillating optimum. It is shown that
+                  easy cases of oscillations can be tracked by a constant
+                  number of ants. However, the paper also identifies more
+                  involved oscillations that with overwhelming probability
+                  cannot be tracked with any polynomial-size colony. Finally,
+                  parameters of dynamic shortest-path problems which make the
+                  optimum difficult to track are discussed. Experiments
+                  illustrate theoretical findings and conjectures. }
+}
+
+ +
+@article{LitMurSweKar63,
+  author = {J. D. C. Little and K. G. Murty and D. W. Sweeney and C. Karel},
+  title = {An Algorithm for the Traveling Salesman Problem},
+  journal = {Operations Research},
+  year = 1963,
+  volume = 11,
+  pages = {972--989}
+}
+
+ +
+@article{LiuMalWanBre2017vis,
+  author = { Shusen Liu  and  Dan Maljovec  and  Bei Wang  and 
+                  Peer-Timo Bremer  and  Valerio Pascucci},
+  title = {Visualizing High-Dimensional Data: Advances in the Past
+                  Decade},
+  doi = {10.1109/TVCG.2016.2640960},
+  year = 2017,
+  journal = { IEEE Transactions on Visualization and Computer Graphics },
+  volume = 23,
+  number = 3
+}
+
+ +
+@article{LiuRee2001,
+  author = {Jiyin Liu and  Colin R. Reeves },
+  title = {Constructive and Composite Heuristic Solutions to the
+                  {P//$\Sigma$Ci} Scheduling Problem},
+  journal = {European Journal of Operational Research},
+  volume = 132,
+  number = 2,
+  pages = {439--452},
+  year = 2001,
+  doi = {10.1016/S0377-2217(00)00137-5}
+}
+
+ +
+@article{LiuYenGon2018twoarch,
+  title = {A multimodal multiobjective evolutionary algorithm using
+                  two-archive and recombination strategies},
+  author = {Liu, Yiping and Yen, Gary G. and Gong, Dunwei},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  number = 4,
+  pages = {660--674},
+  volume = 23
+}
+
+ +
+@article{LocSch1999mlsl,
+  author = {Locatelli, Marco and Schoen, Fabio},
+  title = {Random Linkage: a family of acceptance/rejection algorithms
+                  for global optimisation.},
+  journal = {Mathematical Programming},
+  year = 1999,
+  volume = 85,
+  number = 2,
+  keywords = {Multi-Level Single-Linkage (MLSL)}
+}
+
+ +
+@article{LodMarMon2002,
+  title = {Two-dimensional packing problems: A survey},
+  author = { Andrea Lodi  and  Silvano Martello  and  Monaci, Michele },
+  journal = {European Journal of Operational Research},
+  volume = 141,
+  number = 2,
+  pages = {241--252},
+  year = 2002,
+  doi = {10.1016/S0377-2217(02)00123-6}
+}
+
+ +
+@article{LodMarVig1999binpack,
+  title = {Heuristic and metaheuristic approaches for a class of
+                  two-dimensional bin packing problems},
+  author = { Andrea Lodi  and  Silvano Martello  and  Vigo, Daniele },
+  journal = {INFORMS Journal on Computing},
+  volume = 11,
+  number = 4,
+  pages = {345--357},
+  year = 1999,
+  publisher = {{INFORMS}},
+  doi = {10.1287/ijoc.11.4.345}
+}
+
+ +
+@article{LodMarVig2004tspack,
+  title = {{TSpack}: a unified tabu search code for multi-dimensional bin
+                  packing problems},
+  author = { Andrea Lodi  and  Silvano Martello  and  Vigo, Daniele },
+  journal = {Annals of Operations Research},
+  volume = 131,
+  number = {1-4},
+  pages = {203--213},
+  year = 2004,
+  publisher = {Springer},
+  doi = {10.1023/B:ANOR.0000039519.03572.08}
+}
+
+ +
+@article{LodZar2017learning,
+  title = {On Learning and Branching: A Survey},
+  author = { Andrea Lodi  and Zarpellon, Giulia},
+  journal = {TOP},
+  volume = 25,
+  pages = {207--236},
+  year = 2017,
+  publisher = {Springer}
+}
+
+ +
+@article{LohHorLin2008antennas,
+  author = {Lohn, Jason D. and Hornby, Gregory S. and Linden, Derek S.},
+  title = {Human-competitive Evolved Antennas},
+  journal = {Artificial Intelligence for Engineering Design, Analysis and Manufacturing},
+  volume = 22,
+  number = 3,
+  year = 2008,
+  pages = {235--247},
+  doi = {10.1017/s0890060408000164},
+  publisher = {Cambridge University Press},
+  annote = {Evolutionary optimization of antennas for NASA}
+}
+
+ +
+@article{LopBlu2010cor,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Christian Blum },
+  title = {Beam-{ACO} for the travelling salesman problem with
+                  time windows},
+  journal = {Computers \& Operations Research},
+  year = 2010,
+  doi = {10.1016/j.cor.2009.11.015},
+  volume = 37,
+  number = 9,
+  pages = {1570--1583},
+  keywords = {Ant colony optimization, Travelling salesman problem with
+                  time windows, Hybridization},
+  alias = {LopBlu09tsptw},
+  abstract = {The travelling salesman problem with time windows is
+                  a difficult optimization problem that arises, for
+                  example, in logistics. This paper deals with the
+                  minimization of the travel-cost. For solving this
+                  problem, this paper proposes a Beam-ACO algorithm,
+                  which is a hybrid method combining ant colony
+                  optimization with beam search.  In general, Beam-ACO
+                  algorithms heavily rely on accurate and
+                  computationally inexpensive bounding information for
+                  differentiating between partial solutions. This work
+                  uses stochastic sampling as a useful alternative. An
+                  extensive experimental evaluation on seven benchmark
+                  sets from the literature shows that the proposed
+                  Beam-ACO algorithm is currently a state-of-the-art
+                  technique for the travelling salesman problem with
+                  time windows when travel-cost optimization is
+                  concerned.}
+}
+
+ +
+@article{LopBlu2013asoc,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Christian Blum  and  Jeffrey W. Ohlmann  and  Barrett W. Thomas },
+  title = {The Travelling Salesman Problem with Time Windows:
+                  Adapting Algorithms from Travel-time to Makespan
+                  Optimization},
+  journal = {Applied Soft Computing},
+  year = 2013,
+  volume = 13,
+  number = 9,
+  pages = {3806--3815},
+  doi = {10.1016/j.asoc.2013.05.009},
+  epub = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2013-011.pdf}
+}
+
+ +
+@article{LopBraPaq2021arxiv,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\"u}rgen Branke  and  Lu{\'i}s Paquete },
+  title = {Reproducibility in Evolutionary Computation},
+  journal = {Arxiv preprint arXiv:20102.03380 [cs.AI]},
+  year = 2021,
+  url = {https://arxiv.org/abs/2102.03380},
+  abstract = {Experimental studies are prevalent in Evolutionary
+                  Computation (EC), and concerns about the reproducibility and
+                  replicability of such studies have increased in recent times,
+                  reflecting similar concerns in other scientific fields. In
+                  this article, we suggest a classification of different types
+                  of reproducibility that refines the badge system of the
+                  Association of Computing Machinery (ACM) adopted by TELO. We
+                  discuss, within the context of EC, the different types of
+                  reproducibility as well as the concepts of artifact and
+                  measurement, which are crucial for claiming
+                  reproducibility. We identify cultural and technical obstacles
+                  to reproducibility in the EC field. Finally, we provide
+                  guidelines and suggest tools that may help to overcome some
+                  of these reproducibility obstacles.},
+  keywords = {Evolutionary Computation, Reproducibility, Empirical study,
+                  Benchmarking}
+}
+
+ +
+@article{LopBraPaq2021telo,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\"u}rgen Branke  and  Lu{\'i}s Paquete },
+  title = {Reproducibility in Evolutionary Computation},
+  journal = {ACM Transactions on Evolutionary Learning and Optimization},
+  year = 2021,
+  volume = 1,
+  number = 4,
+  pages = {1--21},
+  doi = {10.1145/3466624},
+  epub = {https://arxiv.org/abs/2102.03380},
+  abstract = {Experimental studies are prevalent in Evolutionary
+                  Computation (EC), and concerns about the reproducibility and
+                  replicability of such studies have increased in recent times,
+                  reflecting similar concerns in other scientific fields. In
+                  this article, we suggest a classification of different types
+                  of reproducibility that refines the badge system of the
+                  Association of Computing Machinery (ACM) adopted by TELO. We
+                  discuss, within the context of EC, the different types of
+                  reproducibility as well as the concepts of artifact and
+                  measurement, which are crucial for claiming
+                  reproducibility. We identify cultural and technical obstacles
+                  to reproducibility in the EC field. Finally, we provide
+                  guidelines and suggest tools that may help to overcome some
+                  of these reproducibility obstacles.},
+  keywords = {Evolutionary Computation, Reproducibility, Empirical study,
+                  Benchmarking}
+}
+
+ +
+@article{LopDubPerStuBir2016irace,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and   P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {The {\rpackage{irace}} Package: Iterated Racing for Automatic
+                  Algorithm Configuration},
+  journal = {Operations Research Perspectives},
+  year = 2016,
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2016-003/},
+  doi = {10.1016/j.orp.2016.09.002},
+  volume = 3,
+  pages = {43--58}
+}
+
+ +
+@article{LopKesStu2017:cim,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Marie-El{\'e}onore Kessaci  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Metaheuristics from Algorithmic Components},
+  journal = {Submitted},
+  year = 2017,
+  optvolume = {},
+  optnumber = {},
+  optpages = {}
+}
+
+ +
+@article{LopPaqStu05:jmma,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Hybrid Population-based Algorithms for the
+                  Bi-objective Quadratic Assignment Problem},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2006,
+  volume = 5,
+  number = 1,
+  pages = {111--137},
+  doi = {10.1007/s10852-005-9034-x},
+  alias = {LopPaqStu06:jmma},
+  abstract = {We present variants of an ant colony optimization
+                  (MO-ACO) algorithm and of an evolutionary algorithm
+                  (SPEA2) for tackling multi-objective combinatorial
+                  optimization problems, hybridized with an iterative
+                  improvement algorithm and the robust tabu search
+                  algorithm. The performance of the resulting hybrid
+                  stochastic local search (SLS) algorithms is
+                  experimentally investigated for the bi-objective
+                  quadratic assignment problem (bQAP) and compared
+                  against repeated applications of the underlying
+                  local search algorithms for several
+                  scalarizations. The experiments consider structured
+                  and unstructured bQAP instances with various degrees
+                  of correlation between the flow matrices. We do a
+                  systematic experimental analysis of the algorithms
+                  using outperformance relations and the attainment
+                  functions methodology to asses differences in the
+                  performance of the algorithms. The experimental
+                  results show the usefulness of the hybrid algorithms
+                  if the available computation time is not too limited
+                  and identify SPEA2 hybridized with very short tabu
+                  search runs as the most promising variant.}
+}
+
+ +
+@article{LopPerStu2020ifors,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and   P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle },
+  title = {{irace}: A Tool for the Automatic Configuration of
+                  Algorithms},
+  journal = {International Federation of Operational Research Societies
+                  (IFORS) News},
+  year = 2020,
+  volume = 14,
+  number = 2,
+  pages = {30--32},
+  month = jun,
+  url = {https://www.ifors.org/newsletter/ifors-news-june2020.pdf}
+}
+
+ +
+@article{LopPraPae08aco,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Ant Colony Optimisation for the Optimal Control of
+                  Pumps in Water Distribution Networks},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2008,
+  volume = 134,
+  number = 4,
+  pages = {337--346},
+  publisher = {{ASCE}},
+  epub = {http://link.aip.org/link/?QWR/134/337/1},
+  doi = {10.1061/(ASCE)0733-9496(2008)134:4(337)},
+  abstract = {Reducing energy consumption of water distribution
+  networks has never had more significance than today. The greatest
+  energy savings can be obtained by careful scheduling of operation of
+  pumps. Schedules can be defined either implicitly, in terms of other
+  elements of the network such as tank levels, or explicitly by
+  specifying the time during which each pump is on/off. The
+  traditional representation of explicit schedules is a string of
+  binary values with each bit representing pump on/off status during a
+  particular time interval. In this paper a new explicit
+  representation is presented. It is based on time controlled
+  triggers, where the maximum number of pump switches is specified
+  beforehand. In this representation a pump schedule is divided into a
+  series of integers with each integer representing the number of
+  hours for which a pump is active/inactive. This reduces the number
+  of potential schedules (search space) compared to the binary
+  representation. Ant colony optimization (ACO) is a stochastic
+  meta-heuristic for combinatorial optimization problems that is
+  inspired by the foraging behavior of some species of ants. In this
+  paper, an application of the ACO framework was developed for the
+  optimal scheduling of pumps. The proposed representation was adapted
+  to an ant colony Optimization framework and solved for the optimal
+  pump schedules. Minimization of electrical cost was considered as
+  the objective, while satisfying system constraints. Instead of using
+  a penalty function approach for constraint violations, constraint
+  violations were ordered according to their importance and solutions
+  were ranked based on this order. The proposed approach was tested on
+  a small test network and on a large real-world network. Results are
+  compared with those obtained using a simple genetic algorithm based
+  on binary representation and a hybrid genetic algorithm that uses
+  level-based triggers.}
+}
+
+ +
+@article{LopPraPae2011ec,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Representations and Evolutionary Operators for the
+                  Scheduling of Pump Operations in Water Distribution
+                  Networks},
+  journal = {Evolutionary Computation},
+  year = 2011,
+  doi = {10.1162/EVCO_a_00035},
+  volume = 19,
+  number = 3,
+  pages = {429--467},
+  abstract = {Reducing the energy consumption of water
+                  distribution networks has never had more
+                  significance. The greatest energy savings can be
+                  obtained by carefully scheduling the operations of
+                  pumps. Schedules can be defined either implicitly,
+                  in terms of other elements of the network such as
+                  tank levels, or explicitly by specifying the time
+                  during which each pump is on/off.  The traditional
+                  representation of explicit schedules is a string of
+                  binary values with each bit representing pump on/off
+                  status during a particular time interval.  In this
+                  paper, we formally define and analyze two new
+                  explicit representations based on time-controlled
+                  triggers, where the maximum number of pump switches
+                  is established beforehand and the schedule may
+                  contain less switches than the maximum. In these
+                  representations, a pump schedule is divided into a
+                  series of integers with each integer representing
+                  the number of hours for which a pump is
+                  active/inactive.  This reduces the number of
+                  potential schedules compared to the binary
+                  representation, and allows the algorithm to operate
+                  on the feasible region of the search space.  We
+                  propose evolutionary operators for these two new
+                  representations. The new representations and their
+                  corresponding operations are compared with the two
+                  most-used representations in pump scheduling,
+                  namely, binary representation and level-controlled
+                  triggers. A detailed statistical analysis of the
+                  results indicates which parameters have the greatest
+                  effect on the performance of evolutionary
+                  algorithms. The empirical results show that an
+                  evolutionary algorithm using the proposed
+                  representations improves over the results obtained
+                  by a recent state-of-the-art Hybrid Genetic
+                  Algorithm for pump scheduling using level-controlled
+                  triggers.}
+}
+
+ +
+@article{LopStu2012swarm,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An experimental analysis of design choices of multi-objective ant colony optimization algorithms},
+  journal = {Swarm Intelligence},
+  year = 2012,
+  number = 3,
+  volume = 6,
+  pages = {207--232},
+  doi = {10.1007/s11721-012-0070-7},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2012-006/}
+}
+
+ +
+@article{LopStu2012tec,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {The Automatic Design of Multi-Objective Ant Colony
+                  Optimization Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2012,
+  volume = 16,
+  number = 6,
+  pages = {861--875},
+  doi = {10.1109/TEVC.2011.2182651},
+  abstract = {
+Multi-objective optimization problems are problems with several,
+typically conflicting criteria for evaluating solutions. Without
+any a priori preference information, the Pareto optimality
+principle establishes a partial order among solutions, and the
+output of the algorithm becomes a set of nondominated solutions
+rather than a single one. Various ant colony optimization (ACO)
+algorithms have been proposed in recent years for solving such
+problems. These multi-objective ACO (MOACO) algorithms exhibit
+different design choices for dealing with the particularities of
+the multi-objective context. This paper proposes a formulation of
+algorithmic components that suffices to describe most MOACO
+algorithms proposed so far. This formulation also shows that
+existing MOACO algorithms often share equivalent design choices
+but they are described in different terms. Moreover, this
+formulation is synthesized into a flexible algorithmic framework,
+from which not only existing MOACO algorithms may be
+instantiated, but also combinations of components that were never
+studied in the literature. In this sense, this paper goes beyond
+proposing a new MOACO algorithm, but it rather introduces a
+family of MOACO algorithms. The flexibility of the proposed MOACO
+framework facilitates the application of automatic algorithm
+configuration techniques. The experimental results presented in
+this paper show that the automatically configured MOACO framework
+outperforms the MOACO algorithms that inspired the framework
+itself. This paper is also among the first to apply automatic
+algorithm configuration techniques to multi-objective algorithms.}
+}
+
+ +
+@article{LopStu2013ejor,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Improving the Anytime Behaviour of Optimisation
+                  Algorithms},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 235,
+  number = 3,
+  pages = {569--582},
+  doi = {10.1016/j.ejor.2013.10.043},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2012-011/},
+  abstract = {Optimisation algorithms with good anytime behaviour try to
+                  return as high-quality solutions as possible independently of
+                  the computation time allowed. Designing algorithms with good
+                  anytime behaviour is a difficult task, because performance is
+                  often evaluated subjectively, by plotting the trade-off curve
+                  between computation time and solution quality. Yet, the
+                  trade-off curve may be modelled also as a set of mutually
+                  nondominated, bi-objective points. Using this model, we
+                  propose to combine an automatic configuration tool and the
+                  hypervolume measure, which assigns a single quality measure
+                  to a nondominated set. This allows us to improve the anytime
+                  behaviour of optimisation algorithms by means of
+                  automatically finding algorithmic configurations that produce
+                  the best nondominated sets. Moreover, the recently proposed
+                  weighted hypervolume measure is used here to incorporate the
+                  decision-maker's preferences into the automatic tuning
+                  procedure. We report on the improvements reached when
+                  applying the proposed method to two relevant scenarios: (i)
+                  the design of parameter variation strategies for MAX-MIN Ant
+                  System and (ii) the tuning of the anytime behaviour of SCIP,
+                  an open-source mixed integer programming solver with more
+                  than 200 parameters.}
+}
+
+ +
+@article{LopTerRos2014esa,
+  author = {Eunice López-Camacho and Hugo Terashima-Marin and  Peter Ross  and  Gabriela Ochoa },
+  title = {A unified hyper-heuristic framework for solving bin packing
+                  problems},
+  journal = {Expert Systems with Applications},
+  volume = 41,
+  number = 15,
+  pages = {6876--6889},
+  year = 2014,
+  doi = {10.1016/j.eswa.2014.04.043}
+}
+
+ +
+@article{LouBoi2008vns_anytime,
+  author = { Samir Loudni  and  Patrice Boizumault },
+  title = {Combining {VNS} with constraint programming for
+                  solving anytime optimization problems},
+  journal = {European Journal of Operational Research},
+  year = 2008,
+  volume = 191,
+  pages = {705--735},
+  doi = {10.1016/j.ejor.2006.12.062}
+}
+
+ +
+@article{Lourenco1995,
+  author = { Helena R. {Louren{\c c}o} },
+  title = {Job-Shop Scheduling: Computational Study of Local
+  Search and Large-Step Optimization Methods},
+  journal = {European Journal of Operational Research},
+  year = 1995,
+  volume = 83,
+  number = 2,
+  pages = {347--364}
+}
+
+ +
+@article{LovTor2001aor,
+  author = {Lova, Antonio and Tormos, Pilar},
+  title = {Analysis of Scheduling Schemes and Heuristic Rules
+                  Performance in Resource-Constrained Multiproject
+                  Scheduling},
+  volume = 102,
+  doi = {10.1023/A:1010966401888},
+  abstract = {Frequently, the availability of resources assigned
+                  to a project is limited and not sufficient to
+                  execute all the concurrent activities. In this
+                  situation, decision making about their schedule is
+                  necessary. Many times this schedule supposes an
+                  increase in the project completion
+                  time. Additionally, companies commonly manage
+                  various projects simultaneously, sharing a pool of
+                  renewable resources. Given these resource
+                  constraints, we often can only apply heuristic
+                  methods to solve the scheduling problem. In this
+                  work the effect of the schedule generation schemes -
+                  serial or parallel - and priority rules - {MINLFT},
+                  {MINSLK}, {MAXTWK}, {SASP} or {FCFS} - with two
+                  approaches - multi-project and single-project - are
+                  analysed. The time criteria considered are the mean
+                  project delay and the multiproject duration
+                  increase. Through an extensive computational study,
+                  results show that with the parallel scheduling
+                  generation scheme and the multi-project approach the
+                  project manager can obtain a good multiproject
+                  schedule with the time criterion selected:
+                  minimising mean project delay or minimising
+                  multiproject duration increase. New heuristics -
+                  based on priority rules with a two-phase approach -
+                  that outperform classical ones are proposed to
+                  minimise mean project delay with a multi-project
+                  approach. Finally, the best heuristics analysed are
+                  evaluated together with a representative sample of
+                  commercial project management software.},
+  number = {1-4},
+  journal = {Annals of Operations Research},
+  month = feb,
+  year = 2001,
+  keywords = {Combinatorics, heuristic based on priority rules,
+                  Multiproject scheduling, Operation
+                  {Research/Decision} Theory, Project management,
+                  project management software, Resource allocation,
+                  Theory of Computation},
+  pages = {263--286}
+}
+
+ +
+@article{LovTorCer2009ijpe,
+  author = {Lova, Antonio and Tormos, Pilar and Cervantes,
+                  Mariamar and Barber, Federico},
+  title = {An efficient hybrid genetic algorithm for scheduling
+                  projects with resource constraints and multiple
+                  execution modes},
+  volume = 117,
+  doi = {10.1016/j.ijpe.2008.11.002},
+  abstract = {Multi-mode Resource Constrained Project Scheduling
+                  Problem ({MRCPSP)} aims at finding the start times
+                  and execution modes for the activities of a project
+                  that optimize a given objective function while
+                  verifying a set of precedence and resource
+                  constraints. In this paper, we focus on this problem
+                  and develop a hybrid Genetic Algorithm ({MM-HGA)} to
+                  solve it. Its main contributions are the mode
+                  assignment procedure, the fitness function and the
+                  use of a very efficient improving method. Its
+                  performance is demonstrated by extensive
+                  computational results obtained on a set of standard
+                  instances and against the best currently available
+                  algorithms.},
+  number = 2,
+  journal = {International Journal of Production Economics},
+  year = 2009,
+  keywords = {genetic algorithm, multi-mode resource-constrained
+                  project scheduling},
+  pages = {302--316}
+}
+
+ +
+@article{LozGloGarRodMar2014,
+  author = { Manuel Lozano  and  Fred Glover  and  Carlos Garc{\'i}a-Mart{\'i}nez  and Francisco J. Rodr{\'i}guez and  Rafael Mart{\'i} },
+  title = {Tabu Search with Strategic Oscillation for the Quadratic Minimum Spanning Tree},
+  journal = {IIE Transactions},
+  year = 2014,
+  volume = 46,
+  number = 4,
+  pages = {414--428}
+}
+
+ +
+@article{LozMolGar2011,
+  author = { Manuel Lozano  and  Daniel Molina  and  Carlos Garc{\'i}a-Mart{\'i}nez },
+  title = {Iterated Greedy for the Maximum Diversity Problem},
+  journal = {European Journal of Operational Research},
+  year = 2011,
+  volume = 214,
+  number = 1,
+  pages = {31--38}
+}
+
+ +
+@article{LuGloHao2010ejor,
+  author = { L{\"u}, Zhipeng  and  Fred Glover  and  Jin-Kao Hao },
+  title = {A hybrid metaheuristic approach to solving the
+                  {UBQP} problem},
+  journal = {European Journal of Operational Research},
+  volume = 207,
+  number = 3,
+  pages = {1254--1262},
+  year = 2010,
+  doi = {10.1016/j.ejor.2010.06.039}
+}
+
+ +
+@article{Lucas2014ising,
+  title = {Ising formulations of many {NP} problems},
+  author = {Lucas, Andrew},
+  journal = { Frontiers in Physics },
+  volume = 2,
+  pages = 5,
+  year = 2014,
+  publisher = {Frontiers},
+  doi = {10.3389/fphy.2014.00005}
+}
+
+ +
+@article{LundyMees1986,
+  title = {Convergence of an Annealing Algorithm},
+  author = { M. Lundy  and  A. Mees },
+  journal = {Mathematical Programming},
+  volume = 34,
+  number = 1,
+  pages = {111--124},
+  year = 1986
+}
+
+ +
+@article{LusTeg2009tpls,
+  author = { Thibaut Lust  and  Jacques Teghem },
+  title = {Two-phase {Pareto} local search for the biobjective traveling
+                  salesman problem},
+  doi = {10.1007/s10732-009-9103-9},
+  abstract = {In this work, we present a method, called {Two-Phase}
+                  {Pareto} Local Search, to find a good approximation of the
+                  efficient set of the biobjective traveling salesman
+                  problem. In the first phase of the method, an initial
+                  population composed of a good approximation of the extreme
+                  supported efficient solutions is generated. We use as second
+                  phase a {Pareto} Local Search method applied to each solution
+                  of the initial population. We show that using the combination
+                  of these two techniques: good initial population generation
+                  plus {Pareto} Local Search gives better results than
+                  state-of-the-art algorithms. Two other points are introduced:
+                  the notion of ideal set and a simple way to produce
+                  near-efficient solutions of multiobjective problems, by using
+                  an efficient single-objective solver with a data perturbation
+                  technique.  },
+  journal = {Journal of Heuristics},
+  volume = 16,
+  number = 3,
+  pages = {475--510},
+  year = 2010,
+  alias = {Lust09}
+}
+
+ +
+@article{LusTeg2010arxiv,
+  author = { Thibaut Lust  and  Jacques Teghem },
+  title = {The multiobjective multidimensional knapsack
+                  problem: a survey and a new approach},
+  journal = {Arxiv preprint arXiv:1007.4063},
+  year = 2010,
+  note = {Published as~\cite{LusTeg2012itor}}
+}
+
+ +
+@article{LusTeg2012itor,
+  title = {The multiobjective multidimensional knapsack
+                  problem: a survey and a new approach},
+  author = { Thibaut Lust  and  Jacques Teghem },
+  journal = {International Transactions in Operational Research},
+  volume = 19,
+  number = 4,
+  pages = {495--520},
+  year = 2012,
+  doi = {10.1111/j.1475-3995.2011.00840.x}
+}
+
+ +
+@article{LustJasz09btsp,
+  author = { Thibaut Lust  and  Andrzej Jaszkiewicz },
+  title = {Speed-up techniques for solving large-scale biobjective
+                  {TSP}},
+  journal = {Computers \& Operations Research},
+  year = 2010,
+  doi = {10.1016/j.cor.2009.01.005},
+  pages = {521--533},
+  volume = 37,
+  number = 3,
+  keywords = {Multiobjective combinatorial optimization, Hybrid
+                  metaheuristics, TSP, Local search, Speed-up techniques}
+}
+
+ +
+@article{LuvBarBri2014,
+  title = {A survey on multi-objective evolutionary algorithms
+                  for many-objective problems},
+  author = { C. von L{\"u}cken  and  Benjam{\'i}n Bar{\'a}n  and  Brizuela, Carlos},
+  pages = {707--756},
+  year = 2014,
+  journal = {Computational Optimization and Applications},
+  volume = 58,
+  number = 3
+}
+
+ +
+@article{MaaHin2008tsne,
+  author = {Laurens van der Maaten and Geoffrey Hinton},
+  title = {Visualizing Data using t-{SNE}},
+  journal = {Journal of Machine Learning Research},
+  year = 2008,
+  volume = 9,
+  number = 86,
+  pages = {2579--2605},
+  epub = {http://jmlr.org/papers/v9/vandermaaten08a.html}
+}
+
+ +
+@article{MachBelTal2018ale,
+  author = {Machado, Marlos C. and Bellemare, Marc G. and Talvitie, Erik
+                  and Veness, Joel and Hausknecht, Matthew and Bowling,
+                  Michael},
+  title = {Revisiting the {Arcade} {Learning} {Environment}: Evaluation
+                  Protocols and Open Problems for General Agents},
+  year = 2018,
+  publisher = {AI Access Foundation},
+  address = {El Segundo, CA, USA},
+  volume = 61,
+  number = 1,
+  issn = {1076-9757},
+  abstract = {The Arcade Learning Environment (ALE) is an evaluation
+                  platform that poses the challenge of building AI agents with
+                  general competency across dozens of Atari 2600 games. It
+                  supports a variety of different problem settings and it has
+                  been receiving increasing attention from the scientific
+                  community, leading to some high-pro_le success stories such
+                  as the much publicized Deep Q-Networks (DQN). In this article
+                  we take a big picture look at how the ALE is being used by
+                  the research community. We show how diverse the evaluation
+                  methodologies in the ALE have become with time, and highlight
+                  some key concerns when evaluating agents in the ALE. We use
+                  this discussion to present some methodological best practices
+                  and provide new benchmark results using these best
+                  practices. To further the progress in the field, we introduce
+                  a new version of the ALE that supports multiple game modes
+                  and provides a form of stochasticity we call sticky
+                  actions. We conclude this big picture look by revisiting
+                  challenges posed when the ALE was introduced, summarizing the
+                  state-of-the-art in various problems and highlighting
+                  problems that remain open.},
+  journal = {Journal of Artificial Intelligence Research},
+  month = jan,
+  pages = {523--562},
+  numpages = 40
+}
+
+ +
+@article{Madden2012,
+  title = {From Databases to Big Data},
+  author = {Madden, Sam},
+  journal = {IEEE Internet Computing},
+  volume = 16,
+  number = 3,
+  year = 2012
+}
+
+ +
+@article{MahFesDam2007harmony,
+  author = {M. Mahdavi and M. Fesanghary and E. Damangir},
+  title = {An improved harmony search algorithm for solving optimization
+                  problems},
+  journal = {Applied Mathematics and Computation},
+  volume = 188,
+  number = 2,
+  pages = {1567--1579},
+  year = 2007,
+  doi = {10.1016/j.amc.2006.11.033},
+  keywords = {Global optimization, Heuristics, Harmony search algorithm,
+                  Mathematical programming},
+  abstract = {This paper develops an Improved harmony search (IHS)
+                  algorithm for solving optimization problems. IHS employs a
+                  novel method for generating new solution vectors that
+                  enhances accuracy and convergence rate of harmony search (HS)
+                  algorithm. In this paper the impacts of constant parameters
+                  on harmony search algorithm are discussed and a strategy for
+                  tuning these parameters is presented. The IHS algorithm has
+                  been successfully applied to various benchmarking and
+                  standard engineering optimization problems. Numerical results
+                  reveal that the proposed algorithm can find better solutions
+                  when compared to HS and other heuristic or deterministic
+                  methods and is a powerful search algorithm for various
+                  engineering optimization problems.}
+}
+
+ +
+@article{MaiRon2012,
+  title = {New heuristics for total tardiness minimization in
+                  a flexible flowshop},
+  author = {Mainieri, Guilherme B. and Ronconi, D{\'e}bora P.},
+  journal = {Optimization Letters},
+  pages = {1--20},
+  year = 2012
+}
+
+ +
+@article{MaieSimp03:ACODesignWDN,
+  author = { Holger R. Maier  and  Angus R. Simpson  and  Aaron C. Zecchin  and  Wai Kuan Foong  and  Kuang Yeow Phang  and  Hsin Yeow Seah  and  Tan, Chan Lim },
+  title = {Ant Colony Optimization for Design of Water Distribution
+                  Systems},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 129,
+  number = 3,
+  pages = {200--209},
+  date = {2003-05/2003-06},
+  year = 2003,
+  month = may # { / } # jun
+}
+
+ +
+@article{MMalDas2022twiarch,
+  title = {A twin-archive guided decomposition based
+                  multi/many-objective evolutionary algorithm},
+  author = {M, Sri Srinivasa Raju and Mallipeddi, Rammohan and Das, Kedar Nath},
+  journal = {Swarm and Evolutionary Computation},
+  volume = 71,
+  pages = 101082,
+  year = 2022,
+  doi = {10.1016/j.swevo.2022.101082},
+  publisher = {Elsevier}
+}
+
+ +
+@article{MalEng2013survey,
+  author = {Katherine M. Malan and  Andries Engelbrecht },
+  title = {A survey of techniques for characterising fitness landscapes
+                  and some possible ways forward},
+  journal = {Information Sciences},
+  volume = 241,
+  pages = {148--163},
+  year = 2013,
+  issn = {0020-0255},
+  doi = {10.1016/j.ins.2013.04.015}
+}
+
+ +
+@article{Males85,
+  author = { R. M. Males  and  R. M. Clark  and  P. J. Wehrman  and  W. E. Gateset },
+  title = {Algorithm for mixing problems in water systems},
+  journal = { Journal of Hydraulic Engineering, {ASCE}},
+  year = 1985,
+  volume = 111,
+  number = 2,
+  pages = {206--219}
+}
+
+ +
+@article{Man1999:joc,
+  author = { Vittorio Maniezzo },
+  title = {Exact and Approximate Nondeterministic Tree-Search Procedures
+                  for the Quadratic Assignment Problem},
+  journal = {INFORMS Journal on Computing},
+  year = 1999,
+  volume = 11,
+  number = 4,
+  pages = {358--369},
+  alias = {Man99:informs}
+}
+
+ +
+@article{ManCar2000:fgcs,
+  author = { Vittorio Maniezzo  and  A. Carbonaro },
+  title = {An {ANTS} Heuristic for the Frequency Assignment Problem},
+  journal = {Future Generation Computer Systems},
+  year = 2000,
+  volume = 16,
+  number = 8,
+  pages = {927--935},
+  alias = {ManCar00}
+}
+
+ +
+@article{ManCol99,
+  author = { Vittorio Maniezzo  and  Alberto Colorni },
+  title = {The {Ant} {System} Applied to the Quadratic
+                  Assignment Problem},
+  journal = {IEEE Transactions on Knowledge and Data Engineering},
+  year = 1999,
+  volume = 11,
+  number = 5,
+  pages = {769--778}
+}
+
+ +
+@article{Mar84,
+  title = {On a multicritera shortest path problem},
+  journal = {European Journal of Operational Research},
+  volume = 16,
+  pages = {236--245},
+  year = 1984,
+  author = {E. Q. V. Martins}
+}
+
+ +
+@article{MarAro2004smo,
+  author = {Marler, R. T. and Arora, J. S.},
+  title = {Survey of multi-objective optimization methods for
+                  engineering},
+  journal = {Structural and Multidisciplinary Optimization},
+  year = 2004,
+  volume = 26,
+  number = 6,
+  pages = {369--395},
+  month = apr,
+  doi = {10.1007/s00158-003-0368-6},
+  annote = {Discusses a priori (scalarized) methods.}
+}
+
+ +
+@article{MarCavHer2023repr,
+  author = { Raul Mart{\'i}n-Santamar{\'i}a  and Cavero, Sergio and Herrán, Alberto and  Duarte, Abraham  and  Colmenar, J. Manuel },
+  title = {A Practical Methodology for Reproducible Experimentation: An
+                  Application to the Double-Row Facility Layout Problem},
+  journal = {Evolutionary Computation},
+  year = 2023,
+  pages = {1--35},
+  month = nov,
+  issn = {1063-6560},
+  doi = {10.1162/evco_a_00317},
+  publisher = {MIT Press},
+  keywords = {irace}
+}
+
+ +
+@article{MarDeBHaeVanSnoBae07,
+  author = {D. Martens and M. De Backer and R. Haesen and
+                  J. Vanthienen and M. Snoeck and B. Baesens},
+  title = {Classification With Ant Colony Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2007,
+  volume = 11,
+  number = 5,
+  pages = {651--665}
+}
+
+ +
+@article{MarLopStuCol2024auto,
+  author = { Raul Mart{\'i}n-Santamar{\'i}a  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle  and  Colmenar, J. Manuel },
+  title = {On the automatic generation of metaheuristic algorithms for
+                  combinatorial optimization problems},
+  journal = {European Journal of Operational Research},
+  year = 2024,
+  doi = {10.1016/j.ejor.2024.06.001},
+  abstract = {Metaheuristic algorithms have become one of the preferred
+                  approaches for solving optimization problems. Finding the
+                  best metaheuristic for a given problem is often difficult due
+                  to the large number of available approaches and possible
+                  algorithmic designs. Moreover, high-performing metaheuristics
+                  often combine general-purpose and problem-specific
+                  algorithmic components. We propose here an approach for
+                  automatically designing metaheuristics using a flexible
+                  framework of algorithmic components, from which algorithms
+                  are instantiated and evaluated by an automatic configuration
+                  method. The rules for composing algorithmic components are
+                  defined implicitly by the properties of each algorithmic
+                  component, in contrast to previous proposals, which require a
+                  handwritten algorithmic template or grammar. As a result,
+                  extending our framework with additional components, even
+                  problem-specific or user-defined ones, automatically updates
+                  the design space. Furthermore, since the generated algorithms
+                  are made up of components, they can be easily interpreted. We
+                  provide an implementation of our proposal and demonstrate its
+                  benefits by outperforming previous research in three distinct
+                  problems from completely different families: a facility
+                  layout problem, a vehicle routing problem and a clustering
+                  problem.},
+  keywords = {irace}
+}
+
+ +
+@article{MarMarWeiWol2002,
+  title = {Cutting planes in integer and mixed integer programming},
+  author = {Marchand, Hugues and Martin, Alexander and Weismantel, Robert and Wolsey, Laurence},
+  journal = {Discrete Applied Mathematics},
+  volume = 123,
+  number = {1--3},
+  pages = {397--446},
+  year = 2002,
+  publisher = {Elsevier}
+}
+
+ +
+@article{MarMoo1997air,
+  author = {O. Maron and A. W. Moore},
+  title = {The Racing Algorithm: {Model} Selection for Lazy Learners},
+  journal = {Artificial Intelligence Research},
+  year = 1997,
+  volume = 11,
+  number = {1--5},
+  pages = {193--225},
+  doi = {10.1023/A:1006556606079}
+}
+
+ +
+@article{MarOtt1995,
+  author = { Olivier Martin  and S. W. Otto},
+  title = {Partitioning of Unstructured Meshes for Load
+                  Balancing},
+  journal = {Concurrency: Practice and Experience},
+  year = 1995,
+  volume = 7,
+  number = 4,
+  pages = {303--314}
+}
+
+ +
+@article{MarOtt1996:aor,
+  author = { Olivier Martin  and S. W. Otto},
+  title = {Combining Simulated Annealing with Local Search
+                  Heuristics},
+  journal = {Annals of Operations Research},
+  year = 1996,
+  volume = 63,
+  pages = {57--75}
+}
+
+ +
+@article{MarOttFel91:cs,
+  author = { Olivier Martin  and S. W. Otto and E. W. Felten},
+  title = {Large-Step {Markov} Chains for the Traveling
+                  Salesman Problem},
+  journal = {Complex Systems},
+  year = 1991,
+  volume = 5,
+  number = 3,
+  pages = {299--326}
+}
+
+ +
+@article{MarOttFel92:orl,
+  author = { Olivier Martin  and S. W. Otto and E. W. Felten},
+  title = {Large-step {Markov} Chains for the {TSP}
+                  Incorporating Local Search Heuristics},
+  journal = {Operations Research Letters},
+  year = 1992,
+  volume = 11,
+  number = 4,
+  pages = {219--224}
+}
+
+ +
+@article{MarReiDua2012,
+  author = { Rafael Mart{\'i}  and  Gerhard Reinelt  and  Duarte, Abraham },
+  title = {A Benchmark Library and a Comparison of Heuristic Methods for the Linear Ordering Problem},
+  journal = {Computational Optimization and Applications},
+  year = 2012,
+  volume = 51,
+  number = 3,
+  pages = {1297--1317}
+}
+
+ +
+@article{MarSanPer2022strategic,
+  author = { Raul Mart{\'i}n-Santamar{\'i}a  and   Jes{\'u}s S{\'a}nchez-Oro  and S. P\'{e}rez-Pel\'{o} and  Duarte, Abraham },
+  title = {Strategic oscillation for the balanced minimum sum-of-squares
+                  clustering problem},
+  journal = {Information Sciences},
+  year = 2022,
+  volume = 585,
+  pages = {529--542},
+  doi = {10.1016/j.ins.2021.11.048}
+}
+
+ +
+@article{MarTot1990dam,
+  author = { Silvano Martello  and  Paolo Toth },
+  title = {Lower bounds and reduction procedures for the bin
+                  packing problem},
+  journal = {Discrete Applied Mathematics},
+  volume = 28,
+  number = 1,
+  year = 1990,
+  pages = {59--70},
+  doi = {10.1016/0166-218X(90)90094-S}
+}
+
+ +
+@article{MarVig1998exact,
+  title = {Exact solution of the two-dimensional finite bin packing
+                  problem},
+  author = { Silvano Martello  and  Vigo, Daniele },
+  journal = {Management Science},
+  volume = 44,
+  number = 3,
+  pages = {388--399},
+  year = 1998,
+  publisher = {{INFORMS}},
+  doi = {10.1287/mnsc.44.3.388}
+}
+
+ +
+@article{MasHwa1981isgp,
+  author = {Masud, Abu S. and Hwang, C. L.},
+  title = {Interactive Sequential Goal Programming},
+  journal = {Journal of the Operational Research Society},
+  year = 1981,
+  volume = 32,
+  number = 5,
+  pages = {391--400},
+  month = may,
+  issn = {1476-9360},
+  doi = {10.1057/jors.1981.76},
+  abstract = {This paper introduces a new solution method based on Goal
+                  Programming for Multiple Objective Decision Making (MODM)
+                  problems. The method, called Interactive Sequential Goal
+                  Programming (ISGP), combines and extends the attractive
+                  features of both Goal Programming and interactive solution
+                  approaches for MODM problems. ISGP is applicable to both
+                  linear and non-linear problems. It uses existing single
+                  objective optimization techniques and, hence, available
+                  computer codes utilizing these techniques can be adapted for
+                  use in ISGP. The non-dominance of the "best-compromise"
+                  solution is assured. The information required from the
+                  decision maker in each iteration is simple. The proposed
+                  method is illustrated by solving a nutrition problem.}
+}
+
+ +
+@article{MasLopDubStu2014cor,
+  author = { Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle },
+  title = {Grammar-Based Generation of Stochastic Local Search
+                  Heuristics through Automatic Algorithm Configuration Tools},
+  journal = {Computers \& Operations Research},
+  year = 2014,
+  doi = {10.1016/j.cor.2014.05.020},
+  volume = 51,
+  pages = {190--199}
+}
+
+ +
+@article{MasPelStuBir2014itor,
+  author = { Franco Mascia  and  Paola Pellegrini  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {An Analysis of Parameter Adaptation in Reactive Tabu Search},
+  journal = {International Transactions in Operational Research},
+  year = 2014,
+  volume = 21,
+  number = 1,
+  pages = {127--152}
+}
+
+ +
+@article{MasVidMic++2013,
+  author = {Renaud Masson and  Thibaut Vidal  and Julien Michallet and Puca Huachi {Vaz Penna} and Vinicius Petrucci and  Anand Subramanian  and Hugues Dubedout},
+  title = {An Iterated Local Search Heuristic for Multi-capacity Bin Packing and Machine Reassignment Problems},
+  journal = {Expert Systems with Applications},
+  year = 2013,
+  volume = 40,
+  number = 13,
+  pages = {5266--5275}
+}
+
+ +
+@article{MatDauLah2011:ejor,
+  author = {Yazid Mati and  St{\'e}phane Dauz{\`e}re-P{\`e}r{\'e}s  and Chams Lahlou},
+  title = {A General Approach for Optimizing Regular Criteria in the Job-shop Scheduling Problem},
+  journal = {European Journal of Operational Research},
+  year = 2011,
+  volume = 212,
+  number = 1,
+  pages = {33--42}
+}
+
+ +
+@article{MazLopChuMie2023tgp,
+  author = { Atanu Mazumdar  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Tinkle Chugh  and  Kaisa Miettinen },
+  title = {Treed {Gaussian} Process Regression for Solving Offline
+                  Data-Driven Continuous Multiobjective Optimization Problems},
+  journal = {Evolutionary Computation},
+  year = 2023,
+  volume = 31,
+  number = 4,
+  pages = {375--399},
+  doi = {10.1162/evco_a_00329},
+  abstract = {For offline data-driven multiobjective optimization problems
+                  (MOPs), no new data is available during the optimization
+                  process. Approximation models (or surrogates) are first built
+                  using the provided offline data and an optimizer, e.g. a
+                  multiobjective evolutionary algorithm, can then be utilized
+                  to find Pareto optimal solutions to the problem with
+                  surrogates as objective functions. In contrast to online
+                  data-driven MOPs, these surrogates cannot be updated with new
+                  data and, hence, the approximation accuracy cannot be
+                  improved by considering new data during the optimization
+                  process. Gaussian process regression (GPR) models are widely
+                  used as surrogates because of their ability to provide
+                  uncertainty information. However, building GPRs becomes
+                  computationally expensive when the size of the dataset is
+                  large. Using sparse GPRs reduces the computational cost of
+                  building the surrogates. However, sparse GPRs are not
+                  tailored to solve offline data-driven MOPs, where good
+                  accuracy of the surrogates is needed near Pareto optimal
+                  solutions. Treed GPR (TGPR-MO) surrogates for offline
+                  data-driven MOPs with continuous decision variables are
+                  proposed in this paper. The proposed surrogates first split
+                  the decision space into subregions using regression trees and
+                  build GPRs sequentially in regions close to Pareto optimal
+                  solutions in the decision space to accurately approximate
+                  tradeoffs between the objective functions. TGPR-MO surrogates
+                  are computationally inexpensive because GPRs are built only
+                  in a smaller region of the decision space utilizing a subset
+                  of the data. The TGPR-MO surrogates were tested on
+                  distance-based visualizable problems with various data sizes,
+                  sampling strategies, numbers of objective functions, and
+                  decision variables. Experimental results showed that the
+                  TGPR-MO surrogates are computationally cheaper and can handle
+                  datasets of large size. Furthermore, TGPR-MO surrogates
+                  produced solutions closer to Pareto optimal solutions
+                  compared to full GPRs and sparse GPRs.},
+  keywords = {Gaussian processes, Kriging, Regression trees, Metamodelling,
+                  Surrogate, Pareto optimality}
+}
+
+ +
+@article{McConMehNah2011certifying,
+  author = {Ross M. McConnell and Kurt Mehlhorn and Stefan N{\"a}her and
+                  Pascal Schweitzer},
+  title = {Certifying algorithms},
+  journal = {Computer Science Review},
+  year = 2011,
+  volume = 5,
+  number = 2,
+  pages = {119--161},
+  issn = {1574-0137},
+  doi = {10.1016/j.cosrev.2010.09.009},
+  keywords = {Algorithms, Software reliability, Certification},
+  abstract = {A certifying algorithm is an algorithm that produces, with
+                  each output, a certificate or witness (easy-to-verify proof)
+                  that the particular output has not been compromised by a
+                  bug. A user of a certifying algorithm inputs x, receives the
+                  output y and the certificate w, and then checks, either
+                  manually or by use of a program, that w proves that y is a
+                  correct output for input x. In this way, he/she can be sure
+                  of the correctness of the output without having to trust the
+                  algorithm. We put forward the thesis that certifying
+                  algorithms are much superior to non-certifying algorithms,
+                  and that for complex algorithmic tasks, only certifying
+                  algorithms are satisfactory. Acceptance of this thesis would
+                  lead to a change of how algorithms are taught and how
+                  algorithms are researched. The widespread use of certifying
+                  algorithms would greatly enhance the reliability of
+                  algorithmic software. We survey the state of the art in
+                  certifying algorithms and add to it. In particular, we start
+                  a theory of certifying algorithms and prove that the concept
+                  is universal.}
+}
+
+ +
+@article{McCorPow03demand,
+  title = {Optimal Pump Scheduling in Water Supply Systems with
+                  Maximum Demand Charges},
+  author = { G. McCormick  and  R. S. Powell },
+  publisher = {ASCE},
+  year = 2003,
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 129,
+  number = 5,
+  pages = {372--379},
+  keywords = {water supply; pumps; Markov processes; cost optimal
+                  control},
+  epub = {http://link.aip.org/link/?QWR/129/372/1},
+  doi = {10.1061/(ASCE)0733-9496(2003)129:5(372)}
+}
+
+ +
+@article{McCormick04,
+  author = { G. McCormick  and  R. S. Powell },
+  title = {Derivation of near-optimal pump schedules for water
+                  distribution by simulated annealing},
+  journal = {Journal of the Operational Research Society},
+  year = 2004,
+  volume = 55,
+  number = 7,
+  pages = {728--736},
+  month = jul,
+  doi = {10.1057/palgrave.jors.2601718},
+  abstract = {The scheduling of pumps for clean water distribution is a
+                  partially discrete non-linear problem with many
+                  variables. The scheduling method described in this paper
+                  typically produces costs within 1\% of a linear program-based
+                  solution, and can incorporate realistic non-linear costs that
+                  may be hard to incorporate in linear programming
+                  formulations. These costs include pump switching and maximum
+                  demand charges. A simplified model is derived from a standard
+                  hydraulic simulator. An initial schedule is produced by a
+                  descent method. Two-stage simulated annealing then produces
+                  solutions in a few minutes. Iterative recalibration ensures
+                  that the solution agrees closely with the results from a full
+                  hydraulic simulation.}
+}
+
+ +
+@article{McDermott2020nfl,
+  author = {James McDermott},
+  title = {When and Why Metaheuristics Researchers can Ignore "No Free
+                  Lunch" Theorems},
+  journal = {{SN} Computer Science},
+  volume = 1,
+  number = 60,
+  pages = {1--18},
+  year = 2020,
+  doi = {10.1007/s42979-020-0063-3}
+}
+
+ +
+@article{McG1992vrt,
+  author = { Catherine C. McGeoch },
+  title = {Analyzing Algorithms by Simulation: Variance Reduction
+                  Techniques and Simulation Speedups},
+  abstract = {Although experimental studies have been widely applied to the
+                  investigation of algorithm performance, very little attention
+                  has been given to experimental method in this area. This is
+                  unfortunate, since much can be done to improve the quality of
+                  the data obtained; often, much improvement may be needed for
+                  the data to be useful. This paper gives a tutorial discussion
+                  of two aspects of good experimental technique: the use of
+                  variance reduction techniques and simulation speedups in
+                  algorithm studies.  In an illustrative study, application of
+                  variance reduction techniques produces a decrease in variance
+                  by a factor 1000 in one case, giving a dramatic improvement
+                  in the precision of experimental results. Furthermore, the
+                  complexity of the simulation program is improved from
+                  $\Theta(m n/H_n)$ to $\Theta(m + n \log n)$ (where $m$ is
+                  typically much larger than $n$), giving a much faster
+                  simulation program and therefore more data per unit of
+                  computation time. The general application of variance
+                  reduction techniques is also discussed for a variety of
+                  algorithm problem domains.},
+  volume = 24,
+  doi = {10.1145/130844.130853},
+  number = 2,
+  journal = {{ACM} Computing Surveys},
+  year = 1992,
+  keywords = {experimental analysis of algorithms, move-to-front rule,
+                  self-organizing sequential search, statistical analysis of
+                  algorithms, transpose rule, variance reduction techniques},
+  pages = {195--212}
+}
+
+ +
+@article{McG1998joc,
+  author = { Catherine C. McGeoch },
+  title = {Toward an Experimental Method for Algorithm Simulation},
+  journal = {INFORMS Journal on Computing},
+  year = 1996,
+  volume = 8,
+  number = 1,
+  pages = {1--15},
+  doi = {10.1287/ijoc.8.1.1}
+}
+
+ +
+@article{MckBecCon1979lhs,
+  title = {A Comparison of Three Methods for Selecting Values of Input
+                  Variables in the Analysis of Output from a Computer Code},
+  author = {Michael D. McKay and Richard J. Beckman and  W. J. Conover },
+  journal = {Technometrics},
+  year = 1979,
+  number = 2,
+  pages = {239--245},
+  volume = 21,
+  alias = {McKay1979},
+  abstract = {Two types of sampling plans are examined as alternatives to
+                  simple random sampling in Monte Carlo studies. These plans
+                  are shown to be improvements over simple random sampling with
+                  respect to variance for a class of estimators which includes
+                  the sample mean and the empirical distribution function.},
+  publisher = {American Statistical Association and American Society for
+                  Quality},
+  doi = {10.2307/1268522}
+}
+
+ +
+@article{MckBerMaiFic2018combining,
+  title = {Combining local preferences with multi-criteria decision
+                  analysis and linear optimization to develop feasible energy
+                  concepts in small communities},
+  author = {McKenna, Russell and Bertsch, Valentin and Mainzer, Kai and
+                  Fichtner, Wolf},
+  journal = {European Journal of Operational Research},
+  volume = 268,
+  number = 3,
+  pages = {1092--1110},
+  year = 2018
+}
+
+ +
+@article{Mckay2010,
+  author = {Mckay, Robert I. and Hoai, Nguyen Xuan and Whigham,
+                  Peter Alexander and Shan, Yin and  O'Neill, Michael },
+  title = {Grammar-based Genetic Programming: A Survey},
+  journal = {Genetic Programming and Evolvable Machines},
+  volume = 11,
+  number = {3-4},
+  month = sep,
+  year = 2010,
+  pages = {365--396},
+  doi = {10.1007/s10710-010-9109-y}
+}
+
+ +
+@article{Meer2007,
+  author = {Klaus Meer},
+  title = {Simulated annealing versus {Metropolis} for a {TSP} instance},
+  journal = {Information Processing Letters},
+  volume = 104,
+  number = 6,
+  year = 2007,
+  pages = {216--219}
+}
+
+ +
+@article{MelDyeBlu2017neural,
+  author = {G{\'{a}}bor Melis and Chris Dyer and Phil Blunsom},
+  title = {On the State of the Art of Evaluation in Neural Language
+                  Models},
+  journal = {Arxiv preprint arXiv:1807.02811},
+  year = 2017,
+  url = {http://arxiv.org/abs/1707.05589}
+}
+
+ +
+@article{MelNicSal2009facility,
+  title = {Facility location and supply chain management: {A} review},
+  author = {Melo, M. T. and Nickel, S. and  Saldanha-da-Gama, F. },
+  year = 2009,
+  journal = {European Journal of Operational Research},
+  volume = 196,
+  number = 2,
+  pages = {401--412},
+  doi = {10.1016/j.ejor.2008.05.007}
+}
+
+ +
+@article{Men2008,
+  author = {Ole J. Mengshoel},
+  title = {Understanding the role of noise in stochastic local search:
+                  Analysis and experiments},
+  journal = {Artificial Intelligence},
+  volume = 172,
+  number = 8,
+  pages = {955--990},
+  year = 2008
+}
+
+ +
+@article{MerCot2006sigevo,
+  author = { Juan-Juli{\'a}n Merelo  and  Carlos Cotta },
+  title = {Building bridges: the role of subfields in metaheuristics},
+  journal = { {SIGEVO}lution },
+  year = 2006,
+  volume = 1,
+  number = 4,
+  pages = {9--15},
+  doi = {10.1145/1229735.1229737}
+}
+
+ +
+@article{MerFre02:cs,
+  author = { Peter Merz  and  Bernd Freisleben },
+  title = {Memetic Algorithms for the Traveling Salesman
+                  Problem},
+  journal = {Complex Systems},
+  year = 2001,
+  volume = 13,
+  number = 4,
+  pages = {297--345}
+}
+
+ +
+@article{MerFre2000:tec,
+  author = { Peter Merz  and  Bernd Freisleben },
+  title = {Fitness Landscape Analysis and Memetic Algorithms for the Quadratic Assignment Problem},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2000,
+  volume = 4,
+  number = 4,
+  pages = {337--352}
+}
+
+ +
+@article{MerKat2004ubqp,
+  author = { Peter Merz  and Kengo Katayama},
+  title = {Memetic algorithms for the unconstrained binary quadratic
+                  programming problem},
+  journal = {BioSystems},
+  volume = 78,
+  number = 1,
+  pages = {99--118},
+  year = 2004,
+  doi = {10.1016/j.biosystems.2004.08.002}
+}
+
+ +
+@article{MerMid2002:appi,
+  author = { D. Merkle  and  Martin Middendorf },
+  title = {Ant Colony Optimization with Global Pheromone
+                  Evaluation for Scheduling a Single Machine},
+  journal = {Applied Intelligence},
+  year = 2003,
+  volume = 18,
+  number = 1,
+  pages = {105--111},
+  alias = {MerMid02:ai}
+}
+
+ +
+@article{MerMid2002:ec,
+  author = { D. Merkle  and  Martin Middendorf },
+  title = {Modeling the Dynamics of Ant Colony Optimization},
+  journal = {Evolutionary Computation},
+  volume = 10,
+  number = 3,
+  pages = {235--262},
+  year = 2002
+}
+
+ +
+@article{MerMidSch02:tec,
+  author = { D. Merkle  and  Martin Middendorf  and  Hartmut Schmeck },
+  title = {Ant Colony Optimization for Resource-Constrained
+                  Project Scheduling},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002,
+  volume = 6,
+  number = 4,
+  pages = {333--346}
+}
+
+ +
+@article{Merz2002joh,
+  author = { Peter Merz  and  Bernd Freisleben },
+  title = {Greedy and Local Search Heuristics for Unconstrained
+                  Binary Quadratic Programming},
+  year = 2002,
+  journal = {Journal of Heuristics},
+  volume = 8,
+  number = 2,
+  doi = {10.1023/A:1017912624016},
+  pages = {197--213}
+}
+
+ +
+@article{MesSilMelMir20152esa,
+  author = {Rafael G. Mesquita and Ricardo M. A. Silva and Carlos A. B. Mello and P\'{e}ricles B. C. Miranda},
+  title = {Parameter tuning for document image binarization using a racing algorithm},
+  journal = {Expert Systems with Applications},
+  volume = 42,
+  number = 5,
+  pages = {2593--2603},
+  year = 2015,
+  doi = {10.1016/j.eswa.2014.10.039},
+  keywords = {irace}
+}
+
+ +
+@article{MetRosRosTel53,
+  author = {N. Metropolis and A. W. Rosenbluth and M. N. Rosenbluth and A. Teller and E. Teller},
+  title = {Equation of State Calculations by Fast Computing Machines},
+  journal = {Journal of Chemical Physics},
+  year = 1953,
+  volume = 21,
+  pages = {1087--1092}
+}
+
+ +
+@article{MeuDor2002:al,
+  author = {Nicolas Meuleau and  Marco Dorigo },
+  title = {Ant Colony Optimization and Stochastic Gradient Descent},
+  volume = 8,
+  number = 2,
+  pages = {103--121},
+  journal = {Artificial Life},
+  year = 2002
+}
+
+ +
+@article{MeuRakWon2020iclrbb,
+  author = {Laurent Meunier and Herilalaina Rakotoarison and Pak{-}Kan
+                  Wong and Baptiste Rozi{\`{e}}re and J{\'{e}}r{\'{e}}my Rapin and Olivier Teytaud  and Antoine Moreau and  Carola Doerr },
+  title = {Black-Box Optimization Revisited: Improving Algorithm
+                  Selection Wizards through Massive Benchmarking},
+  journal = {Arxiv preprint arXiv:2010.04542},
+  year = 2020,
+  doi = {10.48550/arXiv.2010.04542},
+  keywords = {Nevergrad, NGOpt}
+}
+
+ +
+@article{MeuRakWon2022ngopt,
+  author = {Laurent Meunier and Herilalaina Rakotoarison and Pak{-}Kan
+                  Wong and Baptiste Rozi{\`{e}}re and J{\'{e}}r{\'{e}}my Rapin and Olivier Teytaud  and Antoine Moreau and  Carola Doerr },
+  title = {Black-Box Optimization Revisited: Improving Algorithm
+                  Selection Wizards Through Massive Benchmarking},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2022,
+  volume = 26,
+  number = 3,
+  pages = {490--500},
+  doi = {10.1109/TEVC.2021.3108185},
+  keywords = {nevergrad, NGOpt}
+}
+
+ +
+@article{Mhallah2014,
+  author = {R. {M'Hallah}},
+  title = {An iterated local search variable neighborhood descent hybrid heuristic for the total earliness tardiness permutation flow shop},
+  journal = {International Journal of Production Research},
+  year = 2014,
+  volume = 52,
+  number = 13,
+  pages = {3802--3819}
+}
+
+ +
+@article{MicDasRic1996cie,
+  author = { Zbigniew Michalewicz  and Dipankar Dasgupta and Rodolphe
+                  G. Le Riche and  Marc Schoenauer },
+  title = {Evolutionary algorithms for constrained engineering
+                  problems},
+  journal = {Computers and Industrial Engineering},
+  volume = 30,
+  number = 4,
+  pages = {851--870},
+  year = 1996,
+  doi = {10.1016/0360-8352(96)00037-X}
+}
+
+ +
+@article{MicPriAmoYal2014:cor,
+  author = {Julien Michallet and  Christian Prins  and Farouk Yalaoui and Gr{\'{e}}goire Vitry},
+  title = {Multi-start Iterated Local Search for the Periodic Vehicle Routing
+               Problem with Time Windows and Time Spread Constraints on Services},
+  journal = {Computers \& Operations Research},
+  year = 2014,
+  volume = 41,
+  pages = {196--207}
+}
+
+ +
+@article{Mie2014or,
+  title = {Survey of methods to visualize alternatives in multiple
+                  criteria decision making problems},
+  author = { Kaisa Miettinen },
+  journal = {OR Spectrum},
+  volume = 36,
+  number = 1,
+  pages = {3--37},
+  year = 2014,
+  doi = {10.1007/s00291-012-0297-0}
+}
+
+ +
+@article{MieEskRui2010nautilus,
+  author = { Kaisa Miettinen  and Eskelinen, Petri and  Francisco Ruiz  and  Mariano Luque },
+  title = {{NAUTILUS} method: {An} interactive technique in
+                  multiobjective optimization based on the nadir point},
+  journal = {European Journal of Operational Research},
+  year = 2010,
+  volume = 206,
+  number = 2,
+  pages = {426--434},
+  month = oct,
+  issn = {0377-2217},
+  shorttitle = {{NAUTILUS} method},
+  doi = {10.1016/j.ejor.2010.02.041},
+  abstract = {Most interactive methods developed for solving multiobjective
+                  optimization problems sequentially generate Pareto optimal or
+                  nondominated vectors and the decision maker must always allow
+                  impairment in at least one objective function to get a new
+                  solution. The NAUTILUS method proposed is based on the
+                  assumptions that past experiences affect decision makers'
+                  hopes and that people do not react symmetrically to gains and
+                  losses. Therefore, some decision makers may prefer to start
+                  from the worst possible objective values and to improve every
+                  objective step by step according to their preferences. In
+                  NAUTILUS, starting from the nadir point, a solution is
+                  obtained at each iteration which dominates the previous
+                  one. Although only the last solution will be Pareto optimal,
+                  the decision maker never looses sight of the Pareto optimal
+                  set, and the search is oriented so that (s)he progressively
+                  focusses on the preferred part of the Pareto optimal
+                  set. Each new solution is obtained by minimizing an
+                  achievement scalarizing function including preferences about
+                  desired improvements in objective function values. NAUTILUS
+                  is specially suitable for avoiding undesired anchoring
+                  effects, for example in negotiation support problems, or just
+                  as a means of finding an initial Pareto optimal solution for
+                  any interactive procedure. An illustrative example
+                  demonstrates how this new method iterates.},
+  language = {en},
+  keywords = {Reference point methods, Interactive methods, Multiple
+                  objective programming, Pareto optimality, Preference
+                  information}
+}
+
+ +
+@article{MieMusSte2014nimbus,
+  title = {Interactive multiobjective optimization with {NIMBUS} for
+                  decision making under uncertainty},
+  author = { Kaisa Miettinen  and Mustajoki, Jyri and  T. J. Stewart },
+  journal = {OR Spectrum},
+  volume = 36,
+  number = 1,
+  pages = {39--56},
+  year = 2014
+}
+
+ +
+@article{MilAnd2005repl,
+  author = {R. B. {Millar} and M. J. {Anderson}},
+  title = {Remedies for pseudoreplication},
+  journal = { Fisheries Research },
+  volume = 70,
+  number = {2--3},
+  pages = {397--407},
+  year = 2004,
+  doi = {10.1016/j.fishres.2004.08.016}
+}
+
+ +
+@article{Miller1956,
+  title = {The magical number seven, plus or minus two: Some limits on
+                  our capacity for processing information},
+  author = {Miller, George A.},
+  journal = {Psychological Review},
+  volume = 63,
+  number = 2,
+  pages = {81--97},
+  year = 1956,
+  publisher = {American Psychological Association},
+  doi = {10.1037/h0043158}
+}
+
+ +
+@article{Min96auto,
+  author = {Steven Minton},
+  title = {Automatically configuring constraint satisfaction programs: A
+                  case study},
+  journal = {Constraints},
+  year = 1996,
+  volume = 1,
+  number = 1,
+  pages = {7--43},
+  doi = {10.1007/BF00143877}
+}
+
+ +
+@article{MinRuiCia08,
+  author = { Gerardo Minella  and  Rub{\'e}n Ruiz  and  M. Ciavotta },
+  title = {A Review and Evaluation of Multiobjective Algorithms
+                  for the Flowshop Scheduling Problem},
+  journal = {INFORMS Journal on Computing},
+  volume = 20,
+  number = 3,
+  pages = {451--471},
+  year = 2008,
+  alias = {GerardoMinella,MinRuiCia08mfsp}
+}
+
+ +
+@article{MisAfsLar2022rximo,
+  author = {Misitano, Giovanni and Afsar, Bekir and Larraga, Giomara and  Kaisa Miettinen },
+  title = {Towards explainable interactive multiobjective optimization:
+                  {R-XIMO}},
+  journal = {Autonomous Agents and Multi-Agent Systems},
+  year = 2022,
+  volume = 36,
+  number = 42,
+  doi = {10.1007/s10458-022-09577-3}
+}
+
+ +
+@article{MisKuz2018,
+  title = {Investigating some strategies for construction of
+                  initial populations in genetic algorithms},
+  author = { Misevi{\v{c}}ius, Alfonsas  and Kuznecovait{\.e}, Dovil{\.e}},
+  journal = {Computational Science and Techniques},
+  volume = 5,
+  number = 1,
+  pages = {560--573},
+  year = 2018
+}
+
+ +
+@article{Misevicius2003,
+  author = { Misevi{\v{c}}ius, Alfonsas },
+  title = {Genetic Algorithm Hybridized with Ruin and Recreate Procedure: Application to the Quadratic Assignment Problem},
+  journal = {Knowledge-Based Systems},
+  year = 2003,
+  volume = 16,
+  number = {5--6},
+  pages = {261--268}
+}
+
+ +
+@article{Misevicius2003:inf,
+  title = {A modified simulated annealing algorithm for the quadratic assignment problem},
+  author = { Misevi{\v{c}}ius, Alfonsas },
+  journal = {Informatica},
+  volume = 14,
+  number = 4,
+  pages = {497--514},
+  year = 2003,
+  publisher = {IOS Press, Amsterdam, The Netherlands}
+}
+
+ +
+@article{MitMurPal2002unsupervised,
+  author = {P. Mitra and C. A. Murthy and S. K. Pal},
+  journal = {IEEE Transactions on Pattern Analysis and Machine Intelligence},
+  title = {Unsupervised feature selection using feature similarity},
+  year = 2002,
+  volume = 24,
+  number = 3,
+  pages = {301--312},
+  doi = {10.1109/34.990133}
+}
+
+ +
+@article{MizKuzPla2018,
+  author = { Misevi{\v{c}}ius, Alfonsas  and Kuznecovait{\.e}, Dovil{\.e} and
+                  J{\={u}}rat{\.e} Platu{\v{z}}ien{\.e}},
+  title = {Some Further Experiments with Crossover Operators for Genetic Algorithms},
+  journal = {Informatica},
+  volume = 29,
+  number = 3,
+  year = 2018,
+  pages = {499--516}
+}
+
+ +
+@article{MlaHan1997:cor,
+  author = { Nenad Mladenovi{\'c}  and  Pierre Hansen },
+  title = {Variable Neighborhood Search},
+  journal = {Computers \& Operations Research},
+  year = 1997,
+  volume = 24,
+  number = 11,
+  pages = {1097--1100}
+}
+
+ +
+@article{MniKavSil2015human,
+  title = {Human-level control through deep reinforcement learning},
+  author = {Mnih, Volodymyr and Kavukcuoglu, Koray and Silver, David and
+                  Rusu, Andrei A. and Veness, Joel and Bellemare, Marc G. and
+                  Graves, Alex and Riedmiller, Martin and Fidjeland, Andreas K.
+                  and Ostrovski, Georg and others},
+  journal = {Nature},
+  volume = 518,
+  number = 7540,
+  pages = 529,
+  year = 2015,
+  publisher = {Nature Publishing Group}
+}
+
+ +
+@article{MocTieZil1978,
+  author = { Jonas Mo{\v{c}}kus  and Tiesis, Vytautas and Zilinskas, Antanas},
+  title = {The application of bayesian methods for seeking the extremum},
+  journal = {Towards global optimization},
+  year = 1978,
+  pages = {117--129},
+  annote = {Proposed Bayesian optimization (but later than
+                  \cite{Mockus1975})}
+}
+
+ +
+@article{MolSanHer2009gdominance,
+  author = { Molina, Juli{\'a}n  and Luis V. Santana and Alfredo
+                  G. Hern\'{a}ndez-D{\'i}az and  Carlos A. {Coello Coello}  and Rafael Caballero},
+  title = {{g}-Dominance: Reference point based dominance for
+                  Multiobjective Metaheuristics},
+  journal = {European Journal of Operational Research},
+  volume = 197,
+  number = 2,
+  pages = {685--692},
+  month = sep,
+  year = 2009,
+  doi = {10.1016/j.ejor.2008.07.015},
+  annote = {Proposed $g$-NSGA-II}
+}
+
+ +
+@article{MonAydStu2011soco,
+  author = { Marco A. {Montes de Oca}  and  Do\v{g}an Ayd{\i}n  and  Thomas St{\"u}tzle },
+  title = {An Incremental Particle Swarm for Large-Scale
+                  Continuous Optimization Problems: An Example of
+                  Tuning-in-the-loop (Re)Design of Optimization
+                  Algorithms},
+  journal = {Soft Computing},
+  year = 2011,
+  volume = 15,
+  number = 11,
+  pages = {2233--2255},
+  doi = {10.1007/s00500-010-0649-0}
+}
+
+ +
+@article{MonFraLiu2018bridge,
+  title = {Multi-criteria robust optimization framework for bridge
+                  adaptation under climate change},
+  author = {Mondoro, Alysson and Frangopol, Dan M. and Liu, Liang},
+  journal = {Structural Safety},
+  volume = 74,
+  pages = {14--23},
+  year = 2018
+}
+
+ +
+@article{MonGamRiz2005,
+  author = { Roberto Montemanni  and  L. M. Gambardella  and A. E. Rizzoli and
+                  A. V. Donati},
+  title = {Ant colony system for a dynamic vehicle routing problem},
+  journal = {Journal of Combinatorial Optimization},
+  year = 2005,
+  volume = 10,
+  pages = {327--343},
+  alias = {Mon++05}
+}
+
+ +
+@article{MonRandHen08:bias,
+  author = { James Montgomery  and  Marcus Randall  and  Tim Hendtlass },
+  title = {Solution bias in ant colony optimisation: {Lessons}
+                  for selecting pheromone models},
+  journal = {Computers \& Operations Research},
+  volume = 35,
+  number = 9,
+  year = 2008,
+  pages = {2728--2749},
+  doi = {10.1016/j.cor.2006.12.014}
+}
+
+ +
+@article{MonRifNev2014asoc,
+  author = { Elizabeth Montero  and  Mar{\'i}a-Cristina Riff  and Neveu, Bertrand},
+  title = {A Beginner's Buide to Tuning Methods},
+  journal = {Applied Soft Computing},
+  volume = 17,
+  pages = {39--51},
+  year = 2014,
+  doi = {10.1016/j.asoc.2013.12.017}
+}
+
+ +
+@article{MonStuBirDor2009tec,
+  author = { Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Marco Dorigo },
+  title = {Frankenstein's {PSO}: A Composite Particle Swarm
+                  Optimization Algorithm},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 13,
+  number = 5,
+  year = 2009,
+  pages = {1120--1132},
+  doi = {10.1109/TEVC.2009.2021465}
+}
+
+ +
+@article{MonVenSli2000:fgcs,
+  author = { Nicolas Monmarch{\'e}  and G. Venturini and M. Slimane},
+  title = {On how {\em pachycondyla apicalis} ants suggest a
+                  new search algorithm},
+  journal = {Future Generation Computer Systems},
+  year = 2000,
+  volume = 16,
+  number = 8,
+  pages = {937--946}
+}
+
+ +
+@article{Mor1993sim,
+  title = {Simulation of an adaptive behavior mechanism in an
+                  expert decision-maker},
+  volume = 23,
+  number = 1,
+  journal = {IEEE Transactions on Systems, Man, and Cybernetics},
+  author = {Morgan, Peter D.},
+  year = 1993,
+  pages = {65--76}
+}
+
+ +
+@article{Mor80,
+  title = {Reducing the size of the nondominated set: Pruning
+                  by clustering},
+  author = {J. N. Morse},
+  journal = {Computers \& Operations Research},
+  volume = 7,
+  number = {1-2},
+  pages = {55--66},
+  year = 1980
+}
+
+ +
+@article{MorDesLod2021machine,
+  title = {Machine-learning--based column selection for column
+                  generation},
+  author = {Morabit, Mouad and Desaulniers, Guy and  Andrea Lodi },
+  journal = {Transportation Science},
+  volume = 55,
+  number = 4,
+  pages = {815--831},
+  year = 2021,
+  publisher = {INFORMS},
+  keywords = {graph neural networks}
+}
+
+ +
+@article{MorGagGra09:ejor,
+  author = {Sara Morin and  Caroline Gagn{\'e}  and Marc Gravel},
+  title = {Ant colony optimization with a specialized pheromone
+                  trail for the car-sequencing problem},
+  volume = 197,
+  doi = {10.1016/j.ejor.2008.03.033},
+  abstract = { This paper studies the learning process in an ant
+                  colony optimization algorithm designed to solve the
+                  problem of ordering cars on an assembly line
+                  (car-sequencing problem). This problem has been
+                  shown to be {NP-hard} and evokes a great deal of
+                  interest among practitioners. Learning in an ant
+                  algorithm is achieved by using an artificial
+                  pheromone trail, which is a central element of this
+                  metaheuristic. Many versions of the algorithm are
+                  found in literature, the main distinction among them
+                  being the management of the pheromone
+                  trail. Nevertheless, few of them seek to perfect
+                  learning by modifying the internal structure of the
+                  trail. In this paper, a new pheromone trail
+                  structure is proposed that is specifically adapted
+                  to the type of constraints in the car-sequencing
+                  problem. The quality of the results obtained when
+                  solving three sets of benchmark problems is superior
+                  to that of the best solutions found in literature
+                  and shows the efficiency of the specialized trail.},
+  number = 3,
+  journal = {European Journal of Operational Research},
+  year = 2009,
+  keywords = {Ant colony {optimization,Car-sequencing}
+                  {problem,Pheromone} {trail,Scheduling}},
+  pages = {1185--1191}
+}
+
+ +
+@article{MorMerLarMilTor09,
+  author = {Mora, A. M. and  Juan-Juli{\'a}n Merelo  and  Jim{\'e}nez Laredo, Juan Luis  and Millan, C. and Torrecillas, J.},
+  title = {{CHAC}, a {MOACO} algorithm for computation of bi-criteria
+                  military unit path in the battlefield: Presentation and first
+                  results},
+  journal = {International Journal of Intelligent Systems},
+  volume = 24,
+  number = 7,
+  publisher = {Wiley Subscription Services, Inc., A Wiley Company},
+  pages = {818--843},
+  year = 2009
+}
+
+ +
+@article{MorMit1995,
+  title = {Exploratory designs for computational experiments},
+  author = {Morris, Max D. and Mitchell, Toby J.},
+  journal = {Journal of Statistical Planning and Inference},
+  year = 1995,
+  number = 3,
+  pages = {381--402},
+  volume = 43,
+  doi = {10.1016/0378-3758(94)00035-T},
+  keywords = {Bayesian prediction},
+  alias = {Morris1995}
+}
+
+ +
+@article{MosFon1990,
+  title = {Stochastic Versus Deterministic Update in Simulated Annealing},
+  author = { Pablo Moscato  and  Jos{\'e} F. Fontanari },
+  journal = {Physics Letters A},
+  volume = 146,
+  number = 4,
+  pages = {204--208},
+  year = 1990,
+  publisher = {Elsevier}
+}
+
+ +
+@article{MotMurOls1991,
+  author = {John Mote and Ishwar Murthy and David L. Olson},
+  title = {A parametric approach to solving bicriterion shortest path
+                  problems},
+  journal = {European Journal of Operational Research},
+  volume = 53,
+  number = 1,
+  pages = {81--92},
+  year = 1991,
+  doi = {10.1016/0377-2217(91)90094-C}
+}
+
+ +
+@article{MotOlsVen1988moprog,
+  author = {John Mote and David L. Olson and M. A. Venkataramanan},
+  doi = {10.1016/0895-7177(88)90085-4},
+  year = 1988,
+  publisher = {Elsevier {BV}},
+  volume = 10,
+  number = 10,
+  pages = {719--729},
+  title = {A comparative multiobjective programming study},
+  journal = {Mathematical and Computer Modelling},
+  keywords = {artificial DM, interactive},
+  annote = {The purpose of this study was to systematically evaluate a
+                  number of multiobjective programming concepts relative to
+                  reflection of utility, assurance of nondominated solutions
+                  and practicality for larger problems using conventional
+                  software. In the problem used, the nonlinear simulated DM
+                  utility function applied resulted in a nonextreme point
+                  solution. Very often, the preferred solution could end up
+                  being an extreme point solution, in which case the techniques
+                  relying upon LP concepts would work as well if not better
+                  than utilizing constrained objective attainments. The point
+                  is that there is no reason to expect linear or near linear
+                  utility.}
+}
+
+ +
+@article{MouDevHen2012,
+  author = {S\'ebastien Mouthuy and  Yves Deville  and van Hentenryck, Pascal },
+  title = {Constraint-based Very Large-Scale Neighborhood Search},
+  journal = {Constraints},
+  year = 2012,
+  volume = 17,
+  number = 2,
+  pages = {87--122},
+  doi = {10.1007/s10601-011-9114-7}
+}
+
+ +
+@article{MouKesDha2019,
+  author = {Mousin, Lucien and  Marie-El{\'e}onore Kessaci  and  Dhaenens, Clarisse },
+  title = {Exploiting Promising Sub-Sequences of Jobs to solve the No-Wait Flowshop Scheduling Problem},
+  journal = {Arxiv preprint arXiv:1903.09035},
+  year = 2019,
+  url = {http://arxiv.org/abs/1903.09035}
+}
+
+ +
+@article{MouPetMcC2014mopso,
+  author = {Al Moubayed, Noura and Petrovski, Andrei and  McCall, John },
+  title = {{$D^2MOPSO$}: {MOPSO} based on decomposition and dominance
+                  with archiving using crowding distance in objective and
+                  solution spaces},
+  journal = {Evolutionary Computation},
+  year = 2014,
+  volume = 22,
+  number = 1,
+  pages = {47--77}
+}
+
+ +
+@article{MouSlo1998:jgo,
+  author = { Vincent Mousseau  and  Roman S{\l}owi{\'n}ski },
+  year = 1998,
+  title = {Inferring an {ELECTRE TRI} model from assignment examples},
+  journal = {Journal of Global Optimization},
+  volume = 12,
+  number = 2,
+  pages = {157--174}
+}
+
+ +
+@article{MueSba2012ecj,
+  title = {Energy Landscapes of Atomic Clusters as Black Box
+                  Optimization Benchmarks},
+  author = {M\"uller, Christian L. and Sbalzarini, Ivos F.},
+  journal = {Evolutionary Computation},
+  year = 2012,
+  number = 4,
+  pages = {543--573},
+  volume = 20,
+  doi = {10.1162/EVCO_a_00086},
+  publisher = {MIT Press},
+  alias = {Mueller2012}
+}
+
+ +
+@article{Muhlenbein93,
+  author = { H. M{\"u}hlenbein  and  D. Schlierkamp-Voosen },
+  title = {Predictive models for the breeder genetic algorithm},
+  journal = {Evolutionary Computation},
+  year = 1993,
+  volume = 1,
+  number = 1,
+  pages = {25--49},
+  note = {},
+  keywords = {crossover, intermediate, line}
+}
+
+ +
+@article{MunSmi2020ec,
+  author = { Mario A. Mu{\~{n}}oz  and  Kate Smith{-}Miles },
+  title = {Generating New Space-Filling Test Instances for Continuous
+                  Black-Box Optimization},
+  doi = {10.1162/evco_a_00262},
+  year = 2020,
+  month = sep,
+  publisher = {{MIT} Press},
+  volume = 28,
+  number = 3,
+  pages = {379--404},
+  journal = {Evolutionary Computation}
+}
+
+ +
+@article{MunSunKirHal2015sel,
+  title = {Algorithm selection for black-box continuous optimization
+                  problems: a survey on methods and challenges},
+  author = { Mario A. Mu{\~{n}}oz  and Sun, Yuan and Kirley, Michael and
+                  Halgamuge, Saman K.},
+  journal = {Information Sciences},
+  volume = 317,
+  pages = {224--245},
+  year = 2015
+}
+
+ +
+@article{MunVilBaaSmi2018ismlc,
+  author = { Mario A. Mu{\~{n}}oz  and Villanova, Laura and Baatar, Davaatseren and  Kate Smith{-}Miles },
+  title = {Instance Spaces for Machine Learning Classification},
+  journal = {Machine Learning},
+  year = 2018,
+  volume = 107,
+  number = 1,
+  pages = {109--147},
+  doi = {10.1007/s10994-017-5629-5}
+}
+
+ +
+@article{NagKob2013,
+  author = {Yuichi Nagata and Shigenobu Kobayashi},
+  title = {A Powerful Genetic Algorithm Using Edge Assembly Crossover
+                  for the Traveling Salesman Problem},
+  journal = {INFORMS Journal on Computing},
+  year = 2013,
+  volume = 25,
+  number = 2,
+  pages = {346--363},
+  doi = {10.1287/ijoc.1120.0506},
+  keywords = {TSP, EAX, evolutionary algorithms},
+  abstract = {This paper presents a genetic algorithm (GA) for solving the
+                  traveling salesman problem (TSP). To construct a powerful GA,
+                  we use edge assembly crossover (EAX) and make substantial
+                  enhancements to it: (i) localization of EAX together with its
+                  efficient implementation and (ii) the use of a local search
+                  procedure in EAX to determine good combinations of building
+                  blocks of parent solutions for generating even better
+                  offspring solutions from very high-quality parent
+                  solutions. In addition, we develop (iii) an innovative
+                  selection model for maintaining population diversity at a
+                  negligible computational cost. Experimental results on
+                  well-studied TSP benchmarks demonstrate that the proposed GA
+                  outperforms state-of-the-art heuristic algorithms in finding
+                  very high-quality solutions on instances with up to 200,000
+                  cities. In contrast to the state-of-the-art TSP heuristics,
+                  which are all based on the Lin-Kernighan (LK) algorithm, our
+                  GA achieves top performance without using an LK-based
+                  algorithm.}
+}
+
+ +
+@article{NagRosMar2019:eo,
+  title = {High-performing heuristics to minimize flowtime in no-idle permutation flowshop},
+  author = {Marcelo S. Nagano and  Fernando L. Rossi and  N{\'a}dia J. Martarelli},
+  journal = {Engineering Optimization},
+  volume = 51,
+  number = 2,
+  pages = {185--198},
+  year = 2019
+}
+
+ +
+@article{NagSol2012,
+  author = {Yuichi Nagata and David Soler},
+  title = {A New Genetic Algorithm for the Asymmetric {TSP}},
+  journal = {Expert Systems with Applications},
+  year = 2012,
+  volume = 39,
+  number = 10,
+  pages = {8947--8953}
+}
+
+ +
+@article{NalOliHerSud2019,
+  title = {On the Analysis of Trajectory-Based Search Algorithms:
+                  When is it Beneficial to Reject Improvements?},
+  author = { Samadhi Nallaperuma  and  Oliveto, Pietro S.  and Heredia, Jorge P{\'e}rez and  Dirk Sudholt },
+  journal = {Algorithmica},
+  volume = 81,
+  number = 2,
+  pages = {858--885},
+  year = 2019,
+  publisher = {Springer}
+}
+
+ +
+@article{NanShaIsh2020reverse,
+  title = {Reverse strategy for non-dominated archiving},
+  author = {Nan, Yang and Shang, Ke and  Ishibuchi, Hisao  and He, Linjun},
+  journal = {{IEEE} Access},
+  year = 2020,
+  pages = {119458--119469},
+  volume = 8,
+  publisher = {IEEE}
+}
+
+ +
+@article{NarSetTan2016sc,
+  author = {Narukawa, Kaname and Setoguchi, Yu and Tanigaki, Yuki and
+                  Olhofer, Markus and Sendhoff, Bernhard and  Ishibuchi, Hisao },
+  title = {Preference representation using {Gaussian} functions on a
+                  hyperplane in evolutionary multi-objective optimization},
+  journal = {Soft Computing},
+  year = 2016,
+  volume = 20,
+  number = 7,
+  pages = {2733--2757},
+  month = jul,
+  doi = {10.1007/s00500-015-1674-9}
+}
+
+ +
+@article{NasVar2011optimx,
+  title = {Unifying Optimization Algorithms to Aid Software System
+                  Users: \rpackage{optimx} for \proglang{R}},
+  author = {Nash, John and Varadhan, Ravi},
+  journal = {Journal of Statistical Software},
+  year = 2011,
+  number = 9,
+  pages = {1--14},
+  volume = 43,
+  alias = {Nash2011}
+}
+
+ +
+@article{NawEnsHam83,
+  author = { M. Nawaz  and  Enscore, Jr, E.  and I. Ham},
+  title = {A Heuristic Algorithm for the $m$-Machine, $n$-Job
+                  Flow-Shop Sequencing Problem},
+  journal = {Omega},
+  year = 1983,
+  volume = 11,
+  number = 1,
+  pages = {91--95},
+  keywords = {NEH heuristic}
+}
+
+ +
+@article{NebLopGarCoe2023automopso,
+  author = { Nebro, Antonio J.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Jos{\'e} Garc{\'i}a-Nieto  and  Carlos A. {Coello Coello} },
+  title = {On the automatic design of multi-objective particle swarm
+                  optimizers: experimentation and analysis},
+  journal = {Swarm Intelligence},
+  year = 2023,
+  doi = {10.1007/s11721-023-00227-2},
+  abstract = {Research in multi-objective particle swarm optimizers
+                  (MOPSOs) progresses by proposing one new MOPSO at a time. In
+                  spite of the commonalities among different MOPSOs, it is
+                  often unclear which algorithmic components are crucial for
+                  explaining the performance of a particular MOPSO
+                  design. Moreover, it is expected that different designs may
+                  perform best on different problem families and identifying a
+                  best overall MOPSO is a challenging task. We tackle this
+                  challenge here by: (1) proposing AutoMOPSO, a flexible
+                  algorithmic template for designing MOPSOs with a design space
+                  that can instantiate thousands of potential MOPSOs; and (2)
+                  searching for good-performing MOPSO designs given a family of
+                  training problems by means of an automatic configuration tool
+                  (irace). We apply this automatic design methodology to
+                  generate a MOPSO that significantly outperforms two
+                  state-of-the-art MOPSOs on four well-known bi-objective
+                  problem families. We also identify the key design choices and
+                  parameters of the winning MOPSO by means of
+                  ablation. AutoMOPSO is publicly available as part of the
+                  jMetal framework.}
+}
+
+ +
+@article{NebLunAlb2008abyss,
+  author = { Nebro, Antonio J.  and F. Luna and  Alba, Enrique  and  Bernab{\'e} Dorronsoro  and  Durillo, Juan J.  and A. Beham},
+  title = {{AbYSS}: Adapting Scatter Search to Multiobjective Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 12,
+  number = 4,
+  month = aug,
+  year = 2008,
+  pages = {439--457},
+  doi = {10.1109/TEVC.2007.913109}
+}
+
+ +
+@article{NerCot2012,
+  author = {F. Nerri and  Carlos Cotta },
+  title = {Memetic algorithms and memetic computing optimization:
+                  A literature review},
+  journal = {Swarm and Evolutionary Computation},
+  year = 2012,
+  volume = 2,
+  pages = {1--14},
+  doi = {10.1016/j.swevo.2011.11.003}
+}
+
+ +
+@article{NeuSudWit2009:swarm,
+  author = { Frank Neumann  and  Dirk Sudholt  and  Carsten Witt },
+  title = {Analysis of different {MMAS} {ACO} algorithms on
+                  unimodal functions and plateaus},
+  journal = {Swarm Intelligence},
+  year = 2009,
+  volume = 3,
+  number = 1,
+  pages = {35--68}
+}
+
+ +
+@article{NeuWit2006:eccc,
+  author = { Frank Neumann  and  Carsten Witt },
+  title = {Runtime Analysis of a Simple Ant Colony Optimization
+                  Algorithm},
+  journal = {Electronic Colloquium on Computational Complexity (ECCC)},
+  volume = 13,
+  number = 084,
+  year = 2006
+}
+
+ +
+@article{NewSim1976cacm,
+  author = {Newell, Allen and Simon, Herbert A.},
+  title = {Computer Science as Empirical Inquiry: Symbols and Search},
+  year = 1976,
+  volume = 19,
+  number = 3,
+  issn = {0001-0782},
+  doi = {10.1145/360018.360022},
+  abstract = {Computer science is the study of the phenomena surrounding
+                  computers. The founders of this society understood this very
+                  well when they called themselves the Association for
+                  Computing Machinery. The machine-not just the hardware, but
+                  the programmed, living machine-is the organism we study.},
+  journal = {Communications of the ACM},
+  month = mar,
+  pages = {113--126},
+  numpages = 14,
+  keywords = {cognition, Turing, search, problem solving, symbols,
+                  heuristics, list processing, computer science, artificial
+                  intelligence, science, empirical}
+}
+
+ +
+@article{NguPriPro2012:eaai,
+  author = {Viet-Phuong Nguyen and  Christian Prins  and Caroline Prodhon},
+  title = {A Multi-start Iterated Local Search with Tabu List and Path Relinking
+               for the Two-echelon Location-routing Problem},
+  journal = {Engineering Applications of Artificial Intelligence},
+  year = 2012,
+  volume = 25,
+  number = 1,
+  pages = {56--71}
+}
+
+ +
+@article{NguReiRig2014,
+  title = {A review on simulation-based optimization methods applied to
+                  building performance analysis},
+  journal = {Applied Energy},
+  volume = 113,
+  pages = {1043--1058},
+  year = 2014,
+  doi = {10.1016/j.apenergy.2013.08.061},
+  author = {Anh-Tuan Nguyen and Sigrid Reiter and Philippe Rigo}
+}
+
+ +
+@article{NguYanBra2012:swec,
+  author = {Trung Thanh Nguyen and Shengxiang Yang and  J{\"u}rgen Branke },
+  title = {Evolutionary Dynamic Optimization: A Survey of the State of the Art},
+  journal = {Swarm and Evolutionary Computation},
+  year = 2012,
+  volume = 6,
+  pages = {1--24}
+}
+
+ +
+@article{NguZhaJohChe14:ec,
+  author = {Su Nguyen and  Zhang, Mengjie  and Mark Johnston and  Tan, Kay Chen },
+  title = {Genetic Programming for Evolving Due-Date Assignment Models in Job Shop Environments},
+  journal = {Evolutionary Computation},
+  year = 2014,
+  volume = 22,
+  number = 1,
+  pages = {105--138}
+}
+
+ +
+@article{NguZhaJohChe14:tec,
+  author = {Su Nguyen and  Zhang, Mengjie  and Mark Johnston and  Tan, Kay Chen },
+  title = {Automatic Design of Scheduling Policies for Dynamic Multi-objective Job Shop Scheduling via Cooperative Coevolution Genetic Programming},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2014,
+  volume = 18,
+  number = 2,
+  pages = {193--208}
+}
+
+ +
+@article{NigAkgGen++2017:aij,
+  author = {Peter Nightingale and \"Ozgu\"ur Akg\"un and  Ian P. Gent  and Christopher Jefferson and Ian Miguel and Patrick Spracklen},
+  title = {Automatically Improving Constraint Models in {Savile} {Row}},
+  journal = {Artificial Intelligence},
+  year = 2017,
+  volume = 251,
+  pages = {35--61}
+}
+
+ +
+@article{NinYou2019optunc,
+  author = {Chao Ning and Fengqi You},
+  title = {Optimization under uncertainty in the era of big data and
+                  deep learning: When machine learning meets mathematical
+                  programming},
+  journal = {Computers \& Chemical Engineering},
+  year = 2019,
+  volume = 125,
+  pages = {434--448},
+  doi = {10.1016/j.compchemeng.2019.03.034},
+  keywords = {Data-driven optimization, Decision making under uncertainty,
+                  Big data, Machine learning, Deep learning},
+  abstract = {This paper reviews recent advances in the field of
+                  optimization under uncertainty via a modern data lens,
+                  highlights key research challenges and promise of data-driven
+                  optimization that organically integrates machine learning and
+                  mathematical programming for decision-making under
+                  uncertainty, and identifies potential research
+                  opportunities. A brief review of classical mathematical
+                  programming techniques for hedging against uncertainty is
+                  first presented, along with their wide spectrum of
+                  applications in Process Systems Engineering. A comprehensive
+                  review and classification of the relevant publications on
+                  data-driven distributionally robust optimization, data-driven
+                  chance constrained program, data-driven robust optimization,
+                  and data-driven scenario-based optimization is then
+                  presented. This paper also identifies fertile avenues for
+                  future research that focuses on a closed-loop data-driven
+                  optimization framework, which allows the feedback from
+                  mathematical programming to machine learning, as well as
+                  scenario-based optimization leveraging the power of deep
+                  learning techniques. Perspectives on online learning-based
+                  data-driven multistage optimization with a
+                  learning-while-optimizing scheme are presented.}
+}
+
+ +
+@article{NisTanSugMiy2019item,
+  title = {Item listing optimization for e-commerce websites based on
+                  diversity},
+  author = {Nishimura, Naoki and Tanahashi, Kotaro and Suganuma, Koji and
+                  Miyama, Masamichi J. and Ohzeki, Masayuki},
+  journal = {Frontiers in Computer Science},
+  volume = 1,
+  pages = 2,
+  year = 2019,
+  publisher = {Frontiers},
+  keywords = {Quantum Annealing}
+}
+
+ +
+@article{Nitivatta96,
+  author = { Vilas Nitivattananon  and  Elaine C. Sadowski  and  Rafael G. Quimpo },
+  title = {Optimization of Water Supply System Operation},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 122,
+  number = 5,
+  pages = {374--384},
+  date = {1996-09/1996-10},
+  year = 1996,
+  month = sep # { / } # oct
+}
+
+ +
+@article{NogPinSub2017:ol,
+  author = {Bruno Nogueira and Rian G. S. Pinheiro and Anand Subramanian},
+  title = {A Hybrid Iterated Local Search Heuristic for the Maximum
+                  Weight Independent Set Problem},
+  journal = {Optimization Letters},
+  year = 2018,
+  volume = 12,
+  number = 3,
+  pages = {567--583},
+  doi = {10.1007/s11590-017-1128-7}
+}
+
+ +
+@article{NosAltBank2015promoting,
+  doi = {10.1126/science.aab2374},
+  year = 2015,
+  month = jun,
+  publisher = {American Association for the Advancement of Science ({AAAS})},
+  volume = 348,
+  number = 6242,
+  pages = {1422--1425},
+  author = {B. A. Nosek and G. Alter and G. C. Banks and D. Borsboom and
+                  S. D. Bowman and S. J. Breckler and S. Buck and
+                  C. D. Chambers and G. Chin and G. Christensen and
+                  M. Contestabile and A. Dafoe and E. Eich and J. Freese and
+                  R. Glennerster and D. Goroff and D. P. Green and B. Hesse and
+                  M. Humphreys and J. Ishiyama and D. Karlan and A. Kraut and
+                  A. Lupia and P. Mabry and T. Madon and N. Malhotra and
+                  E. Mayo-Wilson and M. McNutt and E. Miguel and E. L. Paluck
+                  and U. Simonsohn and C. Soderberg and B. A. Spellman and
+                  J. Turitto and G. VandenBos and S. Vazire and
+                  E. J. Wagenmakers and R. Wilson and T. Yarkoni},
+  title = {Promoting an open research culture},
+  journal = {Science}
+}
+
+ +
+@article{NosEbeHav2018preregistration,
+  author = {Nosek, Brian A. and Ebersole, Charles R. and DeHaven,
+                  Alexander C. and Mellor, David T.},
+  title = {The Preregistration Revolution},
+  volume = 115,
+  issn = {0027-8424, 1091-6490},
+  doi = {10.1073/pnas.1708274114},
+  language = {en},
+  number = 11,
+  journal = {Proceedings of the National Academy of Sciences},
+  month = mar,
+  year = 2018,
+  pages = {2600--2606},
+  abstract = {Progress in science relies in part on generating hypotheses
+                  with existing observations and testing hypotheses with new
+                  observations. This distinction between postdiction and
+                  prediction is appreciated conceptually but is not respected
+                  in practice. Mistaking generation of postdictions with
+                  testing of predictions reduces the credibility of research
+                  findings. However, ordinary biases in human reasoning, such
+                  as hindsight bias, make it hard to avoid this mistake. An
+                  effective solution is to define the research questions and
+                  analysis plan before observing the research outcomes--a
+                  process called preregistration. Preregistration distinguishes
+                  analyses and outcomes that result from predictions from those
+                  that result from postdictions. A variety of practical
+                  strategies are available to make the best possible use of
+                  preregistration in circumstances that fall short of the ideal
+                  application, such as when the data are preexisting. Services
+                  are now available for preregistration across all disciplines,
+                  facilitating a rapid increase in the practice. Widespread
+                  adoption of preregistration will increase distinctiveness
+                  between hypothesis generation and hypothesis testing and will
+                  improve the credibility of research findings.}
+}
+
+ +
+@article{NouAnd1998,
+  title = {A Comparison of Simulated Annealing Cooling Strategies},
+  author = { Yaghout Nourani  and  Bjarne Andresen },
+  journal = {Journal of Physics A},
+  volume = 31,
+  number = 41,
+  pages = {8373--8385},
+  year = 1998,
+  publisher = {IOP Publishing}
+}
+
+ +
+@article{NowSmu1996:ms,
+  author = {Nowicki, Eugeniusz and Smutnicki, Czeslaw},
+  title = {A Fast Taboo Search Algorithm for the Job Shop Problem},
+  journal = {Management Science},
+  year = 1996,
+  volume = 42,
+  number = 6,
+  pages = {797--813}
+}
+
+ +
+@article{NowSmu1996ejor,
+  title = {A fast tabu search algorithm for the permutation flow-shop problem},
+  author = {Nowicki, Eugeniusz and Smutnicki, Czes{\l}aw},
+  journal = {European Journal of Operational Research},
+  volume = 91,
+  number = 1,
+  pages = {160--175},
+  year = 1996
+}
+
+ +
+@article{OSC2015estimating,
+  title = {Estimating the reproducibility of psychological science },
+  author = {{Open Science Collaboration}},
+  journal = {Science},
+  volume = 349,
+  number = 6251,
+  numpages = 7,
+  pages = {aac4716},
+  year = 2015,
+  doi = {10.1126/science.aac4716}
+}
+
+ +
+@article{OchVer2018,
+  title = {Mapping the global structure of {TSP} fitness landscapes},
+  author = { Gabriela Ochoa  and  Veerapen, Nadarajen },
+  journal = {Journal of Heuristics},
+  volume = 24,
+  number = 3,
+  pages = {265--294},
+  year = 2018,
+  publisher = {Springer}
+}
+
+ +
+@article{OddCesPolSmi2008,
+  author = { Angelo Oddi  and  Amadeo Cesta  and  Nicola Policella  and  Stephen F. Smith },
+  title = {Combining Variants of Iterative Flattening Search},
+  journal = {Engineering Applications of Artificial Intelligence},
+  year = 2008,
+  volume = 21,
+  number = 5,
+  pages = {683--690}
+}
+
+ +
+@article{OddCesPolSmi2010,
+  author = { Angelo Oddi  and  Amadeo Cesta  and  Nicola Policella  and  Stephen F. Smith },
+  title = {Iterative Flattening Search for Resource Constrained Scheduling},
+  journal = {Journal of Intelligent Manufacturing},
+  year = 2010,
+  volume = 21,
+  number = 1,
+  pages = {17--30}
+}
+
+ +
+@article{OgbuSmith1990,
+  author = { F. A. Ogbu  and  David K. Smith },
+  title = {The Application of the Simulated Annealing Algorithm to the Solution of the {n/m/C} Max Flowshop Problem},
+  journal = {Computers \& Operations Research},
+  volume = 17,
+  number = 3,
+  pages = {243--253},
+  year = 1990,
+  publisher = {Elsevier}
+}
+
+ +
+@article{OhlTho07tsptw_sa,
+  author = { Jeffrey W. Ohlmann  and  Barrett W. Thomas },
+  title = {A Compressed-Annealing Heuristic for the Traveling
+                  Salesman Problem with Time Windows},
+  journal = {INFORMS Journal on Computing},
+  volume = 19,
+  number = 1,
+  year = 2007,
+  issn = {1526-5528},
+  pages = {80--90},
+  doi = {10.1287/ijoc.1050.0145},
+  publisher = {{INFORMS}},
+  address = {Institute for Operations Research and the Management
+                  Sciences (INFORMS), Linthicum, Maryland, USA}
+}
+
+ +
+@article{OliHeYao2007,
+  title = {Time complexity of evolutionary algorithms for combinatorial
+                  optimization: A decade of results},
+  author = { Oliveto, Pietro S.  and He, Jun and  Xin Yao },
+  journal = {International Journal of Automation and Computing},
+  volume = 4,
+  number = 3,
+  pages = {281--293},
+  year = 2007,
+  publisher = {Springer}
+}
+
+ +
+@article{OliWit2015,
+  author = { Oliveto, Pietro S.  and  Carsten Witt },
+  title = {Improved time complexity analysis of the Simple Genetic Algorithm},
+  journal = {Theoretical Computer Science},
+  volume = 605,
+  pages = {21--41},
+  year = 2015,
+  doi = {10.1016/j.tcs.2015.01.002}
+}
+
+ +
+@article{Ols1992review,
+  author = {Olson, David L.},
+  title = {Review of Empirical Studies in Multiobjective Mathematical
+                  Programming: Subject Reflection of Nonlinear Utility and
+                  Learning},
+  journal = {Decision Sciences},
+  volume = 23,
+  number = 1,
+  pages = {1--20},
+  year = 1992,
+  keywords = {Decision Analysis, Human Information Processing, Linear
+                  Programming},
+  doi = {10.1111/j.1540-5915.1992.tb00374.x},
+  abstract = {Multiple objective programming provides a means of
+                  aiding decision makers facing complex decisions where
+                  trade-offs among conflicting objectives must be
+                  reconciled. Interactive multiobjective programming provides a
+                  means for decision makers to learn what these trade-offs
+                  involve, while the mathematical program generates solutions
+                  that seek improvement of the implied utility of the decision
+                  maker. A variety of multiobjective programming techniques
+                  have been presented in the multicriteria decision-making
+                  literature. This study reviews published studies with human
+                  subjects where some of these techniques were applied. While
+                  all of the techniques have the ability to support decision
+                  makers under conditions of multiple objectives, a number of
+                  features in applying these systems have been tested by these
+                  studies. A general evolution of techniques is traced,
+                  starting with methods relying upon linear combinations of
+                  value, to more recent methods capable of reflecting nonlinear
+                  trade-offs of value. Support of nonlinear utility and
+                  enhancing decision-maker learning are considered.}
+}
+
+ +
+@article{OlsLok2013joh,
+  author = {Roland Olsson and  Arne L{\o}kketangen },
+  title = {Using Automatic Programming to Generate State-of-the-art
+                  Algorithms for Random 3-{SAT}},
+  journal = {Journal of Heuristics},
+  volume = 19,
+  number = 5,
+  year = 2013,
+  pages = {819--844},
+  doi = {10.1007/s10732-013-9226-x},
+  annote = {Uses evolution but it is not genetic programming, nor
+                  grammatical evolution.}
+}
+
+ +
+@article{Oltean05,
+  author = {Mihai Oltean},
+  title = {Evolving Evolutionary Algorithms Using Linear Genetic
+                  Programming},
+  journal = {Evolutionary Computation},
+  year = 2005,
+  volume = 13,
+  number = 3,
+  pages = {387--410},
+  doi = {10.1162/1063656054794815}
+}
+
+ +
+@article{OneRya2001tec,
+  title = {Grammatical Evolution},
+  author = { O'Neill, Michael  and Ryan, Conor},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 5,
+  number = 4,
+  pages = {349--358},
+  year = 2001
+}
+
+ +
+@article{Ormsbee89,
+  author = { Lindell E. Ormsbee  and  Thomas M. Walski  and  Donald V. Chase  and  W. W. Sharp },
+  title = {Methodology for improving pump operation efficiency},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 1989,
+  volume = 115,
+  number = 2,
+  pages = {148--164},
+  note = {}
+}
+
+ +
+@article{Ormsbee94,
+  author = { Lindell E. Ormsbee  and  Kevin E. Lansey },
+  title = {Optimal Control of Water Supply Pumping Systems},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 1994,
+  volume = 120,
+  number = 2,
+  pages = {237--252}
+}
+
+ +
+@article{Ormsbee95,
+  author = { Lindell E. Ormsbee  and  Srinivasa L. Reddy },
+  title = {Nonlinear Heuristic for Pump Operations},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 121,
+  number = 4,
+  pages = {302--309},
+  date = {1995-07/1995-08},
+  year = 1995,
+  month = jul # { / } # aug
+}
+
+ +
+@article{OroJac2002,
+  title = {Analysis of Static Simulated Annealing Algorithms},
+  author = { Jeffrey E. Orosz  and  Sheldon H. Jacobson },
+  journal = {Journal of Optimization Theory and Applications},
+  volume = 115,
+  number = 1,
+  pages = {165--182},
+  year = 2002,
+  publisher = {Springer}
+}
+
+ +
+@article{OsmPot89,
+  author = { Ibrahim H. Osman  and  Chris N. Potts },
+  title = {Simulated Annealing for Permutation Flow-Shop
+                  Scheduling},
+  journal = {Omega},
+  year = 1989,
+  volume = 17,
+  number = 6,
+  pages = {551--557}
+}
+
+ +
+@article{OwMor1988:ijpr,
+  author = {Ow, P. S. and Morton, T. E.},
+  title = {Filtered Beam Search in Scheduling},
+  journal = {International Journal of Production Research},
+  year = 1988,
+  volume = 26,
+  pages = {297--307},
+  annote = {Proposed beam search},
+  alias = {OwMor88}
+}
+
+ +
+@article{OzeKar2007:jors,
+  author = { G{\"u}l {\"O}zerol  and  Esra Karasakal },
+  title = {Interactive outranking approaches for multicriteria
+                  decision-making problems with imprecise information},
+  journal = {Journal of the Operational Research Society},
+  year = 2007,
+  volume = 59,
+  pages = {1253--1268}
+}
+
+ +
+@article{PadRin1991siamr,
+  title = {A branch-and-cut algorithm for the resolution of large-scale symmetric traveling salesman problems},
+  author = {Padberg, Manfred and Rinaldi, Giovanni},
+  journal = {SIAM Review},
+  volume = 33,
+  number = 1,
+  pages = {60--100},
+  year = 1991
+}
+
+ +
+@article{PagStu2016,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Speeding up Local Search for the Insert Neighborhood in the Weighted Tardiness Permutation Flowshop Problem},
+  journal = {Optimization Letters},
+  year = 2017,
+  volume = 11,
+  pages = {1283--1292},
+  doi = {10.1007/s11590-016-1086-5}
+}
+
+ +
+@article{PagStu2019:ejor,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Stochastic Local Search Algorithms
+                  for Permutation Flowshop Problems},
+  journal = {European Journal of Operational Research},
+  year = 2019,
+  volume = 276,
+  pages = {409--421},
+  issue = 2,
+  doi = {10.1016/j.ejor.2019.01.018},
+  keywords = {EMILI},
+  abstract = {Stochastic local search methods are at the core of many
+                  effective heuristics for tackling different permutation
+                  flowshop problems (PFSPs). Usually, such algorithms require a
+                  careful, manual algorithm engineering effort to reach high
+                  performance. An alternative to the manual algorithm
+                  engineering is the automated design of effective SLS
+                  algorithms through building flexible algorithm frameworks and
+                  using automatic algorithm configuration techniques to
+                  instantiate high-performing algorithms. In this paper, we
+                  automatically generate new high-performing algorithms for
+                  some of the most widely studied variants of the PFSP. More in
+                  detail, we (i) developed a new algorithm framework, EMILI,
+                  that implements algorithm-specific and problem-specific
+                  building blocks; (ii) define the rules of how to compose
+                  algorithms from the building blocks; and (iii) employ an
+                  automatic algorithm configuration tool to search for high
+                  performing algorithm configurations. With these ingredients,
+                  we automatically generate algorithms for the PFSP with the
+                  objectives makespan, total completion time and total
+                  tardiness, which outperform the best algorithms obtained by a
+                  manual algorithm engineering process.}
+}
+
+ +
+@article{PagStu2020:itor,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Evaluating the impact of grammar complexity in automatic algorithm design},
+  journal = {International Transactions in Operational Research},
+  pages = {1--26},
+  doi = {10.1111/itor.12902},
+  year = 2020
+}
+
+ +
+@article{PagStu2021:orp,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Automatic design of hybrid stochastic local search algorithms
+                  for permutation flowshop problems with additional
+                  constraints},
+  journal = {Operations Research Perspectives},
+  year = 2021,
+  volume = 8,
+  pages = 100180,
+  doi = {10.1016/j.orp.2021.100180},
+  abstract = {Automatic design of stochastic local search algorithms has
+                  been shown to be very effective in generating algorithms for
+                  the permutation flowshop problem for the most studied
+                  objectives including makespan, flowtime and total
+                  tardiness. The automatic design system uses a configuration
+                  tool to combine algorithmic components following a set of
+                  rules defined as a context-free grammar. In this paper we use
+                  the same system to tackle two of the most studied additional
+                  constraints for these objectives: sequence dependent setup
+                  times and no-idle constraint. Additional components have been
+                  added to adapt the system to the new problems while keeping
+                  intact the grammar structure and the experimental setup. The
+                  experiments show that the generated algorithms outperform the
+                  state of the art in each case.}
+}
+
+ +
+@article{PajBlaHerMar2021archiving,
+  title = {A Comparison of Archiving Strategies for Characterization of
+                  Nearly Optimal Solutions under Multi-Objective Optimization},
+  author = {Pajares, Alberto and Blasco, Xavier and Herrero, Juan Manuel
+                  and Mart{\'i}nez, Miguel A.},
+  journal = {Mathematics},
+  year = 2021,
+  doi = {10.3390/math9090999},
+  volume = 9,
+  number = 9,
+  pages = {999},
+  abstract = {In a multi-objective optimization problem, in addition to
+                  optimal solutions, multimodal and/or nearly optimal
+                  alternatives can also provide additional useful information
+                  for the decision maker. However, obtaining all nearly optimal
+                  solutions entails an excessive number of
+                  alternatives. Therefore, to consider the nearly optimal
+                  solutions, it is convenient to obtain a reduced set, putting
+                  the focus on the potentially useful alternatives. These
+                  solutions are the alternatives that are close to the optimal
+                  solutions in objective space, but which differ significantly
+                  in the decision space. To characterize this set, it is
+                  essential to simultaneously analyze the decision and
+                  objective spaces. One of the crucial points in an
+                  evolutionary multi-objective optimization algorithm is the
+                  archiving strategy. This is in charge of keeping the solution
+                  set, called the archive, updated during the optimization
+                  process. The motivation of this work is to analyze the three
+                  existing archiving strategies proposed in the literature
+                  (ArchiveUpdate$P_{Q,\epsilon}D_{xy}$, Archive\_nevMOGA, and
+                  targetSelect) that aim to characterize the potentially useful
+                  solutions. The archivers are evaluated on two benchmarks and
+                  in a real engineering example. The contribution clearly shows
+                  the main differences between the three archivers. This
+                  analysis is useful for the design of evolutionary algorithms
+                  that consider nearly optimal solutions.},
+  keywords = {multi-objective optimization; nearly optimal solutions;
+                  non-epsilon dominance; multimodality; decision space
+                  diversity; archiving strategy; evolutionary algorithm;
+                  non-linear parametric identification}
+}
+
+ +
+@article{PalGooSor2014,
+  author = {Daniel {Palhazi Cuervo} and Peter Goos and  Kenneth S{\"o}rensen  and Emely Arr{\'{a}}iz},
+  title = {An Iterated Local Search Algorithm for the Vehicle Routing Problem
+               with Backhauls},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 237,
+  number = 2,
+  pages = {454--464}
+}
+
+ +
+@article{Palubeckis2006,
+  title = {Iterated tabu search for the unconstrained binary quadratic
+                  optimization problem},
+  author = {Palubeckis, Gintaras},
+  journal = {Informatica},
+  volume = 17,
+  number = 2,
+  pages = {279--296},
+  year = 2006,
+  publisher = {Institute of Mathematics and Informatics},
+  doi = {10.15388/Informatica.2006.138}
+}
+
+ +
+@article{PanRui2012ejor,
+  title = {Local Search Methods for the Flowshop Scheduling Problem with Flowtime Minimization},
+  author = {Pan, Quan-Ke and  Rub{\'e}n Ruiz },
+  journal = {European Journal of Operational Research},
+  volume = 222,
+  number = 1,
+  pages = {31--43},
+  year = 2012
+}
+
+ +
+@article{PanRui2013cor,
+  title = {A Comprehensive Review and Evaluation of Permutation
+                  Flowshop Heuristics to Minimize Flowtime},
+  author = {Pan, Quan-Ke and  Rub{\'e}n Ruiz },
+  journal = {Computers \& Operations Research},
+  volume = 40,
+  number = 1,
+  pages = {117--128},
+  year = 2013,
+  alias = {PanRui2012}
+}
+
+ +
+@article{PanRuiAlf2017:cor,
+  author = { Quan-Ke Pan  and  Rub{\'e}n Ruiz  and  Pedro Alfaro-Fern{\'a}ndez },
+  title = {Iterated Search Methods for Earliness and Tardiness Minimization in Hybrid Flowshops with Due Windows},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  volume = 80,
+  pages = {50--60}
+}
+
+ +
+@article{PanTasLia2008,
+  title = {A Discrete Differential Evolution Algorithm for the
+                  Permutation Flowshop Scheduling Problem },
+  journal = {Computers and Industrial Engineering},
+  volume = 55,
+  number = 4,
+  pages = {795 -- 816},
+  year = 2008,
+  author = {Quan-Ke Pan and Mehmet Fatih Tasgetiren and Yun-Chia
+                  Liang}
+}
+
+ +
+@article{PanWanZha2008,
+  year = 2008,
+  journal = {International Journal of Advanced Manufacturing Technology},
+  volume = 38,
+  number = {7-8},
+  title = {An improved iterated greedy algorithm for the
+                  no-wait flow shop scheduling problem with makespan
+                  criterion},
+  author = {Pan, Quan-Ke and Wang, Ling and Zhao, Bao-Hua},
+  pages = {778--786}
+}
+
+ +
+@article{PanYang2009,
+  title = {A survey on transfer learning},
+  author = {Pan, Sinno Jialin and Yang, Qiang},
+  journal = {IEEE Transactions on Knowledge and Data Engineering},
+  volume = 22,
+  number = 10,
+  pages = {1345--1359},
+  year = 2009
+}
+
+ +
+@article{PaqSchStu07:aor,
+  author = { Lu{\'i}s Paquete  and  Tommaso Schiavinotto  and  Thomas St{\"u}tzle },
+  title = {On Local Optima in Multiobjective Combinatorial
+                  Optimization Problems},
+  journal = {Annals of Operations Research},
+  year = 2007,
+  volume = 156,
+  pages = {83--97},
+  doi = {10.1007/s10479-007-0230-0},
+  keywords = {Pareto local search, PLS},
+  abstract = {In this article, local optimality in multiobjective
+                  combinatorial optimization is used as a baseline for
+                  the design and analysis of two iterative improvement
+                  algorithms. Both algorithms search in a neighborhood
+                  that is defined on a collection of sets of feasible
+                  solutions and their acceptance criterion is based on
+                  outperformance relations. Proofs of the soundness
+                  and completeness of these algorithms are given.}
+}
+
+ +
+@article{PaqStu06:mqap,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {A study of stochastic local search algorithms for
+                  the biobjective {QAP} with correlated flow matrices},
+  journal = {European Journal of Operational Research},
+  year = 2006,
+  volume = 169,
+  number = 3,
+  alias = {lpaquete:14},
+  pages = {943--959}
+}
+
+ +
+@article{PaqStu09:cor,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Design and analysis of stochastic local search for
+                  the multiobjective traveling salesman problem},
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  volume = 36,
+  number = 9,
+  pages = {2619--2631},
+  doi = {10.1016/j.cor.2008.11.013}
+}
+
+ +
+@article{ParDoeHar2009,
+  author = {Parragh, S. N. and  Karl F. Doerner  and  Richard F. Hartl  and  Xavier Gandibleux },
+  title = {A heuristic two-phase solution approach for the
+                  multi-objective dial-a-ride problem},
+  journal = {Networks},
+  volume = 54,
+  number = 4,
+  pages = {227--242},
+  year = 2009
+}
+
+ +
+@article{ParJoh1997,
+  author = {Rebecca Parsons and Mark Johnson},
+  title = {A Case Study in Experimental Design Applied to Genetic Algorithms with Applications to {DNA} Sequence Assembly},
+  journal = {American Journal of Mathematical and Management Sciences},
+  publisher = {Taylor \& Francis},
+  volume = 17,
+  number = {3-4},
+  pages = {369--396},
+  year = 1997,
+  doi = {10.1080/01966324.1997.10737444}
+}
+
+ +
+@article{ParKim98,
+  author = {Moon-Won Park and Yeong-Dae Kim},
+  title = {A systematic procedure for setting parameters in simulated annealing algorithms},
+  journal = {Computers \& Operations Research},
+  volume = 25,
+  number = 3,
+  pages = {207--217},
+  year = 1998,
+  doi = {10.1016/S0305-0548(97)00054-3}
+}
+
+ +
+@article{ParLopFre2002:ieee-tec,
+  author = {R. S. Parpinelli and H. S. Lopes and A. A. Freitas},
+  title = {Data Mining with an Ant Colony Optimization Algorithm},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002,
+  volume = 6,
+  number = 4,
+  pages = {321--332}
+}
+
+ +
+@article{ParQuo1995antlr,
+  author = {Parr, Terence J. and Quong, Russell W.},
+  title = {{ANTLR}: A predicated-{LL} (k) parser generator},
+  journal = {Software --- Practice \& Experience},
+  year = 1995,
+  volume = 25,
+  number = 7,
+  pages = {789--810}
+}
+
+ +
+@article{ParVas2007:ejor,
+  author = { R. O. Parreiras  and  J. A. Vascocelos },
+  title = {A multiplicative version of {PROMETHEE II} applied to
+                   multiobjective optimization problems},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 183,
+  pages = {729--740}
+}
+
+ +
+@article{Paul2010,
+  title = {Comparative performance of tabu search and simulated annealing heuristics for the quadratic assignment problem},
+  author = { Paul, Gerald },
+  journal = {Operations Research Letters},
+  volume = 38,
+  number = 6,
+  pages = {577--581},
+  year = 2010,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Pearl2019:cacm,
+  title = {The seven tools of causal inference, with reflections on machine learning},
+  author = { Judea Pearl },
+  journal = {Communications of the ACM},
+  volume = 62,
+  number = 3,
+  pages = {54--60},
+  year = 2019
+}
+
+ +
+@article{PedNesCan2011:asc,
+  author = {Mart{\'i}n Pedemonte and Sergio Nesmachnow and H{\'e}ctor Cancela},
+  title = {A survey on parallel ant colony optimization},
+  journal = {Applied Soft Computing},
+  volume = 11,
+  number = 8,
+  pages = {5181--5197},
+  year = 2011
+}
+
+ +
+@article{PelBirStu2012:si,
+  author = { Paola Pellegrini  and  Mauro Birattari  and  Thomas St{\"u}tzle },
+  title = {A Critical Analysis of Parameter Adaptation in Ant Colony Optimization},
+  journal = {Swarm Intelligence},
+  year = 2012,
+  volume = 6,
+  number = 1,
+  pages = {23--48},
+  doi = {10.1007/s11721-011-0061-0}
+}
+
+ +
+@article{PelCasPes2012its,
+  author = { Paola Pellegrini  and L. Castelli and R. Pesenti},
+  title = {Metaheuristic algorithms for the simultaneous slot
+                  allocation problem},
+  journal = {IET Intelligent Transport Systems},
+  year = 2012,
+  volume = 6,
+  number = 4,
+  pages = {453--462},
+  month = dec,
+  doi = {10.1049/iet-its.2011.0179}
+}
+
+ +
+@article{PelMasBirStu14,
+  author = { Paola Pellegrini  and  Franco Mascia  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {On the Sensitivity of Reactive Tabu Search to its
+                  Meta-parameters},
+  journal = {Soft Computing},
+  year = 2014,
+  volume = 18,
+  number = 11,
+  pages = {2177--2190},
+  doi = {10.1007/s00500-013-1192-6}
+}
+
+ +
+@article{PenSubOch2013:joh,
+  author = {Puca Huachi {Vaz Penna} and  Anand Subramanian  and  Luiz Satoru Ochi },
+  title = {An Iterated Local Search Heuristic for the Heterogeneous Fleet Vehicle Routing Problem},
+  journal = {Journal of Heuristics},
+  year = 2013,
+  volume = 19,
+  number = 2,
+  pages = {201--232}
+}
+
+ +
+@article{Per2020challenge,
+  title = {Challenge to scientists: does your ten-year-old code still
+                  run?},
+  author = {Jeffrey M. Perkel},
+  journal = {Nature},
+  volume = 584,
+  pages = {556--658},
+  year = 2020,
+  doi = {10.1038/d41586-020-02462-7},
+  keywords = {reproducibility; software engineering; ReScience C; Ten Years
+                  Reproducibility Challenge; code reusability}
+}
+
+ +
+@article{PerLopStu2015si,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Ant colony optimization on a limited budget of evaluations},
+  journal = {Swarm Intelligence},
+  year = 2015,
+  doi = {10.1007/s11721-015-0106-x},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2015-004},
+  volume = 9,
+  number = {2-3},
+  pages = {103--124}
+}
+
+ +
+@article{PerRuiNes2018,
+  author = {P{\'{e}}res, Matias and Ruiz, Germ{\'{a}}n and Nesmachnow,
+                  Sergio and Olivera, Ana C.},
+  journal = {Applied Soft Computing},
+  keywords = {Multiobjective evolutionary
+                  algorithms,Pollution,Simulation,Traffic flow},
+  title = {Multiobjective evolutionary optimization of traffic flow and
+                  pollution in {Montevideo}, {Uruguay}},
+  year = 2018,
+  alias = {Peres2018},
+  volume = 70,
+  pages = {472--485},
+  publisher = {Elsevier}
+}
+
+ +
+@article{PesUchAraRod2010,
+  author = {A. Pessoa and E. Uchoa and M. Arag{\~a}o and R. Rodrigues},
+  title = {Exact Algorithm over an Arc-time-indexed formulation for Parallel Machine Scheduling Problems},
+  journal = {Mathematical Programming Computation},
+  year = 2010,
+  volume = 2,
+  number = {3--4},
+  pages = {259--290}
+}
+
+ +
+@article{Pesant98tsptw,
+  author = { Gilles Pesant  and  Michel Gendreau  and  Jean-Yves Potvin  and J.-M. Rousseau },
+  title = {An Exact Constraint Logic Programming Algorithm
+  for the Traveling Salesman Problem with Time Windows},
+  journal = {Transportation Science},
+  year = 1998,
+  volume = 32,
+  pages = {12--29}
+}
+
+ +
+@article{Pet1998boeing,
+  author = {Charles W. Petit},
+  title = {Touched by nature: putting evolution to work on the assembly
+                  line},
+  journal = {U.S. News \& World Report},
+  volume = 125,
+  number = 4,
+  month = jul,
+  year = 1998,
+  pages = {43--45},
+  url = {http://dynamics.org/~altenber/IN_THE_MEDIA/US_NEWS.7-27-98/index.html},
+  annote = {Evolutionary optimization of turbine design of the
+                  Boeing~777~GE}
+}
+
+ +
+@article{PetBonGre2014gtoc5,
+  author = {Petropoulos, Anastassios E. and Bonfiglio, Eugene P. and
+                  Grebow, Daniel J. and Lam, Try and Parker, Jeffrey S. and
+                  Arrieta, Juan and Landau, Damon F. and Anderson, Rodney
+                  L. and Gustafson, Eric D. and Whiffen, Gregory J. and
+                  Finlayson, Paul A. and Sims, Jon A.},
+  title = {{GTOC5}: Results from Jet Propulsion Lab},
+  journal = {Acta Futura},
+  year = 2014,
+  volume = 8,
+  pages = {21--27},
+  doi = {10.2420/AF08.2014.21},
+  abstract = {We present the methods and results of the Jet Propulsion
+                  Laboratory team in the 5th Global Trajectory Optimization
+                  Competition. Our broad-search strategy utilized several
+                  recently developed phase-free metrics for rapidly narrowing
+                  the search options. Two different, adaptive, branch-and-prune
+                  strategies were employed to build up asteroid sequences using
+                  a rendezvous-flyby-rendezvous building block, with a robust
+                  local optimizer in the loop. The best of these sequences were
+                  refined end-to-end using the same direct optimizer, to yield
+                  the winning 18-point, 18-asteroid solution.}
+}
+
+ +
+@article{PetHarHarLan2018gi,
+  author = {Petke, Justyna and Haraldsson, Saemundur O. and Harman, Mark and  Langdon, William B.  and White, David R. and John R. Woodward},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Genetic Improvement of Software: A Comprehensive Survey},
+  year = 2018,
+  volume = 22,
+  number = 3,
+  pages = {415--432},
+  doi = {10.1109/TEVC.2017.2693219}
+}
+
+ +
+@article{PetZil2006parallel,
+  author = {Petrik, Marek and  Shlomo Zilberstein },
+  journal = {Annals of Mathematics and Artificial Intelligence},
+  number = 1,
+  pages = {85--106},
+  title = {Learning parallel portfolios of algorithms},
+  volume = 48,
+  year = 2006,
+  keywords = {algorithm selection}
+}
+
+ +
+@article{Pezeshk96,
+  author = { S. Pezeshk  and  O. J. Helweg },
+  title = {Adaptative Search Optimisation in reducing pump operation
+                  costs},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 122,
+  number = 1,
+  pages = {57--63},
+  date = {1996-01/1996-02},
+  year = 1996,
+  month = jan # { / } # feb
+}
+
+ +
+@article{PheKok2003interactive,
+  title = {An interactive evolutionary metaheuristic for multiobjective
+                  combinatorial optimization},
+  author = {Phelps, Selcen and  Murat K{\"o}ksalan },
+  journal = {Management Science},
+  volume = 49,
+  number = 12,
+  pages = {1726--1738},
+  year = 2003
+}
+
+ +
+@article{PieKhuSav2007investigation,
+  title = {An investigation on preference order ranking scheme for
+                  multiobjective evolutionary optimization},
+  author = {di Pierro, Francesco and Khu, Soon-Thiam and  Dragan A. Savic },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 11,
+  number = 1,
+  pages = {17--45},
+  year = 2007
+}
+
+ +
+@article{PinVinSin2020improving,
+  title = {Improving Reproducibility in Machine Learning Research (A
+                  Report from the {NeurIPS} 2019 Reproducibility Program)},
+  author = {Joelle Pineau and Philippe Vincent-Lamarre and Koustuv Sinha
+                  and Vincent Larivière and Alina Beygelzimer and Florence
+                  d'Alché-Buc and Emily Fox and Hugo Larochelle},
+  year = 2020,
+  journal = {Arxiv preprint arXiv:2003.12206 [cs.LG]},
+  url = {https://arxiv.org/abs/2003.12206}
+}
+
+ +
+@article{Pis2005where,
+  author = { David Pisinger },
+  journal = {Computers \& Operations Research},
+  number = 9,
+  pages = {2271--2284},
+  title = {Where are the hard knapsack problems?},
+  volume = 32,
+  year = 2005
+}
+
+ +
+@article{PisRop2007:cor,
+  author = { David Pisinger  and  Stefan Ropke },
+  title = {A General Heuristic for Vehicle Routing Problems},
+  journal = {Computers \& Operations Research},
+  year = 2007,
+  volume = 34,
+  number = 8,
+  pages = {2403--2435}
+}
+
+ +
+@article{PitAlmDoe06,
+  author = {Rapeepan Pitakaso and  Christian Almeder  and  Karl F. Doerner  and  Richard F. Hartl },
+  title = {Combining exact and population-based methods for the
+                  Constrained Multilevel Lot Sizing Problem},
+  journal = {International Journal of Production Research},
+  year = 2006,
+  volume = 44,
+  number = 22,
+  pages = {4755--4771}
+}
+
+ +
+@article{PitAlmDoe07,
+  author = {Rapeepan Pitakaso and  Christian Almeder  and  Karl F. Doerner  and  Richard F. Hartl },
+  title = {A {\MaxMinAntSystem} for unconstrained multi-level
+                  lot-sizing problems},
+  volume = 34,
+  number = 9,
+  journal = {Computers \& Operations Research},
+  year = 2007,
+  keywords = {Ant colony optimization, Material requirements
+                  planning, Multi-level lot-sizing, {Wagner-Whitin}
+                  algorithm},
+  pages = {2533--2552},
+  doi = {10.1016/j.cor.2005.09.022},
+  abstract = { In this paper, we present an ant-based algorithm
+                  for solving unconstrained multi-level lot-sizing
+                  problems called ant system for multi-level
+                  lot-sizing algorithm {(ASMLLS).} We apply a hybrid
+                  approach where we use ant colony optimization in
+                  order to find a good lot-sizing sequence, i.e. a
+                  sequence of the different items in the product
+                  structure in which we apply a modified
+                  {Wagner-Whitin} algorithm for each item
+                  separately. Based on the setup costs each ant
+                  generates a sequence of items. Afterwards a simple
+                  single-stage lot-sizing rule is applied with
+                  modified setup costs. This modification of the setup
+                  costs depends on the position of the item in the
+                  lot-sizing sequence, on the items which have been
+                  lot-sized before, and on two further parameters,
+                  which are tried to be improved by a systematic
+                  search. For small-sized problems {ASMLLS} is among
+                  the best algorithms, but for most medium- and
+                  large-sized problems it outperforms all other
+                  approaches regarding solution quality as well as
+                  computational time.}
+}
+
+ +
+@article{Ples2018repro,
+  doi = {10.3389/fninf.2017.00076},
+  year = 2018,
+  month = jan,
+  publisher = {Frontiers Media {SA}},
+  volume = 11,
+  author = {Hans E. Plesser},
+  title = {Reproducibility vs.\ Replicability: A Brief History of a
+                  Confused Terminology},
+  journal = {Frontiers in Neuroinformatics}
+}
+
+ +
+@article{PorGonAllHsu2017:ejor,
+  author = {Daniel Porumbel and Gilles Goncalves and Hamid Allaoui and Tient{\'e} Hsu},
+  title = {Iterated Local Search and Column Generation to solve Arc-Routing as a Permutation Set-Covering Problem},
+  journal = {European Journal of Operational Research},
+  year = 2017,
+  volume = 256,
+  number = 2,
+  pages = {349--367}
+}
+
+ +
+@article{PorParDoa++2013,
+  author = {Juan Porta and Jorge Parapar and Ram{\'o}n Doallo and Vasco Barbosa and In{\'e}s Sant{\'e} and Rafael Crecente and Carlos D{\'i}az},
+  title = {A Population-based Iterated Greedy Algorithm for the Delimitation and Zoning of Rural Settlements},
+  journal = {Computers, Environment and Urban Systems},
+  year = 2013,
+  volume = 39,
+  pages = {12--26}
+}
+
+ +
+@article{PotBen96vrptw_gene,
+  author = { Jean-Yves Potvin  and  S. Bengio },
+  title = {The Vehicle Routing Problem with Time Windows Part
+                  {II}: Genetic Search},
+  journal = {INFORMS Journal on Computing},
+  year = 1996,
+  volume = 8,
+  pages = {165--172}
+}
+
+ +
+@article{Pra2009jwrpm,
+  author = { T. Devi Prasad },
+  title = {Design of pumped water distribution networks with
+                  storage},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2009,
+  volume = 136,
+  number = 4,
+  pages = {129--136}
+}
+
+ +
+@article{PraPac2015:joh,
+  author = {Marco Pranzo and D. Pacciarelli},
+  title = {An Iterated Greedy Metaheuristic for the Blocking Job Shop Scheduling Problem},
+  journal = {Journal of Heuristics},
+  year = 2016,
+  volume = 22,
+  number = 4,
+  pages = {587--611},
+  doi = {10.1007/s10732-014-9279-5}
+}
+
+ +
+@article{PraAveLem2019learning,
+  author = {Prates, Marcelo and Avelar, Pedro H. C. and Lemos, Henrique
+                  and Lamb, Luis C. and Vardi, Moshe Y.},
+  title = {Learning to Solve {NP-Complete} Problems: A Graph Neural
+                  Network for Decision {TSP}},
+  journal = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  year = 2019,
+  volume = 33,
+  number = 01,
+  pages = {4731--4738},
+  month = jul,
+  issn = {2159-5399},
+  doi = {10.1609/aaai.v33i01.33014731},
+  publisher = {Association for the Advancement of Artificial Intelligence
+                  (AAAI)}
+}
+
+ +
+@article{PriKumSug2023trial,
+  author = {Kenneth V. Price and Abhishek Kumar and  Ponnuthurai N. Suganthan },
+  title = {Trial-based dominance for comparing both the speed and
+                  accuracy of stochastic optimizers with standard
+                  non-parametric tests},
+  journal = {Swarm and Evolutionary Computation},
+  year = 2023,
+  volume = 78,
+  pages = 101287,
+  doi = {10.1016/j.swevo.2023.101287},
+  keywords = {Benchmarking, Two-variable non-parametric tests, Evolutionary
+                  algorithms, Dominance, Stochastic optimization, Numerical
+                  optimization, Mann-Whitney test}
+}
+
+ +
+@article{Prim1957,
+  title = {Shortest connection networks and some generalizations},
+  author = {Prim, Robert Clay},
+  journal = {{Bell System Technical Journal}},
+  volume = 36,
+  number = 6,
+  pages = {1389--1401},
+  year = 1957
+}
+
+ +
+@article{ProBisBou2018tuna,
+  title = {Tunability: Importance of Hyperparameters of Machine Learning
+                  Algorithms},
+  author = {Probst, Philipp and  Bernd Bischl  and Boulesteix,
+                  Anne-Laure},
+  journal = {Arxiv preprint arXiv:1802.09596},
+  year = 2018,
+  url = {https://arxiv.org/abs/1802.09596},
+  keywords = {parameter importance}
+}
+
+ +
+@article{ProBisBou2019tuna,
+  author = {Probst, Philipp and  Bernd Bischl  and Boulesteix,
+                  Anne-Laure},
+  title = {Tunability: Importance of Hyperparameters of Machine Learning
+                  Algorithms},
+  journal = {Journal of Machine Learning Research},
+  year = 2019,
+  volume = 20,
+  number = 53,
+  pages = {1--32}
+}
+
+ +
+@article{ProMue2012,
+  title = {Design of computer experiments: space filling and beyond},
+  author = {Pronzato, Luc and M\"uller, Werner G.},
+  journal = {Statistics and Computing},
+  year = 2012,
+  number = 3,
+  pages = {681--701},
+  volume = 22,
+  keywords = {Kriging; Entropy; Design of experiments; Space-filling;
+                  Sphere packing; Maximin design; Minimax design},
+  alias = {Pronzato2012}
+}
+
+ +
+@article{Psaraftis1995:aor,
+  author = {Harilaos N. Psaraftis},
+  title = {Dynamic Vehicle Routing: Status and Prospects},
+  journal = {Annals of Operations Research},
+  year = 1995,
+  volume = 61,
+  pages = {143--164}
+}
+
+ +
+@article{PukHei2006,
+  title = {Optimizing heuristic search in forest planning},
+  author = {Pukkala, Timo and Heinonen, Tero},
+  journal = {Nonlinear Analysis: Real World Applications},
+  volume = 7,
+  number = 5,
+  year = 2006,
+  pages = {1284--1297},
+  publisher = {Elsevier}
+}
+
+ +
+@article{PulTac2009aqme,
+  title = {A self-adaptive multi-engine solver for quantified {Boolean}
+                  formulas},
+  author = {Pulina, Luca and Tacchella, Armando},
+  journal = {Constraints},
+  volume = 14,
+  number = 1,
+  pages = {80--116},
+  year = 2009
+}
+
+ +
+@article{PurFle2007tec,
+  title = {On the Evolutionary Optimization of Many Conflicting
+                  Objectives},
+  author = { Robin C. Purshouse  and  Peter J. Fleming },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2007,
+  doi = {10.1109/TEVC.2007.910138},
+  volume = 11,
+  number = 6,
+  pages = {770--784}
+}
+
+ +
+@article{QiMaLiu2014moead,
+  title = {{MOEA/D} with adaptive weight adjustment},
+  author = {Qi, Yutao and Ma, Xiaoliang and Liu, Fang and Jiao, Licheng
+                  and Sun, Jianyong and Wu, Jianshe},
+  journal = {Evolutionary Computation},
+  year = 2014,
+  number = 2,
+  pages = {231--264},
+  volume = 22,
+  publisher = {MIT Press},
+  annote = {Uses an external population},
+  doi = {10.1162/EVCO_a_00109}
+}
+
+ +
+@article{QuiReeKel2017direct,
+  title = {Direct policy search for robust multi-objective management of
+                  deeply uncertain socio-ecological tipping points},
+  author = {Quinn, Julianne D. and  Patrick M. Reed  and Keller, Klaus},
+  journal = {Environmental Modelling \& Software},
+  volume = 92,
+  pages = {125--141},
+  year = 2017,
+  publisher = {Elsevier}
+}
+
+ +
+@article{RadRuiBor2009,
+  title = {New High Performing Heuristics for Minimizing Makespan in Permutation Flowshops},
+  author = { Shahriar Farahmand Rad  and  Rub{\'e}n Ruiz  and  Naser Boroojerdian },
+  journal = {Omega},
+  year = 2009,
+  number = 2,
+  pages = {331--345},
+  volume = 37
+}
+
+ +
+@article{Raj93,
+  title = {Heuristic algorithm for scheduling in a flowshop to
+                  minimize total flowtime},
+  author = {C. Rajendran},
+  journal = {International Journal of Production Economics},
+  volume = 29,
+  number = 1,
+  pages = {65--73},
+  year = 1993
+}
+
+ +
+@article{RajZie04,
+  author = {C. Rajendran and  H. Ziegler },
+  title = {Ant-colony algorithms for permutation flowshop
+                  scheduling to minimize makespan/total flowtime of
+                  jobs},
+  journal = {European Journal of Operational Research},
+  volume = 155,
+  number = 2,
+  pages = {426--438},
+  year = 2004
+}
+
+ +
+@article{RajZie1997,
+  author = {C. Rajendran and  H. Ziegler },
+  title = {An efficient heuristic for scheduling in a flowshop to
+                  minimize total weighted flowtime of jobs},
+  journal = {European Journal of Operational Research},
+  volume = 103,
+  number = 1,
+  pages = {129--138},
+  year = 1997,
+  issn = {0377 -- 2217},
+  doi = {10.1016/S0377-2217(96)00273-1}
+}
+
+ +
+@article{RamBir2020appsci,
+  title = {Automatic Design of Collective Behaviors for Robots that Can Display and Perceive Colors},
+  author = { David Garz{\'o}n Ramos  and  Mauro Birattari },
+  journal = {Applied Sciences},
+  volume = 10,
+  number = 13,
+  pages = {4654},
+  year = 2020,
+  publisher = {Multidisciplinary Digital Publishing Institute}
+}
+
+ +
+@article{RamMirSer2021foodplan,
+  author = {Ramos-Pérez, Juan-Manuel and Miranda, Gara and Segredo,
+                  Eduardo and León, Coromoto and Rodríguez-León, Casiano},
+  title = {Application of Multi-Objective Evolutionary Algorithms for
+                  Planning Healthy and Balanced School Lunches},
+  journal = {Mathematics},
+  month = dec,
+  publisher = {{MDPI} {AG}},
+  volume = 9,
+  year = 2021,
+  number = 1,
+  pages = 80,
+  doi = {10.3390/math9010080},
+  abstract = {A multi-objective formulation of the Menu Planning Problem,
+                  which is termed the Multi-objective Menu Planning Problem, is
+                  presented herein. Menu planning is of great interest in the
+                  health field due to the importance of proper nutrition in
+                  today's society, and particularly, in school
+                  canteens. In addition to considering the cost of the meal
+                  plan as the classic objective to be minimized, we also
+                  introduce a second objective aimed at minimizing the degree
+                  of repetition of courses and food groups that a particular
+                  meal plan consists of. The motivation behind this particular
+                  multi-objective formulation is to offer a meal plan that is
+                  not only affordable but also varied and balanced from a
+                  nutritional standpoint. The plan is designed for a given
+                  number of days and ensures that the specific nutritional
+                  requirements of school-age children are satisfied. The main
+                  goal of the current work is to demonstrate the
+                  multi-objective nature of the said formulation, through a
+                  comprehensive experimental assessment carried out over a set
+                  of multi-objective evolutionary algorithms applied to
+                  different instances. At the same time, we are also interested
+                  in validating the multi-objective formulation by performing
+                  quantitative and qualitative analyses of the solutions
+                  attained when solving it. Computational results show the
+                  multi-objective nature of the said formulation, as well as
+                  that it allows suitable meal plans to be obtained.}
+}
+
+ +
+@article{RamMonMor2011jors,
+  title = {Extending the use of scenario planning and {MCDA} for the
+                  evaluation of strategic options},
+  author = {Ram, Camelia and Montibeller, Gilberto and Morton, Alec},
+  journal = {Journal of the Operational Research Society},
+  volume = 62,
+  number = 5,
+  pages = {817--829},
+  year = 2011
+}
+
+ +
+@article{RaoSal2007hydroinf,
+  author = { Zhengfu Rao  and Elad Salomons},
+  title = {Development of a real-time, near-optimal control
+                  process for water-distribution networks},
+  journal = { Journal of Hydroinformatics },
+  year = 2007,
+  volume = 9,
+  number = 1,
+  doi = {10.2166/hydro.2006.015},
+  pages = {25--37}
+}
+
+ +
+@article{RarUzs2001:joh,
+  author = {Ronald L. Rardin and Reha Uzsoy},
+  title = {Experimental Evaluation of Heuristic Optimization Algorithms: A Tutorial},
+  journal = {Journal of Heuristics},
+  year = 2001,
+  volume = 7,
+  number = 3,
+  pages = {261--304}
+}
+
+ +
+@article{RasMusKar2019vrp,
+  author = {Jussi Rasku and  Musliu, Nysret  and Tommi K{\"a}rkk{\"a}inen},
+  title = {On automatic algorithm configuration of vehicle routing
+                  problem solvers},
+  journal = {Journal on Vehicle Routing Algorithms},
+  year = 2019,
+  month = feb,
+  volume = 2,
+  number = {1-4},
+  pages = {1--22},
+  doi = {10.1007/s41604-019-00010-9},
+  keywords = {irace, SMAC, GGA, REVAC, VRP}
+}
+
+ +
+@article{Rech2000case,
+  title = {Case studies in evolutionary experimentation and computation},
+  author = { Rechenberg, Ingo },
+  journal = {Computer Methods in Applied Mechanics and Engineering},
+  volume = 186,
+  number = {2-4},
+  pages = {125--140},
+  year = 2000,
+  doi = {10.1016/S0045-7825(99)00381-3},
+  publisher = {Elsevier}
+}
+
+ +
+@article{ReeEre2004jors,
+  author = { Colin R. Reeves  and Eremeev, A. V.},
+  title = {Statistical analysis of local search landscapes},
+  journal = {Journal of the Operational Research Society},
+  pages = {687--693},
+  volume = 55,
+  number = 7,
+  year = 2004,
+  epub = {http://www.jstor.org/stable/4102015}
+}
+
+ +
+@article{ReeGon1989imcdm,
+  title = {A comparison of two interactive {MCDM} procedures},
+  author = {Reeves, Gary R. and Gonzalez, Juan J.},
+  journal = {European Journal of Operational Research},
+  volume = 41,
+  number = 2,
+  pages = {203--209},
+  year = 1989,
+  doi = {10.1016/0377-2217(89)90385-8},
+  publisher = {Elsevier},
+  keywords = {artificial DM, interactive}
+}
+
+ +
+@article{ReeHadHerKas2013water,
+  title = {Evolutionary multiobjective optimization in water resources:
+                  The past, present, and future},
+  author = { Patrick M. Reed  and  David Hadka  and Herman, Jonathan D. and  Kasprzyk, Joseph R.  and  Kollat, Joshua B. },
+  journal = {Advances in Water Resources},
+  volume = 51,
+  pages = {438--456},
+  year = 2013
+}
+
+ +
+@article{CheLiYao2019,
+  title = {Standing on the shoulders of giants: Seeding search-based
+                  multi-objective optimization with prior knowledge for
+                  software service composition},
+  author = {Chen, Tao and  Li, Miqing  and  Xin Yao },
+  journal = {Information and Software Technology},
+  year = 2019,
+  pages = {155--175},
+  volume = 114,
+  publisher = {Elsevier},
+  annote = {Example of deteroriation in archiving}
+}
+
+ +
+@article{RehZaeFisRud2022bench,
+  author = {Rehbach, Frederik and  Martin Zaefferer  and  Andreas Fischbach  and  G{\"u}nther Rudolph  and  Thomas Bartz-Beielstein },
+  title = {Benchmark-Driven Configuration of a Parallel Model-Based
+                  Optimization Algorithm},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2022,
+  volume = 26,
+  number = 6,
+  pages = {1365--1379},
+  doi = {10.1109/TEVC.2022.3163843}
+}
+
+ +
+@article{Rei91a,
+  author = { Gerhard Reinelt },
+  title = {{TSPLIB} --- A Traveling Salesman Problem Library},
+  journal = {ORSA Journal on Computing},
+  year = 1991,
+  volume = 3,
+  number = 4,
+  pages = {376--384}
+}
+
+ +
+@article{ReiDoeHar04:cor,
+  author = { Marc Reimann  and  Karl F. Doerner  and  Richard F. Hartl },
+  title = {{D}-ants: {Savings} based ants divide and conquer
+                  the vehicle routing problems},
+  journal = {Computers \& Operations Research},
+  year = 2004,
+  volume = 31,
+  number = 4,
+  pages = {563--591}
+}
+
+ +
+@article{ReiLau06,
+  author = { Marc Reimann  and  Marco Laumanns },
+  title = {Savings based ant colony optimization for the
+                  capacitated minimum spanning tree problem},
+  volume = 33,
+  number = 6,
+  journal = {Computers \& Operations Research},
+  year = 2006,
+  keywords = {Ant colony Optimization, Capacitated minimum
+                  spanning tree problem},
+  pages = {1794--1822},
+  doi = {10.1016/j.cor.2004.11.019},
+  abstract = { The problem of connecting a set of client nodes
+                  with known demands to a root node through a minimum
+                  cost tree network, subject to capacity constraints
+                  on all links is known as the capacitated minimum
+                  spanning tree {(CMST)} problem. As the problem is
+                  {NP-hard,} we propose a hybrid ant colony
+                  optimization {(ACO)} algorithm to tackle it
+                  heuristically. The algorithm exploits two important
+                  problem characteristics: (i) the {CMST} problem is
+                  closely related to the capacitated vehicle routing
+                  problem {(CVRP),} and (ii) given a clustering of
+                  client nodes that satisfies capacity constraints,
+                  the solution is to find a {MST} for each cluster,
+                  which can be done exactly in polynomial time. Our
+                  {ACO} exploits these two characteristics of the
+                  {CMST} by a solution construction originally
+                  developed for the {CVRP.} Given the {CVRP} solution,
+                  we then apply an implementation of Prim's algorithm
+                  to each cluster to obtain a feasible {CMST}
+                  solution. Results from a comprehensive computational
+                  study indicate the efficiency and effectiveness of
+                  the proposed approach.}
+}
+
+ +
+@article{RenFenKeZha2010:cie,
+  author = {Zhi-Gang Ren and Zu-Ren Feng and Liang-Jun Ke and Zhao-Jun Zhang},
+  title = {New Ideas for Applying Ant Colony Optimization to the Set Covering Problem},
+  journal = {Computers and Industrial Engineering},
+  year = 2010,
+  volume = 58,
+  number = 4,
+  pages = {774--784}
+}
+
+ +
+@article{ReyCoe06,
+  author = {M. Reyes-Sierra  and  Carlos A. {Coello Coello} },
+  title = {Multi-objective particle swarm optimizers: A survey of the
+                  state-of-the-art},
+  year = 2006,
+  journal = {International Journal of Computational Intelligence Research},
+  volume = 2,
+  number = 3,
+  pages = {287--308}
+}
+
+ +
+@article{Reynolds1987,
+  author = {Craig W. Reynolds},
+  title = {Flocks, Herds, and Schools: A Distributed Behavioral Model},
+  journal = {{ACM} Computer Graphics},
+  volume = 21,
+  number = 4,
+  pages = {25--34},
+  year = 1987,
+  alias = {Reynolds1987}
+}
+
+ +
+@article{RezAraMeh2022anchoring,
+  title = {Analyzing anchoring bias in attribute weight elicitation of
+                  {SMART}, {Swing}, and best-worst method},
+  doi = {10.1111/itor.13171},
+  journal = {International Transactions in Operational Research},
+  author = {Rezaei, Jafar and Arab, Alireza and Mehregan, Mohammadreza},
+  year = 2022,
+  keywords = {anchoring bias, best-worst method, cognitive bias, MADM,
+                  multi-attribute weighting, SMART, Swing}
+}
+
+ +
+@article{RezHej2005,
+  title = {Flowshop-scheduling Problems with Makespan Criterion: A Review},
+  author = {S. Reza Hejazi and S. Saghafian},
+  journal = {International Journal of Production Research},
+  year = 2005,
+  number = 14,
+  pages = {2895--2929},
+  volume = 43
+}
+
+ +
+@article{RibComTor2011:omega,
+  title = {An iterated greedy algorithm for the flowshop
+                  scheduling problem with blocking},
+  journal = {Omega},
+  volume = 39,
+  number = 3,
+  pages = {293 -- 301},
+  year = 2011,
+  author = {Imma Ribas and Ramon Companys and Xavier
+                  Tort-Martorell}
+}
+
+ +
+@article{RibComTor2013,
+  author = {Imma Ribas and Ramon Companys and Xavier Tort-Martorell},
+  title = {An Efficient Iterated Local Search Algorithm for the Total Tardiness Blocking Flow Shop Problem},
+  journal = {International Journal of Production Research},
+  year = 2013,
+  volume = 51,
+  number = 17,
+  pages = {5238--5252}
+}
+
+ +
+@article{RibUrr2007,
+  author = { Celso C. Ribeiro  and Sebasti{\'a}n Urrutia},
+  title = {Heuristics for the Mirrored Traveling Tournament Problem},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 179,
+  number = 3,
+  pages = {775--787}
+}
+
+ +
+@article{RicBea2004:joh,
+  author = {A. J. Richmond and  John E. Beasley },
+  title = {An Iterative Construction Heuristic for the Ore Selection Problem},
+  journal = {Journal of Heuristics},
+  year = 2004,
+  volume = 10,
+  number = 2,
+  pages = {153--167}
+}
+
+ +
+@article{Rice1976,
+  author = {John R. Rice},
+  title = {The Algorithm Selection Problem},
+  journal = {Advances in Computers},
+  year = 1976,
+  volume = 15,
+  pages = {65--118},
+  doi = {10.1016/S0065-2458(08)60520-3},
+  abstract = {The problem of selecting an effective algorithm arises in a
+                  wide variety of situations. This chapter starts with a
+                  discussion on abstract models: the basic model and associated
+                  problems, the model with selection based on features, and the
+                  model with variable performance criteria. One objective of
+                  this chapter is to explore the applicability of the
+                  approximation theory to the algorithm selection
+                  problem. There is an intimate relationship here and that the
+                  approximation theory forms an appropriate base upon which to
+                  develop a theory of algorithm selection methods. The
+                  approximation theory currently lacks much of the necessary
+                  machinery for the algorithm selection problem. There is a
+                  need to develop new results and apply known techniques to
+                  these new circumstances. The final pages of this chapter form
+                  a sort of appendix, which lists 15 specific open problems and
+                  questions in this area. There is a close relationship between
+                  the algorithm selection problem and the general optimization
+                  theory. This is not surprising since the approximation
+                  problem is a special form of the optimization problem. Most
+                  realistic algorithm selection problems are of moderate to
+                  high dimensionality and thus one should expect them to be
+                  quite complex. One consequence of this is that most
+                  straightforward approaches (even well-conceived ones) are
+                  likely to lead to enormous computations for the best
+                  selection. The single most important part of the solution of
+                  a selection problem is the appropriate choice of the form for
+                  selection mapping. It is here that theories give the least
+                  guidance and that the art of problem solving is most
+                  crucial.}
+}
+
+ +
+@article{RivAfrPri2015:coa,
+  author = {Juan Carlos Rivera and H. Murat Afsar and  Christian Prins },
+  title = {A Multistart Iterated Local Search for the Multitrip Cumulative Capacitated
+               Vehicle Routing Problem},
+  journal = {Computational Optimization and Applications},
+  year = 2015,
+  volume = 61,
+  number = 1,
+  pages = {159--187}
+}
+
+ +
+@article{RivYanLop2021tweet,
+  author = { Rivadeneira, Luc{\'i}a  and  Yang, Jian-Bo  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Predicting tweet impact using a novel evidential reasoning
+                  prediction method},
+  journal = {Expert Systems with Applications},
+  year = 2021,
+  volume = 169,
+  pages = 114400,
+  month = may,
+  doi = {10.1016/j.eswa.2020.114400},
+  abstract = {This study presents a novel evidential reasoning (ER)
+                  prediction model called MAKER-RIMER to examine how different
+                  features embedded in Twitter posts (tweets) can predict the
+                  number of retweets achieved during an electoral campaign. The
+                  tweets posted by the two most voted candidates during the
+                  official campaign for the 2017 Ecuadorian Presidential
+                  election were used for this research. For each tweet, five
+                  features including type of tweet, emotion, URL, hashtag, and
+                  date are identified and coded to predict if tweets are of
+                  either high or low impact. The main contributions of the new
+                  proposed model include its suitability to analyse tweet
+                  datasets based on likelihood analysis of data. The model is
+                  interpretable, and the prediction process relies only on the
+                  use of available data. The experimental results show that
+                  MAKER-RIMER performed better, in terms of misclassification
+                  error, when compared against other predictive machine
+                  learning approaches. In addition, the model allows observing
+                  which features of the candidates' tweets are linked to high
+                  and low impact. Tweets containing allusions to the contender
+                  candidate, either with positive or negative connotations,
+                  without hashtags, and written towards the end of the
+                  campaign, were persistently those with the highest
+                  impact. URLs, on the other hand, is the only variable that
+                  performs differently for the two candidates in terms of
+                  achieving high impact. MAKER-RIMER can provide campaigners of
+                  political parties or candidates with a tool to measure how
+                  features of tweets are predictors of their impact, which can
+                  be useful to tailor Twitter content during electoral
+                  campaigns.},
+  keywords = {Evidential reasoning rule,Belief rule-based inference,Maximum
+                  likelihood data analysis,Twitter,Retweet,Prediction}
+}
+
+ +
+@article{Rob1995statcomp,
+  author = {Robert, C. P.},
+  title = {Simulation of truncated normal variables},
+  journal = {Statistics and Computing},
+  year = 1995,
+  volume = 5,
+  number = 2,
+  pages = {121--125},
+  month = jun
+}
+
+ +
+@article{RomKraArn2012protein,
+  author = {P. A. Romero and A. Krause and F. H. Arnold},
+  title = {Navigating the Protein Fitness Landscape with {Gaussian}
+                  Processes},
+  doi = {10.1073/pnas.1215251110},
+  year = 2012,
+  month = dec,
+  volume = 110,
+  number = 3,
+  pages = {E193--E201},
+  journal = {Proceedings of the National Academy of Sciences},
+  keywords = {Combinatorial Black-box Expensive}
+}
+
+ +
+@article{RomSan1991,
+  title = {A Theoretical Framework for Simulated Annealing},
+  author = { Fabio Romeo  and  Alberto Sangiovanni-Vincentelli },
+  journal = {Algorithmica},
+  volume = 6,
+  number = {1-6},
+  pages = {302--345},
+  year = 1991,
+  publisher = {Springer}
+}
+
+ +
+@article{Roos2001science,
+  title = {Bioinformatics--trying to swim in a sea of data},
+  author = {Roos, David S.},
+  journal = {Science},
+  volume = 291,
+  number = 5507,
+  pages = {1260--1261},
+  year = 2001,
+  publisher = {American Association for the Advancement of Science}
+}
+
+ +
+@article{RopPis2006:ejor,
+  author = { Stefan Ropke  and  David Pisinger },
+  title = {A Unified Heuristic for a Large Class of Vehicle Routing Problems
+               with Backhauls},
+  journal = {European Journal of Operational Research},
+  year = 2006,
+  volume = 171,
+  number = 3,
+  pages = {750--775}
+}
+
+ +
+@article{RopPis2006:ts,
+  author = { Stefan Ropke  and  David Pisinger },
+  title = {An Adaptive Large Neighborhood Search Heuristic for the Pickup and Delivery Problme with Time Windows},
+  journal = {Transportation Science},
+  year = 2006,
+  volume = 40,
+  number = 4,
+  pages = {455--472}
+}
+
+ +
+@article{Ros2014mutual,
+  title = {Mutual Information between Discrete and Continuous Data Sets},
+  author = {Ross, Brian C.},
+  doi = {10.1371/journal.pone.0087357},
+  journal = {PLoS One},
+  publisher = {Public Library of Science},
+  year = 2014,
+  month = feb,
+  volume = 9,
+  pages = {1--5},
+  number = 2,
+  abstract = {Mutual information (MI) is a powerful method for detecting
+                  relationships between data sets. There are accurate methods
+                  for estimating MI that avoid problems with ``binning'' when
+                  both data sets are discrete or when both data sets are
+                  continuous. We present an accurate, non-binning MI estimator
+                  for the case of one discrete data set and one continuous data
+                  set. This case applies when measuring, for example, the
+                  relationship between base sequence and gene expression level,
+                  or the effect of a cancer drug on patient survival time. We
+                  also show how our method can be adapted to calculate the
+                  Jensen-Shannon divergence of two or more data sets.}
+}
+
+ +
+@article{RosKleWol1990,
+  title = {Temperature measurement and equilibrium dynamics of simulated annealing placements},
+  author = {Rose, Jonathan and Klebsch, Wolfgang and Wolf, J{\"u}rgen},
+  journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
+  volume = 9,
+  number = 3,
+  pages = {253--259},
+  year = 1990
+}
+
+ +
+@article{Rothberg2007,
+  title = {An evolutionary algorithm for polishing mixed integer programming solutions},
+  author = {Rothberg, Edward},
+  journal = {INFORMS Journal on Computing},
+  volume = 19,
+  number = 4,
+  pages = {534--541},
+  year = 2007,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{Rothman1985,
+  title = {Nonlinear inversion, statistical mechanics, and residual statics estimation},
+  author = {Rothman, Daniel H.},
+  journal = {Geophysics},
+  volume = 50,
+  number = 12,
+  pages = {2784--2796},
+  year = 1985,
+  publisher = {Society of Exploration Geophysicists}
+}
+
+ +
+@article{Rothman1986,
+  title = {Automatic estimation of large residual statics corrections},
+  author = {Rothman, Daniel H.},
+  journal = {Geophysics},
+  volume = 51,
+  number = 2,
+  pages = {332--346},
+  year = 1986,
+  publisher = {Society of Exploration Geophysicists}
+}
+
+ +
+@article{Roy2010:ejor,
+  author = { Bernard Roy },
+  title = {Robustness in operational research and decision
+                  aiding: A multi-faceted issue},
+  journal = {European Journal of Operational Research},
+  volume = 200,
+  number = 3,
+  pages = {629--638},
+  year = 2010,
+  doi = {10.1016/j.ejor.2008.12.036}
+}
+
+ +
+@article{RudCapRou2023improved_pnb,
+  author = { Isaac Rudich  and  Quentin Cappart  and  Louis-Martin Rousseau },
+  title = {Improved {Peel}-and-{Bound}: Methods for Generating Dual Bounds
+                  with Multivalued Decision Diagrams},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 2023,
+  volume = 77,
+  pages = {1489--1538},
+  month = aug,
+  doi = {10.1613/jair.1.14607},
+  publisher = {{AI} Access Foundation}
+}
+
+ +
+@article{RudSchGri2016coa,
+  author = { G{\"u}nther Rudolph  and  Oliver Sch{\"u}tze  and Christian Grimme and Christian Dom{\'i}nguez-Medina and  Heike Trautmann },
+  title = {Optimal averaged {Hausdorff} archives for bi-objective
+                  problems: theoretical and numerical results},
+  journal = {Computational Optimization and Applications},
+  volume = 64,
+  number = 2,
+  year = 2016,
+  pages = {589--618}
+}
+
+ +
+@article{Rudolph1994:tnn,
+  title = {Convergence analysis of canonical genetic algorithms},
+  author = { G{\"u}nther Rudolph },
+  journal = {IEEE Transactions on Neural Networks},
+  volume = 5,
+  number = 1,
+  pages = {96--101},
+  year = 1994
+}
+
+ +
+@article{RuiMar05,
+  author = { Rub{\'e}n Ruiz  and  C. Maroto },
+  title = {A Comprehensive Review and Evaluation of Permutation
+                  Flow\-shop Heuristics},
+  journal = {European Journal of Operational Research},
+  year = 2005,
+  volume = 165,
+  number = 2,
+  pages = {479--494}
+}
+
+ +
+@article{RuiMar06,
+  author = { Rub{\'e}n Ruiz  and  C. Maroto  and Javier Alcaraz},
+  title = {Two new robust genetic algorithms for the flowshop scheduling problem},
+  journal = {Omega},
+  publisher = {Elsevier},
+  volume = 34,
+  number = 5,
+  pages = {461--476},
+  year = 2006,
+  doi = {10.1016/j.omega.2004.12.006}
+}
+
+ +
+@article{RuiSabLuq2015wasfga,
+  author = { Ruiz, Ana Bel{\'e}n  and  Rub{\'{e}}n Saborido  and  Mariano Luque },
+  title = {A preference-based evolutionary algorithm for multiobjective
+                  optimization: the weighting achievement scalarizing function
+                  genetic algorithm},
+  journal = {Journal of Global Optimization},
+  year = 2015,
+  volume = 62,
+  number = 1,
+  pages = {101--129},
+  month = may,
+  annote = {Proposed WASF-GA},
+  doi = {10.1007/s10898-014-0214-y},
+  abstract = {When solving multiobjective optimization problems,
+                  preference-based evolutionary multiobjective optimization
+                  (EMO) algorithms introduce preference information into an
+                  evolutionary algorithm in order to focus the search for
+                  objective vectors towards the region of interest of the
+                  Pareto optimal front. In this paper, we suggest a
+                  preference-based EMO algorithm called weighting achievement
+                  scalarizing function genetic algorithm (WASF-GA), which
+                  considers the preferences of the decision maker (DM)
+                  expressed by means of a reference point. The main purpose of
+                  WASF-GA is to approximate the region of interest of the
+                  Pareto optimal front determined by the reference point, which
+                  contains the Pareto optimal objective vectors that obey the
+                  preferences expressed by the DM in the best possible way. The
+                  proposed approach is based on the use of an achievement
+                  scalarizing function (ASF) and on the classification of the
+                  individuals into several fronts. At each generation of
+                  WASF-GA, this classification is done according to the values
+                  that each solution takes on the ASF for the reference point
+                  and using different weight vectors. These vectors of weights
+                  are selected so that the vectors formed by their inverse
+                  components constitute a well-distributed representation of
+                  the weight vectors space. The efficiency and usefulness of
+                  WASF-GA is shown in several test problems in comparison to
+                  other preference-based EMO algorithms. Regarding a metric
+                  based on the hypervolume, we can say that WASF-GA has
+                  outperformed the other algorithms considered in most of the
+                  problems.}
+}
+
+ +
+@article{RuiStu04:ejor,
+  author = { Rub{\'e}n Ruiz  and  Thomas St{\"u}tzle },
+  title = {A Simple and Effective Iterated Greedy Algorithm for
+                  the Permutation Flowshop Scheduling Problem},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 177,
+  number = 3,
+  pages = {2033--2049}
+}
+
+ +
+@article{RuiStu2008:ejor,
+  author = { Rub{\'e}n Ruiz  and  Thomas St{\"u}tzle },
+  title = {An {Iterated} {Greedy} heuristic for the sequence
+                  dependent setup times flowshop problem with makespan
+                  and weighted tardiness objectives },
+  journal = {European Journal of Operational Research},
+  volume = 187,
+  number = 3,
+  pages = {1143 -- 1159},
+  year = 2008
+}
+
+ +
+@article{Russell95,
+  author = {Robert A. Russell},
+  title = {Hybrid Heuristics for the Vehicle Routing Problem with Time Windows},
+  journal = {Transportation Science},
+  year = 1995,
+  volume = 29,
+  number = 2,
+  pages = {156--166}
+}
+
+ +
+@article{SabAyoKen2013tec,
+  author = {N. R. {Sabar} and M. {Ayob} and  Graham Kendall  and R. {Qu}},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Grammatical Evolution Hyper-Heuristic for Combinatorial Optimization Problems},
+  year = 2013,
+  volume = 17,
+  number = 6,
+  pages = {840--861}
+}
+
+ +
+@article{SabAyoKen2015tcyb,
+  author = {N. R. {Sabar} and M. {Ayob} and  Graham Kendall  and R. {Qu}},
+  journal = {IEEE Transactions on Cybernetics},
+  title = {A Dynamic Multiarmed Bandit-Gene Expression Programming Hyper-Heuristic for Combinatorial Optimization Problems},
+  year = 2015,
+  volume = 45,
+  number = 2,
+  pages = {217--228}
+}
+
+ +
+@article{SabAyoKen2015tec,
+  author = {N. R. Sabar and M. Ayob and  Graham Kendall  and R. Qu},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Automatic Design of a Hyper-Heuristic Framework With Gene Expression Programming for Combinatorial Optimization Problems},
+  year = 2015,
+  volume = 19,
+  number = 3,
+  pages = {309--325}
+}
+
+ +
+@article{SacDuvMai2018ego-ls-svm,
+  title = {A classification approach to efficient global optimization in
+                  presence of non-computable domains},
+  author = {Sacher, Matthieu and Duvigneau, R{\'e}gis and Le Maitre,
+                  Olivier and Durand, Mathieu and Berrini, Elisa and Hauville,
+                  Fr{\'e}d{\'e}ric and Astolfi, Jacques-Andr{\'e}},
+  journal = {Structural and Multidisciplinary Optimization},
+  volume = 58,
+  number = 4,
+  pages = {1537--1557},
+  year = 2018,
+  publisher = {Springer},
+  doi = {10.1007/s00158-018-1981-8},
+  keywords = {Safe optimization; CMA-ES, Gaussian processes; Least-Squares
+                  Support Vector Machine},
+  annote = {Proposed EGO-LS-SVM}
+}
+
+ +
+@article{SadFow2012nosql,
+  title = {{NoSQL} distilled},
+  author = {Sadalage, Pramod J. and Fowler, Martin},
+  journal = {AddisonWesley Professional},
+  year = 2012
+}
+
+ +
+@article{SakarWQ00,
+  author = { A. Burcu Altan Sakarya  and  Larry W. Mays },
+  title = {Optimal Operation of Water Distribution Pumps Considering
+                  Water Quality},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 126,
+  number = 4,
+  pages = {210--220},
+  date = {2000-07/2000-08},
+  year = 2000,
+  month = jul # { / } # aug
+}
+
+ +
+@article{SamPelDarRodPac2016ant,
+  author = {Marcela Sam\`a and  Paola Pellegrini  and Andrea D'Ariano and Joaquin Rodriguez and Dario Pacciarelli},
+  title = {Ant colony optimization for the real-time train routing selection problem},
+  journal = {Transportation Research Part B: Methodological},
+  volume = 85,
+  pages = {89--108},
+  year = 2016,
+  doi = {10.1016/j.trb.2016.01.005},
+  keywords = {irace}
+}
+
+ +
+@article{Sambridge1999,
+  title = {Geophysical inversion with a neighbourhood algorithm--I. Searching a parameter space},
+  author = {Sambridge, Malcolm},
+  journal = {Geophysical Journal International},
+  volume = 138,
+  number = 2,
+  pages = {479--494},
+  year = 1999
+}
+
+ +
+@article{SanDorNeb2019fame,
+  title = {A novel multi-objective evolutionary algorithm with fuzzy
+                  logic based adaptive selection of operators: {FAME}},
+  journal = {Information Sciences},
+  volume = 471,
+  pages = {233--251},
+  year = 2019,
+  issn = {0020-0255},
+  doi = {10.1016/j.ins.2018.09.005},
+  author = {Alejandro Santiago and  Bernab{\'e} Dorronsoro  and  Nebro, Antonio J.  and  Durillo, Juan J.  and Oscar Castillo and H{\'e}ctor
+                  J. Fraire},
+  keywords = {Multi-objective optimization, density estimation,
+                  evolutionary algorithm, adaptive algorithm, fuzzy logic, spatial spread deviation}
+}
+
+ +
+@article{SanGalRub2008tec,
+  author = {S\'anchez, Javier and Gal\'an, Manuel and Rubio, Enrique},
+  title = {Applying a traffic lights evolutionary optimization technique
+                  to a real case: ``{Las} {Ramblas}'' area in {Santa} {Cruz} de
+                  {Tenerife}},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2008,
+  volume = 12,
+  number = 1,
+  pages = {25--40},
+  keywords = {Cellular automata, Combinatorial optimization, Genetic
+                  algorithms, Microscopic traffic simulator, Traffic lights
+                  optimization}
+}
+
+ +
+@article{SanGalRub2010tec,
+  author = {J. J. S\'anchez-Medina and M. J. Gal\'an-Moreno and
+                  E. Rubio-Royo},
+  title = {Traffic Signal Optimization in ``{La} {Almozara}'' District
+                  in {Saragossa} Under Congestion Conditions, Using Genetic
+                  Algorithms, Traffic Microsimulation, and Cluster Computing},
+  journal = {IEEE Transactions on Intelligent Transportation Systems},
+  year = 2010,
+  volume = 11,
+  number = 1,
+  pages = {132--141},
+  month = mar,
+  keywords = {cellular automata; genetic algorithms; road traffic;traffic
+                  light programming;urban traffic congestion},
+  doi = {10.1109/TITS.2009.2034383},
+  issn = {1524-9050}
+}
+
+ +
+@article{SanOst2018wrr,
+  title = {Stochastic Scenario Evaluation in Evolutionary Algorithms
+                  Used for Robust Scenario-Based Optimization},
+  author = {Sankary, Nathan and  Avi Ostfeld },
+  journal = {Water Resources Research},
+  volume = 54,
+  number = 4,
+  pages = {2813--2833},
+  year = 2018
+}
+
+ +
+@article{SanRopHva2018joh,
+  author = {Alberto Santini and Stefan Ropke and Hvattum, Lars Magnus},
+  title = {A comparison of acceptance criteria for the adaptive large neighbourhood search metaheuristic},
+  journal = {Journal of Heuristics},
+  volume = 24,
+  pages = {783--815},
+  year = 2018,
+  doi = {10.1007/s10732-018-9377-x}
+}
+
+ +
+@article{Sandgren1988,
+  author = {Sandgren, E.},
+  title = {Nonlinear integer and discrete programming in mechanical
+                  design optimization},
+  volume = 112,
+  number = 2,
+  journal = {Journal of Mechanical Design},
+  pages = {223--229},
+  year = 1990,
+  doi = {10.1115/1.2912596}
+}
+
+ +
+@article{SasBerBie2022deepcave,
+  author = {Sass, René and Bergman, Eddie and  Biedenkapp, Andr{\'e}  and  Frank Hutter  and  Marius Thomas Lindauer },
+  title = {{DeepCAVE}: An Interactive Analysis Tool for Automated
+                  Machine Learning},
+  journal = {Arxiv preprint arXiv:2206.03493 [cs.LG]},
+  year = 2022,
+  doi = {10.48550/arXiv.2206.03493}
+}
+
+ +
+@article{Savelsbergh85tw,
+  title = {Local search in routing problems with time windows},
+  volume = 4,
+  doi = {10.1007/BF02022044},
+  abstract = {We develop local search algorithms for routing
+                  problems with time windows. The presented algorithms
+                  are based on thek-interchange concept. The presence
+                  of time windows introduces feasibility constraints,
+                  the checking of which normally requires O(N)
+                  time. Our method reduces this checking effort to
+                  O(1) time. We also consider the problem of finding
+                  initial solutions. A complexity result is given and
+                  an insertion heuristic is described.},
+  number = 1,
+  journal = {Annals of Operations Research},
+  author = { Martin W. P. Savelsbergh },
+  month = dec,
+  year = 1985,
+  pages = {285--305}
+}
+
+ +
+@article{SaxDurDebZha2013pca,
+  title = {Objective Reduction in Many-Objective Optimization: Linear
+                  and Nonlinear Algorithms},
+  author = { Saxena, Dhish Kumar  and  Jo{\~a}o A. Duro  and Tiwari, Anish and  Kalyanmoy Deb  and  Zhang, Qingfu },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 17,
+  number = 1,
+  pages = {77--99},
+  year = 2013,
+  doi = {10.1109/TEVC.2012.2185847}
+}
+
+ +
+@article{SchDoeHar09,
+  author = { Michael Schilde  and  Karl F. Doerner  and  Richard F. Hartl  and Guenter
+                  Kiechle},
+  title = {Metaheuristics for the bi-objective orienteering
+                  problem},
+  number = 3,
+  journal = {Swarm Intelligence},
+  year = 2009,
+  pages = {179--201},
+  volume = 3,
+  doi = {10.1007/s11721-009-0029-5},
+  abstract = {In this paper, heuristic solution
+                  techniques for the multi-objective orienteering
+                  problem are developed. The motivation stems from the
+                  problem of planning individual tourist routes in a
+                  city. Each point of interest in a city provides
+                  different benefits for different categories (e.g.,
+                  culture, shopping). Each tourist has different
+                  preferences for the different categories when
+                  selecting and visiting the points of interests
+                  (e.g., museums, churches). Hence, a multi-objective
+                  decision situation arises.  To determine all the
+                  Pareto optimal solutions, two metaheuristic search
+                  techniques are developed and applied. We use the
+                  Pareto ant colony optimization algorithm and extend
+                  the design of the variable neighborhood search
+                  method to the multi-objective case. Both methods are
+                  hybridized with path relinking procedures. The
+                  performances of the two algorithms are tested on
+                  several benchmark instances as well as on real world
+                  instances from different Austrian regions and the
+                  cities of Vienna and Padua.  The computational
+                  results show that both implemented methods are well
+                  performing algorithms to solve the multi-objective
+                  orienteering problem.}
+}
+
+ +
+@article{SchEgeBan2009aco,
+  title = {Extended ant colony optimization for non-convex mixed integer
+                  nonlinear programming},
+  author = {Schl{\"u}ter, Martin and Egea, Jose A. and  Banga, Julio R. },
+  journal = {Computers \& Operations Research},
+  volume = 36,
+  number = 7,
+  pages = {2217--2229},
+  year = 2009,
+  doi = {10.1016/j.cor.2008.08.015}
+}
+
+ +
+@article{SchEsqLarCoe2012tec,
+  author = { Oliver Sch{\"u}tze  and X. Esquivel and A. Lara and  Carlos A. {Coello Coello} },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {Using the Averaged {Hausdorff} Distance as a Performance
+                  Measure in Evolutionary Multiobjective Optimization},
+  year = 2012,
+  volume = 16,
+  number = 4,
+  pages = {504--522}
+}
+
+ +
+@article{SchHan79,
+  author = {Josef Schmee and Gerald J. Hahn},
+  title = {A Simple Method for Regression Analysis with Censored Data},
+  journal = {Technometrics},
+  year = 1979,
+  volume = 21,
+  number = 4,
+  pages = {417--432},
+  publisher = {Taylor \& Francis},
+  doi = {10.2307/1268280}
+}
+
+ +
+@article{SchHarSka2017safe,
+  title = {Safe active learning and safe {Bayesian} optimization for
+                  tuning a {PI}-controller},
+  author = {Schillinger, Mark and Hartmann, Benjamin and Skalecki, Patric
+                  and Meister, Mona and Nguyen-Tuong, Duy and Nelles, Oliver},
+  journal = {{IFAC}-{PapersOnLine}},
+  volume = 50,
+  number = 1,
+  pages = {5967--5972},
+  year = 2017,
+  doi = {10.1016/j.ifacol.2017.08.1258},
+  publisher = {Elsevier}
+}
+
+ +
+@article{SchHenSie2004hiv,
+  author = {Julie R. Schames and Richard H. Henchman and Jay S. Siegel
+                  and Christoph A. Sotriffer and Haihong Ni and J. Andrew
+                  McCammon},
+  title = {Discovery of a Novel Binding Trench in {HIV} Integrase},
+  journal = {Journal of Medicinal Chemistry},
+  volume = 47,
+  number = 8,
+  pages = {1879--1881},
+  year = 2004,
+  doi = {10.1021/jm0341913},
+  annote = {Evolutionary optimization of the first clinically approved
+                  anti-viral drug for HIV}
+}
+
+ +
+@article{SchHerTal2019archiver,
+  title = {Archivers for the representation of the set of approximate
+                  solutions for {MOPs}},
+  author = { Oliver Sch{\"u}tze  and  Carlos Hern{\'a}ndez  and  Talbi, El-Ghazali  and Sun, Jian-Qiao
+                  and Naranjani, Yousef and Xiong, F-R},
+  journal = {Journal of Heuristics},
+  year = 2019,
+  pages = {71--105},
+  volume = 25,
+  doi = {10.1007/s10732-018-9383-z},
+  keywords = {archiving, nearly optimality, epsilon-dominance, epsilon-approximation, hausdorff convergence}
+}
+
+ +
+@article{SchKoe2009,
+  year = 2009,
+  volume = 123,
+  number = 4,
+  pages = {421--433},
+  author = {Jeffrey C. Schank and Thomas J. Koehnle},
+  title = {Pseudoreplication is a pseudoproblem},
+  journal = {Journal of Comparative Psychology}
+}
+
+ +
+@article{SchLarCoe2011tec,
+  author = { Oliver Sch{\"u}tze  and A. Lara and  Carlos A. {Coello Coello} },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {On the Influence of the Number of Objectives on the Hardness
+                  of a Multiobjective Optimization Problem},
+  year = 2011,
+  volume = 15,
+  number = 4,
+  pages = {444--455}
+}
+
+ +
+@article{SchLauCoeDelTal2008,
+  title = {Convergence of stochastic search algorithms to finite size
+                  {Pareto} set approximations},
+  author = { Oliver Sch{\"u}tze  and  Marco Laumanns  and  Carlos A. {Coello Coello}  and Dellnitz,
+                  Michael and  Talbi, El-Ghazali },
+  journal = {Journal of Global Optimization},
+  volume = 41,
+  number = 4,
+  pages = {559--577},
+  year = 2008
+}
+
+ +
+@article{SchLauTanCoeTal2010,
+  title = {Computing gap free {Pareto} front approximations with
+                  stochastic search algorithms},
+  author = { Oliver Sch{\"u}tze  and  Marco Laumanns  and Emilia Tantar and  Carlos A. {Coello Coello}  and  Talbi, El-Ghazali },
+  journal = {Evolutionary Computation},
+  volume = 18,
+  number = 1,
+  pages = {65--96},
+  year = 2010
+}
+
+ +
+@article{SchMar1999,
+  author = {G. R. Schreiber and  Olivier Martin },
+  title = {Cut Size Statistics of Graph Bisection Heuristics},
+  journal = {SIAM Journal on Optimization},
+  year = 1999,
+  volume = 10,
+  number = 1,
+  pages = {231--251}
+}
+
+ +
+@article{SchSchStaDue2000,
+  title = {Record Breaking Optimization Results Using the Ruin
+                  and Recreate Principle},
+  journal = {Journal of Computational Physics},
+  volume = 159,
+  number = 2,
+  pages = {139--171},
+  year = 2000,
+  author = {Gerhard Schrimpf and Schneider, Johannes and Hermann
+                  Stamm-Wilbrandt and Gunter Dueck}
+}
+
+ +
+@article{SchSchoTho2019min,
+  title = {Min-ordering and max-ordering scalarization methods for
+                  multi-objective robust optimization},
+  author = {Schmidt, Marie and  Sch{\"o}bel, Anita  and Thom, Lisa},
+  journal = {European Journal of Operational Research},
+  volume = 275,
+  number = 2,
+  pages = {446--459},
+  year = 2019,
+  publisher = {Elsevier}
+}
+
+ +
+@article{SchSpeKra2018gptut,
+  author = {Schulz, Eric and Speekenbrink, Maarten and Krause, Andreas},
+  year = 2018,
+  month = aug,
+  pages = {1--16},
+  title = {A tutorial on {Gaussian} process regression: {Modelling},
+                  exploring, and exploiting functions},
+  volume = 85,
+  journal = {Journal of Mathematical Psychology},
+  doi = {10.1016/j.jmp.2018.03.001}
+}
+
+ +
+@article{SchStu2004:jmma,
+  author = { Tommaso Schiavinotto  and  Thomas St{\"u}tzle },
+  title = {The Linear Ordering Problem: Instances, Search Space Analysis
+  and Algorithms},
+  journal = {Journal of Mathematical Modelling and Algorithms},
+  year = 2004,
+  volume = 3,
+  number = 4,
+  pages = {367--402}
+}
+
+ +
+@article{SchStu2007:cor,
+  author = { Tommaso Schiavinotto  and  Thomas St{\"u}tzle },
+  title = {A Review of Metrics on Permutations for Search Space Analysis},
+  journal = {Computers \& Operations Research},
+  year = 2007,
+  volume = 34,
+  number = 10,
+  pages = {3143--3153}
+}
+
+ +
+@article{SchTacWuiSamStu2013,
+  author = {Tom Schrijvers and Guido Tack and Pieter Wuille and Horst Samulowitz and Peter J. Stuckey},
+  title = {Search Combinators},
+  journal = {Constraints},
+  year = 2013,
+  volume = 18,
+  number = 2,
+  pages = {269--305}
+}
+
+ +
+@article{SchVasCoe2011space,
+  author = { Oliver Sch{\"u}tze  and Massimiliano Vasile and  Carlos A. {Coello Coello} },
+  title = {Computing the Set of Epsilon-Efficient Solutions in
+                  Multiobjective Space Mission Design},
+  journal = {Journal of Aerospace Computing, Information, and
+                  Communication},
+  year = 2011,
+  volume = 8,
+  number = 3,
+  pages = {53--70},
+  doi = {10.2514/1.46478},
+  publisher = {American Institute of Aeronautics and Astronautics ({AIAA})}
+}
+
+ +
+@article{SchWelJon1998,
+  author = {Matthias Schonlau and William J. Welch and Donald R. Jones},
+  title = {Global versus Local Search in Constrained Optimization of
+                  Computer Models},
+  journal = {Lecture Notes-Monograph Series},
+  year = 1998,
+  volume = 34,
+  pages = {11--25},
+  editor = {Nancy Flournoy and William F. Rosenberger and Weng Kee Wong},
+  publisher = {Institute of Mathematical Statistics},
+  doi = {10.2307/4356058}
+}
+
+ +
+@article{ScheBraTor2022jair,
+  author = {Schede, Elias and Brandt, Jasmin and Tornede, Alexander and
+                  Wever, Marcel and Bengs, Viktor and  Eyke H{\"u}llermeier  and  Kevin Tierney },
+  title = {A survey of methods for automated algorithm configuration},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 2022,
+  volume = 75,
+  pages = {425--487},
+  doi = {10.1613/jair.1.13676}
+}
+
+ +
+@article{Scipy2020natmet,
+  fullauthor = {Virtanen, Pauli and Gommers, Ralf and Oliphant, Travis E. and
+                  Haberland, Matt and Reddy, Tyler and Cournapeau, David and
+                  Burovski, Evgeni and Peterson, Pearu and Weckesser, Warren
+                  and Bright, Jonathan and {van der Walt}, St{\'e}fan J. and
+                  Brett, Matthew and Wilson, Joshua and Millman, K. Jarrod and
+                  Mayorov, Nikolay and Nelson, Andrew R. J. and Jones, Eric and
+                  Kern, Robert and Larson, Eric and Carey, C J and Polat,
+                  {\.I}lhan and Feng, Yu and Moore, Eric W. and {VanderPlas},
+                  Jake and Laxalde, Denis and Perktold, Josef and Cimrman,
+                  Robert and Henriksen, Ian and Quintero, E. A. and Harris,
+                  Charles R. and Archibald, Anne M. and Ribeiro, Ant{\^o}nio
+                  H. and Pedregosa, Fabian and {van Mulbregt}, Paul and {SciPy
+                  1.0 Contributors}},
+  author = {Virtanen, Pauli and others},
+  title = {{SciPy} 1.0: Fundamental Algorithms for Scientific Computing
+                  in {Python}},
+  journal = {Nature Methods},
+  year = 2020,
+  volume = 17,
+  pages = {261--272},
+  epub = {https://rdcu.be/b08Wh},
+  doi = {10.1038/s41592-019-0686-2}
+}
+
+ +
+@article{Sha1970bfgs,
+  author = {David F. Shanno},
+  title = {Conditioning of Quasi-Newton Methods for Function
+                  Minimization},
+  journal = {Mathematics of Computation},
+  year = 1970,
+  volume = 24,
+  number = 111,
+  pages = {647--656},
+  annote = {One of the four papers that proposed BFGS.},
+  publisher = {American Mathematical Society},
+  issn = {00255718, 10886842},
+  eprint = {http://www.jstor.org/stable/2004840},
+  keywords = {BFGS}
+}
+
+ +
+@article{ShaLopAlm2023hidden,
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Allmendinger, Richard },
+  title = {Detecting Hidden and Irrelevant Objectives in Interactive
+                  Multi-Objective Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2023,
+  volume = 28,
+  number = 2,
+  pages = {544--557},
+  doi = {10.1109/TEVC.2023.3269348},
+  abstract = {Evolutionary multi-objective optimization algorithms (EMOAs)
+                  typically assume that all objectives that are relevant to the
+                  decision-maker (DM) are optimized by the EMOA. In some
+                  scenarios, however, there are irrelevant objectives that are
+                  optimized by the EMOA but ignored by the DM, as well as,
+                  hidden objectives that the DM considers when judging the
+                  utility of solutions but are not optimized. This discrepancy
+                  between the EMOA and the DM's preferences may impede the
+                  search for the most-preferred solution and waste resources
+                  evaluating irrelevant objectives. Research on objective
+                  reduction has focused so far on the structure of the problem
+                  and correlations between objectives and neglected the role of
+                  the DM. We formally define here the concepts of irrelevant
+                  and hidden objectives and propose methods for detecting them,
+                  based on uni-variate feature selection and recursive feature
+                  elimination, that use the preferences already elicited when a
+                  DM interacts with a ranking-based interactive EMOA
+                  (iEMOA). We incorporate the detection methods into an iEMOA
+                  capable of dynamically switching the objectives being
+                  optimized. Our experiments show that this approach can
+                  efficiently identify which objectives are relevant to the DM
+                  and reduce the number of objectives being optimized, while
+                  keeping and often improving the utility, according to the DM,
+                  of the best solution found.}
+}
+
+ +
+@article{ShaLopKno2023bench,
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles },
+  title = {On Benchmarking Interactive Evolutionary Multi-Objective
+                  Algorithms},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2023,
+  volume = 28,
+  number = 4,
+  pages = {1084--1098},
+  doi = {10.1109/TEVC.2023.3289872},
+  abstract = {We carry out a detailed performance assessment of two
+                  interactive evolutionary multi-objective algorithms (EMOAs)
+                  using a machine decision maker that enables us to repeat
+                  experiments and study specific behaviours modeled after human
+                  decision makers (DMs). Using the same set of benchmark test
+                  problems as in the original papers on these interactive EMOAs
+                  (in up to 10 objectives), we bring to light interesting
+                  effects when we use a machine DM based on sigmoidal utility
+                  functions that have support from the psychology literature
+                  (replacing the simpler utility functions used in the original
+                  papers). Our machine DM enables us to go further and simulate
+                  human biases and inconsistencies as well. Our results from
+                  this study, which is the most comprehensive assessment of
+                  multiple interactive EMOAs so far conducted, suggest that
+                  current well-known algorithms have shortcomings that need
+                  addressing. These results further demonstrate the value of
+                  improving the benchmarking of interactive EMOAs}
+}
+
+ +
+@article{ShaLopMie2021visual,
+  title = {Visualizations for Decision Support in Scenario-based
+                  Multiobjective Optimization},
+  author = { Shavazipour, Babooshka  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kaisa Miettinen },
+  journal = {Information Sciences},
+  volume = 578,
+  pages = {1--21},
+  year = 2021,
+  abstract = {We address challenges of decision problems when managers need
+                  to optimize several conflicting objectives simultaneously
+                  under uncertainty. We propose visualization tools to support
+                  the solution of such scenario-based multiobjective
+                  optimization problems. Suitable graphical visualizations are
+                  necessary to support managers in understanding, evaluating,
+                  and comparing the performances of management decisions
+                  according to all objectives in all plausible scenarios. To
+                  date, no appropriate visualization has been suggested. This
+                  paper fills this gap by proposing two visualization methods:
+                  a novel extension of empirical attainment functions for
+                  scenarios and an adapted version of heatmaps. They help a
+                  decision-maker in gaining insight into realizations of
+                  trade-offs and comparisons between objective functions in
+                  different scenarios. Some fundamental questions that a
+                  decision-maker may wish to answer with the help of
+                  visualizations are also identified. Several examples are
+                  utilized to illustrate how the proposed visualizations
+                  support a decision-maker in evaluating and comparing
+                  solutions to be able to make a robust decision by answering
+                  the questions. Finally, we validate the usefulness of the
+                  proposed visualizations in a real-world problem with a real
+                  decision-maker. We conclude with guidelines regarding which
+                  of the proposed visualizations are best suited for different
+                  problem classes.},
+  doi = {10.1016/j.ins.2021.07.025},
+  supplement = {https://doi.org/10.5281/zenodo.5040421}
+}
+
+ +
+@article{ShaPiSha2017:asoco,
+  author = { Weishi Shao  and  Dechang Pi  and  Zhongshi Shao },
+  title = {Memetic algorithm with node and edge histogram for no-idle flow shop scheduling problem to minimize the makespan criterion},
+  journal = {Applied Soft Computing},
+  volume = 54,
+  pages = {164--182},
+  year = 2017
+}
+
+ +
+@article{ShaPiSha2018:cor,
+  author = { Weishi Shao  and  Dechang Pi  and  Zhongshi Shao },
+  title = {A hybrid discrete teaching-learning based meta-heuristic for solving no-idle flow shop scheduling problem with total tardiness criterion},
+  journal = {Computers \& Operations Research},
+  volume = 94,
+  pages = {89--105},
+  year = 2018
+}
+
+ +
+@article{ShaShuIsh2023is,
+  doi = {10.1016/j.ins.2022.11.155},
+  year = 2023,
+  volume = 622,
+  pages = {755--770},
+  author = {Ke Shang and Tianye Shu and  Ishibuchi, Hisao  and Yang Nan and
+                  Lie Meng Pang},
+  title = {Benchmarking large-scale subset selection in evolutionary
+                  multi-objective optimization},
+  journal = {Information Sciences}
+}
+
+ +
+@article{ShaSte2019deep,
+  author = { Shavazipour, Babooshka  and  T. J. Stewart },
+  title = {Multi-objective optimisation under deep uncertainty},
+  journal = {Operational Research},
+  year = 2019,
+  month = sep,
+  abstract = {This paper presents a scenario-based Multi-Objective
+                  structure to handle decision problems under deep
+                  uncertainty. Most of the decisions in real-life problems need
+                  to be made in the absence of complete knowledge about the
+                  consequences of the decision and/or are characterised by
+                  uncertainties about the future which is unpredictable. These
+                  uncertainties are almost impossible to reduce by gathering
+                  more information and are not statistical in
+                  nature. Therefore, classical probability-based approaches,
+                  such as stochastic programming, do not address these
+                  problems; as they require a correctly-defined complete sample
+                  space, strong assumptions (e.g. normality), or both. The
+                  proposed method extends the concept of two-stage stochastic
+                  programming with recourse to address the capability of
+                  dealing with deep uncertainty through the use of scenario
+                  planning rather than statistical expectation. In this
+                  research, scenarios are used as a dimension of preference to
+                  avoid problems relating to the assessment and use of
+                  probabilities under deep uncertainty. Such scenario-based
+                  thinking involved a multi-objective representation of
+                  performance under different future conditions as an
+                  alternative to expectation. To the best of our knowledge,
+                  this is the first attempt of performing a multi-criteria
+                  evaluation under deep uncertainty through a structured
+                  optimisation model. The proposed structure replacing
+                  probabilities (in dynamic systems with deep uncertainties) by
+                  aspirations within a goal programming structure. In fact,
+                  this paper also proposes an extension of the goal programming
+                  paradigm to deal with deep uncertainty. Furthermore, we will
+                  explain how this structure can be modelled, implemented, and
+                  solved by Goal Programming using some simple, but not
+                  trivial, examples. Further discussion and comparisons with
+                  some popular existing methods will also provided to highlight
+                  the superiorities of the proposed structure.},
+  doi = {10.1007/s12351-019-00512-1}
+}
+
+ +
+@article{ShaStrSte2020cce,
+  author = { Shavazipour, Babooshka  and Jonas Stray and  T. J. Stewart },
+  title = {Sustainable planning in sugar-bioethanol supply chain under
+                  deep uncertainty: A case study of {South} {African} sugarcane
+                  industry},
+  journal = {Computers \& Chemical Engineering},
+  volume = 143,
+  pages = 107091,
+  year = 2020,
+  doi = {10.1016/j.compchemeng.2020.107091},
+  keywords = {Supply chain management, Multi-objective optimisation, Deep
+                  uncertainty, Scenario planning, Renewable energy,},
+  abstract = {In this paper, the strategic planning of sugar-bioethanol
+                  supply chains (SCs) under deep uncertainty has been addressed
+                  by applying a two-stage scenario-based multiobjective
+                  optimisation methodology. In practice, the depth of
+                  uncertainty is very high, potential outcomes are not
+                  precisely enumerable, and probabilities of outcomes are not
+                  properly definable. To date, no appropriate framework has
+                  been suggested for dealing with deep uncertainty in supply
+                  chain management and energy-related problems. This study is
+                  the first try to fills this gap. Particularly, the
+                  sustainability of the whole infrastructure of the
+                  sugar-bioethanol SCs is analysed in such a way that the final
+                  solutions are sustainable, robust and adaptable for a broad
+                  range of plausible futures. Three objectives are considered
+                  in this problem under six uncertain parameters. A case study
+                  of South African sugarcane industry is utilised to study and
+                  examine the proposed model. The results prove the economic
+                  profitability and sustainability of the project.}
+}
+
+ +
+@article{ShaSweWan2016taking,
+  author = {Shahriari, B. and Swersky, K. and Wang, Z. and Adams, R. P. and  Nando de Freitas },
+  journal = {Proceedings of the IEEE},
+  title = {Taking the human out of the loop: A review of {Bayesian}
+                  optimization},
+  year = 2016,
+  number = 1,
+  pages = {148--175},
+  volume = 104,
+  publisher = {IEEE}
+}
+
+ +
+@article{ShaSweWanAdaFre2016,
+  author = {Bobak Shahriari and Kevin Swersky and Ziyu Wang and Ryan P. Adams and  Nando de Freitas },
+  title = {Taking the Human Out of the Loop: {A} Review of {Bayesian} Optimization},
+  journal = {Proceedings of the IEEE},
+  year = 2016,
+  volume = 104,
+  number = 1,
+  pages = {148--175}
+}
+
+ +
+@article{ShiBac2009niching,
+  title = {Niching with derandomized evolution strategies in artificial
+                  and real-world landscapes},
+  author = { Shir, Ofer M.  and  Thomas B{\"a}ck },
+  journal = {Natural Computing},
+  volume = 8,
+  number = 1,
+  pages = {171--196},
+  year = 2009,
+  doi = {10.1007/s11047-007-9065-5},
+  publisher = {Springer}
+}
+
+ +
+@article{ShiCebLoz2018space,
+  author = {Shirazi, Abolfazl and  Josu Ceberio  and  Jos{\'e} A. Lozano },
+  title = {Spacecraft trajectory optimization: A review of models,
+                  objectives, approaches and solutions},
+  journal = { Progress in Aerospace Sciences },
+  year = 2018,
+  volume = 102,
+  pages = {76--98},
+  month = oct,
+  doi = {10.1016/j.paerosci.2018.07.007}
+}
+
+ +
+@article{ShiMarDud2008stat,
+  author = {David Shilane and Jarno Martikainen and Sandrine Dudoit and
+                  Seppo J. Ovaska},
+  title = {A general framework for statistical performance comparison of
+                  evolutionary computation algorithms},
+  journal = {Information Sciences},
+  volume = 178,
+  number = 14,
+  pages = {2870--2879},
+  year = 2008,
+  doi = {10.1016/j.ins.2008.03.007}
+}
+
+ +
+@article{ShiZha2016,
+  title = {The generalization of {Latin} hypercube sampling},
+  author = {Shields, Michael D. and Zhang, Jiaxin},
+  journal = {Reliability Engineering \& System Safety},
+  year = 2016,
+  pages = {96--108},
+  volume = 148,
+  alias = {Shields2016}
+}
+
+ +
+@article{ShmHoo05:bmc,
+  author = { A. Shmygelska  and  Holger H. Hoos },
+  title = {An Ant Colony Optimisation Algorithm for the {2D}
+                  and {3D} Hydrophobic Polar Protein Folding Problem},
+  journal = {BMC Bioinformatics},
+  year = 2005,
+  volume = 6,
+  pages = 30,
+  doi = {10.1186/1471-2105-6-30},
+  alias = {ShmHoo05:protein}
+}
+
+ +
+@article{SilConRey2023automatic,
+  author = { Silva-Mu\~noz, Mois\'es  and Contreras-Bolton, Carlos and Rey, Carlos and
+                  Parada, Victor},
+  title = {Automatic generation of a hybrid algorithm for the maximum
+                  independent set problem using genetic programming},
+  journal = {Applied Soft Computing},
+  year = 2023,
+  pages = 110474,
+  publisher = {Elsevier},
+  doi = {10.1016/j.asoc.2023.110474}
+}
+
+ +
+@article{SilFraBer2021,
+  author = { Silva-Mu\~noz, Mois\'es  and  Alberto Franzin  and  Hughes Bersini },
+  title = {Automatic configuration of the {Cassandra} database using irace},
+  year = 2021,
+  journal = {{PeerJ} Computer Science},
+  volume = 7,
+  pages = {e634},
+  doi = {10.7717/peerj-cs.634}
+}
+
+ +
+@article{SilRit2017:cor,
+  author = {Paulo Vitor Silvestrin and  Marcus Ritt},
+  title = {An Iterated Tabu Search for the Multi-compartment Vehicle Routing Problem},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  volume = 81,
+  pages = {192--202}
+}
+
+ +
+@article{SilSubOch2015,
+  author = {Marcos {Melo Silva} and  Anand Subramanian  and  Luiz Satoru Ochi },
+  title = {An Iterated Local Search Heuristic for the Split Delivery Vehicle
+               Routing Problem},
+  journal = {Computers \& Operations Research},
+  year = 2015,
+  volume = 53,
+  pages = {234--249}
+}
+
+ +
+@article{SimChaThi2014:swarm,
+  author = {Olivier Simonin and  Fran{\c{c}}ois Charpillet and Eric Thierry},
+  title = {Revisiting wavefront construction with collective agents: an approach to foraging},
+  journal = {Swarm Intelligence},
+  year = 2014,
+  volume = 9,
+  number = 2,
+  pages = {113--138},
+  doi = {10.1007/s11721-014-0093-3},
+  keywords = {irace}
+}
+
+ +
+@article{SimHarPae2015ecj,
+  author = {Kevin Sim and  Emma Hart  and  Ben Paechter },
+  title = {A Lifelong Learning Hyper-heuristic Method for Bin Packing},
+  volume = 23,
+  number = 1,
+  pages = {37--67},
+  year = 2015,
+  doi = {10.1162/EVCO_a_00121},
+  journal = {Evolutionary Computation}
+}
+
+ +
+@article{SimNelSim2011phack,
+  author = {Simmons, Joseph P. and Nelson, Leif D. and Simonsohn, Uri},
+  title = {False-Positive Psychology: Undisclosed Flexibility in Data
+                  Collection and Analysis Allows Presenting Anything as
+                  Significant},
+  journal = {Psychological Science},
+  year = 2011,
+  url = {https://ssrn.com/abstract=1850704},
+  annote = {Proposed the term p-hacking}
+}
+
+ +
+@article{SimNew1958heur,
+  title = {Heuristic Problem Solving: The Next Advance in Operations
+                  Research},
+  volume = 6,
+  doi = {10.1287/opre.6.1.1},
+  number = 1,
+  journal = {Operations Research},
+  author = { Simon, Herbert A.  and Newell, Allen},
+  year = 1958,
+  pages = {1--10}
+}
+
+ +
+@article{SimLebNel2010anchoring,
+  author = {Simmons, Joseph P. and LeBoeuf, Robyn A. and Nelson, Leif D.},
+  title = {The effect of accuracy motivation on anchoring and
+                  adjustment: {Do} people adjust from provided anchors?},
+  journal = {Journal of Personality and Social Psychology},
+  year = 2010,
+  volume = 99,
+  number = 6,
+  pages = {917--932},
+  issn = {1939-1315, 0022-3514},
+  shorttitle = {The effect of accuracy motivation on anchoring and
+                  adjustment},
+  doi = {10.1037/a0021540},
+  abstract = {Increasing accuracy motivation (e.g., by providing monetary
+                  incentives for accuracy) often fails to increase adjustment
+                  away from provided anchors, a result that has led researchers
+                  to conclude that people do not effortfully adjust away from
+                  such anchors. We challenge this conclusion. First, we show
+                  that people are typically uncertain about which way to adjust
+                  from provided anchors and that this uncertainty often causes
+                  people to believe that they have initially adjusted too far
+                  away from such anchors (Studies 1a and 1b). Then, we show
+                  that although accuracy motivation fails to increase the gap
+                  between anchors and final estimates when people are uncertain
+                  about the direction of adjustment, accuracy motivation does
+                  increase anchor-estimate gaps when people are certain about
+                  the direction of adjustment, and that this is true regardless
+                  of whether the anchors are provided or self-generated
+                  (Studies 2, 3a, 3b, and 5). These results suggest that people
+                  do effortfully adjust away from provided anchors but that
+                  uncertainty about the direction of adjustment makes that
+                  adjustment harder to detect than previously assumed. This
+                  conclusion has important theoretical implications, suggesting
+                  that currently emphasized distinctions between anchor types
+                  (self-generated vs. provided) are not fundamental and that
+                  ostensibly competing theories of anchoring (selective
+                  accessibility and anchoring-and-adjustment) are
+                  complementary.},
+  language = {en}
+}
+
+ +
+@article{Simon1955,
+  author = { Simon, Herbert A. },
+  title = {A Behavioral Model of Rational Choice},
+  journal = {The Quarterly Journal of Economics},
+  volume = 69,
+  number = 1,
+  pages = {99--118},
+  year = 1955,
+  epub = {http://www.jstor.org/stable/1884852}
+}
+
+ +
+@article{SinIsaTap2011pareto,
+  author = {Singh, Hemant Kumar and Isaacs, Amitay and  Ray, Tapabrata },
+  title = {A {Pareto} Corner Search Evolutionary Algorithm and
+                  Dimensionality Reduction in Many-Objective Optimization
+                  Problems},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2011,
+  volume = 15,
+  number = 4,
+  pages = {539--556},
+  abstract = {Many-objective optimization refers to the optimization
+                  problems containing large number of objectives, typically
+                  more than four.  Non-dominance is an inadequate strategy for
+                  convergence to the Pareto front for such problems, as almost
+                  all solutions in the population become non-dominated,
+                  resulting in loss of convergence pressure.  However, for some
+                  problems, it may be possible to generate the Pareto front
+                  using only a few of the objectives, rendering the rest of the
+                  objectives redundant. Such problems may be reducible to a
+                  manageable number of relevant objectives, which can be
+                  optimized using conventional multiobjective evolutionary
+                  algorithms (MOEAs). For dimensionality reduction, most
+                  proposals in the paper rely on analysis of a representative
+                  set of solutions obtained by running a conventional MOEA for
+                  a large number of generations, which is computationally
+                  overbearing.  A novel algorithm, Pareto corner search
+                  evolutionary algorithm (PCSEA), is introduced in this paper,
+                  which searches for the corners of the Pareto front instead of
+                  searching for the complete Pareto front. The solutions
+                  obtained using PCSEA are then used for dimensionality
+                  reduction to identify the relevant objectives. The potential
+                  of the proposed approach is demonstrated by studying its
+                  performance on a set of benchmark test problems and two
+                  engineering examples. While the preliminary results obtained
+                  using PCSEA are promising, there are a number of areas that
+                  need further investigation. This paper provides a number of
+                  useful insights into dimensionality reduction and, in
+                  particular, highlights some of the roadblocks that need to be
+                  cleared for future development of algorithms attempting to
+                  use few selected solutions for identifying relevant
+                  objectives},
+  doi = {10.1109/TEVC.2010.2093579}
+}
+
+ +
+@article{SinPin1998:IIE,
+  author = {Marcos Singer and Michael L. Pinedo},
+  title = {A Computational Study of Branch and Bound Techniques for Minimizing the Total Weighted Tardiness in Job Shops},
+  journal = {IIE Transactions},
+  year = 1998,
+  volume = 30,
+  number = 2,
+  pages = {109--118}
+}
+
+ +
+@article{SinSaxDeb2013asc,
+  author = {Ankur Sinha and  Saxena, Dhish Kumar  and  Kalyanmoy Deb  and  Ashutosh Tiwari },
+  title = {Using objective reduction and interactive procedure to handle
+                  many-objective optimization problems},
+  journal = {Applied Soft Computing},
+  volume = 13,
+  number = 1,
+  pages = {415--427},
+  year = 2013,
+  doi = {10.1016/j.asoc.2012.08.030},
+  keywords = {Evolutionary algorithms, Evolutionary multi- and
+                  many-objective optimization, Multi-criteria decision making,
+                  Machine learning, Interactive optimization},
+  abstract = {A number of practical optimization problems are posed as
+                  many-objective (more than three objectives) problems. Most of
+                  the existing evolutionary multi-objective optimization
+                  algorithms, which target the entire Pareto-front are not
+                  equipped to handle many-objective problems. Though there have
+                  been copious efforts to overcome the challenges posed by such
+                  problems, there does not exist a generic procedure to
+                  effectively handle them. This paper presents a simplify and
+                  solve framework for handling many-objective optimization
+                  problems. In that, a given problem is simplified by
+                  identification and elimination of the redundant objectives,
+                  before interactively engaging the decision maker to converge
+                  to the most preferred solution on the Pareto-optimal
+                  front. The merit of performing objective reduction before
+                  interacting with the decision maker is two fold. Firstly, the
+                  revelation that certain objectives are redundant,
+                  significantly reduces the complexity of the optimization
+                  problem, implying lower computational cost and higher search
+                  efficiency. Secondly, it is well known that human beings are
+                  not efficient in handling several factors (objectives in the
+                  current context) at a time. Hence, simplifying the problem a
+                  priori addresses the fundamental issue of cognitive overload
+                  for the decision maker, which may help avoid inconsistent
+                  preferences during the different stages of interactive
+                  engagement. The implementation of the proposed framework is
+                  first demonstrated on a three-objective problem, followed by
+                  its application on two real-world engineering problems.}
+}
+
+ +
+@article{SinBahRay2019distance,
+  title = {Distance-based subset selection for benchmarking in
+                  evolutionary multi/many-objective optimization},
+  author = {Singh, Hemant Kumar and Bhattacharjee, Kalyan Shankar and  Ray, Tapabrata },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2019,
+  number = 5,
+  pages = {904--912},
+  volume = 23,
+  publisher = {IEEE}
+}
+
+ +
+@article{SioGag2018:ejor,
+  author = {Sioud, Aymen and  Caroline Gagn{\'e} },
+  title = {Enhanced migrating birds optimization algorithm for the permutation flow shop problem with sequence dependent setup times},
+  journal = {European Journal of Operational Research},
+  volume = 264,
+  number = 1,
+  pages = {66--73},
+  year = 2018
+}
+
+ +
+@article{SmaMcCAll2011efficient,
+  title = {Efficient discovery of anti-inflammatory small-molecule
+                  combinations using evolutionary computing},
+  author = {Small, Ben G. and McColl, Barry W. and  Allmendinger, Richard  and Pahle, J{\"u}rgen and L{\'o}pez-Castej{\'o}n, Gloria and
+                  Rothwell, Nancy J. and  Joshua D. Knowles  and Mendes, Pedro and
+                  Brough, David and Kell, Douglas B.},
+  journal = {Nature Chemical Biology},
+  volume = 7,
+  number = 12,
+  pages = {902--908},
+  year = 2011,
+  publisher = {Nature Publishing Group}
+}
+
+ +
+@article{SmiBaaWreLew2014isa,
+  author = { Kate Smith{-}Miles  and Baatar, Davaatseren and Wreford, Brendan and  Lewis, Rhyd M. R. },
+  title = {Towards Objective Measures of Algorithm Performance across
+                  Instance Space},
+  journal = {Computers \& Operations Research},
+  year = 2014,
+  volume = 45,
+  pages = {12--24},
+  doi = {10.1016/j.cor.2013.11.015},
+  abstract = {This paper tackles the difficult but important task of
+                  objective algorithm performance assessment for
+                  optimization. Rather than reporting average performance of
+                  algorithms across a set of chosen instances, which may bias
+                  conclusions, we propose a methodology to enable the strengths
+                  and weaknesses of different optimization algorithms to be
+                  compared across a broader instance space. The results
+                  reported in a recent Computers and Operations Research paper
+                  comparing the performance of graph coloring heuristics are
+                  revisited with this new methodology to demonstrate (i) how
+                  pockets of the instance space can be found where algorithm
+                  performance varies significantly from the average performance
+                  of an algorithm; (ii) how the properties of the instances can
+                  be used to predict algorithm performance on previously unseen
+                  instances with high accuracy; and (iii) how the relative
+                  strengths and weaknesses of each algorithm can be visualized
+                  and measured objectively.},
+  keywords = {Algorithm selection; Instance Space Analysis; Graph coloring;
+                  Heuristics; Performance prediction}
+}
+
+ +
+@article{SmiBow2015:cor,
+  author = { Kate Smith{-}Miles  and Simon Bowly},
+  title = {Generating New Test Instances by Evolving in Instance Space},
+  journal = {Computers \& Operations Research},
+  year = 2015,
+  volume = 63,
+  pages = {102--113},
+  doi = {10.1016/j.cor.2015.04.022},
+  abstract = {Our confidence in the future performance of any algorithm,
+                  including optimization algorithms, depends on how carefully
+                  we select test instances so that the generalization of
+                  algorithm performance on future instances can be inferred. In
+                  recent work, we have established a methodology to generate a
+                  2-d representation of the instance space, comprising a set of
+                  known test instances. This instance space shows the
+                  similarities and differences between the instances using
+                  measurable features or properties, and enables the
+                  performance of algorithms to be viewed across the instance
+                  space, where generalizations can be inferred. The power of
+                  this methodology is the insights that can be generated into
+                  algorithm strengths and weaknesses by examining the regions
+                  in instance space where strong performance can be
+                  expected. The representation of the instance space is
+                  dependent on the choice of test instances however. In this
+                  paper we present a methodology for generating new test
+                  instances with controllable properties, by filling observed
+                  gaps in the instance space. This enables the generation of
+                  rich new sets of test instances to support better the
+                  understanding of algorithm strengths and weaknesses. The
+                  methodology is demonstrated on graph colouring as a case
+                  study.},
+  keywords = {Benchmarking; Evolving instances; Graph colouring; Instance
+                  space; Test instances}
+}
+
+ +
+@article{SmiChrMun2021where,
+  author = { Kate Smith{-}Miles  and Jeffrey Christiansen and  Mario A. Mu{\~{n}}oz },
+  title = {Revisiting Where Are the Hard Knapsack Problems? Via
+                  {Instance} {Space} {Analysis}},
+  journal = {Computers \& Operations Research},
+  year = 2021,
+  volume = 128,
+  pages = 105184,
+  doi = {10.1016/j.cor.2020.105184},
+  keywords = {0-1 Knapsack problem; Algorithm portfolios; Algorithm
+                  selection; Instance difficulty; Instance generation; Instance
+                  Space Analysis; Performance evaluation}
+}
+
+ +
+@article{SmiLop2012:cor,
+  author = { Kate Smith{-}Miles  and Lopes, Leo},
+  title = {Measuring instance difficulty for combinatorial optimization
+                  problems},
+  journal = {Computers \& Operations Research},
+  year = 2012,
+  volume = 39,
+  pages = {875--889}
+}
+
+ +
+@article{SmiMun2023isa,
+  author = { Kate Smith{-}Miles  and  Mario A. Mu{\~{n}}oz },
+  title = {Instance Space Analysis for Algorithm Testing: Methodology
+                  and Software Tools},
+  journal = {{ACM} Computing Surveys},
+  year = 2023,
+  volume = 55,
+  number = 12,
+  month = mar,
+  issue_date = {December 2023},
+  doi = {10.1145/3572895},
+  abstract = {Instance Space Analysis (ISA) is a recently developed
+                  methodology to (a) support objective testing of algorithms
+                  and (b) assess the diversity of test instances. Representing
+                  test instances as feature vectors, the ISA methodology
+                  extends Rice's 1976 Algorithm Selection Problem framework to
+                  enable visualization of the entire space of possible test
+                  instances, and gain insights into how algorithm performance
+                  is affected by instance properties. Rather than reporting
+                  algorithm performance on average across a chosen set of test
+                  problems, as is standard practice, the ISA methodology offers
+                  a more nuanced understanding of the unique strengths and
+                  weaknesses of algorithms across different regions of the
+                  instance space that may otherwise be hidden on average. It
+                  also facilitates objective assessment of any bias in the
+                  chosen test instances and provides guidance about the
+                  adequacy of benchmark test suites. This article is a
+                  comprehensive tutorial on the ISA methodology that has been
+                  evolving over several years, and includes details of all
+                  algorithms and software tools that are enabling its worldwide
+                  adoption in many disciplines. A case study comparing
+                  algorithms for university timetabling is presented to
+                  illustrate the methodology and tools.},
+  articleno = 255,
+  numpages = 31,
+  keywords = {test instance diversity, benchmarking, timetabling, Algorithm
+                  footprints, MATLAB, software as a service, meta-heuristics,
+                  algorithm selection, meta-learning}
+}
+
+ +
+@article{Smith-Miles2008,
+  author = { Kate Smith{-}Miles },
+  title = {Cross-disciplinary Perspectives on Meta-learning for Algorithm Selection},
+  journal = {{ACM} Computing Surveys},
+  year = 2008,
+  volume = 41,
+  number = 1,
+  pages = {1--25}
+}
+
+ +
+@article{SocBlu07,
+  author = { Krzysztof Socha  and  Christian Blum },
+  title = {An ant colony optimization algorithm for continuous
+                  optimization: An application to feed-forward neural
+                  network training},
+  journal = {Neural Computing \& Applications},
+  year = 2007,
+  volume = 16,
+  number = 3,
+  pages = {235--247},
+  alias = {SocBlu2007:nca}
+}
+
+ +
+@article{SocDor2008:ejor,
+  author = { Krzysztof Socha  and  Marco Dorigo },
+  title = {Ant Colony Optimization for Continuous Domains},
+  year = 2008,
+  journal = {European Journal of Operational Research},
+  volume = 185,
+  number = 3,
+  pages = {1155--1173},
+  doi = {10.1016/j.ejor.2006.06.046},
+  annote = {Proposed ACOR (ACO$_\mathbb{R}$)},
+  keywords = {ACOR}
+}
+
+ +
+@article{Sol2002:tec,
+  author = { Christine Solnon },
+  title = {Ants Can Solve Constraint Satisfaction Problems},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002,
+  volume = 6,
+  number = 4,
+  pages = {347--357}
+}
+
+ +
+@article{SolMarMic2008,
+  author = {D. Soler and E. Mart{\'i}nez and J. C. Mic\'o},
+  title = {A Transformation for the Mixed General Routing Problem with Turn Penalties},
+  journal = {Journal of the Operational Research Society},
+  year = 2008,
+  volume = 59,
+  pages = {540--547}
+}
+
+ +
+@article{Solomon87vrptw,
+  author = { M. M. Solomon },
+  title = {Algorithms for the Vehicle Routing and Scheduling
+                  Problems with Time Windows},
+  journal = {Operations Research},
+  year = 1987,
+  volume = 35,
+  pages = {254--265}
+}
+
+ +
+@article{SonWanHeJin2021kriging,
+  title = {A {Kriging}-assisted two-archive evolutionary algorithm for
+                  expensive many-objective optimization},
+  author = {Song, Zhenshou and Wang, Handing and He, Cheng and  Yaochu Jin },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 25,
+  number = 6,
+  pages = {1013--1027},
+  year = 2021,
+  publisher = {IEEE}
+}
+
+ +
+@article{Sor2013,
+  title = {Metaheuristics---the metaphor exposed},
+  author = { Kenneth S{\"o}rensen },
+  journal = {International Transactions in Operational Research},
+  year = 2015,
+  volume = 22,
+  number = 1,
+  pages = {3--18},
+  doi = {10.1111/itor.12001}
+}
+
+ +
+@article{SorArnPal2017,
+  author = { Kenneth S{\"o}rensen  and Florian Arnold and Daniel {Palhazi Cuervo}},
+  title = {A critical analysis of the ``improved {Clarke} and {Wright}
+                  savings algorithm''},
+  journal = {International Transactions in Operational Research},
+  volume = 26,
+  number = 1,
+  pages = {54--63},
+  year = 2017,
+  alias = {SorArnPal2019},
+  doi = {10.1111/itor.12443},
+  keywords = {reproducibility, vehicle routing}
+}
+
+ +
+@article{SorOchSotBur2017:ejor,
+  author = {Jorge A. Soria-Alcaraz and  Gabriela Ochoa  and Marco A. Sotelo-Figeroa and  Edmund K. Burke },
+  title = {A Methodology for Determining an Effective Subset of Heuristics in Selection Hyper-heuristics},
+  journal = {European Journal of Operational Research},
+  year = 2017,
+  volume = 260,
+  pages = {972--983}
+}
+
+ +
+@article{SouRitLop2021cap,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Capping Methods for the Automatic Configuration of
+                  Optimization Algorithms},
+  journal = {Computers \& Operations Research},
+  doi = {10.1016/j.cor.2021.105615},
+  year = 2022,
+  volume = 139,
+  pages = 105615,
+  supplement = {https://github.com/souzamarcelo/supp-cor-capopt},
+  abstract = {Automatic configuration techniques are widely and
+                  successfully used to find good parameter settings for
+                  optimization algorithms. Configuration is costly, because it
+                  is necessary to evaluate many configurations on different
+                  instances. For decision problems, when the objective is to
+                  minimize the running time of the algorithm, many
+                  configurators implement capping methods to discard poor
+                  configurations early. Such methods are not directly
+                  applicable to optimization problems, when the objective is to
+                  optimize the cost of the best solution found, given a
+                  predefined running time limit. We propose new capping methods
+                  for the automatic configuration of optimization
+                  algorithms. They use the previous executions to determine a
+                  performance envelope, which is used to evaluate new
+                  executions and cap those that do not satisfy the envelope
+                  conditions. We integrate the capping methods into the irace
+                  configurator and evaluate them on different optimization
+                  scenarios. Our results show that the proposed methods can
+                  save from about 5\% to 78\% of the configuration effort,
+                  while finding configurations of the same quality. Based on
+                  the computational analysis, we identify two conservative and
+                  two aggressive methods, that save an average of about 20\%
+                  and 45\% of the configuration effort, respectively. We also
+                  provide evidence that capping can help to better use the
+                  available budget in scenarios with a configuration time
+                  limit.}
+}
+
+ +
+@article{Souilah1995,
+  title = {Simulated annealing for manufacturing systems layout design},
+  author = {Souilah, Abdelghani},
+  journal = {European Journal of Operational Research},
+  volume = 82,
+  number = 3,
+  pages = {592--614},
+  year = 1995,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Spearman1904,
+  title = {The proof and measurement of association between two things},
+  author = {Charles Spearman},
+  journal = {The American journal of psychology},
+  volume = 15,
+  number = 1,
+  pages = {72--101},
+  year = 1904,
+  publisher = {University of Illinois Press}
+}
+
+ +
+@article{SpecCPU2000,
+  author = {J. L. Henning},
+  journal = {Computer},
+  title = {{SPEC} {CPU2000}: measuring {CPU} performance in the New Millennium},
+  publisher = {IEEE Computer Society Press},
+  year = 2000,
+  volume = 33,
+  number = 7,
+  pages = {28--35},
+  doi = {10.1109/2.869367}
+}
+
+ +
+@article{SpiTen2004,
+  title = {Smoothed analysis of algorithms: Why the simplex algorithm
+                  usually takes polynomial time},
+  author = {Spielman, Daniel A. and Teng, Shang-Hua},
+  journal = {Journal of the ACM},
+  volume = 51,
+  number = 3,
+  pages = {385--463},
+  year = 2004,
+  publisher = {ACM Press}
+}
+
+ +
+@article{SprHarDre1997ors,
+  author = {Sprecher, Arno and Hartmann, S{\"o}nke and Drexl, Andreas},
+  title = {An exact algorithm for project scheduling with
+                  multiple modes},
+  volume = 19,
+  doi = {10.1007/BF01545587},
+  number = 3,
+  journal = {OR Spektrum},
+  year = 1997,
+  keywords = {branch-and-bound, multi-mode resource-constrained
+                  project scheduling, project scheduling},
+  pages = {195--203}
+}
+
+ +
+@article{SprKolDre1995ejor,
+  author = {Sprecher, Arno and Kolisch, Rainer and Drexl,
+                  Andreas},
+  title = {Semi-active, active, and non-delay schedules for the
+                  resource-constrained project scheduling problem},
+  volume = 80,
+  doi = {10.1016/0377-2217(93)E0294-8},
+  abstract = {We consider the resource-constrained project
+                  scheduling problem ({RCPSP).} The focus of the paper
+                  is on a formal definition of semi-active, active,
+                  and non-delay schedules. Traditionally these
+                  schedules establish basic concepts within the job
+                  shop scheduling literature. There they are usually
+                  defined in a rather informal way which does not
+                  create any substantial problems. Using these
+                  concepts in the more general {RCPSP} without giving
+                  a formal definition may cause serious
+                  problems. After providing a formal definition of
+                  semi-active, active, and non-delay schedules for the
+                  {RCPSP} we outline some of these problems occurring
+                  within the disjunctive arc concept.},
+  number = 1,
+  journal = {European Journal of Operational Research},
+  year = 1995,
+  keywords = {active schedules, Branch-and-bound methods,
+                  non-delay schedules, Resource-constrained project
+                  scheduling, Semi-active schedules},
+  pages = {94--102}
+}
+
+ +
+@article{SriDeb1994:nsga,
+  author = {N. Srinivas and  Kalyanmoy Deb },
+  title = {Multiobjective Optimization Using Nondominated
+                  Sorting in Genetic Algorithms},
+  journal = {Evolutionary Computation},
+  year = 1994,
+  volume = 2,
+  pages = {221--248},
+  number = 3
+}
+
+ +
+@article{Ste1996jmcda,
+  author = { T. J. Stewart },
+  title = {Robustness of Additive Value Function Methods in {MCDM}},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  year = 1996,
+  volume = 5,
+  number = 4,
+  pages = {301--309},
+  keywords = {machine decision-making}
+}
+
+ +
+@article{Ste1999ejor,
+  author = { T. J. Stewart },
+  title = {Evaluation and refinement of aspiration-based methods in {MCDM}},
+  journal = {European Journal of Operational Research},
+  year = 1999,
+  volume = 113,
+  number = 3,
+  pages = {643--652},
+  keywords = {machine decision-making}
+}
+
+ +
+@article{Ste2005jors,
+  author = { T. J. Stewart },
+  title = {Goal programming and cognitive biases in decision-making},
+  volume = 56,
+  doi = {10.1057/palgrave.jors.2601948},
+  number = 10,
+  journal = {Journal of the Operational Research Society},
+  year = 2005,
+  keywords = {machine decision making},
+  pages = {1166--1175}
+}
+
+ +
+@article{SteFreRio2013omg,
+  title = {Integrating multicriteria decision analysis and scenario
+                  planning: Review and extension},
+  author = { T. J. Stewart  and Simon French and Jesus Rios},
+  journal = {Omega},
+  year = 2013,
+  number = 4,
+  pages = {679--688},
+  volume = 41,
+  doi = {10.1016/j.omega.2012.09.003},
+  keywords = {Multicriteria decision analysis}
+}
+
+ +
+@article{SteHeiHah2020,
+  author = {Stegherr, Helena and Heider, Michael and H\"ahner, J\"org},
+  title = {Classifying Metaheuristics: Towards a unified multi-level classification system},
+  journal = {Natural Computing},
+  year = 2020,
+  doi = {10.1007/s11047-020-09824-0}
+}
+
+ +
+@article{SteRad2008computing,
+  title = {Computing all efficient solutions of the biobjective minimum
+                  spanning tree problem},
+  author = {Steiner, Sarah and Radzik, Tomasz},
+  journal = {Computers \& Operations Research},
+  year = 2008,
+  number = 1,
+  pages = {198--211},
+  volume = 35
+}
+
+ +
+@article{Sto2014edge,
+  author = {Stodden, Victoria},
+  title = {What scientific idea is ready for retirement?
+                  Reproducibility},
+  journal = {Edge},
+  year = 2014,
+  url = {https://www.edge.org/annual-question/2014/response/25340},
+  annote = {Introduces computational reproducibility, empirical
+                  reproducibility and statistical reproducibility}
+}
+
+ +
+@article{StoAlb2014,
+  author = {Stolfi, Daniel H. and  Alba, Enrique },
+  doi = {10.1016/j.asoc.2014.07.014},
+  journal = {Applied Soft Computing},
+  keywords = {Evolutionary algorithm,Road traffic,Smart city,Smart
+                  mobility,Traffic light,WiFi connections},
+  pages = {181--195},
+  title = {Red Swarm: Reducing travel times in smart cities by using
+                  bio-inspired algorithms},
+  volume = 24,
+  year = 2014,
+  abstract = {This article presents an innovative approach to solve one of
+                  the most relevant problems related to smart mobility: the
+                  reduction of vehicles' travel time. Our original approach,
+                  called Red Swarm, suggests a potentially customized route to
+                  each vehicle by using several spots located at traffic lights
+                  in order to avoid traffic jams by using \{V2I\}
+                  communications. That is quite different from other existing
+                  proposals, as it deals with real maps and actual streets, as
+                  well as several road traffic distributions. We propose an
+                  evolutionary algorithm (later efficiently parallelized) to
+                  optimize our case studies which have been imported from
+                  OpenStreetMap into \{SUMO\} as they belong to a real city. We
+                  have also developed a Rerouting Algorithm which accesses the
+                  configuration of the Red Swarm and communicates the route
+                  chosen to vehicles, using the spots (via WiFi
+                  link). Moreover, we have developed three competing algorithms
+                  in order to compare their results to those of Red Swarm and
+                  have observed that Red Swarm not only achieved the best
+                  results, but also outperformed the experts' solutions in a
+                  total of 60 scenarios tested, with up to 19\% shorter travel
+                  times.}
+}
+
+ +
+@article{StoMcNutBai2016enhancing,
+  doi = {10.1126/science.aah6168},
+  year = 2016,
+  month = dec,
+  publisher = {American Association for the Advancement of Science ({AAAS})},
+  volume = 354,
+  number = 6317,
+  pages = {1240--1241},
+  author = {Stodden, Victoria and Marcia McNutt and David H. Bailey and Ewa Deelman and
+                  Yolanda Gil and Brooks Hanson and Michael A. Heroux and  John P. A. Ioannidis  and Michela Taufer},
+  title = {Enhancing reproducibility for computational methods},
+  journal = {Science}
+}
+
+ +
+@article{StoPri1997:de,
+  author = {Storn, Rainer and Price, Kenneth},
+  title = {Differential Evolution -- A Simple and Efficient Heuristic
+                  for Global Optimization over Continuous Spaces},
+  journal = {Journal of Global Optimization},
+  year = 1997,
+  volume = 11,
+  number = 4,
+  pages = {341--359},
+  annote = {Proposed differential evolution},
+  doi = {10.1023/A:1008202821328}
+}
+
+ +
+@article{StoSeiZha2018pnas,
+  author = {Stodden, Victoria and Jennifer Seiler and Zhaokun Ma},
+  title = {An empirical analysis of journal policy effectiveness for
+                  computational reproducibility},
+  doi = {10.1073/pnas.1708290115},
+  year = 2018,
+  month = mar,
+  journal = {Proceedings of the National Academy of Sciences},
+  volume = 115,
+  number = 11,
+  pages = {2584--2589}
+}
+
+ +
+@article{StrKir1991,
+  title = {Analysis of Finite Length Annealing Schedules},
+  author = { Philip N. Strenski  and  Scott Kirkpatrick },
+  journal = {Algorithmica},
+  volume = 6,
+  number = {1-6},
+  pages = {346--366},
+  year = 1991,
+  publisher = {Springer}
+}
+
+ +
+@article{StrLopBroLee2020,
+  title = {General Northern English: Exploring regional variation in the
+                  North of England with machine learning},
+  author = { Strycharczuk, Patrycja  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Brown, Georgina  and  Adrian Leemann },
+  journal = { Frontiers in Artificial Intelligence },
+  year = 2020,
+  volume = 3,
+  number = 48,
+  keywords = {vowels, accent features, dialect leveling, Random forest
+                  (bagging), Feature selecion},
+  doi = {10.3389/frai.2020.00048},
+  abstract = {In this paper, we present a novel computational approach to
+                  the analysis of accent variation. The case study is dialect
+                  leveling in the North of England, manifested as reduction of
+                  accent variation across the North and emergence of General
+                  Northern English (GNE), a pan-regional standard accent
+                  associated with middle-class speakers. We investigated this
+                  instance of dialect leveling using random forest
+                  classification, with audio data from a crowd-sourced corpus
+                  of 105 urban, mostly highly-educated speakers from five
+                  northern UK cities: Leeds, Liverpool, Manchester, Newcastle
+                  upon Tyne, and Sheffield. We trained random forest models to
+                  identify individual northern cities from a sample of other
+                  northern accents, based on first two formant measurements of
+                  full vowel systems. We tested the models using unseen
+                  data. We relied on undersampling, bagging (bootstrap
+                  aggregation) and leave-one-out cross-validation to address
+                  some challenges associated with the data set, such as
+                  unbalanced data and relatively small sample size. The
+                  accuracy of classification provides us with a measure of
+                  relative similarity between different pairs of cities, while
+                  calculating conditional feature importance allows us to
+                  identify which input features (which vowels and which
+                  formants) have the largest influence in the prediction. We do
+                  find a considerable degree of leveling, especially between
+                  Manchester, Leeds and Sheffield, although some differences
+                  persist. The features that contribute to these differences
+                  most systematically are typically not the ones discussed in
+                  previous dialect descriptions. We propose that the most
+                  systematic regional features are also not salient, and as
+                  such, they serve as sociolinguistic regional indicators. We
+                  supplement the random forest results with a more traditional
+                  variationist description of by-city vowel systems, and we use
+                  both sources of evidence to inform a description of the
+                  vowels of General Northern English.}
+}
+
+ +
+@article{Stu06:ejor,
+  author = { Thomas St{\"u}tzle },
+  title = {Iterated Local Search for the Quadratic Assignment Problem},
+  journal = {European Journal of Operational Research},
+  year = 2006,
+  volume = 174,
+  number = 3,
+  pages = {1519--1539}
+}
+
+ +
+@article{StuDor2002:tec,
+  author = { Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {A Short Convergence Proof for a Class of {ACO}
+                  Algorithms},
+  volume = 6,
+  number = 4,
+  pages = {358--365},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2002
+}
+
+ +
+@article{StuHoo2000:fgcs,
+  author = { Thomas St{\"u}tzle  and  Holger H. Hoos },
+  title = {{\MaxMinAntSystem}},
+  journal = {Future Generation Computer Systems},
+  year = 2000,
+  volume = 16,
+  number = 8,
+  pages = {889--914},
+  alias = {StuHoo00:fgcs}
+}
+
+ +
+@article{SuZhaYue2021enhanced,
+  title = {Enhanced Constraint Handling for Reliability-Constrained
+                  Multiobjective Testing Resource Allocation},
+  author = {Su, Zhaopin and Zhang, Guofu and Yue, Feng and Zhan, Dezhi and  Li, Miqing  and Li, Bin and  Xin Yao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2021,
+  number = 3,
+  pages = {537--551},
+  volume = 25,
+  publisher = {IEEE}
+}
+
+ +
+@article{SubBat2013,
+  author = { Anand Subramanian  and Maria Battarra},
+  title = {An Iterated Local Search Algorithm for the Travelling Salesman Problem with Pickups and Deliveries},
+  journal = {Journal of the Operational Research Society},
+  year = 2013,
+  volume = 64,
+  number = 3,
+  pages = {402--409}
+}
+
+ +
+@article{SubBatPot2014,
+  author = { Anand Subramanian  and Maria Battarra and  Chris N. Potts },
+  title = {An Iterated Local Search Heuristic for the Single Machine Total Weighted Tardiness Scheduling Problem with Sequence-dependent Setup Times},
+  journal = {International Journal of Production Research},
+  year = 2014,
+  volume = 52,
+  number = 9,
+  pages = {2729--2742}
+}
+
+ +
+@article{SuiZhuBur2018arxiv,
+  author = {Sui, Yanan and Zhuang, Vincent and Burdick, Joel W. and Yue,
+                  Yisong},
+  title = {Stagewise Safe {Bayesian} Optimization with {Gaussian}
+                  Processes},
+  journal = {Arxiv preprint arXiv:1806.07555},
+  year = 2018,
+  note = {Published as \cite{SuiZhuBur2018stageopt}},
+  url = {https://arxiv.org/abs/1806.07555},
+  abstract = {Enforcing safety is a key aspect of many problems pertaining
+                  to sequential decision making under uncertainty, which
+                  require the decisions made at every step to be both
+                  informative of the optimal decision and also safe. For
+                  example, we value both efficacy and comfort in medical
+                  therapy, and efficiency and safety in robotic control. We
+                  consider this problem of optimizing an unknown utility
+                  function with absolute feedback or preference feedback
+                  subject to unknown safety constraints. We develop an
+                  efficient safe Bayesian optimization algorithm, StageOpt,
+                  that separates safe region expansion and utility function
+                  maximization into two distinct stages. Compared to existing
+                  approaches which interleave between expansion and
+                  optimization, we show that StageOpt is more efficient and
+                  naturally applicable to a broader class of problems. We
+                  provide theoretical guarantees for both the satisfaction of
+                  safety constraints as well as convergence to the optimal
+                  utility value. We evaluate StageOpt on both a variety of
+                  synthetic experiments, as well as in clinical practice. We
+                  demonstrate that StageOpt is more effective than existing
+                  safe optimization approaches, and is able to safely and
+                  effectively optimize spinal cord stimulation therapy in our
+                  clinical experiments.},
+  keywords = {Safe Optimization, StageOpt}
+}
+
+ +
+@article{SunYenYi2019igd,
+  title = {{IGD} Indicator-based Evolutionary Algorithm for
+                  Many-objective Optimization Problems},
+  author = {Sun, Yanan and Yen, Gary G. and Yi, Zhang},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  publisher = {IEEE},
+  volume = 23,
+  number = 2,
+  pages = {173--187},
+  year = 2019,
+  doi = {10.1109/TEVC.2018.2791283}
+}
+
+ +
+@article{SupSefPar2000,
+  title = {A simulated annealing algorithm for multiobjective optimization},
+  author = {Suppapitnarm, A. and Seffen, K. A. and Parks, G. T. and Clarkson, P. J.},
+  journal = {Engineering Optimization},
+  volume = 33,
+  number = 1,
+  pages = {59--85},
+  year = 2000
+}
+
+ +
+@article{SuyVan1999least,
+  title = {Least Squares Support Vector Machine Classifiers},
+  author = {Suykens, Johan A. K. and Vandewalle, Joos},
+  journal = {Neural Processing Letters},
+  volume = 9,
+  number = 3,
+  pages = {293--300},
+  year = 1999,
+  publisher = {Springer},
+  doi = {10.1023/A:1018628609742},
+  keywords = {LS-SVM}
+}
+
+ +
+@article{SwaAdrBar2019extending,
+  author = { Jerry Swan  and  Steven Adriaensen  and Barwell, Adam D. and Hammond,
+                  Kevin and White, David R.},
+  title = {Extending the ``Open-Closed Principle'' to Automated
+                  Algorithm Configuration},
+  journal = {Evolutionary Computation},
+  year = 2019,
+  volume = 27,
+  number = 1,
+  pages = {173--193},
+  doi = {10.1162/evco_a_00245}
+}
+
+ +
+@article{SwaAdrBro2022metah,
+  author = { Jerry Swan  and  Steven Adriaensen  and Alexander
+                  E. I. Brownlee and Kevin Hammond and Colin
+                  G. Johnson and Ahmed Kheiri and Faustyna Krawiec and  Juan-Juli{\'a}n Merelo  and Leandro L. Minku and  Ender {\"O}zcan  and  Gisele Pappa  and  Pablo Garc{\'i}a-S{\'a}nchez  and  Kenneth S{\"o}rensen  and  Stefan Vo{\ss}  and  Markus Wagner  and David R. White},
+  doi = {10.1016/j.ejor.2021.05.042},
+  year = 2022,
+  month = mar,
+  volume = 297,
+  number = 2,
+  pages = {393--406},
+  title = {Metaheuristics ``In the Large''},
+  journal = {European Journal of Operational Research}
+}
+
+ +
+@article{SwaWooOzc2014cogcomp,
+  author = { Jerry Swan  and John R. Woodward and  Ender {\"O}zcan  and  Graham Kendall  and  Edmund K. Burke },
+  title = {Searching the Hyper-heuristic Design Space},
+  journal = {Cognitive Computation},
+  year = 2014,
+  volume = 6,
+  number = 1,
+  pages = {66--73},
+  month = mar,
+  doi = {10.1007/s12559-013-9201-8}
+}
+
+ +
+@article{SzuHar1987,
+  title = {Fast Simulated Annealing},
+  author = { Harold Szu  and  Ralph Hartley },
+  journal = {Physics Letters A},
+  volume = 122,
+  number = 3,
+  pages = {157--162},
+  year = 1987,
+  publisher = {Elsevier}
+}
+
+ +
+@article{Tai90,
+  author = { {\'E}ric D. Taillard },
+  title = {Some Efficient Heuristic Methods for the Flow Shop
+                  Sequencing Problem},
+  journal = {European Journal of Operational Research},
+  year = 1990,
+  volume = 47,
+  number = 1,
+  pages = {65--74}
+}
+
+ +
+@article{Tai91,
+  author = { {\'E}ric D. Taillard },
+  title = {Robust Taboo Search for the Quadratic Assignment Problem},
+  journal = {Parallel Computing},
+  year = 1991,
+  volume = 17,
+  number = {4-5},
+  pages = {443--455},
+  annote = {faster 2-exchange delta evaluation in QAP}
+}
+
+ +
+@article{Tai93,
+  author = { {\'E}ric D. Taillard },
+  title = {Benchmarks for Basic Scheduling Problems},
+  journal = {European Journal of Operational Research},
+  year = 1993,
+  volume = 64,
+  number = 2,
+  pages = {278--285}
+}
+
+ +
+@article{Tai95,
+  author = { {\'E}ric D. Taillard },
+  title = {Comparison of Iterative Searches for the Quadratic
+                  Assignment Problem},
+  journal = {Location Science},
+  year = 1995,
+  volume = 3,
+  number = 2,
+  pages = {87--105}
+}
+
+ +
+@article{Talbi02,
+  author = { Talbi, El-Ghazali },
+  title = {A Taxonomy of Hybrid Metaheuristics},
+  journal = {Journal of Heuristics},
+  year = 2002,
+  volume = 8,
+  number = 5,
+  pages = {541--564}
+}
+
+ +
+@article{Tam1992,
+  title = {A Simulated Annealing Algorithm for Allocating Space to Manufacturing Cells},
+  author = { Tam, Kar Yan },
+  journal = {International Journal of Production Research},
+  volume = 30,
+  number = 1,
+  pages = {63--87},
+  year = 1992,
+  publisher = {Taylor \& Francis}
+}
+
+ +
+@article{TamJonEld1995,
+  author = {Tamiz, M. and Jones, D. F. and El-Darzi, E.},
+  title = {A review of {Goal} {Programming} and its applications},
+  journal = {Annals of Operations Research},
+  year = 1995,
+  volume = 58,
+  number = 1,
+  pages = {39--53},
+  month = jan,
+  doi = {10.1007/BF02032309},
+  abstract = {This paper presents a review of the current literature on the
+                  branch of multi-criteria decision modelling known as Goal
+                  Programming (GP). The result of our indepth investigations of
+                  the two main GP methods, lexicographic and weighted GP
+                  together with their distinct application areas is
+                  reported. Some guidelines to the scope of GP as an
+                  application tool are given and methods of determining which
+                  problem areas are best suited to the different GP approaches
+                  are proposed. The correlation between the method of assigning
+                  weights and priorities and the standard of the results is
+                  also ascertained.},
+  language = {en},
+  keywords = {Goal Programming, lexicographic, weighted}
+}
+
+ +
+@article{TanAra2013,
+  author = {Shunji Tanaka and Mituhiko Araki},
+  title = {An Exact Algorithm for the Single-machine Total Weighted Tardiness
+               Problem with Sequence-dependent Setup Times},
+  journal = {Computers \& Operations Research},
+  year = 2013,
+  volume = 40,
+  number = 1,
+  pages = {344--352}
+}
+
+ +
+@article{TanIsh2020re,
+  author = {Ryoji Tanabe and  Ishibuchi, Hisao },
+  title = {An easy-to-use real-world multi-objective optimization
+                  problem suite},
+  journal = {Applied Soft Computing},
+  volume = 89,
+  pages = 106078,
+  year = 2020,
+  annote = {Proposed the RE benchmark suite}
+}
+
+ +
+@article{TanIshOya2017,
+  author = {Ryoji Tanabe and  Ishibuchi, Hisao  and Akira Oyama},
+  journal = {{IEEE} Access},
+  title = {Benchmarking Multi- and Many-Objective Evolutionary
+                  Algorithms Under Two Optimization Scenarios},
+  year = 2017,
+  volume = 5,
+  pages = {19597--19619},
+  annote = {compared a number of MOEAs using a wide range of numbers of
+                  objectives and stopping criteria, with and without archivers; unbounded archive}
+}
+
+ +
+@article{TanWan2006,
+  author = {Lixin Tang and Xianpeng Wang},
+  title = {Iterated local search algorithm based on very large-scale
+                  neighborhood for prize-collecting vehicle routing problem},
+  journal = {International Journal of Advanced Manufacturing Technology},
+  year = 2006,
+  volume = 29,
+  number = 11,
+  pages = {1246--1258}
+}
+
+ +
+@article{Tarquin89,
+  author = { A. J. Tarquin  and  J. Dowdy },
+  title = {Optimal pump operation in water distribution},
+  journal = { Journal of Hydraulic Engineering, {ASCE}},
+  year = 1989,
+  volume = 115,
+  number = 2,
+  pages = {158--169 or 496--501},
+  month = feb,
+  note = {}
+}
+
+ +
+@article{TasKizPanSug2017,
+  author = {M. F. Tasgetiren and D. Kizilay and  Quan-Ke Pan  and  Ponnuthurai N. Suganthan },
+  title = {Iterated Greedy Algorithms for the Blocking Flowshop
+                  Scheduling Problem with Makespan Criterion},
+  journal = {Computers \& Operations Research},
+  year = 2017,
+  volume = 77,
+  pages = {111--126}
+}
+
+ +
+@article{TasLiaSevGen2007,
+  author = {M. Fatih Tasgetiren and Yun-Chia Liang and Mehmet Sevkli and
+                  Gunes Gencyilmaz},
+  title = {A particle swarm optimization algorithm for makespan and
+                  total flowtime minimization in the permutation flowshop
+                  sequencing problem},
+  journal = {European Journal of Operational Research},
+  year = 2007,
+  volume = 177,
+  number = 3,
+  pages = {1930--1947},
+  doi = {10.1016/j.ejor.2005.12.024}
+}
+
+ +
+@article{TasPanSugBuy2013:cor,
+  author = {M. Fatih Tasgetiren and  Quan-Ke Pan  and  Ponnuthurai N. Suganthan  and Ozge
+                  Buyukdagli},
+  title = {A variable iterated greedy algorithm with differential
+                  evolution for the no-idle permutation flowshop scheduling
+                  problem},
+  journal = {Computers \& Operations Research},
+  year = 2013,
+  volume = 40,
+  number = 7,
+  pages = {1729--1743}
+}
+
+ +
+@article{TayHo2008cie,
+  author = {Joc Cing Tay and Nhu Binh Ho},
+  title = {Evolving dispatching rules using genetic programming for
+                  solving multi-objective flexible job-shop problems},
+  journal = {Computers and Industrial Engineering},
+  volume = 54,
+  number = 3,
+  pages = {453 -- 473},
+  year = 2008,
+  doi = {10.1016/j.cie.2007.08.008}
+}
+
+ +
+@article{TeiCovStuCun11itor,
+  author = {Cristina Teixeira and Jos{\'e} Covas and  Thomas St{\"u}tzle  and  Ant{\'o}nio Gaspar{-}Cunha },
+  title = {Engineering an Efficient Two-Phase Local Search for the
+                  Co-Rotating Twin-Screw Configuration Problem},
+  journal = {International Transactions in Operational Research},
+  year = 2011,
+  volume = 18,
+  number = 2,
+  pages = {271--291}
+}
+
+ +
+@article{TeiCovStuCun12eo,
+  author = {Cristina Teixeira and Jos{\'e} Covas and  Thomas St{\"u}tzle  and  Ant{\'o}nio Gaspar{-}Cunha },
+  title = {Multi-Objective Ant Colony Optimization for Solving the
+Twin-Screw Extrusion Configuration Problem},
+  journal = {Engineering Optimization},
+  year = 2012,
+  volume = 44,
+  number = 3,
+  pages = {351--371}
+}
+
+ +
+@article{TeiCovStuCun14asc,
+  author = {Cristina Teixeira and Jos{\'e} Covas and  Thomas St{\"u}tzle  and  Ant{\'o}nio Gaspar{-}Cunha },
+  title = {Hybrid Algorithms for the Twin-Screw Extrusion Configuration
+  Problem},
+  journal = {Applied Soft Computing},
+  year = 2014,
+  volume = 23,
+  pages = {298--307}
+}
+
+ +
+@article{Teklu2007,
+  author = {Teklu, Fitsum and Sumalee, Agachai and Watling, David},
+  doi = {10.1111/j.1467-8667.2006.00468.x},
+  journal = {Computer-Aided Civil and Infrastructure Engineering},
+  month = jan,
+  number = 1,
+  pages = {31--43},
+  title = {A Genetic Algorithm Approach for Optimizing Traffic Control
+                  Signals Considering Routing},
+  volume = 22,
+  year = 2007
+}
+
+ +
+@article{TenSilLan2000,
+  author = {J. B. Tenenbaum and V. D. Silva and J. C. Langford},
+  title = {A global geometric framework for nonlinear dimensionality
+                  reduction},
+  journal = {Science},
+  volume = 290,
+  number = 5500,
+  year = 2000,
+  pages = {2319--2323}
+}
+
+ +
+@article{TeoAbb2004ec,
+  author = {J. Teo and  Abbass, Hussein A. },
+  title = {Automatic generation of controllers for embodied
+                  legged organisms: A {Pareto} evolutionary
+                  multi-objective approach},
+  journal = {Evolutionary Computation},
+  year = 2004,
+  volume = 12,
+  number = 3,
+  pages = {355--394},
+  doi = {10.1162/1063656041774974},
+  alias = {Teo:2004vg}
+}
+
+ +
+@article{TerSumTam2021auto,
+  title = {Black-Box Optimization for Automated Discovery},
+  author = {Terayama, Kei and Sumita, Masato and Tamura, Ryo and Tsuda,
+                  Koji},
+  year = 2021,
+  month = mar,
+  journal = {Accounts of Chemical Research},
+  volume = 54,
+  number = 6,
+  pages = {1334--1346},
+  publisher = {American Chemical Society},
+  doi = {10.1021/acs.accounts.0c00713},
+  abstract = {In chemistry and materials science, researchers and engineers
+                  discover, design, and optimize chemical compounds or
+                  materials with their professional knowledge and
+                  techniques. At the highest level of abstraction, this process
+                  is formulated as black-box optimization. For instance, the
+                  trial-and-error process of synthesizing various molecules for
+                  better material properties can be regarded as optimizing a
+                  black-box function describing the relation between a chemical
+                  formula and its properties. Various black-box optimization
+                  algorithms have been developed in the machine learning and
+                  statistics communities. Recently, a number of researchers
+                  have reported successful applications of such algorithms to
+                  chemistry. They include the design of photofunctional
+                  molecules and medical drugs, optimization of thermal emission
+                  materials and high Li-ion conductive solid electrolytes, and
+                  discovery of a new phase in inorganic thin films for solar
+                  cells.There are a wide variety of algorithms available for
+                  black-box optimization, such as Bayesian optimization,
+                  reinforcement learning, and active learning. Practitioners
+                  need to select an appropriate algorithm or, in some cases,
+                  develop novel algorithms to meet their demands. It is also
+                  necessary to determine how to best combine machine learning
+                  techniques with quantum mechanics- and molecular
+                  mechanics-based simulations, and experiments. In this
+                  Account, we give an overview of recent studies regarding
+                  automated discovery, design, and optimization based on
+                  black-box optimization. The Account covers the following
+                  algorithms: Bayesian optimization to optimize the chemical or
+                  physical properties, an optimization method using a quantum
+                  annealer, best-arm identification, gray-box optimization, and
+                  reinforcement learning. In addition, we introduce active
+                  learning and boundless objective-free exploration, which may
+                  not fall into the category of black-box optimization.Data
+                  quality and quantity are key for the success of these
+                  automated discovery techniques. As laboratory automation and
+                  robotics are put forward, automated discovery algorithms
+                  would be able to match human performance at least in some
+                  domains in the near future.}
+}
+
+ +
+@article{Thi2011cw,
+  author = {Patrick Thibodeau},
+  title = {Machine-based decision-making is coming},
+  journal = {Computer World},
+  year = 2011,
+  month = nov,
+  url = {http://www.computerworld.com/s/article/359630/Machine_Based_Decision_Making_Is_Coming},
+  note = {Last accessed: 15 January 2014}
+}
+
+ +
+@article{ThiMieKorMol2009ec,
+  author = { Lothar Thiele  and  Kaisa Miettinen  and  Pekka Korhonen  and  Molina, Juli{\'a}n },
+  title = {A Preference-Based Evolutionary Algorithm for Multi-Objective
+                  Optimization},
+  journal = {Evolutionary Computation},
+  volume = 17,
+  number = 3,
+  pages = {411--436},
+  year = 2009,
+  doi = {10.1162/evco.2009.17.3.411},
+  abstract = { Abstract In this paper, we discuss the idea of incorporating
+                  preference information into evolutionary multi-objective
+                  optimization and propose a preference-based evolutionary
+                  approach that can be used as an integral part of an
+                  interactive algorithm. One algorithm is proposed in the
+                  paper. At each iteration, the decision maker is asked to give
+                  preference information in terms of his or her reference point
+                  consisting of desirable aspiration levels for objective
+                  functions. The information is used in an evolutionary
+                  algorithm to generate a new population by combining the
+                  fitness function and an achievement scalarizing function. In
+                  multi-objective optimization, achievement scalarizing
+                  functions are widely used to project a given reference point
+                  into the Pareto optimal set. In our approach, the next
+                  population is thus more concentrated in the area where more
+                  preferred alternatives are assumed to lie and the whole
+                  Pareto optimal set does not have to be generated with equal
+                  accuracy. The approach is demonstrated by numerical
+                  examples. }
+}
+
+ +
+@article{TiaCheZha2017indicator,
+  title = {An Indicator-Based Multiobjective Evolutionary Algorithm With
+                  Reference Point Adaptation for Better Versatility},
+  author = {Ye Tian and Ran Cheng and Xingyi Zhang and Fan Cheng and  Yaochu Jin },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2018,
+  volume = 22,
+  number = 4,
+  pages = {609--622},
+  doi = {10.1109/TEVC.2017.2749619},
+  annote = {IGD-based archiver}
+}
+
+ +
+@article{TinRaoLoo2003joh,
+  author = { Tiew-On Ting  and  M. V. C. Rao  and  C. K. Loo  and  S. S. Ngu },
+  title = {Solving Unit Commitment Problem Using Hybrid
+                  Particle Swarm Optimization},
+  journal = {Journal of Heuristics},
+  year = 2003,
+  volume = 9,
+  number = 6,
+  pages = {507--520},
+  doi = {10.1023/B:HEUR.0000012449.84567.1a}
+}
+
+ +
+@article{TiwFadDeb2011amga2,
+  title = {{AMGA2}: Improving the performance of the archive-based
+                  micro-genetic algorithm for multi-objective optimization},
+  author = {Tiwari, Santosh and Fadel, Georges and  Kalyanmoy Deb },
+  journal = {Engineering Optimization},
+  year = 2011,
+  number = 4,
+  pages = {377--401},
+  volume = 43
+}
+
+ +
+@article{TkiMonTer2002ejor,
+  author = { V. {T'Kindt}  and  Nicolas Monmarch{\'e}  and F. Tercinet and D. La{\"u}gt},
+  title = {An ant colony optimization algorithm to solve a
+                  2-machine bicriteria flowshop scheduling problem},
+  journal = {European Journal of Operational Research},
+  year = 2002,
+  volume = 142,
+  number = 2,
+  pages = {250--257}
+}
+
+ +
+@article{TomKad2019decomposition,
+  title = {Decomposition-based interactive evolutionary algorithm for
+                  multiple objective optimization},
+  author = { Tomczyk, Micha{\l} K  and  Kadzi{\'n}ski, Mi{\l}osz  },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 24,
+  number = 2,
+  pages = {320--334},
+  year = 2019,
+  publisher = {IEEE},
+  doi = {10.1109/TEVC.2019.2915767},
+  abstract = {We propose a decomposition-based interactive evolutionary
+                  algorithm (EA) for multiple objective optimization. During an
+                  evolutionary search, a decision maker (DM) is asked to
+                  compare pairwise solutions from the current population. Using
+                  the Monte Carlo simulation, the proposed algorithm generates
+                  from a uniform distribution a set of instances of the
+                  preference model compatible with such an indirect preference
+                  information. These instances are incorporated as the search
+                  directions with the aim of systematically converging a
+                  population toward the DMs most preferred region of the Pareto
+                  front. The experimental comparison proves that the proposed
+                  decomposition-based method outperforms the state-of-the-art
+                  interactive counterparts of the dominance-based EAs. We also
+                  show that the quality of constructed solutions is highly
+                  affected by the form of the incorporated preference model.},
+  keywords = {interactive multi-objective; decision-making}
+}
+
+ +
+@article{TomKad2019emosor,
+  author = { Tomczyk, Micha{\l} K  and  Kadzi{\'n}ski, Mi{\l}osz  },
+  title = {{EMOSOR}: Evolutionary multiple objective optimization guided
+                  by interactive stochastic ordinal regression},
+  journal = {Computers \& Operations Research},
+  volume = 108,
+  pages = {134--154},
+  year = 2019,
+  doi = {10.1016/j.cor.2019.04.008},
+  keywords = {Multiple objective optimization, Interactive evolutionary
+                  hybrids, Stochastic ordinal regression, Preference
+                  disaggregation, Pairwise comparisons, Active learning},
+  abstract = {We propose a family of algorithms, called EMOSOR, combining
+                  Evolutionary Multiple Objective Optimization with Stochastic
+                  Ordinal Regression. The proposed methods ask the Decision
+                  Maker (DM) to holistically compare, at regular intervals, a
+                  pair of solutions, and use the Monte Carlo simulation to
+                  construct a set of preference model instances compatible with
+                  such indirect and incomplete information. The specific
+                  variants of EMOSOR are distinguished by the following three
+                  aspects. Firstly, they make use of two different preference
+                  models, i.e., either an additive value function or a
+                  Chebyshev function. Secondly, they aggregate the
+                  acceptability indices derived from the stochastic analysis in
+                  various ways, and use thus constructed indicators or
+                  relations to sort the solutions obtained in each
+                  generation. Thirdly, they incorporate different active
+                  learning strategies for selecting pairs of solutions to be
+                  critically judged by the DM. The extensive computational
+                  experiments performed on a set of benchmark optimization
+                  problems reveal that EMOSOR is able to bias an evolutionary
+                  search towards a part of the Pareto front being the most
+                  relevant to the DM, outperforming in this regard the
+                  state-of-the-art interactive evolutionary hybrids. Moreover,
+                  we demonstrate that the performance of EMOSOR improves in
+                  case the forms of a preference model used by the method and
+                  the DM's value system align. Furthermore, we discuss how
+                  vastly incorporation of different indicators based on the
+                  stochastic acceptability indices influences the quality of
+                  both the best constructed solution and an entire
+                  population. Finally, we demonstrate that our novel
+                  questioning strategies allow to reduce a number of
+                  interactions with the DM until a high-quality solution is
+                  constructed or, alternatively, to discover a better solution
+                  after the same number of interactions.}
+}
+
+ +
+@article{TomKad2021ciemod,
+  author = { Tomczyk, Micha{\l} K  and  Kadzi{\'n}ski, Mi{\l}osz  },
+  title = {Decomposition-based co-evolutionary algorithm for interactive
+                  multiple objective optimization},
+  journal = {Information Sciences},
+  volume = 549,
+  pages = {178--199},
+  year = 2021,
+  doi = {10.1016/j.ins.2020.11.030},
+  keywords = {Evolutionary multiple objective optimization, Co-evolution,
+                  Decomposition, Indirect preference information, Preference
+                  learning},
+  abstract = {We propose a novel co-evolutionary algorithm for interactive
+                  multiple objective optimization, named CIEMO/D. It aims at
+                  finding a region in the Pareto front that is highly relevant
+                  to the Decision Maker (DM). For this reason, CIEMO/D asks the
+                  DM, at regular intervals, to compare pairs of solutions from
+                  the current population and uses such preference information
+                  to bias the evolutionary search. Unlike the existing
+                  interactive evolutionary algorithms dealing with just a
+                  single population, CIEMO/D co-evolves a pool of
+                  subpopulations in a steady-state decomposition-based
+                  evolutionary framework. The evolution of each subpopulation
+                  is driven by the use of a different preference model. In this
+                  way, the algorithm explores various regions in the objective
+                  space, thus increasing the chances of finding DM's most
+                  preferred solution. To improve the pace of the evolutionary
+                  search, CIEMO/D allows for the migration of solutions between
+                  different subpopulations. It also dynamically alters the
+                  subpopulations' size based on compatibility between the
+                  incorporated preference models and the decision examples
+                  supplied by the DM. The extensive experimental evaluation
+                  reveals that CIEMO/D can successfully adjust to different
+                  DM's decision policies. We also compare CIEMO/D with selected
+                  state-of-the-art interactive evolutionary hybrids that make
+                  use of the DM's pairwise comparisons, demonstrating its high
+                  competitiveness.}
+}
+
+ +
+@article{TorRosKefetal2010:si,
+  author = {C. E. Torres and L. F. Rossi and J. Keffer and K. Li and
+                  C.-C. Shen},
+  title = {Modeling, analysis and simulation of ant-based network
+                  routing protocols},
+  journal = {Swarm Intelligence},
+  volume = 4,
+  number = 3,
+  pages = {221--244},
+  year = 2010
+}
+
+ +
+@article{TraMeh2009eo,
+  author = { Heike Trautmann  and J\"{o}rn Mehnen},
+  title = {Preference-based {Pareto} optimization in certain and
+                  noisy environments},
+  journal = {Engineering Optimization},
+  volume = 41,
+  number = 1,
+  pages = {23--38},
+  month = jan,
+  year = 2009
+}
+
+ +
+@article{TriLop2015plos,
+  author = { Vito Trianni  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Advantages of Task-Specific Multi-Objective Optimisation in
+                  Evolutionary Robotics},
+  journal = {PLoS One},
+  year = 2015,
+  volume = 10,
+  number = 8,
+  pages = {e0136406},
+  doi = {10.1371/journal.pone.0136406},
+  abstract = {The application of multi-objective optimisation to
+                  evolutionary robotics is receiving increasing attention. A
+                  survey of the literature reveals the different possibilities
+                  it offers to improve the automatic design of efficient and
+                  adaptive robotic systems, and points to the successful
+                  demonstrations available for both task-specific and
+                  task-agnostic approaches (i.e., with or without reference to
+                  the specific design problem to be tackled). However, the
+                  advantages of multi-objective approaches over
+                  single-objective ones have not been clearly spelled out and
+                  experimentally demonstrated. This paper fills this gap for
+                  task-specific approaches: starting from well-known results in
+                  multi-objective optimisation, we discuss how to tackle
+                  commonly recognised problems in evolutionary robotics. In
+                  particular, we show that multi-objective optimisation (i)
+                  allows evolving a more varied set of behaviours by exploring
+                  multiple trade-offs of the objectives to optimise, (ii)
+                  supports the evolution of the desired behaviour through the
+                  introduction of objectives as proxies, (iii) avoids the
+                  premature convergence to local optima possibly introduced by
+                  multi-component fitness functions, and (iv) solves the
+                  bootstrap problem exploiting ancillary objectives to guide
+                  evolution in the early phases. We present an experimental
+                  demonstration of these benefits in three different case
+                  studies: maze navigation in a single robot domain, flocking
+                  in a swarm robotics context, and a strictly collaborative
+                  task in collective robotics.}
+}
+
+ +
+@article{TriNol2011al,
+  author = { Vito Trianni  and Nolfi, S.},
+  title = {Engineering the evolution of self-organizing
+                  behaviors in swarm robotics: A case study},
+  journal = {Artificial Life},
+  year = 2011,
+  volume = 17,
+  number = 3,
+  pages = {183--202},
+  alias = {Trianni:2011wl}
+}
+
+ +
+@article{TriSriSanGho2016survey,
+  title = {A survey of multiobjective evolutionary algorithms based on
+                  decomposition},
+  author = {Trivedi, Anupam and Srinivasan, Dipti and Sanyal, Krishnendu
+                  and Ghosh, Abhiroop},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2016,
+  number = 3,
+  pages = {440--462},
+  volume = 21,
+  publisher = {IEEE}
+}
+
+ +
+@article{TseLin09,
+  author = { L.-Y. Tseng  and  Y.-T. Lin },
+  title = {A hybrid genetic local search algorithm for the permutation
+                  flowshop scheduling problem},
+  journal = {European Journal of Operational Research},
+  volume = 198,
+  number = 1,
+  pages = {84--92},
+  year = 2009
+}
+
+ +
+@article{Tsu2007tjsai,
+  author = {Tsutsui, S.},
+  title = {Ant Colony Optimization with Cunning Ants},
+  journal = {Transactions of the Japanese Society for Artificial Intelligence},
+  keywords = {ant colony optimization, traveling salesman problem, cunning
+                  ant, donor ant, local search},
+  year = 2007,
+  volume = 22,
+  pages = {29--36},
+  doi = {10.1527/tjsai.22.29}
+}
+
+ +
+@article{TugThrFil2017jbe,
+  title = {Conceptual Design of Modular Bridges Including Layout
+                  Optimization and Component Reusability},
+  author = {Tugilimana, Alexis and Thrall, Ashley P. and Filomeno Coelho,
+                  Rajan},
+  journal = {Journal of Bridge Engineering},
+  volume = 22,
+  number = 11,
+  pages = 04017094,
+  year = 2017,
+  keywords = {scenario-based},
+  doi = {10.1061/(ASCE)BE.1943-5592.0001138},
+  publisher = {American Society of Civil Engineers}
+}
+
+ +
+@article{TurSorHva2021meta,
+  author = {Renata Turkeš and  Kenneth S{\"o}rensen  and Lars Magnus Hvattum},
+  title = {Meta-analysis of metaheuristics: Quantifying the effect of
+                  adaptiveness in adaptive large neighborhood search},
+  journal = {European Journal of Operational Research},
+  volume = 292,
+  number = 2,
+  pages = {423--42},
+  year = 2021,
+  doi = {10.1016/j.ejor.2020.10.045},
+  keywords = {Metaheuristics, Meta-analysis, Adaptive large neighborhood
+                  search}
+}
+
+ +
+@article{TusFil2014mpe,
+  author = { Tea Tu{\v s}ar  and Bogdan Filipi{\v c}},
+  title = {Visualizing Exact and Approximated {3D} Empirical Attainment
+                  Functions},
+  journal = {Mathematical Problems in Engineering},
+  volume = 2014,
+  note = {Article ID 569346, 18 pages},
+  year = 2014,
+  doi = {10.1155/2014/569346},
+  comment = {This is how Tea Tusar suggests to encode this entry in
+                  bibtex.}
+}
+
+ +
+@article{TusFil2015tec,
+  title = {Visualization of {Pareto} front approximations in
+                  evolutionary multiobjective optimization: A critical review
+                  and the prosection method},
+  author = { Tea Tu{\v s}ar  and Bogdan Filipi{\v c}},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  volume = 19,
+  number = 2,
+  pages = {225--245},
+  doi = {10.1109/TEVC.2014.2313407}
+}
+
+ +
+@article{Tuyttens00,
+  author = {D. Tuyttens and  Jacques Teghem  and  Philippe Fortemps  and K. Van Nieuwenhuyze},
+  title = {Performance of the {MOSA} Method for the Bicriteria Assignment Problem},
+  journal = {Journal of Heuristics},
+  year = 2000,
+  volume = 6,
+  pages = {295--310}
+}
+
+ +
+@article{TveKah1974judgment,
+  title = {Judgment under uncertainty: Heuristics and biases},
+  author = { Tversky, Amos  and  Kahneman, Daniel },
+  journal = {Science},
+  volume = 185,
+  number = 4157,
+  pages = {1124--1131},
+  year = 1974,
+  publisher = {American association for the advancement of science}
+}
+
+ +
+@article{TveKah1991,
+  author = { Tversky, Amos  and  Kahneman, Daniel },
+  year = 1991,
+  title = {Loss aversion in riskless choice: a reference-dependent
+                  model},
+  journal = {The Quarterly Journal of Economics},
+  volume = 106,
+  number = 4,
+  pages = {1039--1061}
+}
+
+ +
+@article{Tversky1972,
+  author = { Tversky, Amos },
+  year = 1972,
+  title = {Choice by elimination},
+  journal = {Journal of Mathematical Psychology},
+  volume = 9,
+  number = 4,
+  pages = {341--367}
+}
+
+ +
+@article{TwoStuDorManBir2010is,
+  author = {Colin Twomey and  Thomas St{\"u}tzle  and  Marco Dorigo  and Max Manfrin and  Mauro Birattari },
+  title = {An Analysis of Communication Policies for Homogeneous Multi-colony {ACO} Algorithms},
+  journal = {Information Sciences},
+  year = 2010,
+  volume = 180,
+  number = 12,
+  pages = {2390--2404},
+  doi = {10.1016/j.ins.2010.02.017}
+}
+
+ +
+@article{UluTeg1995,
+  author = { E. Ulungu  and  Jacques Teghem },
+  title = {The two phases method: An efficient procedure
+                  to solve bi-objective combinatorial optimization
+                  problems},
+  journal = {Foundations of Computing and Decision Sciences},
+  volume = 20,
+  number = 2,
+  pages = {149--165},
+  year = 1995
+}
+
+ +
+@article{UluTegFor1999,
+  author = { E. Ulungu  and  Jacques Teghem  and  Fortemps, P. H. and Tuyttens, D.},
+  title = {{MOSA} method: a tool for solving multiobjective
+                  combinatorial optimization problems},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  number = 4,
+  pages = {221--236},
+  volume = 8,
+  year = 1999
+}
+
+ +
+@article{UrlRuiSef2010,
+  author = {Thijs Urlings and  Rub{\'e}n Ruiz  and F. Sivrikaya-\c{S}erifo\u{g}lu},
+  title = {Genetic Algorithms for Complex Hybrid Flexible Flow Line Problems},
+  journal = {International Journal of Metaheuristics},
+  year = 2010,
+  volume = 1,
+  number = 1,
+  pages = {30--54}
+}
+
+ +
+@article{UrlRuiStu2010ejor,
+  author = {Thijs Urlings and  Rub{\'e}n Ruiz  and  Thomas St{\"u}tzle },
+  title = {Shifting Representation Search for Hybrid Flexible Flowline Problems},
+  journal = {European Journal of Operational Research},
+  year = 2010,
+  volume = 207,
+  number = 2,
+  pages = {1086--1095},
+  doi = {10.1016/j.ejor.2010.05.041}
+}
+
+ +
+@article{VaeAarLen1998cor,
+  author = { Rob J. M. Vaessens  and  Emile H. L. Aarts  and  Jan Karel Lenstra },
+  title = {A Local Search Template},
+  journal = {Computers \& Operations Research},
+  volume = 25,
+  number = 11,
+  year = 1998,
+  pages = {969--979},
+  doi = {10.1016/S0305-0548(97)00093-2}
+}
+
+ +
+@article{ValMarWanDeb2021mipdom,
+  title = {Analyzing dominance move ({MIP}-{DoM}) indicator for
+                  multi-and many-objective optimization},
+  author = {do Val Lopes, Claudio Lucio and Martins, Fl{\'a}vio
+                  Vin{\'i}cius Cruzeiro and  Wanner, Elizabeth F.  and  Kalyanmoy Deb },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2021,
+  publisher = {IEEE}
+}
+
+ +
+@article{ValRui2010,
+  author = { Eva Vallada  and  Rub{\'e}n Ruiz },
+  title = {Genetic algorithms with path relinking for the minimum tardiness permutation flowshop problem},
+  journal = {Omega},
+  volume = 38,
+  number = {1--2},
+  pages = {57--67},
+  year = 2010,
+  doi = {10.1016/j.omega.2009.04.002}
+}
+
+ +
+@article{ValRuiFra2015,
+  author = { Eva Vallada  and  Rub{\'e}n Ruiz  and  Jose M. Frami{\~n}{\'a}n },
+  title = {New hard benchmark for flowshop scheduling problems minimising makespan },
+  journal = {European Journal of Operational Research},
+  volume = 240,
+  number = 3,
+  pages = {666--677},
+  year = 2015,
+  doi = {10.1016/j.ejor.2014.07.033}
+}
+
+ +
+@article{ValRuiMin08,
+  author = { Eva Vallada  and  Rub{\'e}n Ruiz  and  Gerardo Minella },
+  title = {Minimising total tardiness in the m-machine flowshop
+                  problem: A review and evaluation of heuristics and
+                  metaheuristics},
+  journal = {Computers \& Operations Research},
+  volume = 35,
+  number = 4,
+  pages = {1350--1373},
+  year = 2008
+}
+
+ +
+@article{VanMou2014:ejor,
+  author = { Pieter Vansteenwegen  and Manuel Mateo},
+  title = {An Iterated Local Search Algorithm for the Single-vehicle Cyclic Inventory
+               Routing Problem},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 237,
+  number = 3,
+  pages = {802--813}
+}
+
+ +
+@article{VanSouBer2009:cor,
+  author = { Pieter Vansteenwegen  and Wouter Souffriau and  Vanden Berghe, Greet   and  Dirk Van Oudheusden },
+  title = {Iterated Local Search for the Team Orienteering Problem with Time
+               Tindows},
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  volume = 36,
+  number = 12,
+  pages = {3281--3290}
+}
+
+ +
+@article{Vanschoren2014openml,
+  author = { Joaquin Vanschoren  and  van Rijn, Jan N.  and  Bernd Bischl  and Luis Torgo},
+  title = {{OpenML}: Networked Science in Machine Learning},
+  journal = {{ACM} {SIGKDD} Explorations Newsletter},
+  year = 2014,
+  volume = 15,
+  number = 2,
+  pages = {49--60},
+  month = jun,
+  doi = {10.1145/2641190.2641198}
+}
+
+ +
+@article{VarDel2000effsize,
+  author = {Vargha, A. and Delaney, H. D.},
+  title = {A critique and improvement of the {CL} common language effect
+                  size statistics of {McGraw} and {Wong}},
+  journal = {Journal of Educational and Behavioral Statistics},
+  year = 2000,
+  volume = 25,
+  number = 2,
+  pages = {101--132},
+  keywords = {effect size test, A12 test}
+}
+
+ +
+@article{VarRaj05,
+  author = { T. K. Varadharajan  and C. Rajendran},
+  title = {A multi-objective simulated-annealing algorithm for
+                  scheduling in flowshops to minimize the makespan and
+                  total flowtime of jobs},
+  journal = {European Journal of Operational Research},
+  volume = 167,
+  number = 3,
+  pages = {772--795},
+  year = 2005,
+  alias = {Varadharajan05}
+}
+
+ +
+@article{VasPas2006preliminary,
+  author = {Vasile, Massimiliano and De Pascale, Paolo},
+  title = {Preliminary design of multiple gravity-assist trajectories},
+  journal = {Journal of Spacecraft and Rockets},
+  year = 2006,
+  volume = 43,
+  number = 4,
+  pages = {794--805},
+  doi = {10.2514/1.17413}
+}
+
+ +
+@article{VasShaPar2017transformer,
+  title = {Attention Is All You Need},
+  author = {Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob
+                  Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz
+                  Kaiser and Illia Polosukhin},
+  journal = {Arxiv preprint arXiv:1706.03762},
+  year = 2017,
+  url = {http://arxiv.org/abs/1706.03762},
+  abstract = {The dominant sequence transduction models are based on complex recurrent or convolutional neural networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training data.}
+}
+
+ +
+@article{VasSim2010jwrpm,
+  author = {A. Vasan and  Slobodan P. Simonovic },
+  title = {Optimization of Water Distribution Network Design
+                  Using Differential Evolution},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2010,
+  volume = 136,
+  number = 2,
+  pages = {279--287}
+}
+
+ +
+@article{VasYan2005effic,
+  title = {Efficiently computing succinct trade-off curves},
+  author = {Vassilvitskii, Sergei and  Mihalis Yannakakis },
+  journal = {Theoretical Computer Science},
+  year = 2005,
+  number = {2-3},
+  pages = {334--356},
+  volume = 348,
+  publisher = {Elsevier}
+}
+
+ +
+@article{VazOch2010,
+  author = { J. A. V{\'a}zquez-Rodr{\'i}guez  and  Gabriela Ochoa },
+  title = {On the Automatic Discovery of Variants of the {NEH} Procedure
+                  for Flow Shop Scheduling Using Genetic Programming},
+  journal = {Journal of the Operational Research Society},
+  year = 2010,
+  volume = 62,
+  number = 2,
+  pages = {381--396}
+}
+
+ +
+@article{VazPaqFonKla2015rep,
+  author = {Daniel Vaz and  Lu{\'i}s Paquete  and  Carlos M. Fonseca  and  Kathrin Klamroth  and Michael Stiglmayr},
+  title = {Representation of the non-dominated set in biobjective
+                  discrete optimization},
+  journal = {Computers \& Operations Research},
+  volume = 63,
+  pages = {172--186},
+  year = 2015,
+  issn = {0305-0548},
+  doi = {10.1016/j.cor.2015.05.003}
+}
+
+ +
+@article{VelLam2000ec,
+  author = { David A. {Van Veldhuizen}  and  Gary B. Lamont },
+  title = {Multiobjective Evolutionary Algorithms: {Analyzing}
+                  the State-of-the-art},
+  journal = {Evolutionary Computation},
+  year = 2000,
+  volume = 8,
+  number = 2,
+  pages = {125--147},
+  doi = {10.1162/106365600568158}
+}
+
+ +
+@article{VerLew2020penalty,
+  author = {Amit Verma and Mark Lewis},
+  title = {Penalty and partitioning techniques to improve performance of
+                  {QUBO} solvers},
+  journal = {Discrete Optimization},
+  pages = 100594,
+  year = 2020,
+  issn = {1572-5286},
+  doi = {10.1016/j.disopt.2020.100594},
+  keywords = {Quadratic Unconstrained Binary Optimization, Nonlinear
+                  optimization, Pseudo-Boolean optimization, Equality
+                  constraint, Inequality constraint}
+}
+
+ +
+@article{VerLieJou2013ejor,
+  title = {On the Structure of Multiobjective Combinatorial
+                  Search Space: {MNK}-landscapes with Correlated
+                  Objectives},
+  author = { Verel, S{\'e}bastien  and  Arnaud Liefooghe  and  Laetitia Jourdan  and  Dhaenens, Clarisse },
+  journal = {European Journal of Operational Research},
+  volume = 227,
+  number = 2,
+  year = 2013,
+  pages = {331--342},
+  doi = {10.1016/j.ejor.2012.12.019},
+  alias = {verel2012}
+}
+
+ +
+@article{ViaFalPu2006pref,
+  title = {Preference-based Search using Example-Critiquing with
+                  Suggestions},
+  author = {Viappiani, Paolo and Faltings, Boi and Pu, Pearl},
+  journal = {Journal of Artificial Intelligence Research},
+  volume = 27,
+  pages = {465--503},
+  year = 2006
+}
+
+ +
+@article{ViaPuFal2008pref,
+  title = {Preference-based Search with Adaptive Recommendations},
+  author = {Viappiani, Paolo and Pu, Pearl and Faltings, Boi},
+  journal = {AI Communications},
+  volume = 21,
+  number = 2,
+  pages = {155--175},
+  year = 2008
+}
+
+ +
+@article{VidCraGenPri2013ejor,
+  author = { Thibaut Vidal  and  Teodor Gabriel Crainic  and  Michel Gendreau  and  Christian Prins },
+  title = {Heuristics for Multi-attribute Vehicle Routing Problems: A Survey and Synthesis},
+  journal = {European Journal of Operational Research},
+  year = 2013,
+  volume = 231,
+  number = 1,
+  pages = {1--21}
+}
+
+ +
+@article{VidCraGenPri2014ejor,
+  author = { Thibaut Vidal  and  Teodor Gabriel Crainic  and  Michel Gendreau  and  Christian Prins },
+  title = {A Unified Solution Framework for Multi-attribute Vehicle Routing Problems},
+  journal = {European Journal of Operational Research},
+  year = 2014,
+  volume = 234,
+  number = 3,
+  pages = {658--673}
+}
+
+ +
+@article{VilSanMer2021optimal,
+  title = {Optimal decision trees for the algorithm selection problem:
+                  integer programming based approaches},
+  author = {Vilas Boas, Matheus Guedes and Santos, Haroldo Gambini and Merschmann, Luiz Henrique de Campos and  Vanden Berghe, Greet  },
+  journal = {International Transactions in Operational Research},
+  volume = 28,
+  number = 5,
+  pages = {2759--2781},
+  year = 2021,
+  doi = {10.1111/itor.12724},
+  publisher = {Wiley Online Library}
+}
+
+ +
+@article{VouTsa99:ejor,
+  author = { Christos Voudouris  and  Edward P. K. Tsang },
+  title = {Guided Local Search and its Application to the
+                  Travelling Salesman Problem},
+  journal = {European Journal of Operational Research},
+  year = 1999,
+  volume = 113,
+  number = 2,
+  pages = {469--499}
+}
+
+ +
+@article{Wal1975ms,
+  title = {Comparative Evaluation of Some Interactive Approaches to Multicriterion Optimization},
+  author = { Wallenius, Jyrki },
+  journal = {Management Science},
+  volume = 21,
+  number = 12,
+  pages = {1387--1396},
+  year = 1975
+}
+
+ +
+@article{WalCro2000:siam-jsc,
+  author = {C. Walshaw and M. Cross},
+  title = {Mesh Partitioning: {A} Multilevel Balancing and
+                  Refinement Algorithm},
+  journal = {SIAM Journal on Scientific Computing},
+  year = 2000,
+  volume = 22,
+  number = 1,
+  pages = {63--80},
+  doi = {10.1137/S1064827598337373}
+}
+
+ +
+@article{WalEveFie2012visualizing,
+  title = {Visualizing mutually nondominating solution sets in
+                  many-objective optimization},
+  author = {Walker, David J. and  Everson, Richard M.  and  Jonathan E. Fieldsend },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 17,
+  number = 2,
+  pages = {165--184},
+  year = 2012
+}
+
+ +
+@article{WanChePro1997,
+  author = {Chengen Wang and Chengbin Chu and Jean-Marie Proth},
+  title = {Heuristic Approaches for {n/m/F/$\Sigma$Ci} Scheduling
+                  Problems},
+  journal = {European Journal of Operational Research},
+  volume = 96,
+  number = 3,
+  pages = {636--644},
+  year = 1997,
+  doi = {10.1016/0377-2217(95)00347-9}
+}
+
+ +
+@article{WanJiaYao2015twoarch2,
+  title = {{TwoArch2}: An improved two-archive algorithm for
+                  many-objective optimization},
+  author = {Wang, Handing and Jiao, Licheng and  Xin Yao },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2015,
+  number = 4,
+  pages = {524--541},
+  volume = 19
+}
+
+ +
+@article{WanJinSchOlh2021transfer,
+  author = {Xilu Wang and  Yaochu Jin  and Sebastian Schmitt and
+                  Markus Olhofer and  Allmendinger, Richard },
+  title = {Transfer learning based surrogate assisted evolutionary
+                  bi-objective optimization for objectives with different
+                  evaluation times},
+  journal = {Knowledge-Based Systems},
+  year = 2021,
+  volume = 227,
+  pages = 107190,
+  doi = {10.1016/j.knosys.2021.107190}
+}
+
+ +
+@article{WanLuGlo2013cor,
+  author = {Wang, Yang and  L{\"u}, Zhipeng  and  Fred Glover  and  Jin-Kao Hao },
+  title = {Probabilistic {GRASP}-Tabu Search algorithms for the {UBQP} problem},
+  journal = {Computers \& Operations Research},
+  volume = 40,
+  number = 12,
+  pages = {3100--3107},
+  year = 2013,
+  doi = {10.1016/j.cor.2011.12.006}
+}
+
+ +
+@article{WanLuGlov2013joh,
+  author = {Wang, Yang and  L{\"u}, Zhipeng  and  Fred Glover  and  Jin-Kao Hao },
+  title = {Backbone Guided Tabu Search for Solving the {UBQP} Problem},
+  year = 2013,
+  journal = {Journal of Heuristics},
+  volume = 19,
+  number = 4,
+  doi = {10.1007/s10732-011-9164-4},
+  pages = {679--695}
+}
+
+ +
+@article{WanPurFle2013tec,
+  title = {Preference-Inspired Coevolutionary Algorithms for
+                  Many-Objective Optimization},
+  author = {Wang, Rui and  Robin C. Purshouse  and  Peter J. Fleming },
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 17,
+  number = 4,
+  pages = {474--494},
+  year = 2013
+}
+
+ +
+@article{WanXioHeGao2020multi,
+  author = {Wang, Rui and Xiong, Jian and He, Min-fan and Gao, Liang and
+                  Wang, Ling},
+  title = {Multi-objective optimal design of hybrid renewable energy
+                  system under multiple scenarios},
+  journal = {Renewable Energy},
+  volume = 151,
+  pages = {226--237},
+  year = 2020,
+  publisher = {Elsevier},
+  doi = {10.1016/j.renene.2019.11.015}
+}
+
+ +
+@article{WangEtAl2012ejor,
+  author = {Wang, Yang and L{\"u}, Zhipeng and  Fred Glover  and  Jin-Kao Hao },
+  title = {Path relinking for unconstrained binary quadratic
+                  programming},
+  journal = {European Journal of Operational Research},
+  year = 2012,
+  volume = 223,
+  number = 3,
+  pages = {595--604},
+  publisher = {Elsevier},
+  doi = {10.1016/j.ejor.2012.07.012}
+}
+
+ +
+@article{WatBarWhiHow02,
+  author = { Jean-Paul Watson  and L. Barbulescu and  Darrell Whitley  and  Adele E. Howe },
+  title = {Contrasting Structured and Random Permutation
+                  Flow-Shop Scheduling Problems: Search Space Topology
+                  and Algorithm Performance},
+  journal = {INFORMS Journal on Computing},
+  year = 2002,
+  volume = 14,
+  number = 2,
+  pages = {98--123}
+}
+
+ +
+@article{WatBecHowWhi03,
+  author = { Jean-Paul Watson  and J. C. Beck and A. E. Howe and  Darrell Whitley },
+  title = {Problem Difficulty for Tabu Search in Job-Shop
+                  Scheduling},
+  journal = {Artificial Intelligence},
+  year = 2003,
+  volume = 143,
+  number = 2,
+  pages = {189--217}
+}
+
+ +
+@article{WatHowWhi2006,
+  title = {Deconstructing {Nowicki} and {Smutnicki}'s {i-TSAB} tabu search
+                  algorithm for the job-shop scheduling problem},
+  author = { Jean-Paul Watson  and Howe, Adele E and  Darrell Whitley },
+  journal = {Computers \& Operations Research},
+  volume = 33,
+  number = 9,
+  pages = {2623--2644},
+  year = 2006,
+  publisher = {Elsevier}
+}
+
+ +
+@article{WatKas2017ems,
+  title = {Incorporating deeply uncertain factors into the many
+                  objective search process},
+  author = {Watson, Abigail A. and  Kasprzyk, Joseph R. },
+  journal = {Environmental Modelling \& Software},
+  volume = 89,
+  pages = {159--171},
+  year = 2017,
+  keywords = {scenario-based}
+}
+
+ +
+@article{Wegman1990pc,
+  title = {Hyperdimensional data analysis using parallel coordinates},
+  author = {Wegman, Edward J.},
+  journal = {Journal of the American Statistical Association},
+  volume = 85,
+  number = 411,
+  pages = {664--675},
+  year = 1990
+}
+
+ +
+@article{Weinberger1991,
+  author = {Weinberger, Edward D.},
+  title = {Local properties of {Kauffman}'s {N-k} model: A tunably
+                  rugged energy landscape},
+  journal = {Physical Review A},
+  year = 1991,
+  volume = 44,
+  number = 10,
+  pages = 6399,
+  publisher = {APS}
+}
+
+ +
+@article{WeiKhoWan2016jbd,
+  title = {A survey of transfer learning},
+  author = {Weiss, Karl and Khoshgoftaar, Taghi M. and Wang, DingDing},
+  journal = {Journal of Big Data},
+  volume = 3,
+  number = 1,
+  pages = {1--40},
+  year = 2016,
+  publisher = {SpringerOpen}
+}
+
+ +
+@article{Welch1938significance,
+  title = {The significance of the difference between two means when the
+                  population variances are unequal},
+  author = {Welch, Bernard L.},
+  journal = {Biometrika},
+  volume = 29,
+  number = {3/4},
+  pages = {350--362},
+  year = 1938
+}
+
+ +
+@article{WesLop2018ecj,
+  title = {Latin Hypercube Designs with Branching and Nested Factors for
+                  Initialization of Automatic Algorithm Configuration},
+  author = { Simon Wessing  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  doi = {10.1162/evco_a_00241},
+  journal = {Evolutionary Computation},
+  year = 2018,
+  volume = 27,
+  number = 1,
+  pages = {129--145}
+}
+
+ +
+@article{Weyland2010,
+  title = {A Rigorous Analysis of the Harmony Search Algorithm: How the Research Community can be misled by a ``novel'' Methodology},
+  author = { Dennis Weyland },
+  journal = {International Journal of Applied Metaheuristic Computing},
+  volume = 12,
+  number = 2,
+  pages = {50--60},
+  year = 2010
+}
+
+ +
+@article{Weyland2015,
+  title = {A critical analysis of the harmony search algorithm: How not
+                  to solve {Sudoku}},
+  author = { Dennis Weyland },
+  journal = {Operations Research Perspectives},
+  volume = 2,
+  pages = {97--105},
+  year = 2015
+}
+
+ +
+@article{WhiArcCla2011:tec,
+  author = {D. R. White and A. Arcuri and J. A. Clark},
+  title = {Evolutionary Improvement of Programs},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2011,
+  volume = 15,
+  number = 4,
+  pages = {515--538}
+}
+
+ +
+@article{WhiBraBar2012tec,
+  author = {While, L. and Bradstreet, L. and Barone, L.},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {A Fast Way of Calculating Exact Hypervolumes},
+  year = 2012,
+  volume = 16,
+  number = 1,
+  pages = {86--95}
+}
+
+ +
+@article{WhiRanDzuMat96,
+  author = { Darrell Whitley  and Soraya Rana and John Dzubera and Keith E. Mathias},
+  title = {Evaluating Evolutionary Algorithms},
+  journal = {Artificial Intelligence},
+  year = 1996,
+  volume = 85,
+  pages = {245--296}
+}
+
+ +
+@article{Wil92,
+  author = {R. J. Williams},
+  title = {Simple Statistical Gradient-Following Algorithms for
+                  Connectionist Reinforcement Learning},
+  journal = {Machine Learning},
+  year = 1992,
+  pages = {229--256},
+  volume = 8,
+  number = 3
+}
+
+ +
+@article{Winkler1985order,
+  author = {P. Winkler},
+  title = {Random Orders},
+  journal = {Order},
+  year = 1985,
+  volume = 1,
+  pages = {317--331},
+  annote = {Showed that fraction of Pareto-optimal increases with number
+                  of objectives}
+}
+
+ +
+@article{Witt2012,
+  author = { Carsten Witt },
+  title = {Analysis of an Iterated Local Search Algorithm for Vertex Cover in Sparse Random Graphs},
+  journal = {Theoretical Computer Science},
+  year = 2012,
+  volume = 425,
+  pages = {117--125}
+}
+
+ +
+@article{WolMac97:ieee-tec,
+  author = {D. H. Wolpert and W. G. Macready},
+  title = {No Free Lunch Theorems for Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 1997,
+  volume = 1,
+  number = 1,
+  pages = {67--82},
+  doi = {10.1109/4235.585893}
+}
+
+ +
+@article{WooReeSim2013many,
+  title = {Many objective visual analytics: rethinking the design of
+                  complex engineered systems},
+  author = { Matthew J. Woodruff  and  Patrick M. Reed  and Simpson, Timothy W.},
+  journal = {Structural and Multidisciplinary Optimization},
+  volume = 48,
+  number = 1,
+  pages = {201--219},
+  year = 2013,
+  doi = {10.1007/s00158-013-0891-z},
+  publisher = {Springer}
+}
+
+ +
+@article{WooRitOpp2011ijmh,
+  author = { David L. Woodruff  and Ulrike Ritzinger and Johan
+                  Oppen},
+  title = {Research Note: The Point of Diminishing Returns in
+                  Heuristic Search},
+  journal = {International Journal of Metaheuristics},
+  year = 2011,
+  volume = 1,
+  number = 3,
+  pages = {222--231},
+  doi = {10.1504/IJMHeur.2011.041195},
+  keywords = {anytime}
+}
+
+ +
+@article{WooYim98,
+  author = { H. S. Woo  and  D. S. Yim },
+  title = {A Heuristic Algorithm for Mean Flowtime Objective in
+                  Flowshop Scheduling},
+  journal = {Computers \& Operations Research},
+  volume = 25,
+  number = 3,
+  pages = {175--182},
+  year = 1998
+}
+
+ +
+@article{WuSchCheLeNorMacKriCaoGaoMac2016gnmt,
+  title = {Google's neural machine translation system: Bridging the gap
+                  between human and machine translation},
+  author = {Wu, Yonghui and Schuster, Mike and Chen, Zhifeng and Le, Quoc
+                  V and Norouzi, Mohammad and Macherey, Wolfgang and Krikun,
+                  Maxim and Cao, Yuan and Gao, Qin and Macherey, Klaus and
+                  others},
+  journal = {Arxiv preprint arXiv:1609.08144 [cs.CL]},
+  url = {https://arxiv.org/abs/1609.08144},
+  year = 2016
+}
+
+ +
+@article{WuZhuWeDin2014mining,
+  title = {Data mining with big data},
+  author = {Wu, Xindong and Zhu, Xingquan and Wu, Gong-Qing and Ding,
+                  Wei},
+  journal = {IEEE Transactions on Knowledge and Data Engineering},
+  volume = 26,
+  number = 1,
+  pages = {97--107},
+  year = 2014,
+  publisher = {IEEE}
+}
+
+ +
+@article{XavXav2011mssc,
+  title = {Solving the minimum sum-of-squares clustering problem by
+                  hyperbolic smoothing and partition into boundary and
+                  gravitational regions},
+  journal = {Pattern Recognition},
+  volume = 44,
+  number = 1,
+  pages = {70--77},
+  year = 2011,
+  issn = {0031-3203},
+  doi = {10.1016/j.patcog.2010.07.004},
+  author = {Xavier, Adilson Elias and Xavier, Vinicius Layter },
+  keywords = {Cluster analysis, Min-sum-min problems, Nondifferentiable
+                  programming, Smoothing}
+}
+
+ +
+@article{XinCheChe2018review,
+  author = {Xin, B. and Chen, L. and Chen, J. and  Ishibuchi, Hisao  and Hirota, K. and Liu, B.},
+  journal = {{IEEE} Access},
+  title = {Interactive Multiobjective Optimization: A Review of the
+                  State-of-the-Art},
+  year = 2018,
+  volume = 6,
+  pages = {41256--41279},
+  doi = {10.1109/ACCESS.2018.2856832},
+  keywords = {Decision making, Evolutionary computation, Pareto
+                  optimization, Evolutionary multiobjective optimization,
+                  interactive multiobjective optimization, multiple criteria
+                  decision making, preference information, preference models},
+  abstract = {Interactive multiobjective optimization (IMO) aims at finding
+                  the most preferred solution of a decision maker with the
+                  guidance of his/her preferences which are provided
+                  progressively. During the process, the decision maker can
+                  adjust his/her preferences and explore only interested
+                  regions of the search space. In recent decades, IMO has
+                  gradually become a common interest of two distinct
+                  communities, namely, the multiple criteria decision making
+                  (MCDM) and the evolutionary multiobjective optimization
+                  (EMO). The IMO methods developed by the MCDM community
+                  usually use the mathematical programming methodology to
+                  search for a single preferred Pareto optimal solution, while
+                  those which are rooted in EMO often employ evolutionary
+                  algorithms to generate a representative set of solutions in
+                  the decision maker's preferred region. This paper aims to
+                  give a review of IMO research from both MCDM and EMO
+                  perspectives. Taking into account four classification
+                  criteria including the interaction pattern, preference
+                  information, preference model, and search engine (i.e.,
+                  optimization algorithm), a taxonomy is established to
+                  identify important IMO factors and differentiate various IMO
+                  methods. According to the taxonomy, state-of-the-art IMO
+                  methods are categorized and reviewed and the design ideas
+                  behind them are summarized. A collection of important issues,
+                  e.g., the burdens, cognitive biases and preference
+                  inconsistency of decision makers, and the performance
+                  measures and metrics for evaluating IMO methods, are
+                  highlighted and discussed. Several promising directions
+                  worthy of future research are also presented.}
+}
+
+ +
+@article{XuChiGlo98,
+  author = {Jiefeng Xu and Steve Y. Chiu and  Fred Glover },
+  title = {Fine-tuning a tabu search algorithm with statistical tests},
+  journal = {International Transactions in Operational Research},
+  volume = 5,
+  number = 3,
+  pages = {233--244},
+  year = 1998,
+  doi = {10.1111/j.1475-3995.1998.tb00117.x}
+}
+
+ +
+@article{XuHutHooLey2008jair,
+  author = { Lin Xu  and  Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {{SATzilla:} Portfolio-based Algorithm Selection for {SAT}},
+  journal = {Journal of Artificial Intelligence Research},
+  year = 2008,
+  volume = 32,
+  pages = {565--606},
+  month = jun,
+  epub = {http://www.cs.ubc.ca/~hutter/papers/SATzilla.pdf},
+  doi = {10.1613/jair.2490}
+}
+
+ +
+@article{XuLuChe2013,
+  author = {Hongyun Xu and Zhipeng L{\"u} and T. C. E. Cheng},
+  title = {Iterated Local Search for Single-machine Scheduling with Sequence-dependent Setup Times to Minimize Total Weighted Tardiness},
+  journal = {Journal of Scheduling},
+  year = 2014,
+  volume = 17,
+  number = 3,
+  pages = {271--287}
+}
+
+ +
+@article{XuYan2003ids,
+  author = { Dong-Ling Xu  and  Yang, Jian-Bo },
+  title = {Intelligent Decision System for Self-Assessment},
+  journal = {Journal of Multi-Criteria Decision Analysis},
+  year = 2003,
+  volume = 12,
+  number = 1,
+  pages = {43--60},
+  doi = {10.1002/mcda.343},
+  abstract = {Many small and medium enterprises (SMEs) in the UK use the
+                  beta (Business Excellence Through Action) approach to the
+                  EFQM Excellence Model to conduct business excellence
+                  self-assessment, which is in essence a multiple criteria
+                  decision analysis (MCDA) problem. This paper introduces a
+                  decision support software package called Intelligent Decision
+                  System (IDS) to implement the beta approach. It is
+                  demonstrated in the paper that the IDS-beta package can
+                  provide not only average scores but also the following
+                  numerical results and graphical displays on: Distributed
+                  assessment results to demonstrate the diversity of company
+                  performances The performance range to cater for incomplete
+                  assessment information Comparisons between current
+                  performances and past performances, among different companies
+                  among different action plans. Strengths and weaknesses The
+                  IDS-beta package also provides a structured knowledge base to
+                  help assessors to make judgements more objectively. The
+                  knowledge base contains guidelines provided by the developers
+                  of the beta approach, best practices gathered from research
+                  on award winning organizations, evidence collected from
+                  companies being assessed and comments provided by assessors
+                  to record the reasons why a specific criterion is assessed to
+                  a certain grade for a company. Four small UK companies, the
+                  industry partners of the research project, have carried out
+                  the preliminary self-assessment using the package. The
+                  results and experience of the application are discussed at
+                  the end of the paper.},
+  keywords = {decision support system, business excellence, MCDA, quality
+                  award, self-assessment, the evidential reasoning approach}
+}
+
+ +
+@article{YagKisIba2006,
+  author = { Mutsunori Yagiura  and M. Kishida and  Toshihide Ibaraki },
+  title = {A 3-Flip Neighborhood Local Search for the Set Covering Problem},
+  journal = {European Journal of Operational Research},
+  year = 2006,
+  volume = 172,
+  number = 2,
+  pages = {472--499}
+}
+
+ +
+@article{Yam2018parking,
+  author = {Yuki Yamada},
+  title = {How to Crack Pre-registration: Toward Transparent and Open
+                  Science},
+  doi = {10.3389/fpsyg.2018.01831},
+  year = 2018,
+  month = sep,
+  publisher = {Frontiers Media {SA}},
+  volume = 9,
+  journal = {Frontiers in Psychology},
+  keywords = {HARKing; PARKing}
+}
+
+ +
+@article{YanEmmDeu2019bayesian,
+  author = {Kaifeng Yang and  Emmerich, Michael T. M.  and   Andr{\'{e}} H. Deutz  and  Thomas B{\"a}ck },
+  journal = {Swarm and Evolutionary Computation},
+  title = {Multi-Objective {Bayesian} Global Optimization using Expected
+                  Hypervolume Improvement Gradient},
+  year = 2019,
+  month = feb,
+  pages = {945--956},
+  volume = 44,
+  doi = {10.1016/j.swevo.2018.10.007},
+  keywords = {Bayesian Optimisation with preferences},
+  publisher = {Elsevier {BV}}
+}
+
+ +
+@article{YanKrePin00:js,
+  author = {Y. Yang and S. Kreipl and M. L. Pinedo},
+  title = {Heuristics for Minimizing Total Weighted Tardiness in Flexible Flow Shops},
+  journal = {Journal of Scheduling},
+  year = 2000,
+  volume = 3,
+  number = 2,
+  pages = {89--108}
+}
+
+ +
+@article{YanLiLiuZhe2013,
+  author = {S. Yang and  Li, Miqing  and X. Liu and J. Zheng},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  title = {A Grid-Based Evolutionary Algorithm for Many-Objective
+                  Optimization},
+  year = 2013,
+  volume = 17,
+  number = 5,
+  pages = {721--736},
+  doi = {10.1109/TEVC.2012.2227145},
+  annote = {epsilon-grid}
+}
+
+ +
+@article{YeDoeWang2022ac,
+  author = {Furong Ye and  Carola Doerr  and  Wang, Hao  and  Thomas B{\"a}ck },
+  title = {Automated Configuration of Genetic Algorithms by Tuning for
+                  Anytime Performance},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2022,
+  volume = 26,
+  number = 6,
+  pages = {1526--1538},
+  doi = {10.1109/TEVC.2022.3159087}
+}
+
+ +
+@article{YuLin2015,
+  author = {Vincent F. Yu and Shih-Wei Lin},
+  title = {Iterated Greedy Heuristic for the Time-dependent
+                  Prize-collecting Arc Routing Problem},
+  journal = {Computers and Industrial Engineering},
+  year = 2015,
+  volume = 90,
+  pages = {54--66}
+}
+
+ +
+@article{YuPowSte94,
+  author = { G. Yu  and  R. S. Powell  and  M. J. H. Sterling },
+  title = {Optimized Pump Scheduling in Water Distribution
+                  Systems},
+  journal = {Journal of Optimization Theory and Applications},
+  year = 1994,
+  volume = 83,
+  number = 3,
+  pages = {463--488}
+}
+
+ +
+@article{YuaMonStuBir12:si,
+  author = { Zhi Yuan  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {Continuous Optimization Algorithms for Tuning Real and
+Integer Algorithm Parameters of Swarm Intelligence Algorithms},
+  journal = {Swarm Intelligence},
+  year = 2012,
+  volume = 6,
+  number = 1,
+  pages = {49--75}
+}
+
+ +
+@article{ZenYan2009cor,
+  author = {Zeng, Q. and Yang, Z.},
+  title = {Integrating Simulation and Optimization to Schedule
+                  Loading Operations in Container Terminals},
+  journal = {Computers \& Operations Research},
+  year = 2009,
+  volume = 36,
+  number = 6,
+  pages = {1935--1944},
+  doi = {10.1016/j.cor.2008.06.010}
+}
+
+ +
+@article{ZhaGeoAna2016,
+  author = {Tiantian Zhang and Michael Georgiopoulos and Georgios C. Anagnostopoulos},
+  title = {Multi-Objective Model Selection via Racing},
+  journal = {IEEE Transactions on Cybernetics},
+  year = 2016,
+  volume = 46,
+  number = 8,
+  pages = {1863--1876}
+}
+
+ +
+@article{ZhaLi07:moead,
+  author = { Zhang, Qingfu  and Hui Li},
+  title = {{MOEA/D}: A Multiobjective Evolutionary Algorithm Based on
+                  Decomposition},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2007,
+  volume = 11,
+  number = 6,
+  pages = {712--731},
+  doi = {10.1109/TEVC.2007.892759},
+  annote = {Introduces penalty-based boundary intersection (PBI)
+                  function}
+}
+
+ +
+@article{ZhaSan2009jade,
+  title = {{JADE}: Adaptive differential evolution with optional
+                  external archive},
+  author = {Zhang, Jingqiao and Sanderson, Arthur C.},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 13,
+  number = 5,
+  pages = {945--958},
+  year = 2009,
+  doi = {10.1109/TEVC.2009.2014613}
+}
+
+ +
+@article{ZhaSud2004dts,
+  author = {Zhao, H. and Sudha Ram},
+  journal = {IEEE Transactions on Knowledge and Data Engineering},
+  title = {Constrained cascade generalization of decision trees},
+  year = 2004,
+  volume = 16,
+  number = 6,
+  pages = {727--739},
+  doi = {10.1109/TKDE.2004.3}
+}
+
+ +
+@article{ZheCha2012berth,
+  title = {A bi-objective model for robust berth allocation scheduling},
+  author = {Zhen, Lu and Chang, Dao-Fang},
+  journal = {Computers and Industrial Engineering},
+  volume = 63,
+  number = 1,
+  pages = {262--273},
+  year = 2012
+}
+
+ +
+@article{ZhoZhaJin2009igdx,
+  author = {Zhou, A. and  Zhang, Qingfu  and  Yaochu Jin },
+  title = {Approximating the set of {Pareto}-optimal solutions in both
+                  the decision and objective spaces by an estimation of
+                  distribution algorithm},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2009,
+  volume = 13,
+  number = 5,
+  pages = {1167--1189},
+  doi = {10.1109/TEVC.2009.2021467},
+  keywords = {multi-modal, IGDX}
+}
+
+ +
+@article{Zilberstein96:anytime,
+  author = { Shlomo Zilberstein },
+  title = {Using Anytime Algorithms in Intelligent Systems},
+  journal = {{AI} Magazine},
+  year = 1996,
+  volume = 17,
+  number = 3,
+  pages = {73--83},
+  epub = {http://www.aaai.org/ojs/index.php/aimagazine/article/viewArticle/1232},
+  keywords = {performance profiles},
+  doi = {10.1609/aimag.v17i3.1232},
+  abstract = {Anytime algorithms give intelligent systems the capability to trade deliberation time for quality of results. This capability is essential for successful operation in domains such as signal interpretation, real-time diagnosis and repair, and mobile robot control. What characterizes these domains is that it is not feasible (computationally) or desirable (economically) to compute the optimal answer. This article surveys the main control problems that arise when a system is composed of several anytime algorithms. These problems relate to optimal management of uncertainty and precision. After a brief introduction to anytime computation, I outline a wide range of existing solutions to the metalevel control problem and describe current work that is aimed at increasing the applicability of anytime computation.}
+}
+
+ +
+@article{ZioWal1983interactive,
+  title = {An interactive multiple objective linear programming method
+                  for a class of underlying nonlinear utility functions},
+  author = {Zionts, Stanley and  Wallenius, Jyrki },
+  journal = {Management Science},
+  volume = 29,
+  number = 5,
+  pages = {519--529},
+  year = 1983,
+  publisher = {{INFORMS}}
+}
+
+ +
+@article{ZitThi99:spea,
+  author = { Eckart Zitzler  and  Lothar Thiele },
+  title = {Multiobjective Evolutionary Algorithms: {A} Comparative Case
+                  Study and the Strength {Pareto} Approach},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  volume = 3,
+  number = 4,
+  pages = {257--271},
+  year = 1999,
+  doi = {10.1109/4235.797969},
+  annote = {Proposed SPEA,
+                  \url{http://www.tik.ee.ethz.ch/sop/publicationListFiles/zt1999a.pdf}}
+}
+
+ +
+@article{ZitThiBad2010tec,
+  author = { Eckart Zitzler  and  Lothar Thiele  and  Johannes Bader },
+  title = {On Set-Based Multiobjective Optimization},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2010,
+  volume = 14,
+  number = 1,
+  pages = {58--79},
+  doi = {10.1109/TEVC.2009.2016569},
+  keywords = {Performance assessment; Preference articulation; refinement;
+                  Set Partitioning; Set-preference},
+  annote = {Proposed SPAM and explores combination of quality indicators}
+}
+
+ +
+@article{ZitThiDeb2000ec,
+  author = { Eckart Zitzler  and  Lothar Thiele  and  Kalyanmoy Deb },
+  title = {Comparison of Multiobjective Evolutionary
+                  Algorithms: Empirical Results},
+  journal = {Evolutionary Computation},
+  year = 2000,
+  volume = 8,
+  number = 2,
+  pages = {173--195},
+  doi = {10.1162/106365600568202},
+  keywords = {ZDT benchmark}
+}
+
+ +
+@article{ZitThiLauFon2003:tec,
+  author = { Eckart Zitzler  and  Lothar Thiele  and  Marco Laumanns  and  Carlos M. Fonseca  and  Viviane {Grunert da Fonseca} },
+  title = {Performance Assessment of Multiobjective Optimizers: an
+                  Analysis and Review},
+  journal = {IEEE Transactions on Evolutionary Computation},
+  year = 2003,
+  volume = 7,
+  number = 2,
+  amonth = apr,
+  pages = {117--132},
+  alias = {perfassess},
+  doi = {10.1109/TEVC.2003.810758},
+  annote = {Proposed the combination of quality indicators; proposed epsilon-indicator}
+}
+
+ +
+@article{ZloBirMeuDor2004:aor,
+  author = {M. Zlochin and  Mauro Birattari  and  N. Meuleau  and  Marco Dorigo },
+  journal = {Annals of Operations Research},
+  number = {1--4},
+  pages = {373--395},
+  title = {Model-Based Search for Combinatorial Optimization: A
+                  Critical Survey},
+  volume = 131,
+  year = 2004
+}
+
+ +
+@article{mlrMBO,
+  title = {{mlrMBO}: A Modular Framework for Model-Based Optimization of
+                  Expensive Black-Box Functions},
+  author = { Bernd Bischl  and Jakob Richter and  Jakob Bossek  and Daniel Horn and Janek Thomas and Michel Lang},
+  year = 2017,
+  journal = {Arxiv preprint arXiv:1703.03373 [stat.ML]},
+  url = {http://arxiv.org/abs/1703.03373}
+}
+
+ +
+@article{msc:special-issue,
+  author = { Oscar Cord{\'o}n  and  Francisco Herrera  and  Thomas St{\"u}tzle },
+  title = {Special Issue on Ant Colony Optimization: Models and
+                  Applications},
+  journal = {Mathware \& Soft Computing},
+  year = 2002,
+  volume = 9,
+  number = 3,
+  pages = {137--268}
+}
+
+ +
+@article{powel03:demand,
+  author = { G. McCormick  and  R. S. Powell },
+  title = {Optimal Pump Scheduling in Water Supply Systems with Maximum
+                  Demand Charges},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  volume = 129,
+  number = 5,
+  pages = {372--379},
+  date = {2003-09/2003-10},
+  year = 2003,
+  month = sep # { / } # oct
+}
+
+ +
+@article{QuaGreLiuHu2007searching,
+  title = {Searching for multiobjective preventive maintenance
+                  schedules: Combining preferences with evolutionary
+                  algorithms},
+  journal = {European Journal of Operational Research},
+  volume = 177,
+  number = 3,
+  pages = {1969--1984},
+  year = 2007,
+  doi = {10.1016/j.ejor.2005.12.015},
+  author = {Gang Quan and Garrison W. Greenwood and Donglin Liu and
+                  Sharon Hu},
+  keywords = {Evolutionary computations, Scheduling, Utility theory,
+                  Preventive maintenance, Multi-objective optimization,
+                  ranking-based, interactive},
+  abstract = {Heavy industry maintenance facilities at aircraft service
+                  centers or railroad yards must contend with scheduling
+                  preventive maintenance tasks to ensure critical equipment
+                  remains available. The workforce that performs these tasks
+                  are often high-paid, which means the task scheduling should
+                  minimize worker idle time. Idle time can always be minimized
+                  by reducing the workforce. However, all preventive
+                  maintenance tasks should be completed as quickly as possible
+                  to make equipment available. This means the completion time
+                  should be also minimized. Unfortunately, a small workforce
+                  cannot complete many maintenance tasks per hour. Hence, there
+                  is a tradeoff: should the workforce be small to reduce idle
+                  time or should it be large so more maintenance can be
+                  performed each hour? A cost effective schedule should strike
+                  some balance between a minimum schedule and a minimum size
+                  workforce. This paper uses evolutionary algorithms to solve
+                  this multiobjective problem. However, rather than conducting
+                  a conventional dominance-based Pareto search, we introduce a
+                  form of utility theory to find Pareto optimal solutions. The
+                  advantage of this method is the user can target specific
+                  subsets of the Pareto front by merely ranking a small set of
+                  initial solutions. A large example problem is used to
+                  demonstrate our method.}
+}
+
+ +
+@article{ranger2015,
+  author = {Marvin N. Wright and Andreas Ziegler},
+  title = {{\rpackage{ranger}}: A Fast Implementation of Random Forests for High
+                  Dimensional Data in {\proglang{C++}} and {\proglang{R}}},
+  journal = {Arxiv preprint arXiv:1508.04409 [stat.ML]},
+  url = {https://arxiv.org/abs/1508.04409},
+  year = 2015
+}
+
+ +
+@article{ranger2017:jss,
+  author = {Marvin N. Wright and Andreas Ziegler},
+  title = {{\rpackage{ranger}}: A Fast Implementation of Random Forests for High
+                  Dimensional Data in {\proglang{C++}} and {\proglang{R}}},
+  journal = {Journal of Statistical Software},
+  year = 2017,
+  volume = 77,
+  number = 1,
+  pages = {1--17},
+  doi = {10.18637/jss.v077.i01}
+}
+
+ +
+@article{scikit-learn2011,
+  title = {Scikit-learn: Machine learning in {\proglang{Python}}},
+  author = {Pedregosa, F. and Varoquaux, G. and Gramfort, A. and Michel,
+                  V.  and Thirion, B. and Grisel, O. and Blondel, M. and
+                  Prettenhofer, P.  and Weiss, R. and Dubourg, V. and
+                  Vanderplas, J. and Passos, A. and Cournapeau, D. and Brucher,
+                  M. and Perrot, M. and Duchesnay, E.},
+  journal = {Journal of Machine Learning Research},
+  volume = 12,
+  pages = {2825--2830},
+  year = 2011
+}
+
+ +
+@article{vanZyl04,
+  author = { Jakobus E. van Zyl  and  Dragan A. Savic  and  Godfrey A. Walters },
+  title = {Operational Optimization of Water Distribution
+                  Systems using a Hybrid Genetic Algorithm},
+  journal = {Journal of Water Resources Planning and Management, {ASCE}},
+  year = 2004,
+  volume = 130,
+  number = 2,
+  pages = {160--170},
+  month = mar
+}
+
+ +
+@misc{AAAI2021checklist,
+  author = {{AAAI}},
+  title = {35th AAAI Conference on Artificial Intelligence:
+                  Reproducibility Checklist},
+  howpublished = {\url{https://aaai.org/Conferences/AAAI-21/reproducibility-checklist/}},
+  year = 2021,
+  note = {Last accessed: June 6th, 2021}
+}
+
+ +
+@misc{ACM2020badging_v1_1,
+  author = {{ACM}},
+  title = {Artifact Review and Badging Version 1.1},
+  howpublished = {\url{https://www.acm.org/publications/policies/artifact-review-and-badging-current}},
+  year = 2020,
+  month = aug
+}
+
+ +
+@incollection{AarKorMic2005,
+  year = 2005,
+  address = {Boston, MA},
+  publisher = {Springer},
+  doi = {10.1007/0-387-28356-0},
+  editor = { Edmund K. Burke  and  Graham Kendall },
+  booktitle = {Search Methodologies},
+  title = {Simulated Annealing},
+  author = { Emile H. L. Aarts  and  Jan H. M. Korst  and  Wil Michiels },
+  pages = {187--210}
+}
+
+ +
+@inproceedings{Abb2002selfpde,
+  year = 2002,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2002 Congress on Evolutionary Computation (CEC'02)},
+  key = {IEEE CEC},
+  title = {The self-adaptive {Pareto} differential evolution algorithm},
+  author = { Abbass, Hussein A. },
+  pages = {831--836}
+}
+
+ +
+@inproceedings{LimPoz2017automopso,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = {de Lima, Ricardo Henrique Remes and Pozo, Aurora Trinidad
+                  Ramirez},
+  title = {A study on auto-configuration of Multi-Objective Particle
+                  Swarm Optimization Algorithm},
+  pages = {718--725},
+  doi = {10.1109/CEC.2017.7969381}
+}
+
+ +
+@inproceedings{AbbSarNew2001pde,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2001,
+  booktitle = {Proceedings of  the 2001 Congress on Evolutionary Computation (CEC'01)},
+  key = {IEEE CEC},
+  title = {{PDE}: a {Pareto}-frontier differential evolution approach
+                  for multi-objective optimization problems},
+  author = { Abbass, Hussein A.  and Sarker, Ruhul and Newton, Charles},
+  pages = {971--978}
+}
+
+ +
+@inproceedings{AbdKriCha1997,
+  year = 1997,
+  booktitle = {Proceedings of MIC 1997, the 2nd Metaheuristics International
+                  Conference},
+  editor = { Mauricio G. C. Resende  and Pinho de Souza, Jorge},
+  title = {A hybrid heuristic for multiobjective knapsack problems},
+  author = {Ben Abdelaziz, F. and Krichen, S. and Chaouachi, J.},
+  pages = {205--212},
+  doi = {10.1007/978-1-4615-5775-3_14}
+}
+
+ +
+@incollection{Aca2004memaco,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = {Acan, A.},
+  title = {An external memory implementation in ant colony optimization},
+  pages = {73--84},
+  keywords = {memory-based ACO}
+}
+
+ +
+@incollection{Aca2005evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2005,
+  editor = { G{\"u}nther R. Raidl  and Gottlieb, Jens},
+  volume = 3448,
+  booktitle = {Proceedings of EvoCOP 2005 -- 5th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = {Acan, A.},
+  title = {An external partial permutations memory for ant colony
+                  optimization},
+  pages = {1--11},
+  keywords = {memory-based ACO}
+}
+
+ +
+@incollection{AguZapLieVer2016many,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  year = 2016,
+  volume = 9554,
+  fulleditor = {St\'ephane Bonnevay and Pierrick Legrand and  Nicolas Monmarch{\'e}  and Evelyne Lutton and  Marc Schoenauer },
+  editor = {St\'ephane Bonnevay and others},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Artificial Evolution: 12th International Conference, Evolution Artificielle, EA, 2015},
+  title = {Approaches for Many-Objective Optimization: Analysis and
+                  Comparison on {MNK}-Landscapes},
+  author = { Aguirre, Hern\'{a}n E.  and  Zapotecas, Sa{\'{u}}l  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien  and  Tanaka, Kiyoshi },
+  pages = {14--28},
+  doi = {10.1007/978-3-319-31471-6_2}
+}
+
+ +
+@book{AhoHopUll83:data-structures,
+  author = { A. Aho  and  J. Hopcroft  and  J. Ullman },
+  title = {Data structures and algorithms},
+  year = 1983,
+  publisher = {Addison-Wesley},
+  address = { Reading, MA}
+}
+
+ +
+@inproceedings{CheHuhHul2009dt,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  editor = {Andrea Pohoreckyj Danyluk and L{\'{e}}on Bottou and Michael
+                  L. Littman},
+  year = 2009,
+  booktitle = {Proceedings of  the 26th International Conference on Machine Learning, {ICML} 2009},
+  author = {Cheng, Weiwei and H\"{u}hn, Jens and  Eyke H{\"u}llermeier },
+  title = {Decision Tree and Instance-Based Learning for Label Ranking},
+  doi = {10.1145/1553374.1553395},
+  pages = {161--168},
+  numpages = 8
+}
+
+ +
+@incollection{AguTan2009:space,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  title = {Many-Objective Optimization by Space Partitioning and
+                  Adaptive $\epsilon$-Ranking on {MNK}-Landscapes},
+  author = { Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  pages = {407--422}
+}
+
+ +
+@incollection{Aguirre2013,
+  year = 2013,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2013},
+  editor = { Christian Blum  and  Alba, Enrique },
+  author = { Aguirre, Hern\'{a}n E. },
+  title = {Advances on Many-objective Evolutionary Optimization},
+  pages = {641--666},
+  keywords = {many-objective evolutionary optimization}
+}
+
+ +
+@book{AhujMagOrl1993netflows,
+  author = { R. K. Ahuja   and T. Magnanti and   J. B. Orlin },
+  title = {Network Flows: Theory, Algorithms and Applications},
+  publisher = {Prentice-Hall},
+  year = 1993
+}
+
+ +
+@incollection{AikBurLi2006,
+  year = 2006,
+  volume = 4193,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Runarsson, Thomas Philip and   Hans-Georg Beyer  and  Edmund K. Burke  and  Juan-Juli{\'a}n Merelo  and  Darrell Whitley  and  Xin Yao },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IX}},
+  author = {Uwe Aickelin and  Edmund K. Burke  and Jingpeng Li},
+  title = {Improved Squeaky Wheel Optimisation for Driver Scheduling},
+  pages = {182--191}
+}
+
+ +
+@incollection{AisRoy2010:isorms,
+  year = 2010,
+  volume = 142,
+  publisher = {Springer, US},
+  editor = { Matthias Ehrgott  and  Jos{\'e} Rui Figueira  and  Salvatore Greco },
+  series = {International Series in Operations Research \& Management Science},
+  booktitle = {Trends in Multiple Criteria Decision Analysis},
+  author = { Hassene Aissi  and  Bernard Roy },
+  title = {Robustness in Multi-criteria Decision Aiding},
+  chapter = 4,
+  pages = {87--121}
+}
+
+ +
+@incollection{AkiSanYan2019optuna,
+  key = {SIGKDD},
+  month = jul,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = {Teredesai and others},
+  booktitle = {25th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  doi = {10.1145/3292500.3330701},
+  author = {Takuya Akiba and Shotaro Sano and Toshihiko Yanase and Takeru
+                  Ohta and Masanori Koyama},
+  title = {Optuna: A Next-generation Hyperparameter Optimization Framework},
+  pages = {2623--2631}
+}
+
+ +
+@techreport{AktAtaGur2007conic,
+  author = {S. M. Akt{\"u}rk and  Alper Atamt{\"u}rk  and S. G{\"u}rel},
+  title = {A Strong Conic Quadratic Reformulation for Machine-Job
+                  Assignment with Controllable Processing Times},
+  institution = {University of California-Berkeley},
+  year = 2007,
+  type = {Research Report},
+  number = {BCOL.07.01}
+}
+
+ +
+@incollection{AlaSolGhe07,
+  author = {I. Alaya and  Christine Solnon  and  Khaled Gh{\'e}dira},
+  title = {Ant Colony Optimization for Multi-Objective
+                  Optimization Problems},
+  booktitle = {19th IEEE International Conference on Tools with
+                  Artificial Intelligence (ICTAI 2007)},
+  year = 2007,
+  volume = 1,
+  publisher = {IEEE Computer Society Press},
+  address = {Los Alamitos, CA},
+  pages = {450--457}
+}
+
+ +
+@inproceedings{AlaSolGhe2004:bioma,
+  url = {https://books.google.be/books?id=0ZLsAAAACAAJ},
+  editor = {Bogdan Filipi{\v c} and  Jurij {\v S}ilc },
+  year = 2004,
+  booktitle = {International Conference on Bioinspired Optimization Methods
+                  and their Applications (BIOMA 2004)},
+  author = {I. Alaya and  Christine Solnon  and  Khaled Gh{\'e}dira},
+  title = {Ant algorithm for the multi-dimensional knapsack
+                  problem},
+  pages = {63--72}
+}
+
+ +
+@incollection{AlbChi2007gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = { Alba, Enrique  and  Chicano, Francisco },
+  title = {{ACOhg}: dealing with huge graphs},
+  pages = {10--17},
+  doi = {10.1145/1276958.1276961}
+}
+
+ +
+@incollection{AliSimHar2019,
+  doi = {10.1145/3321707},
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Alissa, Mohamad and Sim, Kevin and  Emma Hart },
+  title = {Algorithm Selection Using Deep Learning without Feature Extraction},
+  pages = {198--206}
+}
+
+ +
+@incollection{AllBurHyd2009reusable,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = {Allen, Sam and  Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall },
+  title = {Evolving reusable 3d packing heuristics with genetic
+                  programming},
+  pages = {931--938},
+  doi = {10.1145/1569901.1570029},
+  keywords = {hyper-heuristic}
+}
+
+ +
+@incollection{AllKno2010variables,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  author = { Allmendinger, Richard  and  Joshua D. Knowles },
+  title = {Evolutionary Optimization on Problems Subject to Changes of
+                  Variables},
+  editor = {Schaefer, Robert and  Carlos Cotta  and Ko{\l}odziej, Joanna and  G{\"u}nther Rudolph },
+  pages = {151--160},
+  abstract = {Motivated by an experimental problem involving the
+                  identification of effective drug combinations drawn from a
+                  non-static drug library, this paper examines evolutionary
+                  algorithm strategies for dealing with changes of
+                  variables. We consider four standard techniques from dynamic
+                  optimization, and propose one new technique. The results show
+                  that only little additional diversity needs to be introduced
+                  into the population when changing a small number of
+                  variables, while changing many variables or optimizing a
+                  rugged landscape requires often a restart of the optimization
+                  process}
+}
+
+ +
+@inproceedings{AllKno2011ecta,
+  author = { Allmendinger, Richard  and  Joshua D. Knowles },
+  title = {Evolutionary Search in Lethal Environments},
+  booktitle = {International Conference on Evolutionary Computation Theory
+                  and Applications},
+  year = 2011,
+  pages = {63--72},
+  publisher = {SciTePress},
+  doi = {10.5220/0003673000630072},
+  epub = {https://www.scitepress.org/papers/2011/36730/36730.pdf}
+}
+
+ +
+@incollection{AllKno2011policy,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { Allmendinger, Richard  and  Joshua D. Knowles },
+  title = {Policy Learning in Resource-Constrained Optimization},
+  pages = {1971--1979},
+  doi = {10.1145/2001576.2001841},
+  abstract = {We consider an optimization scenario in which resources are
+                  required in the evaluation process of candidate
+                  solutions. The challenge we are focussing on is that certain
+                  resources have to be committed to for some period of time
+                  whenever they are used by an optimizer. This has the effect
+                  that certain solutions may be temporarily non-evaluable
+                  during the optimization. Previous analysis revealed that
+                  evolutionary algorithms (EAs) can be effective against this
+                  resourcing issue when augmented with static strategies for
+                  dealing with non-evaluable solutions, such as repairing,
+                  waiting, or penalty methods. Moreover, it is possible to
+                  select a suitable strategy for resource-constrained problems
+                  offline if the resourcing issue is known in advance. In this
+                  paper we demonstrate that an EA that uses a reinforcement
+                  learning (RL) agent, here Sarsa({$\lambda$}), to learn
+                  offline when to switch between static strategies, can be more
+                  effective than any of the static strategies themselves. We
+                  also show that learning the same task as the RL agent but
+                  online using an adaptive strategy selection method, here
+                  D-MAB, is not as effective; nevertheless, online learning is
+                  an alternative to static strategies.},
+  isbn = {978-1-4503-0557-0},
+  langid = {english}
+}
+
+ +
+@inproceedings{AllMouLiu2019human,
+  year = 2019,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the Thirty-Second International Florida Artificial
+                  Intelligence Research Society Conference},
+  editor = {Roman Bart{\'{a}}k and Keith W. Brawner},
+  author = {Joseph Allen and Ahmed Moussa and Xudong Liu},
+  title = {Human-in-the-Loop Learning of Qualitative Preference Models},
+  pages = {108--111},
+  doi = {10.48550/arXiv.1909.09064}
+}
+
+ +
+@phdthesis{Allmendinger2012phd,
+  author = { Allmendinger, Richard },
+  title = {Tuning Evolutionary Search for Closed-Loop Optimization},
+  school = {The University of Manchester, UK},
+  year = 2012,
+  month = jan
+}
+
+ +
+@inproceedings{AlsTsa2009,
+  address = {Hamburg, Germany},
+  publisher = {University of Hamburg},
+  editor = {M. Caserta and  Stefan Vo{\ss} },
+  year = 2010,
+  booktitle = {Proceedings of MIC 2009, the 8th Metaheuristics International Conference},
+  title = {Guided {Pareto} local search and its application to
+                  the 0/1 multi-objective knapsack problems},
+  author = {Alsheddy, A. and Tsang, E.}
+}
+
+ +
+@inproceedings{AmaAliThr2019nips,
+  year = 2019,
+  editor = {Hanna M. Wallach and Hugo Larochelle and Alina Beygelzimer
+                  and Florence d'Alch{\'{e}}{-}Buc and Emily B. Fox and Roman
+                  Garnett},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS 32)},
+  title = {Linear Stochastic Bandits Under Safety Constraints},
+  author = {Amani, Sanae and Alizadeh, Mahnoosh and Thrampoulidis,
+                  Christos},
+  pages = {9256--9266},
+  epub = {http://papers.nips.cc/paper/9124-linear-stochastic-bandits-under-safety-constraints.pdf}
+}
+
+ +
+@incollection{AndVidIve1993,
+  publisher = {Springer},
+  year = 1993,
+  editor = { Vidal, Ren{\'e} Victor Valqui  },
+  booktitle = {Applied Simulated Annealing},
+  title = {Design of a Teleprocessing Communication Network Using Simulated Annealing},
+  author = { Klaus Andersen  and  Vidal, Ren{\'e} Victor Valqui   and  Villy B{\ae}k Iversen },
+  pages = {201--215}
+}
+
+ +
+@incollection{Andersen99,
+  author = { J. H. Andersen  and  R. S. Powell },
+  title = {The Use of Continuous Decision Variables in an
+                  Optimising Fixed Speed Pump Scheduling Algorithm},
+  booktitle = {Computing and Control for the Water Industry},
+  pages = {119--128},
+  publisher = { Research Studies Press Ltd. },
+  year = 1999,
+  editor = { R. S. Powell  and  K. S. Hindi }
+}
+
+ +
+@incollection{AngBocPaoVec08,
+  year = 2008,
+  volume = 5361,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {X. Li and others},
+  fulleditor = {X. Li and M. Kirley and M. Zhang and D. G. Green and
+                  V. Ciesielski and  Abbass, Hussein A.  and Z. Michalewicz and
+                  T. Hendtlass and  Kalyanmoy Deb  and  Tan, Kay Chen  and  J{\"u}rgen Branke  and Y. Shi},
+  booktitle = {Simulated Evolution and Learning, 7th International
+                  Conference, SEAL 2008},
+  title = {Performance Evaluation of an Adaptive Ant Colony
+                  Optimization Applied to Single Machine Scheduling},
+  author = {D. Anghinolfi and A. Boccalatte and M. Paolucci and
+                  C. Vecchiola},
+  pages = {411--420}
+}
+
+ +
+@incollection{Angus2007,
+  editor = {Marcus Randall and  Abbass, Hussein A.  and Janet Wiles},
+  volume = 4828,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2007,
+  booktitle = {Progress in Artificial Life (ACAL)},
+  author = { Daniel Angus },
+  title = {Population-Based Ant Colony Optimisation for
+                  Multi-objective Function Optimisation},
+  pages = {232--244},
+  doi = {10.1007/978-3-540-76931-6_21}
+}
+
+ +
+@inproceedings{AnsKamVeeRag2014open,
+  year = 2014,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of the 23rd International Conference on Parallel
+                  Architectures and Compilation},
+  key = {PACT},
+  author = {J. Ansel and S. Kamil and K. Veeramachaneni and J. Ragan-Kelley and J. Bosboom and  Una-May O'Reilly  and S. Amarasinghe},
+  title = {{OpenTuner}: An extensible framework for program autotuning},
+  pages = {303--315},
+  doi = {10.1145/2628071.2628092}
+}
+
+ +
+@inproceedings{AnsMalSamSelTie2015:ijcai,
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA},
+  editor = {Qiang Yang and Michael Wooldridge},
+  year = 2015,
+  booktitle = {Proceedings of  the 24th International Joint Conference on Artificial Intelligence (IJCAI-15)},
+  author = { Carlos Ans{\'o}tegui  and  Yuri Malitsky  and Horst Samulowitz and  Meinolf Sellmann  and  Kevin Tierney },
+  title = {Model-Based Genetic Algorithms for Algorithm Configuration},
+  pages = {733--739},
+  keywords = {GGA++},
+  epub = {https://www.ijcai.org/Abstract/15/109}
+}
+
+ +
+@inproceedings{AnsMalSel2014isacpp,
+  year = 2014,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {David Stracuzzi and others},
+  author = { Carlos Ans{\'o}tegui  and  Yuri Malitsky  and  Meinolf Sellmann },
+  title = {{MaxSAT} by Improved Instance-Specific Algorithm
+                  Configuration},
+  pages = {2594--2600}
+}
+
+ +
+@incollection{AnsSelTie2009cp,
+  year = 2009,
+  volume = 5732,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Principles and Practice of Constraint Programming,
+                  CP 2009},
+  editor = { Ian P. Gent },
+  author = { Carlos Ans{\'o}tegui  and  Meinolf Sellmann  and  Kevin Tierney },
+  title = {A Gender-Based Genetic Algorithm for the Automatic
+                  Configuration of Algorithms},
+  pages = {142--157},
+  doi = {10.1007/978-3-642-04244-7_14},
+  alias = {Ansotegui2009},
+  keywords = {GGA}
+}
+
+ +
+@techreport{AppBixChvCoo95:tr,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {Finding Cuts in the {TSP}},
+  institution = {DIMACS Center, Rutgers University, Piscataway, NJ, USA},
+  year = 1995,
+  number = {95--05},
+  month = mar
+}
+
+ +
+@techreport{AppBixChvCoo99:tr,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {Finding Tours in the {TSP}},
+  institution = {Forschungsinstitut f{\"u}r Diskrete Mathematik, University of Bonn, Germany},
+  year = 1999,
+  number = 99885
+}
+
+ +
+@book{AppEtAl06,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {The Traveling Salesman Problem: A Computational Study},
+  publisher = {Princeton University Press, Princeton, NJ},
+  year = 2006
+}
+
+ +
+@inproceedings{AprGloKel2003,
+  volume = 1,
+  month = dec,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  editor = {Stephen E. Chick and Paul J. Sanchez and David M. Ferrin and Douglas J. Morrice},
+  year = 2003,
+  booktitle = {Proceedings of the 35th Winter Simulation Conference: Driving Innovation},
+  author = { Jay April  and  Fred Glover  and  James P. Kelly  and  Manuel Laguna },
+  title = {Simulation-based optimization: Practical introduction to simulation optimization},
+  pages = {71--78},
+  doi = {10.1109/WSC.2003.1261410}
+}
+
+ +
+@book{AroBar2009,
+  title = {Computational complexity: a modern approach},
+  author = {Arora, Sanjeev and Barak, Boaz},
+  year = 2009,
+  publisher = {Cambridge University Press}
+}
+
+ +
+@incollection{ArzCebPer2019qap,
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Etor Arza and  Josu Ceberio  and Aritz P{\'{e}}rez and  Irurozki, Ekhine },
+  title = {Approaching the quadratic assignment problem with kernels of
+                  mallows models under the hamming distance},
+  doi = {10.1145/3319619.3321976},
+  keywords = {QAP, EDA, Mallows}
+}
+
+ +
+@incollection{AsaIwaMiy96,
+  series = {{DIMACS} Series on Discrete Mathematics and Theoretical Computer Science},
+  volume = 26,
+  year = 1996,
+  address = { Providence, RI},
+  publisher = {American Mathematical Society},
+  booktitle = {Cliques, Coloring, and Satisfiability: Second {DIMACS}
+                  Implementation Challenge},
+  editor = {David S. Johnson and  Michael A. Trick },
+  author = {Y. Asahiro and K. Iwama and E. Miyano},
+  title = {Random Generation of Test Instances with Controlled
+                  Attributes},
+  pages = {377--393}
+}
+
+ +
+@phdthesis{Asch95PhD,
+  author = { N. Ascheuer },
+  title = {Hamiltonian Path Problems in the On-line
+                  Optimization of Flexible Manufacturing Systems},
+  school = {Technische Universit{\"a}t Berlin},
+  year = 1995,
+  address = {Berlin, Germany}
+}
+
+ +
+@incollection{Atkinson00,
+  author = { R. Atkinson  and  Jakobus E. van Zyl  and  Godfrey A. Walters  and  Dragan A. Savic },
+  title = {Genetic algorithm optimisation of level-controlled
+                  pumping station operation},
+  booktitle = {Water network modelling for optimal design and
+                  management},
+  pages = {79--90},
+  publisher = {Centre for Water Systems, Exeter, UK},
+  year = 2000
+}
+
+ +
+@incollection{AudDanOrb10,
+  editor = {K. Naono and K. Teranishi and J. Cavazos and R. Suda},
+  year = 2010,
+  publisher = {Springer},
+  booktitle = {Software Automatic Tuning: From Concepts to State-of-the-Art Results},
+  author = { Charles Audet  and  Cong-Kien Dang  and  Dominique Orban },
+  title = {Algorithmic Parameter Optimization of the {DFO} Method with
+                  the {OPAL} Framework},
+  pages = {255--274}
+}
+
+ +
+@incollection{AugBadBroZit2009gecco,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = { Anne Auger  and  Johannes Bader  and  Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Articulating User Preferences in Many-Objective
+                  Problems by Sampling the Weighted Hypervolume},
+  pages = {555--562}
+}
+
+ +
+@incollection{AugBadBroZit2009gecco2,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = { Anne Auger  and  Johannes Bader  and  Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Investigating and Exploiting the Bias of the
+                  Weighted Hypervolume to Articulate User Preferences},
+  pages = {563--570}
+}
+
+ +
+@incollection{AugBadBroZit2009hv,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  title = {Theory of the hypervolume indicator: optimal
+                  $\mu$-distributions and the choice of the reference point},
+  author = { Anne Auger  and  Johannes Bader  and  Dimo Brockhoff  and  Eckart Zitzler },
+  pages = {87--102}
+}
+
+ +
+@incollection{AugBroLop2012dagstuhl,
+  doi = {10.4230/DagRep.2.1.50},
+  series = {Dagstuhl Reports},
+  volume = {2(1)},
+  year = 2012,
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  booktitle = {Learning in Multiobjective Optimization (Dagstuhl Seminar
+                  12041)},
+  editor = { Salvatore Greco  and  Joshua D. Knowles  and  Kaisa Miettinen  and  Eckart Zitzler },
+  author = { Anne Auger  and  Dimo Brockhoff  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kaisa Miettinen  and  Boris Naujoks  and  G{\"u}nther Rudolph },
+  title = {Which questions should be asked to find the most appropriate
+                  method for decision making and problem solving? ({Working}
+                  {Group} ``{Algorithm} {Design} {Methods}'')},
+  pages = {92--93}
+}
+
+ +
+@book{AugDoe2011,
+  editor = { Anne Auger  and  Benjamin Doerr },
+  title = {Theory of Randomized Search Heuristics: Foundations and Recent Developments},
+  series = {Series on Theoretical Computer Science},
+  volume = 1,
+  publisher = {World Scientific Publishing Co., Singapore},
+  year = 2011
+}
+
+ +
+@inproceedings{AugHan2005cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2005,
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  key = {IEEE CEC},
+  author = { Anne Auger  and  Nikolaus Hansen },
+  title = {A restart {CMA} evolution strategy with increasing population
+                  size},
+  pages = {1769--1776},
+  doi = {10.1109/CEC.2005.1554902},
+  keywords = {IPOP-CMA-ES}
+}
+
+ +
+@inproceedings{AugHan2005lrcmaes,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2005,
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  key = {IEEE CEC},
+  author = { Anne Auger  and  Nikolaus Hansen },
+  title = {Performance evaluation of an advanced local search
+                  evolutionary algorithm},
+  pages = {1777--1784},
+  keywords = {LR-CMAES}
+}
+
+ +
+@incollection{AvrAllLop2021evo,
+  volume = {12694},
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  year = 2021,
+  editor = {Pedro Castillo and  Jim{\'e}nez Laredo, Juan Luis },
+  author = { Andreea Avramescu  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {A Multi-Objective Multi-Type Facility Location Problem for
+                  the Delivery of Personalised Medicine},
+  pages = {388--403},
+  doi = {10.1007/978-3-030-72699-7_25},
+  abstract = {Advances in personalised medicine targeting specific
+                  sub-populations and individuals pose a challenge to the
+                  traditional pharmaceutical industry. With a higher level of
+                  personalisation, an already critical supply chain is facing
+                  additional demands added by the very sensitive nature of its
+                  products. Nevertheless, studies concerned with the efficient
+                  development and delivery of these products are scarce. Thus,
+                  this paper presents the case of personalised medicine and the
+                  challenges imposed by its mass delivery. We propose a
+                  multi-objective mathematical model for the
+                  location-allocation problem with two interdependent facility
+                  types in the case of personalised medicine products. We show
+                  its practical application through a cell and gene therapy
+                  case study. A multi-objective genetic algorithm with a novel
+                  population initialisation procedure is used as solution
+                  method.},
+  supplement = {https://doi.org/10.5281/zenodo.4495162},
+  keywords = {Personalised medicine, Biopharmaceuticals Supply chain,
+                  Facility location-allocation, Evolutionary multi-objective
+                  optimisation}
+}
+
+ +
+@incollection{AydYavOzyYasStu2017,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2017},
+  author = { Do\v{g}an Ayd{\i}n  and  G{\"{u}}rcan Yavuz  and Serdar \"Ozy\"on and Celal Yasar and  Thomas St{\"u}tzle },
+  title = {Artificial Bee Colony Framework to Non-convex Economic
+                  Dispatch Problem with Valve Point Effects: A Case Study},
+  pages = {1311--1318}
+}
+
+ +
+@incollection{AyoAllLop2023gecco,
+  location = {Lisbon, Portugal},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2023},
+  annote = {ISBN: 979-8-4007-0120-7},
+  address = { New York, NY},
+  year = 2023,
+  publisher = {ACM Press},
+  editor = {Silva, Sara and  Lu{\'i}s Paquete },
+  author = { Ayodele, Mayowa  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Parizy, Matthieu  and  Arnaud Liefooghe },
+  title = {Applying {Ising} Machines to Multi-Objective {QUBOs}},
+  pages = {2166--2174},
+  doi = {10.1145/3583133.3596312},
+  abstract = {Multi-objective optimisation problems involve finding
+                  solutions with varying trade-offs between multiple and often
+                  conflicting objectives. Ising machines are physical devices
+                  that aim to find the absolute or approximate ground states of
+                  an Ising model. To apply Ising machines to multi-objective
+                  problems, a weighted sum objective function is used to
+                  convert multi-objective into single-objective
+                  problems. However, deriving scalarisation weights that
+                  archives evenly distributed solutions across the Pareto front
+                  is not trivial. Previous work has shown that adaptive weights
+                  based on dichotomic search, and one based on averages of
+                  previously explored weights can explore the Pareto front
+                  quicker than uniformly generated weights. However, these
+                  adaptive methods have only been applied to bi-objective
+                  problems in the past. In this work, we extend the adaptive
+                  method based on averages in two ways: (i) we extend the
+                  adaptive method of deriving scalarisation weights for
+                  problems with two or more objectives, and (ii) we use an
+                  alternative measure of distance to improve performance. We
+                  compare the proposed method with existing ones and show that
+                  it leads to the best performance on multi-objective
+                  Unconstrained Binary Quadratic Programming (mUBQP) instances
+                  with 3 and 4 objectives and that it is competitive with the
+                  best one for instances with 2 objectives.},
+  numpages = 9,
+  keywords = {digital annealer, multi-objective, bi-objective QAP, QUBO}
+}
+
+ +
+@incollection{AyoAllLop2022gecco,
+  location = {Boston, Massachusetts},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Ayodele, Mayowa  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Parizy, Matthieu },
+  title = {Multi-Objective {QUBO} Solver: Bi-Objective Quadratic
+                  Assignment Problem},
+  pages = {467--475},
+  doi = {10.1145/3512290.3528698},
+  abstract = {Quantum and quantum-inspired optimisation algorithms are
+                  designed to solve problems represented in binary, quadratic
+                  and unconstrained form. Combinatorial optimisation problems
+                  are therefore often formulated as Quadratic Unconstrained
+                  Binary Optimisation Problems (QUBO) to solve them with these
+                  algorithms. Moreover, these QUBO solvers are often
+                  implemented using specialised hardware to achieve enormous
+                  speedups, e.g. Fujitsu's Digital Annealer (DA) and D-Wave's
+                  Quantum Annealer. However, these are single-objective
+                  solvers, while many real-world problems feature multiple
+                  conflicting objectives. Thus, a common practice when using
+                  these QUBO solvers is to scalarise such multi-objective
+                  problems into a sequence of single-objective problems. Due to
+                  design trade-offs of these solvers, formulating each
+                  scalarisation may require more time than finding a local
+                  optimum. We present the first attempt to extend the algorithm
+                  supporting a commercial QUBO solver as a multi-objective
+                  solver that is not based on scalarisation. The proposed
+                  multi-objective DA algorithm is validated on the bi-objective
+                  Quadratic Assignment Problem. We observe that algorithm
+                  performance significantly depends on the archiving strategy
+                  adopted, and that combining DA with non-scalarisation methods
+                  to optimise multiple objectives outperforms the current
+                  scalarised version of the DA in terms of final solution
+                  quality.},
+  numpages = 9,
+  keywords = {digital annealer, multi-objective, bi-objective QAP, QUBO}
+}
+
+ +
+@incollection{AyoAllLop2022or,
+  booktitle = {Operations Research Proceedings 2022, OR 2022},
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Operations Research},
+  year = 2022,
+  publisher = {Springer},
+  editor = {Oliver Grothe and Stefan Nickel and Steffen Rebennack and
+                  Oliver Stein},
+  author = { Ayodele, Mayowa  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Parizy, Matthieu },
+  title = {A Study of Scalarisation Techniques for Multi-objective
+                  {QUBO} Solving},
+  pages = {393--399},
+  doi = {10.1007/978-3-031-24907-5_47}
+}
+
+ +
+@incollection{Ayodele2022penalty,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2022,
+  booktitle = {Proceedings of EvoCOP 2022 -- 22nd European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = {  P{\'e}rez C{\'a}ceres, Leslie  and  Verel, S{\'e}bastien },
+  title = {Penalty Weights in {QUBO} Formulations: Permutation Problems},
+  author = { Ayodele, Mayowa },
+  pages = {159--174}
+}
+
+ +
+@incollection{AziDoeDre2021,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  author = {Aziz-Alaoui, Amine and  Carola Doerr  and  Johann Dr{\'e}o },
+  title = {Towards Large Scale Automated Algorithm Design by Integrating Modular Benchmarking Frameworks},
+  pages = {1365--1374},
+  doi = {10.1145/3449726.3463155}
+}
+
+ +
+@misc{BBCOMP2017,
+  title = {Black Box Optimization Competition},
+  author = {Ilya Loshchilov  and  T. Glasmachers },
+  year = 2017,
+  url = {https://bbcomp.ini.rub.de/},
+  alias = {Loshchilov2017}
+}
+
+ +
+@misc{BBOB2016bi,
+  author = { Anne Auger  and  Dimo Brockhoff  and  Nikolaus Hansen  and Dejan Tusar and  Tea Tu{\v s}ar  and  Tobias Wagner },
+  title = {{GECCO} Workshop on Real-Parameter Black-Box Optimization
+                  Benchmarking ({BBOB} 2016): Focus on multi-objective
+                  problems},
+  howpublished = {\url{https://numbbo.github.io/workshops/BBOB-2016/}},
+  year = 2016
+}
+
+ +
+@incollection{ZitLauBleu2004tutorial,
+  year = 2004,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  volume = 535,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  editor = { Xavier Gandibleux  and Marc Sevaux and  Kenneth S{\"o}rensen  and  V. {T'Kindt} },
+  booktitle = {Metaheuristics for Multiobjective Optimisation},
+  title = {A tutorial on evolutionary multiobjective optimization},
+  author = { Eckart Zitzler  and  Marco Laumanns  and  S. Bleuler },
+  pages = {3--37}
+}
+
+ +
+@incollection{BLTZ2003a,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { S. Bleuler  and  Marco Laumanns  and  Lothar Thiele  and  Eckart Zitzler },
+  title = {{PISA} -- A Platform and Programming Language
+                  Independent Interface for Search Algorithms },
+  pages = {494--508}
+}
+
+ +
+@misc{Bab2008spear,
+  author = { Domagoj Babi{\'c} },
+  title = {Spear theorem prover},
+  howpublished = {\url{https://www.domagoj-babic.com/index.php/ResearchProjects/Spear}},
+  year = 2008
+}
+
+ +
+@inproceedings{BabHu2007cav,
+  author = { Domagoj Babi{\'c}  and  Alan J. Hu},
+  title = {Structural Abstraction of Software Verification
+                  Conditions},
+  booktitle = {Computer Aided Verification: 19th International
+                  Conference, CAV 2007},
+  year = 2007,
+  pages = {366--378},
+  annote = {Spear-swv instances,
+                  \url{http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/benchmark_instances/SpearSWV/SWV-scrambled-first302.tar.gz},
+                  \url{http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/benchmark_instances/SpearSWV/SWV-scrambled-last302.tar.gz}}
+}
+
+ +
+@inproceedings{BabHut2008spear,
+  author = { Domagoj Babi{\'c}  and  Frank Hutter },
+  title = {Spear Theorem Prover},
+  booktitle = {SAT'08: Proceedings of the SAT 2008 Race},
+  year = 2008,
+  annote = {Unreviewed paper},
+  epub = {https://www.domagoj-babic.com/index.php/Pubs/SAT08},
+  supplement = {https://www.domagoj-babic.com/index.php/ResearchProjects/Spear}
+}
+
+ +
+@book{BacFogMic1997,
+  title = {Handbook of evolutionary computation},
+  author = { Thomas B{\"a}ck  and  David B. Fogel  and  Zbigniew Michalewicz },
+  year = 1997,
+  publisher = {IOP Publishing}
+}
+
+ +
+@techreport{BacSteWot1994tr,
+  author = {Achim Bachem and Barthel Steckemetz and Michael
+                  Wottawa},
+  title = {An efficient parallel cluster-heuristic for large
+                  Traveling Salesman Problems},
+  year = 1994,
+  institution = {University of Koln, Germany},
+  number = {94-150},
+  keywords = {Genetic Edge Recombination (ERX)}
+}
+
+ +
+@book{Back1996evolutionary,
+  author = { Thomas B{\"a}ck },
+  title = {Evolutionary algorithms in theory and practice: evolution
+                  strategies, evolutionary programming, genetic algorithms},
+  year = 1996,
+  publisher = {Oxford University Press}
+}
+
+ +
+@incollection{BalBirStu06,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Incremental local search in ant colony optimization:
+                  Why it fails for the quadratic assignment problem},
+  pages = {156--166}
+}
+
+ +
+@incollection{BalBirStu07,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4771,
+  editor = { Thomas Bartz-Beielstein  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Boris Naujoks  and  Andrea Roli  and  G{\"u}nther Rudolph  and  M. Sampels },
+  year = 2007,
+  booktitle = {Hybrid Metaheuristics},
+  author = {  Prasanna Balaprakash  and  Mauro Birattari  and  Thomas St{\"u}tzle },
+  title = {Improvement Strategies for the {F}-Race Algorithm:
+                  Sampling Design and Iterative Refinement},
+  pages = {108--122},
+  keywords = {Iterated Race},
+  doi = {10.1007/978-3-540-75514-2_9}
+}
+
+ +
+@incollection{BalHo1980,
+  author = { Egon Balas  and Andrew Ho},
+  title = {Set Covering Algorithms Using Cutting Planes, Heuristics, and
+                  Subgradient Optimization: A Computational Study},
+  booktitle = {Combinatorial optimization},
+  series = {Mathematical Programming Studies},
+  year = 1980,
+  volume = 12,
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  pages = {37--60},
+  editor = {Padberg, M. W.},
+  doi = {10.1007/BFb0120886}
+}
+
+ +
+@inproceedings{BapHgu1997,
+  author = {P. Baptiste and L. K. Hguny},
+  title = {A branch and bound algorithm for the F$/$no\_idle$/C_\text{max}$},
+  booktitle = {Proceedings of the international conference on industrial engineering and production management, IEPM'97},
+  year = 1997,
+  address = {Lyon},
+  pages = {429--438}
+}
+
+ +
+@book{Bar2006newexp,
+  author = { Thomas Bartz-Beielstein },
+  title = {Experimental Research in Evolutionary Computation:
+                  The New Experimentalism},
+  publisher = {Springer},
+  year = 2006,
+  address = { Berlin, Germany},
+  keywords = {SPO}
+}
+
+ +
+@incollection{Bar2015genera,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  editor = {Kacprzyk, Janusz and Pedrycz, Witold},
+  booktitle = {Springer Handbook of Computational Intelligence},
+  year = 2015,
+  author = { Thomas Bartz-Beielstein },
+  title = {How to Create Generalizable Results},
+  pages = {1127--1142},
+  keywords = {Mixed-effects models, random-effects model, problem instance
+                  generation}
+}
+
+ +
+@inproceedings{BarFlaKocKon2010spot,
+  title = {{SPOT}: A Toolbox for Interactive and Automatic Tuning in the
+                  \proglang{R} Environment},
+  author = { Thomas Bartz-Beielstein  and Flasch, Oliver and Koch, Patrick
+                  and Konen, Wolfgang},
+  booktitle = {Proceedings 20. Workshop Computational Intelligence},
+  year = 2010,
+  address = {Karlsruhe},
+  publisher = {KIT Scientific Publishing},
+  alias = {Bartz-Beielstein2010},
+  pages = {264--273}
+}
+
+ +
+@inproceedings{BarLasPre2005cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2005,
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  key = {IEEE CEC},
+  author = { Thomas Bartz-Beielstein  and  C. Lasarczyk  and  Mike Preuss },
+  title = {Sequential Parameter Optimization},
+  pages = {773--780}
+}
+
+ +
+@incollection{BarLasPre2010emaoa,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Thomas Bartz-Beielstein  and  C. Lasarczyk  and  Mike Preuss },
+  title = {The Sequential Parameter Optimization Toolbox},
+  pages = {337--360},
+  keywords = {SPOT},
+  doi = {10.1007/978-3-642-02538-9_14}
+}
+
+ +
+@inproceedings{BarMar2004,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2004,
+  booktitle = {Proceedings of the 2004 Congress on Evolutionary
+                  Computation (CEC 2004)},
+  key = {IEEE CEC},
+  title = {Tuning search algorithms for real-world applications: A
+                  regression tree based approach},
+  author = { Thomas Bartz-Beielstein  and Markon, Sandor},
+  pages = {1111--1118}
+}
+
+ +
+@inproceedings{BarPea2012aaai,
+  year = 2012,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Jorg Hoffmann and Bart Selman},
+  title = {Transportability of causal effects: Completeness results},
+  author = { Elias Bareinboim  and  Judea Pearl },
+  pages = {698,704}
+}
+
+ +
+@inproceedings{BarPre2005em,
+  address = {Reykjavik, Iceland},
+  editor = { Lu{\'i}s Paquete  and  Marco Chiarandini  and Dario Basso},
+  year = {2006},
+  booktitle = {Empirical Methods for the Analysis of Algorithms, Workshop EMAA 2006, Proceedings},
+  author = { Thomas Bartz-Beielstein  and  Mike Preuss },
+  title = {Considerations of budget allocation for sequential parameter
+                  optimization ({SPO})},
+  pages = {35--40}
+}
+
+ +
+@incollection{BarPre2014experimental,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  year = 2014,
+  series = {Natural Computing Series},
+  booktitle = {Theory and Principled Methods for the Design of
+                  Metaheuristics},
+  editor = {Borenstein, Yossi and  A. Moraglio },
+  author = { Thomas Bartz-Beielstein  and  Mike Preuss },
+  title = {Experimental Analysis of Optimization Algorithms: Tuning and
+                  Beyond},
+  doi = {10.1007/978-3-642-33206-7_10},
+  pages = {205--245}
+}
+
+ +
+@inproceedings{BarSch03,
+  author = { Benjam{\'i}n Bar{\'a}n  and  Matilde Schaerer },
+  title = {A multiobjective ant colony system for vehicle
+                  routing problem with time windows},
+  booktitle = {Proceedings of the Twenty-first IASTED International
+                  Conference on Applied Informatics},
+  pages = {97--102},
+  year = 2003,
+  address = {Insbruck, Austria}
+}
+
+ +
+@incollection{BasGoeLie2013gecco,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  author = {Basseur, Matthieu and   Go{\"e}ffon, Adrien  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien },
+  title = {On Set-based Local Search for Multiobjective Combinatorial
+                  Optimization},
+  pages = {471--478},
+  doi = {10.1145/2463372.2463430},
+  acmid = 2463430
+}
+
+ +
+@incollection{BasYevDeuEmm2017,
+  booktitle = {{EVOLVE} - A Bridge between Probability, Set Oriented
+                  Numerics, and Evolutionary Computation {VII}},
+  address = { Cham, Switzerland},
+  series = {Studies in Computational Intelligence},
+  volume = 662,
+  year = 2017,
+  publisher = {Springer},
+  author = {Basto-Fernandes, Vitor and Yevseyeva, Iryna and   Andr{\'{e}} Deutz  and  Emmerich, Michael T. M. },
+  title = {A survey of diversity oriented optimization: Problems,
+                  indicators, and algorithms},
+  pages = {3--23},
+  doi = {10.1007/978-3-319-49325-1_1}
+}
+
+ +
+@book{BatBruMas08:book,
+  author = { Roberto Battiti  and M. Brunato and  Franco Mascia },
+  title = {Reactive Search and Intelligent Optimization},
+  publisher = {Springer},
+  address = { New York, NY},
+  year = 2008,
+  series = {Operations Research/Computer Science Interfaces},
+  volume = 45,
+  doi = {10.1007/978-0-387-09624-7}
+}
+
+ +
+@inproceedings{BatCam2009reactive,
+  address = {Hamburg, Germany},
+  publisher = {University of Hamburg},
+  editor = {M. Caserta and  Stefan Vo{\ss} },
+  year = 2010,
+  booktitle = {Proceedings of MIC 2009, the 8th Metaheuristics International Conference},
+  title = {Reactive search optimization: Learning while optimizing. An
+                  experiment in interactive multi-objective optimization},
+  author = { Roberto Battiti  and  Paolo Campigotto }
+}
+
+ +
+@inproceedings{BatSchUrl2014patat,
+  publisher = {PATAT},
+  year = 2014,
+  editor = { Ender {\"O}zcan  and Edmund K. Burke and Barry McCollum},
+  booktitle = {PATAT 2014: Proceedings of the 10th International Conference of the Practice and Theory of Automated Timetabling},
+  author = {Michele Battistutta and Andrea Schaerf and  Tommaso Urli },
+  title = {Feature-based tuning of single-stage simulated annealing for examination timetabling},
+  pages = {53--61},
+  keywords = {F-race}
+}
+
+ +
+@unpublished{Bau1986a,
+  author = {E. B. Baum},
+  title = {Iterated Descent: A Better Algorithm for Local
+                  Search in Combinatorial Optimization Problems},
+  note = {Manuscript},
+  year = 1986
+}
+
+ +
+@inproceedings{Bau1986b,
+  author = {E. B. Baum},
+  title = {Towards Practical ``Neural'' Computation for Combinatorial
+                  Optimization Problems},
+  booktitle = {Neural Networks for Computing, AIP Conference Proceedings},
+  year = 1986,
+  pages = {53--64}
+}
+
+ +
+@inproceedings{BayDerSab2005cie,
+  author = {A. Baykasoglu and T. Dereli and I. Sabuncu},
+  title = {A multiple objective ant colony optimization
+                  approach to assembly line balancing problems},
+  booktitle = {35th International Conference on Computers and
+                  Industrial Engineering (CIE35)},
+  pages = {263--268},
+  year = 2005,
+  address = {Istanbul, Turkey}
+}
+
+ +
+@inproceedings{BeaGra2002,
+  title = {Improved Distributed Hypercube Sampling},
+  author = {Beachkofski, Brian and Grandhi, Ramana},
+  booktitle = {Proceedings of the 43rd AIAA/ASME/ASCE/AHS/ASC Structures,
+                  Structural Dynamics, and Materials Conference},
+  year = 2002,
+  organization = {AIAA paper 2002-1274},
+  publisher = {American Institute of Aeronautics and Astronautics},
+  alias = {Beachkofski2002}
+}
+
+ +
+@techreport{Beasley1998,
+  title = {Heuristic algorithms for the unconstrained binary quadratic
+                  programming problem},
+  author = { John E. Beasley },
+  address = {London, England},
+  year = 1998,
+  institution = {The Management School, Imperial College},
+  epub = {http://people.brunel.ac.uk/~mastjjb/jeb/bqp.pdf}
+}
+
+ +
+@incollection{BecGotStu05,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3871,
+  editor = { Talbi, El-Ghazali  and Pierre Liardet and Pierre
+                  Collet and Evelyne Lutton and Marc Schoenauer},
+  year = 2005,
+  booktitle = {Artificial Evolution},
+  author = {S. Becker and J. Gottlieb and  Thomas St{\"u}tzle },
+  title = {Applications of Racing Algorithms: An Industrial
+                  Perspective},
+  pages = {271--283}
+}
+
+ +
+@book{BedBai1982,
+  title = {Integrated Production Control Systems: Management, Analysis,
+                  Design},
+  author = {Bedworth, David D. and Bailey, James E.},
+  volume = 2,
+  year = 1982,
+  publisher = {John Wiley \& Sons},
+  address = { New York, NY}
+}
+
+ +
+@incollection{BehAffWag2017,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2017},
+  title = {Instance-based algorithm selection on quadratic assignment problem landscapes},
+  author = {Beham, Andreas and Affenzeller, Michael and Wagner, Stefan},
+  pages = {1471--1478}
+}
+
+ +
+@incollection{BelBraEsk2088moointevo,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  author = {Belton, Valerie and  J{\"u}rgen Branke  and Eskelinen,
+                  Petri and  Salvatore Greco  and  Molina, Juli{\'a}n  and  Francisco Ruiz  and  Roman S{\l}owi{\'n}ski },
+  title = {Interactive Multiobjective Optimization from a
+                  Learning Perspective},
+  pages = {405--433},
+  doi = {10.1007/978-3-540-88908-3_15}
+}
+
+ +
+@incollection{BelDreSavSch2016:ppsn,
+  isbn = {978-3-319-45822-9},
+  doi = {10.1007/978-3-319-45823-6},
+  year = 2016,
+  volume = 9921,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Julia Handl  and  Emma Hart  and  Lewis, P. R.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Gabriela Ochoa  and  Ben Paechter },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIV}},
+  author = {Nacim Belkhir and  Johann Dr{\'e}o  and Pierre Sav{\'{e}}ant and  Marc Schoenauer },
+  title = {Feature Based Algorithm Configuration: A Case Study with Differential Evolution},
+  pages = {156--166}
+}
+
+ +
+@incollection{BelDreSavSch2017:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  author = {Nacim Belkhir and  Johann Dr{\'e}o  and Pierre Sav{\'{e}}ant and  Marc Schoenauer },
+  title = {Per Instance Algorithm Configuration of {CMA-ES} with Limited Budget},
+  pages = {681--688}
+}
+
+ +
+@inproceedings{Ben90,
+  author = { Jon Louis Bentley },
+  title = {Experiments on Traveling Salesman Heuristics},
+  booktitle = {Proceedings of the First Annual ACM-SIAM Symposium on
+                  Discrete Algorithms},
+  year = 1990,
+  editor = {David S. Johnson},
+  pages = {91--99},
+  publisher = {Society for Industrial and Applied Mathematics, Philadelphia, PA, USA}
+}
+
+ +
+@inproceedings{BenCasLus2020interactive,
+  publisher = {{AAAI} Press},
+  isbn = {978-1-57735-823-7},
+  year = 2020,
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  key = {AAAI2020},
+  author = {Nawal Benabbou and Cassandre Leroy and  Thibaut Lust },
+  title = {An Interactive Regret-Based Genetic Algorithm for Solving
+                  Multi-Objective Combinatorial Optimization Problems},
+  pages = {2335--2342},
+  doi = {10.1609/aaai.v34i03.5612},
+  keywords = {interactive, multi-objective, decision-makers}
+}
+
+ +
+@inproceedings{BenCorManZaf2015,
+  epub = {http://jmlr.org/proceedings/papers/v37/},
+  publisher = {{PMLR}},
+  year = 2015,
+  volume = 37,
+  booktitle = {Proceedings of  the 32nd International Conference on Machine Learning, {ICML} 2015},
+  editor = {Francis Bach and David Blei},
+  author = {Alessio Benavoli and Giorgio Corani and Francesca Mangili and
+                  Marco Zaffalon},
+  title = {A {Bayesian} nonparametric procedure for comparing
+                  algorithms},
+  pages = {1264--1272},
+  keywords = {racing}
+}
+
+ +
+@incollection{BenRit2015:icaps,
+  year = 2015,
+  address = { Menlo Park, CA},
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of the Twenty-Fifth International Conference on
+                  Automated Planning and Scheduling, {ICAPS} 2015},
+  editor = { Ronen I. Brafman  and Carmel Domshlak and Patrik Haslum and  Shlomo Zilberstein },
+  author = {Alexander Javier Benavides and  Marcus Ritt},
+  title = {Iterated Local Search Heuristics for Minimizing Total
+                  Completion Time in Permutation and Non-permutation Flow
+                  Shops},
+  pages = {34--41},
+  keywords = {irace}
+}
+
+ +
+@incollection{BenRolBlu2010,
+  doi = {10.1007/978-3-642-13800-3},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Roberto Battiti },
+  series = {Lecture Notes in Computer Science},
+  volume = 6073,
+  year = 2010,
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  author = {Stefano Benedettini and  Andrea Roli  and  Christian Blum },
+  title = {A Randomized Iterated Greedy Algorithm for the Founder Sequence Reconstruction
+               Problem},
+  pages = {37--51}
+}
+
+ +
+@incollection{BenRolDig2008ants,
+  volume = 5217,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Christian Blum  and  Clerc, Maurice  and  Thomas St{\"u}tzle  and A. F. T. Winfield},
+  year = 2008,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 6th
+                  International Conference, ANTS 2008},
+  author = {Stefano Benedettini and  Andrea Roli  and Luca {Di Gaspero}},
+  title = {Two-level {ACO} for Haplotype Inference under Pure Parsimony},
+  pages = {179--190},
+  alias = {ants2008-benedigaroli}
+}
+
+ +
+@book{Ber95,
+  author = {D. Bertsekas},
+  title = {Dynamic Programming and Optimal Control},
+  year = 1995,
+  publisher = {Athena Scientific, Belmont, MA}
+}
+
+ +
+@book{Ber98,
+  author = {D. Bertsekas},
+  title = {Network Optimization: Continuous and Discrete Models},
+  year = 1998,
+  publisher = {Athena Scientific, Belmont, MA}
+}
+
+ +
+@incollection{BerBarBen2011nips,
+  publisher = {Curran Associates, Red Hook, NY},
+  year = 2011,
+  editor = {J. Shawe-Taylor and R. S. Zemel and P. L. Bartlett and
+                  F. Pereira and K. Q. Weinberger},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 24)},
+  title = {Algorithms for Hyper-Parameter Optimization},
+  author = { James S. Bergstra  and Bardenet, R\'{e}mi and  Bengio, Yoshua  and Bal\'{a}zs K\'{e}gl},
+  pages = {2546--2554},
+  url = {http://papers.nips.cc/paper/4443-algorithms-for-hyper-parameter-optimization.pdf}
+}
+
+ +
+@book{BerCirHoeHoo2016dd4o,
+  author = {Bergman, David and  Cire, Andr{\'e} A.  and van Hoeve, Willem-Jan and  John Hooker },
+  title = {Decision Diagrams for Optimization},
+  year = 2016,
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  isbn = {978-3-319-42849-9},
+  doi = {10.1007/978-3-319-42849-9}
+}
+
+ +
+@incollection{BerDorLanSerGam1996:icec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1996,
+  editor = { Thomas B{\"a}ck  and  T. Fukuda  and  Zbigniew Michalewicz },
+  booktitle = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  author = { Hughes Bersini  and  Marco Dorigo  and  S. Langerman  and  G. Seront  and  L. M. Gambardella },
+  title = {Results of the First International Contest on
+                  Evolutionary Optimisation},
+  pages = {611--615}
+}
+
+ +
+@inproceedings{BerSchKra2016safe,
+  author = {Berkenkamp, Felix and Schoellig, Angela P. and Krause,
+                  Andreas},
+  title = {Safe controller optimization for quadrotors with {Gaussian}
+                  processes},
+  booktitle = {2016 IEEE International Conference on Robotics and Automation
+                  (ICRA)},
+  year = 2016,
+  pages = {491--496},
+  organization = {IEEE},
+  doi = {10.1109/ICRA.2016.7487170},
+  keywords = {Safe Optimization, SafeOpt}
+}
+
+ +
+@inproceedings{BerYasCox2013,
+  url = {http://jmlr.org/proceedings/papers/v28/},
+  year = 2013,
+  volume = 28,
+  booktitle = {Proceedings of  the 30th International Conference on Machine Learning, {ICML} 2013},
+  editor = {Dasgupta, Sanjoy and McAllester, David},
+  title = {Making a science of model search: Hyperparameter optimization
+                  in hundreds of dimensions for vision architectures},
+  author = { James S. Bergstra  and Yasmin, Daniel and Cox, David},
+  pages = {115--123}
+}
+
+ +
+@incollection{BesStuDor00:ppsn,
+  anote = {IC.29},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marc Schoenauer  and others},
+  aeditor = { Marc Schoenauer  and  Kalyanmoy Deb  and  G{\"u}nther Rudolph  and  Xin Yao  and E. Lutton and  Juan-Juli{\'a}n Merelo  and  Hans-Paul Schwefel },
+  year = 2000,
+  volume = 1917,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VI}},
+  author = { Matthijs L. {den Besten}  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Ant Colony Optimization for the Total Weighted
+                  Tardiness Problem},
+  pages = {611--620}
+}
+
+ +
+@incollection{BesStuDor2001:evoworkshops,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2037,
+  editor = {E. J. W. Boers and others},
+  aeditor = {E. J. W. Boers and J. Gottlieb and P. L. Lanzi and R. E. Smith
+                 and S. Cagnoni and E. Hart and G. R. Raidl and H. Tijink},
+  year = 2001,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2001},
+  author = { Matthijs L. {den Besten}  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Design of Iterated Local Search Algorithms: An
+                  Example Application to the Single Machine Total
+                  Weighted Tardiness Problem},
+  pages = {441--452}
+}
+
+ +
+@inproceedings{BeuRud06:hypervolume,
+  author = { Nicola Beume  and  G{\"u}nther Rudolph },
+  title = {Faster {S}-Metric Calculation by Considering
+                  Dominated Hypervolume as {Klee's} Measure Problem},
+  booktitle = {Proceedings of the Second IASTED Conference on
+                  Computational Intelligence},
+  editor = {B. Kovalerchuk},
+  pages = {231--236},
+  publisher = {ACTA Press, Anaheim},
+  year = 2006
+}
+
+ +
+@incollection{BezLopStu2012:ants,
+  volume = 7461,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  year = 2012,
+  booktitle = {Swarm Intelligence, 8th International Conference, ANTS 2012},
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Generation of Multi-Objective {ACO}
+                  Algorithms for the Biobjective Knapsack},
+  pages = {37--48},
+  doi = {10.1007/978-3-642-32650-9_4},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2012-008/}
+}
+
+ +
+@misc{BezLopStu2012:ants-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Generation of {MOACO} Algorithms for the Biobjective Bidimensional Knapsack Problem: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2012-008/}},
+  year = 2012
+}
+
+ +
+@misc{BezLopStu2013:evocop-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Analysis of Local Search for the Bi-objective Bidimensional Knapsack: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2012-016/}},
+  year = 2013
+}
+
+ +
+@misc{BezLopStu2013:lion-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Deconstructing Multi-Objective Evolutionary Algorithms: An Iterative Analysis on the Permutation Flowshop: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2013-010/}},
+  year = 2013
+}
+
+ +
+@incollection{BezLopStu2013evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  volume = 7832,
+  booktitle = {Proceedings of EvoCOP 2013 -- 13th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Martin Middendorf  and  Christian Blum },
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Analysis of Local Search for the Bi-objective
+                  Bidimensional Knapsack Problem},
+  pages = {85--96},
+  doi = {10.1007/978-3-642-37198-1_8}
+}
+
+ +
+@techreport{BezLopStu2014:automoeaTR,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Com\-ponent-Wise Design of Multi-Objective
+                  Evolutionary Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2014,
+  number = {TR/IRIDIA/2014-012},
+  month = aug
+}
+
+ +
+@incollection{BezLopStu2014:lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8426,
+  editor = { Panos M. Pardalos  and  Mauricio G. C. Resende  and Chrysafis Vogiatzis and Jose
+                  L. Walteros},
+  series = {Lecture Notes in Computer Science},
+  year = 2014,
+  booktitle = {Learning and Intelligent Optimization, 8th International Conference, LION 8},
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Deconstructing Multi-Objective Evolutionary Algorithms: An
+                  Iterative Analysis on the Permutation Flowshop},
+  pages = {57--172},
+  doi = {10.1007/978-3-319-09584-4_16},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2013-010/}
+}
+
+ +
+@incollection{BezLopStu2014:ppsn,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Evolutionary Algorithms for
+                  Multi-Objective Combinatorial Optimization},
+  doi = {10.1007/978-3-319-10762-2_50},
+  pages = {508--517}
+}
+
+ +
+@misc{BezLopStu2014:ppsn-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Evolutionary Algorithms for Multi-Objective Combinatorial Optimization},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2014-007/}},
+  year = 2014
+}
+
+ +
+@misc{BezLopStu2015:supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Component-Wise Design of Multi-Objective Evolutionary Algorithms},
+  howpublished = {\url{https://github.com/iridia-ulb/automoea-tevc-2016}},
+  year = 2015
+}
+
+ +
+@misc{BezLopStu2015emoDEsupp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {To {DE} or Not to {DE}? {Multi}-objective Differential
+                  Evolution Revisited from a Component-Wise Perspective: {Supplementary} material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2015-001/}},
+  year = 2015
+}
+
+ +
+@incollection{BezLopStu2015emode,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {To {DE} or Not to {DE}? {Multi}-objective Differential
+                  Evolution Revisited from a Component-Wise Perspective},
+  pages = {48--63},
+  doi = {10.1007/978-3-319-15934-8_4}
+}
+
+ +
+@incollection{BezLopStu2015moead,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Comparing De\-com\-po\-sition-Based and Automatically
+                  Component-Wise Designed Multi-Objective Evolutionary
+                  Algorithms},
+  pages = {396--410},
+  doi = {10.1007/978-3-319-15934-8_27}
+}
+
+ +
+@misc{BezLopStu2016supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Large-Scale Experimental Evaluation of High-Performing Multi- and Many-Objective Evolutionary Algorithms},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2015-007/}},
+  year = 2017
+}
+
+ +
+@techreport{BezLopStu2017:techreport-005,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Large-Scale Experimental Evaluation of High-Performing
+                  Multi- and Many-Objective Evolutionary Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2017,
+  number = {TR/IRIDIA/2017-005},
+  month = feb
+}
+
+ +
+@incollection{BezLopStu2017emo,
+  editor = {Heike Trautmann and G{\"{u}}nter Rudolph and Kathrin Klamroth
+                  and Oliver Sch{\"{u}}tze and Margaret M. Wiecek and Yaochu
+                  Jin and Christian Grimme},
+  year = 2017,
+  volume = 10173,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2017},
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Empirical Assessment of the Properties of Inverted
+                  Generational Distance Indicators on Multi- and Many-objective
+                  Optimization},
+  pages = {31--45},
+  doi = {10.1007/978-3-319-54157-0_3}
+}
+
+ +
+@misc{BezLopStu2019ec-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Designing State-of-the-Art Multi- and
+                  Many-Objective Evolutionary Algorithms: Supplementary
+                  material},
+  howpublished = {\url{https://github.com/iridia-ulb/automoea-ecj-2020}},
+  year = 2019,
+  alias = {BezLopStu2017tec-supp}
+}
+
+ +
+@inproceedings{WanSunJin2019multi,
+  year = 2019,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2019 Congress on Evolutionary Computation (CEC 2019)},
+  key = {IEEE CEC},
+  title = {A Multi-indicator based Selection Strategy for Evolutionary
+                  Many-objective Optimization},
+  author = { Wang, Hao  and Sun, Chaoli and  Yaochu Jin  and Qin, Shufen and
+                  Yu, Haibo},
+  pages = {2042--2049},
+  annote = {unbounded archive}
+}
+
+ +
+@incollection{BezLopStu2019gecco,
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Archiver Effects on the Performance of State-of-the-art
+                  Multi- and Many-objective Evolutionary Algorithms},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2019-004/},
+  doi = {10.1145/3321707.3321789}
+}
+
+ +
+@misc{BezLopStu2019gecco-supp,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Archiver Effects on the Performance of State-of-the-art Multi- and Many-objective Evolutionary Algorithms: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2019-004/}},
+  year = 2019
+}
+
+ +
+@incollection{BezLopStu2020chapter,
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  editor = { Thomas Bartz-Beielstein  and Bogdan Filipi{\v c} and  P. Koro{\v s}ec  and  Talbi, El-Ghazali },
+  year = 2020,
+  booktitle = {High-Performance Simulation-Based Optimization},
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Configuration of Multi-objective Optimizers and
+                  Multi-objective Configuration},
+  pages = {69--92},
+  doi = {10.1007/978-3-030-18764-4_4},
+  abstract = {Heuristic optimizers are an important tool in academia and industry, and their performance-optimizing configuration requires a significant amount of expertise. As the proper configuration of algorithms is a crucial aspect in the engineering of heuristic algorithms, a significant research effort has been dedicated over the last years towards moving this step to the computer and, thus, make it automatic. These research efforts go way beyond tuning only numerical parameters of already fully defined algorithms, but exploit automatic configuration as a means for automatic algorithm design. In this chapter, we review two main aspects where the research on automatic configuration and multi-objective optimization intersect. The first is the automatic configuration of multi-objective optimizers, where we discuss means and specific approaches. In addition, we detail a case study that shows how these approaches can be used to design new, high-performing multi-objective evolutionary algorithms. The second aspect is the research on multi-objective configuration, that is, the possibility of using multiple performance metrics for the evaluation of algorithm configurations. We highlight some few examples in this direction.}
+}
+
+ +
+@phdthesis{Bezerra2016PhD,
+  author = { Leonardo C. T. Bezerra },
+  title = {A component-wise approach to multi-objective evolutionary
+                  algorithms: from flexible frameworks to automatic design},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2016,
+  annote = {Supervised by  Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez }
+}
+
+ +
+@incollection{BiaGamDor02:ppsn,
+  anote = {IC.34},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Juan-Juli{\'a}n Merelo  and others},
+  aeditor = { Juan-Juli{\'a}n Merelo  and P. Adamidis and   Hans-Georg Beyer  and J.-L. Fern\'{a}ndez-Villacanas and  Hans-Paul Schwefel },
+  volume = 2439,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VII}},
+  author = { Leonora Bianchi  and  L. M. Gambardella  and  Marco Dorigo },
+  title = {An Ant Colony Optimization Approach to the
+                  Probabilistic Traveling Salesman Problem},
+  pages = {883--892}
+}
+
+ +
+@inproceedings{Bie14:sat,
+  publisher = {University of Helsinki},
+  series = {Science Series of Publications B},
+  volume = {B-2014-2},
+  year = 2014,
+  editor = {A. Belov and D. Diepold and M. Heule and M. J\"{a}rvisalo},
+  booktitle = {Proceedings of SAT Competition 2014: Solver and Benchmark Descriptions},
+  title = {Yet another Local Search Solver and {Lingeling} and Friends Entering the {SAT} Competition 2014},
+  author = {Armin Biere},
+  pages = {39--40}
+}
+
+ +
+@incollection{BieBozEim2020dynaac,
+  publisher = {IOS Press},
+  editor = {Giuseppe De Giacomo and Alejandro Catala and Bistra Dilkina
+                  and Michela Milano and Senén Barro and Alberto Bugarín and
+                  Jérôme Lang},
+  series = {Frontiers in Artificial Intelligence and Applications},
+  volume = 325,
+  year = 2020,
+  booktitle = {Proceedings of the 24th European Conference on Artificial Intelligence (ECAI)},
+  author = { Biedenkapp, Andr{\'e}  and Bozkurt, H. Furkan and Eimer, Theresa and  Frank Hutter  and  Marius Thomas Lindauer },
+  title = {Dynamic Algorithm Configuration: Foundation of a New
+                  Meta-Algorithmic Framework},
+  epub = {https://ecai2020.eu/papers/1237_paper.pdf},
+  pages = {427--434}
+}
+
+ +
+@incollection{BieLinEggFraFawHoo2017,
+  publisher = {{AAAI} Press},
+  month = feb,
+  year = 2017,
+  editor = {Satinder P. Singh and Shaul Markovitch},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  author = { Biedenkapp, Andr{\'e}  and  Marius Thomas Lindauer  and  Katharina Eggensperger  and  Frank Hutter  and  Chris Fawcett  and  Holger H. Hoos },
+  title = {Efficient Parameter Importance Analysis via Ablation with
+                  Surrogates},
+  doi = {10.1609/aaai.v31i1.10657}
+}
+
+ +
+@incollection{BieMarLinHut2018lion,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 11353,
+  editor = { Roberto Battiti  and Mauro Brunato and Ilias Kotsireas and  Panos M. Pardalos },
+  year = 2018,
+  booktitle = {Learning and Intelligent Optimization, 12th International
+                  Conference, LION 12},
+  author = { Biedenkapp, Andr{\'e}  and Marben, Joshua and  Marius Thomas Lindauer  and  Frank Hutter },
+  title = {{CAVE}: Configuration assessment, visualization and
+                  evaluation},
+  pages = {115--130},
+  doi = {10.1007/978-3-030-05348-2_10}
+}
+
+ +
+@incollection{BilPar1995:aisb,
+  booktitle = {Evolutionary Computing, AISB Workshop},
+  address = { Berlin, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 993,
+  year = 1995,
+  publisher = {Springer},
+  editor = {T. C. Fogarty},
+  title = {The Ant Colony Metaphor for Searching Continuous Design
+                  Spaces},
+  author = {George Bilchev and Ian C. Parmee},
+  pages = {25--39},
+  doi = {10.1007/3-540-60469-3_22},
+  alias = {BilPar1995}
+}
+
+ +
+@incollection{BirBalDor06,
+  address = { New York, NY},
+  series = {Operations Research/Computer Science Interfaces Series},
+  volume = 39,
+  editor = {K. F. Doerner and M. Gendreau and P. Greistorfer and
+                  W. J. Gutjahr and R. F. Hartl and M. Reimann},
+  year = 2006,
+  publisher = {Springer},
+  booktitle = {Metaheuristics -- Progress in Complex Systems Optimization},
+  author = { Mauro Birattari  and   Prasanna Balaprakash  and  Marco Dorigo },
+  title = {The {ACO/F-RACE} algorithm for combinatorial optimization
+                  under uncertainty},
+  pages = {189--203}
+}
+
+ +
+@incollection{BirChiSaeStu2011,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2011},
+  publisher = {Springer},
+  year = 2011,
+  editor = {T. Berthold and A. M. Gleixner and S. Heinz and T. Koch},
+  author = { Mauro Birattari  and  Marco Chiarandini  and  Marco Saerens  and  Thomas St{\"u}tzle },
+  title = {Learning Graphical Models for Algorithm Configuration}
+}
+
+ +
+@incollection{BirDicDor02:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { Mauro Birattari  and  Gianni A. {Di Caro}  and  Marco Dorigo },
+  title = {Toward the formal foundation of Ant Programming},
+  pages = {188--201}
+}
+
+ +
+@book{BirKleLop2009nltk,
+  title = {Natural language processing with {Python}: analyzing text with
+                  the natural language toolkit},
+  author = {Bird, Steven and Klein, Ewan and Loper, Edward},
+  year = 2009,
+  publisher = {O'Reilly Media, Inc.}
+}
+
+ +
+@incollection{BirStuPaqVar02:gecco,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = { Langdon, William B.  and others},
+  year = 2002,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2002},
+  author = { Mauro Birattari  and  Thomas St{\"u}tzle  and  Lu{\'i}s Paquete  and  Klaus Varrentrapp },
+  title = {A Racing Algorithm for Configuring Metaheuristics},
+  pages = {11--18},
+  keywords = {F-race},
+  epub = {https://dl.acm.org/doi/pdf/10.5555/2955491.2955494}
+}
+
+ +
+@incollection{BirYuaBal2010:emaoa,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Mauro Birattari  and  Zhi Yuan  and   Prasanna Balaprakash  and  Thomas St{\"u}tzle },
+  title = {{F}-Race and Iterated {F}-Race: An Overview},
+  pages = {311--336},
+  keywords = {F-race, iterated F-race, irace, tuning},
+  doi = {10.1007/978-3-642-02538-9_13}
+}
+
+ +
+@inproceedings{BirYuaBalStu2010:mic,
+  address = {Hamburg, Germany},
+  publisher = {University of Hamburg},
+  editor = {M. Caserta and  Stefan Vo{\ss} },
+  year = 2010,
+  booktitle = {Proceedings of MIC 2009, the 8th Metaheuristics International Conference},
+  author = { Mauro Birattari  and  Zhi Yuan  and   Prasanna Balaprakash  and  Thomas St{\"u}tzle },
+  title = {Parameter Adaptation in Ant Colony Optimization},
+  alias = {adaptive_techreport}
+}
+
+ +
+@book{Birattari09tuning,
+  title = {Tuning Metaheuristics: A Machine Learning
+                  Perspective},
+  doi = {10.1007/978-3-642-00483-4},
+  author = { Mauro Birattari },
+  year = 2009,
+  volume = 197,
+  series = {Studies in Computational Intelligence},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  alias = {Bir09:book},
+  annote = {Based on the PhD thesis~\cite{Birattari2004PhD}}
+}
+
+ +
+@phdthesis{Birattari2004PhD,
+  author = { Mauro Birattari },
+  title = {The Problem of Tuning Metaheuristics as Seen from a
+                  Machine Learning Perspective},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2004,
+  annote = {Supervised by Marco Dorigo}
+}
+
+ +
+@inproceedings{BisIzzYam2010:pagmo,
+  title = {A Global Optimisation Toolbox for Massively Parallel
+                  Engineering Optimisation},
+  author = {Biscani, Francesco and  Dario Izzo  and Yam, Chit Hong},
+  booktitle = {Astrodynamics Tools and Techniques (ICATT 2010), 4th
+                  International Conference on},
+  year = 2010,
+  url = {http://arxiv.org/abs/1004.3824},
+  keywords = {PaGMO}
+}
+
+ +
+@incollection{BisMerTraPre12:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2012,
+  editor = {Terence Soule and Jason H. Moore},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  author = { Bernd Bischl  and  Olaf Mersmann  and  Heike Trautmann  and  Mike Preuss },
+  title = {Algorithm Selection Based on Exploratory Landscape Analysis and Cost-sensitive Learning},
+  pages = {313--320},
+  keywords = {continuous optimization, landscape analysis, algorithm selection}
+}
+
+ +
+@book{Bishop2006,
+  title = {Pattern recognition and machine learning},
+  author = {Bishop, Christopher M.},
+  year = 2006,
+  publisher = {Springer}
+}
+
+ +
+@inproceedings{BiyMarAli2019acc,
+  year = 2019,
+  publisher = {{IEEE}},
+  booktitle = {2019 American Control Conference ({ACC})},
+  key = {ACC2019},
+  author = {Erdem B{\i }y{\i }k and Jonathan Margoliash and Shahrouz Ryan Alimo
+                  and Dorsa Sadigh},
+  title = {Efficient and Safe Exploration in Deterministic {Markov}
+                  Decision Processes with Unknown Transition Models},
+  pages = {1792--1799},
+  doi = {10.23919/ACC.2019.8815276}
+}
+
+ +
+@incollection{BleBlu04:disjoint,
+  aeditor = { G{\"u}nther R. Raidl  and S. Cagnoni and  J{\"u}rgen Branke  and D. W. Corne and
+                  R. Drechsler and Y. Jin and C. G. Johnson and  Penousal Machado  and E. Marchiori and R. Rothlauf and G. D. Smith and
+                  G. Squillero},
+  booktitle = {Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2004},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 3005,
+  year = 2004,
+  publisher = {Springer},
+  editor = { G{\"u}nther R. Raidl  and others},
+  author = { Mar{\'i}a J. Blesa  and  Christian Blum },
+  title = {Ant Colony Optimization for the Maximum
+                  Edge-Disjoint Paths Problem},
+  pages = {160--169}
+}
+
+ +
+@inproceedings{BliMcDPer2006emnlp,
+  year = 2006,
+  editor = {Jurafsky, Dan and Gaussier, Eric},
+  series = {Empirical Methods in Natural Language Processing},
+  booktitle = {Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP2006},
+  title = {Domain adaptation with structural correspondence learning},
+  author = {Blitzer, John and McDonald, Ryan and Pereira, Fernando},
+  pages = {120--128}
+}
+
+ +
+@incollection{BloHooJouKesTra2016:lion,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 10079,
+  editor = {Paola Festa and  Meinolf Sellmann  and  Joaquin Vanschoren },
+  series = {Lecture Notes in Computer Science},
+  year = 2016,
+  booktitle = {Learning and Intelligent Optimization, 10th International
+                  Conference, LION 10},
+  author = { Aymeric Blot  and  Holger H. Hoos  and  Laetitia Jourdan  and  Marie-El{\'e}onore Kessaci-Marmion  and  Heike Trautmann },
+  title = {{MO-ParamILS}: A Multi-objective Automatic Algorithm Configuration Framework},
+  pages = {32--47}
+}
+
+ +
+@incollection{BloJouKess2017gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  author = { Aymeric Blot  and  Laetitia Jourdan  and  Marie-El{\'e}onore Kessaci-Marmion },
+  title = {Automatic design of multi-objective local search algorithms:
+                  case study on a bi-objective permutation flowshop scheduling
+                  problem},
+  pages = {227--234},
+  doi = {10.1145/3071178.3071323}
+}
+
+ +
+@incollection{BloLopKesJou2018ppsn,
+  volume = 11101,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Aymeric Blot  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Marie-El{\'e}onore Kessaci-Marmion  and  Laetitia Jourdan },
+  title = {New Initialisation Techniques for Multi-Objective Local
+                  Search: Application to the Bi-objective Permutation Flowshop},
+  doi = {10.1007/978-3-319-99253-2_26},
+  pages = {323--334}
+}
+
+ +
+@incollection{BloPerJouKesHoo2017emo,
+  editor = {Heike Trautmann and G{\"{u}}nter Rudolph and Kathrin Klamroth
+                  and Oliver Sch{\"{u}}tze and Margaret M. Wiecek and Yaochu
+                  Jin and Christian Grimme},
+  year = 2017,
+  volume = 10173,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2017},
+  author = { Aymeric Blot  and Alexis Pernet and  Laetitia Jourdan  and  Marie-El{\'e}onore Kessaci-Marmion  and  Holger H. Hoos },
+  title = {Automatically Configuring Multi-objective Local Search Using
+                  Multi-objective Optimisation},
+  pages = {61--76}
+}
+
+ +
+@incollection{BluBauPer06:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  author = { Christian Blum  and  J. Bautista  and  J. Pereira },
+  title = {{Beam-ACO} applied to assembly line balancing},
+  pages = {96--107},
+  doi = {10.1007/11839088_9}
+}
+
+ +
+@techreport{BluBleLop08:lcs,
+  author = { Christian Blum  and  Mar{\'i}a J. Blesa  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Beam Search for the Longest Common Subsequence
+                  Problem},
+  institution = {Department LSI, Universitat Polit{\`e}cnica de Catalunya},
+  year = 2008,
+  number = {LSI-08-29},
+  note = {Published in Computers \& Operations Research~\cite{BluBleLop09-BeamSearch-LCS}}
+}
+
+ +
+@incollection{BluCotFerGal07:evocop,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4446,
+  year = 2007,
+  editor = { Carlos Cotta  and others},
+  booktitle = {Proceedings of EvoCOP 2007 -- Seventh European Conference on
+                  Evolutionary Computation in Combinatorial Optimisation},
+  author = { Christian Blum  and  Carlos Cotta  and  Antonio J. Fern{\'a}ndez  and  J. E. Gallardo },
+  title = {A probabilistic beam search algorithm for the
+                  shortest common supersequence problem},
+  pages = {36--47}
+}
+
+ +
+@incollection{BluLop2011ieh,
+  author = { Christian Blum  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  booktitle = {The Industrial Electronics Handbook: Intelligent Systems},
+  title = {Ant Colony Optimization},
+  publisher = {CRC Press},
+  year = 2011,
+  edition = {2nd},
+  isbn = 9781439802830,
+  url = {http://www.crcpress.com/product/isbn/9781439802830},
+  annnote = {http://www.eng.auburn.edu/~wilambm/ieh/}
+}
+
+ +
+@incollection{BluMas2007hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4771,
+  editor = { Thomas Bartz-Beielstein  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Boris Naujoks  and  Andrea Roli  and  G{\"u}nther Rudolph  and  M. Sampels },
+  year = 2007,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Christian Blum  and M. Mastrolilli},
+  title = {Using Branch {\&} Bound Concepts in
+                  Construction-Based Metaheuristics: {Exploiting} the
+                  Dual Problem Knowledge},
+  pages = {123--139}
+}
+
+ +
+@book{BluMer08:si-book,
+  title = {Swarm Intelligence--Introduction and Applications},
+  year = 2008,
+  editor = { Christian Blum  and  D. Merkle },
+  series = {Natural Computing Series},
+  publisher = {Springer Verlag, Berlin, Germany}
+}
+
+ +
+@book{BluRai2016:book,
+  author = { Christian Blum  and  G{\"u}nther R. Raidl },
+  title = {Hybrid Metaheuristics---Powerful Tools for Optimization},
+  publisher = {Springer},
+  year = 2016,
+  series = {Artificial Intelligence: Foundations, Theory, and Algorithms},
+  address = { Berlin, Germany}
+}
+
+ +
+@incollection{BluRol2008hybrid,
+  alias = {BluEtAl08:hm-book},
+  series = {Studies in Computational Intelligence},
+  volume = 114,
+  year = 2008,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Mar{\'i}a J. Blesa  and  Andrea Roli  and  M. Sampels },
+  booktitle = {Hybrid Metaheuristics: An emergent approach for optimization},
+  title = {Hybrid metaheuristics: an introduction},
+  author = { Christian Blum  and  Andrea Roli },
+  pages = {1--30}
+}
+
+ +
+@incollection{BluYab06:hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4030,
+  editor = {F. Almeida and others},
+  aeditor = {F. Almeida and M. Blesa and C. Blum and J. M. Moreno
+                  and M. P{\'e}rez and A. Roli and  M. Sampels },
+  year = 2006,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Christian Blum  and  M. {Y{\'a}bar Vall{\`e}s} },
+  title = {Multi-level ant colony optimization for {DNA}
+                  sequencing by hybridization},
+  pages = {94--109},
+  doi = {10.1007/11890584}
+}
+
+ +
+@phdthesis{Boese1996,
+  author = {K. D. Boese},
+  title = {Models for Iterative Global Optimization},
+  school = {University of California, Computer Science Department,
+Los Angeles, CA},
+  year = 1996
+}
+
+ +
+@book{Bollobas2001,
+  author = {B{\'e}la Bollob{\'a}s},
+  title = {Random Graphs},
+  publisher = {Cambridge University Press},
+  address = { New York, NY},
+  year = 2001,
+  edition = {2nd}
+}
+
+ +
+@book{BooRumJac2005,
+  author = {Grady Booch and James E. Rumbaugh and Ivar Jacobson},
+  title = {The Unified Modeling Language User Guide},
+  publisher = {Addison-Wesley},
+  year = 2005,
+  edition = {2nd}
+}
+
+ +
+@techreport{Bor1998,
+  author = {Borges, P. C. and  Michael Pilegaard Hansen },
+  title = {A basis for future successes in multiobjective
+                  combinatorial optimization},
+  year = 1998,
+  institution = {Institute of Mathematical Modelling, Technical
+                  University of Denmark},
+  number = {IMM-REP-1998-8},
+  address = {Lyngby, Denmark},
+  alias = {borges1998}
+}
+
+ +
+@book{BorEly1998online,
+  author = {Borodin, Allan and El-Yaniv, Ran},
+  title = {Online computation and competitive analysis},
+  year = 1998,
+  isbn = {0-521-56392-5},
+  publisher = {Cambridge University Press},
+  address = { New York, NY}
+}
+
+ +
+@book{BorHedHigRot2009metanalysis,
+  title = {Introduction to Meta-Analysis},
+  author = {Michael Borenstein and Larry V. Hedges and Julian P. T. Higgins and Hannah R. Rothstein},
+  year = 2009,
+  publisher = {Wiley}
+}
+
+ +
+@inproceedings{BosGuyVap1992,
+  publisher = {ACM Press},
+  editor = {David Haussler},
+  booktitle = {COLT'92},
+  year = 1992,
+  author = {Bernhard E. Boser and Isabelle Guyon and Vladimir Vapnik},
+  title = {A Training Algorithm for Optimal Margin Classifiers},
+  pages = {144--152},
+  doi = {10.1145/130385.130401},
+  annote = {Proposed SVM}
+}
+
+ +
+@incollection{BosKerNeu2019,
+  publisher = {{ACM}},
+  editor = { Tobias Friedrich  and  Carola Doerr  and Arnold, Dirk V.},
+  year = 2019,
+  booktitle = {Proceedings of the 15th {ACM}/{SIGEVO} Conference on Foundations of Genetic Algorithms},
+  author = { Jakob Bossek  and  Pascal Kerschke  and Neumann, Aneta and  Markus Wagner  and  Frank Neumann  and  Heike Trautmann },
+  title = {Evolving Diverse TSP Instances by Means of Novel and Creative Mutation Operators},
+  pages = {58--71}
+}
+
+ +
+@inproceedings{Boulos01,
+  author = { Paul F. Boulos  and  Chun Hou Orr  and  Werner de Schaetzen  and  J. G. Chatila  and  Michael Moore  and  Paul Hsiung  and  Devan Thomas },
+  title = {Optimal pump operation of water distribution systems
+                  using genetic algorithms},
+  booktitle = {AWWA Distribution System Symp.},
+  year = 2001,
+  address = {Denver, USA},
+  publisher = {American Water Works Association}
+}
+
+ +
+@incollection{Bow1976,
+  author = {Bowman, V. and Joseph, Jr.},
+  title = {On the Relationship of the {Tchebycheff} Norm and the Efficient
+                   Frontier of Multiple-Criteria Objectives},
+  year = 1976,
+  booktitle = {Multiple Criteria Decision Making},
+  volume = 130,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  pages = {76--86},
+  editor = {Thiriez, Herv\'e and Zionts, Stanley},
+  doi = {10.1007/978-3-642-87563-2_5},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@book{BoxDra2007rsm,
+  title = {Response surfaces, mixtures, and ridge analyses},
+  author = {Box, George E. P. and Draper, Norman R.},
+  year = 2007,
+  publisher = {John Wiley \& Sons}
+}
+
+ +
+@book{BoxHunHun1978stat,
+  title = {Statistics for experimenters: an introduction to design, data
+                  analysis, and model building},
+  author = {Box, G. E. P. and Hunter, W. G. and Hunter, J. S.},
+  year = 1978,
+  publisher = {John Wiley \& Sons},
+  address = { New York, NY}
+}
+
+ +
+@incollection{Bra88:lnpam,
+  author = {A. Brandt},
+  title = {Multilevel Computations: {Review} and Recent Developments},
+  booktitle = {Multigrid Methods: Theory, Applications, and Supercomputing, Proceedings of the 3rd Copper Mountain Conference on Multigrid Methods},
+  pages = {35--62},
+  year = 1988,
+  editor = {S. F. McCormick},
+  volume = 110,
+  series = {Lecture Notes in Pure and Applied Mathematics},
+  publisher = {Marcel Dekker},
+  address = { New York, NY}
+}
+
+ +
+@inproceedings{BraBarWhiHubHin2007wfg,
+  author = {L. Bradstreet and L. Barone and L. While and S. Huband and
+                  P. Hingston},
+  booktitle = {{IEEE} Symposium on Computational Intelligence in
+                  Multicriteria Decision-Making, {IEEE} {MCDM}},
+  title = {Use of the {WFG} Toolkit and {PISA} for Comparison of
+                  {MOEAs}},
+  year = 2007,
+  pages = {382--389}
+}
+
+ +
+@incollection{BarOjaGar2018ppsn,
+  volume = 11101,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Barba-Gonz{\'a}lez, Crist{\'o}bal  and Vesa Ojalehto and  Jos{\'e} Garc{\'i}a-Nieto  and  Nebro, Antonio J.  and  Kaisa Miettinen  and Jos{\'{e}} F. Aldana-Montes},
+  title = {Artificial Decision Maker Driven by {PSO}: An Approach for
+                  Testing Reference Point Based Interactive Methods},
+  doi = {10.1007/978-3-319-99253-2_22},
+  pages = {274--285},
+  keywords = {machine decision-maker}
+}
+
+ +
+@incollection{BraCorGre2015dagstuhl,
+  keywords = {multiple criteria decision making, evolutionary
+                  multiobjective optimization},
+  doi = {10.4230/DagRep.5.1.96},
+  volume = {5(1)},
+  year = 2015,
+  series = {Dagstuhl Reports},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  booktitle = {Understanding Complexity in Multiobjective Optimization
+                  (Dagstuhl Seminar 15031)},
+  editor = { Salvatore Greco  and  Kathrin Klamroth  and  Joshua D. Knowles  and  G{\"u}nther Rudolph },
+  author = { J{\"u}rgen Branke  and  Salvatore Corrente  and  Salvatore Greco  and  Kadzi{\'n}ski, Mi{\l}osz   and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Vincent Mousseau  and  Mauro Munerato  and  Roman S{\l}owi{\'n}ski },
+  title = {Behavior-Realistic Artificial Decision-Makers to Test
+                  Preference-Based Multi-objective Optimization Method
+                  ({Working} {Group} ``{Machine} {Decision}-{Making}'')},
+  pages = {110--116}
+}
+
+ +
+@incollection{BraDeb2055integrating,
+  author = { J{\"u}rgen Branke  and  Kalyanmoy Deb },
+  title = {Integrating User Preferences into Evolutionary
+                  Multi-Objective Optimization},
+  booktitle = {Knowledge Incorporation in Evolutionary Computation},
+  publisher = {Springer},
+  year = 2005,
+  editor = { Yaochu Jin },
+  pages = {461--477},
+  address = {Berlin\slash Heidelberg},
+  abstract = {Many real-world optimization problems involve multiple,
+                  typically conflicting objectives. Often, it is very difficult
+                  to weigh the different criteria exactly before alternatives
+                  are known. Evolutionary multi-objective optimization usually
+                  solves this predicament by searching for the whole
+                  Pareto-optimal front of solutions. However, often the user
+                  has at least a vague idea about what kind of solutions might
+                  be preferred. In this chapter, we argue that such knowledge
+                  should be used to focus the search on the most interesting
+                  (from a user's perspective) areas of the Paretooptimal
+                  front. To this end, we present and compare two methods which
+                  allow to integrate vague user preferences into evolutionary
+                  multi-objective algorithms. As we show, such methods may
+                  speed up the search and yield a more fine-grained selection
+                  of alternatives in the most relevant parts of the
+                  Pareto-optimal front.},
+  doi = {10.1007/978-3-540-44511-1_21}
+}
+
+ +
+@incollection{BraFerLuq2016lncs,
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  year = 2016,
+  booktitle = {Smart Cities (Smart-CT 2016)},
+  editor = { Alba, Enrique  and  Chicano, Francisco  and  Gabriel J. Luque },
+  author = {Bravo, Yesnier and  Javier Ferrer  and  Gabriel J. Luque  and  Alba, Enrique },
+  title = {Smart Mobility by Optimizing the Traffic Lights: A New Tool
+                  for Traffic Control Centers},
+  pages = {147--156},
+  abstract = {Urban traffic planning is a fertile area of Smart Cities to
+                  improve efficiency, environmental care, and safety, since the
+                  traffic jams and congestion are one of the biggest sources of
+                  pollution and noise. Traffic lights play an important role in
+                  solving these problems since they control the flow of the
+                  vehicular network at the city. However, the increasing number
+                  of vehicles makes necessary to go from a local control at one
+                  single intersection to a holistic approach considering a
+                  large urban area, only possible using advanced computational
+                  resources and techniques. Here we propose HITUL, a system
+                  that supports the decisions of the traffic control managers
+                  in a large urban area. HITUL takes the real traffic
+                  conditions and compute optimal traffic lights plans using
+                  bio-inspired techniques and micro-simulations. We compare our
+                  system against plans provided by experts. Our solutions not
+                  only enable continuous traffic flows but reduce the
+                  pollution. A case study of M{\'a}laga city allows us to
+                  validate the approach and show its benefits for other cities
+                  as well.},
+  doi = {10.1007/978-3-319-39595-1_15},
+  keywords = {Multi-objective optimization, Smart mobility, Traffic lights
+                  planning}
+}
+
+ +
+@book{BraMar2002:book,
+  author = { Jean-Pierre Brans  and  Bertrand Mareschal },
+  title = {{PROMETHEE-GAIA}. Une m{\'e}thode d'aide {\`a} la d{\'e}cision en pr{\'e}sence de crit{\`e}res multiples},
+  year = 2002,
+  isbn = {2-7298-1253-9},
+  publisher = {Editions Ellipses},
+  address = { Paris, France}
+}
+
+ +
+@incollection{BraMar2005:mcda,
+  editor = { Jos{\'e} Rui Figueira  and  Salvatore Greco  and  Matthias Ehrgott },
+  year = 2005,
+  publisher = {Springer},
+  booktitle = {Multiple Criteria Decision Analysis, State of the
+                  Art Surveys},
+  author = { Jean-Pierre Brans  and  Bertrand Mareschal },
+  title = {{PROMETHEE} Methods},
+  chapter = 5,
+  pages = {163--195}
+}
+
+ +
+@incollection{BraSchSch2001gecco,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = {Erik D. Goodman},
+  year = 2001,
+  booktitle = {Proceedings of the 3rd Annual Conference on Genetic and
+                  Evolutionary Computation, GECCO 2001},
+  author = { J{\"u}rgen Branke  and C. Schmidt and H. Schmeck},
+  title = {Efficient fitness estimation in noisy environments},
+  pages = {243--250}
+}
+
+ +
+@techreport{BranCorrGreSlow2014,
+  author = { J{\"u}rgen Branke  and  Salvatore Corrente  and  Salvatore Greco  and  Roman S{\l}owi{\'n}ski  and Zielniewicz, P.},
+  title = {Using {Choquet} integral as preference model in interactive
+                  evolutionary multiobjective optimization},
+  institution = {WBS, University of Warwick},
+  year = 2014
+}
+
+ +
+@incollection{BranElo2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { J{\"u}rgen Branke  and  Jawad Elomari },
+  title = {Simultaneous tuning of metaheuristic parameters for
+                  various computing budgets},
+  pages = {263--264},
+  doi = {10.1145/2001858.2002006},
+  keywords = {meta-optimization, offline parameter optimization}
+}
+
+ +
+@incollection{BranElo2013lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7997,
+  editor = { Panos M. Pardalos  and G. Nicosia},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  booktitle = {Learning and Intelligent Optimization, 7th
+                  International Conference, LION 7},
+  author = { J{\"u}rgen Branke  and  Jawad Elomari },
+  title = {Racing with a Fixed Budget and a Self-Adaptive
+                  Significance Level}
+}
+
+ +
+@book{BreFriSto1984trees,
+  title = {Classification and regression trees},
+  author = {Breiman, Leo and Friedman, Jerome and Stone, Charles J. and
+                  Olshen, Richard A.},
+  year = 1984,
+  publisher = {CRC Press}
+}
+
+ +
+@incollection{BreSch2011ea,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7401,
+  booktitle = {Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011},
+  publisher = {Springer},
+  year = 2012,
+  editor = { Jin-Kao Hao  and Legrand, Pierrick and Collet, Pierre and
+                  Monmarch{\'e}, Nicolas and Lutton, Evelyne and Schoenauer,
+                  Marc},
+  author = {M\'aty\'as Brendel and  Marc Schoenauer },
+  title = {Learn-and-Optimize: A Parameter Tuning Framework for Evolutionary {AI} Planning},
+  pages = {145--155},
+  doi = {10.1007/978-3-642-35533-2_13}
+}
+
+ +
+@incollection{BreSch2011gecco,
+  year = 2011,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2011},
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  author = {M{\'a}ty{\'a}s Brendel and  Marc Schoenauer },
+  title = {Instance-based Parameter Tuning for Evolutionary {AI} Planning},
+  pages = {591--598},
+  doi = {10.1145/2001858.2002053}
+}
+
+ +
+@incollection{BriFri2009emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  title = {Approximating the Least Hypervolume Contributor:
+                  {NP}-Hard in General, But Fast in Practice},
+  pages = {6--20},
+  annote = {Extended version published in \cite{BriFri2012tcs}}
+}
+
+ +
+@incollection{BriFri2010gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  title = {The Maximum Hypervolume Set Yields Near-optimal
+                  Approximation},
+  pages = {511--518},
+  annote = {Proved that hypervolume approximates the additive
+                  $\epsilon$-indicator, converging quickly as $N$ increases,
+                  that is, sets that maximize hypervolume are near optimal on
+                  additive $\epsilon$ too, with the gap diminishing as quickly
+                  as O(1/N).}
+}
+
+ +
+@incollection{BriFri2010ppsn,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  title = {Tight bounds for the approximation ratio of the hypervolume
+                  indicator},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  pages = {607--616}
+}
+
+ +
+@incollection{BriFri2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  title = {Convergence of Hypervolume-Based Archiving Algorithms~{I}:
+                  Effectiveness},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  pages = {745--752},
+  doi = {10.1145/2001576.2001678},
+  annote = {Extended version published as \cite{BriFri2014convergence}}
+}
+
+ +
+@incollection{BriFri2012gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2012,
+  editor = {Terence Soule and Jason H. Moore},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  title = {Convergence of Hypervolume-Based Archiving Algorithms~{II}:
+                  Competitiveness},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  pages = {457--464},
+  doi = {10.1145/2330163.2330229},
+  annote = {Extended version published as \cite{BriFri2014convergence}}
+}
+
+ +
+@incollection{BriFriKli2014generic,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  title = {Generic postprocessing via subset selection for hypervolume
+                  and epsilon-indicator},
+  author = { Karl Bringmann  and  Tobias Friedrich  and Patrick Klitzke},
+  pages = {518--527}
+}
+
+ +
+@incollection{BriFriKli2014subset,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2014,
+  editor = {Christian Igel and Dirk V. Arnold},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2014},
+  title = {Two-dimensional subset selection for hypervolume and
+                  epsilon-indicator},
+  author = { Karl Bringmann  and  Tobias Friedrich  and Patrick Klitzke},
+  doi = {10.1145/2576768.2598276}
+}
+
+ +
+@inproceedings{BriPoz2012cec,
+  year = 2012,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2012 Congress on Evolutionary Computation (CEC 2012)},
+  key = {IEEE CEC},
+  title = {Using archiving methods to control convergence and diversity
+                  for many-objective problems in particle swarm optimization},
+  author = {Britto, Andre and Pozo, Aurora},
+  pages = {1--8},
+  doi = {10.1109/CEC.2012.6256149}
+}
+
+ +
+@incollection{BrigFri2009foga,
+  isbn = {978-1-60558-414-0},
+  publisher = {{ACM}},
+  editor = {Ivan I. Garibay and Thomas Jansen and R. Paul Wiegand and
+                  Annie S. Wu},
+  year = 2009,
+  booktitle = {Proceedings of the Tenth ACM SIGEVO Workshop on Foundations of Genetic Algorithms (FOGA)},
+  author = { Karl Bringmann  and  Tobias Friedrich },
+  title = {Don't be greedy when calculating hypervolume contributions},
+  pages = {103--112},
+  alias = {bringmann2009don},
+  annote = {Extended version published in \cite{BriFri2010eff}}
+}
+
+ +
+@inproceedings{BrinFriNeuWag2011,
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA},
+  editor = {Toby Walsh},
+  year = 2011,
+  booktitle = {Proceedings of  the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11)},
+  author = { Karl Bringmann  and  Tobias Friedrich  and  Frank Neumann  and  Markus Wagner },
+  title = {Approximation-guided Evolutionary Multi-objective
+                  Optimization},
+  pages = {1198--1203}
+}
+
+ +
+@incollection{Bro2015emo,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  title = {A Bug in the Multiobjective Optimizer {IBEA}: Salutary
+                  Lessons for Code Release and a Performance Re-Assessment},
+  author = { Dimo Brockhoff },
+  doi = {10.1007/978-3-319-15934-8_13},
+  pages = {187--201}
+}
+
+ +
+@incollection{BroCalLop2018dagstuhl,
+  keywords = {multiple criteria decision making, evolutionary
+                  multiobjective optimization},
+  doi = {10.4230/DagRep.8.1.33},
+  volume = {8(1)},
+  year = 2018,
+  series = {Dagstuhl Reports},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  booktitle = {Personalized Multiobjective Optimization: An Analytics
+                  Perspective (Dagstuhl Seminar 18031)},
+  editor = { Kathrin Klamroth  and  Joshua D. Knowles  and  G{\"u}nther Rudolph  and  Margaret M. Wiecek },
+  author = { Dimo Brockhoff  and  Roberto Calandra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Frank Neumann  and Selvakumar Ulaganathan},
+  title = {Meta-modeling for (interactive) multi-objective optimization
+                  (WG5)},
+  pages = {85--94}
+}
+
+ +
+@incollection{BroFriHebKle2007gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = { Dimo Brockhoff  and  Tobias Friedrich  and N. Hebbinghaus and
+                  C. Klein and  Frank Neumann  and  Eckart Zitzler },
+  title = {Do Additional Objectives Make a Problem Harder?},
+  pages = {765--772},
+  doi = {10.1145/1276958.1277114}
+}
+
+ +
+@incollection{BroLopNau2012ppsn,
+  volume = 7491,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {I}},
+  author = { Dimo Brockhoff  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Boris Naujoks  and  G{\"u}nther Rudolph },
+  title = {Runtime Analysis of Simple Interactive Evolutionary
+                  Biobjective Optimization Algorithms},
+  pages = {123--132},
+  doi = {10.1007/978-3-642-32937-1_13},
+  abstract = {Development and deployment of interactive evolutionary
+                  multiobjective optimization algorithms (EMOAs) have recently
+                  gained broad interest. In this study, first steps towards a
+                  theory of interactive EMOAs are made by deriving bounds on
+                  the expected number of function evaluations and queries to a
+                  decision maker. We analyze randomized local search and the
+                  (1+1)-EA on the biobjective problems LOTZ and COCZ under the
+                  scenario that the decision maker interacts with these
+                  algorithms by providing a subjective preference whenever
+                  solutions are incomparable. It is assumed that this decision
+                  is based on the decision maker's internal utility
+                  function. We show that the performance of the interactive
+                  EMOAs may dramatically worsen if the utility function is
+                  non-linear instead of linear.}
+}
+
+ +
+@incollection{BroSaxDeb2008handling,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  series = {Natural Computing Series},
+  year = 2008,
+  booktitle = {Multiobjective Problem Solving from Nature},
+  author = { Dimo Brockhoff  and  Saxena, Dhish Kumar  and  Kalyanmoy Deb  and  Eckart Zitzler },
+  editor = { Joshua D. Knowles  and  David Corne  and  Kalyanmoy Deb  and Chair, Deva Raj},
+  title = {On Handling a Large Number of Objectives A Posteriori and
+                  During Optimization},
+  pages = {377--403},
+  abstract = {Dimensionality reduction methods are used routinely in
+                  statistics, pattern recognition, data mining, and machine
+                  learning to cope with high-dimensional spaces. Also in the
+                  case of high-dimensional multiobjective optimization
+                  problems, a reduction of the objective space can be
+                  beneficial both for search and decision making. New questions
+                  arise in this context, e.g., how to select a subset of
+                  objectives while preserving most of the problem structure. In
+                  this chapter, two different approaches to the task of
+                  objective reduction are developed, one based on assessing
+                  explicit conflicts, the other based on principal component
+                  analysis (PCA). Although both methods use different
+                  principles and preserve different properties of the
+                  underlying optimization problems, they can be effectively
+                  utilized either in an a posteriori scenario or during
+                  search. Here, we demonstrate the usability of the
+                  conflict-based approach in a decision-making scenario after
+                  the search and show how the principal-component-based
+                  approach can be integrated into an evolutionary
+                  multicriterion optimization (EMO) procedure.},
+  doi = {10.1007/978-3-540-72964-8_18}
+}
+
+ +
+@incollection{BroTus2019bench,
+  doi = {10.1145/3319619},
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  title = {Benchmarking algorithms from the platypus framework on the
+                  biobjective bbob-biobj testbed},
+  author = { Dimo Brockhoff  and  Tea Tu{\v s}ar },
+  pages = {1905--1911},
+  keywords = {unbounded archive}
+}
+
+ +
+@incollection{BroWagTrau2012r2,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2012,
+  editor = {Terence Soule and Jason H. Moore},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  title = {On the properties of the {R2} indicator},
+  author = { Dimo Brockhoff  and  Tobias Wagner  and  Heike Trautmann },
+  pages = {465--472},
+  annote = {Proof that R2 is weakly Pareto compliant.}
+}
+
+ +
+@incollection{BroZit2006allobjectives,
+  year = 2006,
+  volume = 4193,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Runarsson, Thomas Philip and   Hans-Georg Beyer  and  Edmund K. Burke  and  Juan-Juli{\'a}n Merelo  and  Darrell Whitley  and  Xin Yao },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IX}},
+  author = { Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Are All Objectives Necessary? {On} Dimensionality Reduction in
+                  Evolutionary Multiobjective Optimization},
+  pages = {533--542},
+  abstract = {Most of the available multiobjective evolutionary algorithms
+                  (MOEA) for approximating the Pareto set have been designed
+                  for and tested on low dimensional problems ($\leq$3
+                  objectives). However, it is known that problems with a high
+                  number of objectives cause additional difficulties in terms
+                  of the quality of the Pareto set approximation and running
+                  time. Furthermore, the decision making process becomes the
+                  harder the more objectives are involved. In this context, the
+                  question arises whether all objectives are necessary to
+                  preserve the problem characteristics. One may also ask under
+                  which conditions such an objective reduction is feasible, and
+                  how a minimum set of objectives can be computed. In this
+                  paper, we propose a general mathematical framework, suited to
+                  answer these three questions, and corresponding algorithms,
+                  exact and heuristic ones. The heuristic variants are geared
+                  towards direct integration into the evolutionary search
+                  process. Moreover, extensive experiments for four well-known
+                  test problems show that substantial dimensionality reductions
+                  are possible on the basis of the proposed methodology.}
+}
+
+ +
+@incollection{BroZit2006dimensionality,
+  author = { Dimo Brockhoff  and  Eckart Zitzler },
+  editor = {Waldmann, Karl-Heinz and Stocker, Ulrike M.},
+  title = {Dimensionality Reduction in Multiobjective Optimization: The
+                  Minimum Objective Subset Problem},
+  booktitle = {Operations Research Proceedings 2006},
+  year = 2007,
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  pages = {423--429},
+  abstract = {The number of objectives in a multiobjective optimization
+                  problem strongly influences both the performance of
+                  generating methods and the decision making process in
+                  general. On the one hand, with more objectives, more
+                  incomparable solutions can arise, the number of which affects
+                  the generating method's performance. On the other hand, the
+                  more objectives are involved the more complex is the choice
+                  of an appropriate solution for a (human) decision maker. In
+                  this context, the question arises whether all objectives are
+                  actually necessary and whether some of the objectives may be
+                  omitted; this question in turn is closely linked to the
+                  fundamental issue of conflicting and non-conflicting
+                  optimization criteria. Besides a general definition of
+                  conflicts between objective sets, we here introduce the
+                  NP-hard problem of computing a minimum subset of objectives
+                  without losing information (MOSS). Furthermore, we present
+                  for MOSS both an approximation algorithm with optimum
+                  approximation ratio and an exact algorithm which works well
+                  for small input instances. We conclude with experimental
+                  results for a random problem and the multiobjective
+                  0/1-knapsack problem},
+  doi = {10.1007/978-3-540-69995-8_68},
+  keywords = {objective reduction}
+}
+
+ +
+@inproceedings{BroZit2007hypervolumeReduction,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  author = { Dimo Brockhoff  and  Eckart Zitzler },
+  title = {Improving hypervolume-based multiobjective evolutionary
+                  algorithms by using objective reduction methods},
+  pages = {2086--2093},
+  doi = {10.1109/CEC.2007.4424730},
+  keywords = {objective reduction}
+}
+
+ +
+@inproceedings{BruRit2018cec,
+  year = 2018,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2018 Congress on Evolutionary Computation (CEC 2018)},
+  key = {IEEE CEC},
+  author = { Artur Brum and  Marcus Ritt},
+  title = {Automatic Design of Heuristics for Minimizing the Makespan in
+                  Permutation Flow Shops},
+  pages = {1--8},
+  doi = {10.1109/CEC.2018.8477787}
+}
+
+ +
+@incollection{BruRit2018evo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 10782,
+  series = {Lecture Notes in Computer Science},
+  year = 2018,
+  booktitle = {Proceedings of EvoCOP 2018 -- 18th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Arnaud Liefooghe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  author = { Artur Brum and  Marcus Ritt},
+  title = {Automatic Algorithm Configuration for the Permutation Flow
+                  Shop Scheduling Problem Minimizing Total Completion Time},
+  pages = {85--100},
+  doi = {10.1007/978-3-319-77449-7_6}
+}
+
+ +
+@incollection{BuiRiz04:gecco,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3102,
+  editor = { Kalyanmoy Deb  and others},
+  year = 2004,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2004, Part I},
+  author = {T. N. Bui  and  Rizzo, Jr, J. R. },
+  title = {Finding Maximum Cliques with Distributed Ants},
+  pages = {24--35}
+}
+
+ +
+@techreport{BurByk2012,
+  author = { Edmund K. Burke  and  Yuri Bykov },
+  title = {The Late Acceptance Hill-Climbing Heuristic},
+  institution = {University of Stirling},
+  number = {CSM-192},
+  year = 2012
+}
+
+ +
+@incollection{BurHydKen2007gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = { Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall  and John R. Woodward},
+  title = {Automatic Heuristic Generation with Genetic Programming: Evolving a Jack-of-all-trades or a Master of One},
+  pages = {1559--1565},
+  doi = {10.1145/1276958.1277273}
+}
+
+ +
+@incollection{BurHydKen2019hb,
+  publisher = {Springer},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 272,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2019,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Edmund K. Burke  and  Matthew R. Hyde  and  Graham Kendall  and  Gabriela Ochoa  and  Ender {\"O}zcan  and John R. Woodward},
+  title = {A Classification of Hyper-Heuristic Approaches: Revisited},
+  chapter = 14,
+  pages = {453--477},
+  doi = {10.1007/978-3-319-91086-4_14}
+}
+
+ +
+@incollection{Burkard:QAP,
+  volume = 2,
+  editor = { Panos M. Pardalos  and  D.-Z. Du },
+  year = 1998,
+  publisher = {Kluwer Academic Publishers},
+  booktitle = {Handbook of Combinatorial Optimization},
+  author = { Burkard, Rainer E.  and  Eranda {\c C}ela  and  Panos M. Pardalos  and  L. S. Pitsoulis },
+  title = {The quadratic assignment problem},
+  pages = {241--338}
+}
+
+ +
+@incollection{Buz2019signif,
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Maxim Buzdalov},
+  title = {Towards better estimation of statistical significance when
+                  comparing evolutionary algorithms},
+  pages = {1782--1788},
+  doi = {10.1145/3319619.3326899}
+}
+
+ +
+@techreport{CI-235-07,
+  author = { Nicola Beume  and  Carlos M. Fonseca  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Jan Vahrenhold },
+  title = {On the Complexity of Computing the Hypervolume
+                  Indicator},
+  institution = {University of Dortmund},
+  year = 2007,
+  number = {CI-235/07},
+  month = dec,
+  note = {Published in IEEE Transactions on Evolutionary Computation~\cite{BeuFonLopPaqVah09:tec}}
+}
+
+ +
+@misc{COSEAL,
+  title = {COnfiguration and SElection of ALgorithms},
+  key = {COSEAL},
+  howpublished = {http://www.coseal.net},
+  year = 2017
+}
+
+ +
+@misc{CPLEX,
+  author = {IBM},
+  title = {{ILOG} {CPLEX} Optimizer},
+  year = 2017,
+  howpublished = {\url{http://www.ibm.com/software/integration/optimization/cplex-optimizer/}}
+}
+
+ +
+@incollection{CalShiCebDoe2019bayesian,
+  doi = {10.1145/3319619},
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Calvo, Borja and  Shir, Ofer M.  and  Josu Ceberio  and  Carola Doerr  and  Wang, Hao  and  Thomas B{\"a}ck  and  Jos{\'e} A. Lozano },
+  title = {Bayesian Performance Analysis for Black-box Optimization
+                  Benchmarking},
+  pages = {1789--1797},
+  numpages = 9,
+  acmid = 3326888,
+  keywords = {bayesian inference, benchmarking, black-box optimization,
+                  evolutionary algorithms, performance measures, plackett-luce
+                  model}
+}
+
+ +
+@incollection{CamDorStu2018ants,
+  volume = 11172,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and  Mauro Birattari  and Christensen, Anders L. and Reina, Andreagiovanni and  Vito Trianni },
+  year = 2018,
+  booktitle = {Swarm Intelligence, 11th International Conference, ANTS 2018},
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {Why the Intelligent Water Drops Cannot Be Considered as a Novel Algorithm},
+  pages = {302--314}
+}
+
+ +
+@incollection{CamPas2010lion,
+  doi = {10.1007/978-3-642-13800-3},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Roberto Battiti },
+  series = {Lecture Notes in Computer Science},
+  volume = 6073,
+  year = 2010,
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  title = {Adapting to a realistic decision maker: experiments
+                  towards a reactive multi-objective optimizer},
+  author = { Paolo Campigotto  and  Andrea Passerini },
+  pages = {338--341}
+}
+
+ +
+@incollection{CamStuDor2020ants,
+  volume = 12421,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and  Thomas St{\"u}tzle  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Heiko Hamann  and Heinrich, Mary Katherine},
+  year = 2020,
+  booktitle = {Swarm Intelligence, 12th International Conference, ANTS 2020},
+  title = {Grey Wolf, Firefly and Bat Algorithms: Three Widespread Algorithms that Do Not Contain Any Novelty},
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  pages = {121--133}
+}
+
+ +
+@unpublished{CamTriLop2017pseudo,
+  author = {Felipe Campelo and \'Athila R. Trindade and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Pseudoreplication in Racing Methods for Tuning Metaheuristics},
+  note = {In preparation},
+  year = 2017
+}
+
+ +
+@book{Can00:book,
+  author = {E. Cant{\'u}-Paz},
+  title = {Efficient and Accurate Parallel Genetic Algorithms},
+  publisher = {Kluwer Academic Publishers, Boston, MA},
+  year = 2000
+}
+
+ +
+@inproceedings{CarJesMar2003,
+  author = {P. Cardoso and M. Jesus and A. Marquez},
+  title = {{MONACO}: multi-objective network optimisation based on an {ACO}},
+  booktitle = {Proc. X  Encuentros de Geometr\'ia Computacional},
+  year = 2003,
+  address = {Seville, Spain}
+}
+
+ +
+@incollection{CarPinOli2017recipe,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  isbn = {978-3-319-55695-6},
+  year = 2017,
+  volume = 10196,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Proceedings of  the 20th European Conference on Genetic Programming, EuroGP 2017},
+  editor = {James McDermott and Mauro Castelli and Luk{\'{a}}s Sekanina
+                  and Evert Haasdijk and  Pablo Garc{\'i}a-S{\'a}nchez },
+  author = {de S{\'{a}}, Alex Guimar{\~{a}}es Cardoso  and Pinto, Walter
+                  Jos{\'{e}} G. S. and Oliveira, Luiz Ot{\'{a}}vio Vilas Boas and  Gisele Pappa },
+  title = {{RECIPE:} {A} Grammar-Based Framework for Automatically
+                  Evolving Classification Pipelines},
+  pages = {246--261},
+  doi = {10.1007/978-3-319-55696-3_16}
+}
+
+ +
+@incollection{CarProSha2013votes,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = {Michael J. Kearns and R. Preston McAfee and {\'{E}}va Tardos},
+  booktitle = {Proceedings of the Fourteenth ACM Conference on Electronic
+                  Commerce},
+  title = {When Do Noisy Votes Reveal the Truth?},
+  author = {Ioannis Caragiannis and Ariel D. Procaccia and Nisarg Shah},
+  doi = {10.1145/2482540.2482570},
+  keywords = {computer social choice, mallows model, sample complexity},
+  pages = {143--160},
+  abstract = {A well-studied approach to the design of voting rules views
+                  them as maximum likelihood estimators; given votes that are
+                  seen as noisy estimates of a true ranking of the
+                  alternatives, the rule must reconstruct the most likely true
+                  ranking. We argue that this is too stringent a requirement,
+                  and instead ask: How many votes does a voting rule need to
+                  reconstruct the true ranking? We define the family of
+                  pairwise-majority consistent rules, and show that for all
+                  rules in this family the number of samples required from the
+                  Mallows noise model is logarithmic in the number of
+                  alternatives, and that no rule can do asymptotically better
+                  (while some rules like plurality do much worse). Taking a
+                  more normative point of view, we consider voting rules that
+                  surely return the true ranking as the number of samples tends
+                  to infinity (we call this property accuracy in the limit);
+                  this allows us to move to a higher level of abstraction. We
+                  study families of noise models that are parametrized by
+                  distance functions, and find voting rules that are accurate
+                  in the limit for all noise models in such general
+                  families. We characterize the distance functions that induce
+                  noise models for which pairwise-majority consistent rules are
+                  accurate in the limit, and provide a similar result for
+                  another novel family of position-dominance consistent
+                  rules. These characterizations capture three well-known
+                  distance functions.}
+}
+
+ +
+@incollection{CebMenLoz2015mallows,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  title = {Kernels of {Mallows} Models for Solving Permutation-based
+                  Problems},
+  author = { Josu Ceberio  and  Alexander Mendiburu  and  Jos{\'e} A. Lozano },
+  pages = {505--512}
+}
+
+ +
+@book{Cela:QAP,
+  author = { Eranda {\c C}ela },
+  title = {The Quadratic Assignment Problem: Theory and
+                  Algorithms},
+  publisher = {Kluwer Academic Publishers},
+  year = 1998,
+  address = {Dordrecht, The Netherlands}
+}
+
+ +
+@inproceedings{CesOddSmi2000:aaai,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 2000,
+  booktitle = {Proceedings of AAAI 2000 -- Seventeenth National Conference
+                  on Artificial Intelligence},
+  editor = {Henry A. Kautz and Bruce W. Porter},
+  author = { Amadeo Cesta  and  Angelo Oddi  and  Stephen F. Smith },
+  title = {Iterative Flattening: A Scalable Method for Solving Multi-Capacity Scheduling Problems},
+  pages = {742--747}
+}
+
+ +
+@mastersthesis{Chang99,
+  author = { S. T. H. Chang },
+  title = {Optimizing the Real Time Operation of a Pumping
+                  Station at a Water Filtration Plant using Genetic
+                  Algorithms},
+  school = {Department of Civil and Environmental Engineering,
+                  The University of Adelaide},
+  year = 1999,
+  type = {Honors Thesis}
+}
+
+ +
+@inproceedings{Chase89,
+  author = { Donald V. Chase  and  Lindell E. Ormsbee },
+  title = {Optimal pump operation of water distribution systems
+                  with multiple storage tanks},
+  booktitle = {Proceedings of American Water Works Association
+                  Computer Specialty Conference},
+  pages = {205--214},
+  year = 1989,
+  address = {Denver, USA},
+  organization = {AWWA}
+}
+
+ +
+@inproceedings{Chase91,
+  author = { Donald V. Chase  and  Lindell E. Ormsbee },
+  title = {An alternate formulation of time as a decision
+                  variable to facilitate real-time operation of water
+                  supply systems},
+  booktitle = {Proceedings of the 18th Annual Conference of Water
+                  Resources Planning and Management},
+  pages = {923--927},
+  year = 1991,
+  address = { New York, NY},
+  organization = {ASCE}
+}
+
+ +
+@incollection{CheBuzDoeDan2023aac,
+  publisher = {{ACM}},
+  editor = { Chicano, Francisco  and  Tobias Friedrich  and K{\"o}tzing, Timo  and  Franz Rothlauf },
+  year = 2023,
+  booktitle = {Proceedings of the 17th {ACM}/{SIGEVO} Conference on Foundations of Genetic Algorithms},
+  author = {Chen, Deyao and Buzdalov, Maxim and  Carola Doerr  and Nguyen Dang},
+  title = {Using Automated Algorithm Configuration for Parameter
+                  Control},
+  pages = {38--49},
+  doi = {10.1145/3594805.3607127}
+}
+
+ +
+@inproceedings{CheGaoChen2005scga,
+  title = {{SCGA}: Controlling genetic algorithms with {Sarsa}(0)},
+  author = {Chen, Fei and Gao, Yang and Chen, Zhao-qian and Chen, Shi-fu},
+  booktitle = {Computational Intelligence for Modelling, Control and
+                  Automation, 2005 and International Conference on Intelligent
+                  Agents, Web Technologies and Internet Commerce, International
+                  Conference on},
+  volume = 1,
+  pages = {1177--1183},
+  year = 2005,
+  publisher = {IEEE},
+  doi = {10.1109/CIMCA.2005.1631422}
+}
+
+ +
+@incollection{CheGinBecMol2013moda,
+  address = { Heidelberg, Germany},
+  publisher = {Springer International Publishing},
+  booktitle = {mODa 10--Advances in Model-Oriented Design and Analysis},
+  year = 2013,
+  editor = {Ucinski, Dariusz and Atkinson, Anthony C.  and Patan, Maciej},
+  author = {Chevalier, Cl{\'e}ment and Ginsbourger, David and Bect,
+                  Julien and Molchanov, Ilya},
+  title = {Estimating and Quantifying Uncertainties on Level Sets Using
+                  the {Vorob}'ev Expectation and Deviation with {Gaussian}
+                  Process Models},
+  pages = {35--43},
+  abstract = {Several methods based on Kriging have recently been proposed
+                  for calculating a probability of failure involving
+                  costly-to-evaluate functions. A closely related problem is to
+                  estimate the set of inputs leading to a response exceeding a
+                  given threshold. Now, estimating such a level set---and not
+                  solely its volume---and quantifying uncertainties on it are
+                  not straightforward. Here we use notions from random set
+                  theory to obtain an estimate of the level set, together with
+                  a quantification of estimation uncertainty. We give explicit
+                  formulae in the Gaussian process set-up and provide a
+                  consistency result. We then illustrate how space-filling
+                  versus adaptive design strategies may sequentially reduce
+                  level set estimation uncertainty.},
+  doi = {10.1007/978-3-319-00218-7_5}
+}
+
+ +
+@inproceedings{CheIshSha2021clustering,
+  title = {Clustering-Based Subset Selection in Evolutionary
+                  Multiobjective Optimization},
+  author = {Chen, Weiyu and  Ishibuchi, Hisao  and Shang, Ke},
+  booktitle = {2021 IEEE International Conference on Systems, Man, and
+                  Cybernetics},
+  year = 2021,
+  organization = {IEEE},
+  pages = {468--475}
+}
+
+ +
+@incollection{CheKanTay1991ijcai,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = {Mylopoulos, John and Reiter, Raymond},
+  year = 1995,
+  booktitle = {Proceedings of  the 12th International Joint Conference on Artificial Intelligence (IJCAI-91)},
+  author = {Cheeseman, Peter C. and Kanefsky, Bob and Taylor, William M.},
+  title = {Where the Really Hard Problems Are},
+  pages = {331--340}
+}
+
+ +
+@inproceedings{CheXuChe04,
+  publisher = {IEEE Press},
+  year = 2004,
+  booktitle = {Proceedings of the International Conference on
+                  Machine Learning and Cybernetics},
+  editor = {Cloete, Ian and Wong, Kit-Po and Berthold, Michael},
+  author = {L. Chen and X. H. Xu and Y. X. Chen},
+  title = {An adaptive ant colony clustering algorithm},
+  pages = {1387--1392}
+}
+
+ +
+@inproceedings{CheIshSha2020subset,
+  year = 2020,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2020 Congress on Evolutionary Computation (CEC 2020)},
+  key = {IEEE CEC},
+  title = {Modified Distance-based Subset Selection for Evolutionary
+                  Multi-objective Optimization Algorithms},
+  author = {Chen, Weiyu and  Ishibuchi, Hisao  and Shang, Ke},
+  pages = {1--8},
+  keywords = {IGD+}
+}
+
+ +
+@inproceedings{CheXinChe2017vdmlibrary,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = {Chen, Lu and Xin, Bin and Chen, Jie and Juan Li},
+  title = {A virtual-decision-maker library considering personalities
+                  and dynamically changing preference structures for
+                  interactive multiobjective optimization},
+  pages = {636--641},
+  doi = {10.1109/CEC.2017.7969370},
+  keywords = {machine DM, interactive EMOA}
+}
+
+ +
+@incollection{ChiDerVer2023fourier,
+  doi = {10.1145/3583131},
+  location = {Lisbon, Portugal},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2023},
+  annote = {ISBN: 9798400701191},
+  address = { New York, NY},
+  year = 2023,
+  publisher = {ACM Press},
+  editor = {Silva, Sara and  Lu{\'i}s Paquete },
+  author = { Chicano, Francisco  and  Bilel Derbel  and  Verel, S{\'e}bastien },
+  title = {Fourier Transform-based Surrogates for Permutation Problems},
+  pages = {275--283}
+}
+
+ +
+@incollection{ChiGoe2010,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Marco Chiarandini  and Yuri Goegebeur},
+  title = {Mixed Models for the Analysis of Optimization Algorithms},
+  pages = {225--264},
+  annote = {Preliminary version available as \emph{Tech.\ Rep.}
+                  MF-2009-07-001 at the The Danish Mathematical Society},
+  doi = {10.1007/978-3-642-02538-9}
+}
+
+ +
+@phdthesis{ChiarandiniPhD,
+  author = { Marco Chiarandini },
+  title = {Stochastic Local Search Methods for Highly
+                  Constrained Combinatorial Optimisation Problems},
+  school = {FB Informatik, TU Darmstadt, Germany},
+  year = 2005
+}
+
+ +
+@misc{Chieng2014,
+  author = {Tsung-Che Chiang},
+  title = {nsga3cpp: A {C++} implementation of {NSGA-III}},
+  howpublished = {\url{http://web.ntnu.edu.tw/~tcchiang/publications/nsga3cpp/nsga3cpp.htm}},
+  year = 2014
+}
+
+ +
+@inproceedings{ChrSchBur2011patus,
+  publisher = {IEEE Computer Society},
+  year = 2011,
+  series = {IPDPS '11},
+  booktitle = {Proceedings of the 2011 IEEE International Parallel \&
+                  Distributed Processing Symposium},
+  editor = {Frank Mueller},
+  author = {Matthias Christen and Olaf Schenk and Helmar Burkhart},
+  title = {{PATUS:} A Code Generation and Autotuning Framework for
+                  Parallel Iterative Stencil Computations on Modern
+                  Microarchitectures},
+  pages = {676--687},
+  doi = {10.1109/IPDPS.2011.70}
+}
+
+ +
+@techreport{ChrVan2018,
+  author = {Jan Christiaens and Greet Vanden Berghe},
+  title = {Slack Induction by String Removals for Vehicle Routing Problems},
+  institution = {Department of Computing Science, KU Leuven, Gent, Belgium},
+  year = 2018,
+  number = {7-05-2018}
+}
+
+ +
+@techreport{Christofides1976,
+  title = {Worst-case analysis of a new heuristic for the travelling salesman problem},
+  author = { Christofides, Nicos },
+  year = 1976,
+  number = 388,
+  institution = {Graduate School of Industrial Administration, Carnegie-Mellon University, Pittsburgh, PA}
+}
+
+ +
+@incollection{ChuLop2021gecco,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  author = { Tinkle Chugh  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Maximising Hypervolume and Minimising $\epsilon$-Indicators
+                  using Bayesian Optimisation over Sets},
+  doi = {10.1145/3449726.3463178},
+  keywords = {multi-objective, surrogate models, epsilon, hypervolume},
+  supplement = {https://doi.org/10.5281/zenodo.4675569},
+  pages = {1326--1334}
+}
+
+ +
+@incollection{ChuNuaJanPho06,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2006,
+  editor = {M. Cattolico and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2006},
+  author = {S. Chusanapiputt and D. Nualhong and S. Jantarang
+                  and S. Phoomvuthisarn},
+  title = {Selective self-adaptive approach to ant system for
+                  solving unit commitment problem},
+  pages = {1729--1736}
+}
+
+ +
+@phdthesis{Chugh2017phd,
+  author = { Tinkle Chugh },
+  title = {Handling expensive multiobjective optimization problems with
+                  evolutionary algorithms},
+  school = {University of Jyv{\"a}skyl{\"a}},
+  year = 2017
+}
+
+ +
+@inproceedings{Chugh2020scalar,
+  year = 2020,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2020 Congress on Evolutionary Computation (CEC 2020)},
+  key = {IEEE CEC},
+  author = { Tinkle Chugh },
+  title = {Scalarizing Functions in Bayesian Multiobjective
+                  Optimization},
+  pages = {1--8},
+  doi = {10.1109/CEC48606.2020.9185706}
+}
+
+ +
+@incollection{CinFerLopAl2021evocop,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 12692,
+  series = {Lecture Notes in Computer Science},
+  year = 2021,
+  booktitle = {Proceedings of EvoCOP 2021 -- 21th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Christine Zarges  and  Verel, S{\'e}bastien },
+  author = { Christian Cintrano  and  Javier Ferrer  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Alba, Enrique },
+  title = {Hybridization of Racing Methods with Evolutionary Operators
+                  for Simulation Optimization of Traffic Lights Programs},
+  abstract = {In many real-world optimization problems, like the traffic
+                  light scheduling problem tackled here, the evaluation of
+                  candidate solutions requires the simulation of a process
+                  under various scenarios. Thus, good solutions should not only
+                  achieve good objective function values, but they must be
+                  robust (low variance) across all different scenarios.
+                  Previous work has revealed the effectiveness of IRACE for
+                  this task.  However, the operators used by IRACE to generate
+                  new solutions were designed for configuring algorithmic
+                  parameters, that have various data types (categorical,
+                  numerical, etc.). Meanwhile, evolutionary algorithms have
+                  powerful operators for numerical optimization, which could
+                  help to sample new solutions from the best ones found in the
+                  search. Therefore, in this work, we propose a hybridization
+                  of the elitist iterated racing mechanism of IRACE with
+                  evolutionary operators from differential evo- lution and
+                  genetic algorithms. We consider a realistic case study
+                  derived from the traffic network of Malaga (Spain) with 275
+                  traffic lights that should be scheduled optimally. After a
+                  meticulous study, we discovered that the hybrid algorithm
+                  comprising IRACE plus differential evolution offers
+                  statistically better results than conventional algorithms and
+                  also improves travel times and reduces pollution.},
+  keywords = {Hybrid algorithms, Evolutionary algorithms, Simulation
+                  optimization, Uncertainty, Traffic light planning},
+  pages = {17--33},
+  doi = {10.1007/978-3-030-72904-2_2},
+  annote = {Extended version published in Evolutionary Computation journal~\cite{CinFerLopAlb2022irace}.}
+}
+
+ +
+@inproceedings{CirJohMcGZha2001,
+  author = {Jill Cirasella and David S. Johnson and  Lyle A. McGeoch  and Weixiong Zhang},
+  title = {The Asymmetric Traveling Salesman Problem: Algorithms,
+                  Instance Generators, and Tests},
+  booktitle = {Algorithm Engineering and Experimentation, Third
+                  International Workshop, {ALENEX} 2001, Washington, DC, USA,
+                  January 5-6, 2001, Revised Papers},
+  pages = {32--59},
+  series = {Lecture Notes in Computer Science},
+  volume = 2153,
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2001,
+  doi = {10.1007/3-540-44808-X_3},
+  editor = {Adam L. Buchsbaum and Jack Snoeyink}
+}
+
+ +
+@inproceedings{ClaKar1992electronic,
+  author = {Jon Claerbout and Martin Karrenbach},
+  year = 1992,
+  title = {Electronic documents give reproducible research a new
+                  meaning},
+  booktitle = {SEG Technical Program Expanded Abstracts 1992},
+  publisher = {Society of Exploration Geophysicists},
+  pages = {601--604},
+  doi = {10.1190/1.1822162},
+  annote = {Proposed a reproducibility taxonomy, defined reproducibility
+                  and taxonomy}
+}
+
+ +
+@misc{CleKen2011spso,
+  author = { Clerc, Maurice  and  J. Kennedy },
+  title = {Standard {PSO} 2011},
+  howpublished = {Particle Swarm Central},
+  year = 2011,
+  url = {http://www.particleswarm.info/},
+  alias = {pso:central}
+}
+
+ +
+@unpublished{Clerc2012spso,
+  title = {Standard {Particle} {Swarm} {Optimisation}},
+  author = { Clerc, Maurice },
+  url = {https://hal.archives-ouvertes.fr/hal-00764996},
+  numpages = 15,
+  year = 2012,
+  month = sep,
+  hal_id = {hal-00764996},
+  hal_version = {v1},
+  keywords = {particle swarm optimisation},
+  abstract = {Since 2006, three successive standard PSO versions have been
+                  put on line on the Particle Swarm Central
+                  (\url{http://particleswarm.info}), namely SPSO 2006, 2007,
+                  and 2011. The basic principles of all three versions can be
+                  informally described the same way, and in general, this
+                  statement holds for almost all PSO variants. However, the
+                  exact formulae are slightly different, because they took
+                  advantage of latest theoretical analysis available at the
+                  time they were designed.},
+  note = {hal-00764996}
+}
+
+ +
+@incollection{Coe2015multi,
+  title = {Multi-objective Evolutionary Algorithms in Real-World
+                  Applications: Some Recent Results and Current Challenges},
+  author = { Carlos A. {Coello Coello} },
+  booktitle = {Advances in Evolutionary and Deterministic Methods for
+                  Design, Optimization and Control in Engineering and Sciences},
+  pages = {3--18},
+  year = 2015,
+  doi = {10.1007/978-3-319-11541-2_1},
+  publisher = {Springer}
+}
+
+ +
+@book{CoeLamVVe2007:book,
+  author = { Carlos A. {Coello Coello}  and  Gary B. Lamont  and  David A. {Van Veldhuizen} },
+  title = {Evolutionary Algorithms for Solving Multi-Objective Problems},
+  year = 2007,
+  publisher = {Springer},
+  address = { New York, NY},
+  edition = {2nd},
+  doi = {10.1007/978-0-387-36797-2}
+}
+
+ +
+@incollection{CoeSie2004igd,
+  year = 2004,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2972,
+  series = {Lecture Notes in Artificial Intelligence},
+  booktitle = {Proceedings of MICAI},
+  editor = {Monroy, Ra{\'u}l and Arroyo-Figueroa, Gustavo and Sucar, Luis
+                  Enrique and Sossa, Humberto},
+  author = { Carlos A. {Coello Coello}  and Reyes-Sierra, Margarita},
+  title = {A Study of the Parallelization of a Coevolutionary
+                  Multi-objective Evolutionary Algorithm},
+  pages = {688--697},
+  keywords = {IGD},
+  annote = {Introduces Inverted Generational Distance (IGD)}
+}
+
+ +
+@inproceedings{Coello2000cec,
+  month = jul,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2000,
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  key = {IEEE CEC},
+  author = { Carlos A. {Coello Coello} },
+  title = {Handling Preferences in Evolutionary Multiobjective
+                  Optimization: A Survey},
+  pages = {30--37},
+  alias = {Coe2000cec}
+}
+
+ +
+@incollection{Coello2017results,
+  volume = 10687,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  booktitle = {Theory and Practice of Natural Computing - 6th International Conference,
+               {TPNC} 2017},
+  editor = {Carlos Mart{\'i}n{-}Vide and Roman Neruda and Miguel A. Vega{-}Rodr{\'i}guez},
+  author = { Carlos A. {Coello Coello} },
+  title = {Recent Results and Open Problems in Evolutionary Multiobjective Optimization},
+  pages = {3--21}
+}
+
+ +
+@book{Cohen1995ai,
+  author = {Paul R. Cohen},
+  title = {Empirical Methods for Artificial Intelligence},
+  publisher = {MIT Press},
+  address = {Cambridge, MA},
+  year = 1995,
+  alias = {Coh95}
+}
+
+ +
+@incollection{Cohen82,
+  author = { G. Cohen },
+  title = {Optimal Control of Water Supply Networks},
+  booktitle = {Optimization and Control of Dynamic Operational
+                  Research Models},
+  pages = {251--276},
+  publisher = {North-Holland Publishing Company},
+  year = 1982,
+  editor = { S. G. Tzafestas },
+  volume = 4,
+  chapter = 8,
+  address = {Amsterdam}
+}
+
+ +
+@inproceedings{ColDorMan92:ecal,
+  publisher = {MIT Press, Cambridge, MA},
+  editor = {F. J. Varela and P. Bourgine},
+  year = 1992,
+  booktitle = {Proceedings of  the First European Conference on
+                  Artificial Life},
+  author = { Alberto Colorni  and  Marco Dorigo  and  Vittorio Maniezzo },
+  title = {Distributed Optimization by Ant Colonies},
+  pages = {134--142}
+}
+
+ +
+@incollection{ColMonGauSli07,
+  volume = 4926,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2008,
+  doi = {10.1007/978-3-540-79305-2},
+  shorteditor = {Monmarch{\'e}, Nicolas and others},
+  editor = {Monmarch{\'e}, Nicolas and  Talbi, El-Ghazali  and Collet, Pierre and  Marc Schoenauer  and Lutton, Evelyne},
+  booktitle = {Artificial Evolution},
+  author = {Sonia Colas and  Nicolas Monmarch{\'e}  and Pierre
+                  Gaucher and Mohamed Slimane},
+  pages = {87--99},
+  title = {Artificial Ants for the Optimization of Virtual
+                  Keyboard Arrangement for Disabled People}
+}
+
+ +
+@book{ConSchVic2009,
+  author = {Andrew R. Conn and Katya Scheinberg and Luis N. Vicente},
+  title = {Introduction to Derivative-Free Optimization},
+  publisher = {Society for Industrial and Applied Mathematics, Philadelphia, PA, USA},
+  year = 2009,
+  series = {MPS--SIAM Series on Optimization}
+}
+
+ +
+@misc{ConcordeSolver,
+  author = { David Applegate  and  Robert E. Bixby  and  Va{\v{s}}ek Chv{\'a}tal  and  William J. Cook },
+  title = {Concorde {TSP} Solver},
+  howpublished = {\url{http://www.math.uwaterloo.ca/tsp/concorde.html}},
+  note = {Version visited last on 15 April 2014},
+  year = 2014
+}
+
+ +
+@book{Conover99:pns,
+  author = { W. J. Conover },
+  title = {Practical Nonparametric Statistics},
+  publisher = {John Wiley \& Sons},
+  address = { New York, NY},
+  year = 1999,
+  edition = {3rd}
+}
+
+ +
+@inproceedings{Cook1971,
+  author = {Cook, Stephen A.},
+  title = {The Complexity of Theorem-proving Procedures},
+  booktitle = {Proceedings of the Third Annual ACM Symposium on Theory of
+                  Computing},
+  series = {STOC '71},
+  year = 1971,
+  location = {Shaker Heights, Ohio, USA},
+  pages = {151--158},
+  numpages = 8,
+  doi = {10.1145/800157.805047},
+  acmid = 805047,
+  publisher = {ACM}
+}
+
+ +
+@book{Cook2012,
+  author = { William J. Cook },
+  title = {In Pursuit of the Traveling Salesman},
+  publisher = {Princeton University Press, Princeton, NJ},
+  year = 2012
+}
+
+ +
+@incollection{Cook2019,
+  year = 2019,
+  editor = {Bernhard Steffen and Gerhard Woeginger},
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 10000,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Computing and Software Science: State of the Art and Perspectives},
+  title = {Computing in Combinatorial Optimization},
+  author = { William J. Cook },
+  pages = {27--47},
+  doi = {10.1007/978-3-319-91908-9_3}
+}
+
+ +
+@incollection{CorKno2001pesa2,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = {Erik D. Goodman},
+  year = 2001,
+  booktitle = {Proceedings of the 3rd Annual Conference on Genetic and
+                  Evolutionary Computation, GECCO 2001},
+  author = { David Corne  and Jerram, Nick R. and  Joshua D. Knowles  and Oates,
+                  Martin J.},
+  title = {{PESA-II}: Region-Based Selection in Evolutionary
+                  Multiobjective Optimization},
+  pages = {283--290},
+  numpages = 8,
+  doi = {10.5555/2955239.2955289}
+}
+
+ +
+@inproceedings{CorKno2003cec,
+  year = 2003,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = dec,
+  booktitle = {Proceedings of  the 2003 Congress on Evolutionary Computation (CEC'03)},
+  key = {IEEE CEC},
+  author = { David Corne  and  Joshua D. Knowles },
+  title = {Some Multiobjective Optimizers are Better than Others},
+  pages = {2506--2512}
+}
+
+ +
+@incollection{CorKno2003nfl,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { David Corne  and  Joshua D. Knowles },
+  title = {No free lunch and free leftovers theorems for multiobjective
+                  optimisation problems},
+  pages = {327--341},
+  doi = {10.1007/3-540-36970-8_23}
+}
+
+ +
+@incollection{CorKnoOat2000ppsn,
+  anote = {IC.29},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marc Schoenauer  and others},
+  aeditor = { Marc Schoenauer  and  Kalyanmoy Deb  and  G{\"u}nther Rudolph  and  Xin Yao  and E. Lutton and  Juan-Juli{\'a}n Merelo  and  Hans-Paul Schwefel },
+  year = 2000,
+  volume = 1917,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VI}},
+  author = { David Corne  and  Joshua D. Knowles  and M. J. Oates},
+  title = {The {Pareto} Envelope-Based Selection Algorithm for
+                  Multiobjective Optimization},
+  pages = {839--848}
+}
+
+ +
+@book{CorLeiRiv2009,
+  title = {Introduction to algorithms},
+  author = {Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford},
+  year = 2009,
+  publisher = {MIT Press},
+  address = {Cambridge, MA}
+}
+
+ +
+@incollection{CorRey2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { David Corne  and Reynolds, Alan},
+  title = {Evaluating optimization algorithms: bounds on the performance
+                  of optimizers on unseen problems},
+  pages = {707--710},
+  doi = {10.1145/2001858.2002073},
+  supplement = {http://is.gd/evalopt}
+}
+
+ +
+@inproceedings{CorViaHerMor2000bwas,
+  month = sep # { 7--9},
+  year = 2000,
+  date = {2000-09-07/2000-09-09},
+  organization = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Martin Middendorf  and  Thomas St{\"u}tzle },
+  booktitle = {Abstract proceedings of ANTS 2000 -- From Ant
+                  Colonies to Artificial Ants: Second International
+                  Workshop on Ant Algorithms},
+  author = { Oscar Cord{\'o}n  and I. Fern{\'a}ndez de Viana and  Francisco Herrera  and L. Moreno},
+  title = {A New {ACO} Model Integrating Evolutionary Computation
+                  Concepts: The Best-Worst Ant System},
+  pages = {22--29}
+}
+
+ +
+@incollection{CowKenSou2000hyper,
+  publisher = {Springer},
+  volume = 2079,
+  series = {Lecture Notes in Computer Science},
+  year = 2000,
+  editor = {Edmund K. Burke and Wilhelm Erben},
+  booktitle = {PATAT 2000: Proceedings of the 3rd International Conference
+                  of the Practice and Theory of Automated Timetabling},
+  author = {Peter I. Cowling and  Graham Kendall  and Eric Soubeiga},
+  title = {A Hyperheuristic Approach to Scheduling a Sales Summit},
+  pages = {176--190},
+  doi = {10.1007/3-540-44629-X_11},
+  annote = {First mention of the term hyper-heuristic.}
+}
+
+ +
+@book{Crawley2012rbook,
+  author = {M. J. Crawley},
+  title = {The \proglang{R} Book},
+  publisher = {Wiley},
+  year = 2012,
+  edition = {2nd}
+}
+
+ +
+@techreport{CroGloThoTra1963,
+  author = {W. B. Crowston and F. Glover and G. L. Thompson and
+                  J. D. Trawick},
+  title = {Probabilistic and Parametric Learning Combinations of Local
+                  Job Shop Scheduling Rules},
+  institution = {GSIA, Carnegie-Mellon University, Pittsburgh, PA, USA},
+  year = 1963,
+  number = {No.\ 117},
+  type = {ONR Research Memorandum}
+}
+
+ +
+@techreport{Cul92,
+  author = { Joseph C. Culberson },
+  title = {Iterated Greedy Graph Coloring and the Difficulty
+                  Landscape},
+  institution = {Department of Computing Science, The University of
+                  Alberta, Edmonton, Alberta, Canada},
+  year = 1992,
+  number = {92-07}
+}
+
+ +
+@inproceedings{CulBeaPap95,
+  author = { Joseph C. Culberson  and A. Beacham and D. Papp},
+  title = {Hiding our Colors},
+  booktitle = {Proceedings of the CP'95 Workshop on Studying and Solving
+                  Really Hard Problems},
+  pages = {31--42},
+  year = 1995,
+  address = {Cassis, France},
+  month = sep
+}
+
+ +
+@incollection{CulLuo1996,
+  series = {{DIMACS} Series on Discrete Mathematics and Theoretical Computer Science},
+  volume = 26,
+  year = 1996,
+  address = { Providence, RI},
+  publisher = {American Mathematical Society},
+  booktitle = {Cliques, Coloring, and Satisfiability: Second {DIMACS}
+                  Implementation Challenge},
+  editor = {David S. Johnson and  Michael A. Trick },
+  author = { Joseph C. Culberson  and F. Luo},
+  title = {Exploring the $k$-colorable Landscape with Iterated Greedy},
+  pages = {245--284},
+  alias = {CulLuo96}
+}
+
+ +
+@book{Cumming2012,
+  author = {Jeff Cumming},
+  title = {Understanding the New Statistics -- Effect Sizes, Confidence Intervals, and Meta-analysis},
+  publisher = {Taylor \& Francis},
+  year = 2012
+}
+
+ +
+@incollection{DanDeC2014,
+  year = 2014,
+  publisher = {SciTePress},
+  booktitle = {{ICORES} 2014 - Proceedings of the 3rd International Conference on
+               Operations Research and Enterprise Systems},
+  editor = {Bego{\~{n}}a Vitoriano and Eric Pinson and Fernando Valente},
+  author = {Nguyen {Dang Thi Thanh} and Patrick {De Causmaecker}},
+  title = {Motivations for the Development of a Multi-objective
+                  Algorithm Configurator},
+  pages = {328--333}
+}
+
+ +
+@incollection{DanDec2016neighborhood,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 10079,
+  editor = {Paola Festa and  Meinolf Sellmann  and  Joaquin Vanschoren },
+  series = {Lecture Notes in Computer Science},
+  year = 2016,
+  booktitle = {Learning and Intelligent Optimization, 10th International
+                  Conference, LION 10},
+  title = {Characterization of Neighborhood Behaviours in a
+                  Multi-neighborhood Local Search Algorithm},
+  author = {Nguyen {Dang Thi Thanh} and Patrick {De Causmaecker}},
+  pages = {234--239}
+}
+
+ +
+@incollection{DanDec2019analysis,
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 11968,
+  publisher = {Springer},
+  year = 2019,
+  editor = {Nikolaos F. Matsatsinis and Yannis Marinakis and  Panos M. Pardalos },
+  booktitle = {Learning and Intelligent Optimization, 13th International
+                  Conference, LION 13},
+  author = {Nguyen Dang and Patrick {De Causmaecker}},
+  title = {Analysis of Algorithm Components and Parameters: Some Case
+                  Studies},
+  pages = {288--303},
+  abstract = {Modern high-performing algorithms are usually highly
+                  parameterised, and can be configured either manually or by an
+                  automatic algorithm configurator. The algorithm performance
+                  dataset obtained after the configuration step can be used to
+                  gain insights into how different algorithm parameters
+                  influence algorithm performance. This can be done by a number
+                  of analysis methods that exploit the idea of learning
+                  prediction models from an algorithm performance dataset and
+                  then using them for the data analysis on the importance of
+                  variables. In this paper, we demonstrate the complementary
+                  usage of three methods along this line, namely forward
+                  selection, fANOVA and ablation analysis with surrogates on
+                  three case studies, each of which represents some special
+                  situations that the analyses can fall into. By these
+                  examples, we illustrate how to interpret analysis results and
+                  discuss the advantage of combining different analysis
+                  methods.},
+  doi = {10.1007/978-3-030-05348-2_25}
+}
+
+ +
+@incollection{DanDoe2019gecco,
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Nguyen Dang and  Carola Doerr },
+  title = {Hyper-parameter tuning for the ({1 + (\(\lambda\), \(\lambda\))}) {GA}},
+  pages = {889--897},
+  doi = {10.1145/3321707.3321725},
+  keywords = {irace; theory}
+}
+
+ +
+@incollection{DanPerCauStu2017:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  author = {Nguyen {Dang Thi Thanh} and   P{\'e}rez C{\'a}ceres, Leslie  and Patrick {De Causmaecker} and  Thomas St{\"u}tzle },
+  title = {Configuring {\rpackage{irace}} Using Surrogate Configuration Benchmarks},
+  pages = {243--250},
+  keywords = {irace},
+  doi = {10.1145/3071178.3071238}
+}
+
+ +
+@inproceedings{DanPoz2018,
+  year = 2018,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2018 Congress on Evolutionary Computation (CEC 2018)},
+  key = {IEEE CEC},
+  title = {A Meta-Learning Algorithm Selection Approach for the Quadratic Assignment Problem},
+  author = {Dantas, Augusto Lopez and Pozo, Aurora Trinidad Ramirez},
+  pages = {1--8}
+}
+
+ +
+@incollection{Dandy03,
+  author = { Graeme C. Dandy  and  Matthew S. Gibbs },
+  editor = {Paul Bizier and Paul DeBarry},
+  title = {Optimizing System Operations and Water Quality},
+  publisher = {ASCE},
+  year = 2003,
+  booktitle = {Proceedings of World Water and Environmental
+                  Resources Congress},
+  address = {Philadelphia, USA},
+  doi = {10.1061/40685(2003)127},
+  note = {on CD-ROM}
+}
+
+ +
+@phdthesis{Dang2018PhD,
+  title = {Data analytics for algorithm design},
+  school = {KU Leuven, Belgium},
+  author = {Nguyen {Dang Thi Thanh}},
+  year = 2018,
+  annote = {Supervised by Patrick {De Causmaecker}}
+}
+
+ +
+@incollection{DaoVerOchTom2012:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2012,
+  editor = {Terence Soule and Jason H. Moore},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  author = {Fabio Daolio and  Verel, S{\'e}bastien  and  Gabriela Ochoa  and Marco Tomassini},
+  title = {Local Optima Networks and the Performance of Iterated Local
+                  Search},
+  pages = {369--376}
+}
+
+ +
+@inproceedings{DauBalBak2020different,
+  year = 2020,
+  editor = {Hugo Larochelle and Marc'Aurelio Ranzato and Raia Hadsell and
+                  Maria{-}Florina Balcan and Hsuan{-}Tien Lin},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS
+                  33)},
+  author = {Daulton, Samuel and Balandat, Maximilian and Bakshy, Eytan},
+  title = {Differentiable Expected Hypervolume Improvement for Parallel
+                  Multi-Objective {Bayesian} Optimization},
+  pages = {9851--9864},
+  epub = {https://proceedings.neurips.cc/paper/2020/file/6fec24eac8f18ed793f5eaad3dd7977c-Paper.pdf}
+}
+
+ +
+@inproceedings{DeSchaetzen98,
+  author = { Werner de Schaetzen  and  Dragan A. Savic  and  Godfrey A. Walters },
+  title = {A genetic algorithm approach to pump scheduling in
+                  water supply},
+  booktitle = {Hydroinformatics '98},
+  pages = {897--899},
+  year = 1998,
+  editor = { V. Babovic  and  L. C. Larsen },
+  address = {Rotterdam, Balkema}
+}
+
+ +
+@inproceedings{DeaBod1988aaai,
+  year = 1988,
+  booktitle = {Proceedings of the 7th National Conference on Artificial
+                  Intelligence, AAAI-88},
+  url = {http://www.aaai.org/Conferences/AAAI/aaai88.php},
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  editor = {Howard E. Shrobe and Tom M. Mitchell and Reid G. Smith},
+  author = {Thomas Dean and Mark S. Boddy},
+  title = {An Analysis of Time-Dependent Planning},
+  pages = {49--54},
+  keywords = {anytime, performance profiles}
+}
+
+ +
+@book{DeanVoss99:DAE,
+  author = { Angela Dean  and  Daniel Voss },
+  title = {Design and Analysis of Experiments},
+  publisher = {Springer},
+  address = { London, UK },
+  doi = {10.1007/b97673},
+  year = 1999
+}
+
+ +
+@incollection{Deb2008introduction,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  title = {Introduction to evolutionary multiobjective optimization},
+  author = { Kalyanmoy Deb },
+  abstract = {In its current state, evolutionary multiobjective
+                  optimization (EMO) is an established field of research and
+                  application with more than 150 PhD theses, more than ten
+                  dedicated texts and edited books, commercial softwares and
+                  numerous freely downloadable codes, a biannual conference
+                  series running successfully since 2001, special sessions and
+                  workshops held at all major evolutionary computing
+                  conferences, and full-time researchers from universities and
+                  industries from all around the globe. In this chapter, we
+                  provide a brief introduction to EMO principles, illustrate
+                  some EMO algorithms with simulated results, and outline the
+                  current research and application potential of EMO. For
+                  solving multiobjective optimization problems, EMO procedures
+                  attempt to find a set of well-distributed Pareto-optimal
+                  points, so that an idea of the extent and shape of the
+                  Pareto-optimal front can be obtained. Although this task was
+                  the early motivation of EMO research, EMO principles are now
+                  being found to be useful in various other problem solving
+                  tasks, enabling one to treat problems naturally as they
+                  are. One of the major current research thrusts is to combine
+                  EMO procedures with other multiple criterion decision making
+                  (MCDM)  tools so as to develop hybrid and interactive
+                  multiobjective optimization algorithms for finding a set of
+                  trade-off optimal solutions and then choose a preferred
+                  solution for implementation. This chapter provides the
+                  background of EMO principles and their potential to launch
+                  such collaborative studies with MCDM researchers in the
+                  coming years.},
+  doi = {10.1007/978-3-540-88908-3_3},
+  pages = {59--96}
+}
+
+ +
+@incollection{Deb2005,
+  year = 2005,
+  address = {Boston, MA},
+  publisher = {Springer},
+  editor = { Edmund K. Burke  and  Graham Kendall },
+  booktitle = {Search Methodologies},
+  title = {Multi-objective optimization},
+  author = { Kalyanmoy Deb },
+  pages = {273--316},
+  doi = {10.1007/0-387-28356-0_10}
+}
+
+ +
+@book{Deb:MOEA,
+  author = { Kalyanmoy Deb },
+  title = {Multi-Objective Optimization Using Evolutionary
+                  Algorithms},
+  year = 2001,
+  publisher = {Wiley},
+  address = {Chichester, UK}
+}
+
+ +
+@incollection{DebAg1999polymut,
+  doi = {10.1007/978-3-7091-6384-9},
+  booktitle = {Artificial Neural Nets and Genetic Algorithms (ICANNGA-99)},
+  key = {ICANNGA},
+  year = 1999,
+  publisher = {Springer Verlag},
+  editor = {Andrej Dobnikar and Nigel C. Steele and David
+                  W. Pearson and Rudolf F. Albrecht},
+  author = { Kalyanmoy Deb  and S. Agrawal},
+  title = {A Niched-Penalty Approach for Constraint Handling in Genetic
+                  Algorithms},
+  pages = {235--243},
+  keywords = {polynomial mutation}
+}
+
+ +
+@incollection{DebAgrPra2000ppsn,
+  anote = {IC.29},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marc Schoenauer  and others},
+  aeditor = { Marc Schoenauer  and  Kalyanmoy Deb  and  G{\"u}nther Rudolph  and  Xin Yao  and E. Lutton and  Juan-Juli{\'a}n Merelo  and  Hans-Paul Schwefel },
+  year = 2000,
+  volume = 1917,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VI}},
+  title = {A fast elitist non-dominated sorting genetic algorithm
+             for multi-objective optimization: {NSGA-II}},
+  author = { Kalyanmoy Deb  and S. Agarwal and A. Pratap and T. Meyarivan},
+  pages = {849--858}
+}
+
+ +
+@techreport{DebJain02,
+  author = { Kalyanmoy Deb  and  Sachin Jain },
+  title = {Multi-Speed Gearbox Design Using Multi-Objective
+                  Evolutionary Algorithms},
+  institution = {KanGAL},
+  year = 2002,
+  number = 2002001,
+  month = feb
+}
+
+ +
+@incollection{DebMyb2016gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2016},
+  title = {Breaking the billion-variable barrier in real-world
+                  optimization using a customized evolutionary algorithm},
+  author = { Kalyanmoy Deb  and Myburgh, Christie},
+  pages = {653--660}
+}
+
+ +
+@incollection{DebSin2009emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  title = {Solving Bilevel Multi-Objective Optimization Problems Using
+                  Evolutionary Algorithms},
+  author = { Kalyanmoy Deb  and Sinha, Ankur},
+  pages = {110--124},
+  alias = {Deb2009}
+}
+
+ +
+@incollection{DebSun2006gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2006,
+  editor = {M. Cattolico and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2006},
+  author = { Kalyanmoy Deb  and Sundar, J.},
+  title = {Reference point based multi-objective optimization using
+                  evolutionary algorithms},
+  pages = {635--642},
+  annote = {Proposed R-NSGA-II},
+  doi = {10.1145/1143997.1144112}
+}
+
+ +
+@inproceedings{DebTewDixDut2007finding,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  title = {Finding trade-off solutions close to {KKT} points using
+                  evolutionary multi-objective optimization},
+  author = { Kalyanmoy Deb  and Tewari, Rahul and Dixit, Mayur and Dutta, Joydeep},
+  pages = {2109--2116}
+}
+
+ +
+@techreport{DebThiLau2001dtlz,
+  author = { Kalyanmoy Deb  and  Lothar Thiele  and  Marco Laumanns  and  Eckart Zitzler },
+  institution = {Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Z{\"u}rich, Switzerland},
+  number = 112,
+  title = {Scalable Test Problems for Evolutionary
+                  Multi-Objective Optimization},
+  year = 2001,
+  keywords = {DTLZ benchmark},
+  note = {Do not cite this TR! It is incorrect and it is superseeded by~\cite{DebThiLau2005dtlz}}
+}
+
+ +
+@incollection{DebThiLau2005dtlz,
+  address = { London, UK },
+  year = 2005,
+  month = jan,
+  editor = {Abraham, Ajith and Jain, Lakhmi and Goldberg, Robert},
+  series = {Advanced Information and Knowledge Processing},
+  publisher = {Springer},
+  booktitle = {Evolutionary Multiobjective Optimization},
+  author = { Kalyanmoy Deb  and  Lothar Thiele  and  Marco Laumanns  and  Eckart Zitzler },
+  title = {Scalable Test Problems for Evolutionary
+                  Multiobjective Optimization},
+  keywords = {DTLZ benchmark},
+  pages = {105--145},
+  doi = {10.1007/1-84628-137-7_6}
+}
+
+ +
+@incollection{DeeKar1982,
+  author = {William A. {Dees, Jr.} and Patrick G. Karger},
+  title = {Automated Rip-up and Reroute Techniques},
+  booktitle = {DAC'82, Proceedings of the 19th Design Automation Workshop},
+  publisher = {IEEE Press},
+  year = 1982,
+  pages = {432--439}
+}
+
+ +
+@phdthesis{DenBestenPhD,
+  author = { Matthijs L. {den Besten} },
+  title = {Simple Metaheuristics for Scheduling},
+  school = {FB Informatik, TU Darmstadt, Germany},
+  year = 2004,
+  url = {http://tuprints.ulb.tu-darmstadt.de/516/}
+}
+
+ +
+@incollection{DenCosEsp2013igd,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  title = {Many-objective optimization using differential evolution with
+                  variable-wise mutation restriction},
+  author = {Denysiuk, Roman and Costa, Lino and Esp{\'i}rito Santo,
+                  Isabel},
+  pages = {591--598}
+}
+
+ +
+@inproceedings{DenDonScoLiLiFei2009imagenet,
+  title = {Imagenet: A large-scale hierarchical image database},
+  author = {Deng, Jia and Dong, Wei and Socher, Richard and Li, Li-Jia
+                  and Li, Kai and Fei-Fei, Li},
+  booktitle = {Computer Vision and Pattern Recognition, 2009. CVPR
+                  2009. IEEE Conference on},
+  pages = {248--255},
+  year = 2009,
+  organization = {IEEE}
+}
+
+ +
+@inproceedings{DesRit2018cec,
+  year = 2018,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2018 Congress on Evolutionary Computation (CEC 2018)},
+  key = {IEEE CEC},
+  author = { Marcelo {De Souza}  and  Marcus Ritt},
+  title = {An Automatically Designed Recombination Heuristic for the
+                  Test-Assignment Problem},
+  pages = {1--8},
+  doi = {10.1109/CEC.2018.8477801}
+}
+
+ +
+@incollection{DesRit2018evo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 10782,
+  series = {Lecture Notes in Computer Science},
+  year = 2018,
+  booktitle = {Proceedings of EvoCOP 2018 -- 18th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Arnaud Liefooghe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  author = { Marcelo {De Souza}  and  Marcus Ritt},
+  title = {Automatic Grammar-Based Design of Heuristic Algorithms for
+                  Unconstrained Binary Quadratic Programming},
+  pages = {67--84},
+  doi = {10.1007/978-3-319-77449-7_5}
+}
+
+ +
+@misc{DesRit2018hhbqp,
+  author = { Marcelo {De Souza}  and  Marcus Ritt},
+  title = {Hybrid Heuristic for Unconstrained Binary Quadratic
+                  Programming -- Source Code of {HHBQP}},
+  howpublished = {\url{https://github.com/souzamarcelo/hhbqp}},
+  year = 2018
+}
+
+ +
+@misc{DesRitLop2020acviz,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and   P{\'e}rez C{\'a}ceres, Leslie },
+  title = {{\softwarepackage{ACVIZ}}: A Tool for the Visual Analysis of
+                  the Configuration of Algorithms with {\rpackage{irace}} --
+                  Source Code},
+  howpublished = {\url{https://github.com/souzamarcelo/acviz}},
+  year = 2020
+}
+
+ +
+@misc{DesRitLopPer2020zenodo,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and   P{\'e}rez C{\'a}ceres, Leslie },
+  title = {{\softwarepackage{ACVIZ}}: Algorithm Configuration
+                  Visualizations for {\rpackage{irace}}: Supplementary
+                  material},
+  howpublished = {\url{http://doi.org/10.5281/zenodo.4714582}},
+  month = sep,
+  year = 2020,
+  publisher = {Zenodo}
+}
+
+ +
+@phdthesis{Dewez2004PhD,
+  author = {Sophie Dewez},
+  title = {On the toll setting problem},
+  school = {Facult\'{e} de Sciences, Universit\'{e} Libre de Bruxelles},
+  year = 2014,
+  annote = {Supervised by Dr. Martine Labb\'{e}}
+}
+
+ +
+@inproceedings{DiaYan2008succint,
+  title = {Succinct approximate convex {Pareto} curves},
+  author = {Diakonikolas, Ilias and  Mihalis Yannakakis },
+  booktitle = {Proceedings of the nineteenth annual ACM-SIAM symposium on
+                  Discrete algorithms},
+  year = 2008,
+  organization = {Society for Industrial and Applied Mathematics},
+  pages = {74--83}
+}
+
+ +
+@incollection{DieValAreRodSua2014ants,
+  volume = 8667,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  year = 2014,
+  booktitle = {Swarm Intelligence, 9th International Conference, ANTS 2014},
+  author = {Diego D{\'i}az and Pablo Valledor and Paula Areces and Jorge Rodil and Montserrat Su{\'a}rez},
+  title = {An {ACO} Algorithm to Solve an Extended Cutting Stock Problem for Scrap Minimization in a Bar Mill},
+  pages = {13--24}
+}
+
+ +
+@incollection{DigChiSch2006,
+  publisher = {IOS Press},
+  year = 2006,
+  booktitle = {Proceedings of the 17th European Conference on Artificial Intelligence,
+                  {ECAI} 2006, Riva del Garda, Italy, August29 - September 1, 2006},
+  editor = {Brewka, Gerhard and Coradeschi, Silvia and Perini, Anna and Traverso, Paolo},
+  author = {Luca {Di Gaspero} and  Marco Chiarandini  and Andrea Schaerf},
+  title = {A Study on the Short-Term Prohibition Mechanisms in Tabu Search},
+  pages = {83--87}
+}
+
+ +
+@incollection{DigRenUrl2013cp,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 8124,
+  booktitle = {Principles and Practice of Constraint Programming},
+  publisher = {Springer},
+  year = 2013,
+  editor = {Christian Schulte},
+  title = {Constraint-Based Approaches for Balancing Bike Sharing
+                  Systems},
+  author = {Luca {Di Gaspero} and  Andrea Rendl  and  Tommaso Urli },
+  pages = {758--773},
+  doi = {10.1007/978-3-642-40627-0_56},
+  keywords = {F-race}
+}
+
+ +
+@incollection{DigRenUrl2013hyme,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7919,
+  series = {Lecture Notes in Computer Science},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Paola Festa and  Andrea Roli  and  M. Sampels },
+  isbn = {978-3-642-38515-5},
+  year = 2013,
+  booktitle = {Hybrid Metaheuristics},
+  title = {A Hybrid {ACO+CP} for Balancing Bicycle Sharing Systems},
+  author = {Luca {Di Gaspero} and  Andrea Rendl  and  Tommaso Urli },
+  pages = {198--212},
+  keywords = {F-race},
+  doi = {10.1007/978-3-642-38516-2_16}
+}
+
+ +
+@incollection{DobNebLop2022ants,
+  volume = 13491,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and  Heiko Hamann  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Jos{\'e} Garc{\'i}a-Nieto  and  Andries Engelbrecht  and  Carlo Pinciroli  and  Volker Strobel  and Camacho-Villal\'{o}n, Christian Leonardo},
+  year = 2022,
+  booktitle = {Swarm Intelligence, 13th International Conference, ANTS 2022},
+  author = {Doblas, Daniel and  Nebro, Antonio J.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Jos{\'e} Garc{\'i}a-Nieto  and  Carlos A. {Coello Coello} },
+  title = {Automatic Design of Multi-objective Particle Swarm
+                  Optimizers},
+  doi = {10.1007/978-3-031-20176-9_3},
+  pages = {28--40}
+}
+
+ +
+@incollection{DomHul2000,
+  year = 2000,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {The 6th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining, {KDD} 2000},
+  epub = {http://dl.acm.org/citation.cfm?id=347090},
+  editor = {Raghu Ramakrishnan and Salvatore J. Stolfo and Roberto
+                  J. Bayardo and Ismail Parsa},
+  key = {SIGKDD},
+  author = {Domingos, Pedro and Hulten, Geoff},
+  title = {Mining high-speed data streams},
+  pages = {71--80}
+}
+
+ +
+@incollection{DorDic99:nio,
+  alias = {CorDorGlo99},
+  address = {London, UK},
+  year = 1999,
+  publisher = {McGraw Hill},
+  editor = { David Corne  and  Marco Dorigo  and  Fred Glover },
+  booktitle = {New Ideas in Optimization},
+  author = { Marco Dorigo  and  Gianni A. {Di Caro} },
+  title = {The {Ant} {Colony} {Optimization} Meta-Heuristic},
+  pages = {11--32},
+  anote = {Also available as Technical Report IRIDIA/99-1,
+                  Universit{\'e} Libre de Bruxelles, Belgium}
+}
+
+ +
+@techreport{DorGam1996:iridia,
+  author = { Marco Dorigo  and  L. M. Gambardella },
+  title = {Ant {Colony} {System}},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 1996,
+  number = {IRIDIA/96-05}
+}
+
+ +
+@techreport{DorManCol1991:tr16Revised,
+  author = { Marco Dorigo  and  Vittorio Maniezzo  and  Alberto Colorni },
+  title = {The {Ant} {System}: {An} autocatalytic optimizing process},
+  institution = {Dipartimento di Elettronica, Politecnico di Milano, Italy},
+  year = 1991,
+  number = {91-016 Revised}
+}
+
+ +
+@techreport{DorManCol91:tr16,
+  author = { Marco Dorigo  and  Vittorio Maniezzo  and  Alberto Colorni },
+  title = {Positive Feedback as a Search Strategy},
+  institution = {Dipartimento di Elettronica, Politecnico di Milano, Italy},
+  year = 1991,
+  number = {91-016}
+}
+
+ +
+@incollection{DorMonOliStu2011eorms,
+  doi = {10.1002/9780470400531},
+  year = 2011,
+  publisher = {John Wiley \& Sons},
+  editor = {J. J. Cochran},
+  booktitle = {Wiley Encyclopedia of Operations Research and
+                  Management Science},
+  author = { Marco Dorigo  and  Marco A. {Montes de Oca}  and  Sabrina Oliveira  and  Thomas St{\"u}tzle },
+  title = {Ant Colony Optimization},
+  pages = {114--125},
+  volume = 1
+}
+
+ +
+@incollection{DorStu02:mh,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {The Ant Colony Optimization Metaheuristic: Algorithms, Applications and Advances},
+  pages = {251--285}
+}
+
+ +
+@book{DorStu2004:book,
+  author = { Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {Ant Colony Optimization},
+  publisher = {MIT Press},
+  address = {Cambridge, MA},
+  year = 2004,
+  pagination = 305,
+  anote = {305 p},
+  alias = {DorStu04:AcoBook},
+  alias = {DorStu04:book}
+}
+
+ +
+@phdthesis{DorigoPhD,
+  author = { Marco Dorigo },
+  title = {Optimization, Learning and Natural Algorithms},
+  school = {Dipartimento di Elettronica, Politecnico di Milano, Italy},
+  year = 1992,
+  atype = {{Ph.D.} thesis},
+  note = {In Italian},
+  alias = {Dor92:thesis}
+}
+
+ +
+@incollection{Dre2009gecco,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = { Johann Dr{\'e}o },
+  title = {Using performance fronts for parameter setting of
+                  stochastic metaheuristics},
+  pages = {2197--2200},
+  doi = {10.1145/1570256.1570301}
+}
+
+ +
+@incollection{DreDoeSem2019,
+  doi = {10.1145/3319619},
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Johann Dr{\'e}o  and  Carola Doerr  and Semet, Yann},
+  title = {Coupling the design of benchmark with algorithm in landscape-aware solver design},
+  pages = {1419--1420}
+}
+
+ +
+@incollection{DreLieVer2021paradiseo,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  title = {Paradiseo: from a modular framework for evolutionary
+                  computation to the automated design of metaheuristics: 22
+                  years of {Paradiseo}},
+  doi = {10.1145/3449726.3463276},
+  author = { Johann Dr{\'e}o  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien  and  Marc Schoenauer  and  Juan-Juli{\'a}n Merelo  and Quemy, Alexandre and Bouvier, Benjamin and Gmys, Jan},
+  pages = {1522--1530},
+  numpages = 9,
+  keywords = {metaheuristics, evolutionary computation, software framework,
+                  automated algorithm design}
+}
+
+ +
+@incollection{DreSia02:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { Johann Dr{\'e}o  and P. Siarry},
+  title = {A New Ant Colony Algorithm Using the Heterarchical Concept Aimed at Optimization of Multiminima Continuous Functions},
+  pages = {216--221}
+}
+
+ +
+@phdthesis{Dreo2003phd,
+  author = { Johann Dr{\'e}o },
+  title = {Adaptation de la m{\'e}taheuristique des colonies de fourmis
+                  pour l'optimisation difficile en variables continues:
+                  Application en g{\'e}nie biologique et m{\'e}dical},
+  school = {Universit{\'e} Paris XII Val de Marne},
+  year = 2003,
+  month = dec,
+  hal_id = {tel-00093143},
+  hal_version = {v1},
+  keywords = {metaheuristic ; continuous optimization ; global optimization
+                  ; imagery ; registration ; ant colony algorithm ; estimation
+                  of distribution algorithm ; evolutionary computation ;
+                  m{\'e}taheuristique ; optimisation continue ; optimisation
+                  globale ; imagerie ; biom{\'e}dical ; recalage ; algorithme
+                  de colonie de fourmis ; algorithme {\`a} estimation de
+                  distribution ; algorithme {\'e}volutionnaire},
+  url = {https://tel.archives-ouvertes.fr/tel-00093143}
+}
+
+ +
+@incollection{DroJanWeg2002,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = { De Jong, Kenneth A.  and Poli, Riccardo and Rowe, Jonathan E.},
+  year = 2002,
+  booktitle = {Proceedings of the Seventh Workshop on Foundations of Genetic Algorithms (FOGA)},
+  title = {A new framework for the valuation of algorithms for black-box-optimization},
+  author = {Droste, Stefan and Jansen, Thomas and  Ingo Wegener },
+  pages = {253--270}
+}
+
+ +
+@incollection{IshPanSha2020unbounded,
+  publisher = {IOS Press},
+  editor = {Giuseppe De Giacomo and Alejandro Catala and Bistra Dilkina
+                  and Michela Milano and Senén Barro and Alberto Bugarín and
+                  Jérôme Lang},
+  series = {Frontiers in Artificial Intelligence and Applications},
+  volume = 325,
+  year = 2020,
+  booktitle = {Proceedings of the 24th European Conference on Artificial Intelligence (ECAI)},
+  title = {A new framework of evolutionary multi-objective algorithms
+                  with an unbounded external archive},
+  author = { Ishibuchi, Hisao  and Pang, Lie Meng and Shang, Ke}
+}
+
+ +
+@inproceedings{Dru2009replicability,
+  author = {Chris Drummond},
+  title = {Replicability is not Reproducibility: Nor is it Good Science},
+  booktitle = {Proceedings of the Evaluation Methods for Machine Learning
+                  Workshop at the 26th ICML},
+  address = {Montreal, Canada},
+  url = {http://www.site.uottawa.ca/~cdrummon/pubs/ICMLws09.pdf},
+  year = 2009
+}
+
+ +
+@incollection{DruThi2010,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  author = { M{\u{a}}d{\u{a}}lina M. Drugan  and  Dirk Thierens },
+  title = {Path-Guided Mutation for Stochastic {Pareto} Local Search Algorithms},
+  pages = {485--495}
+}
+
+ +
+@incollection{DuaSanMla2018vnd,
+  isbn = {978-3-319-07125-1},
+  publisher = {Springer International Publishing},
+  year = 2018,
+  booktitle = {Handbook of Heuristics},
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  author = { Duarte, Abraham  and   Jes{\'u}s S{\'a}nchez-Oro  and  Nenad Mladenovi{\'c}  and Todosijevi{\'c}, Raca},
+  title = {Variable Neighborhood Descent},
+  pages = {341--367},
+  doi = {10.1007/978-3-319-07124-4_9}
+}
+
+ +
+@techreport{Dub2009:sls-ds,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste },
+  title = {Weight Setting Strategies for Two-Phase Local Search:
+                  A Study on Biobjective Permutation Flowshop Scheduling},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2009,
+  number = {TR/IRIDIA/2009-024}
+}
+
+ +
+@incollection{DubHooStu2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {On the Empirical Scaling Behaviour of State-of-the-art Local
+                  Search Algorithms for the Euclidean {TSP}},
+  pages = {377--384},
+  doi = {10.1145/2739480.2754747}
+}
+
+ +
+@incollection{DubLopStu09:hm-bfsp,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 5818,
+  series = {Lecture Notes in Computer Science},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Luca {Di Gaspero} and  Andrea Roli  and  M. Sampels  and Andrea Schaerf},
+  year = 2009,
+  booktitle = {Hybrid Metaheuristics},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Effective Hybrid Stochastic Local Search Algorithms for
+                  Biobjective Permutation Flowshop Scheduling},
+  pages = {100--114},
+  doi = {10.1007/978-3-642-04918-7_8},
+  alias = {DuboisHM09}
+}
+
+ +
+@misc{DubLopStu10:journal-anytime-supp,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {{Supplementary material: Improving the Anytime Behavior of Two-Phase Local Search}},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2010-012}},
+  year = 2010
+}
+
+ +
+@misc{DubLopStu10:journal-bfsp-supp,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {{Supplementary material: A Hybrid TP+PLS Algorithm for Bi-objective Flow-shop Scheduling Problems}},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2010-001}},
+  year = 2010
+}
+
+ +
+@incollection{DubLopStu10:lion-bfsp,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Roberto Battiti },
+  series = {Lecture Notes in Computer Science},
+  volume = 6073,
+  year = 2010,
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Adaptive ``Anytime'' Two-Phase Local Search},
+  pages = {52--67},
+  doi = {10.1007/978-3-642-13800-3_5}
+}
+
+ +
+@incollection{DubLopStu2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Configuration of State-of-the-art Multi-Objective
+                  Optimizers Using the {TP+PLS} Framework},
+  pages = {2019--2026},
+  doi = {10.1145/2001576.2001847}
+}
+
+ +
+@incollection{DubLopStu2012evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 7245,
+  year = 2012,
+  editor = { Jin-Kao Hao  and  Martin Middendorf },
+  booktitle = {Proceedings of EvoCOP 2012 -- 12th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {{Pareto} Local Search Algorithms for Anytime
+                  Bi-objective Optimization},
+  pages = {206--217},
+  doi = {10.1007/978-3-642-29124-1_18},
+  alias = {DubLopStu12:evocop}
+}
+
+ +
+@incollection{DubLopStu2013hm,
+  url = {http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-642-30670-9},
+  year = 2013,
+  volume = 434,
+  series = {Studies in Computational Intelligence},
+  editor = { Talbi, El-Ghazali },
+  publisher = {Springer Verlag},
+  booktitle = {Hybrid Metaheuristics},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Combining Two Search Paradigms for Multi-objective
+                  Optimization: {Two}-{Phase} and {Pareto} Local Search},
+  pages = {97--117},
+  doi = {10.1007/978-3-642-30671-6_3},
+  alias = {DubLopStu2012hm}
+}
+
+ +
+@misc{DubPagStu2017:flowshop-makespan-supp,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Supplementary material: {An} iterated greedy algorithm with optimization of partial
+  solutions for the permutation flowshop problem},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2013-006}},
+  year = 2017
+}
+
+ +
+@inproceedings{DubStu2017cec,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle },
+  title = {Tuning of a Stigmergy-based Traffic Light Controller as a Dynamic Optimization Problem},
+  pages = {1--8}
+}
+
+ +
+@mastersthesis{Dubois2009,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste },
+  title = {A study of {Pareto} and Two-Phase Local Search
+                  Algorithms for Biobjective Permutation Flowshop
+                  Scheduling},
+  school = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2009
+}
+
+ +
+@mastersthesis{Dubois2010,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste },
+  title = {Effective Stochastic Local Search Algorithms For
+                  Bi-Objective Permutation Flowshop Scheduling},
+  school = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  type = {Rapport d'avancement de recherches pr\'esent\'e pour
+                  la Formation Doctorale en sciences de l'Ing\'enieur},
+  year = 2010
+}
+
+ +
+@phdthesis{DuboisPhD,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste },
+  title = {Anytime Local Search for Multi-Objective Combinatorial
+                  Optimization: Design, Analysis and Automatic Configuration},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2014,
+  annote = {Supervised by Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez }
+}
+
+ +
+@misc{Duecketal1999:patent,
+  author = { Gunter Dueck  and Martin Maehler and Johannes Schneider and Gerhard Schrimpf and Hermann Stamm-Wilbrandt},
+  title = {Optimization with Ruin Recreate},
+  howpublished = {US Patent 6,418,398 B1},
+  month = jul,
+  year = 2002,
+  note = {Filed on October 1, 1999 and granted on July 9, 2002;
+                  Assignee is IBM Corporation, Armonk, NY (US)}
+}
+
+ +
+@incollection{DumStu2003,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2003,
+  editor = { G{\"u}nther R. Raidl  and Gottlieb, Jens},
+  volume = 2611,
+  booktitle = {Proceedings of EvoCOP 2003 -- 3rd European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = {Irina Dumitrescu and  Thomas St{\"u}tzle },
+  title = {Combinations of Local Search and Exact Algorithms},
+  pages = {211--223},
+  doi = {10.1007/3-540-36605-9_20}
+}
+
+ +
+@incollection{DumStu2009,
+  address = { New York, NY},
+  series = {Annals of Information Systems},
+  volume = 10,
+  year = 2009,
+  publisher = {Springer},
+  booktitle = {Matheuristics---Hybridizing Metaheuristics and Mathematical
+                  Programming},
+  editor = { Vittorio Maniezzo  and  Thomas St{\"u}tzle  and  Stefan Vo{\ss} },
+  author = {Irina Dumitrescu and  Thomas St{\"u}tzle },
+  title = {Usage of Exact Algorithms to Enhance Stochastic Local Search Algorithms},
+  pages = {103--134}
+}
+
+ +
+@incollection{DurGarNebCoe2009emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  author = { Durillo, Juan J.  and  Jos{\'e} Garc{\'i}a-Nieto  and  Nebro, Antonio J.  and  Carlos A. {Coello Coello}  and Luna, Francisco and  Alba, Enrique },
+  title = {Multi-Objective Particle Swarm Optimizers: An Experimental
+                  Comparison},
+  pages = {495--509},
+  abstract = {Particle Swarm Optimization (PSO) has received increasing
+                  attention in the optimization research community since its
+                  first appearance in the mid-1990s. Regarding multi-objective
+                  optimization, a considerable number of algorithms based on
+                  Multi-Objective Particle Swarm Optimizers (MOPSOs) can be
+                  found in the specialized literature. Unfortunately, no
+                  experimental comparisons have been made in order to clarify
+                  which MOPSO version shows the best performance. In this
+                  paper, we use a benchmark composed of three well-known
+                  problem families (ZDT, DTLZ, and WFG) with the aim of
+                  analyzing the search capabilities of six representative
+                  state-of-the-art MOPSOs, namely, NSPSO, SigmaMOPSO, OMOPSO,
+                  AMOPSO, MOPSOpd, and CLMOPSO. We additionally propose a new
+                  MOPSO algorithm, called SMPSO, characterized by including a
+                  velocity constraint mechanism, obtaining promising results
+                  where the rest perform inadequately.},
+  isbn = {978-3-642-01020-0}
+}
+
+ +
+@incollection{DurNebLunAlb2009,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  title = {On the Effect of the Steady-State Selection Scheme in
+                  Multi-Objective Genetic Algorithms},
+  author = { Durillo, Juan J.  and  Nebro, Antonio J.  and Luna, Francisco and  Alba, Enrique },
+  pages = {183--197}
+}
+
+ +
+@incollection{DwoKumNao2001rank,
+  isbn = {1-58113-348-0},
+  year = 2001,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of the Tenth International World Wide Web
+                  Conference, {WWW} 10},
+  editor = {Vincent Y. Shen and Nobuo Saito and Michael R. Lyu and Mary
+                  Ellen Zurko},
+  title = {Rank aggregation methods for the Web},
+  author = {Dwork, Cynthia and Kumar, Ravi and Naor, Moni and Sivakumar,
+                  D.},
+  doi = {10.1145/371920.372165},
+  keywords = {Kemeny ranking,multi-word queries,rank aggregation,ranking
+                  functions,spam},
+  pages = {613--622}
+}
+
+ +
+@manual{EPANET2Manual,
+  title = {{EPANET} 2 Users Manual},
+  author = { L. A. Rossman },
+  organization = {U.S. Environmental Protection Agency},
+  address = {Cincinnati, USA},
+  year = 2000
+}
+
+ +
+@manual{EPANET94,
+  title = {{EPANET} User's Guide},
+  author = { L. A. Rossman },
+  organization = {Risk Reduction Engineering Laboratory, Office of
+                  Research and Development, U.S. Environmental
+                  Protection Agency},
+  address = {Cincinnati, USA},
+  year = 1994
+}
+
+ +
+@inproceedings{EPANET_Toolkit,
+  author = { L. A. Rossman },
+  title = {The {EPANET} {Programmer's} {Toolkit} for Analysis
+                  of Water Distribution Systems},
+  booktitle = {Proceedings of the Annual Water Resources Planning
+                  and Management Conference},
+  year = 1999,
+  address = {Reston, USA},
+  publisher = {ASCE},
+  anote = {CD-ROM}
+}
+
+ +
+@inproceedings{EbeKen1995:pso,
+  author = { Eberhart, Russell C.  and  J. Kennedy },
+  booktitle = {Proceedings of the Sixth International Symposium on
+                  Micro Machine and Human Science},
+  title = {A New Optimizer Using Particle Swarm Theory},
+  year = 1995,
+  pages = {39--43}
+}
+
+ +
+@inproceedings{EggHutHooLey2015,
+  year = 2015,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Blai Bonet and Sven Koenig},
+  author = { Katharina Eggensperger  and  Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Efficient Benchmarking of Hyperparameter Optimizers via
+                  Surrogates},
+  pages = {1114--1120},
+  doi = {10.1609/aaai.v29i1.9375}
+}
+
+ +
+@incollection{Ehm2016,
+  author = {Werner Ehm},
+  title = {Reproducibility from the perspective of meta-analysis},
+  editor = {Harald Atmanspacher and Sabine Maasen},
+  booktitle = {Reproducibility -- Principles, problems, practices and prospects},
+  publisher = {Wiley},
+  year = 2016,
+  pages = {141--168}
+}
+
+ +
+@incollection{EhrGan08hybrid,
+  alias = {BluEtAl08:hm-book},
+  series = {Studies in Computational Intelligence},
+  volume = 114,
+  year = 2008,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Mar{\'i}a J. Blesa  and  Andrea Roli  and  M. Sampels },
+  booktitle = {Hybrid Metaheuristics: An emergent approach for optimization},
+  author = { Matthias Ehrgott  and  Xavier Gandibleux },
+  title = {Hybrid Metaheuristics for Multi-objective
+                  Combinatorial Optimization},
+  doi = {10.1007/978-3-540-78295-7_8},
+  abstract = {Many real-world optimization problems can be
+                  modelled as combinatorial optimization
+                  problems. Often, these problems are characterized by
+                  their large size and the presence of multiple,
+                  conflicting objectives. Despite progress in solving
+                  multi-objective combinatorial optimization problems
+                  exactly, the large size often means that heuristics
+                  are required for their solution in acceptable time.
+                  Since the middle of the nineties the trend is
+                  towards heuristics that ``pick and choose'' elements
+                  from several of the established metaheuristic
+                  schemes. Such hybrid approximation techniques may
+                  even combine exact and heuristic approaches. In this
+                  chapter we give an overview over approximation
+                  methods in multi-objective combinatorial
+                  optimization. We briefly summarize ``classical''
+                  metaheuristics and focus on recent approaches, where
+                  metaheuristics are hybridized and/or combined with
+                  exact methods.  },
+  pages = {221--259}
+}
+
+ +
+@book{Ehrgott00:multicriteria,
+  author = { Matthias Ehrgott },
+  title = {Multicriteria Optimization},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2000,
+  volume = 491,
+  series = {Lecture Notes in Economics and Mathematical Systems}
+}
+
+ +
+@book{Ehrgott2005multicrit,
+  author = { Matthias Ehrgott },
+  title = {Multicriteria Optimization},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2005,
+  edition = {2nd},
+  doi = {10.1007/3-540-27659-9}
+}
+
+ +
+@incollection{EibHorKow2006rl,
+  title = {Reinforcement learning for online control of evolutionary
+                  algorithms},
+  author = { Agoston E. Eiben  and Horvath, Mark and Kowalczyk, Wojtek and Schut, Martijn C.},
+  booktitle = {International Workshop on Engineering Self-Organising
+                  Applications},
+  pages = {151--160},
+  year = 2006,
+  publisher = {Springer}
+}
+
+ +
+@inproceedings{EibJel2002critical,
+  year = 2002,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2002 Congress on Evolutionary Computation (CEC'02)},
+  key = {IEEE CEC},
+  author = { Agoston E. Eiben  and M. Jelasity},
+  title = {A critical note on experimental research methodology in {EC}},
+  annote = {Discusses reproducibility, generalizability and separation
+                  between training (for tuning and experimentation) and testing
+                  instances (for comparisons).},
+  doi = {10.1109/cec.2002.1006991},
+  pages = {582--587}
+}
+
+ +
+@incollection{EibMichSChSmi07,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  year = 2007,
+  booktitle = {Parameter Setting in Evolutionary Algorithms},
+  editor = {F. Lobo and C. F. Lima and  Zbigniew Michalewicz },
+  author = { Agoston E. Eiben  and  Zbigniew Michalewicz  and  Marc Schoenauer  and James E. Smith},
+  title = {Parameter Control in Evolutionary Algorithms},
+  pages = {19--46}
+}
+
+ +
+@book{EibSmi2003,
+  title = {Introduction to Evolutionary Computing},
+  author = { Agoston E. Eiben  and  Smith, James E. },
+  publisher = {Springer},
+  year = 2003,
+  isbn = 3540401849,
+  alias = {Eiben2003}
+}
+
+ +
+@book{EibSmi2007,
+  author = { Agoston E. Eiben  and  Smith, James E. },
+  title = {Introduction to Evolutionary Computing},
+  publisher = {Springer},
+  year = 2007,
+  series = {Natural Computing Series},
+  edition = {2nd},
+  alias = {EibSmi07}
+}
+
+ +
+@incollection{Ela2011:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = {Mohammed El-Abd},
+  title = {Opposition-based Artificial Bee Colony Algorithm},
+  pages = {109--116}
+}
+
+ +
+@techreport{ElsKhaTor2017financial,
+  author = {Elsokkary, Nada and Khan, Faisal Shah and La Torre, Davide
+                  and Humble, Travis S. and Gottlieb, Joel},
+  title = {Financial Portfolio Management using {D-Wave}'s Quantum
+                  Optimizer: The Case of {Abu} {Dhabi} Securities Exchange},
+  institution = {Oak Ridge National Lab, Oak Ridge, TN, USA},
+  year = 2017,
+  url = {https://www.osti.gov/biblio/1423041}
+}
+
+ +
+@inproceedings{EmmDeuKli2011ehvi,
+  year = 2011,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2011 Congress on Evolutionary Computation (CEC 2011)},
+  key = {IEEE CEC},
+  author = { Emmerich, Michael T. M.  and   Andr{\'{e}} H. Deutz  and J. W. Klinkenberg},
+  title = {Hypervolume-based expected improvement: Monotonicity
+                  properties and exact computation},
+  pages = {2147--2154},
+  doi = {10.1109/CEC.2011.5949880},
+  annote = {Proposed Expected Hypervolume Improvement (EHVI)}
+}
+
+ +
+@incollection{EmmFon2011emo,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  title = {Computing Hypervolume Contributions in Low
+                  Dimensions: Asymptotically Optimal Algorithm and
+                  Complexity Results},
+  doi = {10.1007/978-3-642-19893-9_9},
+  abstract = {Given a finite set $Y \subset \mathbb{R}^d$ of n mutually
+                  non-dominated vectors in $d \geq 2 dimensions$, the
+                  hypervolume contribution of a point $y \in Y$ is the
+                  difference between the hypervolume indicator of $Y$
+                  and the hypervolume indicator of $Y \setminus \{y\}$. In
+                  multi-objective metaheuristics, hypervolume
+                  contributions are computed in several selection and
+                  bounded-size archiving procedures. This paper
+                  presents new results on the (time) complexity of
+                  computing all hypervolume contributions. It is
+                  proved that for $d = 2$ and 3 the problem has time
+                  complexity $\Theta(n logn)$, and, for $d > 3$,
+                  the time complexity is bounded below by $\Omega(n
+                  logn)$. Moreover, complexity bounds are derived for
+                  computing a single hypervolume contribution. A
+                  dimension sweep algorithm with time complexity
+                  $\mathcal{O} (n logn)$ and space
+                  complexity $\mathcal{O}(n)$ is
+                  proposed for computing all hypervolume contributions
+                  in three dimensions. It improves the complexity of
+                  the best known algorithm for $d = 3$ by a factor of
+                  $\sqrt{n}$ . Theoretical results
+                  are complemented by performance tests on randomly
+                  generated test-problems.},
+  author = { Emmerich, Michael T. M.  and  Carlos M. Fonseca },
+  pages = {121--135}
+}
+
+ +
+@incollection{EppDeSStu2011:adt,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Ronen I. Brafman  and  F. Roberts  and  Alexis Tsouki{\`a}s },
+  volume = 6992,
+  series = {Lecture Notes in Artificial Intelligence},
+  year = 2011,
+  booktitle = {Algorithmic Decision Theory, Third International Conference,
+                  {ADT} 2011},
+  author = { Stefan Eppe  and  Yves {De Smet}  and  Thomas St{\"u}tzle },
+  title = {A bi-objective optimization model to eliciting decision maker's preferences for the {PROMETHEE II} method},
+  pages = {56--66}
+}
+
+ +
+@inproceedings{EppLopStuDeS2011:cec,
+  year = 2011,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2011 Congress on Evolutionary Computation (CEC 2011)},
+  key = {IEEE CEC},
+  author = { Stefan Eppe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle  and  Yves {De Smet} },
+  title = {An Experimental Study of Preference Model Integration into
+                  Multi-Objective Optimization Heuristics},
+  pages = {2751--2758},
+  doi = {10.1109/CEC.2011.5949963}
+}
+
+ +
+@inproceedings{EriPeaGar2019scalable,
+  year = 2019,
+  editor = {Hanna M. Wallach and Hugo Larochelle and Alina Beygelzimer
+                  and Florence d'Alch{\'{e}}{-}Buc and Emily B. Fox and Roman
+                  Garnett},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS 32)},
+  title = {Scalable Global Optimization via Local {Bayesian}
+                  Optimization},
+  author = {Eriksson, David and Pearce, Michael and Gardner, Jacob and
+                  Turner, Ryan D. and Poloczek, Matthias},
+  pages = {5496--5507},
+  epub = {http://papers.nips.cc/paper/8788-scalable-global-optimization-via-local-bayesian-optimization.pdf},
+  annote = {Arxiv preprint arXiv: \url{https://arxiv.org/abs/1910.01739}}
+}
+
+ +
+@inproceedings{Ertin01,
+  author = { Emre Ertin  and  Anthony N. Dean  and  Mathew L. Moore  and  Kevin L. Priddy },
+  title = {Dynamic Optimization for Optimal Control of Water
+                  Distribution Systems},
+  booktitle = {Applications and Science of Computational
+                  Intelligence {IV}, Proceedings of {SPIE}},
+  year = 2001,
+  month = mar,
+  pages = {142--149},
+  editor = { Kevin L. Priddy  and  Paul E. Keller  and  Peter J. Angeline },
+  volume = 4390
+}
+
+ +
+@inproceedings{Esat94,
+  author = { V. Esat  and  M. Hall },
+  title = {Water resources system optimization using genetic algorithms},
+  booktitle = {Hydroinformatics'94},
+  pages = {225--231},
+  year = 1994,
+  editor = { A. Verwey  and  A. Minns  and  V. Babovic  and  C. Maksimovi{\'c} },
+  address = {Balkema, Rotterdam, The Netherlands},
+  note = {}
+}
+
+ +
+@incollection{EshSch1992,
+  isbn = {1-55860-263-1},
+  year = 1993,
+  publisher = {Morgan Kaufmann Publishers},
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  editor = { Darrell Whitley },
+  author = { Larry J. Eshelman  and  J. David Schaffer },
+  title = {Real-Coded Genetic Algorithms and Interval-Schemata},
+  pages = {187--202},
+  alias = {DBLP:conf/foga/EshelmanS92}
+}
+
+ +
+@inproceedings{Eshelman89crossoverbiases,
+  publisher = {Morgan Kaufmann Publishers, San Mateo, CA},
+  editor = { J. David Schaffer },
+  year = 1989,
+  booktitle = {Proceedings of  the Third International Conference on Genetic Algorithms (ICGA'89)},
+  author = { Larry J. Eshelman  and  A. Caruana  and  J. David Schaffer },
+  title = {Biases in the Crossover Landscape},
+  pages = {86--91}
+}
+
+ +
+@incollection{EveFieSin2002full,
+  title = {Full Elite Sets for Multi-objective Optimisation},
+  author = { Everson, Richard M.  and  Jonathan E. Fieldsend  and Singh, Sameer},
+  booktitle = {Adaptive Computing in Design and Manufacture {V}},
+  publisher = {Springer},
+  address = { London, UK },
+  year = 2002,
+  pages = {343--354},
+  doi = {10.1007/978-0-85729-345-9_29},
+  annote = {Extended version published as \cite{FieEveSing2003tec}}
+}
+
+ +
+@incollection{EycSno02,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = {C. J. Eyckelhof and M. Snoek},
+  title = {Ant Systems for a Dynamic {TSP}: {Ants} Caught in a
+                  Traffic Jam},
+  pages = {88--99}
+}
+
+ +
+@incollection{FalLinHut2015spysmac,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  editor = {Heule, Marijn and Weaver, Sean},
+  volume = 9340,
+  series = {Lecture Notes in Computer Science},
+  year = 2015,
+  booktitle = {Theory and Applications of Satisfiability Testing -- {SAT}
+                  2015},
+  title = {{SpySMAC}: Automated configuration and performance analysis
+                  of {SAT} solvers},
+  author = {Falkner, Stefan and  Marius Thomas Lindauer  and  Frank Hutter },
+  doi = {10.1007/978-3-319-24318-4_16},
+  pages = {215--222}
+}
+
+ +
+@incollection{FalZapGar2021gecco,
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  author = { Falc{\'{o}}n-Cardona, Jes{\'{u}}s Guillermo  and  Zapotecas-Mart{\'{i}}nez, Sa{\'{u}}l  and Abel
+                  Garc{\'{i}}a-N{\'{a}}jera},
+  title = {Pareto compliance from a practical point of view},
+  doi = {10.1145/3449639.3459276},
+  pages = {395--402}
+}
+
+ +
+@inproceedings{FarAma2002nafips,
+  publisher = {IEEE Service Center},
+  month = jun,
+  address = {Piscataway, New Jersey},
+  year = 2002,
+  booktitle = {Proceedings of the NAFIPS-FLINT International
+                  Conference'2002},
+  key = {NAFIPS},
+  author = {M. Farina and P. Amato},
+  title = {On the Optimal Solution Definition for Many-criteria
+                  Optimization Problems},
+  pages = {233--238},
+  doi = {10.1109/nafips.2002.1018061},
+  annote = {First to mention exponential number of nondominated solutions
+                  with respect to many objectives?}
+}
+
+ +
+@incollection{FavMorPel09:sls,
+  volume = 5752,
+  series = {Lecture Notes in Computer Science},
+  year = 2009,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Engineering Stochastic Local Search
+                  Algorithms. Designing, Implementing and Analyzing
+                  Effective Heuristics. SLS~2009},
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  author = { D. Favaretto  and  E. Moretti  and  Paola Pellegrini },
+  title = {On the explorative behavior of {\MaxMinAntSystem}},
+  pages = {115--119}
+}
+
+ +
+@inproceedings{FawHelHooKar2011icaps,
+  year = 2011,
+  booktitle = {Proceedings of ICAPS-PAL11},
+  editor = {Karpas, Erez and Jim{\'e}nez Celorrio, Sergio and Kambhampati, Subbarao},
+  author = { Chris Fawcett  and Malte Helmert and  Holger H. Hoos  and Erez Karpas
+                  and Gabriele R\"{o}ger and Jendrik Seipp},
+  title = {{FD-Autotune}: Domain-Specific Configuration using
+                  Fast-Downward}
+}
+
+ +
+@inproceedings{FawHoos2013mic,
+  year = 2013,
+  booktitle = {Proceedings of MIC 2013, the 10th Metaheuristics
+                  International Conference},
+  key = {MIC},
+  author = { Chris Fawcett  and  Holger H. Hoos },
+  title = {Analysing Differences between Algorithm
+                  Configurations through Ablation},
+  pages = {123--132},
+  epub = {http://www.cs.ubc.ca/~hoos/Publ/FawHoo13.pdf}
+}
+
+ +
+@incollection{FerAlvDiaIglEna2014ants,
+  volume = 8667,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  year = 2014,
+  booktitle = {Swarm Intelligence, 9th International Conference, ANTS 2014},
+  author = { Fern\'{a}ndez, Silvino  and  \'{A}lvarez, Segundo  and  Diego D{\'i}az  and Miguel Iglesias and Borja Ena},
+  title = {Scheduling a Galvanizing Line by Ant Colony Optimization},
+  doi = {10.1007/978-3-319-09952-1_13},
+  pages = {146--157}
+}
+
+ +
+@incollection{FerAlvMalValDia2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2015},
+  author = { Fern\'{a}ndez, Silvino  and  \'{A}lvarez, Segundo  and Malatsetxebarria, Eneko and Valledor, Pablo and  Diego D{\'i}az },
+  title = {Performance Comparison of Ant Colony Algorithms for the
+                  Scheduling of Steel Production Lines},
+  doi = {10.1145/2739482.2764658},
+  keywords = {irace}
+}
+
+ +
+@incollection{FerFonGas2007:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = { Jos{\'e} C. Ferreira  and  Carlos M. Fonseca  and  Ant{\'o}nio Gaspar{-}Cunha },
+  title = {Methodology to select solutions from the {Pareto}-optimal set: a comparative study},
+  pages = {789--796}
+}
+
+ +
+@incollection{FerPudHat1994,
+  doi = {10.1016/b978-0-444-81892-8.50040-7},
+  year = 1994,
+  pages = {403--413},
+  author = {F. J. Ferri and P. Pudil and M. Hatef and J. Kittler},
+  title = {Comparative study of techniques for large-scale feature
+                  selection},
+  editor = {Edzard S. Gelsema and Laveen S. Kanal},
+  series = {Machine Intelligence and Pattern Recognition},
+  publisher = {North-Holland},
+  volume = 16,
+  booktitle = {Pattern Recognition in Practice IV},
+  abstract = {The combinatorial search problem arising in feature selection
+                  in high dimensional spaces is considered. Recently developed
+                  techniques based on the classical sequential methods and the
+                  (l, r) search called Floating search algorithms are compared
+                  against the Genetic approach to feature subset search. Both
+                  approaches have been designed with the view to give a good
+                  compromise between efficiency and effectiveness for large
+                  problems. The purpose of this paper is to investigate the
+                  applicability of these techniques to high dimensional
+                  problems of feature selection. The aim is to establish
+                  whether the properties inferred for these techniques from
+                  medium scale experiments involving up to a few tens of
+                  dimensions extend to dimensionalities of one order of
+                  magnitude higher. Further, relative merits of these
+                  techniques vis-a-vis such high dimensional problems are
+                  explored and the possibility of exploiting the best aspects
+                  of these methods to create a composite feature selection
+                  procedure with superior properties is considered.},
+  annote = {Describes sequential forward / backward selection}
+}
+
+ +
+@incollection{FerValDia2016gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2016},
+  author = { Fern\'{a}ndez, Silvino  and Valledor, Pablo and  Diego D{\'i}az  and Malatsetxebarria, Eneko and Iglesias, Miguel},
+  title = {Criticality of Response Time in the usage of Metaheuristics
+                  in Industry},
+  pages = {937--940}
+}
+
+ +
+@incollection{FeuHut2019hpo,
+  doi = {10.1007/978-3-030-05318-5},
+  epub = {http://automl.org/book},
+  booktitle = {Automated Machine Learning},
+  publisher = {Springer},
+  year = 2019,
+  editor = { Frank Hutter  and Kotthoff, Lars and  Joaquin Vanschoren },
+  author = { Matthias Feurer  and  Frank Hutter },
+  title = {Hyperparameter Optimization},
+  pages = {3--33}
+}
+
+ +
+@inproceedings{FeuKleEggSprBluHut2015autosklearn,
+  url = {http://papers.nips.cc/book/advances-in-neural-information-processing-systems-28-2015},
+  year = 2015,
+  booktitle = {Advances in Neural Information Processing Systems (NIPS
+                  28)},
+  editor = {Corinna Cortes and Neil D. Lawrence and Daniel D. Lee and
+                  Masashi Sugiyama and Roman Garnett},
+  author = { Matthias Feurer  and Klein, Aaron and  Katharina Eggensperger  and Springenberg, Jost and Blum, Manuel and  Frank Hutter },
+  title = {Efficient and robust automated machine learning},
+  pages = {2962--2970},
+  epub = {http://papers.nips.cc/paper/5872-efficient-and-robust-automated-machine-learning.pdf}
+}
+
+ +
+@incollection{FeuKleEggSprBluHut2019autosklearn,
+  doi = {10.1007/978-3-030-05318-5},
+  epub = {http://automl.org/book},
+  booktitle = {Automated Machine Learning},
+  publisher = {Springer},
+  year = 2019,
+  editor = { Frank Hutter  and Kotthoff, Lars and  Joaquin Vanschoren },
+  author = { Matthias Feurer  and Klein, Aaron and  Katharina Eggensperger  and Springenberg, Jost and Blum, Manuel and  Frank Hutter },
+  title = {Auto-sklearn: Efficient and Robust Automated Machine
+                  Learning},
+  pages = {113--134},
+  abstract = {The success of machine learning in a broad range of
+                  applications has led to an ever-growing demand for machine
+                  learning systems that can be used off the shelf by
+                  non-experts. To be effective in practice, such systems need
+                  to automatically choose a good algorithm and feature
+                  preprocessing steps for a new dataset at hand, and also set
+                  their respective hyperparameters. Recent work has started to
+                  tackle this automated machine learning (AutoML) problem with
+                  the help of efficient Bayesian optimization methods. Building
+                  on this, we introduce a robust new AutoML system based on the
+                  Python machine learning package scikit-learn (using 15
+                  classifiers, 14 feature preprocessing methods, and 4 data
+                  preprocessing methods, giving rise to a structured hypothesis
+                  space with 110 hyperparameters). This system, which we dub
+                  Auto-sklearn, improves on existing AutoML methods by
+                  automatically taking into account past performance on similar
+                  datasets, and by constructing ensembles from the models
+                  evaluated during the optimization. Our system won six out of
+                  ten phases of the first ChaLearn AutoML challenge, and our
+                  comprehensive analysis on over 100 diverse datasets shows
+                  that it substantially outperforms the previous state of the
+                  art in AutoML. We also demonstrate the performance gains due
+                  to each of our contributions and derive insights into the
+                  effectiveness of the individual components of Auto-sklearn.}
+}
+
+ +
+@incollection{FiaRosScho2010comp,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  title = {Comparison-based adaptive strategy selection with bandits in
+                  differential evolution},
+  author = { {\'A}lvaro Fialho  and Ros, Raymond and  Marc Schoenauer  and  Mich{\`e}le Sebag },
+  pages = {194--203}
+}
+
+ +
+@incollection{FiaSchoSeb2010fauc,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Fitness-{AUC} bandit adaptive strategy selection vs.\ the
+                  probability matching one within differential evolution: an
+                  empirical comparison on the {BBOB-2010} noiseless testbed},
+  author = { {\'A}lvaro Fialho  and  Marc Schoenauer  and  Mich{\`e}le Sebag },
+  pages = {1535--1542}
+}
+
+ +
+@incollection{FiaSchoSeb2010toward,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Toward comparison-based adaptive operator selection},
+  author = { {\'A}lvaro Fialho  and  Marc Schoenauer  and  Mich{\`e}le Sebag },
+  pages = {767--774},
+  annote = {Proposed F-AUC and F-SR}
+}
+
+ +
+@phdthesis{Fialho2010PhD,
+  title = {Adaptive operator selection for optimization},
+  author = { {\'A}lvaro Fialho },
+  year = 2010,
+  school = {Universit{\'e} Paris Sud-Paris XI}
+}
+
+ +
+@incollection{Fie2017gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  author = { Jonathan E. Fieldsend },
+  title = {University staff teaching allocation: formulating and
+                  optimising a many-objective problem},
+  pages = {1097--1104},
+  doi = {10.1145/3071178.3071230},
+  annote = {Example of NSGA-III deteriorating.}
+}
+
+ +
+@incollection{FieEve2013visualising,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  title = {Visualising high-dimensional {Pareto} relationships in
+                  two-dimensional scatterplots},
+  author = { Jonathan E. Fieldsend  and  Everson, Richard M. },
+  pages = {558--572},
+  doi = {10.1007/978-3-642-37140-0_42}
+}
+
+ +
+@incollection{Fieldsend2020data,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  doi = {10.1145/3377930},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  title = {Data structures for non-dominated sets: implementations and
+                  empirical assessment of two decades of advances},
+  author = { Jonathan E. Fieldsend },
+  booktitle = {Proceedings of the 2020 Genetic and Evolutionary Computation
+                  Conference},
+  pages = {489--497},
+  annote = {unbounded archives}
+}
+
+ +
+@incollection{FinVos2002,
+  year = 2002,
+  publisher = {Kluwer Academic Publishers, Boston, MA},
+  editor = { Stefan Vo{\ss}  and  David L. Woodruff },
+  booktitle = {Optimization Software Class Libraries},
+  author = {Andreas Fink and  Stefan Vo{\ss} },
+  title = {{HotFrame}: A Heuristic Optimization Framework},
+  pages = {81--154}
+}
+
+ +
+@incollection{FisDhaJou2015lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8994,
+  editor = {Clarisse Dhaenens and  Laetitia Jourdan  and  Marie-El{\'e}onore Marmion },
+  series = {Lecture Notes in Computer Science},
+  year = 2015,
+  booktitle = {Learning and Intelligent Optimization, 9th International
+                  Conference, LION 9},
+  author = {Benjamin Fisset and Clarisse Dhaenens and  Laetitia Jourdan },
+  title = {{MO-Mine$_\text{clust}$}: A Framework for Multi-Objective
+                  Clustering},
+  pages = {293--305},
+  keywords = {irace}
+}
+
+ +
+@incollection{FlePurLyg2005,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 3410,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  year = 2005,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  title = {Many-objective optimization: An engineering design
+                  perspective},
+  author = { Peter J. Fleming  and  Robin C. Purshouse  and Lygoe, Robert J.},
+  pages = {14--32}
+}
+
+ +
+@incollection{PurJalFle2011pref,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  title = {Preference-Driven Co-Evolutionary Algorithms Show Promise for
+                  Many-Objective optimisation},
+  author = { Robin C. Purshouse  and Jalb{\u{a}}, Cezar and  Peter J. Fleming },
+  pages = {136--150}
+}
+
+ +
+@incollection{Fleischer2003emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = {M. Fleischer},
+  title = {The Measure of {Pareto} Optima. Applications to
+                  Multi-objective Metaheuristics},
+  pages = {519--533}
+}
+
+ +
+@book{Fletcher1987,
+  author = {Fletcher, R.},
+  publisher = {John Wiley \& Sons},
+  title = {Practical methods of optimization},
+  year = 1987,
+  address = { New York, NY},
+  annote = {BFGS}
+}
+
+ +
+@incollection{FloMon1994automatic,
+  address = {Cambridge, MA},
+  year = 1994,
+  publisher = {MIT Press},
+  booktitle = {Proceedings of the third international conference on
+                  Simulation of adaptive behavior: From Animals to Animats 3},
+  editor = {Cliff, D. and Husbands, P. and Meyer, J.-A. and Wilson, S.},
+  title = {Automatic creation of an autonomous agent: Genetic evolution
+                  of a neural network driven robot},
+  author = {Floreano, Dario and Mondada, Francesco},
+  annote = {LIS-CONF-1994-003},
+  pages = {421--430}
+}
+
+ +
+@incollection{FocLabLod2002,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Filippo Focacci  and Fran{\c{c}}ois Laburthe and  Andrea Lodi },
+  title = {Local Search and Constraint Programming},
+  pages = {369--403}
+}
+
+ +
+@book{FogOweWal1966,
+  title = {Artificial Intelligence Through Simulated Evolution},
+  author = { David B. Fogel  and  Owens, Alvin J.  and  Walsh, Michael J. },
+  year = 1966,
+  publisher = {John Wiley \& Sons}
+}
+
+ +
+@book{Fogel95:EvolutionaryComputation,
+  author = { David B. Fogel },
+  title = {Evolutionary Computation. Toward a New Philosophy of
+                  Machine Intelligence},
+  journal = {Evolutionary Computation},
+  year = 1995,
+  publisher = {IEEE Press}
+}
+
+ +
+@inproceedings{FonFle1993:moga,
+  isbn = {1-55860-299-2},
+  year = 1993,
+  publisher = {Morgan Kaufmann Publishers},
+  booktitle = {Proceedings of  the Fifth International Conference on Genetic Algorithms (ICGA'93)},
+  editor = {Stephanie Forrest},
+  author = { Carlos M. Fonseca  and  Peter J. Fleming },
+  title = {Genetic Algorithms for Multiobjective Optimization:
+                  Formulation, Discussion and Generalization},
+  pages = {416--423},
+  epub = {http://eden.dei.uc.pt/~cmfonsec/fonseca-ga93-reprint.pdf},
+  annote = {Proposes MOGA and P-MOGA}
+}
+
+ +
+@incollection{FonFle1996:ppsn,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 1141,
+  editor = {H.-M. Voigt and others},
+  aeditor = {H.-M. Voigt and W. Ebeling and  Rechenberg, Ingo  and  Hans-Paul Schwefel },
+  year = 1996,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IV}},
+  author = { Carlos M. Fonseca  and  Peter J. Fleming },
+  title = {On the Performance Assessment and Comparison of
+                  Stochastic Multiobjective Optimizers},
+  pages = {584--593},
+  alias = {Fonseca96}
+}
+
+ +
+@incollection{FonFon2012,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7401,
+  booktitle = {Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011},
+  publisher = {Springer},
+  year = 2012,
+  editor = { Jin-Kao Hao  and Legrand, Pierrick and Collet, Pierre and
+                  Monmarch{\'e}, Nicolas and Lutton, Evelyne and Schoenauer,
+                  Marc},
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca },
+  title = {The Relationship between the Covered Fraction, Completeness
+                  and Hypervolume Indicators},
+  pages = {25--36}
+}
+
+ +
+@incollection{FonGruPaq2005:emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 3410,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  year = 2005,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  author = { Carlos M. Fonseca  and  Viviane {Grunert da Fonseca}  and  Lu{\'i}s Paquete },
+  title = {Exploring the Performance of Stochastic
+                  Multiobjective Optimisers with the Second-Order
+                  Attainment Function},
+  pages = {250--264},
+  alias = {lpaquete:15},
+  doi = {10.1007/978-3-540-31880-4_18},
+  abstract = {The attainment function has been proposed as a
+                  measure of the statistical performance of stochastic
+                  multiobjective optimisers which encompasses both the
+                  quality of individual non-dominated solutions in
+                  objective space and their spread along the trade-off
+                  surface. It has also been related to results from
+                  random closed-set theory, and cast as a mean-like,
+                  first-order moment measure of the outcomes of
+                  multiobjective optimisers. In this work, the use of
+                  more informative, second-order moment measures for
+                  the evaluation and comparison of multiobjective
+                  optimiser performance is explored experimentally,
+                  with emphasis on the interpretability of the
+                  results.}
+}
+
+ +
+@incollection{FonGueLopPaq2011emo,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  author = { Carlos M. Fonseca  and  Andreia P. Guerreiro  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete },
+  title = {On the Computation of the Empirical Attainment Function},
+  doi = {10.1007/978-3-642-19893-9_8},
+  pages = {106--120},
+  abstract = {The attainment function provides a description of the
+                  location of the distribution of a random non-dominated point
+                  set. This function can be estimated from experimental data
+                  via its empirical counterpart, the empirical attainment
+                  function (EAF). However, computation of the EAF in more than
+                  two dimensions is a non-trivial task. In this article, the
+                  problem of computing the empirical attainment function is
+                  formalised, and upper and lower bounds on the corresponding
+                  number of output points are presented. In addition, efficient
+                  algorithms for the two and three-dimensional cases are
+                  proposed, and their time complexities are related to lower
+                  bounds derived for each case.}
+}
+
+ +
+@inproceedings{FonPaqLop06:hypervolume,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = jul,
+  year = 2006,
+  booktitle = {Proceedings of  the 2006 Congress on Evolutionary Computation (CEC 2006)},
+  key = {IEEE CEC},
+  author = { Carlos M. Fonseca  and  Lu{\'i}s Paquete  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {An improved dimension-\hspace{0pt}sweep
+                  algorithm for the hypervolume indicator},
+  pages = {1157--1163},
+  doi = {10.1109/CEC.2006.1688440},
+  abstract = {This paper presents a recursive, dimension-sweep
+                  algorithm for computing the hypervolume indicator of
+                  the quality of a set of $n$ non-dominated points in
+                  $d>2$ dimensions. It improves upon the existing HSO
+                  (Hypervolume by Slicing Objectives) algorithm by
+                  pruning the recursion tree to avoid repeated
+                  dominance checks and the recalculation of partial
+                  hypervolumes. Additionally, it incorporates a recent
+                  result for the three-dimensional special case.  The
+                  proposed algorithm achieves $O(n^{d-2} \log n)$ time
+                  and linear space complexity in the worst-case, but
+                  experimental results show that the pruning
+                  techniques used may reduce the time complexity
+                  exponent even further.}
+}
+
+ +
+@incollection{FonTag2020repro,
+  author = {Fonseca Cacho, Jorge Ram{\'o}n and Taghva, Kazem},
+  title = {The State of Reproducible Research in Computer Science},
+  doi = {10.1007/978-3-030-43020-7_68},
+  series = {Advances in Intelligent Systems and Computing},
+  booktitle = {17th {International} {Conference} on {Information}
+                  {Technology}-{New} {Generations} ({ITNG} 2020)},
+  abstract = {Reproducible research is the cornerstone of cumulative
+                  science and yet is one of the most serious crisis that we
+                  face today in all fields. This paper aims to describe the
+                  ongoing reproducible research crisis along with
+                  counter-arguments of whether it really is a crisis, suggest
+                  solutions to problems limiting reproducible research along
+                  with the tools to implement such solutions by covering the
+                  latest publications involving reproducible research.},
+  language = {en},
+  publisher = {Springer International Publishing},
+  editor = {Latifi, Shahram},
+  year = 2020,
+  keywords = {Docker, Improving transparency, OCR, Open science,
+                  Replicability, Reproducibility},
+  pages = {519--524}
+}
+
+ +
+@incollection{FosBickHardKok2007,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = {Manuel F\"{o}rster and Bettina Bickel and Bernd
+                  Hardung and Gabriella K\'{o}kai},
+  title = {Self-adaptive ant colony optimisation applied to
+                  function allocation in vehicle networks},
+  pages = {1991--1998}
+}
+
+ +
+@incollection{FosHugObr2020,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  doi = {10.1145/3377930},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  title = {Do sophisticated evolutionary algorithms perform better than simple ones?},
+  author = {Foster, Michael and Hughes, Matthew and O'Brien, George and  Oliveto, Pietro S.  and Pyle, James and  Dirk Sudholt  and Williams, James},
+  pages = {184--192}
+}
+
+ +
+@book{FouGayKer2002,
+  author = {Robert Fourer and David M. Gay and Brian W. Kernighan},
+  title = {{AMPL}: A Modeling Language for Mathematical Programming},
+  publisher = {Duxbury},
+  year = 2002,
+  edition = {2nd}
+}
+
+ +
+@inproceedings{Fox1992uniting,
+  author = { Bennett L. Fox },
+  title = {Uniting probabilistic methods for optimization},
+  booktitle = {Proceedings of the 24th conference on Winter simulation},
+  pages = {500--505},
+  year = 1992,
+  organization = {ACM}
+}
+
+ +
+@incollection{Fox1995simulated,
+  author = { Bennett L. Fox },
+  title = {Simulated annealing: folklore, facts, and directions},
+  booktitle = {Monte Carlo and Quasi-Monte Carlo Methods in Scientific Computing},
+  pages = {17--48},
+  year = 1995,
+  publisher = {Springer}
+}
+
+ +
+@phdthesis{Fra2021:phd,
+  author = { Alberto Franzin },
+  title = {Empirical Analysis of Stochastic Local Search Behaviour: Connecting Structure, Components and Landscape},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2021
+}
+
+ +
+@phdthesis{Fra95:phd,
+  author = { C. B. Fraser },
+  title = {Subsequences and Supersequences of Strings},
+  school = {University of Glasgow},
+  year = 1995
+}
+
+ +
+@inproceedings{FraGyoNad2020,
+  url = {https://bnaic.liacs.leidenuniv.nl/wordpress/wp-content/uploads/bnaic2020proceedings.pdf},
+  year = 2020,
+  editor = {Cao, Lu and Kosters, Walter and Lijffijt, Jefrey},
+  booktitle = {Proceedings of the 32nd Benelux Conference on Artificial Intelligence,
+                  BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020},
+  author = { Alberto Franzin  and Gyory, Rapha\"el and Nad\'e, Jean-Charles and
+                 Aubert, Guillaume and Klenkle, Georges and  Hughes Bersini },
+  title = {Phil\'{e}as: Anomaly Detection for {IoT} Monitoring},
+  pages = {56--70}
+}
+
+ +
+@incollection{FraHam2016bor,
+  address = { London, UK },
+  publisher = {Palgrave Macmillan},
+  year = 2016,
+  editor = {Kunc, M. and Malpass, J. and White, L.},
+  booktitle = {Behavioral Operational Research},
+  author = {Franco, L Alberto and  H{\"a}m{\"a}l{\"a}inen, Raimo P. },
+  title = {Engaging with Behavioral Operational Research: On Methods,
+                  Actors and Praxis},
+  pages = {3--25},
+  doi = {10.1057/978-1-137-53551-1_1}
+}
+
+ +
+@book{FraLeiRui2014,
+  title = {Manufacturing Scheduling Systems: An Integrated View on
+                  Models, Methods, and Tools},
+  author = { Jose M. Frami{\~n}{\'a}n  and  Rainer Leisten  and  Rub{\'e}n Ruiz },
+  publisher = {Springer},
+  address = { New York, NY},
+  year = 2014
+}
+
+ +
+@incollection{FraStu2016:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2016},
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Exploration of Metaheuristics through Automatic Algorithm Configuration Techniques and Algorithmic Frameworks},
+  pages = {1341--1347}
+}
+
+ +
+@incollection{FraStu2017:EA,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Lutton, Evelyne and Legrand, Pierrick and Parrend, Pierre and  Nicolas Monmarch{\'e}  and  Marc Schoenauer },
+  volume = 10764,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {EA 2017: Artificial Evolution},
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Comparison of Acceptance Criteria in Randomized Local Searches},
+  pages = {16--29}
+}
+
+ +
+@misc{FraStu2018-supp,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Revisiting Simulated Annealing: a Component-Based Analysis: {Supplementaty} Material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2018-001}},
+  year = 2018
+}
+
+ +
+@inproceedings{FraStu2020:lmca,
+  year = 2020,
+  editor = {Vlastelica, Marin and Song, Jialin and Ferber, Aaron and Amos, Brandon and
+                  Martius, Georg and Dilkina, Bistra and Yue, Yisong},
+  booktitle = {Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020,
+                  {LMCA} 2020, Vancouver, Canada, December 12, 2020},
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Towards transferring algorithm configurations across problems},
+  pages = {1--6}
+}
+
+ +
+@incollection{FraStu2020:tailor,
+  year = 2021,
+  volume = 12641,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Trustworthy AI -- Integrating Learning, Optimization and
+                  Reasoning. TAILOR 2020},
+  editor = {Fredrik Heintz and Michela Milano and   O'Sullivan, Barry },
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {A causal framework for understanding optimisation algorithms},
+  pages = {140--145}
+}
+
+ +
+@misc{FraStu2021-supp,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {A Landscape-based Analysis of Fixed Temperature and Simulated Annealing: {Supplementaty} Material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2021-002}},
+  year = 2021
+}
+
+ +
+@inproceedings{FreFleGui2013nonparametric,
+  year = 2013,
+  publisher = {IEEE Press},
+  booktitle = {2013 IEEE International Conference on Systems, Man, and
+                  Cybernetics},
+  key = {SMC},
+  author = {A. R. R. {Freitas} and  Peter J. Fleming  and Frederico
+                  G. Guimar{\~{a}}es},
+  title = {A Non-parametric Harmony-Based Objective Reduction Method for
+                  Many-Objective Optimization},
+  pages = {651--656},
+  doi = {10.1109/SMC.2013.116}
+}
+
+ +
+@incollection{FreMer1996icec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1996,
+  editor = { Thomas B{\"a}ck  and  T. Fukuda  and  Zbigniew Michalewicz },
+  booktitle = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  author = {B. Freisleben and P. Merz},
+  title = {A Genetic Local Search Algorithm for Solving
+                  Symmetric and Asymmetric Traveling Salesman
+                  Problems},
+  pages = {616--621}
+}
+
+ +
+@incollection{FriGobQuiWag2018ppsn,
+  volume = 11101,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Tobias Friedrich  and G{\"o}bel, Andreas and Quinzan, Francesco and  Markus Wagner },
+  title = {Heavy-Tailed Mutation Operators in Single-Objective
+                  Combinatorial Optimization},
+  pages = {134--145},
+  abstract = {A core feature of evolutionary algorithms is their mutation
+                  operator. Recently, much attention has been devoted to the
+                  study of mutation operators with dynamic and non-uniform
+                  mutation rates. Following up on this line of work, we propose
+                  a new mutation operator and analyze its performance on the
+                  (1+1) Evolutionary Algorithm (EA). Our analyses show that
+                  this mutation operator competes with pre-existing ones, when
+                  used by the (1+1)-EA on classes of problems for which
+                  results on the other mutation operators are available. We
+                  present a ``jump'' function for which the performance of the
+                  (1+1)-EA using any static uniform mutation and any restart
+                  strategy can be worse than the performance of the (1+1)-EA
+                  using our mutation operator with no restarts. We show that
+                  the (1+1)-EA using our mutation operator finds a
+                  (1/3)-approximation ratio on any non-negative submodular
+                  function in polynomial time. This performance matches that of
+                  combinatorial local search algorithms specifically designed
+                  to solve this problem.}
+}
+
+ +
+@incollection{FriKotKre2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = { Tobias Friedrich  and K{\"o}tzing, Timo  and Krejca, Martin S. and  Andrew M. Sutton },
+  title = {Robustness of Ant Colony Optimization to Noise},
+  pages = {17--24},
+  numpages = 8,
+  doi = {10.1145/2739480.2754723},
+  keywords = {ant colony optimization, noisy fitness, run time analysis,
+                  theory}
+}
+
+ +
+@incollection{FriKotWag2017:aaai,
+  publisher = {{AAAI} Press},
+  month = feb,
+  year = 2017,
+  editor = {Satinder P. Singh and Shaul Markovitch},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  author = { Tobias Friedrich  and K{\"o}tzing, Timo  and  Markus Wagner },
+  title = {A Generic Bet-and-Run Strategy for Speeding Up Stochastic Local Search},
+  pages = {801--807}
+}
+
+ +
+@incollection{FriQuiWag2018mutation,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2018,
+  editor = { Aguirre, Hern\'{a}n E.  and Keiki Takadama},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2018},
+  author = { Tobias Friedrich  and Quinzan, Francesco and  Markus Wagner },
+  title = {Escaping Large Deceptive Basins of Attraction with
+                  Heavy-tailed Mutation Operators},
+  pages = {293--300},
+  numpages = {8},
+  doi = {10.1145/3205455.3205515},
+  acmid = {3205515},
+  keywords = {combinatorial optimization, heavy-tailed mutation,
+                  single-objective optimization, experiments-motivated theory,
+                  irace}
+}
+
+ +
+@inproceedings{Friendly1991stat,
+  title = {Statistical graphics for multivariate data},
+  author = {Friendly, Michael},
+  year = 1991,
+  booktitle = {SAS Conference Proceedings: SAS Users Group International 16
+                  (SUGI 16)},
+  annote = {February 17-20, 1991, New Orleans, Louisiana, 297 papers}
+}
+
+ +
+@book{FudTir83,
+  author = {Fudenberg, D. and Tirole, J.},
+  year = 1983,
+  title = {Game Theory},
+  publisher = {MIT Press, Cambridge, MA}
+}
+
+ +
+@incollection{FujNan2021solving,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  title = {Solving {QUBO} with {GPU} parallel {MOPSO}},
+  author = {Fujimoto, Noriyuki and Nanai, Kouki},
+  pages = {1788--1794}
+}
+
+ +
+@incollection{Fuk2004gecco,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3103,
+  editor = { Kalyanmoy Deb  and others},
+  year = 2004,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2004, Part II},
+  title = {Evolving Local Search Heuristics for {SAT} Using
+                  Genetic Programming},
+  author = { Fukunaga, Alex S. },
+  abstract = {Satisfiability testing ({SAT)} is a very active area
+                  of research today, with numerous real-world
+                  applications. We describe {CLASS2.0}, a genetic
+                  programming system for semi-automatically designing
+                  {SAT} local search heuristics. An empirical
+                  comparison shows that that the heuristics generated
+                  by our {GP} system outperform the state of the art
+                  human-designed local search algorithms, as well as
+                  previously proposed evolutionary approaches, with
+                  respect to both runtime as well as search efficiency
+                  (number of variable flips to solve a problem).},
+  pages = {483--494}
+}
+
+ +
+@book{FurLovLov2000stats,
+  author = {Nancy E. Furlong and Eugene A. Lovelace and Kristin
+                  L. Lovelace},
+  title = {Research Methods and Statistics: An Integrated
+                  Approach},
+  publisher = {Harcourt College Publishers},
+  year = 2000,
+  alias = {furlong00:stats}
+}
+
+ +
+@incollection{GaeCla04,
+  isbn = {1-932415-66-1},
+  year = 2005,
+  publisher = {CSREA Press},
+  booktitle = {Proceedings of the 2005 International Conference on Artificial Intelligence, ICAI 2005},
+  editor = {Hamid R. Arabnia and Rose Joshua},
+  author = {D. Gaertner and K. Clark},
+  title = {On Optimal Parameters for Ant Colony Optimization
+                  Algorithms},
+  pages = {83--89}
+}
+
+ +
+@incollection{GagLeg2010emaa,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Matteo Gagliolo  and Catherine Legrand},
+  title = {Algorithm Survival Analysis},
+  pages = {161--184},
+  doi = {10.1007/978-3-642-02538-9_7},
+  abstract = {Algorithm selection is typically based on models of
+                  algorithm performance,learned during a separate
+                  offline training sequence, which can be
+                  prohibitively expensive. In recent work, we adopted
+                  an online approach, in which models of the runtime
+                  distributions of the available algorithms are
+                  iteratively updated and used to guide the allocation
+                  of computational resources, while solving a sequence
+                  of problem instances. The models are estimated using
+                  survival analysis techniques, which allow us to
+                  reduce computation time, censoring the runtimes of
+                  the slower algorithms. Here, we review the
+                  statistical aspects of our online selection method,
+                  discussing the bias induced in the runtime
+                  distributions (RTD) models by the competition of
+                  different algorithms on the same problem instances.}
+}
+
+ +
+@incollection{GamDor95:ml,
+  publisher = {Morgan Kaufmann Publishers, Palo Alto, CA},
+  editor = {A. Prieditis and S. Russell},
+  booktitle = {Proceedings of the Twelfth International Conference
+                  on Machine Learning (ML-95)},
+  year = 1995,
+  author = { L. M. Gambardella  and  Marco Dorigo },
+  title = {Ant-{Q}: A Reinforcement Learning Approach to the
+                  Traveling Salesman Problem},
+  pages = {252--260}
+}
+
+ +
+@incollection{GamDor96:icec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1996,
+  editor = { Thomas B{\"a}ck  and  T. Fukuda  and  Zbigniew Michalewicz },
+  booktitle = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  author = { L. M. Gambardella  and  Marco Dorigo },
+  title = {Solving Symmetric and Asymmetric {TSP}s by Ant
+                  Colonies},
+  pages = {622--627},
+  anote = {IC.18}
+}
+
+ +
+@incollection{GamTaiAga99,
+  address = {London, UK},
+  year = 1999,
+  publisher = {McGraw Hill},
+  editor = { David Corne  and  Marco Dorigo  and  Fred Glover },
+  booktitle = {New Ideas in Optimization},
+  author = { L. M. Gambardella  and  {\'E}ric D. Taillard  and  G. Agazzi },
+  title = {{MACS-VRPTW}: A Multiple Ant Colony System for Vehicle
+                  Routing Problems with Time Windows},
+  pages = {63--76},
+  alias = {GamTaiAga99:newideas}
+}
+
+ +
+@incollection{GanDelKin04:ants2004,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Xavier Gandibleux  and  X. Delorme  and  V. {T'Kindt} },
+  title = {An Ant Colony Optimisation Algorithm for the Set
+                  Packing Problem},
+  pages = {49--60}
+}
+
+ +
+@incollection{GanMezFre1997,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  volume = 455,
+  editor = {R. Caballero and  Francisco Ruiz  and R. Steuer},
+  year = 1997,
+  booktitle = {Advances in Multiple Objective and Goal Programming},
+  title = {A tabu search procedure to solve multiobjective
+                  combinatorial optimization problem},
+  author = { Xavier Gandibleux  and Mezdaoui, N. and Fr{\'e}ville, A.},
+  pages = {291--300}
+}
+
+ +
+@incollection{GanMorKat2003,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  title = {Use of a genetic heritage for solving the assignment
+                  problem with two objectives},
+  author = { Xavier Gandibleux  and  H. Morita  and  Katoh, N. },
+  pages = {43--57}
+}
+
+ +
+@inproceedings{GaoNieLi2019vis,
+  year = 2019,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2019 Congress on Evolutionary Computation (CEC 2019)},
+  key = {IEEE CEC},
+  author = {Gao, Huiru and Nie, Haifeng and Li, Ke},
+  title = {Visualisation of {Pareto} Front Approximation: A Short Survey
+                  and Empirical Comparisons},
+  pages = {1750--1757},
+  doi = {10.1109/CEC.2019.8790298}
+}
+
+ +
+@incollection{GarDas2008,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2008,
+  editor = { Vittorio Maniezzo  and  Roberto Battiti  and Jean-Paul Watson},
+  volume = 5313,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Learning and Intelligent Optimization, Second International Conference, LION 2},
+  title = {Multiobjective landscape analysis and the generalized assignment problem},
+  author = {Garrett, Deon and Dasgupta, Dipankar},
+  pages = {110--124}
+}
+
+ +
+@book{GarJoh1979,
+  title = {Computers and Intractability: A Guide to the Theory
+                  of {NP}-Completeness},
+  author = {Garey, M. R. and David S. Johnson},
+  publisher = {Freeman \& Co, San Francisco, CA},
+  year = 1979
+}
+
+ +
+@incollection{GarLopGod2016pso,
+  volume = 9882,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and  Mauro Birattari  and  Li, Xiaodong  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kazuhiro Ohkura  and  Carlo Pinciroli  and  Thomas St{\"u}tzle },
+  year = 2016,
+  booktitle = {Swarm Intelligence, 10th International Conference, ANTS 2016},
+  title = {A study of archiving strategies in multi-objective {PSO} for
+                  molecular docking},
+  author = { Jos{\'e} Garc{\'i}a-Nieto  and L{\'o}pez-Camacho, Esteban and Godoy
+                  Garc{\'i}a, Mar{\'i}a Jes{\'u}s and  Nebro, Antonio J.  and  Durillo, Juan J.  and Aldana-Montes, Jos{\'e} F.},
+  pages = {40--52},
+  doi = {10.1007/978-3-319-44427-7_4}
+}
+
+ +
+@inproceedings{GarSosVaz07,
+  author = {Beatriz A. Garro and Humberto Sossa and Roberto
+                  A. Vazquez},
+  title = {Evolving ant colony system for optimizing path
+                  planning in mobile robots},
+  booktitle = {Electronics, Robotics and Automotive Mechanics
+                  Conference},
+  year = 2007,
+  pages = {444--449},
+  doi = {10.1109/CERMA.2007.60},
+  publisher = {IEEE Computer Society},
+  address = {Los Alamitos, CA}
+}
+
+ +
+@incollection{GasScha07:easysyn,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4638,
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  year = 2007,
+  booktitle = {Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS~2007},
+  author = {Luca {Di Gaspero} and Andrea Schaerf},
+  title = {Easysyn++: A tool for automatic synthesis of stochastic local
+                  search algorithms},
+  pages = {177--181}
+}
+
+ +
+@incollection{GebKamKauSchSchZil2013claspfolio,
+  editor = {Pedro Calabar and Tran Cao Son},
+  volume = 8148,
+  year = 2013,
+  series = {Lecture Notes in Artificial Intelligence},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Logic Programming and Nonmonotonic Reasoning},
+  title = {A portfolio solver for answer set programming: Preliminary
+                  report},
+  author = {Gebser, Martin and Kaminski, Roland and Kaufmann, Benjamin
+                  and Schaub, Torsten and Schneider, Marius Thomas and Ziller,
+                  Stefan},
+  pages = {352--357}
+}
+
+ +
+@inproceedings{Gei2006ecml,
+  isbn = {978-3-540-46056-5},
+  volume = 4212,
+  series = {Lecture Notes in Computer Science},
+  year = 2006,
+  booktitle = {Machine Learning: ECML 2006},
+  editor = {F{\"u}rnkranz, Johannes and Scheffer, Tobias and
+                  Spiliopoulou, Myra},
+  author = {Geibel, Peter},
+  title = {Reinforcement Learning for {MDPs} with Constraints},
+  pages = {646--653},
+  doi = {10.1007/11871842_63},
+  abstract = {In this article, I will consider Markov Decision Processes
+                  with two criteria, each defined as the expected value of an
+                  infinite horizon cumulative return. The second criterion is
+                  either itself subject to an inequality constraint, or there
+                  is maximum allowable probability that the single returns
+                  violate the constraint. I describe and discuss three new
+                  reinforcement learning approaches for solving such control
+                  problems.},
+  keywords = {Safe RL}
+}
+
+ +
+@techreport{GenGraMac1997hownotto,
+  author = { Ian P. Gent  and Stuart A. Grant and Ewen MacIntyre and Patrick
+                  Prosser and Paul Shaw and Barbara M. Smith and Toby Walsh},
+  title = {How Not To Do It},
+  institution = {School of Computer Studies, University of Leeds},
+  year = 1997,
+  number = {97.27},
+  month = may,
+  abstract = {We give some dos and don'ts for those analysing algorithms
+                  experimentally. We illustrate these with many examples from
+                  our own research on the study of algorithms for NP-complete
+                  problems such as satisfiability and constraint
+                  satisfaction. Where we have not followed these maxims, we
+                  have suffered as a result.}
+}
+
+ +
+@inproceedings{GenHooProWal99,
+  author = { Ian P. Gent  and  Holger H. Hoos  and P. Prosser and T. Walsh},
+  title = {Morphing: Combining Structure and Randomness},
+  booktitle = {Proceedings of  the Sixteenth National Conference on Artificial Intelligence},
+  pages = {654--660},
+  year = 1999
+}
+
+ +
+@incollection{GenPot2010:handbook,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Michel Gendreau  and  Jean-Yves Potvin },
+  title = {Tabu Search},
+  pages = {41--59}
+}
+
+ +
+@incollection{GesHutKotMal2014lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8426,
+  editor = { Panos M. Pardalos  and  Mauricio G. C. Resende  and Chrysafis Vogiatzis and Jose
+                  L. Walteros},
+  series = {Lecture Notes in Computer Science},
+  year = 2014,
+  booktitle = {Learning and Intelligent Optimization, 8th International Conference, LION 8},
+  author = {Daniel Geschwender and  Frank Hutter  and Kotthoff, Lars and  Yuri Malitsky  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Algorithm Configuration in the Cloud: A Feasibility Study},
+  pages = {41--46},
+  doi = {10.1007/978-3-319-09584-4_5}
+}
+
+ +
+@inproceedings{Gibbs05:cal,
+  author = { Matthew S. Gibbs  and  Graeme C. Dandy  and  Holger R. Maier  and  John B. Nixon },
+  title = {Calibrating genetic algorithms for water
+                  distribution system optimisation},
+  booktitle = {7th Annual Symposium on Water Distribution Systems
+                  Analysis},
+  year = 2005,
+  month = may,
+  organization = {ASCE}
+}
+
+ +
+@incollection{GilCopSch2021bbmdd,
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 12735,
+  booktitle = {Integration of Constraint Programming, Artificial Intelligence, and Operations Research, CPAIOR 2021},
+  publisher = {Springer},
+  year = 2021,
+  editor = {Peter J. Stuckey},
+  author = {Gillard, Xavier and Copp{\'e}, Vianney and Schaus, Pierre and  Cire, Andr{\'e} A. },
+  title = {Improving the Filtering of {Branch-And-Bound} {MDD} Solver},
+  pages = {231--247},
+  doi = {10.1007/978-3-030-78230-6_15}
+}
+
+ +
+@phdthesis{Gillard2022phd,
+  author = {Gillard, Xavier},
+  title = {Discrete Optimization with Decision Diagrams: Design of a
+                  Generic Solver, Improved Bounding Techniques, and Discovery
+                  of Good Feasible Solutions with Large Neighborhood Search},
+  school = {Universit{\'e} Catholique de Louvain},
+  year = 2022
+}
+
+ +
+@incollection{Gla2017fast,
+  editor = {Heike Trautmann and G{\"{u}}nter Rudolph and Kathrin Klamroth
+                  and Oliver Sch{\"{u}}tze and Margaret M. Wiecek and Yaochu
+                  Jin and Christian Grimme},
+  year = 2017,
+  volume = 10173,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2017},
+  author = { T. Glasmachers },
+  title = {A fast incremental {BSP} tree archive for non-dominated
+                  points},
+  pages = {252--266},
+  keywords = {archiving}
+}
+
+ +
+@incollection{Glo98,
+  volume = 1363,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  shorteditor = { Jin-Kao Hao  and others},
+  editor = { Jin-Kao Hao  and Evelyne Lutton and Edmund M. A. Ronald and  Marc Schoenauer  and Dominique Snyers},
+  booktitle = {Artificial Evolution},
+  author = { Fred Glover },
+  title = {A Template for Scatter Search and Path Relinking},
+  doi = {10.1007/BFb0026589},
+  pages = {1--51},
+  year = 1998
+}
+
+ +
+@inproceedings{GloBen2010,
+  title = {Understanding the difficulty of training deep feedforward
+                  neural networks},
+  author = {Glorot, Xavier and  Bengio, Yoshua },
+  booktitle = {Proceedings of the Thirteenth International Conference on
+                  Artificial Intelligence and Statistics},
+  pages = {249--256},
+  year = 2010
+}
+
+ +
+@incollection{GloKoc1996:mic,
+  author = { Fred Glover  and  Gary A. Kochenberger },
+  title = {Critical Even Tabu Search for Multidimensional Knapsack
+                  Problems},
+  booktitle = {Metaheuristics: Theory \& Applications},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 1996,
+  editor = { Ibrahim H. Osman  and James P. Kelly},
+  pages = {407--427}
+}
+
+ +
+@book{GloLag97,
+  author = { Fred Glover  and  Manuel Laguna },
+  title = {Tabu Search},
+  publisher = {Kluwer Academic Publishers},
+  address = { Boston, MA},
+  year = 1997
+}
+
+ +
+@incollection{GloLagMar2002:mh,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Fred Glover  and  Manuel Laguna  and  Rafael Mart{\'i} },
+  title = {Scatter Search and Path Relinking: Advances and Applications},
+  pages = {1--35}
+}
+
+ +
+@incollection{GolSolMoi2017gvizier,
+  key = {SIGKDD},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = {Stan Matwin and Shipeng Yu and Faisal Farooq},
+  booktitle = {23rd {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  author = {Daniel Golovin and Benjamin Solnik and Subhodeep Moitra and
+                  Greg Kochanski and John Karro and D. Sculley},
+  title = {{Google} {Vizier}: {A} Service for Black-Box Optimization},
+  pages = {1487--1495},
+  doi = {10.1145/3097983.3098043}
+}
+
+ +
+@incollection{GolSouGol2006:pso,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2006,
+  editor = {Gottlieb, Jens and  G{\"u}nther R. Raidl },
+  volume = 3906,
+  booktitle = {Proceedings of EvoCOP 2006 -- 6th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  title = {Particle Swarm for the Traveling Salesman Problem},
+  author = { Goldbarg, Elizabeth Ferreira Gouv{\^e}a  and Souza, Givanaldo R. and  Goldbarg, Marco Cesar },
+  pages = {99--110}
+}
+
+ +
+@book{Goldberg89,
+  author = { David E. Goldberg },
+  title = {Genetic Algorithms in Search, Optimization and
+                  Machine Learning},
+  publisher = {Addison-Wesley},
+  address = { Boston, MA},
+  year = 1989
+}
+
+ +
+@inproceedings{GoldmanMays,
+  author = { Fred E. Goldman  and  Larry W. Mays },
+  title = {The Application of Simulated Annealing to the
+                  Optimal Operation of Water Systems},
+  booktitle = {Proceedings of 26th Annual Water Resources Planning
+                  and Management Conference},
+  year = 2000,
+  address = {Tempe, USA},
+  month = jun,
+  organization = {ASCE}
+}
+
+ +
+@incollection{Gomory1963,
+  year = 1963,
+  publisher = {McGraw Hill,  New York, NY},
+  editor = {Graves, R. L. and Wolfe, P.},
+  booktitle = {Recent Advances in Mathematical Programming},
+  title = {An algorithm for integer solutions to linear programs},
+  author = {Gomory, Ralph E.},
+  pages = {260--302}
+}
+
+ +
+@incollection{GonFiaCai2010adaptive,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Adaptive strategy selection in differential evolution},
+  author = {Gong, Wenyin and  {\'A}lvaro Fialho  and Cai, Zhihua},
+  pages = {409--416},
+  doi = {10.1145/1830483.1830559}
+}
+
+ +
+@incollection{Gor1997,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1997,
+  editor = { Thomas B{\"a}ck  and  Zbigniew Michalewicz  and  Xin Yao },
+  booktitle = {Proceedings of the 1997 IEEE International
+                  Conference on Evolutionary Computation (ICEC'97)},
+  author = {M. Gorges-Schleuter},
+  title = {Asparagos96 and the {Travelling} {Salesman} {Problem}},
+  pages = {171--174}
+}
+
+ +
+@incollection{GotPucSol03:evoworkshops,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2611,
+  editor = {S. Cagnoni and others},
+  aeditor = {S. Cagnoni and J. J. {Romero Cardalda} and D. W. Corne
+                  and J. Gottlieb and A. Guillot and E. Hart and
+                  C. G. Johnson and E. Marchiori and J.-A. Meyer and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  year = 2003,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of EvoWorkshops 2003},
+  author = {J. Gottlieb and M. Puchta and  Christine Solnon },
+  title = {A Study of Greedy, Local Search, and Ant Colony
+                  Optimization Approaches for Car Sequencing Problems},
+  pages = {246--257}
+}
+
+ +
+@inproceedings{GraDej1992composer,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  editor = {William R. Swartout},
+  year = 1992,
+  booktitle = {Proceedings of  the 10th National Conference on Artificial Intelligence},
+  author = {Jonathan Gratch and DeJong, Gerald},
+  title = {{COMPOSER}: {A} probabilistic solution to the utility problem
+                  in speed-up learning},
+  pages = {235--240},
+  annote = {Eearliest hyper-heuristic?}
+}
+
+ +
+@inproceedings{GraMohHin2013speech,
+  title = {Speech recognition with deep recurrent neural networks},
+  author = {Graves, Alex and Mohamed, Abdel-rahman and Hinton, Geoffrey},
+  booktitle = {Acoustics, speech and signal processing (icassp), 2013 ieee
+                  international conference on},
+  pages = {6645--6649},
+  year = 2013,
+  organization = {IEEE}
+}
+
+ +
+@incollection{GreHuDam1996foga,
+  publisher = {Morgan Kaufmann Publishers},
+  year = 1996,
+  editor = {Richard K. Belew and Michael D. Vose},
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  title = {Fitness functions for multiple objective optimization
+                  problems: Combining preferences with {Pareto} rankings},
+  author = {Greenwood, Garrison W. and Hu, Xiaobo and D'Ambrosio,
+                  Joseph G.},
+  pages = {437--455}
+}
+
+ +
+@inproceedings{GreMatSlo2010cec,
+  year = 2010,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2010 Congress on Evolutionary Computation (CEC 2010)},
+  editor = { Ishibuchi, Hisao  and others},
+  key = {IEEE CEC},
+  title = {Interactive evolutionary multiobjective optimization using
+                  dominance-based rough set approach},
+  author = { Salvatore Greco  and Matarazzo, Benedetto and  Roman S{\l}owi{\'n}ski },
+  pages = {1--8}
+}
+
+ +
+@techreport{GruFon2004tr,
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca },
+  year = 2004,
+  title = {A characterization of the outcomes of stochastic
+                  multiobjective optimizers through a reduction of the hitting
+                  function test sets},
+  institution = {CSI, Universidade do Algarve},
+  keywords = {high-order EAF}
+}
+
+ +
+@incollection{GruFon2009:emaa,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca },
+  title = {The Attainment-Function Approach to Stochastic
+                  Multiobjective Optimizer Assessment and Comparison},
+  pages = {103--130}
+}
+
+ +
+@incollection{GruFon2012ea,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7401,
+  booktitle = {Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011},
+  publisher = {Springer},
+  year = 2012,
+  editor = { Jin-Kao Hao  and Legrand, Pierrick and Collet, Pierre and
+                  Monmarch{\'e}, Nicolas and Lutton, Evelyne and Schoenauer,
+                  Marc},
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca },
+  title = {The Relationship between the Covered Fraction, Completeness
+                  and Hypervolume Indicators},
+  doi = {10.1007/978-3-642-35533-2_3},
+  abstract = {This paper investigates the relationship between the covered
+                  fraction, completeness, and (weighted) hypervolume indicators
+                  for assessing the quality of the Pareto-front approximations
+                  produced by multiobjective optimizers. It is shown that these
+                  unary quality indicators are all, by definition, weighted
+                  Hausdorff measures of the intersection of the region attained
+                  by such an optimizer outcome in objective space with some
+                  reference set. Moreover, when the optimizer is stochastic,
+                  the indicators considered lead to real-valued random
+                  variables following particular probability
+                  distributions. Expressions for the expected value of these
+                  distributions are derived, and shown to be directly related
+                  to the first-order attainment function.},
+  keywords = {hypervolume, empiricial attainment function}
+}
+
+ +
+@incollection{Grunert01,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2001},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 1993,
+  year = 2001,
+  publisher = {Springer},
+  editor = { Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele  and  Carlos A. {Coello Coello}  and  David Corne },
+  author = { Viviane {Grunert da Fonseca}  and  Carlos M. Fonseca  and  Andreia O. Hall },
+  key = {Fonseca et al., 2001},
+  title = {Inferential Performance Assessment of Stochastic Optimisers
+                  and the Attainment Function},
+  pages = {213--225},
+  alias = {Fonseca01},
+  doi = {10.1007/3-540-44719-9_15},
+  annote = {Proposed looking at anytime behavior as a multi-objective
+                  problem},
+  keywords = {EAF},
+  abstract = {The performance of stochastic optimisers can be assessed
+                  experimentally on given problems by performing multiple
+                  optimisation runs, and analysing the results. Since an
+                  optimiser may be viewed as an estimator for the (Pareto)
+                  minimum of a (vector) function, stochastic optimiser
+                  performance is discussed in the light of the criteria
+                  applicable to more usual statistical
+                  estimators. Multiobjective optimisers are shown to deviate
+                  considerably from standard point estimators, and to require
+                  special statistical methodology. The attainment function is
+                  formulated, and related results from random closed-set theory
+                  are presented, which cast the attainment function as a
+                  mean-like measure for the outcomes of multiobjective
+                  optimisers. Finally, a covariance-measure is defined, which
+                  should bring additional insight into the stochastic behaviour
+                  of multiobjective optimisers. Computational issues and
+                  directions for further work are discussed at the end of the
+                  paper.}
+}
+
+ +
+@incollection{GueMonSli04:ants2004,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = {C. Gu{\'e}ret  and  Nicolas Monmarch{\'e}  and M. Slimane},
+  title = {Ants Can Play Music},
+  pages = {310--317}
+}
+
+ +
+@incollection{GunBra2003:evoworkshops,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2611,
+  editor = {S. Cagnoni and others},
+  aeditor = {S. Cagnoni and J. J. {Romero Cardalda} and D. W. Corne
+                  and J. Gottlieb and A. Guillot and E. Hart and
+                  C. G. Johnson and E. Marchiori and J.-A. Meyer and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  year = 2003,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of EvoWorkshops 2003},
+  author = { M. Guntsch and  J{\"u}rgen Branke },
+  title = {New Ideas for Applying Ant Colony Optimization to the Probabilistic TSP},
+  pages = {165--175}
+}
+
+ +
+@incollection{GunMid01:evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2037,
+  editor = {E. J. W. Boers and others},
+  aeditor = {E. J. W. Boers and J. Gottlieb and P. L. Lanzi and R. E. Smith
+                 and S. Cagnoni and E. Hart and G. R. Raidl and H. Tijink},
+  year = 2001,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2001},
+  author = { M. Guntsch and  Martin Middendorf },
+  title = {Pheromone Modification Strategies for Ant Algorithms
+                  Applied to Dynamic {TSP}},
+  pages = {213--222},
+  anote = {Also available as Tech. Rep. AIDA-00-07,
+                  Intellectics Group, Darmstadt University of
+                  Technology, Germany.},
+  alias = {GunMid01:evoworkshops}
+}
+
+ +
+@incollection{GunMid02:EvoWorkshops,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2279,
+  editor = {S. Cagnoni and others},
+  aeditor = {S. Cagnoni and J. Gottlieb and E. Hart  and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  year = 2002,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2002},
+  author = { M. Guntsch and  Martin Middendorf },
+  title = {A Population Based Approach for {ACO}},
+  pages = {71--80}
+}
+
+ +
+@incollection{GunMid03:emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { M. Guntsch and  Martin Middendorf },
+  title = {Solving Multi-Objective Permutation Problems with
+                  Population Based {ACO}},
+  pages = {464--478}
+}
+
+ +
+@incollection{GunMid2002:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { M. Guntsch and  Martin Middendorf },
+  title = {Applying Population Based {ACO} to Dynamic Optimization
+                  Problems},
+  pages = {111--122}
+}
+
+ +
+@misc{Gurobi,
+  author = {Gurobi},
+  title = {Gurobi Optimizer},
+  howpublished = {\url{http://www.gurobi.com/products/gurobi-optimizer}},
+  year = 2017
+}
+
+ +
+@incollection{Gus97:sequence-algorithms,
+  author = { D. Gusfield },
+  title = {Algorithms on Strings, Trees, and Sequences},
+  booktitle = {Computer Science and Computational Biology},
+  publisher = {Cambridge University Press},
+  year = 1997
+}
+
+ +
+@incollection{Gut04:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Gutjahr, Walter J. },
+  title = {{S-ACO}: An Ant-Based Approach to Combinatorial
+                  Optimization Under Uncertainty},
+  pages = {238--249}
+}
+
+ +
+@inproceedings{Gut2003:saga,
+  doi = {10.1007/b13596},
+  series = {Lecture Notes in Computer Science},
+  year = 2003,
+  volume = 2827,
+  publisher = {Springer Verlag},
+  editor = {Andreas Albrecht and Kathleen Steinh\"{o}fel},
+  booktitle = {Stochastic Algorithms: Foundations and Applications},
+  author = { Gutjahr, Walter J. },
+  title = {A converging {ACO} algorithm for stochastic combinatorial optimization},
+  pages = {10--25}
+}
+
+ +
+@incollection{HaasAttEib2011racing,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  title = {Racing to improve on-line, on-board evolutionary robotics},
+  author = { Haasdijk, Evert  and Atta-ul-Qayyum, Arif and  Agoston E. Eiben },
+  pages = {187--194}
+}
+
+ +
+@incollection{HacFisZecTei08:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  editor = {Conor Ryan},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  author = { S. H{\"a}ckel  and  M. Fischer  and  D. Zechel  and  T. Teich },
+  title = {A multi-objective ant colony approach for {Pareto}-optimization
+                 using dynamic programming},
+  pages = {33--40}
+}
+
+ +
+@inproceedings{HadReeSim2012ec,
+  year = 2012,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2012 Congress on Evolutionary Computation (CEC 2012)},
+  key = {IEEE CEC},
+  author = { David Hadka  and  Patrick M. Reed  and T. W. Simpson},
+  title = {Diagnostic assessment of the {Borg} {MOEA} for many-objective
+                  product family design problems},
+  pages = {1--10}
+}
+
+ +
+@misc{Hadoop,
+  author = {{Apache Software Foundation}},
+  title = {Hadoop},
+  url = {https://hadoop.apache.org},
+  year = 2008
+}
+
+ +
+@book{HaestadBook03,
+  author = { Thomas M. Walski  and  Donald V. Chase  and  Dragan A. Savic  and  Walter Grayman  and  Stephen Beckwith  and  Edmundo Koelle },
+  title = {Advanced Water Distribution Modeling and Management},
+  publisher = {Haestad Methods, Inc., Haestad Press},
+  year = 2003,
+  edition = {1st}
+}
+
+ +
+@incollection{HalOliSud2019cutoff,
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { George T. Hall  and  Oliveto, Pietro S.  and  Dirk Sudholt },
+  title = {On the impact of the cutoff time on the performance of
+                  algorithm configurators},
+  pages = {907--915},
+  doi = {10.1145/3321707.3321879},
+  keywords = {theory, automatic configuration, capping}
+}
+
+ +
+@incollection{HalOliSud2020fast,
+  volume = 12269,
+  year = 2020,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas B{\"a}ck  and  Mike Preuss  and Deutz, Andr{\'e} and Wang, Hao and  Carola Doerr  and  Emmerich, Michael T. M.  and  Heike Trautmann },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVI}},
+  author = { George T. Hall  and  Oliveto, Pietro S.  and  Dirk Sudholt },
+  title = {Fast Perturbative Algorithm Configurators},
+  pages = {19--32},
+  doi = {10.1007/978-3-030-58112-1_2}
+}
+
+ +
+@incollection{HalOliSud2020gecco,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  author = {George T. Hall and  Oliveto, Pietro S.  and  Dirk Sudholt },
+  title = {Analysis of the performance of algorithm configurators for
+                  search heuristics with global mutation operators},
+  pages = {823--831},
+  doi = {10.1145/3377930.3390218}
+}
+
+ +
+@incollection{HamElk2003gmeans,
+  publisher = {MIT Press},
+  editor = {S. Thrun and L. Saul and B. Sch\"{o}lkopf},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 16)},
+  year = 2003,
+  title = {Learning the k in k-means},
+  author = {Hamerly, Greg and Elkan, Charles},
+  epub = {https://proceedings.neurips.cc/paper/2003/file/234833147b97bb6aed53a8f4f1c7a7d8-Paper.pdf}
+}
+
+ +
+@incollection{HamStu2017,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  doi = {10.1007/978-3-319-55453-2},
+  volume = 10197,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {Proceedings of EvoCOP 2017 -- 17th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Bin Hu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  author = { Hayfa Hammami  and  Thomas St{\"u}tzle },
+  title = {A Computational Study of Neighborhood Operators for Job-Shop
+                  Scheduling Problems with Regular Objectives},
+  pages = {1--17}
+}
+
+ +
+@incollection{Han1997mots,
+  publisher = {Springer Verlag},
+  editor = {J. Climaco},
+  year = 1997,
+  booktitle = {Proceedings of the 13th International Conference on
+                  Multiple Criteria Decision Making (MCDM'97)},
+  title = {Tabu search for multiobjective optimization: {MOTS}},
+  author = { Michael Pilegaard Hansen },
+  pages = {574--586},
+  alias = {Han1997}
+}
+
+ +
+@misc{HanAkiBau2019pycma,
+  author = { Nikolaus Hansen  and Youhei Akimoto and Petr Baudis},
+  title = {{CMA-ES/pycma} on {Github}},
+  howpublished = {Zenodo},
+  month = feb,
+  year = 2019,
+  doi = {10.5281/zenodo.2559634}
+}
+
+ +
+@techreport{HanAugFin2009bbob_setup,
+  author = { Nikolaus Hansen  and  Anne Auger  and Finck, S. and Ros, R.},
+  title = {Real-Parameter Black-Box Optimization Benchmarking 2009:
+                  Experimental setup},
+  institution = {INRIA, France},
+  year = 2009,
+  number = {RR-6828},
+  supplement = {http://coco.gforge.inria.fr/bbob2012-downloads}
+}
+
+ +
+@incollection{HanAugRosFin2010comparing,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Comparing Results of 31 Algorithms from the Black-Box
+                  Optimization Benchmarking {BBOB-2009}},
+  author = { Nikolaus Hansen  and  Anne Auger  and Ros, Raymond and Finck,
+                  Steffen and  Po{\v{s}}{\'i}k, Petr },
+  pages = {1689--1696},
+  doi = {10.1145/1830761.1830790},
+  abstract = {This paper presents results of the BBOB-2009 benchmarking of
+                  31 search algorithms on 24 noiseless functions in a black-box
+                  optimization scenario in continuous domain. The runtime of
+                  the algorithms, measured in number of function evaluations,
+                  is investigated and a connection between a single convergence
+                  graph and the runtime distribution is uncovered. Performance
+                  is investigated for different dimensions up to 40-D, for
+                  different target precision values, and in different subgroups
+                  of functions. Searching in larger dimension and multi-modal
+                  functions appears to be more difficult. The choice of the
+                  best algorithm also depends remarkably on the available
+                  budget of function evaluations.},
+  keywords = {benchmarking, black-box optimization}
+}
+
+ +
+@techreport{HanFinRosAug2009bbob,
+  author = { Nikolaus Hansen  and Finck, Steffen and Ros, Raymond and  Anne Auger },
+  title = {Real-Parameter Black-Box Optimization Benchmarking 2009:
+                  Noiseless Functions Definitions},
+  institution = {INRIA, France},
+  year = 2009,
+  number = {RR-6829},
+  note = {Updated February 2010},
+  annote = {\url{http://coco.gforge.inria.fr/bbob2012-downloads}},
+  epub = {https://hal.inria.fr/inria-00362633/document}
+}
+
+ +
+@techreport{HanJas1998,
+  author = { Michael Pilegaard Hansen  and  Andrzej Jaszkiewicz },
+  title = {Evaluating the quality of approximations to the non-dominated
+                  set},
+  institution = {Institute of Mathematical Modelling, Technical University of
+                  Denmark},
+  year = 1998,
+  number = {IMM-REP-1998-7},
+  address = {Lyngby, Denmark},
+  annote = {Proposed R2 indicator}
+}
+
+ +
+@incollection{HanKno2008mpsn,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  series = {Natural Computing Series},
+  editor = { Joshua D. Knowles  and  David Corne  and  Kalyanmoy Deb  and Chair, Deva Raj},
+  year = 2008,
+  booktitle = {Multiobjective Problem Solving from Nature},
+  author = { Julia Handl  and  Joshua D. Knowles },
+  title = {Modes of Problem Solving with Multiple Objectives:
+                  Implications for Interpreting the {Pareto} Set and
+                  for Decision Making},
+  doi = {10.1007/978-3-540-72964-8_7},
+  pages = {131--151}
+}
+
+ +
+@incollection{HanMla02:mh,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Pierre Hansen  and  Nenad Mladenovi{\'c} },
+  title = {Variable Neighborhood Search},
+  pages = {145--184}
+}
+
+ +
+@incollection{HanMlaBriPer2010:handbook,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  title = {Variable {Neighborhood} {Search}},
+  author = { Pierre Hansen  and  Nenad Mladenovi{\'c}  and Jack Brimberg and Jos{\'e} A. Moreno P{\'e}rez},
+  pages = {61--86}
+}
+
+ +
+@incollection{HanOst1996cma,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1996,
+  editor = { Thomas B{\"a}ck  and  T. Fukuda  and  Zbigniew Michalewicz },
+  booktitle = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  author = { Nikolaus Hansen  and Ostermeier, Andreas},
+  title = {Adapting Arbitrary Normal Mutation Distributions in Evolution
+                  Strategies: The Covariance Matrix Adaptation},
+  pages = {312--317},
+  annote = {Proposed CMA-ES},
+  shorttitle = {Adapting Arbitrary Normal Mutation Distributions in Evolution
+                  Strategies},
+  doi = {10.1109/ICEC.1996.542381},
+  abstract = {A new formulation for coordinate system independent
+                  adaptation of arbitrary normal mutation distributions with
+                  zero mean is presented. This enables the evolution strategy
+                  (ES) to adapt the correct scaling of a given problem and also
+                  ensures invariance with respect to any rotation of the
+                  fitness function (or the coordinate system). Especially
+                  rotation invariance, here resulting directly from the
+                  coordinate system independent adaptation of the mutation
+                  distribution, is an essential feature of the ES with regard
+                  to its general applicability to complex fitness
+                  functions. Compared to previous work on this subject, the
+                  introduced formulation facilitates an interpretation of the
+                  resulting mutation distribution, making sensible manipulation
+                  by the user possible (if desired). Furthermore it enables a
+                  more effective control of the overall mutation variance
+                  (expected step length)},
+  keywords = {Evolution strategies, Evolutionary algorithms,
+                  self-adaptation, stochastic processes, Covariance matrix,
+                  matrix algebra, derandomised adaptation, mutation
+                  distribution, rotation invariance, electronic switching
+                  systems}
+}
+
+ +
+@incollection{Hanne2001emo,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2001},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 1993,
+  year = 2001,
+  publisher = {Springer},
+  editor = { Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele  and  Carlos A. {Coello Coello}  and  David Corne },
+  title = {Global Multiobjective Optimization with Evolutionary
+                  Algorithms: Selection Mechanisms and Mutation Control},
+  author = {Hanne, Thomas},
+  pages = {197--212}
+}
+
+ +
+@phdthesis{Hansen1998PhD,
+  author = { Michael Pilegaard Hansen },
+  title = {Metaheuristics for multiple objective combinatorial
+                  optimization},
+  school = {Institute of Mathematical Modelling, Technical
+                  University of Denmark},
+  month = mar,
+  year = 1998
+}
+
+ +
+@incollection{Hansen2006cma,
+  title = {The {CMA} evolution strategy: a comparing review},
+  author = { Nikolaus Hansen },
+  booktitle = {Towards a new evolutionary computation},
+  pages = {75--102},
+  year = 2006,
+  publisher = {Springer}
+}
+
+ +
+@incollection{Hansen2009bpopcma,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = { Nikolaus Hansen },
+  title = {Benchmarking a {BI}-population {CMA-ES} on the {BBOB}-2009
+                  function testbed},
+  pages = {2389--2396},
+  keywords = {bipop-cma-es}
+}
+
+ +
+@inproceedings{HaoCaiHua2006,
+  publisher = {IEEE Press},
+  year = 2006,
+  booktitle = {Proceedings of the International Conference on
+                  Machine Learning and Cybernetics},
+  key = {ICMLC},
+  author = {Zhifeng Hao and Ruichu Cai and Han Huang},
+  title = {An Adaptive Parameter Control Strategy for {ACO}},
+  pages = {203--206}
+}
+
+ +
+@incollection{HaoHuaQinCai2007,
+  year = 2007,
+  volume = 4490,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Yong Shi and G. Dick van Albada and Jack Dongarra
+                  and Peter M. A. Sloot},
+  booktitle = {Computational Science -- ICCS 2007, 7th International Conference, Proceedings, Part IV},
+  author = {Zhifeng Hao and Han Huang and Yong Qin and Ruichu
+                  Cai},
+  title = {An {ACO} Algorithm with Adaptive Volatility Rate of
+                  Pheromone Trail},
+  pages = {1167--1170}
+}
+
+ +
+@inproceedings{HaoPan1998,
+  year = 1998,
+  booktitle = {Fifth International Symposium on Artificial Intelligence and Mathematics,
+                  {AIM} 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998},
+  editor = {Martin C. Golumbic and others},
+  author = { Jin-Kao Hao  and Pannier, J{\^{e}}rome},
+  title = {Simulated Annealing and Tabu Search for Constraint Solving},
+  pages = {1--15}
+}
+
+ +
+@incollection{HarGin1995,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = {Chris S. Mellish},
+  year = 1995,
+  booktitle = {Proceedings of  the 14th International Joint Conference on Artificial Intelligence (IJCAI-95)},
+  author = {William D. Harvey and Matthew L. Ginsberg},
+  title = {Limited Discrepancy Search},
+  pages = {607--615}
+}
+
+ +
+@incollection{HassGueSil2016deep,
+  epub = {http://www.aaai.org/Library/AAAI/aaai16contents.php},
+  year = 2016,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Dale Schuurmans and Michael P. Wellman},
+  title = {Deep Reinforcement Learning with Double {Q}-Learning},
+  author = {van Hasselt, Hado and Guez, Arthur and Silver, David}
+}
+
+ +
+@inproceedings{HeiIge2009aicml,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  editor = {Andrea Pohoreckyj Danyluk and L{\'{e}}on Bottou and Michael
+                  L. Littman},
+  year = 2009,
+  booktitle = {Proceedings of  the 26th International Conference on Machine Learning, {ICML} 2009},
+  title = {Hoeffding and {Bernstein} races for selecting policies in
+                  evolutionary direct policy search},
+  author = { Heidrich-Meisner, Verena  and  Christian Igel },
+  keywords = {automated algorithm configuration, CMA-ES, racing},
+  pages = {401--408},
+  doi = {10.1145/1553374.1553426}
+}
+
+ +
+@misc{Hel2018lkh,
+  author = { Keld Helsgaun },
+  title = {Source Code of the {Lin}-{Kernighan}-{Helsgaun} Traveling
+                  Salesman Heuristic},
+  howpublished = {\url{http://webhotel4.ruc.dk/~keld/research/LKH/}},
+  year = 2018
+}
+
+ +
+@incollection{Hel2018ppsn,
+  volume = 11101,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Keld Helsgaun },
+  title = {Efficient Recombination in the {Lin}-{Kernighan}-{Helsgaun}
+                  Traveling Salesman Heuristic},
+  pages = {95--107},
+  doi = {10.1007/978-3-319-99253-2_8}
+}
+
+ +
+@book{Hen1999:mit,
+  author = {van Hentenryck, Pascal },
+  title = {The {OPL} optimization programming language},
+  publisher = {MIT Press},
+  year = 1999,
+  address = {Cambridge, MA}
+}
+
+ +
+@inproceedings{HenIzz2015interplanetary,
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA},
+  editor = {Qiang Yang and Michael Wooldridge},
+  year = 2015,
+  booktitle = {Proceedings of  the 24th International Joint Conference on Artificial Intelligence (IJCAI-15)},
+  author = {Hennes, Daniel and  Dario Izzo },
+  title = {Interplanetary trajectory planning with {Monte} {Carlo} tree
+                  search},
+  pages = {769--775}
+}
+
+ +
+@inproceedings{HenIzzLan2016fast,
+  year = 2016,
+  booktitle = {Computational Intelligence (SSCI), 2016 IEEE Symposium Series
+                  on},
+  editor = {Chen, Xuewen and Stafylopatis, Andreas},
+  author = {Hennes, Daniel and  Dario Izzo  and Landau, Damon},
+  title = {Fast approximators for optimal low-thrust hops between main
+                  belt asteroids},
+  pages = {1--7},
+  doi = {10.1109/SSCI.2016.7850107}
+}
+
+ +
+@incollection{HenJacJoh2003,
+  doi = {10.1007/b101874},
+  address = { Boston, MA},
+  publisher = {Springer},
+  year = 2003,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Darrall Henderson  and  Sheldon H. Jacobson  and  Alan W. Johnson },
+  title = {The Theory and Practice of Simulated Annealing},
+  pages = {287--319}
+}
+
+ +
+@book{HenMich05:mit,
+  author = {van Hentenryck, Pascal  and  Laurent D. Michel },
+  title = {Constraint-based Local Search},
+  publisher = {MIT Press},
+  year = 2005,
+  address = {Cambridge, MA}
+}
+
+ +
+@inproceedings{HenMich07synthesis,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 2007,
+  editor = {Robert C. Holte and Adele Howe},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  author = {van Hentenryck, Pascal  and  Laurent D. Michel },
+  title = {Synthesis of constraint-based local search
+                  algorithms from high-level models},
+  pages = {273--278}
+}
+
+ +
+@inproceedings{HerGraObe1999svmrank,
+  key = {ICANN},
+  booktitle = {ICANN'99: Proceedings of the 9th International Conference on
+                  Artificial Neural Networks},
+  year = 1999,
+  title = {Support vector learning for ordinal regression},
+  author = {R. Herbrich and T. Graepel and K. Obermayer},
+  keywords = {support vector machine;metric regression;support vector
+                  learning;ordinal regression;information retrieval;risk
+                  functional;machine learning;pattern classification;},
+  abstract = {We investigate the problem of predicting variables of ordinal
+                  scale. This task is referred to as ordinal regression and is
+                  complementary to the standard machine learning tasks of
+                  classification and metric regression. In contrast to
+                  statistical models we present a distribution independent
+                  formulation of the problem together with uniform bounds of
+                  the risk functional. The approach presented is based on a
+                  mapping from objects to scalar utility values. Similar to
+                  support vector methods we derive a new learning algorithm for
+                  the task of ordinal regression based on large margin rank
+                  boundaries. We give experimental results for an information
+                  retrieval task: learning the order of documents with respect
+                  to an initial query. Experimental results indicate that the
+                  presented algorithm outperforms more naive approaches to
+                  ordinal regression such as support vector classification and
+                  support vector regression in the case of more than two
+                  ranks.},
+  doi = {10.1049/cp:19991091},
+  pages = {97--102},
+  annote = {Proposed the pairwise transform for learning-to-rank}
+}
+
+ +
+@misc{HerLozMol2010test,
+  author = { Francisco Herrera  and  Manuel Lozano  and  Daniel Molina },
+  title = {Test suite for the special issue of {Soft}
+                  {Computing} on scalability of evolutionary
+                  algorithms and other metaheuristics for large scale
+                  continuous optimization problems},
+  year = 2010,
+  howpublished = {\url{http://sci2s.ugr.es/eamhco/}},
+  keywords = {SOCO benchmark}
+}
+
+ +
+@incollection{HerSch2022archive,
+  location = {Boston, Massachusetts},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Carlos Hern{\'a}ndez  and  Oliver Sch{\"u}tze },
+  title = {A bounded archive based for bi-objective problems based on
+                  distance and e-dominance to avoid cyclic behavior},
+  pages = {583--591},
+  doi = {10.1145/3512290.3528840}
+}
+
+ +
+@book{Heyman2003,
+  title = {Stochastic models in operations research: stochastic
+                  optimization},
+  author = {Heyman, Daniel P and Sobel, Matthew J},
+  volume = 2,
+  year = 2003,
+  publisher = {Courier Corporation}
+}
+
+ +
+@book{Hol75,
+  author = { J. Holland },
+  title = {Adaptation in Natural and Artificial Systems},
+  publisher = {University of Michigan Press},
+  year = 1975
+}
+
+ +
+@book{HolWol73:nonparam_stats,
+  author = {Myle Hollander and Douglas A. Wolfe},
+  title = {Nonparametric statistical inference},
+  publisher = {John Wiley \& Sons},
+  address = { New York, NY},
+  year = 1973,
+  note = {Second edition (1999)}
+}
+
+ +
+@incollection{Hoo2004discover,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2004,
+  editor = {Won Kim and Ronny Kohavi and Johannes Gehrke and William
+                  DuMouchel},
+  booktitle = {Proceedings of the tenth ACM SIGKDD international conference
+                  on Knowledge discovery and data mining, {KDD'04}},
+  author = {Hooker, Giles},
+  title = {Discovering Additive Structure in Black Box Functions},
+  pages = {575--580},
+  doi = {10.1145/1014052.1014122},
+  abstract = {Many automated learning procedures lack interpretability,
+                  operating effectively as a black box: providing a prediction
+                  tool but no explanation of the underlying dynamics that drive
+                  it. A common approach to interpretation is to plot the
+                  dependence of a learned function on one or two predictors. We
+                  present a method that seeks not to display the behavior of a
+                  function, but to evaluate the importance of non-additive
+                  interactions within any set of variables. Should the function
+                  be close to a sum of low dimensional components, these
+                  components can be viewed and even modeled
+                  parametrically. Alternatively, the work here provides an
+                  indication of where intrinsically high-dimensional behavior
+                  takes place.The calculations used in this paper correspond
+                  closely with the functional ANOVA decomposition; a
+                  well-developed construction in Statistics. In particular, the
+                  proposed score of interaction importance measures the loss
+                  associated with the projection of the prediction function
+                  onto a space of additive models. The algorithm runs in linear
+                  time and we present displays of the output as a graphical
+                  model of the function for interpretation purposes.},
+  numpages = 6,
+  keywords = {diagnostics, functional ANOVA, feature selection,
+                  interpretation, visualization, additive models, draphical
+                  models}
+}
+
+ +
+@incollection{HooHutLey2021acsat,
+  author = { Holger H. Hoos  and  Frank Hutter  and  Kevin Leyton-Brown },
+  title = {Automated Configuration and Selection of {SAT} Solvers},
+  booktitle = {Handbook of Satisfiability},
+  publisher = {IOS Press},
+  year = 2021,
+  pages = {481--507},
+  month = feb,
+  doi = {10.3233/faia200995}
+}
+
+ +
+@book{HooStu04:sls-elsevier,
+  author = { Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {Stochastic Local Search: Foundations and Applications},
+  publisher = {Elsevier},
+  address = {Amsterdam, The Netherlands},
+  year = 2004,
+  anote = {superseed by~\cite{{HooStu05sls-mk}}}
+}
+
+ +
+@book{HooStu05sls-mk,
+  author = { Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {Stochastic Local Search---Foundations and Applications},
+  publisher = {Morgan Kaufmann Publishers},
+  address = { San Francisco, CA},
+  year = 2005,
+  alias = {HooStu04:book}
+}
+
+ +
+@inproceedings{HooStu1998uai,
+  author = { Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {Evaluating {Las} {Vegas} Algorithms --- Pitfalls and
+                  Remedies},
+  booktitle = {Proceedings of the Fourteenth Conference on Uncertainty in
+                  Artificial Intelligence},
+  editor = {Gregory F. Cooper and Seraf{\'i}n Moral},
+  year = 1998,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  pages = {238--245}
+}
+
+ +
+@inproceedings{Hoos2011mic,
+  author = { Holger H. Hoos },
+  title = {Programming by Optimisation: Towards a new Paradigm
+                  for Developing High-Performance Software},
+  booktitle = {MIC 2011, the 9th Metaheuristics International
+                  Conference},
+  year = 2011,
+  note = {{Plenary talk}},
+  url = {http://mic2011.diegm.uniud.it/uploads/plenaries/Hoos-MIC2011.pdf}
+}
+
+ +
+@incollection{Hoos2012autsea,
+  year = 2012,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Autonomous Search},
+  editor = { Youssef Hamadi  and E. Monfroy and F. Saubion},
+  author = { Holger H. Hoos },
+  title = {Automated Algorithm Configuration and Parameter
+                  Tuning},
+  pages = {37--71},
+  doi = {10.1007/978-3-642-21434-9_3}
+}
+
+ +
+@incollection{HorNeu2008,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  editor = {Conor Ryan},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  author = {Horoba, Christian and  Frank Neumann },
+  title = {Benefits and drawbacks for the use of epsilon-dominance in
+                  evolutionary multi-objective optimization},
+  pages = {641--648},
+  annote = {Proposed $\epsilon$-box},
+  alias = {Hor08}
+}
+
+ +
+@inproceedings{HorNafGol1994npga,
+  month = jun,
+  year = 1994,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 1994 World Congress on Computational Intelligence (WCCI 1994)},
+  key = {WCCI},
+  author = {Horn, J. and Nafpliotis, N. and  David E. Goldberg },
+  title = {A niched {Pareto} genetic algorithm for multiobjective
+                  optimization},
+  pages = {82--87},
+  doi = {10.1109/ICEC.1994.350037}
+}
+
+ +
+@inproceedings{HosEec2008cole,
+  series = {CGO '08},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  booktitle = {Proceedings of the 6th Annual IEEE/ACM International
+                  Symposium on Code Generation and Optimization},
+  editor = {Soffa, Mary Lou and Duesterwald, Evelyn},
+  author = {Kenneth Hoste and Lieven Eeckhout},
+  title = {Cole: Compiler Optimization Level Exploration},
+  pages = {165--174},
+  doi = {10.1145/1356058.1356080}
+}
+
+ +
+@incollection{HuaYaHaoCai2006,
+  volume = 4115,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  editor = {De-Shuang Huang and Kang Li and George W. Irwin},
+  booktitle = {International Conference on Computational Science
+                  (3)},
+  author = {Han Huang and Xiaowei Yang and Zhifeng Hao and
+                  Ruichu Cai},
+  title = {A Novel {ACO} Algorithm with Adaptive Parameter},
+  pages = {12--21}
+}
+
+ +
+@inproceedings{HuaYanTse04:ics,
+  author = { Kuo-Si Huang  and  Chang-Biau Yang  and  Kuo-tsung Tseng },
+  title = {Fast algorithms for finding the common subsequences
+                  of multiple sequences},
+  booktitle = {Proceedings of the International Computer Symposium},
+  pages = {1006--1011},
+  year = 2004,
+  publisher = {IEEE Press}
+}
+
+ +
+@inproceedings{Hughes2003msops,
+  year = 2003,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = dec,
+  booktitle = {Proceedings of  the 2003 Congress on Evolutionary Computation (CEC'03)},
+  key = {IEEE CEC},
+  title = {Multiple single objective {Pareto} sampling},
+  author = { Hughes, Evan J. },
+  pages = {2678--2684}
+}
+
+ +
+@inproceedings{Hughes2007msops,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  title = {{MSOPS-II}: A general-purpose many-objective optimiser},
+  author = { Hughes, Evan J. },
+  pages = {3944--3951}
+}
+
+ +
+@incollection{Hughes2011models,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  title = {Many-objective directed evolutionary line search},
+  author = { Hughes, Evan J. },
+  pages = {761--768}
+}
+
+ +
+@inproceedings{HunLop2019turing,
+  isbn = {978-1-5262-0820-0},
+  organization = {Alan Turing Institute},
+  month = nov # { 21--22},
+  year = 2019,
+  date = {2019-11-21/2019-11-22},
+  address = {London, UK},
+  editor = {Iv{\'a}n Palomares},
+  booktitle = {International Alan Turing Conference on Decision Support and
+                  Recommender systems},
+  author = {Maura Hunt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Modeling a Decision-Maker in Goal Programming by means of
+                  Computational Rationality},
+  pages = {17--20},
+  abstract = {This paper extends a simulation of cognitive mechanisms in
+                  the context of multi-criteria decision-making by using ideas
+                  from computational rationality. Specifically, this paper
+                  improves the simulation of a human decision-maker (DM) by
+                  considering how resource constraints impact their evaluation
+                  process in an interactive Goal Programming problem. Our
+                  analysis confirms and emphasizes a previous simulation study
+                  by showing key areas that could be effected by cognitive
+                  mechanisms. While the results are promising, the effects
+                  should be validated by future experiments with human DMs.},
+  epub = {https://dsrs.blogs.bristol.ac.uk/files/2020/01/DSRS-Turing_19.pdf#page=24}
+}
+
+ +
+@incollection{HusStu2009hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 5818,
+  series = {Lecture Notes in Computer Science},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Luca {Di Gaspero} and  Andrea Roli  and  M. Sampels  and Andrea Schaerf},
+  year = 2009,
+  booktitle = {Hybrid Metaheuristics},
+  author = {Mohamed Saifullah Hussin and  Thomas St{\"u}tzle },
+  title = {Hierarchical Iterated Local Search for the Quadratic
+                  Assignment Problem},
+  pages = {115--129},
+  doi = {10.1007/978-3-642-04918-7_9}
+}
+
+ +
+@inproceedings{HutBabHooHu2007fmcad,
+  address = {Austin, Texas, USA},
+  year = 2007,
+  publisher = {IEEE Computer Society, Washington, DC, USA},
+  booktitle = {{FMCAD'07}: Proceedings of  the 7th International Conference
+                  Formal Methods in Computer Aided Design},
+  editor = {Jason Baumgartner and Mary Sheeran},
+  author = { Frank Hutter  and  Domagoj Babi{\'c}  and  Holger H. Hoos  and Alan J. Hu},
+  title = {Boosting Verification by Automatic Tuning of
+                  Decision Procedures},
+  pages = {27--34}
+}
+
+ +
+@incollection{HutHooLey2009gecco,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009},
+  address = { New York, NY},
+  year = 2009,
+  publisher = {ACM Press},
+  editor = { Franz Rothlauf },
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown  and Kevin P. Murphy},
+  title = {An experimental investigation of model-based
+                  parameter optimisation: {SPO} and beyond},
+  pages = {271--278},
+  doi = {10.1145/1569901.1569940}
+}
+
+ +
+@incollection{HutHooLey2010:cpaior,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 6140,
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2010},
+  publisher = {Springer},
+  year = 2010,
+  editor = { Andrea Lodi  and  Michela Milano  and  Paolo Toth },
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Automated Configuration of Mixed Integer Programming Solvers},
+  pages = {186--202},
+  keywords = {MIP, ParamILS},
+  alias = {HutHooLey10-mipconfig},
+  doi = {10.1007/978-3-642-13520-0_23}
+}
+
+ +
+@incollection{HutHooLey2011lion,
+  volume = 6683,
+  editor = { Carlos A. {Coello Coello} },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2011,
+  booktitle = {Learning and Intelligent Optimization, 5th
+                  International Conference, LION 5},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Sequential Model-Based Optimization for General
+                  Algorithm Configuration},
+  pages = {507--523},
+  keywords = {SMAC,ROAR},
+  doi = {10.1007/978-3-642-25566-3_40}
+}
+
+ +
+@incollection{HutHooLey2012lion,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7219,
+  publisher = {Springer},
+  year = 2012,
+  editor = { Youssef Hamadi  and  Marc Schoenauer },
+  booktitle = {Learning and Intelligent Optimization, 6th International
+                  Conference, LION 6},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Parallel Algorithm Configuration},
+  pages = {55--70}
+}
+
+ +
+@incollection{HutHooLey2013lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7997,
+  editor = { Panos M. Pardalos  and G. Nicosia},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  booktitle = {Learning and Intelligent Optimization, 7th
+                  International Conference, LION 7},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Identifying Key Algorithm Parameters and Instance Features
+                  using Forward Selection},
+  pages = {364--381},
+  doi = {10.1007/978-3-642-44973-4_40},
+  abstract = {Most state-of-the-art algorithms for large-scale optimization
+                  problems expose free parameters, giving rise to combinatorial
+                  spaces of possible configurations. Typically, these spaces
+                  are hard for humans to understand. In this work, we study a
+                  model-based approach for identifying a small set of both
+                  algorithm parameters and instance features that suffices for
+                  predicting empirical algorithm performance well. Our
+                  empirical analyses on a wide variety of hard combinatorial
+                  problem benchmarks spanning SAT, MIP, and TSP show that--for
+                  parameter configurations sampled uniformly at random--very
+                  good performance predictions can typically be obtained based
+                  on just two key parameters, and that similarly, few instance
+                  features and algorithm parameters suffice to predict the most
+                  salient algorithm performance characteristics in the combined
+                  configuration/feature space. We also use these models to
+                  identify settings of these key parameters that are predicted
+                  to achieve the best overall performance, both on average
+                  across instances and in an instance-specific way. This serves
+                  as a further way of evaluating model quality and also
+                  provides a tool for further understanding the parameter
+                  space. We provide software for carrying out this analysis on
+                  arbitrary problem domains and hope that it will help
+                  algorithm developers gain insights into the key parameters of
+                  their algorithms, the key features of their instances, and
+                  their interactions.},
+  keywords = {parameter importance}
+}
+
+ +
+@inproceedings{HutHooLey2014icml,
+  publisher = {{PMLR}},
+  year = 2014,
+  volume = 32,
+  booktitle = {Proceedings of  the 31st International Conference on Machine Learning, {ICML} 2014},
+  editor = {Xing, Eric P. and Jebara, Tony},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {An Efficient Approach for Assessing Hyperparameter
+                  Importance},
+  pages = {754--762},
+  url = {https://proceedings.mlr.press/v32/hutter14.html},
+  keywords = {fANOVA, parameter importance}
+}
+
+ +
+@incollection{HutHooLeyMur2010lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Roberto Battiti },
+  series = {Lecture Notes in Computer Science},
+  volume = 6073,
+  year = 2010,
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown  and Kevin Murphy},
+  title = {Time-Bounded Sequential Parameter Optimization},
+  pages = {281--298},
+  doi = {10.1007/978-3-642-13800-3_30}
+}
+
+ +
+@inproceedings{HutHooStu07aaai,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 2007,
+  editor = {Robert C. Holte and Adele Howe},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  author = { Frank Hutter  and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {Automatic Algorithm Configuration Based on Local Search},
+  pages = {1152--1157},
+  alias = {HutHooStu07}
+}
+
+ +
+@incollection{HutLopFaw2014lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8426,
+  editor = { Panos M. Pardalos  and  Mauricio G. C. Resende  and Chrysafis Vogiatzis and Jose
+                  L. Walteros},
+  series = {Lecture Notes in Computer Science},
+  year = 2014,
+  booktitle = {Learning and Intelligent Optimization, 8th International Conference, LION 8},
+  author = { Frank Hutter  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Chris Fawcett  and  Marius Thomas Lindauer  and  Holger H. Hoos  and  Kevin Leyton-Brown  and  Thomas St{\"u}tzle },
+  title = {{AClib}: A Benchmark Library for Algorithm Configuration},
+  pages = {36--40},
+  doi = {10.1007/978-3-319-09584-4_4}
+}
+
+ +
+@misc{Hutter2007satbench,
+  author = { Frank Hutter },
+  title = {{SAT} benchmarks used in automated algorithm configuration},
+  howpublished = {\url{http://www.cs.ubc.ca/labs/beta/Projects/AAC/SAT-benchmarks.html}},
+  year = 2007
+}
+
+ +
+@phdthesis{HutterPhD,
+  author = { Frank Hutter },
+  title = {Automated Configuration of Algorithms for Solving
+                  Hard Computational Problems},
+  school = {University of British Columbia, Department of
+                  Computer Science},
+  address = {Vancouver, Canada},
+  year = 2009,
+  month = oct
+}
+
+ +
+@misc{IJCAI2021checklist,
+  author = {Zhiyuan Liu and Jian Tang},
+  title = {IJCAI 2021 Reproducibility Guidelines, 35th International
+                  Joint Conference on Artificial Intelligence},
+  year = 2021,
+  howpublished = {\url{https://ijcai-21.org/wp-content/uploads/2020/12/20201226-IJCAI-Reproducibility.pdf}}
+}
+
+ +
+@techreport{INRIA-RR-7871,
+  author = { J{\'e}r{\'e}mie Humeau  and  Arnaud Liefooghe  and  Talbi, El-Ghazali  and  Verel, S{\'e}bastien },
+  title = {{ParadisEO-MO}: From Fitness Landscape Analysis to Efficient
+                  Local Search Algorithms},
+  institution = {INRIA, France},
+  year = 2012,
+  type = {Rapport de recherche},
+  number = {RR-7871},
+  epub = {http://hal.inria.fr/hal-00665421/PDF/RR-7871.pdf}
+}
+
+ +
+@techreport{IRIDIA-2003-037,
+  author = { Mauro Birattari },
+  title = {The {\rpackage{race}} Package for~\proglang{R}: {Racing}
+                  Methods for the Selection of the Best},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2003,
+  number = {TR/IRIDIA/2003-037}
+}
+
+ +
+@techreport{IRIDIA-2004-001,
+  author = { Mauro Birattari },
+  title = {On the Estimation of the Expected Performance of a Metaheuristic on a Class of Instances. How Many Instances, How Many Runs?},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2004,
+  number = {TR/IRIDIA/2004-001}
+}
+
+ +
+@techreport{IRIDIA-2007-019,
+  author = { Krzysztof Socha  and  Marco Dorigo },
+  title = {Ant Colony Optimization for Mixed-Variable Optimization
+                  Problems},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2007,
+  number = {TR/IRIDIA/2007-019},
+  month = oct,
+  alias = {SocDor97:iridia019}
+}
+
+ +
+@techreport{IRIDIA-2009-015,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Exploratory Analysis of Stochastic Local Search Algorithms in Biobjective Optimization},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2009,
+  number = {TR/IRIDIA/2009-015},
+  month = may,
+  note = {Published as a book chapter~\cite{LopPaqStu09emaa}}
+}
+
+ +
+@techreport{IRIDIA-2009-019,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Analysis of Algorithmic Components for
+                  Multiobjective Ant Colony Optimization: A Case Study
+                  on the Biobjective {TSP}},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2009-019},
+  year = 2009,
+  month = jun,
+  note = {Published in the proceedings of Evolution Artificielle, 2009~\cite{LopStu09ea}}
+}
+
+ +
+@techreport{IRIDIA-2009-020,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Effective Hybrid Stochastic Local Search Algorithms
+                  for Biobjective Permutation Flowshop Scheduling},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2009-020},
+  year = 2009,
+  month = jun,
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2009-020.pdf},
+  note = {Published in the proceedings of Hybrid Metaheuristics 2009~\cite{DubLopStu09:hm-bfsp}}
+}
+
+ +
+@techreport{IRIDIA-2009-026,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Adaptive ``Anytime'' Two-Phase Local Search},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2010,
+  number = {TR/IRIDIA/2009-026},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2009-026.pdf},
+  note = {Published in the proceedings of LION 4~\cite{DubLopStu10:lion-bfsp}}
+}
+
+ +
+@techreport{IRIDIA-2010-002,
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Paola Pellegrini  and  Michael Maur  and  Marco A. {Montes de Oca}  and  Mauro Birattari  and  Marco Dorigo },
+  title = {Parameter Adaptation in Ant Colony Optimization},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2010-002},
+  year = 2010,
+  month = jan,
+  note = {Published as a book chapter~\cite{StuLopPel2011autsea}}
+}
+
+ +
+@techreport{IRIDIA-2010-019,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Hybrid {TP+PLS} Algorithm for Bi-objective
+                  Flow-Shop Scheduling Problems},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2010,
+  number = {TR/IRIDIA/2010-019},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2010-019.pdf},
+  note = {Published in Computers \& Operations Research~\cite{DubLopStu2011cor}}
+}
+
+ +
+@techreport{IRIDIA-2010-020,
+  author = {M. S. Hussin and  Thomas St{\"u}tzle },
+  title = {Tabu Search vs. Simulated Annealing for Solving
+                  Large Quadratic Assignment Instances},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2010,
+  number = {TR/IRIDIA/2010-020}
+}
+
+ +
+@techreport{IRIDIA-2010-022,
+  author = { J{\'e}r{\'e}mie Dubois-Lacoste  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Improving the Anytime Behavior of Two-Phase Local
+                  Search},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2010,
+  number = {TR/IRIDIA/2010-022},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2010-022.pdf},
+  note = {Published in Annals of Mathematics and Artificial Intelligence~\cite{DubLopStu2011amai}}
+}
+
+ +
+@techreport{IRIDIA-2011-001,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles  and  Marco Laumanns },
+  title = {On Sequential Online Archiving of Objective Vectors},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  number = {TR/IRIDIA/2011-001},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-001.pdf},
+  note = {This is a revised version of the paper published in EMO 2011~\cite{LopKnoLau2011emo}}
+}
+
+ +
+@techreport{IRIDIA-2011-002,
+  author = { Mauro Birattari  and  Marco Chiarandini  and  Marco Saerens  and  Thomas St{\"u}tzle },
+  year = 2011,
+  title = {Learning graphical models for parameter tuning},
+  number = {TR/IRIDIA/2011-002},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-002.pdf}
+}
+
+ +
+@techreport{IRIDIA-2011-003,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {The Automatic Design of Multi-Objective Ant Colony
+                  Optimization Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  number = {TR/IRIDIA/2011-003},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-003.pdf},
+  note = {Published in IEEE Transactions on Evolutionary
+                  Computation~\cite{LopStu2012tec}}
+}
+
+ +
+@techreport{IRIDIA-2011-010,
+  author = {Liao, Tianjun  and  Daniel Molina  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle },
+  title = {A Note on the Effects of Enforcing Bound Constraints on
+                  Algorithm Comparisons using the {IEEE CEC'05} Benchmark
+                  Function Suite},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  number = {TR/IRIDIA/2011-010},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-010.pdf},
+  note = {Published in Evolutionary Computation~\cite{LiaMolMonStu2014}}
+}
+
+ +
+@techreport{IRIDIA-2011-022,
+  author = {Liao, Tianjun  and  Daniel Molina  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle },
+  title = {Computational Results for an Automatically Tuned {IPOP-CMA-ES} on the {CEC'05} Benchmark Set},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  number = {TR/IRIDIA/2011-022}
+}
+
+ +
+@techreport{IRIDIA-2012-012,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Improving the Anytime Behaviour of
+                  Optimisation Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2012,
+  number = {TR/IRIDIA/2012-012},
+  month = may,
+  note = {Published in European Journal of Operational Research~\cite{LopStu2013ejor}}
+}
+
+ +
+@techreport{IRIDIA-2012-019,
+  author = { Andreea Radulescu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Improving the Anytime Behaviour of
+                  Multiobjective Evolutionary Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2012,
+  number = {TR/IRIDIA/2012-019},
+  note = {Published in the proceedings of EMO 2013~\cite{RadLopStu2013emo}}
+}
+
+ +
+@techreport{IRIDIA-2013-002,
+  author = {Liao, Tianjun  and  Thomas St{\"u}tzle  and  Marco A. {Montes de Oca}  and  Marco Dorigo },
+  title = {A Unified Ant Colony Optimization Algorithm for Continuous Optimization},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2013,
+  number = {TR/IRIDIA/2013-002}
+}
+
+ +
+@techreport{IRIDIA-2013-015,
+  author = { Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle },
+  year = 2013,
+  title = {Grammar-based generation of stochastic local search
+                  heuristics through automatic algorithm configuration
+                  tools},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2013-015}
+}
+
+ +
+@techreport{IRIDIA-2014-009,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien },
+  title = {Local Optimal Sets and Bounded Archiving on
+                  Multi-objective {NK}-Landscapes with Correlated
+                  Objectives},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2014,
+  number = {TR/IRIDIA/2014-009}
+}
+
+ +
+@techreport{IRIDIA-2014-014,
+  author = { Vito Trianni  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Advantages of Multi-Objective Optimisation in Evolutionary
+                  Robotics: Survey and Case Studies},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2014,
+  number = {TR/IRIDIA/2014-014},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2014-014.pdf}
+}
+
+ +
+@techreport{IRIDIA-2017-005,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {A Large-Scale Experimental Evaluation of High-Performing
+                  Multi- and Many-Objective Evolutionary Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2017,
+  number = {TR/IRIDIA/2017-005},
+  month = nov
+}
+
+ +
+@techreport{IRIDIA-2017-006,
+  author = { Alberto Franzin  and   P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle },
+  title = {Effect of Transformations of Numerical Parameters
+                 in Automatic Algorithm Configuration},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2017-006},
+  year = 2017,
+  month = mar,
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2017-006.pdf}
+}
+
+ +
+@techreport{IRIDIA-2017-011,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Configuration of Multi-objective Optimizers and
+                  Multi-objective Configuration},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2017,
+  number = {TR/IRIDIA/2017-011},
+  month = nov,
+  alias = {BezLopStu2017:techreport-011},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2017-011.pdf},
+  note = {Published as a book chapter~\cite{BezLopStu2020chapter}}
+}
+
+ +
+@techreport{IRIDIA-2017-012,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Marie-El{\'e}onore Kessaci  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Metaheuristics from Algorithmic
+                  Components},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2017,
+  number = {TR/IRIDIA/2017-012},
+  month = dec,
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2017-012.pdf}
+}
+
+ +
+@techreport{IRIDIA-2018-001,
+  author = { Leonardo C. T. Bezerra  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Designing State-of-the-Art Multi- and
+                  Many-Objective Evolutionary Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2018,
+  number = {TR/IRIDIA/2018-001},
+  month = jan,
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2018-001.pdf},
+  note = {Published in Evolutionary Computation journal~\cite{BezLopStu2019ec}}
+}
+
+ +
+@techreport{IRIDIA-2018-010,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Revisiting Simulated Annealing: a Component-Based Analysis},
+  year = 2018,
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2018-010},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2018-010.pdf}
+}
+
+ +
+@techreport{IRIDIA-2021-002,
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {{PSO-X}: A Component-Based Framework for the Automatic Design
+                  of Particle Swarm Optimization Algorithms},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2021,
+  number = {TR/IRIDIA/2021-002},
+  annote = {Published as \cite{CamStuDor2021psox}},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2021-002.pdf}
+}
+
+ +
+@techreport{IRIDIA-2021-005,
+  author = { Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {A Landscape-based Analysis of Fixed Temperature and Simulated Annealing},
+  year = 2021,
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2021-005},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2021-005.pdf}
+}
+
+ +
+@techreport{IRIDIA-2021-006,
+  author = {Camacho-Villal\'{o}n, Christian Leonardo and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Cuckoo Search {$\equiv (\mu + \lambda$)}-Evolution Strategy --
+                  A Rigorous Analysis of an Algorithm That Has Been Misleading
+                  the Research Community for More Than 10 Years and Nobody Seems to Have Noticed},
+  year = 2021,
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2021-006},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2021-006.pdf}
+}
+
+ +
+@incollection{Ige2005mosvm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 3410,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  year = 2005,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  author = { Christian Igel },
+  title = {Multi-objective Model Selection for Support Vector Machines},
+  annote = {Early work on multi-objective hyper-parameter optimization
+                  (AutoML)},
+  pages = {534--546},
+  doi = {10.1007/978-3-540-31880-4_37}
+}
+
+ +
+@inproceedings{IkeKitShi2001cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2001,
+  booktitle = {Proceedings of  the 2001 Congress on Evolutionary Computation (CEC'01)},
+  key = {IEEE CEC},
+  author = {Ikeda, Kokolo and Hajime Kita and Shigenobu Kobayashi},
+  title = {Failure of {Pareto}-based {MOEA}s: {Does} non-dominated really
+                  mean near to optimal?},
+  pages = {957--962},
+  keywords = {dominance resistance}
+}
+
+ +
+@book{IllPenSto2008,
+  title = {Statistical Analysis and Modelling of Spatial Point Patterns},
+  author = {Illian, Janine and Penttinen, Antti and Stoyan, Helga and
+                  Stoyan, Dietrich},
+  publisher = {Wiley},
+  year = 2008,
+  alias = {Illian2008}
+}
+
+ +
+@incollection{IreMerMid2001,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2001},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 1993,
+  year = 2001,
+  publisher = {Springer},
+  editor = { Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele  and  Carlos A. {Coello Coello}  and  David Corne },
+  author = { S. Iredi  and  D. Merkle  and  Martin Middendorf },
+  title = {Bi-Criterion Optimization with Multi Colony Ant
+                  Algorithms},
+  pages = {359--372},
+  alias = {IrediMid01,IreMerMid01},
+  keywords = {BicriterionAnt}
+}
+
+ +
+@misc{IridiaSupp2012-011,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {{Automatically Improving the Anytime Behaviour of Optimisation Algorithms: Supplementary material}},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2012-011/}},
+  year = 2012
+}
+
+ +
+@incollection{IruLop2021gecco,
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  author = { Irurozki, Ekhine  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Unbalanced Mallows Models for Optimizing Expensive Black-Box
+                  Permutation Problems},
+  pages = {225--233},
+  doi = {10.1145/3449639.3459366},
+  supplement = {https://doi.org/10.5281/zenodo.4500974},
+  abstract = {Expensive black-box combinatorial optimization problems arise
+                  in practice when the objective function is evaluated by means
+                  of a simulator or a real-world experiment. Since each fitness
+                  evaluation is expensive in terms of time or resources, only a
+                  limited number of evaluations is possible, typically several
+                  orders of magnitude smaller than in non-expensive
+                  problems. In this scenario, classical optimization methods
+                  such as mixed-integer programming and local search are not
+                  useful.  In the continuous case, Bayesian optimization, in
+                  particular using Gaussian processes, has proven very
+                  effective under these conditions. Much less research is
+                  available in the combinatorial case. In this paper, we
+                  propose and analyze UMM, an estimation-of-distribution (EDA)
+                  algorithm based on a Mallows probabilistic model and
+                  unbalanced rank aggregation (uBorda). Experimental results on
+                  black-box versions of LOP and PFSP show that UMM is able to
+                  match, and sometimes surpass, the solutions obtained by CEGO,
+                  a Bayesian optimization algorithm for combinatorial
+                  optimization. Moreover, the computational complexity of UMM
+                  increases linearly with both the number of function
+                  evaluations and the permutation size.},
+  keywords = {UMM, Permutation, Expensive, Black-box}
+}
+
+ +
+@incollection{IshMasNoj2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = { Ishibuchi, Hisao  and Masuda, Hiroyuki and Nojima, Yusuke},
+  title = {A Study on Performance Evaluation Ability of a Modified
+                  Inverted Generational Distance Indicator},
+  pages = {695--702}
+}
+
+ +
+@incollection{IshMasTanNoj2015igd,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = { Ishibuchi, Hisao  and Masuda, Hiroyuki and Tanigaki, Yuki and
+                  Nojima, Yusuke},
+  title = {Modified Distance Calculation in Generational Distance and
+                  Inverted Generational Distance},
+  pages = {110--125},
+  annote = {Proposed IGD+},
+  keywords = {Performance metrics, multi-objective, IGD, IGD+}
+}
+
+ +
+@inproceedings{IshTsuNoj2008,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2008,
+  booktitle = {Proceedings of  the 2008 Congress on Evolutionary Computation (CEC 2008)},
+  key = {IEEE CEC},
+  author = { Ishibuchi, Hisao  and Tsukamoto, N. and Nojima, Y.},
+  title = {Evolutionary many-objective optimization: {A} short review},
+  doi = {10.1109/CEC.2008.4631121},
+  pages = {2419--2426}
+}
+
+ +
+@incollection{IzzGetHenSim2015evolving,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = { Dario Izzo  and Getzner, Ingmar and Hennes, Daniel and  Sim{\~o}es, Lu{\'i}s F. },
+  title = {Evolving solutions to {TSP} variants for active space debris
+                  removal},
+  pages = {1207--1214}
+}
+
+ +
+@incollection{IzzSimMar2013tour,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  author = { Dario Izzo  and  Sim{\~o}es, Lu{\'i}s F.  and M{\"a}rtens, Marcus and de
+                  Croon, Guido C.H.E. and Heritier, Aurelie and Yam, Chit Hong},
+  title = {Search for a Grand Tour of the {Jupiter} {Galilean} Moons},
+  pages = {1301--1308},
+  doi = {10.1145/2463372.2463524}
+}
+
+ +
+@incollection{JacJouTal2014evapp,
+  year = 2014,
+  volume = 8602,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  editor = { Anna I. Esparcia{-}Alc{\'{a}}zar  and Antonio M. Mora},
+  author = {Sophie Jacquin and  Laetitia Jourdan  and  Talbi, El-Ghazali },
+  title = {Dynamic Programming Based Metaheuristic for Energy Planning Problems},
+  pages = {165--176},
+  doi = {10.1007/978-3-662-45523-4_14},
+  keywords = {irace}
+}
+
+ +
+@incollection{JaiCoeCha2008,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  editor = {Conor Ryan},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  title = {Objective reduction using a feature selection technique},
+  author = { L{\'o}pez Jaimes, Antonio  and  Carlos A. {Coello Coello}  and Chakraborty, Debrup},
+  pages = {673--680}
+}
+
+ +
+@incollection{JaiCoeUri2009onlinered,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  title = {Online Objective Reduction to Deal with Many-Objective
+                  Problems},
+  author = { L{\'o}pez Jaimes, Antonio  and  Carlos A. {Coello Coello}  and Ur{\'i}as Barrientos, Jes{\'u}s E.},
+  pages = {423--437},
+  abstract = {In this paper, we propose and analyze two schemes to
+                  integrate an objective reduction technique into a
+                  multi-objective evolutionary algorithm (moea) in order to
+                  cope with many-objective problems. One scheme reduces
+                  periodically the number objectives during the search until
+                  the required objective subset size has been reached and,
+                  towards the end of the search, the original objective set is
+                  used again. The second approach is a more conservative scheme
+                  that alternately uses the reduced and the entire set of
+                  objectives to carry out the search. Besides improving
+                  computational efficiency by removing some objectives, the
+                  experimental results showed that both objective reduction
+                  schemes also considerably improve the convergence of a moea
+                  in many-objective problems.}
+}
+
+ +
+@inproceedings{JamTal2016,
+  publisher = {{JMLR}.org},
+  volume = 51,
+  series = {{JMLR} Workshop and Conference Proceedings},
+  year = 2016,
+  booktitle = {Proceedings of the 19th International Conference on Artificial Intelligence
+                  and Statistics, {AISTATS} 2016, Cadiz, Spain, May 9-11, 2016},
+  editor = {Arthur Gretton and Christian C. Robert},
+  author = {Jamieson, Kevin G. and Talwalkar, Ameet},
+  title = {Non-stochastic Best Arm Identification and Hyperparameter Optimization},
+  pages = {240--248},
+  url = {http://proceedings.mlr.press/v51/jamieson16.html}
+}
+
+ +
+@incollection{JasBran2008,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  author = { Andrzej Jaszkiewicz  and  J{\"u}rgen Branke },
+  title = {Interactive Multiobjective Evolutionary Algorithms},
+  pages = {179--193},
+  doi = {10.1007/978-3-540-88908-3_7}
+}
+
+ +
+@incollection{JasIshZha2012,
+  series = {Studies in Computational Intelligence},
+  publisher = {Springer},
+  year = 2011,
+  volume = 379,
+  editor = {Neri, Ferrante and  Carlos Cotta  and  Pablo Moscato },
+  booktitle = {Handbook of Memetic Algorithms},
+  title = {Multiobjective memetic algorithms},
+  author = { Andrzej Jaszkiewicz  and  Ishibuchi, Hisao  and  Zhang, Qingfu },
+  pages = {201--217}
+}
+
+ +
+@manual{Java:smac,
+  title = {Manual for {SMAC}},
+  author = { Frank Hutter  and Steve Ramage},
+  year = 2015,
+  note = {SMAC version 2.10.03},
+  organization = {University of British Columbia},
+  url = {http://www.cs.ubc.ca/labs/beta/Projects/SMAC/v2.10.03/manual.pdf}
+}
+
+ +
+@incollection{JerSin1996,
+  publisher = {PWS Publishing Co.},
+  year = 1996,
+  editor = {Hochbaum, Dorit S.},
+  booktitle = {Approximation Algorithms For {NP}-hard Problems},
+  title = {The {Markov} chain {Monte} {Carlo} method: an approach
+                  to approximate counting and integration},
+  author = { Mark Jerrum  and  Alistair Sinclair },
+  pages = {482--520}
+}
+
+ +
+@incollection{JesLieDerPaq2020gecco,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  doi = {10.1145/3377930},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  author = {Jesus, Alexandre D. and  Arnaud Liefooghe  and  Bilel Derbel  and  Lu{\'i}s Paquete },
+  pages = {850---858},
+  title = {Algorithm Selection of Anytime Algorithms}
+}
+
+ +
+@misc{JoH2015:policy,
+  key = {{Journal of Heuristics}},
+  title = {{Journal of Heuristics. Policies on Heuristic Search Research}},
+  howpublished = {\url{http://www.springer.com/journal/10732}},
+  year = 2015,
+  note = {Version visited last on June 10, 2015}
+}
+
+ +
+@incollection{JohGutMcG++02:atsp,
+  editor = {G. Gutin and A. Punnen},
+  year = 2002,
+  publisher = {Kluwer Academic Publishers, Dordrecht, The Netherlands},
+  booktitle = {The Traveling Salesman Problem and its Variations},
+  author = {David S. Johnson and G. Gutin and  Lyle A. McGeoch  and A. Yeo and W. Zhang and A. Zverovitch},
+  title = {Experimental Analysis of Heuristics for the {ATSP}},
+  pages = {445--487}
+}
+
+ +
+@incollection{JohMcG02:stsp,
+  editor = {G. Gutin and A. Punnen},
+  year = 2002,
+  publisher = {Kluwer Academic Publishers, Dordrecht, The Netherlands},
+  booktitle = {The Traveling Salesman Problem and its Variations},
+  author = {David S. Johnson and  Lyle A. McGeoch },
+  title = {Experimental Analysis of Heuristics for the {STSP}},
+  pages = {369--443}
+}
+
+ +
+@incollection{JohMcG97,
+  editor = { Emile H. L. Aarts  and  Jan Karel Lenstra },
+  year = 1997,
+  address = { Chichester, UK},
+  publisher = {John Wiley \& Sons},
+  booktitle = {Local Search in Combinatorial Optimization},
+  author = {David S. Johnson and  Lyle A. McGeoch },
+  title = {The Traveling Salesman Problem: A Case Study in Local
+                  Optimization},
+  pages = {215--310}
+}
+
+ +
+@inproceedings{Johnson1990,
+  author = {David S. Johnson},
+  title = {Local Optimization and the Traveling Salesman
+                  Problem},
+  booktitle = {Automata, Languages and Programming, 17th
+                  International Colloquium},
+  volume = 443,
+  series = {Lecture Notes in Computer Science},
+  year = 1990,
+  editor = {M. Paterson},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  pages = {446--461}
+}
+
+ +
+@misc{Johnson2001,
+  author = {David S. Johnson and  Lyle A. McGeoch  and Rego, C. and  Fred Glover },
+  title = {8th {DIMACS} Implementation Challenge: The Traveling Salesman Problem},
+  year = 2001,
+  howpublished = {\url{http://dimacs.rutgers.edu/archive/Challenges/TSP}},
+  keywords = {TSP Challenge, RUE, RCE, generators}
+}
+
+ +
+@incollection{Johnson2002,
+  editor = {Michael H. Goldwasser and David S. Johnson and  Catherine C. McGeoch },
+  year = 2002,
+  address = { Providence, RI},
+  publisher = {American Mathematical Society},
+  volume = 59,
+  series = {{DIMACS} Series in Discrete Mathematics and Theoretical
+                  Computer Science},
+  booktitle = {Data Structures, Near Neighbor Searches, and Methodology:
+                  Fifth and Sixth {DIMACS} Implementation Challenges},
+  author = {David S. Johnson},
+  title = {A Theoretician's Guide to the Experimental Analysis of
+                  Algorithms},
+  pages = {215--250},
+  doi = {10.1090/dimacs/059/11}
+}
+
+ +
+@book{Jon2006,
+  author = { De Jong, Kenneth A. },
+  title = {Evolutionary computation: a unified approach},
+  publisher = {MIT Press},
+  address = {Cambridge, MA},
+  year = 2006
+}
+
+ +
+@incollection{JonFor1995fdc,
+  year = 1995,
+  address = { Pittsburgh, PA},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  booktitle = {Proceedings of  the Sixth International Conference on Genetic Algorithms (ICGA'95)},
+  editor = {Larry J. Eshelman},
+  author = {Jones, Terry and  Stephanie Forrest },
+  title = {Fitness Distance Correlation as a Measure of Problem
+                  Difficulty for Genetic Algorithms},
+  pages = {184--192}
+}
+
+ +
+@book{JonPev2004,
+  title = {An introduction to bioinformatics algorithms},
+  author = {Jones, Neil C. and Pevzner, Pavel A.},
+  year = 2004,
+  publisher = {MIT Press},
+  address = {Cambridge, MA}
+}
+
+ +
+@inproceedings{JuiPol98:aaai,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 1998,
+  booktitle = {Proceedings of AAAI 1998 -- Fifteenth National Conference on
+                  Artificial Intelligence},
+  editor = {Jack Mostow and Chuck Rich},
+  author = {H. Juill{\'e} and J. B. Pollack},
+  title = {A Sampling-Based Heuristic for Tree Search Applied
+                  to Grammar Induction},
+  pages = {776--783}
+}
+
+ +
+@incollection{Julstrom1995,
+  year = 1995,
+  address = { Pittsburgh, PA},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  booktitle = {Proceedings of  the Sixth International Conference on Genetic Algorithms (ICGA'95)},
+  editor = {Larry J. Eshelman},
+  author = {Bryant A. Julstrom},
+  title = {What Have You Done for Me Lately? Adapting Operator Probabilities in a Steady-State Genetic Algorithm},
+  pages = {81--87}
+}
+
+ +
+@incollection{KadMalSelTie2010isac,
+  publisher = {IOS Press},
+  year = 2010,
+  booktitle = {Proceedings of the 19th European Conference on Artificial Intelligence},
+  editor = {Coelho, H. and Studer, R. and Wooldridge, M.},
+  author = {Kadioglu, Serdar and  Yuri Malitsky  and  Meinolf Sellmann  and  Kevin Tierney },
+  title = {{ISAC}: Instance-Specific Algorithm Configuration},
+  pages = {751--756}
+}
+
+ +
+@inproceedings{KajIkeHaj2009cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2009,
+  booktitle = {Proceedings of  the 2009 Congress on Evolutionary Computation (CEC 2009)},
+  key = {IEEE CEC},
+  author = {H. Kaji and Ikeda, Kokolo and Hajime Kita},
+  title = {Avoidance of constraint violation for experiment-based
+                  evolutionary multi-objective optimization},
+  pages = {2756--2763},
+  keywords = {Safe Optimization, evolutionary computation, constraint
+                  violation, experiment-based evolutionary multiobjective
+                  optimization, evolutionary algorithm, risky-constraint
+                  violation, Constraint optimization, Diesel engines,
+                  Calibration, Evolutionary computation, Electric breakdown,
+                  Optimization methods, Uncertainty, Computational fluid
+                  dynamics},
+  doi = {10.1109/CEC.2009.4983288}
+}
+
+ +
+@incollection{KarEibHoo2014generic,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2014,
+  editor = {Christian Igel and Dirk V. Arnold},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2014},
+  author = {Karafotias, Giorgos and  Agoston E. Eiben  and Mark Hoogendoorn},
+  title = {Generic parameter control with reinforcement learning},
+  pages = {1319--1326}
+}
+
+ +
+@incollection{KarHooEib2015eval,
+  year = 2015,
+  volume = 9028,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  editor = {Antonio M. Mora and Squillero, Giovanni},
+  title = {Evaluating reward definitions for parameter control},
+  author = {Karafotias, Giorgos and Hoogendoorn, Mark and  Agoston E. Eiben },
+  pages = {667--680},
+  doi = {10.1007/978-3-319-16549-3_54}
+}
+
+ +
+@inproceedings{KarKorSom2013,
+  url = {http://jmlr.org/proceedings/papers/v28/},
+  year = 2013,
+  volume = 28,
+  booktitle = {Proceedings of  the 30th International Conference on Machine Learning, {ICML} 2013},
+  editor = {Dasgupta, Sanjoy and McAllester, David},
+  title = {Almost optimal exploration in multi-armed bandits},
+  author = {Karnin, Zohar and Koren, Tomer and Somekh, Oren},
+  pages = {1238--1246},
+  annote = {Sequential Halving, Successive Halving}
+}
+
+ +
+@incollection{KarParStu2018lion,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 11353,
+  editor = { Roberto Battiti  and Mauro Brunato and Ilias Kotsireas and  Panos M. Pardalos },
+  year = 2018,
+  booktitle = {Learning and Intelligent Optimization, 12th International
+                  Conference, LION 12},
+  title = {Algorithm Configuration: Learning policies for the quick
+                  termination of poor performers},
+  author = {Karapetyan, Daniel and  Andrew J. Parkes  and  Thomas St{\"u}tzle },
+  pages = {220--224},
+  doi = {10.1007/978-3-030-05348-2_20}
+}
+
+ +
+@incollection{KarSmiEib2012generic,
+  year = 2012,
+  volume = 7248,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  editor = {Di Chio, Cecillia and others},
+  title = {A generic approach to parameter control},
+  author = {Karafotias, Giorgos and  Smit, Selmar K.  and  Agoston E. Eiben },
+  pages = {366--375},
+  doi = {10.1007/978-3-642-29178-4_37}
+}
+
+ +
+@inproceedings{Karmarkar1984,
+  publisher = {ACM Press},
+  year = 1984,
+  editor = {DeMillo, Richard A.},
+  booktitle = {Proceedings of the sixteenth annual {ACM} Symposium on Theory of Computing},
+  title = {A new polynomial-time algorithm for linear programming},
+  author = {Karmarkar, Narendra},
+  pages = {302--311}
+}
+
+ +
+@inproceedings{Karp1972,
+  publisher = {Springer},
+  series = {The IBM Research Symposia Series},
+  editor = {Miller, Raymond E. and Thatcher, James, W.},
+  year = 1972,
+  booktitle = {Proceedings of a symposium on the Complexity of Computer Computations,
+                  held March 20-22, 1972, at the {IBM} {T}homas {J}. {W}atson Research Center,
+                  Yorktown Heights, New York, USA},
+  title = {Reducibility among combinatorial problems},
+  author = {Karp, Richard M.},
+  pages = {85--103}
+}
+
+ +
+@incollection{KatNar1999:gecco,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  year = 1999,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 1999},
+  shorteditor = {Wolfgang Banzhaf and others},
+  editor = {Wolfgang Banzhaf and Jason M. Daida and A. E. Eiben
+                  and Max H. Garzon and Vasant Honavar and Mark
+                  J. Jakiela and Robert E. Smith},
+  author = {K. Katayama and H. Narihisa},
+  title = {Iterated Local Search Approach using Genetic Transformation to the
+  Traveling Salesman Problem},
+  volume = 1,
+  pages = {321--328}
+}
+
+ +
+@book{Kau1993order,
+  author = { Kauffman, S. A. },
+  publisher = {Oxford University Press},
+  title = {The Origins of Order},
+  year = 1993,
+  alias = {kauffman1993}
+}
+
+ +
+@inproceedings{Kazantzis02,
+  author = { Michael D. Kazantzis  and  Angus R. Simpson  and  David Kwong  and  Tan, Shyh Min },
+  title = {A new methodology for optimizing the daily
+                  operations of a pumping plant},
+  year = 2002,
+  booktitle = {Proceedings of 2002 Conference on Water Resources
+                  Planning},
+  address = {Roanoke, USA},
+  month = may,
+  organization = {ASCE}
+}
+
+ +
+@inproceedings{KeFenXuShaWan10,
+  author = {Liangjun Ke and Zuren Feng and Zongben Xu and Ke Shang and
+                  Yonggang Wang},
+  booktitle = {Circuits, Communications and System (PACCS), 2010 Second
+                  Pacific-Asia Conference on},
+  title = {A multiobjective {ACO} algorithm for rough feature selection},
+  year = 2010,
+  volume = 1,
+  pages = {207--210}
+}
+
+ +
+@incollection{KeeAirCyr2001adaptive,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = {Erik D. Goodman},
+  year = 2001,
+  booktitle = {Proceedings of the 3rd Annual Conference on Genetic and
+                  Evolutionary Computation, GECCO 2001},
+  title = {An adaptive genetic algorithm},
+  author = {Kee, Eric and Airey, Sarah and Cyre, Walling},
+  pages = {391--397}
+}
+
+ +
+@book{KelPfePis04,
+  author = {Kellerer, Hans and Ulrich Pferschy and  David Pisinger },
+  title = {Knapsack problems},
+  publisher = {Springer},
+  year = 2004
+}
+
+ +
+@inproceedings{KelPol2007cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  author = {Robert E. Keller and Riccardo Poli},
+  title = {Linear genetic programming of parsimonious metaheuristics},
+  pages = {4508--4515},
+  doi = {10.1109/CEC.2007.4425062}
+}
+
+ +
+@incollection{KelPol2008ae,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Lutton, Evelyne and Legrand, Pierrick and Parrend, Pierre and  Nicolas Monmarch{\'e}  and  Marc Schoenauer },
+  volume = 10764,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {EA 2017: Artificial Evolution},
+  author = {Robert E. Keller and Riccardo Poli},
+  title = {Cost-Benefit Investigation of a Genetic-Programming
+                  Hyperheuristic},
+  pages = {13--24}
+}
+
+ +
+@inproceedings{KenEbe1995pso,
+  author = { J. Kennedy  and  Eberhart, Russell C. },
+  title = {Particle Swarm Optimization},
+  booktitle = {Proceedings of International Conference on Neural Networks
+                  (ICNN'95)},
+  year = 1995,
+  pages = {1942--1948},
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  annote = {Proposed PSO},
+  doi = {10.1109/ICNN.1995.488968},
+  alias = {Kennedy95}
+}
+
+ +
+@inproceedings{KenEbe1997binpso,
+  author = { J. Kennedy  and  Eberhart, Russell C. },
+  title = {A discrete binary version of the particle swarm algorithm},
+  booktitle = {Proceedings of the 1997 IEEE International Conference on
+                  Systems, Man, and Cybernetics},
+  year = 1997,
+  pages = {4104--4108},
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  alias = {Kennedy97a}
+}
+
+ +
+@book{KenEbeShi01,
+  author = { J. Kennedy  and  Eberhart, Russell C.  and  Shi, Yuhui },
+  title = {Swarm Intelligence},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  year = 2001
+}
+
+ +
+@book{Kendall1948,
+  author = {Maurice G. Kendall},
+  title = {Rank correlation methods},
+  publisher = {Griffin},
+  address = {London},
+  year = 1948
+}
+
+ +
+@inproceedings{KerTra2016cec,
+  year = 2016,
+  isbn = {978-1-5090-0623-6},
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2016 Congress on Evolutionary Computation (CEC 2016)},
+  key = {IEEE CEC},
+  author = { Pascal Kerschke  and  Heike Trautmann },
+  title = {The \proglang{R}-package {FLACCO} for exploratory landscape
+                  analysis with applications to multi-objective optimization
+                  problems},
+  pages = {5262--5269},
+  doi = {10.1109/CEC.2016.7748359}
+}
+
+ +
+@incollection{KerWanPre2016ppsn,
+  isbn = {978-3-319-45822-9},
+  year = 2016,
+  volume = 9921,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Julia Handl  and  Emma Hart  and  Lewis, P. R.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Gabriela Ochoa  and  Ben Paechter },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIV}},
+  author = { Pascal Kerschke  and  Wang, Hao  and  Mike Preuss  and Christian
+                  Grimme and   Andr{\'{e}} H. Deutz  and  Heike Trautmann  and  Emmerich, Michael T. M. },
+  title = {Towards Analyzing Multimodality of Continuous Multiobjective
+                  Landscapes},
+  pages = {962--972},
+  doi = {10.1007/978-3-319-45823-6_90}
+}
+
+ +
+@misc{Keras,
+  author = {Chollet, Fran\c{c}ois and others},
+  title = {Keras},
+  howpublished = {\url{https://keras.io}},
+  year = 2015
+}
+
+ +
+@incollection{Kerrisk05:POSIX-threads,
+  author = {M. Kerrisk},
+  title = {pthreads - {POSIX} Threads},
+  booktitle = {Linux Programmer's Manual},
+  publisher = {\url{https://man7.org/linux/man-pages/man7/pthreads.7.html}},
+  year = 2021,
+  type = {{Section}},
+  chapter = 7,
+  note = {(Last accessed Feb 22 2023)}
+}
+
+ +
+@incollection{KhaYaoDeb2003,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = {Khare, V. and  Xin Yao  and  Kalyanmoy Deb },
+  title = {Performance Scaling of Multi-objective Evolutionary Algorithms},
+  pages = {376--390}
+}
+
+ +
+@incollection{KhiAlbSol08,
+  volume = 5217,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Christian Blum  and  Clerc, Maurice  and  Thomas St{\"u}tzle  and A. F. T. Winfield},
+  year = 2008,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 6th
+                  International Conference, ANTS 2008},
+  author = {M. Khichane and P. Albert and  Christine Solnon },
+  title = {Integration of {ACO} in a Constraint Programming
+                  Language},
+  pages = {84--95}
+}
+
+ +
+@incollection{KhiAlbSol09,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  editor = { Thomas St{\"u}tzle },
+  volume = 5851,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Learning and Intelligent Optimization, Third International Conference, LION 3},
+  author = {M. Khichane and P. Albert and  Christine Solnon },
+  title = {An {ACO}-Based Reactive Framework for Ant Colony
+                  Optimization: First Experiments on Constraint
+                  Satisfaction Problems},
+  doi = {10.1007/978-3-642-11169-3_9},
+  pages = {119--133}
+}
+
+ +
+@inproceedings{KhuXuHooLey2009:satenstein,
+  publisher = {AAAI Press, Menlo Park, CA},
+  editor = {Craig Boutilier},
+  year = 2009,
+  booktitle = {Proceedings of  the 21st International Joint Conference on Artificial Intelligence (IJCAI-09)},
+  author = { KhudaBukhsh, A. R.  and  Lin Xu  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {{SATenstein}: Automatically Building Local Search
+                  {SAT} Solvers from Components},
+  pages = {517--524},
+  epub = {http://ijcai.org/papers09/Papers/IJCAI09-093.pdf}
+}
+
+ +
+@incollection{KimAllLop2020safe,
+  year = 2021,
+  volume = 12641,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Trustworthy AI -- Integrating Learning, Optimization and
+                  Reasoning. TAILOR 2020},
+  editor = {Fredrik Heintz and Michela Milano and   O'Sullivan, Barry },
+  author = { Kim, Youngmin  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Safe Learning and Optimization Techniques: Towards a Survey
+                  of the State of the Art},
+  pages = {123--139},
+  doi = {10.1007/978-3-030-73959-1_12},
+  abstract = {Safe learning and optimization deals with learning and
+                  optimization problems that avoid, as much as possible, the
+                  evaluation of non-safe input points, which are solutions,
+                  policies, or strategies that cause an irrecoverable loss
+                  (e.g., breakage of a machine or equipment, or life
+                  threat). Although a comprehensive survey of safe
+                  reinforcement learning algorithms was published in 2015, a
+                  number of new algorithms have been proposed thereafter, and
+                  related works in active learning and in optimization were not
+                  considered. This paper reviews those algorithms from a number
+                  of domains including reinforcement learning, Gaussian process
+                  regression and classification, evolutionary computing, and
+                  active learning. We provide the fundamental concepts on which
+                  the reviewed algorithms are based and a characterization of
+                  the individual algorithms. We conclude by explaining how the
+                  algorithms are connected and suggestions for future
+                  research.}
+}
+
+ +
+@incollection{KimAllLop2022easafe,
+  location = {Boston, Massachusetts},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Kim, Youngmin  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Are Evolutionary Algorithms Safe Optimizers?},
+  doi = {10.1145/3512290.3528818},
+  abstract = {We consider a type of constrained optimization problem, where
+                  the violation of a constraint leads to an irrevocable loss,
+                  such as breakage of a valuable experimental resource/platform
+                  or loss of human life. Such problems are referred to as safe
+                  optimization problems (SafeOPs). While SafeOPs have received
+                  attention in the machine learning community in recent years,
+                  there was little interest in the evolutionary computation
+                  (EC) community despite some early attempts between 2009 and
+                  2011. Moreover, there is a lack of acceptable guidelines on
+                  how to benchmark different algorithms for SafeOPs, an area
+                  where the EC community has significant experience in. Driven
+                  by the need for more eficient algorithms and benchmark
+                  guidelines for SafeOPs, the objective of this paper is to
+                  reignite the interest of the EC community in this problem
+                  class. To achieve this we (i) provide a formal definition of
+                  SafeOPs and contrast it to other types of optimization
+                  problems that the EC community is familiar with, (ii)
+                  investigate the impact of key SafeOP parameters on the
+                  performance of selected safe optimization algorithms, (iii)
+                  benchmark EC against state-of-the-art safe optimization
+                  algorithms from the machine learning community, and (iv)
+                  provide an open-source Python framework to replicate and
+                  extend our work.},
+  pages = {814--822},
+  numpages = 9,
+  keywords = {Bayesian optimization, constrained optimization,
+                  benchmarking, safety constraints, safe optimization}
+}
+
+ +
+@inproceedings{KimParKim2021learning,
+  editor = {M. Ranzato and A. Beygelzimer and Y. Dauphin and P. S. Liang
+                  and J. Wortman Vaughan},
+  booktitle = {Advances in Neural Information Processing Systems 34 (NeurIPS
+                  2021)},
+  year = 2021,
+  author = {Kim, Minsu and Park, Jinkyoo and Kim, Joungho},
+  title = {Learning Collaborative Policies to Solve {NP-hard} Routing
+                  Problems},
+  epub = {https://papers.nips.cc/paper_files/paper/2021/hash/564127c03caab942e503ee6f810f54fd-Abstract.html},
+  keywords = {Deep RL, TSP, prize collecting, PCTSP, CVRP, routing,
+                  attention model}
+}
+
+ +
+@inproceedings{KinBa2015adam,
+  editor = { Bengio, Yoshua  and Yann {LeCun}},
+  booktitle = {3rd International Conference on Learning Representations,
+                  {ICLR} 2015, San Diego, CA, USA, May 7-9, 2015, Conference
+                  Track Proceedings},
+  year = 2015,
+  author = {Diederik P. Kingma and Jimmy Ba},
+  title = {Adam: {A} Method for Stochastic Optimization}
+}
+
+ +
+@inproceedings{Kno2005:isda,
+  year = 2005,
+  booktitle = {Proceedings of the 5th International Conference on
+                  Intelligent Systems Design and Applications},
+  editor = {Abraham, Ajith and Paprzycki, Marcin},
+  author = { Joshua D. Knowles },
+  title = {A summary-attainment-surface plotting method for visualizing
+                  the performance of stochastic multiobjective optimizers},
+  pages = {552--557},
+  supplement = {https://www.cs.bham.ac.uk/~jdk/plot_attainments/},
+  doi = {10.1109/ISDA.2005.15},
+  abstract = {When evaluating the performance of a stochastic optimizer it
+                  is sometimes desirable to express performance in terms of the
+                  quality attained in a certain fraction of sample runs. For
+                  example, the sample median quality is the best estimator of
+                  what one would expect to achieve in 50\% of runs, and
+                  similarly for other quantiles. In multiobjective
+                  optimization, the notion still applies but the outcome of a
+                  run is measured not as a scalar (i.e. the cost of the best
+                  solution), but as an attainment surface in $k$-dimensional
+                  space (where $k$ is the number of objectives). In this paper
+                  we report an algorithm that can be conveniently used to plot
+                  summary attainment surfaces in any number of dimensions
+                  (though it is particularly suited for three). A summary
+                  attainment surface is defined as the union of all tightest
+                  goals that have been attained (independently) in precisely
+                  $s$ of the runs of a sample of $n$ runs, for any $s \in
+                  1\ldots n$, and for any $k$. We also discuss the
+                  computational complexity of the algorithm and give some
+                  examples of its use. C code for the algorithm is available
+                  from the author.}
+}
+
+ +
+@inproceedings{KnoCor1999cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1999,
+  booktitle = {Proceedings of the 1999 Congress on Evolutionary Computation
+                  (CEC 1999)},
+  key = {IEEE CEC},
+  author = { Joshua D. Knowles  and  David Corne },
+  pages = {98--105},
+  title = {The {Pareto} Archived Evolution Strategy: A New
+                  Baseline Algorithm for Multiobjective Optimisation},
+  annote = {first mention of Adaptive Grid Archiving}
+}
+
+ +
+@inproceedings{KnoCor2000mpaes,
+  month = jul,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2000,
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  key = {IEEE CEC},
+  title = {{M-PAES}: A memetic algorithm for multiobjective
+                  optimization},
+  author = { Joshua D. Knowles  and  David Corne },
+  pages = {325--332}
+}
+
+ +
+@inproceedings{KnoCor2002cec,
+  year = 2002,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2002 Congress on Evolutionary Computation (CEC'02)},
+  key = {IEEE CEC},
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {On Metrics for Comparing Non-Dominated Sets},
+  pages = {711--716}
+}
+
+ +
+@incollection{KnoCor2003emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {Instance Generators and Test Suites for the
+                  Multiobjective Quadratic Assignment Problem},
+  pages = {295--310}
+}
+
+ +
+@incollection{KnoCor2004lnems,
+  year = 2004,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  volume = 535,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  editor = { Xavier Gandibleux  and Marc Sevaux and  Kenneth S{\"o}rensen  and  V. {T'Kindt} },
+  booktitle = {Metaheuristics for Multiobjective Optimisation},
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {Bounded {Pareto} Archiving: {Theory} and Practice},
+  pages = {39--64},
+  alias = {Knowles+CorneLNEMS535},
+  doi = {10.1007/978-3-642-17144-4_2}
+}
+
+ +
+@incollection{KnoCor2005mem,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  series = {Studies in Fuzziness and Soft Computing},
+  volume = 166,
+  year = 2005,
+  editor = {Hart W. E. and Smith J. E. and Krasnogor N.},
+  booktitle = {Recent Advances in Memetic Algorithms},
+  title = {Memetic algorithms for multiobjective optimization: issues,
+                  methods and prospects},
+  author = { Joshua D. Knowles  and  David Corne },
+  pages = {313--352},
+  doi = {10.1007/3-540-32363-5_14}
+}
+
+ +
+@incollection{KnoCor2007emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  author = { Joshua D. Knowles  and  David Corne },
+  title = {Quantifying the Effects of Objective Space Dimension in
+                  Evolutionary Multiobjective Optimization},
+  pages = {757--771},
+  abstract = {The scalability of EMO algorithms is an issue of significant
+                  concern for both algorithm developers and users. A key aspect
+                  of the issue is scalability to objective space dimension,
+                  other things being equal. Here, we make some observations
+                  about the efficiency of search in discrete spaces as a
+                  function of the number of objectives, considering both
+                  uncorrelated and correlated objective values. Efficiency is
+                  expressed in terms of a cardinality-based
+                  (scaling-independent) performance indicator. Considering
+                  random sampling of the search space, we measure, empirically,
+                  the fraction of the true PF covered after p iterations, as
+                  the number of objectives grows, and for different
+                  correlations. A general analytical expression for the
+                  expected performance of random search is derived, and is
+                  shown to agree with the empirical results. We postulate that
+                  for even moderately large numbers of objectives, random
+                  search will be competitive with an EMO algorithm and show
+                  that this is the case empirically: on a function where each
+                  objective is relatively easy for an EA to optimize (an
+                  NK-landscape with K=2), random search compares favourably to
+                  a well-known EMO algorithm when objective space dimension is
+                  ten, for a range of inter-objective correlation values. The
+                  analytical methods presented here may be useful for
+                  benchmarking of other EMO algorithms.}
+}
+
+ +
+@incollection{KnoCorDeb2008,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  series = {Natural Computing Series},
+  editor = { Joshua D. Knowles  and  David Corne  and  Kalyanmoy Deb  and Chair, Deva Raj},
+  year = 2008,
+  booktitle = {Multiobjective Problem Solving from Nature},
+  title = {Introduction: {Problem} solving, {EC} and {EMO}},
+  author = { Joshua D. Knowles  and  David Corne  and  Kalyanmoy Deb },
+  pages = {1--28},
+  doi = {10.1007/978-3-540-72964-8_1}
+}
+
+ +
+@inproceedings{KnoCorFle2003,
+  year = 2003,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = dec,
+  booktitle = {Proceedings of  the 2003 Congress on Evolutionary Computation (CEC'03)},
+  key = {IEEE CEC},
+  title = {Bounded archiving using the {Lebesgue} measure},
+  author = { Joshua D. Knowles  and  David Corne  and Fleischer, Mark},
+  pages = {2490--2497}
+}
+
+ +
+@incollection{KnoCorRey09emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5467,
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  author = { Joshua D. Knowles  and  David Corne  and Alan P. Reynolds},
+  title = {Noisy Multiobjective Optimization on a Budget of 250 Evaluations},
+  pages = {36--50}
+}
+
+ +
+@techreport{KnoThiZit06:tutorial,
+  author = { Joshua D. Knowles  and  Lothar Thiele  and  Eckart Zitzler },
+  title = {A tutorial on the performance assessment of stochastic
+                  multiobjective optimizers},
+  institution = {Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Z{\"u}rich, Switzerland},
+  year = 2006,
+  type = {TIK-Report},
+  number = 214,
+  month = feb,
+  note = {Revised version},
+  epub = {https://www.research-collection.ethz.ch/bitstream/handle/20.500.11850/23822/2/KTZ2006a.pdf}
+}
+
+ +
+@incollection{KnoWatCor2001reducing,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2001},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 1993,
+  year = 2001,
+  publisher = {Springer},
+  editor = { Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele  and  Carlos A. {Coello Coello}  and  David Corne },
+  author = { Joshua D. Knowles  and Watson, Richard A. and  David Corne },
+  title = {Reducing Local Optima in Single-Objective Problems by
+                  Multi-objectivization},
+  pages = {269--283},
+  doi = {10.1007/3-540-44719-9_19},
+  annote = {Proposed multi-objectivization}
+}
+
+ +
+@phdthesis{Knowles2002PhD,
+  author = { Joshua D. Knowles },
+  title = {Local-Search and Hybrid Evolutionary Algorithms for
+                  {Pareto} Optimization},
+  school = {University of Reading, UK},
+  annote = {(Examiners: Prof. K. Deb and Prof. K. Warwick)},
+  year = 2002
+}
+
+ +
+@book{KolFri2009,
+  title = {Probabilistic graphical models: principles and techniques},
+  author = {Koller, Daphne and Friedman, Nir},
+  year = {2009},
+  publisher = {MIT Press}
+}
+
+ +
+@inproceedings{KopYos2007visualization,
+  title = {Visualization of {Pareto}-sets in evolutionary
+                  multi-objective optimization},
+  author = {Koppen, Mario and Yoshida, Kaori},
+  booktitle = {7th International Conference on Hybrid Intelligent Systems
+                  (HIS 2007)},
+  pages = {156--161},
+  year = 2007,
+  organization = {IEEE}
+}
+
+ +
+@inproceedings{KorSilOblKos07:cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  author = { P. Koro{\v s}ec  and  Jurij {\v S}ilc  and K. Oblak and F. Kosel},
+  title = {The differential ant-stigmergy algorithm: an
+                  experimental evaluation and a real-world
+                  application},
+  pages = {157--164}
+}
+
+ +
+@incollection{KorSilRob04:ants2004,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { P. Koro{\v s}ec  and  Jurij {\v S}ilc  and B. Robi{\v c}},
+  title = {Mesh-Partitioning with the Multiple Ant-Colony
+                  Algorithm},
+  pages = {430--431}
+}
+
+ +
+@incollection{KorStuExn06,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  author = { Oliver Korb  and  Thomas St{\"u}tzle  and  Thomas E. Exner },
+  title = {{PLANTS}: {Application} of ant colony optimization
+                  to structure-based drug design},
+  pages = {247--258},
+  doi = {10.1007/11839088_22}
+}
+
+ +
+@incollection{KorWall1997behavioral,
+  author = { Pekka Korhonen  and  Wallenius, Jyrki },
+  title = {Behavioral Issues in {MCDM}: {Neglected} Research Questions},
+  booktitle = {Multicriteria Analysis},
+  publisher = {Springer},
+  year = 1997,
+  editor = { Jo{\~ao} Cl{\'i}maco },
+  pages = {412--422},
+  address = {Berlin\slash Heidelberg},
+  isbn = {978-3-642-60667-0},
+  shorttitle = {Behavioral Issues in {MCDM}},
+  doi = {10.1007/978-3-642-60667-0_39},
+  abstract = {Behavior decision theorists have studied human decision
+                  making in great detail. Since the late 1960's, Einhorn,
+                  Edwards, Kahneman, Roy, Trevsky, and others have developed
+                  new thoeries to explain choice and decision behavior. Thus
+                  far this behavior research has had little impact on multiple
+                  criteria decision making (MCDM). Only a handful of
+                  MCDM-research have critically examined the behavioral
+                  underpinnings of our field. To improve the success of
+                  decision tools in practice, MCDM-research should pay more
+                  attention to the behavioral realities of decision making. In
+                  this paper, we discuss various behavioral issues relevent for
+                  MCDM based on our personal observations and experiments with
+                  human subjects. The spirit of our paper is to pose questions
+                  rather than provide definite answers.},
+  language = {en},
+  keywords = {Aspiration Level, Decision Tool, Nondominated Solution,
+                  Prefer Solution, Prospect Theory}
+}
+
+ +
+@incollection{KosVerDoe2021,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  author = {Kostovska, Ana and  Diederick Vermetten  and  Carola Doerr  and D\v{z}eroski, Sa\v{s}o and Panov, Pan\v{c}e and  Tome Eftimov },
+  title = {{OPTION}: optimization algorithm benchmarking ontology},
+  pages = {239--240}
+}
+
+ +
+@incollection{KosVerDze2023:evoapp,
+  volume = 13989,
+  series = {Lecture Notes in Computer Science},
+  address = {Switzerland},
+  publisher = {Springer Nature},
+  booktitle = {EvoApplications 2023: Applications of Evolutionary Computation},
+  year = 2023,
+  editor = {Correia, Jo\~{a}o and Smith, Stephen and Qaddoura, Raneem},
+  title = {Using Knowledge Graphs for Performance Prediction of Modular Optimization Algorithms},
+  author = {Kostovska, Ana and  Diederick Vermetten  and D{\v{z}}eroski, Sa{\v{s}}o and Panov, Pan{\v{c}}e and  Tome Eftimov  and  Carola Doerr },
+  pages = {253--268}
+}
+
+ +
+@book{KouYu1997:robustopt,
+  author = { P. Kouvelis  and  G. Yu },
+  title = {Robust discrete optimization and its applications},
+  publisher = {Kluwer Academic Publishers, Dordrecht, The Netherlands},
+  series = {Nonconvex optimization and its applications},
+  year = 1997
+}
+
+ +
+@incollection{KovSkr08,
+  adoi = {10.1007/978-3-540-87536-9},
+  booktitle = {ICANN'08: Proceedings of the 18th International Conference on
+                  Artificial Neural Networks, Part I},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 5163,
+  year = 2008,
+  publisher = {Springer},
+  editor = {Kurkova-Pohlova, Vera and Koutnik, Jan},
+  author = {O. Kov\'{a}\v{r}{\'i}k and M. Skrbek},
+  title = {Ant Colony Optimization with Castes},
+  pages = {435--442}
+}
+
+ +
+@incollection{KozEchLei2011,
+  address = {Berlin\slash Heidelberg},
+  series = {Studies in Computational Intelligence},
+  volume = 356,
+  booktitle = {Computational Optimization, Methods and Algorithms},
+  publisher = {Springer},
+  year = 2011,
+  editor = {Slawomir Koziel and Xin-She Yang},
+  author = {Slawomir Koziel and David Echeverr{\'i}a Ciaurri and Leifur Leifsson},
+  title = {Surrogate-Based Methods},
+  pages = {33--59}
+}
+
+ +
+@book{Koza1992gp,
+  author = {J. Koza},
+  title = {Genetic Programming: On the Programming of Computers
+                  By the Means of Natural Selection},
+  publisher = {MIT Press},
+  address = {Cambridge, MA},
+  year = 1992
+}
+
+ +
+@incollection{KraGlaHan2016unbounded,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2016},
+  title = {Unbounded population {MO-CMA-ES} for the bi-objective {BBOB}
+                  test suite},
+  author = {Krause, Oswin and  T. Glasmachers  and  Nikolaus Hansen  and  Christian Igel },
+  pages = {1177--1184},
+  keywords = {archiving}
+}
+
+ +
+@incollection{KraGloGoe2007,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = {Kramer, Oliver and Gloger, Bartek and Goebels, Andreas},
+  title = {An Experimental Analysis of Evolution Strategies and
+                  Particle Swarm Optimisers Using Design of Experiments},
+  pages = {674--681}
+}
+
+ +
+@inproceedings{KraHeiMil++2013,
+  author = { Krajzewicz, Daniel  and Marek Heinrich and Michela Milano and Paolo Bellavista and  Thomas St{\"u}tzle  and J{\'e}r{\^o}me H{\"a}rri and Thrasyvoulos Spyropoulos and Robbin Blokpoel and Stefan Hausberger and Martin Fellendorf},
+  title = {{COLOMBO}: Investigating the Potential of {V2X} for Traffic Management Purposes assuming low penetration Rates},
+  booktitle = {Proceedings of ITS Europe 2013},
+  year = 2013,
+  address = {Dublin, Ireland}
+}
+
+ +
+@incollection{KraLeiBloMilStu2016,
+  author = { Krajzewicz, Daniel  and Andreas Leich and Robbin Blokpoel and Michela Milano and  Thomas St{\"u}tzle },
+  title = {{COLOMBO}: Exploiting Vehicular Communications at Low Equipment Rates for Traffic Management Purposes},
+  booktitle = {Advanced Microsystems for Automotive Applications 2015: Smart Systems for Green and Automated Driving},
+  publisher = {Springer International Publishing},
+  year = 2016,
+  editor = {Tim Schulze and Beate M{\"u}ller and Gereon Meyer},
+  pages = {117--130},
+  address = {Cham, Switzerland}
+}
+
+ +
+@incollection{KraPru1978,
+  author = {Jakob Krarup and Peter Mark Pruzan},
+  title = {Computer-aided Layout Design},
+  booktitle = {Mathematical Programming in Use},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  year = 1978,
+  editor = {M. L. Balinski and C. Lemarechal},
+  volume = 9,
+  series = {Mathematical Programming Studies},
+  pages = {75--94}
+}
+
+ +
+@techreport{Kraft1988slsqp,
+  author = {Kraft, D.},
+  title = {A software package for sequential quadratic programming},
+  institution = {DLR German Aerospace Center, Institute for Flight Mechanics},
+  year = 1988,
+  number = {DFVLR-FB 88-28},
+  address = {Koln, Germany}
+}
+
+ +
+@incollection{KreBraHofBer2009:aisc,
+  year = 2009,
+  volume = 58,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  series = {Advances in Intelligent and Soft Computing},
+  editor = { J{\"o}rn Mehnen  and  Mario K{\"o}ppen  and  Ashraf Saad  and  Ashutosh Tiwari },
+  booktitle = {Applications of Soft Computing},
+  author = { Johannes Krettek  and  Jan Braun  and  Frank Hoffmann  and  Torsten Bertram },
+  title = {Interactive Incorporation of User Preferences in Multiobjective Evolutionary Algorithms},
+  pages = {379--388}
+}
+
+ +
+@incollection{KreBraHofBer2010:ipmu,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2010,
+  volume = 6178,
+  series = {Lecture Notes in Artificial Intelligence},
+  editor = { Eyke H{\"u}llermeier  and  Rudolf Kruse  and  Frank Hoffmann },
+  booktitle = {Information Processing and Management of Uncertainty, 13th International
+                  Conference, {IPMU2010}},
+  author = { Johannes Krettek  and  Jan Braun  and  Frank Hoffmann  and  Torsten Bertram },
+  title = {Preference Modeling and Model Management for Interactive Multi-objective Evolutionary Optimization},
+  pages = {574--583}
+}
+
+ +
+@book{KruTan1978,
+  author = {William H. Kruskal and Judith M. Tanur},
+  year = 1978,
+  title = {Linear Hypotheses},
+  publisher = {Free Press},
+  volume = 1
+}
+
+ +
+@inproceedings{KukLam2005:gde3,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2005,
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  key = {IEEE CEC},
+  author = {Kukkonen, S. and Lampinen, J.},
+  title = {{GDE3}: the third evolution step of generalized differential
+                  evolution},
+  pages = {443--450}
+}
+
+ +
+@incollection{KumVas2010:www,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  editor = { Michael Rappa  and  Paul Jones  and  Juliana Freire  and  Soumen Chakrabarti },
+  booktitle = {Proceedings of the 19th International Conference on World Wide Web, WWW 2010},
+  author = { Ravi Kumar  and  Sergei Vassilvitskii },
+  title = {Generalized Distances between Rankings}
+}
+
+ +
+@incollection{Kur1990variant,
+  address = {Berlin\slash Heidelberg},
+  aseries = {Lecture Notes in Computer Science},
+  avolume = 496,
+  publisher = {Springer},
+  editor = { Hans-Paul Schwefel  and R. M{\"a}nner},
+  year = 1991,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {I}},
+  title = {A variant of evolution strategies for vector optimization},
+  author = {Kursawe, Frank},
+  pages = {193--197},
+  doi = {10.1007/BFb0029752},
+  annote = {Proposed KUR benchmark}
+}
+
+ +
+@inproceedings{LacMolHer2013cec,
+  year = 2013,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  key = {IEEE CEC},
+  author = {Benjamin Lacroix and  Daniel Molina  and  Francisco Herrera },
+  title = {Dynamically updated region based memetic algorithm
+                  for the 2013 {CEC} Special Session and Competition
+                  on Real Parameter Single Objective Optimization},
+  pages = {1945--1951}
+}
+
+ +
+@inproceedings{LarLap2014kriging,
+  author = {Lark, R. M. and Lapworth, D. J.},
+  title = {A new statistic to express the uncertainty of kriging
+                  predictions for purposes of survey planning},
+  booktitle = {EGU General Assembly Conference Abstracts},
+  year = 2014,
+  month = may,
+  eid = 2183,
+  url = {https://ui.adsabs.harvard.edu/abs/2014EGUGA..16.2183L}
+}
+
+ +
+@book{LarLoz2002eda,
+  author = {Larra{\~n}aga, Pedro and  Jos{\'e} A. Lozano },
+  title = {Estimation of Distribution Algorithms: A New Tool for
+                  Evolutionary Computation},
+  publisher = {Kluwer Academic Publishers},
+  address = { Boston, MA},
+  year = 2002
+}
+
+ +
+@book{Larman2005,
+  author = {Craig Larman},
+  title = {Applying {UML} and Patterns: An Introduction to Object-Oriented Analysis and Design and Iterative Development},
+  publisher = {Prentice Hall, Englewood Cliffs, NJ},
+  year = 2004,
+  edition = {3rd}
+}
+
+ +
+@incollection{LauThiZitDeb2002archiving,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = { Langdon, William B.  and others},
+  year = 2002,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2002},
+  title = {Archiving with guaranteed convergence and diversity in
+                  multi-objective optimization},
+  author = { Marco Laumanns  and  Lothar Thiele  and  Eckart Zitzler  and  Kalyanmoy Deb },
+  pages = {439--447}
+}
+
+ +
+@unpublished{LauZen2010prep,
+  author = { Marco Laumanns  and Zenklusen, Rico},
+  title = {Stochastic convergence of random search methods to fixed size
+                  {Pareto} front approximations},
+  note = {(submitted)},
+  month = nov,
+  year = 2010,
+  annote = {Published as~\cite{LauZen2011ejor}. Keep this reference for historical reasons.}
+}
+
+ +
+@inproceedings{LauZitThi2000:elitism,
+  month = jul,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2000,
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  key = {IEEE CEC},
+  author = { Marco Laumanns  and  Eckart Zitzler  and  Lothar Thiele },
+  title = {A unified model for multi-objective evolutionary algorithms
+                  with elitism},
+  pages = {46--53}
+}
+
+ +
+@book{LawLenRinShm85,
+  author = {E. L. Lawler and J. K. Lenstra and A. H. G. {Rinnooy Kan} and
+                  D. B. Shmoys},
+  title = {The Traveling Salesman Problem},
+  publisher = {John Wiley \& Sons},
+  address = { Chichester, UK},
+  year = 1985
+}
+
+ +
+@incollection{LegAlb2013acodyn,
+  author = { Leguizam\'{o}n, Guillermo  and  Alba, Enrique },
+  year = 2013,
+  booktitle = {Metaheuristics for Dynamic Optimization},
+  volume = 433,
+  series = {Studies in Computational Intelligence},
+  editor = { Alba, Enrique  and Nakib, Amir and Siarry, Patrick},
+  doi = {10.1007/978-3-642-30665-5_9},
+  title = {Ant Colony Based Algorithms for Dynamic Optimization
+                  Problems},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  pages = {189--210},
+  language = {English}
+}
+
+ +
+@inproceedings{LegMic1999:cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1999,
+  booktitle = {Proceedings of the 1999 Congress on Evolutionary Computation
+                  (CEC 1999)},
+  key = {IEEE CEC},
+  author = { Leguizam\'{o}n, Guillermo  and  Zbigniew Michalewicz },
+  title = {A New Version of {Ant} {System} for Subset Problems},
+  pages = {1459--1464},
+  alias = {LegMic99}
+}
+
+ +
+@book{LemPopBan2003,
+  title = {Shaping the Next One Hundred Years: New Methods for
+                  Quantitative, Long Term Policy Analysis},
+  author = {Lempert, R. J. and Popper, S. and  Bankes, Steven C. },
+  publisher = {RAND},
+  year = 2003
+}
+
+ +
+@incollection{LesDumStu04:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = {L. Lessing and Irina Dumitrescu and  Thomas St{\"u}tzle },
+  title = {A Comparison Between {ACO} Algorithms for the Set
+                  Covering Problem},
+  pages = {1--12}
+}
+
+ +
+@book{Lewis2016,
+  author = { Lewis, Rhyd M. R. },
+  title = {A Guide to Graph Colouring: Algorithms and Applications},
+  year = 2016,
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  annote = {Supplementary material available at \cite{Lewis2016sup}},
+  doi = {10.1007/978-3-319-25730-3}
+}
+
+ +
+@misc{Lewis2016sup,
+  author = { Lewis, Rhyd M. R. },
+  title = {Suite of Graph Colouring Algorithms -- Supplementary Material
+                  to the Book ``{A} Guide to Graph Colouring: Algorithms and
+                  Applications''},
+  howpublished = {\url{http://rhydlewis.eu/resources/gCol.zip}},
+  year = 2016
+}
+
+ +
+@inproceedings{LeyNudAnd2003ijcai,
+  booktitle = {Proceedings of  the 18th International Joint Conference on Artificial Intelligence (IJCAI-03)},
+  epub = {http://ijcai.org/proceedings/2003},
+  year = 2003,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = {Georg Gottlob and Toby Walsh},
+  author = { Kevin Leyton-Brown  and Nudelman, Eugene and Andrew, Galen and
+                  McFadden, Jim and Shoham, Yoav},
+  title = {A Portfolio Approach to Algorithm Selection},
+  pages = {1542--1543},
+  annote = {First example of modern algorithm selection for
+                  optimisation?}
+}
+
+ +
+@incollection{LeyNudSho2002,
+  year = 2002,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Principles and Practice of Constraint Programming, CP 2002},
+  editor = {van Hentenryck, Pascal },
+  title = {Learning the Empirical Hardness of Optimization Problems: The
+                  Case of Combinatorial Auctions},
+  author = { Kevin Leyton-Brown  and Nudelman, Eugene and Shoham, Yoav},
+  pages = {556--572}
+}
+
+ +
+@incollection{LeyPeaSho2000acmec,
+  editor = {Anant Jhingran and others},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2000,
+  booktitle = {ACM Conference on Electronic Commerce (EC-00)},
+  author = { Kevin Leyton-Brown  and  M. Pearson and Y. Shoham},
+  title = {Towards a Universal Test Suite for Combinatorial Auction
+                  Algorithms},
+  pages = {66--76},
+  doi = {10.1145/352871.352879},
+  annote = {CPLEX-regions200 benchmark set,
+                  \url{http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/results.html}}
+}
+
+ +
+@inproceedings{LiLiTanYao2014taa,
+  year = 2014,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2014 Congress on Evolutionary Computation (CEC 2014)},
+  key = {IEEE CEC},
+  title = {An Improved Two Archive Algorithm for Many-Objective
+                  Optimization},
+  author = {Li, Bingdong and Li, Jinlong and Tang, Ke and  Xin Yao },
+  pages = {2869--2876}
+}
+
+ +
+@inproceedings{LiWanYuZhaLi08,
+  author = {Z. Li and Y. Wang and J. Yu and Y. Zhang and X. Li},
+  title = {A Novel Cloud-Based Fuzzy Self-Adaptive Ant Colony
+                  System},
+  booktitle = {ICNC'08: Proceedings of the 2008 Fourth
+                  International Conference on Natural Computation},
+  volume = 7,
+  year = 2008,
+  pages = {460--465},
+  publisher = {IEEE Computer Society},
+  address = {Washington, DC}
+}
+
+ +
+@incollection{LiYanLiu2015pci,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  title = {A performance comparison indicator for {Pareto} front
+                  approximations in many-objective optimization},
+  author = { Li, Miqing  and Yang, Shengxiang and Liu, Xiaohui},
+  pages = {703--710},
+  annote = {Proposed PCI indicator}
+}
+
+ +
+@incollection{LiYanLiuShe2013many,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  title = {A Comparative Study on Evolutionary Algorithms for
+                  Many-Objective Optimization},
+  author = { Li, Miqing  and Yang, Shengxiang and Liu, Xiaohui and Shen,
+                  Ruimin},
+  pages = {261--275}
+}
+
+ +
+@incollection{LiYao2019emo,
+  isbn = {978-3-030-12597-4},
+  year = 2019,
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  volume = 11411,
+  series = {Lecture Notes in Computer Science},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2019},
+  editor = { Kalyanmoy Deb  and Erik D. Goodman and  Carlos A. {Coello Coello}  and Kathrin
+                  Klamroth and  Kaisa Miettinen  and Sanaz Mostaghim and Patrick
+                  Reed},
+  author = { Li, Miqing  and  Xin Yao },
+  title = {An Empirical Investigation of the Optimality and Monotonicity
+                  Properties of Multiobjective Archiving Methods},
+  pages = {15--26},
+  doi = {10.1007/978-3-030-12598-1_2}
+}
+
+ +
+@incollection{LiYevBas2017,
+  editor = {Heike Trautmann and G{\"{u}}nter Rudolph and Kathrin Klamroth
+                  and Oliver Sch{\"{u}}tze and Margaret M. Wiecek and Yaochu
+                  Jin and Christian Grimme},
+  year = 2017,
+  volume = 10173,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2017},
+  author = {Li, Longmei and Yevseyeva, Iryna and Basto-Fernandes,
+                  Vitor and  Heike Trautmann  and Jing, Ning and  Emmerich, Michael T. M. },
+  title = {Building and using an ontology of preference-based
+                  multiobjective evolutionary algorithms},
+  pages = {406--421}
+}
+
+ +
+@incollection{LiaMonDogStuDor2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = {Liao, Tianjun  and  Marco A. {Montes de Oca}  and  Do\v{g}an Ayd{\i}n  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {An Incremental Ant Colony Algorithm with Local Search for Continuous Optimization},
+  pages = {125--132}
+}
+
+ +
+@incollection{LiaMonStu2011gecco,
+  year = 2011,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2011},
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  author = {Liao, Tianjun  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle },
+  title = {Tuning Parameters across Mixed Dimensional
+                  Instances: A Performance Scalability Study of
+                  {Sep-G-CMA-ES}},
+  annote = {Workshop on Scaling Behaviours of Landscapes,
+                  Parameters and Algorithms},
+  pages = {703--706}
+}
+
+ +
+@inproceedings{LiaStu2013cec,
+  year = 2013,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  key = {IEEE CEC},
+  author = {Liao, Tianjun  and  Thomas St{\"u}tzle },
+  title = {Benchmark results for a simple hybrid algorithm on
+                  the {CEC} 2013 benchmark set for real-parameter
+                  optimization},
+  pages = {1938--1944}
+}
+
+ +
+@phdthesis{Liao2013,
+  author = {Liao, Tianjun },
+  title = {Population-based Heuristic Algorithms for Continuous and Mixed Discrete-Continuous Optimization Problem},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2013
+}
+
+ +
+@incollection{LieDerVerAguTan2017evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 10197,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {Proceedings of EvoCOP 2017 -- 17th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Bin Hu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  author = { Arnaud Liefooghe  and  Bilel Derbel  and  Verel, S{\'e}bastien  and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  title = {Towards Landscape-Aware Automatic Algorithm Configuration:
+                  Preliminary Experiments on Neutral and Rugged Landscapes},
+  pages = {215--232},
+  doi = {10.1007/978-3-319-55453-2_15}
+}
+
+ +
+@incollection{LieDerVerLop2018ppsn,
+  volume = 11102,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Arnaud Liefooghe  and  Bilel Derbel  and  Verel, S{\'e}bastien  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  title = {On {Pareto} Local Optimal Solutions Networks},
+  pages = {232--244},
+  doi = {10.1007/978-3-319-99259-4_19}
+}
+
+ +
+@incollection{LieLop2023many,
+  location = {Lisbon, Portugal},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2023},
+  annote = {ISBN: 9798400701191},
+  address = { New York, NY},
+  year = 2023,
+  publisher = {ACM Press},
+  editor = {Silva, Sara and  Lu{\'i}s Paquete },
+  author = { Arnaud Liefooghe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Many-objective (Combinatorial) Optimization is Easy},
+  pages = {704--712},
+  doi = {10.1145/3583131.3590475},
+  abstract = {It is a common held assumption that problems with many
+                  objectives are harder to optimize than problems with two or
+                  three objectives. In this paper, we challenge this assumption
+                  and provide empirical evidence that increasing the number of
+                  objectives tends to reduce the difficulty of the landscape
+                  being optimized. Of course, increasing the number of
+                  objectives brings about other challenges, such as an increase
+                  in the computational effort of many operations, or the memory
+                  requirements for storing non-dominated solutions. More
+                  precisely, we consider a broad range of multi- and
+                  many-objective combinatorial benchmark problems, and we
+                  measure how the number of objectives impacts the dominance
+                  relation among solutions, the connectedness of the Pareto
+                  set, and the landscape multimodality in terms of local
+                  optimal solutions and sets. Our analysis shows the limit
+                  behavior of various landscape features when adding more
+                  objectives to a problem. Our conclusions do not contradict
+                  previous observations about the inability of
+                  Pareto-optimality to drive search, but we explain these
+                  observations from a different perspective. Our findings have
+                  important implications for the design and analysis of
+                  many-objective optimization algorithms.}
+}
+
+ +
+@incollection{LieLopPaqVer2018gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2018,
+  editor = { Aguirre, Hern\'{a}n E.  and Keiki Takadama},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2018},
+  author = { Arnaud Liefooghe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Verel, S{\'e}bastien },
+  title = {Dominance, Epsilon, and Hypervolume Local Optimal Sets in
+                  Multi-objective Optimization, and How to Tell the Difference},
+  pages = {324--331},
+  doi = {10.1145/3205455.3205572}
+}
+
+ +
+@incollection{LieMesHum2009sls,
+  volume = 5752,
+  series = {Lecture Notes in Computer Science},
+  year = 2009,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Engineering Stochastic Local Search
+                  Algorithms. Designing, Implementing and Analyzing
+                  Effective Heuristics. SLS~2009},
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  title = {A Study on Dominance-based Local Search Approaches
+                  for Multiobjective Combinatorial Optimization},
+  author = { Arnaud Liefooghe  and  Salma Mesmoudi  and  J{\'e}r{\'e}mie Humeau  and  Laetitia Jourdan  and  Talbi, El-Ghazali },
+  pages = {120--124}
+}
+
+ +
+@incollection{LiePaqSim2011,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 6622,
+  year = 2011,
+  editor = { Peter Merz  and  Jin-Kao Hao },
+  booktitle = {Proceedings of EvoCOP 2011 -- 11th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = { Arnaud Liefooghe  and  Lu{\'i}s Paquete  and Sim{\={o}}es, Marco and  Jos{\'e} Rui Figueira },
+  title = {Connectedness and Local Search for Bicriteria Knapsack Problems},
+  pages = {48--59},
+  doi = {10.1007/978-3-642-20364-0_5}
+}
+
+ +
+@incollection{LieVerAguTan2013ea,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2013,
+  volume = 8752,
+  fulleditor = {Pierrick Legrand and Marc{-}Michel Corsini and  Jin-Kao Hao  and Nicolas Monmarch{\'{e}} and Evelyne Lutton and Marc
+                  Schoenauer},
+  editor = {Pierrick Legrand and others},
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Artificial Evolution: 11th International Conference, Evolution Artificielle, EA, 2013},
+  title = {What Makes an Instance Difficult for Black-box 0--1
+                  Evolutionary Multiobjective Optimizers?},
+  author = { Arnaud Liefooghe  and  Bilel Derbel  and  Verel, S{\'e}bastien  and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  pages = {3--15},
+  doi = {10.1007/978-3-319-11683-9_1}
+}
+
+ +
+@incollection{LieVerLac2021gecco,
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  author = { Arnaud Liefooghe  and  Verel, S{\'e}bastien  and Benjamin Lacroix and Alexandru{-}Ciprian Zavoianu and  McCall, John },
+  doi = {10.1145/3449639.3459353},
+  pages = {421--429},
+  title = {Landscape features and automated algorithm selection for
+                  multi-objective interpolated continuous optimisation
+                  problems}
+}
+
+ +
+@incollection{LieVerPaqHao2015bubqp,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = { Arnaud Liefooghe  and  Verel, S{\'e}bastien  and  Lu{\'i}s Paquete  and  Jin-Kao Hao },
+  title = {Experiments on Local Search for Bi-objective Unconstrained
+                  Binary Quadratic Programming},
+  pages = {171--186},
+  abstract = {This article reports an experimental analysis on stochastic
+                  local search for approximating the Pareto set of bi-objective
+                  unconstrained binary quadratic programming problems. First,
+                  we investigate two scalarizing strategies that iteratively
+                  identify a high-quality solution for a sequence of
+                  sub-problems. Each sub-problem is based on a static or
+                  adaptive definition of weighted-sum aggregation coefficients,
+                  and is addressed by means of a state-of-the-art
+                  single-objective tabu search procedure. Next, we design a
+                  Pareto local search that iteratively improves a set of
+                  solutions based on a neighborhood structure and on the Pareto
+                  dominance relation. At last, we hybridize both classes of
+                  algorithms by combining a scalarizing and a Pareto local
+                  search in a sequential way. A comprehensive experimental
+                  analysis reveals the high performance of the proposed
+                  approaches, which substantially improve upon previous
+                  best-known solutions. Moreover, the obtained results show the
+                  superiority of the hybrid algorithm over non-hybrid ones in
+                  terms of solution quality, while requiring a competitive
+                  computational cost. In addition, a number of structural
+                  properties of the problem instances allow us to explain the
+                  main difficulties that the different classes of local search
+                  algorithms have to face.}
+}
+
+ +
+@book{Lilja2000measuring,
+  author = {Lilja, David J.},
+  title = {Measuring Computer Performance: A Practitioner's Guide},
+  doi = {10.1017/CBO9780511612398},
+  publisher = {Cambridge University Press},
+  year = 2000,
+  abstract = {Measuring Computer Performance sets out the fundamental
+                  techniques used in analyzing and understanding the
+                  performance of computer systems. Throughout the book, the
+                  emphasis is on practical methods of measurement, simulation,
+                  and analytical modeling. The author discusses performance
+                  metrics and provides detailed coverage of the strategies used
+                  in benchmark programmes. He gives intuitive explanations of
+                  the key statistical tools needed to interpret measured
+                  performance data. He also describes the general 'design of
+                  experiments' technique, and shows how the maximum amount of
+                  information can be obtained for the minimum effort. The book
+                  closes with a chapter on the technique of queueing
+                  analysis. Appendices listing common probability distributions
+                  and statistical tables are included, along with a glossary of
+                  important technical terms. This practically-oriented book
+                  will be of great interest to anyone who wants a detailed, yet
+                  intuitive, understanding of computer systems performance
+                  analysis.}
+}
+
+ +
+@inproceedings{LinHooHutSch2015aaai,
+  year = 2015,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Blai Bonet and Sven Koenig},
+  title = {{AutoFolio}: Algorithm Configuration for Algorithm Selection},
+  author = { Marius Thomas Lindauer  and  Holger H. Hoos  and  Frank Hutter  and Schaub, Torsten}
+}
+
+ +
+@inproceedings{LinLuo07,
+  author = {W. Ling and H. Luo},
+  title = {An Adaptive Parameter Control Strategy for Ant
+                  Colony Optimization},
+  booktitle = {CIS'07: Proceedings of the 2007 International
+                  Conference on Computational Intelligence and
+                  Security},
+  year = 2007,
+  pages = {142--146},
+  publisher = {IEEE Computer Society},
+  address = {Washington, DC}
+}
+
+ +
+@misc{LocalSolver,
+  author = {{Innovation 24}},
+  title = {{LocalSolver}},
+  howpublished = {\url{http://www.localsolver.com}},
+  note = {Last visited, August 15, 2016},
+  year = 2016
+}
+
+ +
+@incollection{LodTra2013,
+  year = 2013,
+  editor = {Topaluglu, Huseyin},
+  publisher = {{INFORMS}},
+  booktitle = {Theory Driven by Influential Applications},
+  author = { Andrea Lodi  and Tramontani, Andrea},
+  title = {Performance Variability in Mixed-Integer Programming},
+  pages = {1--12}
+}
+
+ +
+@misc{LodiEtAl2004sup,
+  author = { Andrea Lodi  and  Silvano Martello  and  Vigo, Daniele },
+  title = {Two- and Three-Dimensional Bin Packing -- Source Code of
+                  {TSpack}},
+  howpublished = {\url{https://site.unibo.it/operations-research/en/research/library-of-codes-and-instances-1/tspack-tar.gz/@@download/file/TSpack.tar.gz}},
+  year = 2004
+}
+
+ +
+@incollection{LohNow2013faster,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  doi = {10.1007/978-3-642-40935-6},
+  year = 2013,
+  volume = 8139,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Proceedings of Algorithmic Learning Theory},
+  editor = {Sanjay Jain and R{\'{e}}mi Munos and Frank Stephan and Thomas
+                  Zeugmann},
+  title = {Faster {Hoeffding} Racing: {Bernstein} Races via Jackknife
+                  Estimates},
+  author = {Loh, Po-Ling and Nowozin, Sebastian},
+  pages = {203--217}
+}
+
+ +
+@incollection{Lop07:HPC_ACO,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  editor = {Paola Alberigo and Giovanni Erbacci and Francesca
+                  Garofalo and Silvia Monfardini},
+  booktitle = {Science and Sumpercomputing in Europe},
+  title = {High Performance Ant Colony Optimisation of the Pump
+                  Scheduling Problem},
+  publisher = {CINECA},
+  year = 2007,
+  pages = {371--375},
+  isbn = {978-88-86037-21-1}
+}
+
+ +
+@techreport{LopBlu08:tsptw,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Christian Blum },
+  title = {Beam-{ACO} Based on Stochastic Sampling: {A} Case Study on
+                  the {TSP} with Time Windows},
+  institution = {Department LSI, Universitat Polit{\`e}cnica de Catalunya},
+  year = 2008,
+  number = {LSI-08-28},
+  note = {Extended version published in Computers \& Operations Research~\cite{LopBlu2010cor}}
+}
+
+ +
+@incollection{LopBlu09:evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5482,
+  year = 2009,
+  editor = { Carlos Cotta  and P. Cowling},
+  booktitle = {Proceedings of EvoCOP 2009 -- 9th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Christian Blum  and  Dhananjay Thiruvady  and  Andreas T. Ernst  and  Bernd Meyer },
+  title = {Beam-{ACO} based on stochastic sampling for makespan
+                  optimization concerning the {TSP} with time windows},
+  pages = {97--108},
+  doi = {10.1007/978-3-642-01009-5_9},
+  alias = {Lop++09}
+}
+
+ +
+@incollection{LopBlu09:lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2009,
+  editor = { Thomas St{\"u}tzle },
+  volume = 5851,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Learning and Intelligent Optimization, Third International Conference, LION 3},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Christian Blum },
+  title = {Beam-{ACO} Based on Stochastic Sampling: {A} Case
+                  Study on the {TSP} with Time Windows},
+  pages = {59--73},
+  doi = {10.1007/978-3-642-11169-3_5}
+}
+
+ +
+@incollection{LopChiGil2022evo,
+  fulleditor = { Jim{\'e}nez Laredo, Juan Luis  and Hidalgo Perez, J. Ignacio  and Oluwatoyin Babaagba, Kehinde},
+  address = {Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 13224,
+  booktitle = {EvoApplications 2022: Applications of Evolutionary Computation},
+  publisher = {Springer Nature},
+  year = 2022,
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and others},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Chicano, Francisco  and Rodrigo Gil-Merino},
+  title = {The Asteroid Routing Problem: A Benchmark for Expensive
+                  Black-Box Permutation Optimization},
+  pages = {124--140},
+  abstract = {Inspired by the recent 11th Global Trajectory Optimisation
+                  Competition, this paper presents the asteroid routing problem
+                  (ARP) as a realistic benchmark of algorithms for expensive
+                  bound-constrained black-box optimization in permutation
+                  space. Given a set of asteroids' orbits and a departure
+                  epoch, the goal of the ARP is to find the optimal sequence
+                  for visiting the asteroids, starting from Earth's orbit, in
+                  order to minimize both the cost, measured as the sum of the
+                  magnitude of velocity changes required to complete the trip,
+                  and the time, measured as the time elapsed from the departure
+                  epoch until visiting the last asteroid. We provide
+                  open-source code for generating instances of arbitrary sizes
+                  and evaluating solutions to the problem.  As a preliminary
+                  analysis, we compare the results of two methods for expensive
+                  black-box optimization in permutation spaces, namely,
+                  Combinatorial Efficient Global Optimization (CEGO), a
+                  Bayesian optimizer based on Gaussian processes, and
+                  Unbalanced Mallows Model (UMM), an estimation-of-distribution
+                  algorithm based on probabilistic Mallows models. We
+                  investigate the best permutation representation for each
+                  algorithm, either rank-based or order-based. Moreover, we
+                  analyze the effect of providing a good initial solution,
+                  generated by a greedy nearest neighbor heuristic, on the
+                  performance of the algorithms. The results suggest directions
+                  for improvements in the algorithms being compared.},
+  keywords = {Spacecraft Trajectory Optimization, Unbalanced Mallows Model,
+                  Combinatorial Efficient Global Optimization, Estimation of
+                  Distribution Algorithms, Bayesian Optimization},
+  supplement = {https://doi.org/10.5281/zenodo.5725837},
+  doi = {10.1007/978-3-031-02462-7_9},
+  epub = {https://arxiv.org/abs/2203.15708}
+}
+
+ +
+@misc{LopDubPerStuBir2016irace-supp,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and   P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {The {\rpackage{irace}} Package: Iterated Racing for Automatic Algorithm
+                  Configuration (Supplementary Material)},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2016-003}},
+  year = 2016
+}
+
+ +
+@techreport{LopDubStu2011irace,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {The {\rpackage{irace}} package, Iterated Race for Automatic
+                  Algorithm Configuration},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  number = {TR/IRIDIA/2011-004},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-004.pdf},
+  note = {Published in Operations Research Perspectives~\cite{LopDubPerStuBir2016irace}}
+}
+
+ +
+@incollection{LopKno2015emo,
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and  Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  volume = 9019,
+  year = 2015,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {II}},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles },
+  title = {Machine Decision Makers as a Laboratory for Interactive {EMO}},
+  pages = {295--309},
+  abstract = {A key challenge, perhaps the central challenge, of
+                  multi-objective optimization is how to deal with candidate
+                  solutions that are ultimately evaluated by the hidden or
+                  unknown preferences of a human decision maker (DM) who
+                  understands and cares about the optimization problem.
+                  Alternative ways of addressing this challenge exist but
+                  perhaps the favoured one currently is the interactive
+                  approach (proposed in various forms). Here, an evolutionary
+                  multi-objective optimization algorithm (EMOA) is controlled
+                  by a series of interactions with the DM so that preferences
+                  can be elicited and the direction of search controlled. MCDM
+                  has a key role to play in designing and evaluating these
+                  approaches, particularly in testing them with real DMs, but
+                  so far quantitative assessment of interactive EMOAs has been
+                  limited.  In this paper, we propose a conceptual framework
+                  for this problem of quantitative assessment, based on the
+                  definition of machine decision makers (machine DMs), made
+                  somewhat realistic by the incorporation of various
+                  non-idealities. The machine DM proposed here draws from
+                  earlier models of DM biases and inconsistencies in the MCDM
+                  literature.  As a practical illustration of our approach, we
+                  use the proposed machine DM to study the performance of an
+                  interactive EMOA, and discuss how this framework could help
+                  in the evaluation and development of better interactive
+                  EMOAs.},
+  doi = {10.1007/978-3-319-15892-1_20}
+}
+
+ +
+@incollection{LopKnoLau2011emo,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles  and  Marco Laumanns },
+  title = {On Sequential Online Archiving of Objective Vectors},
+  pages = {46--60},
+  doi = {10.1007/978-3-642-19893-9_4},
+  abstract = {In this paper, we examine the problem of maintaining
+                  an approximation of the set of nondominated points
+                  visited during a multiobjective optimization, a
+                  problem commonly known as archiving. Most of the
+                  currently available archiving algorithms are
+                  reviewed, and what is known about their convergence
+                  and approximation properties is summarized. The main
+                  scenario considered is the restricted case where the
+                  archive must be updated online as points are
+                  generated one by one, and at most a fixed number of
+                  points are to be stored in the archive at any one
+                  time. In this scenario, the better-monotonicity of
+                  an archiving algorithm is proposed as a weaker, but
+                  more practical, property than negative efficiency
+                  preservation. This paper shows that
+                  hypervolume-based archivers and a recently proposed
+                  multi-level grid archiver have this property. On the
+                  other hand, the archiving methods used by SPEA2 and
+                  NSGA-II do not, and they may better-deteriorate with
+                  time. The better-monotonicity property has meaning
+                  on any input sequence of points. We also classify
+                  archivers according to limit properties,
+                  i.e. convergence and approximation properties of the
+                  archiver in the limit of infinite (input) samples
+                  from a finite space with strictly positive
+                  generation probabilities for all points. This paper
+                  establishes a number of research questions, and
+                  provides the initial framework and analysis for
+                  answering them.},
+  annote = {Revised version available at \url{http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2011-001.pdf}}
+}
+
+ +
+@incollection{LopLiaStu2012ppsn,
+  volume = 7491,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {I}},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and Liao, Tianjun  and  Thomas St{\"u}tzle },
+  title = {On the anytime behavior of {IPOP-CMA-ES}},
+  pages = {357--366},
+  doi = {10.1007/978-3-642-32937-1_36}
+}
+
+ +
+@misc{LopLiaStu2012ppsn-supp,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and Liao, Tianjun  and  Thomas St{\"u}tzle },
+  title = {On the anytime behavior of {IPOP-CMA-ES}: Supplementary material},
+  howpublished = {\url{https://iridia.ulb.ac.be/supp/IridiaSupp2012-010/IridiaSupp2012-010.pdf}},
+  year = 2012
+}
+
+ +
+@incollection{LopLieVer2014ppsn,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien },
+  doi = {10.1007/978-3-319-10762-2_61},
+  title = {Local Optimal Sets and Bounded Archiving on Multi-objective
+                  {NK}-Landscapes with Correlated Objectives},
+  pages = {621--630},
+  abstract = {The properties of local optimal solutions in multi-objective
+                  combinatorial optimization problems are crucial for the
+                  effectiveness of local search algorithms, particularly when
+                  these algorithms are based on Pareto dominance. Such local
+                  search algorithms typically return a set of mutually
+                  nondominated Pareto local optimal (PLO) solutions, that is, a
+                  PLO-set. This paper investigates two aspects of PLO-sets by
+                  means of experiments with Pareto local search (PLS). First,
+                  we examine the impact of several problem characteristics on
+                  the properties of PLO-sets for multi-objective NK-landscapes
+                  with correlated objectives. In particular, we report that
+                  either increasing the number of objectives or decreasing the
+                  correlation between objectives leads to an exponential
+                  increment on the size of PLO-sets, whereas the variable
+                  correlation has only a minor effect. Second, we study the
+                  running time and the quality reached when using bounding
+                  archiving methods to limit the size of the archive handled by
+                  PLS, and thus, the maximum size of the PLO-set found. We
+                  argue that there is a clear relationship between the running
+                  time of PLS and the difficulty of a problem instance.}
+}
+
+ +
+@inproceedings{LopMasMarStu2013mista,
+  year = 2013,
+  editor = { Graham Kendall  and  Vanden Berghe, Greet   and Barry McCollum},
+  address = {Gent, Belgium},
+  booktitle = {Multidisciplinary International Conference on Scheduling:
+                  Theory and Applications (MISTA 2013)},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Franco Mascia  and  Marie-El{\'e}onore Marmion  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of a Hybrid Iterated Local Search for the
+                  Multi-Mode Resource-Constrained Multi-Project Scheduling
+                  Problem},
+  pages = {1--6},
+  epub = {https://hal.inria.fr/hal-01094681}
+}
+
+ +
+@incollection{LopPaqStu04:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {On the Design of {ACO} for the Biobjective Quadratic
+                  Assignment Problem},
+  pages = {214--225},
+  doi = {10.1007/978-3-540-28646-2_19}
+}
+
+ +
+@techreport{LopPaqStu04:hybrid,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Hybrid Population-based Algorithms for the Bi-objective
+                  Quadratic Assignment Problem},
+  institution = {FG Intellektik, FB Informatik, TU Darmstadt},
+  year = 2004,
+  number = {AIDA--04--11},
+  month = dec,
+  note = {Published in Journal of Mathematical Modelling and Algorithms~\cite{LopPaqStu05:jmma}},
+  annote = {First use of EAF differences}
+}
+
+ +
+@incollection{LopPaqStu09emaa,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Exploratory Analysis of Stochastic Local Search
+                  Algorithms in Biobjective Optimization},
+  pages = {209--222},
+  doi = {10.1007/978-3-642-02538-9_9},
+  abstract = {This chapter introduces two Perl programs that
+                  implement graphical tools for exploring the
+                  performance of stochastic local search algorithms
+                  for biobjective optimization problems. These tools
+                  are based on the concept of the empirical attainment
+                  function (EAF), which describes the probabilistic
+                  distribution of the outcomes obtained by a
+                  stochastic algorithm in the objective space. In
+                  particular, we consider the visualization of
+                  attainment surfaces and differences between the
+                  first-order EAFs of the outcomes of two
+                  algorithms. This visualization allows us to identify
+                  certain algorithmic behaviors in a graphical way.
+                  We explain the use of these visualization tools and
+                  illustrate them with examples arising from
+                  practice.}
+}
+
+ +
+@misc{LopPaqStu2010:eaftools,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {{EAF} Graphical Tools},
+  year = 2010,
+  howpublished = {\url{http://lopez-ibanez.eu/eaftools}},
+  note = {These tools are described in the book chapter
+                  ``\emph{Exploratory analysis of stochastic local search
+                  algorithms in biobjective
+                  optimization}''~\cite{LopPaqStu09emaa}.},
+  annote = {Please cite the book chapter, not this.}
+}
+
+ +
+@techreport{LopPerDubStuBir2016iraceguide,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and   P{\'e}rez C{\'a}ceres, Leslie  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {The {\rpackage{irace}} package: User Guide},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2016,
+  number = {TR/IRIDIA/2016-004},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2016-004.pdf}
+}
+
+ +
+@inproceedings{LopPraPae08:WDSA,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Parallel Optimisation Of Pump Schedules With A
+                  Thread-Safe Variant Of {EPANET} Toolkit},
+  booktitle = {Proceedings of the 10th Annual Water Distribution
+                  Systems Analysis Conference (WDSA 2008)},
+  year = 2008,
+  editor = { Jakobus E. van Zyl  and  A. A. Ilemobade  and  H. E. Jacobs },
+  month = aug,
+  doi = {10.1061/41024(340)40},
+  publisher = {ASCE}
+}
+
+ +
+@incollection{LopPraPae:gecco07,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2007,
+  editor = {Dirk Thierens and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Solving Optimal Pump Control Problem using
+                  {\MaxMinAntSystem}},
+  volume = 1,
+  pages = 176,
+  doi = {10.1145/1276958.1276990}
+}
+
+ +
+@inproceedings{LopPraPaech05:cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = sep,
+  year = 2005,
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  key = {IEEE CEC},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Multi-objective Optimisation of the Pump Scheduling
+                  Problem using {SPEA2}},
+  pages = {435--442},
+  volume = 1,
+  doi = {10.1109/CEC.2005.1554716}
+}
+
+ +
+@inproceedings{LopPraPaech:ccwi2005,
+  month = sep,
+  address = {University of Exeter, UK},
+  volume = 1,
+  editor = { Dragan A. Savic  and  Godfrey A. Walters  and  Roger King  and  Soon Thiam-Khu },
+  year = 2005,
+  booktitle = {Proceedings of the Eighth International Conference on
+                  Computing and Control for the Water Industry (CCWI 2005)},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  T. Devi Prasad  and  Ben Paechter },
+  title = {Optimal Pump Scheduling: Representation and Multiple
+                  Objectives},
+  pages = {117--122}
+}
+
+ +
+@incollection{LopStu09ea,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Pierre Collet and Nicolas Monmarch{\'e} and Pierrick
+                  Legrand and Marc Schoenauer and Evelyne Lutton},
+  shorteditor = {Pierre Collet and others},
+  volume = 5975,
+  series = {Lecture Notes in Computer Science},
+  year = 2010,
+  booktitle = {Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Analysis of Algorithmic Components for
+                  Multiobjective Ant Colony Optimization: {A} Case
+                  Study on the Biobjective {TSP}},
+  pages = {134--145},
+  doi = {10.1007/978-3-642-14156-0_12}
+}
+
+ +
+@incollection{LopStu2010:ants,
+  volume = 6234,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Gianni A. {Di Caro}  and Doursat, R. and Engelbrecht, A. P. and Floreano,
+                  D. and Gambardella, L. M. and Gro\ss, R. and Sahin,
+                  E. and  Thomas St{\"u}tzle  and Sayama, H.},
+  editor = { Marco Dorigo  and others},
+  year = 2010,
+  booktitle = {Swarm Intelligence, 7th International Conference, ANTS 2010},
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Configuration of Multi-Objective {ACO}
+                  Algorithms},
+  pages = {95--106},
+  doi = {10.1007/978-3-642-15461-4_9},
+  abstract = {In the last few years a significant number of ant
+                  colony optimization (ACO) algorithms have been
+                  proposed for tackling multi-objective optimization
+                  problems. In this paper, we propose a software
+                  framework that allows to instantiate the most
+                  prominent multi-objective ACO (MOACO)
+                  algorithms. More importantly, the flexibility of
+                  this MOACO framework allows the application of
+                  automatic algorithm configuration techniques. The
+                  experimental results presented in this paper show
+                  that such an automatic configuration of MOACO
+                  algorithms is highly desirable, given that our
+                  automatically configured algorithms clearly
+                  outperform the best performing MOACO algorithms that
+                  have been proposed in the literature. As far as we
+                  are aware, this paper is also the first to apply
+                  automatic algorithm configuration techniques to
+                  multi-objective stochastic local search algorithms.}
+}
+
+ +
+@incollection{LopStu2010:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {The impact of design choices of multi-objective ant
+                  colony optimization algorithms on performance: An
+                  experimental study on the biobjective {TSP}},
+  doi = {10.1145/1830483.1830494},
+  pages = {71--78},
+  abstract = {Over the last few years, there have been a number of
+                  proposals of ant colony optimization (ACO)
+                  algorithms for tackling multiobjective combinatorial
+                  optimization problems. These proposals adapt ACO
+                  concepts in various ways, for example, some use
+                  multiple pheromone matrices and multiple heuristic
+                  matrices and others use multiple ant colonies.\\ In
+                  this article, we carefully examine several of the
+                  most prominent of these proposals. In particular, we
+                  identify commonalities among the approaches by
+                  recasting the original formulation of the algorithms
+                  in different terms. For example, several proposals
+                  described in terms of multiple colonies can be cast
+                  equivalently using a single ant colony, where ants
+                  use different weights for aggregating the pheromone
+                  and/or the heuristic information. We study
+                  algorithmic choices for the various proposals and we
+                  identify previously undetected trade-offs in their
+                  performance.}
+}
+
+ +
+@misc{LopStu2010:gecco-supp,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {The impact of design choices of multi-objective ant
+                  colony optimization algorithms on performance: An
+                  experimental study on the biobjective {TSP}},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2010-003/}},
+  year = 2010,
+  note = {Supplementary material of \cite{LopStu2010:gecco}}
+}
+
+ +
+@misc{LopStu2011moaco-supp,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {The Automatic Design of Multi-Objective Ant Colony
+                  Optimization Algorithms: {Supplementary} material},
+  url = {http://iridia.ulb.ac.be/supp/IridiaSupp2011-007/Iridia-2011-007.pdf},
+  year = 2011
+}
+
+ +
+@misc{LopStu2012si-supp,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An experimental analysis of design choices of
+                  multi-objective ant colony optimization algorithms:
+                  Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2012-006/}},
+  year = 2012
+}
+
+ +
+@incollection{LopStuDor2017aco,
+  isbn = {978-3-319-07125-1},
+  publisher = {Springer International Publishing},
+  year = 2018,
+  booktitle = {Handbook of Heuristics},
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {Ant Colony Optimization: A Component-Wise Overview},
+  pages = {371--407},
+  annote = {Proposed ACOTSPQAP software},
+  doi = {10.1007/978-3-319-07124-4_21},
+  supplement = {http://iridia.ulb.ac.be/aco-tsp-qap/}
+}
+
+ +
+@phdthesis{LopezDiploma,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Multi-objective Ant Colony Optimization},
+  school = {Intellectics Group, Computer Science Department, Technische
+                  Universit{\"a}t Darmstadt, Germany},
+  year = 2004,
+  type = {Diploma thesis}
+}
+
+ +
+@phdthesis{LopezIbanezPhD,
+  author = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Operational Optimisation of Water Distribution
+                  Networks},
+  school = {School of Engineering and the Built Environment},
+  year = 2009,
+  address = {Edinburgh Napier University, UK},
+  url = {https://researchrepository.napier.ac.uk/id/eprint/3044}
+}
+
+ +
+@incollection{LosSchSeb2012ppsn,
+  volume = 7491,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {I}},
+  author = {Ilya Loshchilov  and  Marc Schoenauer  and  Mich{\`e}le Sebag },
+  title = {Alternative Restart Strategies for {CMA-ES}},
+  pages = {296--305},
+  doi = {10.1007/978-3-642-32937-1_30}
+}
+
+ +
+@incollection{LotMie2008vis,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  author = {Lotov, A. V.  and  Kaisa Miettinen },
+  title = {Visualizing the {Pareto} Frontier},
+  pages = {213--243}
+}
+
+ +
+@incollection{LouMarStu01,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Helena R. {Louren{\c c}o}  and  Olivier Martin  and  Thomas St{\"u}tzle },
+  title = {Iterated Local Search},
+  pages = {321--353},
+  doi = {10.1007/0-306-48056-5_11}
+}
+
+ +
+@incollection{LouMarStu2010:mh,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Helena R. {Louren{\c c}o}  and  Olivier Martin  and  Thomas St{\"u}tzle },
+  title = {Iterated Local Search: Framework and Applications},
+  chapter = 9,
+  pages = {363--397},
+  doi = {10.1007/978-1-4419-1665-5_12}
+}
+
+ +
+@incollection{LouMarStu2019hb,
+  publisher = {Springer},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 272,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2019,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Helena R. {Louren{\c c}o}  and  Olivier Martin  and  Thomas St{\"u}tzle },
+  title = {Iterated Local Search: Framework and Applications},
+  chapter = 5,
+  pages = {129--168},
+  doi = {10.1007/978-3-319-91086-4_5}
+}
+
+ +
+@inproceedings{LunLee2017shap,
+  year = 2016,
+  editor = {Isabelle Guyon and Ulrike von Luxburg and Samy Bengio and
+                  Hanna M. Wallach and Rob Fergus and S. V. N. Vishwanathan and
+                  Roman Garnett},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 30)},
+  author = {Lundberg, Scott M. and Lee, Su{-}In},
+  title = {A unified approach to interpreting model predictions},
+  keywords = {SHAP, interpretable AI},
+  pages = {4765--4774},
+  epub = {https://proceedings.neurips.cc/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html}
+}
+
+ +
+@incollection{LuoBos2012elitist,
+  volume = 7492,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {II}},
+  author = {Hoang N. Luong and  Peter A. N. Bosman },
+  title = {Elitist Archiving for Multi-Objective Evolutionary
+                  Algorithms: To Adapt or Not to Adapt},
+  pages = {72--81},
+  doi = {10.1007/978-3-642-32964-7_8}
+}
+
+ +
+@incollection{LusTeg2010,
+  publisher = {Springer},
+  editor = { Carlos A. {Coello Coello}  and  Dhaenens, Clarisse  and  Laetitia Jourdan },
+  volume = 272,
+  year = 2010,
+  series = {Studies in Computational Intelligence},
+  booktitle = {Advances in Multi-Objective Nature Inspired Computing},
+  author = { Thibaut Lust  and  Jacques Teghem },
+  title = {The multiobjective traveling salesman problem:
+                  A survey and a new approach},
+  pages = {119--141}
+}
+
+ +
+@inproceedings{LwiQuZhe2013moss,
+  author = {Khin Lwin and Rong Qu and Jianhua Zheng},
+  title = {Multi-objective Scatter Search with External Archive for
+                  Portfolio Optimization},
+  booktitle = {Proceedings of the 5th International Joint Conference on
+                  Computational Intelligence - ECTA (IJCCI 2013)},
+  year = 2013,
+  pages = {111--119},
+  publisher = {SciTePress},
+  doi = {10.5220/0004552501110119},
+  annote = {Crowding archive}
+}
+
+ +
+@phdthesis{Lygoe2010phd,
+  title = {Complexity reduction in high-dimensional multi-objective
+                  optimisation},
+  author = {Lygoe, Robert John},
+  year = 2010,
+  school = {University of Sheffield Sheffield, UK}
+}
+
+ +
+@misc{MATILDA,
+  author = { Kate Smith{-}Miles  and  Mario A. Mu{\~{n}}oz  and Neelofar},
+  title = {Melbourne Algorithm Test Instance Library with Data Analytics
+                  ({MATILDA})},
+  year = 2020,
+  url = {https://matilda.unimelb.edu.au/}
+}
+
+ +
+@inproceedings{Mackle95,
+  author = { Gunther M{\"a}ckle  and  Dragan A. Savic  and  Godfrey A. Walters },
+  title = {Application of Genetic Algorithms to Pump Scheduling for
+                  Water Supply},
+  booktitle = {Genetic Algorithms in Engineering Systems: Innovations and
+                  Applications, GALESIA'95},
+  pages = {400--405},
+  year = 1995,
+  month = sep,
+  volume = 414,
+  address = {Sheffield, UK},
+  publisher = {{IEE} Conference Publication},
+  abstract = { A simple Genetic Algorithm has been applied to the
+                  scheduling of multiple pumping units in a water supply system
+                  with the objective of minimising the overall cost of the
+                  pumping operation, taking advantage of storage capacity in
+                  the system and the availability of off peak electricity
+                  tariffs. A simple example shows that the method is easy to
+                  apply and has produced encouraging preliminary results},
+  doi = {10.1049/cp:19951082}
+}
+
+ +
+@inproceedings{Mad2002pdea,
+  year = 2002,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2002 World Congress on Computational Intelligence (WCCI 2002)},
+  key = {WCCI},
+  editor = { David B. Fogel  and others},
+  title = {Multiobjective optimization using a {Pareto} differential
+                  evolution approach},
+  author = {Madavan, Nateri K.},
+  pages = {1145--1150}
+}
+
+ +
+@inproceedings{Maie04:ann_ga,
+  author = { D. R. Broad  and  Graeme C. Dandy  and  Holger R. Maier },
+  title = {A Metamodeling Approach to Water Distribution System
+                  Optimization},
+  booktitle = {6th Annual Symposium on Water Distribution Systems
+                  Analysis},
+  year = 2004,
+  month = jun,
+  organization = {ASCE}
+}
+
+ +
+@incollection{MalSel2012,
+  isbn = {978-3-642-29827-1},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7298,
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2012},
+  publisher = {Springer},
+  year = 2012,
+  editor = {Nicolas Beldiceanu and Narendra Jussien and Eric Pinson},
+  author = { Yuri Malitsky  and  Meinolf Sellmann },
+  title = {Instance-specific algorithm configuration as a method for
+                  non-model-based portfolio generation},
+  pages = {244--259},
+  doi = {10.1007/978-3-642-29828-8_16}
+}
+
+ +
+@incollection{MalitskyEtAl2013tuning,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7874,
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2013},
+  publisher = {Springer},
+  year = 2013,
+  editor = {Gomes, C. and  Meinolf Sellmann },
+  author = { Yuri Malitsky  and Mehta, Deepak and   O'Sullivan, Barry  and Simonis, Helmut},
+  title = {Tuning parameters of large neighborhood search for the
+                  machine reassignment problem},
+  pages = {176--192},
+  doi = {10.1007/978-3-642-38171-3_12}
+}
+
+ +
+@incollection{ManBosJel04:ants2004,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Vittorio Maniezzo  and  M. Boschetti and M. Jelasity},
+  title = {An Ant Approach to Membership Overlay Design},
+  pages = {37--48}
+}
+
+ +
+@incollection{ManMil2002:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { Vittorio Maniezzo  and M. Milandri},
+  title = {An Ant-Based Framework for Very Strongly Constrained
+                  Problems},
+  pages = {222--227}
+}
+
+ +
+@inproceedings{ManSurBauFinBetMcC2014,
+  title = {The {Stanford} {CoreNLP} Natural Language Processing Toolkit},
+  author = {Manning, Christopher D. and Surdeanu, Mihai and Bauer, John
+                  and Finkel, Jenny Rose and Bethard, Steven J. and McClosky,
+                  David},
+  booktitle = {Association for Computational Linguistics (ACL) System
+                  Demonstrations},
+  pages = {55--60},
+  year = 2014,
+  annote = {\url{http://www.aclweb.org/anthology/P/P14/P14-5010}}
+}
+
+ +
+@inproceedings{MarBouHer05:ANNforWDN:ccwi,
+  month = sep,
+  address = {University of Exeter, UK},
+  volume = 1,
+  editor = { Dragan A. Savic  and  Godfrey A. Walters  and  Roger King  and  Soon Thiam-Khu },
+  year = 2005,
+  booktitle = {Proceedings of the Eighth International Conference on
+                  Computing and Control for the Water Industry (CCWI 2005)},
+  author = { F. Mart{\'i}nez  and  V. Bou  and  V. Hern{\'a}ndez  and  F. Alvarruiz  and  J. M. Alonso },
+  title = {{ANN} Architectures for Simulating Water
+                  Distribution Networks},
+  pages = {251--256}
+}
+
+ +
+@incollection{MarDhaJouLieVer2011:evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 6622,
+  year = 2011,
+  editor = { Peter Merz  and  Jin-Kao Hao },
+  booktitle = {Proceedings of EvoCOP 2011 -- 11th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = { Marie-El{\'e}onore Marmion  and  Dhaenens, Clarisse  and  Laetitia Jourdan  and  Arnaud Liefooghe  and  Verel, S{\'e}bastien },
+  title = {{NILS:} {A} Neutrality-Based Iterated Local Search and Its Application to Flowshop Scheduling},
+  pages = {191--202}
+}
+
+ +
+@incollection{MarMasLop2013hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7919,
+  series = {Lecture Notes in Computer Science},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Paola Festa and  Andrea Roli  and  M. Sampels },
+  isbn = {978-3-642-38515-5},
+  year = 2013,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Marie-El{\'e}onore Marmion  and  Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Stochastic Local Search
+                  Algorithms},
+  pages = {144--158},
+  doi = {10.1007/978-3-642-38516-2_12}
+}
+
+ +
+@incollection{MarMoo1994hoeffding,
+  address = { San Francisco, CA},
+  publisher = {Morgan Kaufmann Publishers},
+  year = 1994,
+  editor = {J. D. Cowan and G. Tesauro and J. Alspector},
+  volume = 6,
+  booktitle = {Advances in Neural Information Processing Systems},
+  title = {{Hoeffding} races: {Accelerating} model selection search for
+                  classification and function approximation},
+  author = {Maron, Oded and Moore, Andrew W.},
+  pages = {59--66},
+  alias = {marmoo1994hoeffding}
+}
+
+ +
+@incollection{MarMor99,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  year = 1999,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 1999},
+  shorteditor = {Wolfgang Banzhaf and others},
+  editor = {Wolfgang Banzhaf and Jason M. Daida and A. E. Eiben
+                  and Max H. Garzon and Vasant Honavar and Mark
+                  J. Jakiela and Robert E. Smith},
+  author = { C. E. Mariano  and  E. Morales },
+  title = {{MOAQ}: An {Ant}-{Q} Algorithm for Multiple
+                  Objective Optimization Problems},
+  pages = {894--901}
+}
+
+ +
+@inproceedings{MarSte1998,
+  publisher = {Max-Planck-Institut f{\"{u}}r Informatik, Saarbr\"ucken,
+                  Germany},
+  editor = {Kurt Mehlhorn},
+  booktitle = {Algorithm Engineering, 2nd International Workshop, {WAE}'92},
+  year = 1998,
+  author = { Elena Marchiori  and Adri G. Steenbeek},
+  title = {An Iterated Heuristic Algorithm for the Set Covering Problem},
+  pages = {155--166}
+}
+
+ +
+@incollection{MarSte2000,
+  year = 2000,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 1803,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Real-World Applications of Evolutionary Computing, EvoWorkshops 2000},
+  editor = {Stefano Cagnoni and others},
+  fulleditor = {Stefano Cagnoni and Riccardo Poli and Yun Li and George
+                  D. Smith and David Corne and Martin J. Oates and Emma Hart
+                  and Pier Luca Lanzi and Egbert J. W. Boers and Ben Paechter
+                  and Terence C. Fogarty},
+  author = { Elena Marchiori  and Adri G. Steenbeek},
+  title = {An Evolutionary Algorithm for Large Scale Set Covering
+                  Problems with Application to Airline Crew Scheduling},
+  pages = {367--381}
+}
+
+ +
+@book{MarStu98:cp,
+  author = {K. Marriott and P. Stuckey},
+  title = {Programming With Constraints},
+  publisher = {MIT Press, Cambridge, MA},
+  year = 1998
+}
+
+ +
+@book{MarTot1990knapsack,
+  author = { Silvano Martello  and  Paolo Toth },
+  title = {Knapsack Problems: Algorithms and Computer Implementations},
+  publisher = {John Wiley \& Sons},
+  address = { Chichester, UK},
+  year = 1990,
+  keywords = {bin packing}
+}
+
+ +
+@mastersthesis{Maron1994hoeffding,
+  title = {{Hoeffding} Races: {Model} selection for {MRI}
+                  classification},
+  author = {Maron, Oded},
+  year = 1994,
+  school = {Massachusetts Institute of Technology}
+}
+
+ +
+@incollection{MasBirStu2013lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7997,
+  editor = { Panos M. Pardalos  and G. Nicosia},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  booktitle = {Learning and Intelligent Optimization, 7th
+                  International Conference, LION 7},
+  author = { Franco Mascia  and  Mauro Birattari  and  Thomas St{\"u}tzle },
+  title = {Tuning Algorithms for Tackling Large Instances: An
+                  Experimental Protocol},
+  pages = {410--422},
+  doi = {10.1007/978-3-642-44973-4_44}
+}
+
+ +
+@incollection{MasDevHen2012,
+  isbn = {978-3-642-29827-1},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7298,
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2012},
+  publisher = {Springer},
+  year = 2012,
+  editor = {Nicolas Beldiceanu and Narendra Jussien and Eric Pinson},
+  author = { Florence Massen  and  Yves Deville  and van Hentenryck, Pascal },
+  title = {Pheromone-Based Heuristic Column Generation for Vehicle
+                  Routing Problems with Black Box Feasibility},
+  pages = {260--274},
+  doi = {10.1007/978-3-642-29828-8_17}
+}
+
+ +
+@misc{MasLopDub2014-supp,
+  title = {Grammar-based generation of stochastic local search
+                  heuristics through automatic algorithm configuration
+                  tools: Supplementary material},
+  author = { Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle },
+  year = 2013,
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2013-009/}}
+}
+
+ +
+@incollection{MasLopDub2014hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 8457,
+  isbn = {978-3-319-07643-0},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and  Stefan Vo{\ss} },
+  year = 2014,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Marie-El{\'e}onore Marmion  and  Thomas St{\"u}tzle },
+  title = {Algorithm Comparison by Automatically Configurable Stochastic
+                  Local Search Frameworks: A Case Study Using Flow-Shop
+                  Scheduling Problems},
+  pages = {30--44},
+  doi = {10.1007/978-3-319-07644-7_3}
+}
+
+ +
+@incollection{MasLopDubStu2013lion,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7997,
+  editor = { Panos M. Pardalos  and G. Nicosia},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  booktitle = {Learning and Intelligent Optimization, 7th
+                  International Conference, LION 7},
+  author = { Franco Mascia  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle },
+  title = {From Grammars to Parameters: Automatic Iterated Greedy Design
+                  for the Permutation Flow-shop Problem with Weighted
+                  Tardiness},
+  pages = {321--334},
+  doi = {10.1007/978-3-642-44973-4_36}
+}
+
+ +
+@incollection{MasLopStu2013hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7919,
+  series = {Lecture Notes in Computer Science},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Paola Festa and  Andrea Roli  and  M. Sampels },
+  isbn = {978-3-642-38515-5},
+  year = 2013,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Florence Massen  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle  and  Yves Deville },
+  title = {Experimental Analysis of Pheromone-Based Heuristic
+                  Column Generation Using irace},
+  pages = {92--106},
+  doi = {10.1007/978-3-642-38516-2_8}
+}
+
+ +
+@inproceedings{MasNesDor2020,
+  year = 2020,
+  editor = {Vlastelica, Marin and Song, Jialin and Ferber, Aaron and Amos, Brandon and
+                  Martius, Georg and Dilkina, Bistra and Yue, Yisong},
+  booktitle = {Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020,
+                  {LMCA} 2020, Vancouver, Canada, December 12, 2020},
+  author = {Massobrio, Renzo and Nesmachnow, Sergio and  Bernab{\'e} Dorronsoro },
+  title = {Virtual {Savant}: learning for optimization},
+  pages = {1--5}
+}
+
+ +
+@inproceedings{MatTakMiyShi2020digital,
+  author = {Matsubara, Satoshi and Takatsu, Motomu and Miyazawa,
+                  Toshiyuki and Shibasaki, Takayuki and Watanabe, Yasuhiro and
+                  Takemoto, Kazuya and Tamura, Hirotaka},
+  title = {Digital Annealer for High-Speed Solving of Combinatorial
+                  optimization Problems and Its Applications},
+  booktitle = {2020 25th Asia and South Pacific Design Automation Conference
+                  (ASP-DAC)},
+  year = 2020,
+  pages = {667--672},
+  organization = {IEEE},
+  doi = {10.1109/ASP-DAC47756.2020.9045100},
+  abstract = {A Digital Annealer (DA) is a dedicated architecture for
+                  high-speed solving of combinatorial optimization problems
+                  mapped to an Ising model. With fully coupled bit connectivity
+                  and high coupling resolution as a major feature, it can be
+                  used to express a wide variety of combinatorial optimization
+                  problems. The DA uses Markov Chain Monte Carlo as a basic
+                  search mechanism, accelerated by the hardware implementation
+                  of multiple speed-enhancement techniques such as parallel
+                  search, escape from a local solution, and replica
+                  exchange. It is currently being offered as a cloud service
+                  using a second-generation chip operating on a scale of 8,192
+                  bits. This paper presents an overview of the DA, its
+                  performance against benchmarks, and application examples.}
+}
+
+ +
+@inproceedings{MauLopStu2010:cec,
+  year = 2010,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2010 Congress on Evolutionary Computation (CEC 2010)},
+  editor = { Ishibuchi, Hisao  and others},
+  key = {IEEE CEC},
+  author = { Michael Maur  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Pre-scheduled and adaptive parameter variation in
+                  {\MaxMinAntSystem}},
+  pages = {3823--3830},
+  doi = {10.1109/CEC.2010.5586332}
+}
+
+ +
+@incollection{MazChuMietLop2019emo,
+  isbn = {978-3-030-12597-4},
+  year = 2019,
+  address = { Cham, Switzerland},
+  publisher = {Springer International Publishing},
+  volume = 11411,
+  series = {Lecture Notes in Computer Science},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2019},
+  editor = { Kalyanmoy Deb  and Erik D. Goodman and  Carlos A. {Coello Coello}  and Kathrin
+                  Klamroth and  Kaisa Miettinen  and Sanaz Mostaghim and Patrick
+                  Reed},
+  author = { Atanu Mazumdar  and  Tinkle Chugh  and  Kaisa Miettinen  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {On Dealing with Uncertainties from Kriging Models in Offline
+                  Data-Driven Evolutionary Multiobjective Optimization},
+  pages = {463--474},
+  doi = {10.1007/978-3-030-12598-1_37}
+}
+
+ +
+@incollection{McCormick03,
+  publisher = {CRC Press},
+  year = 2003,
+  booktitle = {Advances in Water Supply Management},
+  editor = { C. Maksimovi{\'c}  and  David Butler  and  Fayyaz Ali Memon },
+  author = { G. McCormick  and  R. S. Powell },
+  title = {A progressive mixed integer-programming method for
+                  pump scheduling},
+  pages = {307--313}
+}
+
+ +
+@book{McG2012guide,
+  author = { Catherine C. McGeoch },
+  title = {A Guide to Experimental Algorithmics},
+  year = 2012,
+  publisher = {Cambridge University Press}
+}
+
+ +
+@techreport{McGFar2020dwave,
+  author = { Catherine C. McGeoch  and Farr{\'e}, Pau},
+  title = {The {D-Wave} Advantage System: An Overview},
+  institution = {D-Wave Systems Inc., Burnaby, BC, Canada},
+  year = 2020,
+  url = {https://www.dwavesys.com/media/s3qbjp3s/14-1049a-a_the_d-wave_advantage_system_an_overview.pdf}
+}
+
+ +
+@inproceedings{MedGolGol2014bracis,
+  author = {Medeiros, Hudson Geovane de and  Goldbarg, Elizabeth Ferreira Gouv{\^e}a  and  Goldbarg, Marco Cesar },
+  booktitle = {2014 Brazilian Conference on Intelligent Systems},
+  title = {Analyzing Limited Size Archivers of Multi-objective
+                  Optimizers},
+  year = 2014,
+  pages = {85--90},
+  doi = {10.1109/BRACIS.2014.26},
+  keywords = {archiving}
+}
+
+ +
+@misc{MeiCla2014prep,
+  title = {A versatile heuristic approach for generalized hub location
+                  problems},
+  author = {J. Fabian Meier and Uwe Clausen},
+  howpublished = {Preprint, Provided upon personal request},
+  year = 2014,
+  url = {https://optimization-online.org/wp-content/uploads/2014/12/4690.pdf},
+  keywords = {irace}
+}
+
+ +
+@incollection{MelPerCos2009:ea,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Pierre Collet and Nicolas Monmarch{\'e} and Pierrick
+                  Legrand and Marc Schoenauer and Evelyne Lutton},
+  shorteditor = {Pierre Collet and others},
+  volume = 5975,
+  series = {Lecture Notes in Computer Science},
+  year = 2010,
+  booktitle = {Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009},
+  title = {{MC-ANT}: a Multi-colony Ant Algorithm},
+  author = {Melo, L. and Pereira, F. and Costa, E.}
+}
+
+ +
+@incollection{MenCoe2015gd,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = {Menchaca-Mendez, Adriana and  Carlos A. {Coello Coello} },
+  title = {{GD-MOEA}: A New Multi-Objective Evolutionary Algorithm Based
+                  on the Generational Distance Indicator},
+  pages = {156--170}
+}
+
+ +
+@inproceedings{MenCoe2015gde,
+  year = 2015,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2015 Congress on Evolutionary Computation (CEC 2015)},
+  key = {IEEE CEC},
+  author = {Menchaca-Mendez, Adriana and  Carlos A. {Coello Coello} },
+  title = {{GDE-MOEA}: A New {MOEA} based on the generational distance
+                  indicator and $\epsilon$-dominance},
+  pages = {947--955}
+}
+
+ +
+@inproceedings{MenKleFeuSprHut2016autoNN,
+  author = {Mendoza, Hector and Klein, Aaron and  Matthias Feurer  and Springenberg, Jost Tobias and  Frank Hutter },
+  title = {Towards automatically-tuned neural networks},
+  booktitle = {Workshop on Automatic Machine Learning},
+  year = 2016,
+  pages = {58--65}
+}
+
+ +
+@incollection{MerBisTraPreuWeiRud11:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { Olaf Mersmann  and  Bernd Bischl  and  Heike Trautmann  and  Mike Preuss  and  Claus Weihs  and  G{\"u}nther Rudolph },
+  title = {Exploratory Landscape Analysis},
+  pages = {829--836},
+  keywords = {continuous optimization, landscape analysis, instance
+                  features}
+}
+
+ +
+@incollection{MerHuh2008:ppsn,
+  year = 2008,
+  volume = 5199,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { G{\"u}nther Rudolph  and others},
+  aeditor = { G{\"u}nther Rudolph  and Thomas Jansen and Simon Lucas and
+                  Carlo Poloni and Nicola Beume},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {X}},
+  author = { Peter Merz  and Jutta Huhse},
+  title = {An Iterated Local Search Approach for Finding Provably Good Solutions
+  for Very Large {TSP} Instances},
+  pages = {929--939}
+}
+
+ +
+@incollection{MerMid01,
+  author = { D. Merkle  and  Martin Middendorf },
+  title = {Prospects for Dynamic Algorithm Control: Lessons
+                  from the Phase Structure of Ant Scheduling
+                  Algorithms},
+  booktitle = {Proceedings of the 2001 Genetic and Evolutionary
+                  Computation Conference -- Workshop Program. Workshop
+                  ``The Next Ten Years of Scheduling Research''},
+  pages = {121--126},
+  year = 2001,
+  editor = {R. B. Heckendorn},
+  address = {San Francisco, CA},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@incollection{MerMidSch00:gecco,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = { Darrell Whitley  and others},
+  fulleditor = { Darrell Whitley  and  David E. Goldberg  and E. Cantu-Paz and L. Spector and
+                  I. Parmee and   Hans-Georg Beyer },
+  year = 2000,
+  booktitle = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2000},
+  author = { D. Merkle  and  Martin Middendorf  and  Hartmut Schmeck },
+  title = {Ant Colony Optimization for Resource-Constrained Project Scheduling},
+  pages = {893--900}
+}
+
+ +
+@inproceedings{MerTraNau2010cec,
+  year = 2010,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2010 Congress on Evolutionary Computation (CEC 2010)},
+  editor = { Ishibuchi, Hisao  and others},
+  key = {IEEE CEC},
+  author = { Olaf Mersmann  and  Heike Trautmann  and  Boris Naujoks  and  Claus Weihs },
+  title = {Benchmarking Evolutionary Multiobjective Optimization Algorithms},
+  pages = {1--8},
+  annote = {TR: \url{http://hdl.handle.net/2003/26671}}
+}
+
+ +
+@inproceedings{Mey2004:gecco,
+  author = { Bernd Meyer },
+  title = {Convergence control in {ACO}},
+  note = {Late-breaking paper available on CD},
+  year = 2004,
+  booktitle = {Genetic and Evolutionary Computation Conference
+                  (GECCO)},
+  address = {Seattle, WA}
+}
+
+ +
+@incollection{MeyErn04:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Bernd Meyer  and  Andreas T. Ernst },
+  title = {Integrating {ACO} and Constraint Propagation},
+  pages = {166--177},
+  year = 2004
+}
+
+ +
+@incollection{MezReyCoe2008,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Uday K. Chakraborty},
+  year = 2008,
+  booktitle = {Advances in differential evolution},
+  author = { Efr{\'e}n Mezura-Montes  and Reyes-Sierra, M. and  Carlos A. {Coello Coello} },
+  title = {Multi-objective optimization using differential
+                  evolution: a survey of the state-of-the-art},
+  pages = {173--196},
+  doi = {10.1007/978-3-540-68830-3_7}
+}
+
+ +
+@incollection{MezVelCoe2006,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2006,
+  editor = {M. Cattolico and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2006},
+  title = {A comparative study of differential evolution variants for
+                  global optimization},
+  author = { Efr{\'e}n Mezura-Montes  and Vel{\'a}zquez-Reyes, Jes{\'u}s and  Carlos A. {Coello Coello} },
+  pages = {485--492},
+  doi = {10.1145/1143997.1144086}
+}
+
+ +
+@book{MicFog04:howtosolveit,
+  author = { Zbigniew Michalewicz  and  David B. Fogel },
+  title = {How to Solve It: Modern Heuristics},
+  publisher = {Springer},
+  year = 2004,
+  edition = {2nd}
+}
+
+ +
+@incollection{MicHen2004,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 2004,
+  editor = { Shlomo Zilberstein  and J. Koehler and S. Koenig},
+  booktitle = {Proceedings of the Fourteenth International Conference on
+                  Automated Planning and Scheduling (ICAPS 2004)},
+  author = { Laurent D. Michel  and van Hentenryck, Pascal },
+  title = {Iterative Relaxations for Iterative Flattening in Cumulative
+                  Scheduling},
+  pages = {200--208}
+}
+
+ +
+@incollection{MicMid98,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Agoston E. Eiben  and  Thomas B{\"a}ck  and  Marc Schoenauer  and  Hans-Paul Schwefel },
+  volume = 1498,
+  series = {Lecture Notes in Computer Science},
+  year = 1998,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {V}},
+  author = {R. Michel and  Martin Middendorf },
+  title = {An Island Model based {Ant} {System} with Lookahead for the
+                  Shortest Supersequence Problem},
+  pages = {692--701}
+}
+
+ +
+@book{Michalewicz1996,
+  author = { Zbigniew Michalewicz },
+  title = {Genetic Algorithms + Data Structures = Evolution Programs},
+  edition = {3rd},
+  year = 1996,
+  address = { Berlin, Germany},
+  publisher = {Springer}
+}
+
+ +
+@incollection{Mie2006indnimbus,
+  author = { Kaisa Miettinen },
+  title = {{IND-NIMBUS} for Demanding Interactive Multiobjective
+                  Optimization},
+  booktitle = {Multiple Criteria Decision Making '05},
+  publisher = {Karol Adamiecki University of Economics in Katowice},
+  year = 2006,
+  editor = {T. Trzaskalik},
+  pages = {137--150},
+  language = {English},
+  isbn = 8372468435
+}
+
+ +
+@book{Mie99,
+  author = { Kaisa Miettinen },
+  title = {Nonlinear Multiobjective Optimization},
+  publisher = {Kluwer Academic Publishers},
+  address = { Boston, MA},
+  year = 1999,
+  abstract = {Nonlinear Multiobjective Optimization provides an extensive,
+                  up-to-date, self-contained and consistent survey and review
+                  of the literature and of the state of the art on nonlinear
+                  (deterministic) multiobjective optimization, its methods, its
+                  theory and its background. This book is intended for both
+                  researchers and students in the areas of (applied)
+                  mathematics, engineering, economics, operations research and
+                  management science; it is meant for both professionals and
+                  practitioners in many different fields of application. The
+                  intention is to provide a consistent summary that may help in
+                  selecting an appropriate method for the problem to be
+                  solved. The extensive bibliography will be of value to
+                  researchers.},
+  numpages = 298
+}
+
+ +
+@incollection{MieRuiWie08interactive,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  author = { Kaisa Miettinen  and  Francisco Ruiz  and  Andrzej P. Wierzbicki },
+  title = {Introduction to Multiobjective Optimization:
+                  Interactive Approaches},
+  doi = {10.1007/978-3-540-88908-3_2},
+  abstract = {We give an overview of interactive methods developed
+                  for solving nonlinear multiobjective optimization
+                  problems. In interactive methods, a decision maker
+                  plays an important part and the idea is to support
+                  her/him in the search for the most preferred
+                  solution. In interactive methods, steps of an
+                  iterative solution algorithm are repeated and the
+                  decision maker progressively provides preference
+                  information so that the most preferred solution can
+                  be found. We identify three types of specifying
+                  preference information in interactive methods and
+                  give some examples of methods representing each
+                  type. The types are methods based on trade-off
+                  information, reference points and classification of
+                  objective functions.}
+}
+
+ +
+@inproceedings{MirSilPru2014esann,
+  epub = {https://www.esann.org/proceedings/2014},
+  year = 2014,
+  booktitle = {European Symposium on Artificial Neural Networks, ESSAN},
+  key = {ESANN},
+  author = {P{\'e}ricles Miranda and Ricardo M. Silva and Ricardo
+                  B. Prud{\^e}ncio},
+  title = {Fine-Tuning of Support Vector Machine Parameters Using Racing
+                  Algorithms},
+  pages = {325--330},
+  keywords = {irace}
+}
+
+ +
+@inproceedings{MirSilPru2015:esann,
+  epub = {https://www.esann.org/proceedings/2015},
+  year = 2015,
+  booktitle = {European Symposium on Artificial Neural Networks, ESSAN},
+  key = {ESANN},
+  author = {P{\'e}ricles Miranda and Ricardo M. Silva and Ricardo
+                  B. Prud{\^e}ncio},
+  title = {{I/S-Race}: An Iterative Multi-objective Racing Algorithm for
+                  the {SVM} Parameter Selection Problem},
+  pages = {573--578}
+}
+
+ +
+@incollection{Misevicius2003:gecco,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2723,
+  editor = {E. Cant\'u-Paz and others},
+  year = 2003,
+  booktitle = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2003, Part I},
+  author = { Misevi{\v{c}}ius, Alfonsas },
+  title = {Ruin and Recreate Principle Based Approach for the Quadratic
+                  Assignment Problem},
+  pages = {598--609}
+}
+
+ +
+@inproceedings{MitRomSan1985,
+  title = {Convergence and Finite-Time Behavior of Simulated Annealing},
+  author = { Debasis Mitra  and  Fabio Romeo  and  Alberto Sangiovanni-Vincentelli },
+  booktitle = {Decision and Control, 1985 24th IEEE Conference on},
+  pages = {761--767},
+  year = 1985,
+  organization = {IEEE}
+}
+
+ +
+@inproceedings{MitSelLev1992,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  editor = {William R. Swartout},
+  year = 1992,
+  booktitle = {Proceedings of  the 10th National Conference on Artificial Intelligence},
+  author = { David G. Mitchell  and  Bart Selman  and  Hector J. Levesque },
+  title = {Hard and Easy Distributions of {SAT} Problems},
+  pages = {459--465}
+}
+
+ +
+@inproceedings{MniSzeAud2008,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  booktitle = {Proceedings of  the 25th International Conference on Machine Learning, {ICML} 2008},
+  editor = {William W. Cohen and Andrew McCallum and Sam T. Roweis},
+  title = {Empirical {Bernstein} stopping},
+  author = {Mnih, Volodymyr and Szepesv{\'a}ri, Csaba and Audibert,
+                  Jean-Yves},
+  pages = {672--679}
+}
+
+ +
+@incollection{Mockus1975,
+  author = { Jonas Mo{\v{c}}kus },
+  booktitle = {Optimization Techniques IFIP Technical Conference
+                  Novosibirsk, July 1--7, 1974},
+  title = {On Bayesian Methods for Seeking the Extremum},
+  year = 1975,
+  editor = {Marchuk, G. I.},
+  pages = {400--404},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 27,
+  doi = {10.1007/3-540-07165-2_55},
+  annote = {Proposed Bayesian optimization}
+}
+
+ +
+@book{Mockus1989,
+  author = { Jonas Mo{\v{c}}kus },
+  title = {Bayesian Approach to Global Optimization: Theory and
+                  Applications},
+  publisher = {Kluwer Academic Publishers},
+  year = 1989
+}
+
+ +
+@misc{ModCMA,
+  author = {Sander van Rijn},
+  title = {Modular {CMA-ES} framework
+                  from~\cite{RijWanLeeBac2016ssci}, v0.3.0},
+  year = 2018,
+  howpublished = {\url{https://github.com/sjvrijn/ModEA}},
+  note = {Available also as {\softwarepackage{pypi}} package at
+                  \url{https://pypi.org/project/ModEA/0.3.0/}}
+}
+
+ +
+@incollection{MogAteYalAmo11:lorenz,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  title = {{Lorenz} versus {Pareto} Dominance in a Single Machine
+                  Scheduling Problem with Rejection},
+  author = {Moghaddam, Atefeh and Yalaoui, Farouk and Amodeo,
+                  Lionel},
+  pages = {520--534}
+}
+
+ +
+@inproceedings{MolTeo2012safe,
+  year = 2012,
+  publisher = {Omnipress},
+  booktitle = {Proceedings of  the 29th International Conference on Machine Learning, {ICML} 2012},
+  editor = {John Langford and Joelle Pineau},
+  author = {Moldovan, Teodor Mihai and Abbeel, Pieter},
+  title = {Safe Exploration in {Markov} Decision Processes},
+  pages = {1451--1458},
+  numpages = 8,
+  epub = {http://icml.cc/2012/papers/838.pdf}
+}
+
+ +
+@book{Molchanov2005theory,
+  author = {Molchanov, Ilya},
+  title = {Theory of Random Sets},
+  publisher = {Springer},
+  year = 2005,
+  keywords = {Vorob'ev expectation}
+}
+
+ +
+@incollection{MonDevHen2009,
+  author = {Jean-No\"el Monette and  Yves Deville  and van Hentenryck, Pascal },
+  title = {Aeon: Synthesizing Scheduling Algorithms from High-Level Models},
+  booktitle = {Operations Research and Cyber-Infrastructure},
+  publisher = {Springer},
+  year = 2009,
+  editor = {John W. Chinneck and Bjarni Kristjansson and Matthew J. Saltzman},
+  volume = 47,
+  series = {Operations Research/Computer Science Interfaces},
+  pages = {43--59},
+  address = { New York, NY}
+}
+
+ +
+@incollection{MonPerRiffCoe12dummy,
+  volume = 7491,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {I}},
+  author = { Elizabeth Montero  and   P{\'e}rez C{\'a}ceres, Leslie  and  Mar{\'i}a-Cristina Riff  and  Carlos A. {Coello Coello} },
+  title = {Are State-of-the-Art Fine-Tuning Algorithms Able to
+                  Detect a Dummy Parameter?},
+  pages = {306--315},
+  doi = {10.1007/978-3-642-32937-1_31}
+}
+
+ +
+@inproceedings{MonRif2013gecco,
+  year = 2013,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  key = {IEEE CEC},
+  title = {A new algorithm for reducing metaheuristic design effort},
+  author = { Mar{\'i}a-Cristina Riff  and  Elizabeth Montero },
+  pages = {3283--3290},
+  doi = {10.1109/CEC.2013.6557972}
+}
+
+ +
+@incollection{MonRif2014ppsn,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  author = { Elizabeth Montero  and  Mar{\'i}a-Cristina Riff },
+  title = {Towards a Method for Automatic Algorithm Configuration: A Design Evaluation Using Tuners},
+  pages = {90--99},
+  doi = {10.1007/978-3-319-10762-2_9}
+}
+
+ +
+@incollection{MonRifNev2010,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  author = { Elizabeth Montero  and  Mar{\'i}a-Cristina Riff  and Neveu, Bertrand},
+  title = {An Evaluation of Off-line Calibration Techniques for
+                  Evolutionary Algorithms},
+  pages = {299--300}
+}
+
+ +
+@incollection{MonYos11,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011},
+  address = {Berlin\slash Heidelberg},
+  series = {Lecture Notes in Computer Science},
+  volume = 6576,
+  year = 2011,
+  publisher = {Springer},
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  title = {A Framework for Locating Logistic Facilities with
+                  Multi-Criteria Decision Analysis},
+  author = {Montibeller, Gilberto and Yoshizaki, Hugo},
+  pages = {505--519}
+}
+
+ +
+@phdthesis{Montes2011PhD,
+  author = { Marco A. {Montes de Oca} },
+  title = {Incremental Social Learning in Swarm Intelligence Systems},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2011,
+  annote = {Supervised by Marco Dorigo}
+}
+
+ +
+@phdthesis{Montgomery2005phd,
+  author = { James Montgomery },
+  title = {Solution Biases and Pheromone Representation
+                  Selection in Ant Colony Optimisation},
+  school = {School of Information Technology, Bond University},
+  year = 2005,
+  address = {Australia},
+  alias = {montgomery05:phd}
+}
+
+ +
+@book{Montgomery2012,
+  author = {Douglas C. Montgomery},
+  title = {Design and Analysis of Experiments},
+  publisher = {John Wiley \& Sons},
+  year = 2012,
+  edition = {8th},
+  address = { New York, NY}
+}
+
+ +
+@inproceedings{MooLee1994efficient,
+  address = { San Francisco, CA},
+  publisher = {Morgan Kaufmann Publishers},
+  year = 1994,
+  booktitle = {Proceedings of  the 11th International Conference on Machine Learning, {ICML} 1994},
+  editor = {William W. Cohen and Haym Hirsh},
+  author = {Moore, Andrew W. and Lee, Mary S.},
+  title = {Efficient Algorithms for Minimizing Cross Validation Error},
+  pages = {190--198}
+}
+
+ +
+@incollection{MorKat2011:evo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 6622,
+  year = 2011,
+  editor = { Peter Merz  and  Jin-Kao Hao },
+  booktitle = {Proceedings of EvoCOP 2011 -- 11th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = { A. Moraglio  and  A. Kattan },
+  title = {Geometric Generalisation of Surrogate Model Based
+                  Optimization to Combinatorial Spaces},
+  pages = {142--154}
+}
+
+ +
+@incollection{MorKat2011:gecco,
+  year = 2011,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2011},
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  author = { A. Moraglio  and Yong{-}Hyuk Kim and Yourim Yoon},
+  title = {Geometric Surrogate-based Optimisation for Permutation-based
+                  Problems},
+  pages = {133--134}
+}
+
+ +
+@inproceedings{Morris1993,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  editor = {Richard Fikes and Wendy G. Lehnert},
+  year = 1993,
+  booktitle = {Proceedings of  the 11th National Conference on Artificial Intelligence},
+  author = {Pail Morris},
+  title = {The Breakout Method for Escaping from Local Minima},
+  pages = {40--45}
+}
+
+ +
+@incollection{MosJoh03:bioinf,
+  booktitle = {Artificial Neural Networks and Genetic Algorithms},
+  key = {ICANNGA},
+  year = 2003,
+  publisher = {Springer Verlag},
+  editor = {D. W. Pearson and N. C. Steele and R. F. Albrecht},
+  author = {J. D. Moss and C. G. Johnson},
+  title = {An ant colony algorithm for multiple sequence alignment in
+                  bioinformatics},
+  pages = {182--186}
+}
+
+ +
+@techreport{Moscato1989,
+  title = {On Evolution, Search, Optimization, Genetic Algorithms
+                 and Martial Arts: Towards Memetic Algorithms},
+  author = { Pablo Moscato },
+  institution = {Caltech},
+  type = {Caltech Concurrent Computation Program, C3P Report},
+  number = 826,
+  year = 1989
+}
+
+ +
+@incollection{Moscato99,
+  alias = {CorDorGlo99},
+  address = {London, UK},
+  year = 1999,
+  publisher = {McGraw Hill},
+  editor = { David Corne  and  Marco Dorigo  and  Fred Glover },
+  booktitle = {New Ideas in Optimization},
+  author = { Pablo Moscato },
+  title = {Memetic algorithms: a short introduction},
+  pages = {219--234}
+}
+
+ +
+@phdthesis{Mou2003:PhD,
+  author = { Vincent Mousseau },
+  title = {Elicitation des pr{\'e}f{\'e}rences pour l'aide multicrit{\`e}re {\`a} la d{\'e}cision},
+  school = {Universit{\'e} Paris-Dauphine, Paris, France},
+  year = 2003
+}
+
+ +
+@misc{Moy94:opsf,
+  author = {Moy, J.},
+  title = {{RFC 1583}: Open shortest path first protocol},
+  online = {yes},
+  year = 1994
+}
+
+ +
+@misc{MuDubHooStu2017:scaling-supp,
+  author = {Zongxu Mu and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {On the Empirical Scaling of Running Time for Finding Optimal
+                  Solutions to the {TSP}: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2017-010/}},
+  year = 2017
+}
+
+ +
+@incollection{MuHooStu2016:lion,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 10079,
+  editor = {Paola Festa and  Meinolf Sellmann  and  Joaquin Vanschoren },
+  series = {Lecture Notes in Computer Science},
+  year = 2016,
+  booktitle = {Learning and Intelligent Optimization, 10th International
+                  Conference, LION 10},
+  author = {Zongxu Mu and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {The Impact of Automated Algorithm Configuration on the
+                  Scaling Behaviour of State-of-the-Art Inexact {TSP} Solvers},
+  pages = {157--172},
+  doi = {10.1007/978-3-319-50349-3_11}
+}
+
+ +
+@misc{MudKomLopKaz2019gecco-supp,
+  author = { Mudita Sharma  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Dimitar Kazakov },
+  title = {Deep Reinforcement Learning Based Parameter Control in
+                  Differential Evolution: Supplementary material},
+  howpublished = {\url{https://github.com/mudita11/DE-DDQN}},
+  doi = {10.5281/zenodo.2628228},
+  year = 2019
+}
+
+ +
+@inproceedings{MuhZim2000,
+  month = jul,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2000,
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  key = {IEEE CEC},
+  title = {Size of neighborhood more important than temperature for stochastic local search},
+  author = { H. M{\"u}hlenbein  and Zimmermann, J{\"o}rg},
+  pages = {1017--1024}
+}
+
+ +
+@incollection{Muhlenbein1991,
+  year = 1991,
+  publisher = {Morgan Kaufmann Publishers, San Mateo, CA},
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  editor = {G. Rawlins},
+  author = { H. M{\"u}hlenbein },
+  title = {Evolution in Time and Space---The Parallel Genetic Algorithm},
+  pages = {316--337}
+}
+
+ +
+@book{Mulenthaler2015fair,
+  title = {Fairness in Academic Course Timetabling},
+  author = {Moritz M{\"u}hlenthaler},
+  year = 2015,
+  publisher = {Springer},
+  doi = {10.1007/978-3-319-12799-6},
+  keywords = {irace}
+}
+
+ +
+@inproceedings{Murphy94,
+  author = { L. J. Murphy  and  Graeme C. Dandy  and  Angus R. Simpson },
+  title = {Optimum Design and Operation of Pumped Water
+                  Distribution Systems},
+  booktitle = {1994 International Conference on Hydraulics and
+                  Civil Engineering, Hidraulic working with the
+                  Environment},
+  pages = {149--155},
+  year = 1994,
+  address = {Brisbane, Australia},
+  month = feb,
+  organization = {The Institution of Engineers},
+  note = {}
+}
+
+ +
+@incollection{NagKob1997,
+  year = 1997,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  booktitle = {ICGA},
+  editor = { Thomas B{\"a}ck },
+  author = {Yuichi Nagata and Shigenobu Kobayashi},
+  title = {Edge Assembly Crossover: A High-power Genetic
+                  Algorithm for the Traveling Salesman Problem},
+  pages = {450--457}
+}
+
+ +
+@inproceedings{NagKob1999analysis,
+  year = 1999,
+  editor = {Koji Ito and Fumio Harashima and Kazuo Tanie},
+  publisher = {IEEE Press},
+  booktitle = {{IEEE} {SMC}'99 Conference Proceedings, 1999 {IEEE}
+                  International Conference on Systems, Man, and Cybernetics},
+  key = {SMC},
+  author = {Yuichi Nagata and Shigenobu Kobayashi},
+  title = {An analysis of edge assembly crossover for the traveling
+                  salesman problem},
+  doi = {10.1109/icsmc.1999.823285},
+  pages = {628--633}
+}
+
+ +
+@inproceedings{NagSucDum2012,
+  author = {R. Nagy and M. Suciu and D. Dumitrescu},
+  booktitle = {Symbolic and Numeric Algorithms for Scientific Computing
+                  (SYNASC), 2012 14th International Symposium on},
+  title = {Exploring {Lorenz} Dominance},
+  year = 2012,
+  pages = {254--259}
+}
+
+ +
+@inproceedings{NaiHin2010rectified,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the 27th International Conference on Machine Learning, {ICML} 2010},
+  editor = {Johannes F{\"u}rnkranz and Thorsten Joachims},
+  author = {Nair, Vinod and Hinton, Geoffrey E.},
+  title = {Rectified linear units improve restricted boltzmann machines},
+  pages = {807--814}
+}
+
+ +
+@incollection{NalWagNeu2014ppsn,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  author = { Samadhi Nallaperuma  and  Markus Wagner  and  Frank Neumann },
+  title = {Parameter Prediction Based on Features of Evolved Instances
+                  for Ant Colony Optimization and the Traveling Salesperson
+                  Problem},
+  pages = {100--109},
+  doi = {10.1007/978-3-319-10762-2_10}
+}
+
+ +
+@incollection{NanEib2006gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2006,
+  editor = {M. Cattolico and others},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2006},
+  author = {V. Nannen and  Agoston E. Eiben },
+  title = {A Method for Parameter Calibration and Relevance Estimation
+                  in Evolutionary Algorithms},
+  pages = {183--190},
+  keywords = {REVAC},
+  doi = {10.1145/1143997.1144029}
+}
+
+ +
+@inproceedings{NanEib2007ijcai,
+  publisher = {AAAI Press, Menlo Park, CA},
+  editor = {Manuela M. Veloso},
+  year = 2007,
+  booktitle = {Proceedings of  the 20th International Joint Conference on Artificial Intelligence (IJCAI-07)},
+  author = {V. Nannen and  Agoston E. Eiben },
+  title = {Relevance Estimation and Value Calibration of Evolutionary
+                  Algorithm Parameters},
+  pages = {975--980},
+  keywords = {REVAC}
+}
+
+ +
+@incollection{NasMesUgo2012,
+  volume = 7492,
+  year = 2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  editor = { Carlos A. {Coello Coello}  and others},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {II}},
+  author = {Youssef S. G. Nashed and Pablo Mesejo and Roberto Ugolotti and  J{\'e}r{\'e}mie Dubois-Lacoste  and Stefano Cagnoni},
+  title = {A Comparative Study of Three {GPU}-Based Metaheuristics},
+  pages = {398--407},
+  doi = {10.1007/978-3-642-32964-7_40}
+}
+
+ +
+@inproceedings{NebDurCoe2013cec,
+  year = 2013,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  key = {IEEE CEC},
+  author = { Nebro, Antonio J.  and  Durillo, Juan J.  and  Carlos A. {Coello Coello} },
+  title = {Analysis of leader selection strategies in a multi-objective
+                  {Particle} {Swarm} {Optimizer}},
+  pages = {3153--3160},
+  doi = {10.1109/CEC.2013.6557955}
+}
+
+ +
+@inproceedings{NebDurGar2009smpso,
+  author = { Nebro, Antonio J.  and  Durillo, Juan J.  and  Jos{\'e} Garc{\'i}a-Nieto  and  Carlos A. {Coello Coello}  and F. Luna and  Alba, Enrique },
+  doi = {10.1109/MCDM.2009.4938830},
+  isbn = 9781424427642,
+  booktitle = {2009 IEEE Symposium on Computational Intelligence in
+                  Multi-Criteria Decision-Making (MCDM)},
+  pages = {66--73},
+  title = {{SMPSO}: A new {PSO}-based metaheuristic for multi-objective
+                  optimization},
+  year = 2009
+}
+
+ +
+@incollection{NebDurVer2015jmetal,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2015},
+  author = { Nebro, Antonio J.  and  Durillo, Juan J.  and Vergne, Matthieu},
+  title = {Redesigning the {jMetal} Multi-Objective Optimization
+                  Framework},
+  keywords = {JMetal, Multi-objective metaheuristics, Open source,
+                  Optimization framework},
+  pages = {1093--1100},
+  numpages = 8,
+  doi = {10.1145/2739482.2768462}
+}
+
+ +
+@incollection{NebLopBarGar2019gecco,
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Nebro, Antonio J.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Barba-Gonz{\'a}lez, Crist{\'o}bal  and  Jos{\'e} Garc{\'i}a-Nieto },
+  title = {Automatic Configuration of {NSGA-II} with {jMetal} and irace},
+  pages = {1374--1381},
+  doi = {10.1145/3319619.3326832}
+}
+
+ +
+@book{NemWol88,
+  author = {G. L. Nemhauser and L. A. Wolsey},
+  title = {Integer and Combinatorial Optimization},
+  publisher = {John Wiley \& Sons},
+  address = { New York, NY},
+  year = 1988
+}
+
+ +
+@incollection{NikJac2010,
+  address = { New York, NY},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  title = {Simulated Annealing},
+  author = { Alexander G. Nikolaev  and  Sheldon H. Jacobson },
+  pages = {1--39},
+  publisher = {Springer}
+}
+
+ +
+@inproceedings{NikMarJan2009,
+  title = {Instance-based selection of policies for {SAT} solvers},
+  author = {Nikoli{\'c}, Mladen and Mari{\'c}, Filip and Jani{\v{c}}i{\'c}, Predrag},
+  booktitle = {International Conference on Theory and Applications of Satisfiability Testing},
+  pages = {326--340},
+  year = 2009,
+  organization = {Springer}
+}
+
+ +
+@incollection{NisOyaAkiAguTan2014:space,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8426,
+  editor = { Panos M. Pardalos  and  Mauricio G. C. Resende  and Chrysafis Vogiatzis and Jose
+                  L. Walteros},
+  series = {Lecture Notes in Computer Science},
+  year = 2014,
+  booktitle = {Learning and Intelligent Optimization, 8th International Conference, LION 8},
+  author = {Y. Nishio and A. Oyama and Y. Akimoto and  Aguirre, Hern\'{a}n E.  and  Tanaka, Kiyoshi },
+  title = {Many-objective Optimization of Trajectory Design for
+                  {DESTINY} Mission}
+}
+
+ +
+@book{NixAgu2012,
+  title = {Feature extraction \& image processing for computer vision},
+  author = {Nixon, Mark S. and Aguado, Alberto S.},
+  year = 2012,
+  publisher = {Academic Press},
+  address = { New York, NY}
+}
+
+ +
+@incollection{NobVerWan2021gecco,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  author = {Jacob de Nobel and  Diederick Vermetten  and  Wang, Hao  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {Tuning as a means of assessing the benefits of new ideas in
+                  interplay with existing algorithmic modules},
+  pages = {1375--1384},
+  doi = {10.1145/3449726.3463167},
+  supplement = {https://doi.org/10.5281/zenodo.4524959}
+}
+
+ +
+@misc{NobVerWan2021gecco-supp,
+  author = {Jacob de Nobel and  Diederick Vermetten  and  Wang, Hao  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {Data and Code from Tuning as a means of assessing the
+                  benefits of new ideas in interplay with existing algorithmic
+                  modules},
+  month = feb,
+  year = 2021,
+  publisher = {Zenodo},
+  version = {1.0},
+  doi = {10.5281/zenodo.4524959}
+}
+
+ +
+@book{NocWri2006,
+  author = {Jorge Nocedal and Stephen J. Wright},
+  title = {Numerical Optimization},
+  publisher = {Springer},
+  year = 2006,
+  edition = {2nd}
+}
+
+ +
+@incollection{NouDriGhe2016,
+  volume = 464,
+  series = {Advances in Intelligent Systems and Computing},
+  publisher = {Springer International Publishing},
+  editor = {Silhavy, Radek and Senkerik, Roman and Oplatkova, Zuzana Kominkova and Silhavy, Petr and Prokopova, Zdenka},
+  year = 2016,
+  booktitle = {Artificial Intelligence Perspectives in Intelligent Systems},
+  title = {A Classification Schema for the Job Shop Scheduling Problem with Transportation Resources: State-of-the-Art Review},
+  author = {Nouri, Houssem Eddine and Driss, Olfa Belkahla and Gh{\'e}dira, Khaled},
+  pages = {1--11}
+}
+
+ +
+@incollection{Now2014hv,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  title = {Empirical Performance of the Approximation of the Least
+                  Hypervolume Contributor},
+  author = {Nowak, Krzysztof and M{\"a}rtens, Marcus and  Dario Izzo },
+  pages = {662--671}
+}
+
+ +
+@inproceedings{OMaHebHolNugOSu2008cphydra,
+  title = {Using case-based reasoning in an algorithm portfolio for
+                  constraint solving},
+  author = {O'Mahony, Eoin and Hebrard, Emmanuel and Holland, Alan and
+                  Nugent, Conor and   O'Sullivan, Barry },
+  booktitle = {Irish Conference on Artificial Intelligence and Cognitive
+                  Science},
+  pages = {210--216},
+  editor = {Bridge and others},
+  year = 2008
+}
+
+ +
+@incollection{ObaSas2003visualization,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  title = {Visualization and data mining of {Pareto} solutions using
+                  self-organizing map},
+  author = {Obayashi, Shigeru and Sasaki, Daisuke},
+  pages = {796--809},
+  keywords = {objective reduction}
+}
+
+ +
+@incollection{OchHydCur2012evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 7245,
+  year = 2012,
+  editor = { Jin-Kao Hao  and  Martin Middendorf },
+  booktitle = {Proceedings of EvoCOP 2012 -- 12th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  title = {Hyflex: A benchmark framework for cross-domain heuristic
+                  search},
+  author = { Gabriela Ochoa  and Matthew Hyde and Tim Curtois and Jose
+                  A. Vazquez-Rodriguez and James Walker and  Michel Gendreau  and  Graham Kendall  and  Barry McCollum  and  Andrew J. Parkes  and Sanja Petrovic and  Edmund K. Burke },
+  pages = {136--147}
+}
+
+ +
+@incollection{OchTomVerDar2008,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  editor = {Conor Ryan},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  author = { Gabriela Ochoa  and Tomassini, Marco and  Verel, S{\'e}bastien  and Darabos, Christian},
+  title = {A Study of {NK} Landscapes' Basins and Local Optima Networks},
+  pages = {555--562}
+}
+
+ +
+@inproceedings{OddRasCesSmi2011,
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA},
+  editor = {Toby Walsh},
+  year = 2011,
+  booktitle = {Proceedings of  the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11)},
+  author = { Angelo Oddi  and Riccardo Rasconi and  Amadeo Cesta  and  Stephen F. Smith },
+  title = {Iterative Flattening Search for the Flexible Job Shop Scheduling Problem},
+  pages = {1991--1996}
+}
+
+ +
+@incollection{OjaPodMie2016ppsn,
+  isbn = {978-3-319-45822-9},
+  year = 2016,
+  volume = 9921,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Julia Handl  and  Emma Hart  and  Lewis, P. R.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Gabriela Ochoa  and  Ben Paechter },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIV}},
+  author = {Vesa Ojalehto and Dmitry Podkopaev and  Kaisa Miettinen },
+  title = {Towards Automatic Testing of Reference Point Based
+                  Interactive Methods},
+  pages = {483--492},
+  doi = {10.1007/978-3-319-45823-6_45},
+  keywords = {artificial DMs},
+  abstract = {In this research, we proposed to build an automated framework
+                  for testing interactive multiobjective optimization methods,
+                  without utilizing a value function to represent the DM's
+                  preferences. This was achieved by replacing the human DM with
+                  an artificial DM constructed from two distinct parts: the
+                  steady part and the current context. With the steady part the
+                  artificial DM tries to maintain the search towards its
+                  preferences, while at the same time the current context
+                  allows changing the direction as well as ending the solution
+                  process prematurely, mimicking actions of a human DM.}
+}
+
+ +
+@inproceedings{OliHusRolDorStu2017cec,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = {Sabrina M. Oliveira and Mohamed Saifullah Hussin and  Andrea Roli  and  Marco Dorigo  and  Thomas St{\"u}tzle },
+  title = {Analysis of the Population-based Ant Colony Optimization Algorithm for the {TSP} and the {QAP}},
+  pages = {1734--1741}
+}
+
+ +
+@incollection{OlsBarUrb2016gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2016},
+  author = {Olson, Randal S. and Bartley, Nathan and Urbanowicz, Ryan
+                  J. and Moore, Jason H.},
+  title = {Evaluation of a Tree-based Pipeline Optimization Tool for
+                  Automating Data Science},
+  pages = {485--492},
+  numpages = 8,
+  doi = {10.1145/2908812.2908918},
+  acmid = 2908918,
+  keywords = {TPOT}
+}
+
+ +
+@incollection{OlsUrbAnd2016evobio,
+  volume = 9597,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  year = 2016,
+  editor = {Squillero, Giovanni and Burelli, Paolo},
+  author = {Olson, Randal S. and Urbanowicz, Ryan J. and Andrews, Peter
+                  C. and Lavender, Nicole A. and Kidd, La Creis and Moore,
+                  Jason H.},
+  title = {Automating Biomedical Data Science Through Tree-Based
+                  Pipeline Optimization},
+  pages = {123--137},
+  doi = {10.1007/978-3-319-31204-0_9},
+  keywords = {TPOT}
+}
+
+ +
+@inproceedings{OstSal04,
+  author = { Avi Ostfeld  and Elad Salomons},
+  title = {Optimal Scheduling of Pumping and Chlorine
+                  Injections under Unsteady Hydraulics},
+  booktitle = {Critical Transitions In Water And Environmental
+                  Resources Management},
+  pages = {1--9},
+  year = 2004,
+  editor = {Gerald Sehlke and Donald F. Hayes and David
+                  K. Stevens},
+  month = jul,
+  abstract = {This paper describes the methodology and application
+                  of a genetic algorithm (GA) scheme, tailor-made to
+                  EPANET for simultaneously optimizing the scheduling
+                  of existing pumping and booster disinfection units,
+                  as well as the design of new disinfection booster
+                  chlorination stations, under unsteady
+                  hydraulics. The objective is to minimize the total
+                  cost of operating the pumping units and the chlorine
+                  booster operation and design for a selected
+                  operational time horizon, while delivering the
+                  consumers required water quantities, at acceptable
+                  pressures and chlorine residual concentrations. The
+                  decision variables, for each of the time steps that
+                  encompass the total operational time horizon,
+                  include: the scheduling of the pumping units,
+                  settings of the water distribution system control
+                  valves, and the mass injection rates at each of the
+                  booster chlorination stations. The constraints are
+                  domain heads and chlorine concentrations at the
+                  consumer nodes, maximum injection rates at the
+                  chlorine injection stations, maximum allowable
+                  amounts of water withdraws at the sources, and
+                  returning at the end of the operational time horizon
+                  to a prescribed total volume in the tanks. The model
+                  is demonstrated through an example application.}
+}
+
+ +
+@incollection{OztTsoVin2005:mcda,
+  editor = { Jos{\'e} Rui Figueira  and  Salvatore Greco  and  Matthias Ehrgott },
+  year = 2005,
+  publisher = {Springer},
+  booktitle = {Multiple Criteria Decision Analysis, State of the
+                  Art Surveys},
+  author = { Meltem {\"O}zt{\"u}rk  and  Alexis Tsouki{\`a}s  and  Philippe Vincke },
+  title = {Preference Modelling},
+  chapter = 2,
+  pages = {27--72}
+}
+
+ +
+@techreport{PagStu2018:pfsp,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Stochastic Local Search Algorithms
+                 for Permutation Flowshop Problems},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  number = {TR/IRIDIA/2018-005},
+  year = 2018,
+  month = apr,
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2018-005.pdf}
+}
+
+ +
+@misc{PagStu2018:pfsp-supp,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Automatic Design of Hybrid Stochastic Local Search Algorithms
+  for Permutation Flowshop Problems: Supplementary Material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2018-002/}},
+  year = 2018
+}
+
+ +
+@misc{PagStu2019:pfsp-supp,
+  author = { Federico Pagnozzi  and  Thomas St{\"u}tzle },
+  title = {Automatic design of hybrid stochastic local search algorithms for permutation flowshop problems with additional constraints},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2018-002/}},
+  year = 2019
+}
+
+ +
+@phdthesis{Pagnozzi2019PhD,
+  author = { Federico Pagnozzi },
+  title = {Automatic Design of Hybrid Stochastic Local Search Algorithms},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2019,
+  annote = {Supervised by Thomas St\"utzle}
+}
+
+ +
+@inproceedings{PanIshSha2020,
+  title = {Algorithm configurations of {MOEA/D} with an unbounded
+                  external archive},
+  author = {Pang, Lie Meng and  Ishibuchi, Hisao  and Shang, Ke},
+  booktitle = {2020 IEEE International Conference on Systems, Man, and
+                  Cybernetics (SMC)},
+  year = 2020,
+  organization = {IEEE},
+  pages = {1087--1094}
+}
+
+ +
+@incollection{PanVerLopBac2024transfer,
+  location = {Melbourne, Australia},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2024},
+  publisher = {ACM Press},
+  year = 2024,
+  editor = { Julia Handl  and  Li, Xiaodong },
+  author = {Shuaiqun Pan and  Diederick Vermetten  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas B{\"a}ck  and  Wang, Hao },
+  title = {Transfer Learning of Surrogate Models via Domain Affine
+                  Transformation},
+  doi = {10.1145/3638529.3654032}
+}
+
+ +
+@misc{PanVerLopBac2024transfer-supp,
+  author = {Shuaiqun Pan and  Diederick Vermetten  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas B{\"a}ck  and  Wang, Hao },
+  title = {Transfer Learning of Surrogate Models via Domain Affine
+                  Transformation: Supplementary Material},
+  howpublished = {\url{https://doi.org/10.5281/zenodo.10608095}},
+  year = 2024,
+  publisher = {Zenodo}
+}
+
+ +
+@book{PapSte1982:ph,
+  author = { Christos H. Papadimitriou  and Steiglitz, K.},
+  title = {Combinatorial Optimization -- Algorithms and
+                  Complexity},
+  publisher = {Prentice Hall, Englewood Cliffs, NJ},
+  year = 1982
+}
+
+ +
+@inproceedings{PapYan2000focs,
+  publisher = {IEEE Computer Society Press},
+  year = 2000,
+  booktitle = {41st Annual Symposium on Foundations of Computer Science},
+  editor = {Avrim Blum},
+  author = { Christos H. Papadimitriou  and  Mihalis Yannakakis },
+  title = {On the Approximability of Trade-offs and Optimal
+                  Access of Web Sources},
+  pages = {86--92},
+  doi = {10.1109/SFCS.2000.892068}
+}
+
+ +
+@mastersthesis{Paq2001:Msc,
+  author = { Lu{\'i}s Paquete },
+  title = {Algoritmos Evolutivos Multiobjectivo para
+                  Afecta\c{c}\~ao de Recursos e sua Aplica\c{c}\~ao
+                  \`a Gera\c{c}\~ao de Hor\'arios em Universidades
+                  ({Multiobjective} Evolutionary Algorithms for
+                  Resource Allocation and their Application to
+                  University Timetabling)},
+  school = {University of Algarve},
+  year = 2001,
+  note = {In Portuguese},
+  abstract = {The aim of this study is the application of
+                  multiobjective evolutionary algorithms to resource
+                  allocation problems, such as university examination
+                  timetabling and course timetabling
+                  problems. Usually, these problems are characterized
+                  by multiple conflicting objectives. A multiobjective
+                  formalization of these problems is presented, based
+                  on goals and priorities. Various aspects of
+                  evolutionary algorithms are proposed and studied for
+                  these problems, particulary, selection methods and
+                  types and parameters of mutation operator. The
+                  choice of both representation and operators is made
+                  so as not to favour excessively certain objectives
+                  with respect to others at the level of the
+                  exploration mechanism. A comparative study of
+                  performance is presented for the proposed algorithms
+                  by means of statistical inference, based on real
+                  problems of the University of Algarve. The notion of
+                  attainment functions is used as a base for the
+                  assessment of performance of multiobjective
+                  evolutionary algorithms. Finally, the evolution of
+                  the solution cost during the runs is analysed by
+                  means of attainment functions, as well.}
+}
+
+ +
+@phdthesis{Paq2005:PhD,
+  author = { Lu{\'i}s Paquete },
+  title = {Stochastic Local Search Algorithms for Multiobjective
+                  Combinatorial Optimization: Methods and Analysis},
+  school = {FB Informatik, TU Darmstadt, Germany},
+  year = 2005
+}
+
+ +
+@incollection{PaqChiStu2004mmo,
+  year = 2004,
+  address = {Berlin\slash Heidelberg},
+  publisher = {Springer},
+  volume = 535,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  editor = { Xavier Gandibleux  and Marc Sevaux and  Kenneth S{\"o}rensen  and  V. {T'Kindt} },
+  booktitle = {Metaheuristics for Multiobjective Optimisation},
+  author = { Lu{\'i}s Paquete  and  Marco Chiarandini  and  Thomas St{\"u}tzle },
+  title = {{Pareto} Local Optimum Sets in the Biobjective Traveling
+                  Salesman Problem: An Experimental Study},
+  pages = {177--199},
+  alias = {lpaquete:10},
+  abstract = {In this article, we study {Pareto} local optimum sets for the
+                  biobjective Traveling Salesman Problem applying
+                  straightforward extensions of local search algorithms for the
+                  single objective case. The performance of the local search
+                  algorithms is illustrated by experimental results obtained
+                  for well known benchmark instances and comparisons to methods
+                  from literature.  In fact, a 3-opt local search is able to
+                  compete with the best performing metaheuristics in terms of
+                  solution quality. Finally, we also present an empirical study
+                  of the features of the solutions found by 3-opt on a set of
+                  randomly generated instances. The results indicate the
+                  existence of several clusters of near-optimal solutions that
+                  are separated by only a few edges.},
+  keywords = {Pareto local search, PLS},
+  doi = {10.1007/978-3-642-17144-4_7}
+}
+
+ +
+@techreport{PaqFonLop06-CSI-klee,
+  author = { Lu{\'i}s Paquete  and  Carlos M. Fonseca  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {An optimal algorithm for a special case of {Klee}'s
+                  measure problem in three dimensions},
+  institution = {CSI, Universidade do Algarve},
+  year = 2006,
+  number = {CSI-RT-I-01/2006},
+  abstract = {The measure of the region dominated by (the maxima
+                  of) a set of $n$ points in the positive $d$-orthant
+                  has been proposed as an indicator of performance in
+                  multiobjective optimization, known as the
+                  hypervolume indicator, and the problem of computing
+                  it efficiently is attracting increasing
+                  attention. In this report, this problem is
+                  formulated as a special case of Klee's measure
+                  problem in $d$ dimensions, which immediately
+                  establishes $O(n^{d/2}\log n)$ as a, possibly
+                  conservative, upper bound on the required
+                  computation time. Then, an $O(n log n)$ algorithm
+                  for the 3-dimensional version of this special case
+                  is constructed, based on an existing dimension-sweep
+                  algorithm for the related maxima problem. Finally,
+                  $O(n log n)$ is shown to remain a lower bound on the
+                  time required by the hypervolume indicator for
+                  $d>1$, which attests the optimality of the algorithm
+                  proposed.},
+  note = {Superseded by paper in IEEE Transactions on Evolutionary Computation~\cite{BeuFonLopPaqVah09:tec}},
+  annote = {Proof of Theorem 3.1 is incorrect}
+}
+
+ +
+@incollection{PaqStu08:lnems,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Clusters of non-dominated solutions in multiobjective
+                  combinatorial optimization: An experimental analysis},
+  booktitle = {Multiobjective Programming and Goal Programming: Theoretical
+                  Results and Practical Applications},
+  pages = {69--77},
+  year = 2009,
+  volume = 618,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  editor = {V. Barichard and M. Ehrgott and  Xavier Gandibleux  and V. T'Kindt},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  doi = {10.1007/978-3-540-85646-7}
+}
+
+ +
+@incollection{PaqStu2002:evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2279,
+  editor = {S. Cagnoni and others},
+  aeditor = {S. Cagnoni and J. Gottlieb and E. Hart  and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  year = 2002,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2002},
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {An Experimental Investigation of Iterated Local Search for Coloring Graphs},
+  pages = {122--131}
+}
+
+ +
+@incollection{PaqStu2003tpls,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {A Two-Phase Local Search for the Biobjective
+                  Traveling Salesman Problem},
+  pages = {479--493},
+  alias = {lpaquete:8}
+}
+
+ +
+@incollection{PaqStu2018handbook,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle },
+  title = {Stochastic Local Search Algorithms for Multiobjective
+                  Combinatorial Optimization: {A} Review},
+  booktitle = {Handbook of Approximation Algorithms and Metaheuristics},
+  pages = {411--425},
+  publisher = {Chapman \& Hall/CRC},
+  address = { Boca Raton, FL},
+  doi = {10.1201/9781351236423-24},
+  year = 2018,
+  editor = {Teofilo F. Gonzalez},
+  alias = {paquete18}
+}
+
+ +
+@techreport{PaqStuLop-IRIDIA-2005-029,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {On the design and analysis of {SLS} algorithms for
+                  multiobjective combinatorial optimization problems},
+  institution = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2005,
+  number = {TR/IRIDIA/2005-029},
+  abstract = {Effective Stochastic Local Search (SLS) algorithms
+                  can be seen as being composed of several algorithmic
+                  components, each of which plays some specific role
+                  with respect to overall performance. In this
+                  article, we explore the application of experimental
+                  design techniques to analyze the effect of different
+                  choices for these algorithmic components on SLS
+                  algorithms applied to Multiobjective Combinatorial
+                  Optimization Problems that are solved in terms of
+                  {Pareto} optimality. This analysis is done using the
+                  example application of SLS algorithms to the
+                  biobjective Quadratic Assignment Problem and we show
+                  also that the same choices for algorithmic
+                  components can lead to different behavior in
+                  dependence of various instance features, such as the
+                  structure of input data and the correlation between
+                  objectives.},
+  url = {http://iridia.ulb.ac.be/IridiaTrSeries/link/IridiaTr2005-029.pdf}
+}
+
+ +
+@inproceedings{PaqStuLop05mic,
+  address = {Vienna, Austria},
+  year = 2005,
+  booktitle = {6th Metaheuristics International Conference (MIC 2005)},
+  editor = { Karl F. Doerner  and  Michel Gendreau  and Peter Greistorfer and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Marc Reimann },
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Towards the Empirical Analysis of {SLS} Algorithms
+                  for Multiobjective Combinatorial Optimization
+                  Problems through Experimental Design},
+  pages = {739--746},
+  abstract = { Stochastic Local Search (SLS) algorithms for
+                  Multiobjective Combinatorial Optimization Problems
+                  (MCOPs) typically involve the selection and
+                  parameterization of many algorithm components whose
+                  role with respect to their overall performance and
+                  relation to certain instance features is often not
+                  clear. In this abstract, we use a modular approach
+                  for the design of SLS algorithms for MCOPs defined
+                  in terms of {Pareto} optimality and we present an
+                  extensive analysis of SLS algorithms through
+                  experimental design techniques, where each algorithm
+                  component is considered a factor. The experimental
+                  analysis is based on a sound experimental
+                  methodology for analyzing the output of algorithms
+                  for MCOPs. We show that different choices for
+                  algorithm components can lead to different behavior
+                  in dependence of various instance features.}
+}
+
+ +
+@incollection{PaqStuLop07metaheuristics,
+  author = { Lu{\'i}s Paquete  and  Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Using experimental design to analyze stochastic local search
+                  algorithms for multiobjective problems},
+  booktitle = {Metaheuristics: Progress in Complex Systems Optimization},
+  pages = {325--344},
+  year = 2007,
+  doi = {10.1007/978-0-387-71921-4_17},
+  volume = 39,
+  series = {Operations Research / Computer Science Interfaces},
+  publisher = {Springer},
+  address = { New York, NY},
+  annote = {Post-Conference Proceedings of the 6th Metaheuristics
+                  International Conference (MIC 2005)},
+  editor = {Karl F. Doerner and Michel Gendreau and Peter Greistorfer and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Marc Reimann },
+  abstract = {Stochastic Local Search (SLS) algorithms can be seen as being
+                  composed of several algorithmic components, each playing some
+                  specific role with respect to overall performance. This
+                  article explores the application of experimental design
+                  techniques to analyze the effect of components of SLS
+                  algorithms for Multiobjective Combinatorial Optimization
+                  problems, in particular for the Biobjective Quadratic
+                  Assignment Problem. The analysis shows that there exists a
+                  strong dependence between the choices for these components
+                  and various instance features, such as the structure of the
+                  input data and the correlation between the objectives.}
+}
+
+ +
+@incollection{Paulli1993,
+  publisher = {Springer},
+  year = 1993,
+  editor = { Vidal, Ren{\'e} Victor Valqui  },
+  booktitle = {Applied Simulated Annealing},
+  title = {A computational comparison of simulated annealing and tabu search applied to the quadratic assignment problem},
+  author = {Paulli, J},
+  pages = {85--102}
+}
+
+ +
+@incollection{PavDelKes2019,
+  doi = {10.1145/3321707},
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = {Pavelski, Lucas Marcondes and Delgado, Myriam Regattieri and  Marie-El{\'e}onore Kessaci },
+  title = {Meta-Learning on Flowshop Using Fitness Landscape Analysis},
+  pages = {925--933}
+}
+
+ +
+@book{Pea84,
+  author = { Judea Pearl },
+  title = {Heuristics: Intelligent Search Strategies for Computer
+                  Problem Solving},
+  publisher = {Addison-Wesley},
+  address = { Reading, MA},
+  year = 1984
+}
+
+ +
+@book{Pea93,
+  author = {Glen S. Peace},
+  title = {Taguchi Methods: A Hands-On Approach},
+  publisher = {Addison-Wesley},
+  year = 1993
+}
+
+ +
+@inproceedings{Pea2012uai,
+  year = 2013,
+  publisher = {AUAI Press},
+  editor = { Nando de Freitas  and Murphy, Kevin},
+  booktitle = {Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence
+                  (UAI'12), Catalina Island, CA August 14-18 2012},
+  title = {The do-calculus revisited},
+  author = { Judea Pearl },
+  pages = {4--11}
+}
+
+ +
+@inproceedings{PeaBar2011aaai,
+  year = 2011,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Wolfram Burgard and Dan Roth},
+  title = {Transportability of causal and statistical relations: A formal approach},
+  author = { Judea Pearl  and  Elias Bareinboim },
+  pages = {247--254}
+}
+
+ +
+@book{PeaMac2018,
+  title = {The book of why: the new science of cause and effect},
+  author = { Judea Pearl  and Mackenzie, Dana},
+  year = 2018,
+  publisher = {Basic books}
+}
+
+ +
+@book{Pearl2009causality,
+  author = { Judea Pearl },
+  title = {Causality: Models, Reasoning and Inference},
+  year = 2009,
+  publisher = {Cambridge University Press},
+  edition = {2nd}
+}
+
+ +
+@incollection{PedCarCanVen2014,
+  author = {Juan A. Pedraza and  Carlos Garc{\'i}a-Mart{\'i}nez  and Alberto Cano and Sebasti\'an Ventura},
+  title = {Classification Rule Mining with Iterated Greedy},
+  booktitle = {Hybrid Artificial Intelligence Systems - 9th International Conference,
+               {HAIS} 2014, Salamanca, Spain, June 11-13, 2014. Proceedings},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2014,
+  editor = {Marios M. Polycarpou and Andr{\'{e}} Carlos Ponce Leon Ferreira de Carvalho and Jeng{-}Shyang Pan and Michal Wozniak and H{\'{e}}ctor Quinti{\'{a}}n and Emilio Corchado},
+  volume = 8480,
+  series = {Lecture Notes in Computer Science},
+  pages = {585--596}
+}
+
+ +
+@incollection{PedTak2013emco,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  author = {Pedro, Luciana R. and  Takahashi, R. H. C. },
+  title = {Decision-Maker Preference Modeling in Interactive
+                  Multiobjective Optimization},
+  pages = {811--824},
+  doi = {10.1007/978-3-642-37140-0_60},
+  keywords = {decision-maker, interactive, neural networks}
+}
+
+ +
+@incollection{PelBir2007:slse,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4638,
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  year = 2007,
+  booktitle = {Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS~2007},
+  author = { Paola Pellegrini  and  Mauro Birattari },
+  title = {Implementation Effort and Performance},
+  pages = {31--45}
+}
+
+ +
+@incollection{PelFavMor06,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  author = { Paola Pellegrini  and  D. Favaretto  and  E. Moretti },
+  title = {On {\MaxMinAntSystem}'s Parameters},
+  pages = {203--214}
+}
+
+ +
+@incollection{PelFavMor09:NICSO,
+  doi = {10.1007/978-3-642-03211-0},
+  editor = {Natalio Krasnogor and Belén Melián-Batista and José
+                  Andrés Moreno-Pérez and J. Marcos Moreno-Vega and David Alejandro Pelta},
+  address = { Berlin, Germany},
+  volume = 236,
+  series = {Studies in Computational Intelligence},
+  year = 2009,
+  publisher = {Springer},
+  booktitle = {Nature Inspired Cooperative Strategies for Optimization
+                  (NICSO 2008)},
+  author = { Paola Pellegrini  and  D. Favaretto  and  E. Moretti },
+  title = {Exploration in stochastic algorithms: An application
+                  on {\MaxMinAntSystem}},
+  pages = {1--13}
+}
+
+ +
+@incollection{PelStuBir2010,
+  volume = 6234,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Gianni A. {Di Caro}  and Doursat, R. and Engelbrecht, A. P. and Floreano,
+                  D. and Gambardella, L. M. and Gro\ss, R. and Sahin,
+                  E. and  Thomas St{\"u}tzle  and Sayama, H.},
+  editor = { Marco Dorigo  and others},
+  year = 2010,
+  booktitle = {Swarm Intelligence, 7th International Conference, ANTS 2010},
+  author = { Paola Pellegrini  and  Thomas St{\"u}tzle  and  Mauro Birattari },
+  title = {Off-line vs. On-line Tuning: A Study on {\MaxMinAntSystem}
+                  for the {TSP}},
+  pages = {239--250},
+  doi = {10.1007/978-3-642-15461-4_21}
+}
+
+ +
+@incollection{PerBisStu2017rf,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2017},
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Bernd Bischl  and  Thomas St{\"u}tzle },
+  title = {Evaluating random forest models for irace},
+  pages = {1146--1153},
+  doi = {10.1145/3067695.3082057}
+}
+
+ +
+@incollection{PerLopHooStu2017:lion,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 10556,
+  editor = { Roberto Battiti  and Dmitri E. Kvasov and Yaroslav D. Sergeyev},
+  year = 2017,
+  booktitle = {Learning and Intelligent Optimization, 11th International
+                  Conference, LION 11},
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {An Experimental Study of Adaptive Capping in {\rpackage{irace}}},
+  pages = {235--250},
+  doi = {10.1007/978-3-319-69404-7_17},
+  supplement = {http://iridia.ulb.ac.be/supp/IridiaSupp2016-007/}
+}
+
+ +
+@misc{PerLopHooStu2017:lion-supp,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Holger H. Hoos  and  Thomas St{\"u}tzle },
+  title = {An experimental study of adaptive capping in irace: Supplementary material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2016-007/}},
+  year = 2017
+}
+
+ +
+@incollection{PerLopStu2014ants,
+  volume = 8667,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  year = 2014,
+  booktitle = {Swarm Intelligence, 9th International Conference, ANTS 2014},
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Ant Colony Optimization on a Budget of 1000},
+  doi = {10.1007/978-3-319-09952-1_5},
+  pages = {50--61}
+}
+
+ +
+@incollection{PerLopStu2014evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 8600,
+  series = {Lecture Notes in Computer Science},
+  year = 2014,
+  booktitle = {Proceedings of EvoCOP 2014 -- 14th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Christian Blum  and  Gabriela Ochoa },
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {An Analysis of Parameters of irace},
+  doi = {10.1007/978-3-662-44320-0_4},
+  pages = {37--48}
+}
+
+ +
+@misc{PerLopStu2015budget-supp,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Ant Colony Optimization on a Budget of 1000: {Supplementary} material},
+  url = {http://iridia.ulb.ac.be/supp/IridiaSupp2015-004},
+  year = 2015
+}
+
+ +
+@incollection{PerPagFraStu2017gcc,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Lutton, Evelyne and Legrand, Pierrick and Parrend, Pierre and  Nicolas Monmarch{\'e}  and  Marc Schoenauer },
+  volume = 10764,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {EA 2017: Artificial Evolution},
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Federico Pagnozzi  and  Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Automatic Configuration of {GCC} Using {\rpackage{irace}}},
+  pages = {202--216},
+  abstract = {Automatic algorithm configuration techniques have proved to
+                  be successful in finding performance-optimizing parameter
+                  settings of many search-based decision and optimization
+                  algorithms. A recurrent, important step in software
+                  development is the compilation of source code written in some
+                  programming language into machine-executable code. The
+                  generation of performance-optimized machine code itself is a
+                  difficult task that can be parametrized in many different
+                  possible ways. While modern compilers usually offer different
+                  levels of optimization as possible defaults, they have a
+                  larger number of other flags and numerical parameters that
+                  impact properties of the generated machine-code. While the
+                  generation of performance-optimized machine code has received
+                  large attention and is dealt with in the research area of
+                  auto-tuning, the usage of standard automatic algorithm
+                  configuration software has not been explored, even though, as
+                  we show in this article, the performance of the compiled code
+                  has significant stochasticity, just as standard optimization
+                  algorithms. As a practical case study, we consider the
+                  configuration of the well-known GNU compiler collection (GCC)
+                  for minimizing the run-time of machine code for various
+                  heuristic search methods. Our experimental results show that,
+                  depending on the specific code to be optimized, improvements
+                  of up to 40{\%} of execution time when compared to the -O2
+                  and -O3 optimization flags is possible.},
+  doi = {10.1007/978-3-319-78133-4_15}
+}
+
+ +
+@misc{PerPagFraStu2017gccsup,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Federico Pagnozzi  and  Alberto Franzin  and  Thomas St{\"u}tzle },
+  title = {Automatic configuration of {GCC} using irace: Supplementary
+                  material},
+  howpublished = {\url{http://iridia.ulb.ac.be/supp/IridiaSupp2017-009/}},
+  year = 2017
+}
+
+ +
+@phdthesis{Perez-Caceres2017phd,
+  author = {  P{\'e}rez C{\'a}ceres, Leslie  and  Thomas St{\"u}tzle },
+  title = {Automatic Algorithm Configuration: Analysis, Improvements and
+                  Applications},
+  school = {IRIDIA, {\'E}cole polytechnique, Universit{\'e} Libre de Bruxelles, Belgium},
+  year = 2017,
+  annote = {Supervised by  Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  epub = {http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/262048}
+}
+
+ +
+@incollection{PetEve2002control,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  editor = { Langdon, William B.  and others},
+  year = 2002,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2002},
+  title = {Controlling genetic algorithms with reinforcement learning},
+  author = {Pettinger, James E. and  Everson, Richard M. },
+  pages = {692--692}
+}
+
+ +
+@book{PetJanSch2017,
+  title = {Elements of causal inference: foundations and learning algorithms},
+  author = {Peters, Jonas and Janzing, Dominik and Sch{\"o}lkopf, Bernhard},
+  year = 2017,
+  publisher = {MIT Press}
+}
+
+ +
+@incollection{PhiBhaPas2021portfolio,
+  author = {Phillipson, Frank and Bhatia, Harshil Singh},
+  title = {Portfolio Optimisation Using the {D-Wave} Quantum Annealer},
+  booktitle = {Computational Science -- ICCS 2021},
+  publisher = {Springer International Publishing},
+  year = 2021,
+  editor = {Paszynski, Maciej and Kranzlm{\"u}ller, Dieter and
+                  Krzhizhanovskaya, Valeria V.  and Dongarra, Jack J.  and
+                  Sloot, Peter M. A.},
+  pages = {45--59},
+  address = { Cham, Switzerland}
+}
+
+ +
+@inproceedings{PihMus2014,
+  publisher = {IEEE Press},
+  year = 2014,
+  editor = {Papadopoulos, George Angelos},
+  booktitle = {26th {IEEE} International Conference on Tools with Artificial Intelligence,
+                  {ICTAI} 2014, Limassol, Cyprus, November 10-12, 2014},
+  title = {Application of Machine Learning to Algorithm Selection for {TSP}},
+  author = {Pihera, Josef and  Musliu, Nysret },
+  pages = {47--54}
+}
+
+ +
+@incollection{PilWhi02,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = {M. L. Pilat and T. White},
+  title = {Using Genetic Algorithms to optimize {ACS-TSP}},
+  pages = {282--287}
+}
+
+ +
+@book{Pin2012,
+  author = {Michael L. Pinedo},
+  title = {Scheduling: Theory, Algorithms, and Systems},
+  publisher = {Springer},
+  year = 2012,
+  edition = {4th},
+  address = { New York, NY}
+}
+
+ +
+@incollection{PinRunSoup07:maxsat,
+  author = {Pedro Pinto and Thomas Runkler and Jo{\~a}o Sousa},
+  title = {Ant Colony Optimization and its Application to
+                  Regular and Dynamic {MAX-SAT} Problems},
+  booktitle = {Advances in Biologically Inspired Information
+                  Systems},
+  year = 2007,
+  volume = 69,
+  pages = {285--304},
+  series = {Studies in Computational Intelligence},
+  doi = {10.1007/978-3-540-72693-7_15},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  abstract = {In this chapter we discuss the ant colony
+                  optimization meta-heuristic {(ACO)} and its
+                  application to static and dynamic constraint
+                  satisfaction optimization problems, in particular
+                  the static and dynamic maximum satisfiability
+                  problems {(MAX-SAT).} In the first part of the
+                  chapter we give an introduction to meta-heuristics
+                  in general and ant colony optimization in
+                  particular, followed by an introduction to
+                  constraint satisfaction and static and dynamic
+                  constraint satisfaction optimization problems.
+                  Then, we describe how to apply the {ACO} algorithm
+                  to the problems, and do an analysis of the results
+                  obtained for several benchmarks.  The adapted ant
+                  colony optimization accomplishes very well the task
+                  of dealing with systematic changes of dynamic
+                  {MAX-SAT} instances derived from static problems.  }
+}
+
+ +
+@misc{PinSin2020checklist,
+  author = {Joelle Pineau and Koustuv Sinha},
+  title = {The Machine Learning Reproducibility Checklist (v2.0)},
+  howpublished = {\url{https://www.cs.mcgill.ca/~jpineau/ReproducibilityChecklist-v2.0.pdf}},
+  year = 2020,
+  annote = {Used in NeurIPS 2020}
+}
+
+ +
+@incollection{PisRop2010:handbook,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  title = {Large Neighborhood Search},
+  author = { David Pisinger  and  Stefan Ropke },
+  pages = {399--419}
+}
+
+ +
+@incollection{PitBehAff2013,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2013,
+  volume = 7832,
+  booktitle = {Proceedings of EvoCOP 2013 -- 13th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Martin Middendorf  and  Christian Blum },
+  author = {Pitzer, Erik and Beham, Andreas and Affenzeller, Michael},
+  title = {Automatic Algorithm Selection for the Quadratic Assignment
+                   Problem Using Fitness Landscape Analysis},
+  pages = {109--120}
+}
+
+ +
+@inproceedings{PloMelVarBucZhuLee2013tact,
+  series = {Procedia Computer Science},
+  year = 2013,
+  volume = 18,
+  publisher = {Elsevier},
+  editor = {Vassil Alexandrov and Michael Lees and Valeria Krzhizhanovskaya and Jack Dongarra and Peter M. A. Sloot},
+  booktitle = {2013 International Conference on Computational Science},
+  author = {Dmitry Plotnikov and Dmitry Melnik and Mamikon Vardanyan and
+                  Ruben Buchatskiy and Roman Zhuykov and Je-Hyung Lee},
+  title = {Automatic Tuning of Compiler Optimizations and Analysis of
+                  their Impact},
+  pages = {1312--1321},
+  doi = {10.1016/j.procs.2013.05.298}
+}
+
+ +
+@book{Plotnick2009book,
+  author = {Robert Plotnick},
+  title = {The Genie in the Machine: How Computer-Automated Inventing Is
+                  Revolutionizing Law and Business},
+  publisher = {Stanford Law Books},
+  year = 2009,
+  annote = {Mentions evolutionary optimization of Oral-B toothbrushes}
+}
+
+ +
+@techreport{Pow2009bobyqa,
+  author = { Powell, Michael J. D.},
+  title = {The {BOBYQA} algorithm for bound constrained optimization
+                  without derivatives},
+  institution = {University of Cambridge, UK},
+  year = 2009,
+  number = {Cambridge NA Report NA2009/06},
+  epub = {http://www6.cityu.edu.hk/rcms/publications/preprint26.pdf}
+}
+
+ +
+@incollection{Powell1994cobyla,
+  author = { Powell, Michael J. D.},
+  title = {A Direct Search Optimization Method That Models the Objective
+                  and Constraint Functions by Linear Interpolation},
+  booktitle = {Advances in Optimization and Numerical Analysis},
+  publisher = {Springer},
+  year = 1994,
+  pages = {51--67},
+  annote = {Proposed COBYLA},
+  isbn = 9789401583305,
+  doi = {10.1007/978-94-015-8330-5_4}
+}
+
+ +
+@inproceedings{PraTraWanBaeKer2020,
+  publisher = {IEEE Press},
+  year = 2020,
+  booktitle = {2020 {IEEE} Symposium Series on Computational Intelligence, {SSCI}
+                  2020, Canberra, Australia, December 1-4, 2020},
+  editor = { Carlos A. {Coello Coello} },
+  title = {Per-Instance Configuration of the Modularized {CMA-ES}
+                  by Means of Classifier Chains and Exploratory Landscape Analysis},
+  author = {Prager, Raphael Patrick and  Heike Trautmann  and  Wang, Hao  and  Thomas B{\"a}ck  and  Pascal Kerschke },
+  pages = {996--1003}
+}
+
+ +
+@inproceedings{PraYao2006taa,
+  title = {A new multi-objective evolutionary optimisation algorithm:
+                  the two-archive algorithm},
+  author = {Praditwong, Kata and  Xin Yao },
+  booktitle = {International Conference on Computational Intelligence and
+                  Security},
+  volume = 1,
+  pages = {286--291},
+  year = 2006,
+  organization = {IEEE}
+}
+
+ +
+@incollection{Prasad03,
+  publisher = {CRC Press},
+  year = 2003,
+  booktitle = {Advances in Water Supply Management},
+  editor = { C. Maksimovi{\'c}  and  David Butler  and  Fayyaz Ali Memon },
+  author = { T. Devi Prasad  and  Godfrey A. Walters },
+  title = {Optimal rerouting to minimise residence times in
+                  water distribution networks},
+  pages = {299--306}
+}
+
+ +
+@book{PrepSha1988:compgeom,
+  author = {F. P. Preparata and M. I. Shamos},
+  title = {Computational Geometry. An Introduction},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 1988,
+  edition = {2nd},
+  alias = {preparata:computational}
+}
+
+ +
+@incollection{PriAllLop2022gecco,
+  location = {Boston, Massachusetts},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Pricopie, Stefan  and  Allmendinger, Richard  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and Fare,
+                  Clyde and Benatan, Matt and  Joshua D. Knowles },
+  title = {Expensive Optimization with Production-Graph Resource
+                  Constraints: A First Look at a New Problem Class},
+  doi = {10.1145/3512290.3528741},
+  abstract = {We consider a new class of expensive, resource-constrained
+                  optimization problems (here arising from molecular discovery)
+                  where costs are associated with the experiments (or
+                  evaluations) to be carried out during the optimization
+                  process. In the molecular discovery problem, candidate
+                  compounds to be optimized must be synthesized in an iterative
+                  process that starts from a set of purchasable items and
+                  builds up to larger molecules. To produce target molecules,
+                  their required resources are either used from
+                  already-synthesized items in storage or produced themselves
+                  on-demand at an additional cost. Any remaining resources from
+                  the production process are stored for reuse for the next
+                  evaluations. We model these resource dependencies with a
+                  directed acyclic production graph describing the development
+                  process from granular purchasable items to evaluable target
+                  compounds. Moreover, we develop several resource-eficient
+                  algorithms to address this problem. In particular, we develop
+                  resource-aware variants of Random Search heuristics and of
+                  Bayesian Optimization and analyze their performance in terms
+                  of anytime behavior. The experimental results were obtained
+                  from a real-world molecular optimization problem. Our results
+                  suggest that algorithms that encourage exploitation by
+                  reusing existing resources achieve satisfactory results while
+                  using fewer resources overall.},
+  pages = {840--848},
+  numpages = 9,
+  keywords = {molecular discovery, resource constraints, expensive
+                  optimization, production costs}
+}
+
+ +
+@book{PriStoLam2005:book,
+  title = {Differential Evolution: A Practical Approach to Global
+                  Optimization},
+  author = {Price, Kenneth and Storn, Rainer M. and Lampinen, Jouni A.},
+  year = 2005,
+  publisher = {Springer},
+  address = { New York, NY},
+  doi = {10.1007/3-540-31306-0}
+}
+
+ +
+@incollection{PryMosNaz2007heatmap,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  title = {Heatmap visualization of population based multi objective
+                  algorithms},
+  author = {Pryke, Andy and  Mostaghim, Sanaz  and Nazemi, Alireza},
+  pages = {361--375}
+}
+
+ +
+@incollection{PulCoe2003emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 2632,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  year = 2003,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  author = { Gregorio {Toscano Pulido}  and  Carlos A. {Coello Coello} },
+  title = {The Micro Genetic Algorithm 2: Towards Online
+                  Adaptation in Evolutionary Multiobjective
+                  Optimization},
+  pages = {252--266},
+  doi = {10.1007/3-540-36970-8_18}
+}
+
+ +
+@techreport{PurDebMan2014coin,
+  title = {A review of hybrid evolutionary multiple criteria decision
+                  making methods},
+  author = { Robin C. Purshouse  and  Kalyanmoy Deb  and Mansor, Maszatul M. and  Mostaghim, Sanaz  and Wang, Rui},
+  year = 2014,
+  institution = {Computational Optimization and Innovation (COIN) Laboratory, University of Michigan, USA},
+  type = {COIN Report},
+  number = 2014005,
+  month = jan
+}
+
+ +
+@inproceedings{PurFle2003cec,
+  year = 2003,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = dec,
+  booktitle = {Proceedings of  the 2003 Congress on Evolutionary Computation (CEC'03)},
+  key = {IEEE CEC},
+  title = {Evolutionary many-objective optimisation: an exploratory
+                  analysis},
+  author = { Robin C. Purshouse  and  Peter J. Fleming },
+  doi = {10.1109/CEC.2003.1299927},
+  pages = {2066--2073},
+  annote = {First to mention NSGA-II failure to deal with
+                  many-objectives. Mentions exponential number of nondominated
+                  solutions with respect to many objectives (but
+                  \cite{FarAma2002nafips} already did).}
+}
+
+ +
+@incollection{PusFraVor2011spiral,
+  doi = {10.1007/978-0-387-09766-4_244},
+  publisher = {Springer, US},
+  year = 2011,
+  editor = {David Padua},
+  booktitle = {Encyclopedia of Parallel Computing},
+  author = {Markus P\"{u}schel and Franz Franchetti and Yevgen Voronenko},
+  title = {Spiral},
+  pages = {1920--1933}
+}
+
+ +
+@incollection{PusHoo2018ppsn,
+  volume = 11101,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = {Yasha Pushak and  Holger H. Hoos },
+  title = {Algorithm Configuration Landscapes: More Benign Than
+                  Expected?},
+  pages = {271--283},
+  doi = {10.1007/978-3-319-99259-4_22},
+  supplement = {http://www.cs.ubc.ca/labs/beta/Projects/ACLandscapes/},
+  annote = {Best paper award at PPSN2018}
+}
+
+ +
+@incollection{PusHoo2020golden,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  doi = {10.1145/3377930},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  author = {Yasha Pushak and  Holger H. Hoos },
+  title = {Golden parameter search: exploiting structure to quickly
+                  configure parameters in parallel},
+  pages = {245--253},
+  keywords = {algorithm configuration}
+}
+
+ +
+@manual{R:ParamHelpers,
+  title = {{\rpackage{ParamHelpers}} : Helpers for Parameters in
+                  Black-Box Optimization, Tuning and Machine Learning},
+  author = { Bernd Bischl  and Michel Lang and  Jakob Bossek  and Daniel Horn
+                  and Karin Schork and Jakob Richter and  Pascal Kerschke },
+  note = {\proglang{R} package version 1.10},
+  url = {https://cran.r-project.org/package=ParamHelpers},
+  year = 2017,
+  alias = {Bischl2017}
+}
+
+ +
+@manual{R:Rmpi,
+  title = {{\rpackage{Rmpi}}: Interface (Wrapper) to MPI (Message-Passing
+                  Interface)},
+  author = {Hao Yu},
+  year = 2010,
+  note = {\proglang{R} package version 0.5-8},
+  url = {http://cran.r-project.org/package=Rmpi}
+}
+
+ +
+@manual{R:SPOT,
+  title = {{\rpackage{SPOT}}: Sequential Parameter
+                  Optimization},
+  author = { Thomas Bartz-Beielstein  and J. Ziegenhirt and W. Konen
+                  and O. Flasch and P. Koch and  Martin Zaefferer },
+  year = 2011,
+  note = {\proglang{R} package},
+  url = {http://cran.r-project.org/package=SPOT}
+}
+
+ +
+@manual{R:cmaes,
+  title = {{\rpackage{cmaes}}: Covariance Matrix Adapting Evolutionary Strategy},
+  author = { Heike Trautmann  and  Olaf Mersmann  and  David Arnu },
+  note = {\proglang{R} package},
+  url = {http://cran.r-project.org/package=cmaes},
+  year = 2011
+}
+
+ +
+@manual{R:lhs,
+  title = {{\rpackage{lhs}}: Latin Hypercube Samples},
+  author = {Carnell, Rob},
+  note = {\proglang{R} package version 0.14},
+  url = {http://r-forge.r-project.org/projects/lhs/},
+  year = 2016,
+  alias = {Carnell2016}
+}
+
+ +
+@manual{R:mco,
+  title = {{\rpackage{mco}}: Multiple Criteria Optimization Algorithms and Related Functions},
+  author = { Olaf Mersmann },
+  year = 2014,
+  note = {\proglang{R} package version 1.0-15.1},
+  url = {http://CRAN.R-project.org/package=mco}
+}
+
+ +
+@manual{R:mlr,
+  title = {{\rpackage{mlr}}: Machine Learning in \proglang{R}},
+  author = { Bernd Bischl  and Michel Lang and  Jakob Bossek  and Leonard Judt and Jakob Richter and Tobias Kuehn and Erich Studerus},
+  year = 2013,
+  note = {\proglang{R} package},
+  url = {http://cran.r-project.org/package=mlr}
+}
+
+ +
+@manual{R:multicore,
+  title = {{\rpackage{multicore}}: Parallel Processing of \proglang{R} Code on Machines
+                  with Multiple Cores or CPUs},
+  author = {Simon Urbanek},
+  year = 2010,
+  note = {\proglang{R} package version 0.1-3},
+  url = {http://www.rforge.net/multicore/}
+}
+
+ +
+@manual{R:smoof,
+  title = {{\rpackage{smoof}}: Single and Multi-Objective Optimization Test Functions},
+  author = { Jakob Bossek },
+  year = 2016,
+  note = {\proglang{R} package version 1.2},
+  url = {http://CRAN.R-project.org/package=smoof}
+}
+
+ +
+@inproceedings{RachSri2006,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  month = jul,
+  year = 2006,
+  booktitle = {Proceedings of  the 2006 Congress on Evolutionary Computation (CEC 2006)},
+  key = {IEEE CEC},
+  author = {L. Rachmawati and D. Srinivasan},
+  title = {Preference incorporation in multiobjective evolutionary
+                  algorithms: A survey},
+  pages = {3385--3391}
+}
+
+ +
+@incollection{RadLopStu2013emo,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  author = { Andreea Radulescu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Thomas St{\"u}tzle },
+  title = {Automatically Improving the Anytime Behaviour of
+                  Multiobjective Evolutionary Algorithms},
+  pages = {825--840},
+  doi = {10.1007/978-3-642-37140-0_61}
+}
+
+ +
+@incollection{RahEveFie2017infill,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  author = {Rahat, Alma A. M. and  Everson, Richard M.  and  Jonathan E. Fieldsend },
+  title = {Alternative infill strategies for expensive multi-objective
+                  optimisation},
+  pages = {873--880}
+}
+
+ +
+@incollection{Ran04,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  title = {Near Parameter Free Ant Colony Optimisation},
+  author = { Marcus Randall },
+  pages = {374--381}
+}
+
+ +
+@incollection{RanMon2002:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { Marcus Randall  and  James Montgomery },
+  title = {Candidate Set Strategies for Ant Colony
+                  Optimisation},
+  pages = {243--249}
+}
+
+ +
+@inproceedings{Rao05,
+  month = sep,
+  address = {University of Exeter, UK},
+  volume = 1,
+  editor = { Dragan A. Savic  and  Godfrey A. Walters  and  Roger King  and  Soon Thiam-Khu },
+  year = 2005,
+  booktitle = {Proceedings of the Eighth International Conference on
+                  Computing and Control for the Water Industry (CCWI 2005)},
+  author = { Zhengfu Rao  and  Jon Wicks and Sue West},
+  title = {{ENCOMS} - An Energy Cost Minimisation System for Real-Time,
+                  Operational Control of Water Distribution Networks},
+  pages = {85--90}
+}
+
+ +
+@incollection{RapWanBuj2020bopca,
+  volume = 12269,
+  year = 2020,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas B{\"a}ck  and  Mike Preuss  and Deutz, Andr{\'e} and Wang, Hao and  Carola Doerr  and  Emmerich, Michael T. M.  and  Heike Trautmann },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVI}},
+  author = {Elena Raponi and  Wang, Hao  and Mariusz Bujny and Simonetta
+                  Boria and  Carola Doerr },
+  title = {High Dimensional Bayesian Optimization Assisted by Principal
+                  Component Analysis},
+  pages = {169--183},
+  doi = {10.1007/978-3-030-58112-1_12}
+}
+
+ +
+@incollection{RasMusKar2014MSOST,
+  year = 2014,
+  volume = 34,
+  series = {Computational Methods in Applied Sciences},
+  publisher = {Springer},
+  booktitle = {Modeling, Simulation and Optimization for Science and Technology},
+  editor = {William Fitzgibbon and
+                  Yuri A. Kuznetsov and
+                  Pekka Neittaanm{\"a}ki and
+                  Olivier Pironneau},
+  author = {Jussi Rasku and  Musliu, Nysret  and Tommi K{\"a}rkk{\"a}inen},
+  title = {Automating the Parameter Selection in {VRP}: An Off-line Parameter Tuning Tool Comparison},
+  pages = {191--209},
+  doi = {10.1007/978-94-017-9054-3_11},
+  keywords = {irace}
+}
+
+ +
+@book{RasWil2006gp,
+  title = {Gaussian Processes for Machine Learning},
+  author = {Rasmussen, Carl Edward and Williams, Christopher K. I.},
+  year = 2006,
+  keywords = {Gaussian processes, data processing},
+  language = {English},
+  publisher = {MIT Press},
+  address = {Cambridge, MA},
+  alias = {Rasmussen2006},
+  isbn = {026218253X}
+}
+
+ +
+@techreport{Ray2011gart,
+  author = {Rayner, N.},
+  title = {Maverick Research: Judgment Day, or Why We Should Let Machines Automate Decision Making},
+  year = 2011,
+  month = oct,
+  institution = {Gartner, Inc},
+  type = {Gartner Research Note}
+}
+
+ +
+@phdthesis{Rec1971PhD,
+  author = { Rechenberg, Ingo },
+  title = {Evolutionsstrategie: {Optimierung} technischer {Systeme}
+                  nach {Prinzipien} der biologischen {Evolution}},
+  school = {Department of Process Engineering, Technical
+                  University of Berlin},
+  year = 1971
+}
+
+ +
+@book{Rec1973,
+  author = { Rechenberg, Ingo },
+  title = {Evolutionsstrategie: {Optimierung} technischer {Systeme}
+                  nach {Prinzipien} der biologischen {Evolution}},
+  publisher = {Frommann-Holzboog, Stuttgart, Germany},
+  year = 1973
+}
+
+ +
+@incollection{Ree2010:ga,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Colin R. Reeves },
+  title = {Genetic algorithms},
+  chapter = 5,
+  pages = {109--140}
+}
+
+ +
+@incollection{Ree2013:many,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  title = {Many-Objective Visual Analytics: Rethinking the Design of
+                  Complex Engineered Systems},
+  author = { Patrick M. Reed },
+  pages = {1--1}
+}
+
+ +
+@incollection{Rei2007:hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4771,
+  editor = { Thomas Bartz-Beielstein  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Boris Naujoks  and  Andrea Roli  and  G{\"u}nther Rudolph  and  M. Sampels },
+  year = 2007,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Marc Reimann },
+  title = {Guiding {ACO} by Problem Relaxation: {A} Case Study
+                  on the Symmetric {TSP}},
+  pages = {45--56}
+}
+
+ +
+@book{Rei94,
+  author = { Gerhard Reinelt },
+  title = {The Traveling Salesman: Computational Solutions for
+                  {TSP} Applications},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 1994,
+  volume = 840,
+  series = {Lecture Notes in Computer Science}
+}
+
+ +
+@incollection{ResRib2002,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Mauricio G. C. Resende  and  Celso C. Ribeiro },
+  title = {Greedy Randomized Adaptive Search Procedures},
+  pages = {219--249}
+}
+
+ +
+@incollection{ResRib2010,
+  address = { New York, NY},
+  publisher = {Springer},
+  edition = {2nd},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 146,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Mauricio G. C. Resende  and  Celso C. Ribeiro },
+  title = {Greedy Randomized Adaptive Search Procedures: Advances, Hybridizations, and Applications},
+  pages = {283--319}
+}
+
+ +
+@incollection{ReyCoe2005omopso,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 3410,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  year = 2005,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  author = {Reyes Sierra, Margarita and  Carlos A. {Coello Coello} },
+  title = {Improving {PSO}-Based Multi-objective Optimization Using
+                  Crowding, Mutation and $\epsilon$-Dominance},
+  pages = {505--519},
+  keywords = {OMOPSO}
+}
+
+ +
+@incollection{RiaDanEkeLar2009:adt,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Francesca Rossi  and  Alexis Tsouki{\`a}s },
+  volume = 5783,
+  series = {Lecture Notes in Computer Science},
+  year = 2009,
+  booktitle = {Algorithmic Decision Theory, First International
+                  Conference, {ADT} 2009},
+  author = { Mona Riabacke  and  Mats Danielson  and  Love Ekenberg  and  Aron Larsson },
+  title = {A Prescriptive Approach for Eliciting Imprecise Weight Statements in an {MCDA} Process},
+  pages = {168--179}
+}
+
+ +
+@incollection{RidKud07,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4638,
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  year = 2007,
+  booktitle = {Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS~2007},
+  author = {Enda Ridge and Daniel Kudenko},
+  title = {Tuning the Performance of the {MMAS} Heuristic},
+  pages = {46--60}
+}
+
+ +
+@incollection{RidKud2010,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss },
+  year = 2010,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  author = {Enda Ridge and Daniel Kudenko},
+  title = {Tuning an Algorithm Using Design of Experiments},
+  pages = {265--286}
+}
+
+ +
+@inproceedings{RijWanLeeBac2016ssci,
+  year = 2016,
+  booktitle = {Computational Intelligence (SSCI), 2016 IEEE Symposium Series
+                  on},
+  editor = {Chen, Xuewen and Stafylopatis, Andreas},
+  title = {Evolving the structure of {Evolution} {Strategies}},
+  author = {van Rijn, Sander and  Wang, Hao  and van Leeuwen,
+                  Matthijs and  Thomas B{\"a}ck },
+  pages = {1--8},
+  doi = {10.1109/SSCI.2016.7850138},
+  keywords = {automated design, automatic configuration, CMA-ES, Gaussian
+                  distribution}
+}
+
+ +
+@manual{Rmanual,
+  title = {\proglang{R}: A Language and Environment for Statistical
+                  Computing},
+  author = {{\proglang{R} Development Core Team}},
+  organization = {\proglang{R} Foundation for Statistical Computing},
+  address = {Vienna, Austria},
+  year = 2008,
+  isbn = {3-900051-07-0},
+  url = {http://www.R-project.org},
+  alias = {R2008lang}
+}
+
+ +
+@incollection{RobFil05demo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 3410,
+  series = {Lecture Notes in Computer Science},
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  year = 2005,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  author = {Tea Robi{\v c} and Bogdan Filipi{\v c}},
+  title = {{DEMO}: Differential Evolution for Multiobjective Optimization},
+  pages = {520--533}
+}
+
+ +
+@incollection{RodBLuLozGar2012,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 7245,
+  year = 2012,
+  editor = { Jin-Kao Hao  and  Martin Middendorf },
+  booktitle = {Proceedings of EvoCOP 2012 -- 12th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = {Francisco J. Rodr{\'i}guez and  Christian Blum  and  Manuel Lozano  and  Carlos Garc{\'i}a-Mart{\'i}nez },
+  title = {Iterated Greedy Algorithms for the Maximal Covering Location Problem},
+  pages = {172--181}
+}
+
+ +
+@incollection{RodCoe2012new,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2012,
+  editor = {Terence Soule and Jason H. Moore},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  title = {A new multi-objective evolutionary algorithm based on a
+                  performance assessment indicator},
+  author = {Rodr{\'i}guez Villalobos, Cynthia A. and  Carlos A. {Coello Coello} },
+  pages = {505--512}
+}
+
+ +
+@incollection{Ros2005hyper,
+  year = 2005,
+  address = {Boston, MA},
+  publisher = {Springer},
+  editor = { Edmund K. Burke  and  Graham Kendall },
+  booktitle = {Search Methodologies},
+  author = { Peter Ross },
+  title = {Hyper-Heuristics},
+  pages = {529--556},
+  doi = {10.1007/0-387-28356-0_17}
+}
+
+ +
+@incollection{Rubin1974,
+  author = {Frank Rubin},
+  title = {An Iterative Technique for Printed Wire Routing},
+  booktitle = {DAC'74, Proceedings of the 11th Design Automation Workshop},
+  publisher = {IEEE Press},
+  year = 1974,
+  pages = {308--313}
+}
+
+ +
+@inproceedings{RudAga2000cec,
+  month = jul,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2000,
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  key = {IEEE CEC},
+  author = { G{\"u}nther Rudolph  and Alexandru Agapie},
+  title = {Convergence Properties of Some Multi-Objective
+                  Evolutionary Algorithms},
+  pages = {1010--1016},
+  volume = 2
+}
+
+ +
+@incollection{RudCapRou2022cp,
+  isbn = {978-3-95977-240-2},
+  series = {LIPIcs},
+  volume = 235,
+  booktitle = {Principles and Practice of Constraint Programming},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  year = 2022,
+  editor = { Christine Solnon },
+  author = { Isaac Rudich  and  Quentin Cappart  and  Louis-Martin Rousseau },
+  title = {{Peel-And-Bound}: Generating Stronger Relaxed Bounds with
+                  Multivalued Decision Diagrams},
+  pages = {35:1--35:20},
+  doi = {10.4230/LIPIcs.CP.2022.35}
+}
+
+ +
+@incollection{RudTraSen2013evenly,
+  isbn = {978-3-642-37139-4},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7811,
+  year = 2013,
+  publisher = {Springer},
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  title = {Evenly spaced {Pareto} front approximations for tricriteria
+                  problems based on triangulation},
+  author = { G{\"u}nther Rudolph  and  Heike Trautmann  and Sengupta, Soumyadip and  Oliver Sch{\"u}tze },
+  pages = {443--458},
+  annote = {unbounded archiver, AA$_{\Delta_1}$}
+}
+
+ +
+@mastersthesis{Rudolph1990diploma,
+  author = { G{\"u}nther Rudolph },
+  title = {Globale Optimierung mit parallelen Evolutionsstrategien},
+  school = {Department of Computer Science, University of Dortmund},
+  year = 1990,
+  type = {Diplomarbeit},
+  month = jul,
+  annote = {Proposed the generalized Rastrigin function}
+}
+
+ +
+@incollection{Rudolph1992,
+  year = 1992,
+  publisher = {Elsevier},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {II}},
+  editor = {Reinhard M{\"a}nner and Bernard Manderick},
+  author = { G{\"u}nther Rudolph },
+  title = {On Correlated Mutations in Evolution Strategies},
+  pages = {107--116}
+}
+
+ +
+@incollection{Rudolph1994:icec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1994,
+  editor = { Zbigniew Michalewicz },
+  booktitle = {Proceedings of the First IEEE International Conference on
+                  Evolutionary Computation (ICEC'94)},
+  title = {Convergence of non-elitist strategies},
+  author = { G{\"u}nther Rudolph },
+  pages = {63--66}
+}
+
+ +
+@incollection{Rudolph1998ep,
+  year = 1998,
+  publisher = {Springer},
+  volume = 1447,
+  series = {Lecture Notes in Computer Science},
+  booktitle = {International Conference on Evolutionary Programming},
+  editor = {V. William Porto and N. Saravanan and Donald E. Waagen and  Agoston E. Eiben },
+  author = { G{\"u}nther Rudolph },
+  title = {Evolutionary Search for Minimal Elements in Partially Ordered
+                  Finite Sets},
+  pages = {345--353},
+  doi = {10.1007/BFb0040787}
+}
+
+ +
+@incollection{RuiLuqMieSab2015,
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and  Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  volume = 9019,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {II}},
+  doi = {10.1007/978-3-319-15892-1_17},
+  year = 2015,
+  pages = {249--263},
+  author = { Ruiz, Ana Bel{\'e}n  and  Mariano Luque  and  Kaisa Miettinen  and  Rub{\'{e}}n Saborido },
+  title = {An Interactive Evolutionary Multiobjective Optimization
+                  Method: Interactive {WASF}-{GA}}
+}
+
+ +
+@incollection{RuiValFer2009,
+  title = {Scheduling in flowshops with no-idle machines},
+  author = { Rub{\'e}n Ruiz  and  Eva Vallada  and Fern{\'a}ndez-Mart{\'i}nez, Carlos},
+  booktitle = {Computational intelligence in flow shop and job shop scheduling},
+  pages = {21--51},
+  year = 2009,
+  publisher = {Springer}
+}
+
+ +
+@inproceedings{Rum01:ijcai,
+  publisher = {IEEE Press},
+  year = 2001,
+  booktitle = {Proceedings of  the 17th International Joint Conference on Artificial Intelligence (IJCAI-01)},
+  editor = {Bernhard Nebel},
+  author = {W. Ruml},
+  title = {Incomplete Tree Search using Adaptive Probing},
+  pages = {235--241}
+}
+
+ +
+@book{RusNor2003,
+  title = {Artificial Intelligence: A Modern Approach},
+  author = {Russell, Stuart J. and Norvig, Peter},
+  volume = 2,
+  year = 2003,
+  publisher = {Prentice Hall, Englewood Cliffs, NJ}
+}
+
+ +
+@incollection{Rust1994mdp,
+  title = {Structural estimation of {Markov} decision processes},
+  author = {Rust, John},
+  booktitle = {Handbook of Econometrics},
+  volume = 4,
+  pages = {3081--3143},
+  year = 1994,
+  publisher = {Elsevier},
+  doi = {10.1016/S1573-4412(05)80020-0}
+}
+
+ +
+@inproceedings{SUMO2011,
+  author = {Behrisch, Michael and Bieker, Laura and Erdmann, Jakob and  Krajzewicz, Daniel },
+  title = {{SUMO} - {Simulation} of {Urban} {MO}bility: An Overview},
+  booktitle = {SIMUL 2011, The Third International Conference on Advances in
+                  System Simulation},
+  year = 2011,
+  pages = {63--68},
+  address = {Barcelona, Spain},
+  organization = {ThinkMind}
+}
+
+ +
+@incollection{SaiLopMie2019gecco,
+  isbn = {978-1-4503-6748-6},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Saini, Bhupinder Singh  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kaisa Miettinen },
+  title = {Automatic Surrogate Modelling Technique Selection based on
+                  Features of Optimization Problems},
+  doi = {10.1145/3319619.3326890},
+  pages = {1765--1772},
+  abstract = {A typical scenario when solving industrial single or
+                  multiobjective optimization problems is that no explicit
+                  formulation of the problem is available. Instead, a dataset
+                  containing vectors of decision variables together with their
+                  objective function value(s) is given and a surrogate model
+                  (or metamodel) is build from the data and used for
+                  optimization and decision-making. This data-driven
+                  optimization process strongly depends on the ability of the
+                  surrogate model to predict the objective value of decision
+                  variables not present in the original dataset. Therefore, the
+                  choice of surrogate modelling technique is crucial. While
+                  many surrogate modelling techniques have been discussed in
+                  the literature, there is no standard procedure that will
+                  select the best technique for a given problem. In this work,
+                  we propose the automatic selection of a surrogate modelling
+                  technique based on exploratory landscape features of the
+                  optimization problem that underlies the given dataset. The
+                  overall idea is to learn offline from a large pool of
+                  benchmark problems, on which we can evaluate a large number
+                  of surrogate modelling techniques. When given a new dataset,
+                  features are used to select the most appropriate surrogate
+                  modelling technique. The preliminary experiments reported
+                  here suggest that the proposed automatic selector is able to
+                  identify high-accuracy surrogate models as long as an
+                  appropriate classifier is used for selection.}
+}
+
+ +
+@incollection{SakTakKaw2010,
+  title = {A method to control parameters of evolutionary algorithms by
+                  using reinforcement learning},
+  author = {Sakurai, Yoshitaka and Takada, Kouhei and Kawabe, Takashi and
+                  Tsuruta, Setsuo},
+  booktitle = {2010 Sixth International Conference on Signal-Image
+                  Technology and Internet Based Systems},
+  pages = {74--79},
+  year = 2010,
+  publisher = {IEEE}
+}
+
+ +
+@incollection{Sakarya99,
+  address = {Baldock, United Kingdom},
+  publisher = { Research Studies Press Ltd. },
+  volume = 2,
+  year = 1999,
+  booktitle = {Water Industry Systems: Modelling and Optimization
+                  Applications},
+  editor = { Dragan A. Savic  and  Godfrey A. Walters },
+  author = { A. Burcu Altan Sakarya  and  Fred E. Goldman  and  Larry W. Mays },
+  title = {Models for the optimal scheduling of pumps to meet
+                  water quality},
+  pages = {379--391},
+  note = {}
+}
+
+ +
+@inproceedings{SamDiCFra2015,
+  publisher = {IEEE Press},
+  year = 2015,
+  editor = {Lovell, Nigel and Mainardi, Luca},
+  series = {Annual International Conference of the {IEEE} Engineering in Medicine and Biology},
+  booktitle = {37th Annual International Conference of the {IEEE} Engineering
+                  in Medicine and Biology Society, EMBC 2015, Proceedings},
+  author = {Sambo, Francesco and Di Camillo, Barbara and  Alberto Franzin  and Facchinetti, Andrea
+                  and Hakaste, Liisa and Kravic, Jasmina and Fico, Giuseppe and Tuomilehto, Jaakko
+                  and Groop, Leif and Gabriel, Rafael and Tuomi, Tiinamaija and Cobelli, Claudio},
+  title = {A Bayesian Network analysis of the probabilistic relations between
+                  risk factors in the predisposition to type 2 diabetes},
+  pages = {2119--2122}
+}
+
+ +
+@inproceedings{SanBai2022permutations,
+  year = 2022,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2022 World Congress on Computational Intelligence (WCCI 2022)},
+  key = {WCCI},
+  author = {Valentino Santucci and Marco Baioletti},
+  title = {A Fast Randomized Local Search for Low Budget Optimization in
+                  Black-Box Permutation Problems},
+  keywords = {UMM, CEGO}
+}
+
+ +
+@book{SanWilNot2003,
+  author = {Thomas J. Santner and Brian J. Williams and William I. Notz},
+  title = {The Design and Analysis of Computer Experiments},
+  publisher = {Springer Verlag},
+  address = { New York, NY},
+  year = 2003,
+  doi = {10.1007/978-1-4757-3799-8},
+  pages = {2083},
+  alias = {SatWilNot2003;SanWilNot03}
+}
+
+ +
+@misc{SatYouPat2017tpu,
+  author = {Sato, Kaz and Young, Cliff},
+  title = {An in-depth look at Google's first Tensor Processing Unit (TPU)},
+  year = 2017,
+  howpublished = {\url{https://cloud.google.com/blog/products/ai-machine-learning/an-in-depth-look-at-googles-first-tensor-processing-unit-tpu}}
+}
+
+ +
+@inproceedings{Savic97,
+  author = { Dragan A. Savic  and  Godfrey A. Walters  and  Martin Schwab },
+  title = {Multiobjective Genetic Algorithms for Pump
+                  Scheduling in Water Supply},
+  booktitle = {Evolutionary Computing Workshop, {AISB}'97},
+  pages = {227--236},
+  year = 1997,
+  editor = { David Corne  and  J. L. Shapiro },
+  volume = 1305,
+  series = {Lecture Notes in Computer Science},
+  publisher = { Berlin, Germany},
+  postscript = {Savic97 - Multiobjective GA for Pump Scheduling.ps}
+}
+
+ +
+@book{SawNakTan1985theory,
+  author = {Sawaragi, Y. and Nakayama, H. and Tanino, T.},
+  title = {Theory of multiobjective optimization},
+  publisher = {Elsevier},
+  year = 1985
+}
+
+ +
+@incollection{SaxDeb2007nonlinear,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  author = { Saxena, Dhish Kumar  and  Kalyanmoy Deb },
+  title = {Non-linear Dimensionality Reduction Procedures for Certain
+                  Large-Dimensional Multi-objective Optimization Problems:
+                  Employing Correntropy and a Novel Maximum Variance Unfolding},
+  doi = {10.1007/978-3-540-70928-2_58},
+  pages = {772--787},
+  abstract = {In our recent publication, we began with an understanding
+                  that many real-world applications of multi-objective
+                  optimization involve a large number (10 or more) of
+                  objectives but then, existing evolutionary multi-objective
+                  optimization (EMO) methods have primarily been applied to
+                  problems having smaller number of objectives (5 or
+                  less). After highlighting the major impediments in handling
+                  large number of objectives, we proposed a principal component
+                  analysis (PCA) based EMO procedure, for dimensionality
+                  reduction, whose efficacy was demonstrated by solving upto
+                  50-objective optimization problems. Here, we are addressing
+                  the fact that, when the data points live on a non-linear
+                  manifold or that the data structure is non-gaussian, PCA
+                  which yields a smaller dimensional 'linear' subspace may be
+                  ineffective in revealing the underlying dimensionality. To
+                  overcome this, we propose two new non-linear dimensionality
+                  reduction algorithms for evolutionary multi-objective
+                  optimization, namely C-PCA-NSGA-II and MVU-PCA-NSGA-II. While
+                  the former is based on the newly introduced correntropy PCA
+                  [2], the later implements maximum variance unfolding
+                  principle [3,4,5] in a novel way. We also establish the
+                  superiority of these new EMO procedures over the earlier
+                  PCA-based procedure, both in terms of accuracy and
+                  computational time, by solving upto 50-objective optimization
+                  problems.}
+}
+
+ +
+@inproceedings{SaxDeb2007trading,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2007,
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  key = {IEEE CEC},
+  author = { Saxena, Dhish Kumar  and  Kalyanmoy Deb },
+  title = {Trading on infeasibility by exploiting constraint's
+                  criticality through multi-ob\-jec\-ti\-vi\-za\-tion: A system
+                  design perspective},
+  pages = {919--926},
+  doi = {10.1109/CEC.2007.4424568},
+  keywords = {multi-objectivization}
+}
+
+ +
+@inproceedings{SaxDeb2008dimensionality,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2008,
+  booktitle = {Proceedings of  the 2008 Congress on Evolutionary Computation (CEC 2008)},
+  key = {IEEE CEC},
+  author = { Saxena, Dhish Kumar  and  Kalyanmoy Deb },
+  title = {Dimensionality reduction of objectives and constraints in
+                  multi-objective optimization problems: A system design
+                  perspective},
+  pages = {3204--3211},
+  doi = {10.1109/CEC.2008.4631232}
+}
+
+ +
+@inproceedings{Sch1985,
+  isbn = {0-8058-0426-9},
+  year = 1985,
+  publisher = {Lawrence Erlbaum Associates},
+  booktitle = {Proceedings of  the First International Conference on Genetic Algorithms (ICGA'85)},
+  editor = {John J. Grefenstette},
+  author = { J. David Schaffer },
+  title = {Multiple Objective Optimization with Vector
+                  Evaluated Genetic Algorithms},
+  pages = {93--100},
+  keywords = {VEGA}
+}
+
+ +
+@incollection{Sch1996exploiting,
+  year = 1996,
+  publisher = {MIT Press},
+  editor = {Michael Mozer and Michael I. Jordan and Thomas Petsche},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 9)},
+  title = {Exploiting model uncertainty estimates for safe dynamic
+                  control learning},
+  author = { Schneider, Jeff G. },
+  pages = {1047--1053},
+  epub = {http://papers.nips.cc/paper/1317-exploiting-model-uncertainty-estimates-for-safe-dynamic-control-learning}
+}
+
+ +
+@incollection{SchEsqLarCoe2010hausdorff,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  author = { Oliver Sch{\"u}tze  and X. Esquivel and A. Lara and  Carlos A. {Coello Coello} },
+  title = {Some Comments on {GD} and {IGD} and Relations to the {Hausdorff} Distance},
+  pages = {1971--1974}
+}
+
+ +
+@book{SchHer2021archiving,
+  title = {Archiving Strategies for Evolutionary Multi-objective
+                  Optimization Algorithms},
+  author = { Oliver Sch{\"u}tze  and  Carlos Hern{\'a}ndez },
+  publisher = {Springer},
+  year = 2021
+}
+
+ +
+@incollection{SchHoo2012quanti,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7219,
+  publisher = {Springer},
+  year = 2012,
+  editor = { Youssef Hamadi  and  Marc Schoenauer },
+  booktitle = {Learning and Intelligent Optimization, 6th International
+                  Conference, LION 6},
+  author = { Marius Schneider  and  Holger H. Hoos },
+  title = {Quantifying Homogeneity of Instance Sets for Algorithm
+                  Configuration},
+  pages = {190--204},
+  keywords = {Quantifying Homogeneity; Empirical Analysis; Parameter
+                  Optimization; Algorithm Configuration},
+  doi = {10.1007/978-3-642-34413-8_14}
+}
+
+ +
+@inproceedings{SchKalPhi2015facenet,
+  title = {Facenet: A unified embedding for face recognition and
+                  clustering},
+  author = {Schroff, Florian and Kalenichenko, Dmitry and Philbin, James},
+  booktitle = {Proceedings of the IEEE Conference on Computer Vision and
+                  Pattern Recognition},
+  pages = {815--823},
+  year = 2015
+}
+
+ +
+@incollection{SchLip2011age,
+  title = {Age-Fitness {Pareto} Optimization},
+  author = {Schmidt, Michael and Lipson, Hod},
+  booktitle = {Genetic Programming Theory and Practice VIII. Genetic and
+                  Evolutionary Computation},
+  pages = {129--146},
+  publisher = {Springer},
+  year = 2011,
+  doi = {10.1007/978-1-4419-7747-2_8}
+}
+
+ +
+@inproceedings{SchNguEbe2015sal,
+  year = 2015,
+  publisher = {Springer},
+  volume = 9286,
+  series = {Lecture Notes in Computer Science},
+  fulleditor = {Albert Bifet and Michael May and Bianca Zadrozny and Ricard
+                  Gavald{\`{a}} and Dino Pedreschi and Francesco Bonchi and
+                  Jaime S. Cardoso and Myra Spiliopoulou},
+  booktitle = {Machine Learning and Knowledge Discovery in Databases, ECML
+                  PKDD 2015},
+  key = {ECML PKDD},
+  title = {Safe Exploration for Active Learning with {Gaussian}
+                  Processes},
+  author = {Schreiter, Jens and Nguyen-Tuong, Duy and Eberts, Mona and
+                  Bischoff, Bastian and Markert, Heiner and Toussaint, Marc},
+  pages = {133--149},
+  doi = {10.1007/978-3-319-23461-8_9},
+  annote = {Proposed Safe Active Learning (SAL) algorithm}
+}
+
+ +
+@inproceedings{SchOrtHart2018safe,
+  title = {Safe active learning of a high pressure fuel supply system},
+  author = {Schillinger, Mark and Ortelt, Benedikt and Hartmann, Benjamin
+                  and Schreiter, Jens and Meister, Mona and Nguyen-Tuong, Duy
+                  and Nelles, Oliver},
+  booktitle = {Proceedings of the 9th {EUROSIM} Congress on Modelling and
+                  Simulation, {EUROSIM} 2016 and the 57th {SIMS} Conference on
+                  Simulation and Modelling {SIMS} 2016},
+  numpages = 7,
+  pages = {286--292},
+  year = 2018,
+  doi = {10.3384/ecp17142286},
+  organization = {Link{\"o}ping University Electronic Press}
+}
+
+ +
+@incollection{Schaerf97,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = {Martha E. Pollack},
+  year = 1997,
+  booktitle = {Proceedings of  the 15th International Joint Conference on Artificial Intelligence (IJCAI-97)},
+  author = {Andrea Schaerf},
+  title = {Combining Local Search and Look-Ahead for Scheduling
+                  and Constraint Satisfaction Problems},
+  pages = {1254--1259},
+  volume = 2
+}
+
+ +
+@book{Scheffe1959anova,
+  title = {The Analysis of Variance},
+  author = {Scheffe, Henry},
+  publisher = {John Wiley \& Sons},
+  edition = {1st},
+  address = { New York, NY},
+  year = 1959
+}
+
+ +
+@book{Schwefel1977,
+  author = { Hans-Paul Schwefel },
+  title = {Numerische {Optimierung} von {Computer}--{Modellen}
+			mittels der {Evolutionsstrategie}},
+  publisher = {Birkh{\"a}user, Basel, Switzerland},
+  year = 1977
+}
+
+ +
+@inproceedings{ScoMat1999,
+  title = {Feature engineering for text classification},
+  author = {Scott, Sam and Matwin, Stan},
+  booktitle = {ICML},
+  volume = 99,
+  pages = {379--388},
+  year = 1999
+}
+
+ +
+@inproceedings{ScuSnoRahWil2018,
+  publisher = {OpenReview.net},
+  year = 2018,
+  editor = {Murray, Iain and Ranzato, Marc'{A}urelio and Vinyals, Oriol},
+  booktitle = {6th International Conference on Learning Representations, {ICLR} 2018,
+                  Vancouver, BC, Canada, April 30 - May 3, 2018, Workshop Track Proceedings},
+  title = {Winner's Curse? On Pace, Progress and Empirical Rigor},
+  author = {Sculley, D. and  Jasper Snoek  and Rahimi, Ali and Wiltschko, Alexander B.},
+  pages = {1--4},
+  url = {https://openreview.net/pdf?id=rJWF0Fywf}
+}
+
+ +
+@incollection{SeaDeb2015unsga3,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9018,
+  year = 2015,
+  publisher = {Springer},
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  author = {Seada, Haitham and  Kalyanmoy Deb },
+  title = {{U-NSGA-III}: A Unified Evolutionary Optimization Procedure
+                  for Single, Multiple, and Many Objectives: Proof-of-Principle
+                  Results},
+  pages = {34--49}
+}
+
+ +
+@incollection{SeiPohBosKerTra2020,
+  volume = 12269,
+  year = 2020,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas B{\"a}ck  and  Mike Preuss  and Deutz, Andr{\'e} and Wang, Hao and  Carola Doerr  and  Emmerich, Michael T. M.  and  Heike Trautmann },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVI}},
+  author = {Seiler, Moritz and Pohl, Janina and  Jakob Bossek  and  Pascal Kerschke  and  Heike Trautmann },
+  title = {Deep Learning as a Competitive Feature-Free Approach
+                  for Automated Algorithm Selection on the Traveling Salesperson Problem},
+  pages = {48--64}
+}
+
+ +
+@inproceedings{SeiSieHelHut2015cedalion,
+  year = 2015,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Blai Bonet and Sven Koenig},
+  title = {Automatic Configuration of Sequential Planning Portfolios},
+  author = {Seipp, Jendrik and Sievers, Silvan and Helmert, Malte and  Frank Hutter },
+  pages = {3364--3370}
+}
+
+ +
+@incollection{Ser1992,
+  publisher = {Springer Verlag},
+  editor = {G. H. Tzeng and P. L. Yu},
+  year = 1992,
+  booktitle = {Proceedings of the 10th International Conference on
+                  Multiple Criteria Decision Making (MCDM'91)},
+  title = {Simulated annealing for multiple objective
+                  optimization problems},
+  author = {Serafini, P.},
+  volume = 1,
+  pages = {87--96}
+}
+
+ +
+@incollection{Serafini86,
+  author = {P. Serafini},
+  title = {Some Considerations About Computational Complexity for
+                  Multiobjective Combinatorial Problems},
+  booktitle = {Recent Advances and Historical Development of Vector
+                  Optimization},
+  editor = {J. Jahn and W. Krabs},
+  pages = {222--231},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  volume = 294,
+  year = 1986,
+  series = {Lecture Notes in Economics and Mathematical Systems}
+}
+
+ +
+@inproceedings{ShaFonNor1999cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1999,
+  booktitle = {Proceedings of the 1999 Congress on Evolutionary Computation
+                  (CEC 1999)},
+  key = {IEEE CEC},
+  author = {K. J. Shaw and  Carlos M. Fonseca  and A. L. Nortcliffe and
+                  M. Thompson and J. Love and  Peter J. Fleming },
+  title = {Assessing the performance of multiobjective genetic
+                  algorithms for optimization of a batch process scheduling
+                  problem},
+  alias = {Shaw99},
+  pages = {34--75},
+  volume = 1
+}
+
+ +
+@incollection{ShaIshChe2021greedy,
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  author = {Shang, Ke and  Ishibuchi, Hisao  and Chen, Weiyu},
+  title = {Greedy approximated hypervolume subset selection for
+                  many-objective optimization},
+  year = 2021,
+  pages = {448--456},
+  doi = {10.1145/3449639.3459390}
+}
+
+ +
+@incollection{ShaIshNan2021subset,
+  doi = {10.1145/3449639.3459373},
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  title = {Distance-based subset selection revisited},
+  author = {Shang, Ke and  Ishibuchi, Hisao  and Nan, Yang},
+  pages = {439--447}
+}
+
+ +
+@incollection{ShaKomLopKaz2019gecco,
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Mudita Sharma  and Alexandros Komninos  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Dimitar Kazakov },
+  title = {Deep Reinforcement Learning-Based Parameter Control in
+                  Differential Evolution},
+  pages = {709--717},
+  supplement = {https://dx.doi.org/10.5281/zenodo.2628228},
+  doi = {10.1145/3321707.3321813},
+  keywords = {DE-DDQN}
+}
+
+ +
+@incollection{ShaLopAllKno2023emo,
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 13970,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2023},
+  publisher = {Springer International Publishing},
+  year = 2023,
+  editor = { Emmerich, Michael T. M.  and others},
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Allmendinger, Richard  and  Joshua D. Knowles },
+  title = {An Interactive Decision Tree-Based Evolutionary
+                  Multi-Objective Algorithm: Supplementary material},
+  pages = {620--634},
+  doi = {10.1007/978-3-031-27250-9_44}
+}
+
+ +
+@misc{ShaLopAllKno2023emo-supp,
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Allmendinger, Richard  and  Joshua D. Knowles },
+  title = {An Interactive Decision Tree-Based Evolutionary
+                  Multi-Objective Algorithm: Supplementary material},
+  howpublished = {Zenodo},
+  year = 2023,
+  doi = {10.5281/zenodo.7429806}
+}
+
+ +
+@incollection{ShaLopKaz2018ppsn,
+  volume = 11102,
+  year = 2018,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  author = { Mudita Sharma  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Dimitar Kazakov },
+  title = {Performance Assessment of Recursive Probability Matching for
+                  Adaptive Operator Selection in Differential Evolution},
+  supplement = {https://github.com/mudita11/AOS-comparisons},
+  doi = {10.1007/978-3-319-99259-4_26},
+  pages = {321--333},
+  keywords = {Rec-PM}
+}
+
+ +
+@misc{ShaLopKaz2018ppsn-supp,
+  author = { Mudita Sharma  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Dimitar Kazakov },
+  title = {Performance Assessment of Recursive Probability Matching for
+                  Adaptive Operator Selection in Differential Evolution:
+                  Supplementary material},
+  howpublished = {\url{https://github.com/mudita11/AOS-comparisons}},
+  doi = {10.5281/zenodo.1257672},
+  year = 2018
+}
+
+ +
+@incollection{ShaLopKno2021gecco,
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles },
+  title = {Realistic Utility Functions Prove Difficult for
+                  State-of-the-Art Interactive Multiobjective Optimization
+                  Algorithms},
+  pages = {457--465},
+  doi = {10.1145/3449639.3459373}
+}
+
+ +
+@misc{ShaLopKno2023bench-supp,
+  author = { Shavarani, Seyed Mahdi  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Joshua D. Knowles },
+  title = {On Benchmarking Interactive Evolutionary Multi-Objective
+                  Algorithms: Supplementary material},
+  howpublished = {\url{https://doi.org/10.5281/zenodo.7863301}},
+  year = 2023
+}
+
+ +
+@phdthesis{Shavazipour2018PhD,
+  title = {Multi-Objective Optimisation under Deep Uncertainty},
+  author = { Shavazipour, Babooshka },
+  year = 2018,
+  school = {UCT Statistical sciences},
+  address = {South Africa},
+  epub = {https://open.uct.ac.za/bitstream/handle/11427/28122/thesis_sci_2018_shavazipour_babooshka.pdf?sequence=1}
+}
+
+ +
+@incollection{Shaw1998:lns,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Maher, Michael and Puget, Jean-Francois},
+  series = {Lecture Notes in Computer Science},
+  volume = 1520,
+  booktitle = {Principles and Practice of Constraint Programming, CP98},
+  year = 1998,
+  title = {Using Constraint Programming and Local Search Methods to
+                  Solve Vehicle Routing Problems},
+  author = {Shaw, Paul},
+  pages = {417--431}
+}
+
+ +
+@book{She00Handbook,
+  author = { David J. Sheskin },
+  title = {Handbook of Parametric and Nonparametric Statistical
+                  Procedures},
+  publisher = {Chapman \& Hall/CRC},
+  year = 2000,
+  edition = {2nd}
+}
+
+ +
+@book{Sheskin2011,
+  author = { David J. Sheskin },
+  title = {Handbook of Parametric and Nonparametric Statistical
+                  Procedures},
+  publisher = {Chapman \& Hall/CRC},
+  year = 2011,
+  edition = {5th}
+}
+
+ +
+@inproceedings{ShiEbe1998,
+  doi = {10.1007/BFb0040753},
+  year = 1998,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 1447,
+  series = {Lecture Notes in Computer Science},
+  editor = {V. W. Porto and N. Saravanan and D. Waagen and  Agoston E. Eiben },
+  booktitle = {Evolutionary Programming VII},
+  author = { Shi, Yuhui  and  Eberhart, Russell C. },
+  title = {Parameter selection in particle swarm optimization},
+  pages = {591--600}
+}
+
+ +
+@book{Shipley2000,
+  author = {B. Shipley},
+  title = {Cause and Correlation in Biology: a User's Guide to Path
+                  Analysis, Structural Equations and Causal Inference},
+  publisher = {Cambridge University Press},
+  year = 2000,
+  edition = {1st}
+}
+
+ +
+@incollection{ShmAguHoo2002:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = {A. Shmygelska and R. Aguirre-Hern{\'a}ndez and  Holger H. Hoos },
+  title = {An Ant Colony Optimization Algorithm for the {2D HP} Protein
+                  Folding Problem},
+  pages = {40--52}
+}
+
+ +
+@book{Sid1982optimal,
+  title = {Optimal Engineering Design: Principles and Applications},
+  author = {Siddall, James N.},
+  year = 1982,
+  publisher = {Marcel Dekker Inc.},
+  address = { New York, NY}
+}
+
+ +
+@book{SieCas1988,
+  author = { Sydney Siegel  and  Castellan, Jr, N. John },
+  title = {Non Parametric Statistics for the Behavioral Sciences},
+  publisher = {McGraw Hill},
+  year = 1988,
+  edition = {2nd},
+  address = { New York, NY}
+}
+
+ +
+@incollection{SilCalFraBer2021,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021},
+  address = { New York, NY},
+  year = 2021,
+  publisher = {ACM Press},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  author = { Silva-Mu\~noz, Mois\'es  and Calderon, Gonzalo and  Alberto Franzin  and  Hughes Bersini },
+  title = {Determining a consistent experimental setup for benchmarking
+                  and optimizing databases},
+  pages = {1614--1621},
+  doi = {10.1145/3449726.3463180}
+}
+
+ +
+@incollection{SilRunSouPal2002:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = {C. A. Silva and T. A. Runkler and J. M. Sousa and R. Palm},
+  title = {Ant Colonies as Logistic Processes Optimizers},
+  pages = {76--87}
+}
+
+ +
+@incollection{SimIzzHaas2017multi,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  doi = {10.1007/978-3-319-55453-2},
+  volume = 10197,
+  series = {Lecture Notes in Computer Science},
+  year = 2017,
+  booktitle = {Proceedings of EvoCOP 2017 -- 17th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Bin Hu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  author = { Sim{\~o}es, Lu{\'i}s F.  and  Dario Izzo  and  Haasdijk, Evert  and  Agoston E. Eiben },
+  title = {Multi-rendezvous Spacecraft Trajectory Optimization with
+                  {Beam} {P-ACO}},
+  pages = {141--156}
+}
+
+ +
+@incollection{Simpson99,
+  address = {Baldock, United Kingdom},
+  publisher = { Research Studies Press Ltd. },
+  volume = 2,
+  year = 1999,
+  booktitle = {Water Industry Systems: Modelling and Optimization
+                  Applications},
+  editor = { Dragan A. Savic  and  Godfrey A. Walters },
+  author = { Angus R. Simpson  and  D. C. Sutton  and  D. S. Keane  and  S. J. Sherriff },
+  title = {Optimal control of pumping at a water filtration
+                  plant using genetic algorithms}
+}
+
+ +
+@misc{Slo11emo,
+  title = {Inducing preference models from pairwise
+                  comparisons: implications for preference-guided
+                  {EMO}},
+  year = 2011,
+  author = { Roman S{\l}owi{\'n}ski },
+  howpublished = {Evolutionary Multi-Criterion Optimization, EMO 2011},
+  note = {Keynote talk}
+}
+
+ +
+@inproceedings{SmiEib2009cec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2009,
+  booktitle = {Proceedings of  the 2009 Congress on Evolutionary Computation (CEC 2009)},
+  key = {IEEE CEC},
+  author = { Smit, Selmar K.  and  Agoston E. Eiben },
+  title = {Comparing Parameter Tuning Methods for Evolutionary
+                  Algorithms},
+  pages = {399--406}
+}
+
+ +
+@inproceedings{SmiEib2010cec,
+  year = 2010,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2010 Congress on Evolutionary Computation (CEC 2010)},
+  editor = { Ishibuchi, Hisao  and others},
+  key = {IEEE CEC},
+  author = { Smit, Selmar K.  and  Agoston E. Eiben },
+  title = {Beating the 'world champion' evolutionary algorithm
+                  via {REVAC} tuning},
+  pages = {1--8},
+  doi = {10.1109/CEC.2010.5586026}
+}
+
+ +
+@incollection{SmiEib2010evoapp,
+  year = 2010,
+  volume = 6024,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Applications of Evolutionary Computation},
+  editor = {Cecilia Di Chio and Stefano Cagnoni and  Carlos Cotta  and Marc
+                  Ebner and Anik{\'o} Ek{\'a}rt and  Anna I. Esparcia{-}Alc{\'{a}}zar  and Chi Keong Goh and  Juan-Juli{\'a}n Merelo  and Ferrante Neri and  Mike Preuss  and Julian Togelius and Georgios N. Yannakakis},
+  author = { Smit, Selmar K.  and  Agoston E. Eiben },
+  title = {Parameter Tuning of Evolutionary Algorithms: Generalist
+               vs. Specialist},
+  pages = {542--551},
+  doi = {10.1007/978-3-642-12239-2_56}
+}
+
+ +
+@incollection{SmiEib2011ae,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7401,
+  booktitle = {Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011},
+  publisher = {Springer},
+  year = 2012,
+  editor = { Jin-Kao Hao  and Legrand, Pierrick and Collet, Pierre and
+                  Monmarch{\'e}, Nicolas and Lutton, Evelyne and Schoenauer,
+                  Marc},
+  author = { Smit, Selmar K.  and  Agoston E. Eiben },
+  title = {Multi-Problem Parameter Tuning using {BONESA}},
+  pages = {222--233},
+  annote = {For some reason, this was not actually published in the LNCS
+                  Proceedings of EA}
+}
+
+ +
+@inproceedings{SmiEibSzl2010ijcci,
+  year = 2010,
+  publisher = {SciTePress},
+  booktitle = {Proceedings of the International Joint Conference on
+                  Computational Intelligence (IJCCI-2010)},
+  editor = { Filipe, J.  and  J. Kacprzyk },
+  author = { Smit, Selmar K.  and  Agoston E. Eiben  and  Szl\'{a}vik, Z. },
+  title = {An {MOEA}-based Method to Tune {EA} Parameters on
+                  Multiple Objective Functions},
+  pages = {261--268}
+}
+
+ +
+@inproceedings{SmiSet92,
+  author = {Tobiah E. Smith and Dorothy E. Setliff},
+  booktitle = {Proceedings of the Seventh Knowledge-Based Software Engineering Conference},
+  title = {Knowledge-based constraint-driven software synthesis},
+  year = 1992,
+  pages = {18--27},
+  publisher = {IEEE},
+  doi = {10.1109/KBSE.1992.252912}
+}
+
+ +
+@incollection{SmiStoSer2016explo,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2016,
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2016},
+  doi = {10.1145/2908812.2908854},
+  author = {Jim Smith and Christopher Stone and Martin Serpell},
+  title = {Exploiting Diverse Distance Metrics for Surrogate-Based
+                  Optimisation of Ordering Problems},
+  pages = {701--708}
+}
+
+ +
+@incollection{SmiVanLim2010,
+  doi = {10.1007/978-3-642-13800-3},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Christian Blum  and  Roberto Battiti },
+  series = {Lecture Notes in Computer Science},
+  volume = 6073,
+  year = 2010,
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  author = { Kate Smith{-}Miles  and  van Hemert, Jano I.  and Lim, Xin Yu},
+  title = {Understanding {TSP} difficulty by Learning from evolved instances},
+  pages = {266--280}
+}
+
+ +
+@inproceedings{Smith-Miles2008ijcnn,
+  publisher = {IEEE Press},
+  year = 2008,
+  editor = {Liu, Derong and others},
+  booktitle = {Proceedings of the International Joint Conference on Neural Networks (IJCNN 2008),
+                  Hong Kong, China, June 1-6, 2008},
+  key = {IJCNN},
+  author = { Kate Smith{-}Miles },
+  title = {Towards insightful algorithm selection for optimisation using meta-learning concepts},
+  pages = {4118--4124}
+}
+
+ +
+@book{SneCoc1967stat,
+  title = {Statistical Methods},
+  author = {Snedecor, George W. and Cochran, William G.},
+  edition = {6th},
+  year = 1967,
+  publisher = {Iowa State University Press},
+  address = {Ames, IA, USA}
+}
+
+ +
+@incollection{SnoLarAda2012nips,
+  publisher = {Curran Associates, Red Hook, NY},
+  year = 2012,
+  editor = {Peter L. Bartlett and Fernando C. N. Pereira and Christopher
+                  J. C. Burges and L{\'{e}}on Bottou and Kilian Q. Weinberger},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 25)},
+  author = { Jasper Snoek  and Hugo Larochelle and  Ryan P. Adams },
+  title = {Practical {Bayesian} Optimization of Machine Learning Algorithms},
+  pages = {2960--2968}
+}
+
+ +
+@inproceedings{SnoSweZemAda2014icml,
+  url = {http://jmlr.org/proceedings/papers/v32/},
+  publisher = {{PMLR}},
+  year = 2014,
+  volume = 32,
+  booktitle = {Proceedings of  the 31st International Conference on Machine Learning, {ICML} 2014},
+  editor = {Xing, Eric P. and Jebara, Tony},
+  author = { Jasper Snoek  and  Kevin Swersky  and  Richard Zemel  and  Ryan P. Adams },
+  title = {Input Warping for {Bayesian} Optimization of Non-Stationary
+                  Functions},
+  pages = {1674--1682},
+  abstract = {Bayesian optimization has proven to be a highly effective
+                  methodology for the global optimization of unknown, expensive
+                  and multimodal functions.  The ability to accurately model
+                  distributions over functions is critical to the effectiveness
+                  of Bayesian optimization.  Although Gaussian processes
+                  provide a flexible prior over functions, there are various
+                  classes of functions that remain difficult to model.  One of
+                  the most frequently occurring of these is the class of
+                  non-stationary functions.  The optimization of the
+                  hyperparameters of machine learning algorithms is a problem
+                  domain in which parameters are often manually transformed a
+                  priori, for example by optimizing in "log-space", to mitigate
+                  the effects of spatially-varying length scale.  We develop a
+                  methodology for automatically learning a wide family of
+                  bijective transformations or warpings of the input space
+                  using the Beta cumulative distribution function.  We further
+                  extend the warping framework to multi-task Bayesian
+                  optimization so that multiple tasks can be warped into a
+                  jointly stationary space. On a set of challenging benchmark
+                  optimization tasks, we observe that the inclusion of warping
+                  greatly improves on the state-of-the-art, producing better
+                  results faster and more reliably.}
+}
+
+ +
+@incollection{SocKnoSam02:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  volume = 2463,
+  series = {Lecture Notes in Computer Science},
+  year = 2002,
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  author = { Krzysztof Socha  and  Joshua D. Knowles  and  M. Sampels },
+  title = {A {\MaxMinAntSystem} for the University Course Timetabling Problem},
+  pages = {1--13},
+  alias = {antsystimtabl:ants2002}
+}
+
+ +
+@incollection{SocSamMan03:evoworkshops,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 2611,
+  editor = {S. Cagnoni and others},
+  aeditor = {S. Cagnoni and J. J. {Romero Cardalda} and D. W. Corne
+                  and J. Gottlieb and A. Guillot and E. Hart and
+                  C. G. Johnson and E. Marchiori and J.-A. Meyer and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  year = 2003,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of EvoWorkshops 2003},
+  author = { Krzysztof Socha  and  M. Sampels  and M. Manfrin},
+  title = {Ant algorithms for the university course timetabling
+                  problem with regard to the state-of-the-art},
+  pages = {334--345}
+}
+
+ +
+@incollection{Socha04:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3172,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  year = 2004,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  author = { Krzysztof Socha },
+  title = {{ACO} for Continuous and Mixed-Variable Optimization},
+  pages = {25--36}
+}
+
+ +
+@book{Solnon2010,
+  author = { Christine Solnon },
+  title = {Ant Colony Optimization and Constraint Programming},
+  publisher = {Wiley},
+  year = 2010,
+  doi = {10.1002/9781118557563}
+}
+
+ +
+@incollection{SorSevGlo2017,
+  isbn = {978-3-319-07125-1},
+  publisher = {Springer International Publishing},
+  year = 2018,
+  booktitle = {Handbook of Heuristics},
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  title = {A history of metaheuristics},
+  author = { Kenneth S{\"o}rensen  and  Marc Sevaux  and  Fred Glover },
+  pages = {1--27}
+}
+
+ +
+@inproceedings{SotBasDol20016_ES,
+  alias = {Sotelo_ES},
+  year = 2001,
+  author = { Aldo Sotelo  and  Julio Basulado  and  Pedro Dold{\'a}n  and  Benjam{\'i}n Bar{\'a}n },
+  title = {Algoritmos Evolutivos Multiobjetivo Combinados para la
+                  Optimizaci{\'o}n de la Programaci{\'o}n de Bombeo en Sistemas
+                  de Suministro de Agua},
+  booktitle = {Congreso Internacional de Tecnolog{\'i}as y Aplicaciones
+                  Inform\'aticas, JIT-CITA 2001, Asunci\'on, Paraguay},
+  note = {(In Spanish)}
+}
+
+ +
+@inproceedings{Sotelo02,
+  author = { Aldo Sotelo  and  C. von L{\"u}cken  and  Benjam{\'i}n Bar{\'a}n },
+  title = {Multiobjective Evolutionary Algorithms in Pump
+                  Scheduling Optimisation},
+  booktitle = {Proceedings of the Third International Conference on
+                  Engineering Computational Technology},
+  publisher = {Civil-Comp Press, Stirling, Scotland},
+  year = 2002,
+  editor = { Barry H. V. Topping  and  Zden{\'e}ek Bittnar },
+  abstract = {Operation of pumping stations represents high costs
+                  to water supply companies. Therefore, reducing such
+                  costs through an optimal pump scheduling becomes an
+                  important issue. This work presents the use of
+                  Multiobjective Evolutionary Algorithms (MOEAs) to
+                  solve an optimal pump-scheduling problem. For the
+                  first time, six different approaches were
+                  implemented and compared. These algorithms aim to
+                  minimise four objectives: electric energy cost,
+                  pumps' maintenance cost, maximum power peak, and
+                  level variation in the reservoir. In order to
+                  consider hydraulic and technical constrains, a
+                  heuristic constrain algorithm was developed and
+                  combined with each MOEA utilised. Evaluation of
+                  experimental results of a set of metrics shows that
+                  the Strength {Pareto} Evolutionary Algorithm (SPEA)
+                  achieves the best performance for this
+                  problem. Moreover, SPEA's set of solutions provide
+                  pumping station operation engineers with a wide
+                  range of optimal pump schedules to chose from.}
+}
+
+ +
+@misc{SouRitLop2020capopt,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {{CAPOPT}: Capping Methods for the Automatic Configuration of Optimization Algorithms},
+  howpublished = {\url{https://github.com/souzamarcelo/capopt}},
+  year = 2020
+}
+
+ +
+@misc{SouRitLop2021cap-supp,
+  author = { Marcelo {De Souza}  and  Marcus Ritt and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Capping Methods for the Automatic Configuration of
+                  Optimization Algorithms -- Supplementary Material},
+  howpublished = {\url{https://github.com/souzamarcelo/supp-cor-capopt}},
+  year = 2021
+}
+
+ +
+@misc{Spark,
+  author = {{Apache Software Foundation}},
+  title = {Spark},
+  url = {https://spark.apache.org},
+  year = 2012
+}
+
+ +
+@book{SraNowWri2012,
+  title = {Optimization for machine learning},
+  author = {Sra, Suvrit and Nowozin, Sebastian and Wright, Stephen J.},
+  year = 2012,
+  publisher = {MIT Press},
+  address = {Cambridge, MA}
+}
+
+ +
+@incollection{Stadler1995landscapes,
+  author = {P. F. Stadler},
+  title = {Toward a theory of landscapes},
+  booktitle = {Complex Systems and Binary Networks},
+  year = 1995,
+  editor = {R. L{\'o}pez-Pe{\~n}a and R. Capovilla and
+                  R. Garc{\'i}a-Pelayo and H. Waelbroeck and F. Zertruche},
+  pages = {77--163},
+  publisher = {Springer}
+}
+
+ +
+@book{Starr1963,
+  title = {Product design and decision theory},
+  author = {Starr, Martin Kenneth},
+  year = 1963,
+  series = {Prentice-Hall Series in Engineering Design, Fundamentals of
+                  Engineering Design},
+  publisher = {Prentice-Hall},
+  address = {Englewood, Cliffs, NJ}
+}
+
+ +
+@incollection{SteAggBurGonRes2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = {Fernando Stefanello and Vaneet Aggarwal and Luciana Salete Buriol and Jos{\'e} Fernando Gon\c{c}alves and  Mauricio G. C. Resende },
+  title = {A Biased Random-key Genetic Algorithm for Placement of Virtual Machines Across Geo-Separated Data Centers},
+  pages = {919--926},
+  doi = {10.1145/2739480.2754768},
+  keywords = {irace}
+}
+
+ +
+@incollection{SteGar1991computational,
+  author = { R. E. Steuer  and Gardiner, Lorraine},
+  editor = {Fandel, G{\"u}nter and Gehring, Hermann},
+  title = {On the Computational Testing of Procedures for Interactive
+                  Multiple Objective Linear Programming},
+  booktitle = {Operations Research},
+  year = 1991,
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  pages = {121--131},
+  isbn = {978-3-642-76537-7},
+  doi = {10.1007/978-3-642-76537-7_8},
+  annote = {Proposed difference between ad hoc and non-ad hoc interactive
+                  multi-objective optimization methods}
+}
+
+ +
+@incollection{SteSmiJan2019autostat,
+  epub = {http://automl.org/book},
+  booktitle = {Automated Machine Learning},
+  publisher = {Springer},
+  year = 2019,
+  editor = { Frank Hutter  and Kotthoff, Lars and  Joaquin Vanschoren },
+  title = {The Automatic Statistician},
+  author = {Christian Steinruecken and Emma Smith and David Janz and
+                  James Lloyd and Zoubin Ghahramani},
+  doi = {10.1007/978-3-030-05318-5_9},
+  pages = {161--173}
+}
+
+ +
+@book{Steuer1986,
+  author = { R. E. Steuer },
+  title = {Multiple Criteria Optimization: Theory, Computation and
+                  Application},
+  publisher = {John Wiley \& Sons},
+  year = 1986,
+  series = {Wiley Series in Probability and Mathematical Statistics},
+  address = { New York, NY},
+  keywords = {Maximally dispersed weights}
+}
+
+ +
+@incollection{Stolfi2015,
+  volume = 9422,
+  series = {Lecture Notes in Computer Science},
+  editor = {Puerta, Jos{\'e} M.  and G{\'a}mez, Jos{\'e} A.  and
+                  Dorronsoro, Bernabe and Barrenechea, Edurne and Troncoso,
+                  Alicia and Baruque, Bruno and Galar, Mikel},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2015,
+  booktitle = {Advances in Artificial Intelligence, CAEPIA 2015},
+  abstract = {In this article we present a strategy based on an evolution-
+                  ary algorithm to calculate the real vehicle flows in cities
+                  according to data from sensors placed in the streets. We have
+                  worked with a map imported from OpenStreetMap into the SUMO
+                  traffic simulator so that the resulting scenarios can be used
+                  to perform different optimizations with the confidence of
+                  being able to work with a traffic distribution close to
+                  reality. We have compared the results of our algorithm to
+                  other competitors and achieved results that replicate the
+                  real traffic distribution with a precision higher than
+                  {90\%}.},
+  author = {Stolfi, Daniel H. and  Alba, Enrique },
+  title = {An Evolutionary Algorithm to Generate Real Urban Traffic
+                  Flows},
+  pages = {332--343},
+  doi = {10.1007/978-3-319-24598-0_30},
+  keywords = {Evolutionary algorithm,SUMO,Smart city,Smart mobility,Traffic
+                  simulation}
+}
+
+ +
+@techreport{Stu1998:pfsp,
+  author = { Thomas St{\"u}tzle },
+  title = {Applying Iterated Local Search to the Permutation Flow Shop Problem},
+  institution = {FG Intellektik, FB Informatik, TU Darmstadt, Germany},
+  year = 1998,
+  number = {AIDA--98--04},
+  month = aug
+}
+
+ +
+@misc{Stu2002,
+  author = { Thomas St{\"u}tzle },
+  title = {{\softwarepackage{ACOTSP}}: A Software Package of Various Ant Colony
+                  Optimization Algorithms Applied to the Symmetric
+                  Traveling Salesman Problem},
+  url = {http://www.aco-metaheuristic.org/aco-code},
+  annote = {\url{http://www.aco-metaheuristic.org/aco-code}},
+  year = 2002
+}
+
+ +
+@inproceedings{Stu2009:eume,
+  editor = {Ana Viana and others},
+  year = 2009,
+  booktitle = {Proceedings of the EU/MEeting 2009: Debating the future: new
+                  areas of application and innovative approaches},
+  author = { Thomas St{\"u}tzle },
+  title = {Some Thoughts on Engineering Stochastic Local Search
+                  Algorithms},
+  pages = {47--52}
+}
+
+ +
+@techreport{Stu97:qap,
+  author = { Thomas St{\"u}tzle },
+  title = {{\MaxMinAntSystem} for the Quadratic Assignment
+                  Problem},
+  institution = {FG Intellektik, FB Informatik, TU Darmstadt, Germany},
+  year = 1997,
+  number = {AIDA--97--4},
+  month = jul
+}
+
+ +
+@inproceedings{Stu98:eufit,
+  author = { Thomas St{\"u}tzle },
+  title = {An Ant Approach to the Flow Shop Problem},
+  booktitle = {Proceedings of the 6th European Congress on
+                  Intelligent Techniques {\&} Soft Computing
+                  (EUFIT'98)},
+  pages = {1560--1564},
+  year = 1998,
+  volume = 3,
+  publisher = {Verlag Mainz, Aachen, Germany}
+}
+
+ +
+@incollection{StuDor99:nio,
+  alias = {CorDorGlo99},
+  address = {London, UK},
+  year = 1999,
+  publisher = {McGraw Hill},
+  editor = { David Corne  and  Marco Dorigo  and  Fred Glover },
+  booktitle = {New Ideas in Optimization},
+  author = { Thomas St{\"u}tzle  and  Marco Dorigo },
+  title = {{ACO} Algorithms for the Quadratic Assignment Problem},
+  pages = {33--50},
+  anote = {Also available as Technical Report IRIDIA/99-2,
+                  Universit{\'e} Libre de Bruxelles, Belgium}
+}
+
+ +
+@incollection{StuFer2004qap,
+  booktitle = {Proceedings of EvoCOP 2004 -- 4th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 3004,
+  year = 2004,
+  publisher = {Springer},
+  editor = {Gottlieb, Jens and  G{\"u}nther R. Raidl },
+  author = { Thomas St{\"u}tzle  and Fernandes, Susana},
+  title = {New Benchmark Instances for the QAP and the Experimental
+                  Analysis of Algorithms},
+  pages = {199--209},
+  doi = {10.1007/978-3-540-24652-7_20},
+  abstract = {The quadratic assignment problem arises in a variety of
+                  practical settings. It is known to be among the hardest
+                  combinatorial problems for exact algorithms. Therefore, a
+                  large number of heuristic approaches have been proposed for
+                  its solution. In this article we introduce a new, large set
+                  of QAP instances that is intended to allow the systematic
+                  study of the performance of metaheuristics in dependence of
+                  QAP instance characteristics. Additionally, we give
+                  computational results with several high performing algorithms
+                  known from literature and give exemplary results on the
+                  influence of instance characteristics on the performance of
+                  these algorithms.}
+}
+
+ +
+@incollection{StuHoo01:mic,
+  author = { Thomas St{\"u}tzle  and  Holger H. Hoos },
+  title = {Analysing the Run-time Behaviour of Iterated Local
+                  Search for the Travelling Salesman Problem},
+  booktitle = {Essays and Surveys on Metaheuristics},
+  pages = {589--611},
+  publisher = {Kluwer Academic Publishers, Boston, MA},
+  year = 2001,
+  editor = {P. Hansen and C. Ribeiro},
+  series = {Operations Research/Computer Science Interfaces
+                  Series}
+}
+
+ +
+@techreport{StuHoo1996:aida,
+  author = { Thomas St{\"u}tzle  and  Holger H. Hoos },
+  title = {Improving the {Ant} {System}: A Detailed Report on
+                  the {\MaxMinAntSystem}},
+  institution = {FG Intellektik, FB Informatik, TU Darmstadt, Germany},
+  year = 1996,
+  number = {AIDA--96--12},
+  month = aug
+}
+
+ +
+@incollection{StuHoo97:icec,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 1997,
+  editor = { Thomas B{\"a}ck  and  Zbigniew Michalewicz  and  Xin Yao },
+  booktitle = {Proceedings of the 1997 IEEE International
+                  Conference on Evolutionary Computation (ICEC'97)},
+  author = { Thomas St{\"u}tzle  and  Holger H. Hoos },
+  title = {The {\MaxMinAntSystem} and Local Search for the
+                  Traveling Salesman Problem},
+  pages = {309--314}
+}
+
+ +
+@incollection{StuHoo99:mic,
+  author = { Thomas St{\"u}tzle  and  Holger H. Hoos },
+  title = {{\MaxMinAntSystem} and Local Search for Combinatorial
+                  Optimization Problems},
+  booktitle = {Meta-Heuristics: Advances and Trends in Local Search
+                  Paradigms for Optimization},
+  publisher = {Kluwer Academic Publishers, Dordrecht, The Netherlands},
+  year = 1999,
+  editor = { Stefan Vo{\ss}  and  Silvano Martello  and  Ibrahim H. Osman  and C. Roucairol},
+  pages = {137--154}
+}
+
+ +
+@incollection{StuLop2015gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2015},
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Automatic (Offline) Configuration of Algorithms},
+  pages = {681--702},
+  doi = {10.1145/2739482.2756581}
+}
+
+ +
+@incollection{StuLop2017gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2017},
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Automated Offline Design of Algorithms},
+  pages = {1038--1065},
+  doi = {10.1145/3067695.3067722}
+}
+
+ +
+@incollection{StuLop2019hb,
+  publisher = {Springer},
+  series = {International Series in Operations Research \& Management
+                  Science},
+  volume = 272,
+  booktitle = {Handbook of Metaheuristics},
+  year = 2019,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Automated Design of Metaheuristic Algorithms},
+  pages = {541--579},
+  doi = {10.1007/978-3-319-91086-4_17},
+  keywords = {automatic design, automatic configuration}
+}
+
+ +
+@incollection{StuLopDor2011eorms,
+  year = 2011,
+  publisher = {John Wiley \& Sons},
+  editor = {J. J. Cochran},
+  booktitle = {Wiley Encyclopedia of Operations Research and
+                  Management Science},
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Marco Dorigo },
+  title = {A Concise Overview of Applications of Ant Colony
+                  Optimization},
+  pages = {896--911},
+  volume = 2,
+  doi = {10.1002/9780470400531.eorms0001}
+}
+
+ +
+@incollection{StuLopPel2011autsea,
+  year = 2012,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  booktitle = {Autonomous Search},
+  editor = { Youssef Hamadi  and E. Monfroy and F. Saubion},
+  author = { Thomas St{\"u}tzle  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Paola Pellegrini  and  Michael Maur  and  Marco A. {Montes de Oca}  and  Mauro Birattari  and  Marco Dorigo },
+  title = {Parameter Adaptation in Ant Colony Optimization},
+  doi = {10.1007/978-3-642-21434-9_8},
+  pages = {191--215}
+}
+
+ +
+@incollection{StuRui2017ig,
+  isbn = {978-3-319-07125-1},
+  publisher = {Springer International Publishing},
+  year = 2018,
+  booktitle = {Handbook of Heuristics},
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  author = { Thomas St{\"u}tzle  and  Rub{\'e}n Ruiz },
+  title = {Iterated Greedy},
+  doi = {10.1007/978-3-319-07153-4_10-1},
+  pages = {1--31}
+}
+
+ +
+@incollection{StuRui2017ils,
+  isbn = {978-3-319-07125-1},
+  publisher = {Springer International Publishing},
+  year = 2018,
+  booktitle = {Handbook of Heuristics},
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  author = { Thomas St{\"u}tzle  and  Rub{\'e}n Ruiz },
+  title = {Iterated Local Search},
+  doi = {10.1007/978-3-319-07153-4_8-1},
+  pages = {1--27}
+}
+
+ +
+@phdthesis{StuetzlePhD,
+  author = { Thomas St{\"u}tzle },
+  title = {Local Search Algorithms for Combinatorial Problems --- Analysis, Improvements, and New Applications},
+  school = {FB Informatik, TU Darmstadt, Germany},
+  year = 1998
+}
+
+ +
+@incollection{StyHoo2013gecco,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  author = {James Styles and  Holger H. Hoos },
+  title = {Ordered racing protocols for automatically configuring algorithms
+               for scaling performance},
+  pages = {551--558},
+  doi = {10.1145/2463372.2463438}
+}
+
+ +
+@incollection{StyHooMul2012:lion,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7219,
+  publisher = {Springer},
+  year = 2012,
+  editor = { Youssef Hamadi  and  Marc Schoenauer },
+  booktitle = {Learning and Intelligent Optimization, 6th International
+                  Conference, LION 6},
+  author = {James Styles and  Holger H. Hoos  and Martin M{\"{u}}ller},
+  title = {Automatically Configuring Algorithms for Scaling Performance},
+  pages = {205--219}
+}
+
+ +
+@techreport{SugHanLia2005cec,
+  author = { Ponnuthurai N. Suganthan  and  Nikolaus Hansen  and J. J. Liang and  Kalyanmoy Deb  and Y. P. Chen and  Anne Auger  and S. Tiwari},
+  title = {Problem definitions and evaluation criteria for the
+                  {CEC 2005} special session on real-parameter
+                  optimization},
+  institution = {Nanyang Technological University, Singapore},
+  year = 2005,
+  keywords = {CEC'05 benchmark},
+  annote = {Also known as KanGAL Report Number 2005005 (Kanpur Genetic Algorithms
+                  Laboratory, IIT Kanpur)}
+}
+
+ +
+@inproceedings{SuiGotBur2015icml,
+  publisher = {{PMLR}},
+  year = 2015,
+  volume = 37,
+  booktitle = {Proceedings of  the 32nd International Conference on Machine Learning, {ICML} 2015},
+  editor = {Francis Bach and David Blei},
+  author = {Sui, Yanan and Alkis Gotovos and Burdick, Joel W. and Andreas
+                  Krause},
+  title = {Safe Exploration for Optimization with {Gaussian} Processes},
+  pages = {997--1005},
+  epub = {http://proceedings.mlr.press/v37/sui15.html},
+  abstract = {We consider sequential decision problems under uncertainty,
+                  where we seek to optimize an unknown function from noisy
+                  samples. This requires balancing exploration (learning about
+                  the objective) and exploitation (localizing the maximum), a
+                  problem well-studied in the multi-armed bandit literature. In
+                  many applications, however, we require that the sampled
+                  function values exceed some prespecified "safety" threshold,
+                  a requirement that existing algorithms fail to meet. Examples
+                  include medical applications where patient comfort must be
+                  guaranteed, recommender systems aiming to avoid user
+                  dissatisfaction, and robotic control, where one seeks to
+                  avoid controls causing physical harm to the platform. We
+                  tackle this novel, yet rich, set of problems under the
+                  assumption that the unknown function satisfies regularity
+                  conditions expressed via a Gaussian process prior. We develop
+                  an efficient algorithm called SafeOpt, and theoretically
+                  guarantee its convergence to a natural notion of optimum
+                  reachable under safety constraints. We evaluate SafeOpt on
+                  synthetic data, as well as two real applications: movie
+                  recommendation, and therapeutic spinal cord stimulation.},
+  keywords = {Safe Optimization, SafeOpt}
+}
+
+ +
+@inproceedings{SuiZhuBur2018stageopt,
+  year = 2018,
+  publisher = {{PMLR}},
+  volume = 80,
+  series = {Proceedings of Machine Learning Research},
+  booktitle = {Proceedings of  the 35th International Conference on Machine Learning, {ICML} 2018},
+  editor = {Jennifer G. Dy and Andreas Krause},
+  author = {Sui, Yanan and Zhuang, Vincent and Burdick, Joel W. and Yue,
+                  Yisong},
+  title = {Stagewise Safe {Bayesian} Optimization with {Gaussian}
+                  Processes},
+  pages = {4788--4796},
+  epub = {http://proceedings.mlr.press/v80/sui18a.html},
+  keywords = {StageOpt}
+}
+
+ +
+@inproceedings{SunHan2010:ccie,
+  address = {Los Alamitos, CA},
+  publisher = {IEEE Computer Society Press},
+  year = 2010,
+  booktitle = {Proceedings of the 2010 International Conference on
+                  Computing, Control and Industrial Engineering},
+  key = {CCIE},
+  author = { Zhaoxu Sun  and  Min Han },
+  title = {Multi-criteria Decision Making Based on {PROMETHEE} Method},
+  pages = {416--418},
+  alias = {ZhaMin2010:ccie}
+}
+
+ +
+@book{SutBar1998reinf,
+  author = {Richard S. Sutton and Andrew G. Barto},
+  title = {Reinforcement Learning: An Introduction},
+  publisher = {MIT Press, Cambridge, MA},
+  year = 1998
+}
+
+ +
+@book{SutBar2018reinf,
+  author = {Richard S. Sutton and Andrew G. Barto},
+  title = {Reinforcement Learning: An Introduction},
+  publisher = {MIT Press, Cambridge, MA},
+  edition = {2nd},
+  year = 2018
+}
+
+ +
+@mastersthesis{Sutton98,
+  author = { D. C. Sutton  and  D. S. Keane  and  S. J. Sherriff },
+  title = {Optimizing the Real Time Operation of a Pumping
+                  Station at a Water Filtration Plant using Genetic
+                  Algorithms},
+  school = {Department of Civil and Environmental Engineering,
+                  The University of Adelaide},
+  year = 1998,
+  type = {Honors Thesis}
+}
+
+ +
+@incollection{SwaOzcKen2011lion,
+  volume = 6683,
+  editor = { Carlos A. {Coello Coello} },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  year = 2011,
+  booktitle = {Learning and Intelligent Optimization, 5th
+                  International Conference, LION 5},
+  author = { Jerry Swan  and  Ender {\"O}zcan  and  Graham Kendall },
+  title = {Hyperion: A Recursive Hyper-heuristic Framework},
+  pages = {616--630}
+}
+
+ +
+@inproceedings{Swan2015,
+  year = 2015,
+  booktitle = {Proceedings of MIC 2015, the 11th Metaheuristics
+                  International Conference},
+  editor = { Talbi, El-Ghazali },
+  author = { Jerry Swan  and others},
+  anauthor = { Jerry Swan  and Steven Adriaensen and Mohamed Bishr and  Edmund K. Burke  and John A. Clark and Patrick {De Causmaecker} and  Durillo, Juan J.  and Kevin Hammond and Emma Hart and Colin
+                  G. Johnson and Zoltan A. Kocsis and Ben Kovitz and  Krzysztof Krawiec  and Simon Martin and J. J. Merelo and Leandro
+                  L. Minku and  Ender {\"O}zcan  and  Gisele Pappa  and Erwin
+                  Pesch and  Pablo Garc{\'i}a-S{\'a}nchez  and Andrea Schaerf and Kevin
+                  Sim and Jim E. Smith and  Thomas St{\"u}tzle  and  Stefan Vo{\ss}  and Stefan Wagner and  Xin Yao },
+  title = {A Research Agenda for Metaheuristic Standardization}
+}
+
+ +
+@inproceedings{Syswerda89,
+  publisher = {Morgan Kaufmann Publishers, San Mateo, CA},
+  editor = { J. David Schaffer },
+  year = 1989,
+  booktitle = {Proceedings of  the Third International Conference on Genetic Algorithms (ICGA'89)},
+  author = { Gilbert Syswerda },
+  title = {Uniform Crossover in Genetic Algorithms},
+  pages = {2--9},
+  keywords = {uniform crossover}
+}
+
+ +
+@inproceedings{TaeLeoClam2007spacecraft,
+  author = {Taeyoung Lee and Leok, Melvin and McClamroch, N. Harris},
+  title = {A combinatorial optimal control problem for spacecraft
+                  formation reconfiguration},
+  booktitle = {2007 46th IEEE Conference on Decision and Control},
+  year = 2007,
+  publisher = {IEEE},
+  doi = {10.1109/cdc.2007.4434143},
+  keywords = {bilevel}
+}
+
+ +
+@incollection{TagShiNak2011ibde,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = {Tagawa, Kiyoharu and Shimizu, Hidehito and Nakamura,
+                  Hiroyuki},
+  title = {Indicator-based Differential Evolution Using Exclusive
+                  Hypervolume Approximation and Parallelization for Multi-core
+                  Processors},
+  pages = {657--664}
+}
+
+ +
+@inproceedings{TaiYanRanWol2014deepface,
+  title = {Deepface: Closing the gap to human-level performance in face
+                  verification},
+  author = {Taigman, Yaniv and Yang, Ming and Ranzato, Marc'Aurelio and
+                  Wolf, Lior},
+  booktitle = {Proceedings of the IEEE conference on computer vision and
+                  pattern recognition},
+  pages = {1701--1708},
+  year = 2014
+}
+
+ +
+@incollection{TanOya2017gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2017,
+  editor = { Peter A. N. Bosman },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  title = {Benchmarking {MOEAs} for multi-and many-objective
+                  optimization using an unbounded external archive},
+  author = {Tanabe, Ryoji and Oyama, Akira},
+  pages = {633--640}
+}
+
+ +
+@inproceedings{TasBuyPanSug2013,
+  publisher = {Springer International Publishing},
+  series = {Theoretical Computer Science and General Issues},
+  volume = 8298,
+  year = 2013,
+  editor = {B. K. Panigrahi and P. N. Suganthan and S. Das and S. S. Dash},
+  booktitle = {Swarm, Evolutionary, and Memetic Computing},
+  author = {M. Fatih Tasgetiren and Ozge Buyukdagli and  Quan-Ke Pan  and  Ponnuthurai N. Suganthan },
+  title = {A general variable neighborhood search algorithm for the
+                  no-idle permutation flowshop scheduling problem},
+  pages = {24--34}
+}
+
+ +
+@incollection{TavPer2012eurogp,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  volume = 7244,
+  series = {Lecture Notes in Computer Science},
+  editor = { A. Moraglio  and Sara Silva and  Krzysztof Krawiec  and  Penousal Machado  and  Carlos Cotta },
+  year = 2012,
+  booktitle = {Proceedings of  the 15th European Conference on Genetic Programming, EuroGP 2012},
+  author = { Jorge Tavares  and  Francisco B. Pereira },
+  title = {Automatic Design of Ant Algorithms with Grammatical
+                  Evolution },
+  pages = {206--217}
+}
+
+ +
+@inproceedings{TeiCovStuGas2009:eume,
+  editor = {Ana Viana and others},
+  year = 2009,
+  booktitle = {Proceedings of the EU/MEeting 2009: Debating the future: new
+                  areas of application and innovative approaches},
+  author = {Cristina Teixeira and Jos\'e Covas and  Thomas St{\"u}tzle  and  Ant{\'o}nio Gaspar{-}Cunha },
+  title = {Application of {Pareto} Local Search and Multi-Objective Ant
+                  Colony Algorithms to the Optimization of Co-Rotating Twin
+                  Screw Extruders},
+  pages = {115--120}
+}
+
+ +
+@misc{TensorFlow,
+  author = {Google},
+  title = {TensorFlow},
+  year = 2017,
+  howpublished = {\url{https://www.tensorflow.org}}
+}
+
+ +
+@inproceedings{Teo2010,
+  author = {Teo, K. T. K. and Kow, W. Y. and Chin, Y. K.},
+  booktitle = {Proceedings - 2nd International Conference on Computational
+                  Intelligence, Modelling and Simulation, CIMSim 2010},
+  keywords = {Genetic algorithm,T-junction,Traffic control system,Traffic
+                  flows},
+  pages = {172--177},
+  title = {Optimization of traffic flow within an urban traffic light
+                  intersection with genetic algorithm},
+  year = 2010,
+  organization = {IEEE},
+  publisher = {IEEE Press}
+}
+
+ +
+@incollection{TerRosVal99gecco,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  year = 1999,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 1999},
+  shorteditor = {Wolfgang Banzhaf and others},
+  editor = {Wolfgang Banzhaf and Jason M. Daida and A. E. Eiben
+                  and Max H. Garzon and Vasant Honavar and Mark
+                  J. Jakiela and Robert E. Smith},
+  author = {Hugo Terashima-Mar\'{i}n and  Peter Ross  and Manuel
+                  Valenzuela-Rend\'{o}n},
+  title = {Evolution of Constraint Satisfaction Strategies in
+                  Examination Timetabling},
+  pages = {635--642}
+}
+
+ +
+@incollection{Thie2007adaptive,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  year = 2007,
+  booktitle = {Parameter Setting in Evolutionary Algorithms},
+  editor = {F. Lobo and C. F. Lima and  Zbigniew Michalewicz },
+  title = {Adaptive strategies for operator allocation},
+  author = { Dirk Thierens },
+  pages = {77--90}
+}
+
+ +
+@incollection{Thie2009adaptive,
+  volume = 5752,
+  series = {Lecture Notes in Computer Science},
+  year = 2009,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Engineering Stochastic Local Search
+                  Algorithms. Designing, Implementing and Analyzing
+                  Effective Heuristics. SLS~2009},
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  title = {Adaptive operator selection for iterated local search},
+  author = { Dirk Thierens },
+  pages = {140--144}
+}
+
+ +
+@incollection{Thierens2004:gecco,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 3103,
+  editor = { Kalyanmoy Deb  and others},
+  year = 2004,
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2004, Part II},
+  author = { Dirk Thierens },
+  title = {Population-based Iterated Local Search: Restricting the Neighborhood
+  Search by Crossover},
+  pages = {234--245}
+}
+
+ +
+@incollection{Thierens2005:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2005,
+  editor = {  Hans-Georg Beyer  and  Una-May O'Reilly },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2005},
+  author = { Dirk Thierens },
+  title = {An Adaptive Pursuit Strategy for Allocating Operator Probabilities},
+  pages = {1539--1546}
+}
+
+ +
+@incollection{ThoHutHooLey2013:kdd,
+  editor = {Inderjit S. Dhillon and Yehuda Koren and Rayid Ghani and Ted
+                  E. Senator and Paul Bradley and Rajesh Parekh and Jingrui He
+                  and Robert L. Grossman and Ramasamy Uthurusamy},
+  year = 2013,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {The 19th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining, {KDD} 2013},
+  author = {Chris Thornton and  Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {{Auto-WEKA}: Combined Selection and Hyperparameter
+                  Optimization of Classification Algorithms},
+  pages = {847--855}
+}
+
+ +
+@book{ThrunPratt1998,
+  title = {Learning to learn},
+  author = {Thrun, Sebastian and Pratt, Lorien},
+  year = 1998,
+  publisher = {Springer}
+}
+
+ +
+@incollection{TinWhiOch2014:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2014,
+  editor = {Christian Igel and Dirk V. Arnold},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2014},
+  author = {Renato Tin\'os and  Darrell Whitley  and  Gabriela Ochoa },
+  title = {Generalized Asymmetric Partition Crossover ({GAPX}) for the Asymmetric {TSP}},
+  pages = {501--508}
+}
+
+ +
+@incollection{TomKad2019iemoi,
+  isbn = {978-1-4503-6111-8},
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  publisher = {ACM Press},
+  year = 2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  author = { Tomczyk, Micha{\l} K  and  Kadzi{\'n}ski, Mi{\l}osz  },
+  title = {Robust Indicator-Based Algorithm for Interactive Evolutionary
+                  Multiple Objective Optimization},
+  doi = {10.1145/3321707.3321742},
+  abstract = {We propose a novel robust indicator-based algorithm, called
+                  IEMO/I, for interactive evolutionary multiple objective
+                  optimization. During the optimization run, IEMO/I selects at
+                  regular intervals a pair of solutions from the current
+                  population to be compared by the Decision Maker. The
+                  successively provided holistic judgements are employed to
+                  divide the population into fronts of potential
+                  optimality. These fronts are, in turn, used to bias the
+                  evolutionary search toward a subset of Pareto-optimal
+                  solutions being most relevant to the Decision Maker. To
+                  ensure a fine approximation of such a subset, IEMO/I employs
+                  a hypervolume metric within a steady-state indicator-based
+                  evolutionary framework. The extensive experimental evaluation
+                  involving a number of benchmark problems confirms that IEMO/I
+                  is able to construct solutions being highly preferred by the
+                  Decision Maker after a reasonable number of interactions. We
+                  also compare IEMO/I with some selected state-of-the-art
+                  interactive evolutionary hybrids incorporating preference
+                  information in form of pairwise comparisons, proving its
+                  competitiveness.},
+  pages = {629--637},
+  numpages = 9,
+  keywords = {preference learning, indicator-based algorithms, interactive
+                  algorithms, multiple objective optimization, pairwise
+                  comparisons, evolutionary algorithms}
+}
+
+ +
+@book{TotVig2002vrp,
+  title = {The vehicle routing problem},
+  author = { Paolo Toth  and  Vigo, Daniele },
+  year = 2002,
+  publisher = {Society for Industrial and Applied Mathematics, Philadelphia, PA, USA}
+}
+
+ +
+@incollection{ToyShoMorMiy2012,
+  author = {Toyama, F. and Shoji, K. and Mori, H. and Miyamichi, J.},
+  title = {An Iterated Greedy Algorithm for the Binary Quadratic
+                  Programming Problem},
+  booktitle = {Joint 6th International Conference on Soft Computing and
+                  Intelligent Systems (SCIS) and 13th International Symposium
+                  on Advanced Intelligent Systems (ISIS), 2012},
+  publisher = {IEEE Press},
+  year = 2012,
+  pages = {2183--2188}
+}
+
+ +
+@incollection{TraNikCen2022ngopt,
+  volume = 13398,
+  year = 2022,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { G{\"u}nther Rudolph  and  Anna V. Kononova  and  Aguirre, Hern\'{a}n E.  and  Pascal Kerschke  and  Gabriela Ochoa  and  Tea Tu{\v s}ar },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVII}},
+  author = {Trajanov, Risto and Nikolikj, Ana and Cenikj, Gjorgjina and
+                  Teytaud, Fabien and Videau, Mathurin and Olivier Teytaud  and  Tome Eftimov  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Carola Doerr },
+  title = {Improving {Nevergrad}'s Algorithm Selection Wizard {NGOpt}
+                  Through Automated Algorithm Configuration},
+  pages = {18--31},
+  doi = {10.1007/978-3-031-14714-2_2},
+  abstract = {Algorithm selection wizards are effective and versatile tools
+                  that automatically select an optimization algorithm given
+                  high-level information about the problem and available
+                  computational resources, such as number and type of decision
+                  variables, maximal number of evaluations, possibility to
+                  parallelize evaluations, etc. State-of-the-art algorithm
+                  selection wizards are complex and difficult to improve. We
+                  propose in this work the use of automated configuration
+                  methods for improving their performance by finding better
+                  configurations of the algorithms that compose them. In
+                  particular, we use elitist iterated racing (irace) to find
+                  CMA configurations for specific artificial benchmarks that
+                  replace the hand-crafted CMA configurations currently used in
+                  the NGOpt wizard provided by the Nevergrad platform. We
+                  discuss in detail the setup of irace for the purpose of
+                  generating configurations that work well over the diverse set
+                  of problem instances within each benchmark. Our approach
+                  improves the performance of the NGOpt wizard, even on
+                  benchmark suites that were not part of the tuning by irace.}
+}
+
+ +
+@inproceedings{TreWag2019msr,
+  author = {Treude, Christoph and  Markus Wagner },
+  title = {Predicting Good Configurations for GitHub and Stack Overflow
+                  Topic Models},
+  booktitle = {Proceedings of the 16th International Conference on Mining
+                  Software Repositories},
+  year = 2019,
+  series = {MSR '19},
+  pages = {84--95},
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  location = {Montreal, Quebec, Canada},
+  numpages = 12,
+  doi = {10.1109/MSR.2019.00022},
+  acmid = 3341897,
+  keywords = {algorithm portfolio, corpus features, topic modelling}
+}
+
+ +
+@misc{Trick2018sup,
+  author = { Michael A. Trick },
+  title = {Graph Coloring Instances},
+  howpublished = {\url{https://mat.gsia.cmu.edu/COLOR/instances.html}},
+  year = 2018
+}
+
+ +
+@incollection{Tsu06,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  title = {An Enhanced Aggregation Pheromone System for Real-Parameter
+                  Optimization in the {ACO} Metaphor},
+  author = {S. Tsutsui},
+  pages = {60--71}
+}
+
+ +
+@incollection{Tsutsui06:ppsn,
+  year = 2006,
+  volume = 4193,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Runarsson, Thomas Philip and   Hans-Georg Beyer  and  Edmund K. Burke  and  Juan-Juli{\'a}n Merelo  and  Darrell Whitley  and  Xin Yao },
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IX}},
+  author = {S. Tsutsui},
+  title = {{cAS}: Ant Colony Optimization with Cunning Ants},
+  pages = {162--171}
+}
+
+ +
+@book{Tufte1982vis,
+  author = {Tufte, Edward R.},
+  title = {The Visual Display of Quantitative Information},
+  publisher = {Graphics Press},
+  abstract = {The classic book on statistical graphics, charts,
+                  tables. Theory and practice in the design of data graphics,
+                  250 illustrations of the best (and a few of the worst)
+                  statistical graphics, with detailed analysis of how to
+                  display data for precise, effective, quick analysis. Design
+                  of the high-resolution displays, small multiples. Editing and
+                  improving graphics. The data-ink ratio. Time-series,
+                  relational graphics, data maps, multivariate
+                  designs. Detection of graphical deception: design variation
+                  vs. data variation. Sources of deception. Aesthetics and data
+                  graphical displays. This new edition provides excellent color
+                  reproductions of the many graphics of William Playfair, adds
+                  color to other images, and includes all the changes and
+                  corrections accumulated during 17 printings of the first
+                  edition.},
+  address = {Cheshire, CT},
+  edition = {2nd},
+  isbn = {0-9613921-4-2},
+  year = 2001,
+  origyear = 1982,
+  keywords = {data visualization, information graphics, cognitive science}
+}
+
+ +
+@inproceedings{TurBerKra2016safemdp,
+  year = 2016,
+  editor = {D. D. Lee and M. Sugiyama and U. V. Luxburg and I. Guyon and
+                  R. Garnett},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 29)},
+  title = {Safe Exploration in Finite {Markov} Decision Processes with
+                  {Gaussian} Processes},
+  author = {Turchetta, Matteo and Berkenkamp, Felix and Krause, Andreas},
+  pages = {4312--4320},
+  keywords = {SafeMDP},
+  doi = {10.1109/TEVC.2014.2313407},
+  epub = {http://papers.nips.cc/paper/6357-safe-exploration-in-finite-markov-decision-processes-with-gaussian-processes}
+}
+
+ +
+@inproceedings{TurBerKra2019safe,
+  epub = {http://papers.nips.cc/book/advances-in-neural-information-processing-systems-32-2019},
+  year = 2019,
+  editor = {Hanna M. Wallach and Hugo Larochelle and Alina Beygelzimer
+                  and Florence d'Alch{\'{e}}{-}Buc and Emily B. Fox and Roman
+                  Garnett},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS 32)},
+  title = {Safe Exploration for Interactive Machine Learning},
+  author = {Turchetta, Matteo and Berkenkamp, Felix and Krause, Andreas},
+  pages = {2887--2897},
+  keywords = {Reinforcement Learning; Markov Decision Process; SafeML}
+}
+
+ +
+@book{TuringWay2019,
+  key = {TW2019},
+  author = {{The Turing Way Community} and Becky Arnold and Louise Bowler
+                  and Sarah Gibson and Patricia Herterich and Rosie Higman and
+                  Anna Krystalli and Alexander Morley and Martin O'Reilly and
+                  Kirstie Whitaker},
+  title = {The {Turing} {Way}: A Handbook for Reproducible Data Science},
+  month = mar,
+  year = 2019,
+  annote = {Available from \url{https://the-turing-way.netlify.app}. This work was supported by The UKRI Strategic Priorities Fund
+                  under the EPSRC Grant EP/T001569/1, particularly the "Tools,
+                  Practices and Systems" theme within that grant, and by The
+                  Alan Turing Institute under the EPSRC grant EP/N510129/1.},
+  publisher = {Zenodo},
+  version = {v0.0.4},
+  doi = {10.5281/zenodo.3233986}
+}
+
+ +
+@incollection{TusFil2007,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  author = { Tea Tu{\v s}ar  and Bogdan Filipi{\v c}},
+  title = {Differential Evolution versus Genetic Algorithms in
+                  Multiobjective Optimization},
+  pages = {257--271}
+}
+
+ +
+@incollection{TusFil2011vis4d,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  title = {Visualizing {4D} approximation sets of multiobjective
+                  optimizers with prosections},
+  author = { Tea Tu{\v s}ar  and Bogdan Filipi{\v c}},
+  pages = {737--744}
+}
+
+ +
+@mastersthesis{Tusar07master,
+  author = { Tea Tu{\v s}ar },
+  title = {Design of an Algorithm for Multiobjective Optimization with
+                  Differential Evolution},
+  school = {Faculty of Computer and Information Science, University of
+                  Ljubljana},
+  year = 2007,
+  type = {M.Sc. Thesis}
+}
+
+ +
+@incollection{UldAarBan1991,
+  doi = {10.1007/BFb0029723},
+  address = {Berlin\slash Heidelberg},
+  aseries = {Lecture Notes in Computer Science},
+  avolume = 496,
+  publisher = {Springer},
+  editor = { Hans-Paul Schwefel  and R. M{\"a}nner},
+  year = 1991,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {I}},
+  author = {N. L. J. Ulder and  Emile H. L. Aarts  and H.-J. Bandelt and  Peter J. M. van Laarhoven and  Erwin Pesch },
+  title = {Genetic Local Search Algorithms for the Travelling Salesman
+                  Problem},
+  pages = {109--116}
+}
+
+ +
+@incollection{UlrBadThi2010ppsn,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  author = {Tamara Ulrich and  Johannes Bader  and  Lothar Thiele },
+  title = {Defining and Optimizing Indicator-Based Diversity Measures in
+                  Multiobjective Search},
+  doi = {10.1007/978-3-642-15844-5_71},
+  pages = {707--717},
+  annote = {Two archive; two populations; decision space diversity}
+}
+
+ +
+@inproceedings{ValDubStu13:cec,
+  year = 2013,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  key = {IEEE CEC},
+  author = {Andrea Valsecchi and  J{\'e}r{\'e}mie Dubois-Lacoste  and  Thomas St{\"u}tzle  and Sergio Damas and Jos{\'e} Santamar{\'i}a and Linda Marrakchi-Kacem},
+  title = {Evolutionary Medical Image Registration using Automatic Parameter Tuning},
+  pages = {1326--1333}
+}
+
+ +
+@inproceedings{ValFawGerHoo2011icaps,
+  year = 2011,
+  booktitle = {Proceedings of ICAPS-PAL11},
+  editor = {Karpas, Erez and Jim{\'e}nez Celorrio, Sergio and Kambhampati, Subbarao},
+  author = {Mauro Vallati and  Chris Fawcett  and Alfonso E. Gerevini and  Holger H. Hoos  and Alessandro Saetti},
+  title = {Generating Fast Domain-Optimized Planners by Automatically
+                  Configuring a Generic Parameterised Planner}
+}
+
+ +
+@book{VanAar1987,
+  title = {Simulated Annealing: Theory and Applications},
+  author = { Peter J. M. van Laarhoven and  Emile H. L. Aarts },
+  volume = 37,
+  year = 1987,
+  publisher = {Springer}
+}
+
+ +
+@incollection{VanHut2018hyper,
+  key = {SIGKDD},
+  month = jul,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2018,
+  editor = {Yike Guo and Faisal Farooq},
+  booktitle = {24th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  author = { van Rijn, Jan N.  and  Frank Hutter },
+  title = {Hyperparameter Importance Across Datasets},
+  pages = {2367--2376},
+  doi = {10.1145/3219819.3220058},
+  abstract = {With the advent of automated machine learning, automated
+                  hyperparameter optimization methods are by now routinely used
+                  in data mining. However, this progress is not yet matched by
+                  equal progress on automatic analyses that yield information
+                  beyond performance-optimizing hyperparameter settings. In
+                  this work, we aim to answer the following two questions:
+                  Given an algorithm, what are generally its most important
+                  hyperparameters, and what are typically good values for
+                  these? We present methodology and a framework to answer these
+                  questions based on meta-learning across many datasets. We
+                  apply this methodology using the experimental meta-data
+                  available on OpenML to determine the most important
+                  hyperparameters of support vector machines, random forests
+                  and Adaboost, and to infer priors for all their
+                  hyperparameters. The results, obtained fully automatically,
+                  provide a quantitative basis to focus efforts in both manual
+                  algorithm design and in automated hyperparameter
+                  optimization. The conducted experiments confirm that the
+                  hyperparameters selected by the proposed method are indeed
+                  the most important ones and that the obtained priors also
+                  lead to statistically significant improvements in
+                  hyperparameter optimization.},
+  numpages = 10,
+  keywords = {hyperparameter optimization, meta-learning, hyperparameter
+                  importance}
+}
+
+ +
+@incollection{VanKorBlo2018,
+  publisher = {{AAAI} Press},
+  month = feb,
+  year = 2018,
+  editor = {Sheila A. McIlraith and Kilian Q. Weinberger},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  title = {{MERCS}: multi-directional ensembles of regression and classification trees},
+  author = {Van Wolputte, Elia and Korneva, Evgeniya and Blockeel, Hendrik},
+  pages = {4276--4283}
+}
+
+ +
+@inproceedings{VedFul2010vlfeat,
+  title = {{VLFeat}: An open and portable library of computer vision
+                  algorithms},
+  author = {Vedaldi, Andrea and Fulkerson, Brian},
+  booktitle = {Proceedings of the 18th ACM international conference on
+                  Multimedia},
+  pages = {1469--1472},
+  year = 2010,
+  organization = {ACM}
+}
+
+ +
+@inproceedings{VelLam1998gp,
+  year = 1998,
+  publisher = {Stanford University Bookstore},
+  address = {Stanford University, California},
+  month = jul,
+  editor = {John R. Koza},
+  booktitle = {Late Breaking Papers at the Genetic Programming 1998
+                  Conference},
+  alias = {Veldhuizen98a},
+  key = {Van Veldhuizen and Lamont, 1998a},
+  title = {Evolutionary Computation and Convergence to a
+                  {Pareto} Front},
+  author = { David A. {Van Veldhuizen}  and  Gary B. Lamont },
+  pages = {221--228},
+  keywords = {generational distance}
+}
+
+ +
+@phdthesis{Veldhuizen1999phd,
+  title = {Multiobjective evolutionary algorithms: Classifications,
+                  analyses, and new innovations},
+  author = { David A. {Van Veldhuizen} },
+  school = {Department of Electrical and Computer Engineering, Graduate
+                  School of Engineering, Air Force Institute of Technology},
+  year = 1999,
+  address = {Wright-Patterson AFB, Ohio}
+}
+
+ +
+@incollection{VerCarSte2022bias,
+  isbn = 9781450392686,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Diederick Vermetten  and Caraffini, Fabio and van Stein, Bas and  Anna V. Kononova },
+  title = {Using Structural Bias to Analyse the Behaviour of Modular
+                  {CMA-ES}},
+  pages = {1674--1682},
+  doi = {10.1145/3520304.3534035},
+  location = {Boston, Massachusetts}
+}
+
+ +
+@incollection{VerLieDha2011gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2011,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  author = { Verel, S{\'e}bastien  and  Arnaud Liefooghe  and  Dhaenens, Clarisse },
+  title = {Set-based Multiobjective Fitness Landscapes: A Preliminary
+                  Study},
+  pages = {769--776},
+  doi = {10.1145/2001576.2001681},
+  acmid = 2001681
+}
+
+ +
+@incollection{VerWanDoeBac2020cash,
+  epub = {https://dl.acm.org/citation.cfm?id=3377930},
+  location = {Canc{\'u}n, Mexico},
+  isbn = {978-1-4503-7128-5},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2020,
+  editor = { Carlos A. {Coello Coello} },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  author = { Diederick Vermetten  and  Wang, Hao  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {Integrated vs. Sequential Approaches for Selecting and Tuning
+                  {CMA-ES} Variants},
+  doi = {10.1145/3377930.3389831}
+}
+
+ +
+@incollection{VerWanLopDoe2022undersampling,
+  location = {Boston, Massachusetts},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  address = { New York, NY},
+  year = 2022,
+  publisher = {ACM Press},
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  author = { Diederick Vermetten  and  Wang, Hao  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Carola Doerr  and  Thomas B{\"a}ck },
+  title = {Analyzing the Impact of Undersampling on the Benchmarking and
+                  Configuration of Evolutionary Algorithms},
+  doi = {10.1145/3512290.3528799},
+  abstract = {The stochastic nature of iterative optimization heuristics
+                  leads to inherently noisy performance measurements. Since
+                  these measurements are often gathered once and then used
+                  repeatedly, the number of collected samples will have a
+                  significant impact on the reliability of algorithm
+                  comparisons. We show that care should be taken when making
+                  decisions based on limited data. Particularly, we show that
+                  the number of runs used in many benchmarking studies, e.g.,
+                  the default value of 15 suggested by the COCO environment,
+                  can be insufficient to reliably rank algorithms on well-known
+                  numerical optimization benchmarks.Additionally, methods for
+                  automated algorithm configuration are sensitive to
+                  insufficient sample sizes. This may result in the
+                  configurator choosing a "lucky" but poor-performing
+                  configuration despite exploring better ones. We show that
+                  relying on mean performance values, as many configurators do,
+                  can require a large number of runs to provide accurate
+                  comparisons between the considered configurations. Common
+                  statistical tests can greatly improve the situation in most
+                  cases but not always. We show examples of performance losses
+                  of more than 20\%, even when using statistical races to
+                  dynamically adjust the number of runs, as done by irace. Our
+                  results underline the importance of appropriately considering
+                  the statistical distribution of performance values.},
+  pages = {867--875},
+  numpages = 9,
+  keywords = {parameter tuning, evolution strategies, algorithm
+                  configuration, performance measures}
+}
+
+ +
+@incollection{VidLeiTey2022eurogp,
+  address = { Cham, Switzerland},
+  publisher = {Springer Nature},
+  year = 2022,
+  series = {Lecture Notes in Computer Science},
+  editor = {Eric Medvet and  Gisele Pappa  and Bing Xue},
+  booktitle = {Proceedings of  the 25th European Conference on Genetic Programming, EuroGP 2022},
+  author = {Mathurin Videau and Alessandro Leite and Olivier Teytaud  and  Marc Schoenauer },
+  title = {Multi-Objective Genetic Programming for Explainable
+                  Reinforcement Learning},
+  pages = {256--281},
+  keywords = {genetic algorithms, genetic programming: Poster}
+}
+
+ +
+@inproceedings{Vieira2021nas,
+  year = 2021,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2021 Congress on Evolutionary Computation (CEC 2021)},
+  key = {IEEE CEC},
+  author = {Vieira, Carlos and   P{\'e}rez C{\'a}ceres, Leslie  and  Leonardo C. T. Bezerra },
+  title = {Evaluating Anytime Performance on {NAS}-{Bench}-101},
+  pages = {1249--1256},
+  doi = {10.1109/CEC45853.2021.9504902}
+}
+
+ +
+@phdthesis{Violin2014PhD,
+  author = {Alessia Violin},
+  title = {Mathematical Programming Approaches to Pricing Problems},
+  school = {Facult\'{e} de Sciences, Universit\'{e} Libre de Bruxelles and Dipartimento di Ingegneria e Architettura, Universit\`{a} degli studi di Trieste},
+  year = 2014,
+  annote = {Supervised by Dr. Martine Labb\'{e} and Dr. Lorenzo Castelli}
+}
+
+ +
+@incollection{VosHanIgel2010gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2010,
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Improved Step Size Adaptation for the {MO-CMA-ES}},
+  author = { Vo{\ss}, Thomas  and  Nikolaus Hansen  and  Christian Igel },
+  pages = {487--494}
+}
+
+ +
+@incollection{VouTsa2003,
+  alias = {GloKoc02:handbook-mh},
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  year = 2002,
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  booktitle = {Handbook of Metaheuristics},
+  author = { Christos Voudouris  and  Edward P. K. Tsang },
+  title = {Guided Local Search},
+  pages = {185--218}
+}
+
+ +
+@book{WIS:MOA_vol2,
+  editor = { Dragan A. Savic  and  Godfrey A. Walters },
+  title = {Water Industry Systems: Modelling and Optimization
+                  Applications},
+  booktitle = {Water Industry Systems: Modelling and Optimization
+                  Applications},
+  year = 1999,
+  volume = 2,
+  publisher = { Research Studies Press Ltd. },
+  address = {Baldock, United Kingdom}
+}
+
+ +
+@incollection{WacSuiYueOno2018aaai,
+  publisher = {{AAAI} Press},
+  month = feb,
+  year = 2018,
+  editor = {Sheila A. McIlraith and Kilian Q. Weinberger},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  author = {Akifumi Wachi and Yanan Sui and Yisong Yue and Masahiro Ono},
+  title = {Safe Exploration and Optimization of Constrained {MDP}s Using
+                  {Gaussian} Processes},
+  pages = {6548--6556},
+  keywords = {Markov Decision Process, Gaussian Processes},
+  abstract = {We present a reinforcement learning approach to explore and
+                  optimize a safety-constrained Markov Decision
+                  Process(MDP). In this setting, the agent must maximize
+                  discounted cumulative reward while constraining the
+                  probability of entering unsafe states, defined using a safety
+                  function being within some tolerance. The safety values of
+                  all states are not known a priori, and we probabilistically
+                  model them via a Gaussian Process (GP) prior. As such,
+                  properly behaving in such an environment requires balancing a
+                  three-way trade-off of exploring the safety function,
+                  exploring the reward function, and exploiting acquired
+                  knowledge to maximize reward. We propose a novel approach to
+                  balance this trade-off. Specifically, our approach explores
+                  unvisited states selectively; that is, it prioritizes the
+                  exploration of a state if visiting that state significantly
+                  improves the knowledge on the achievable cumulative
+                  reward. Our approach relies on a novel information gain
+                  criterion based on Gaussian Process representations of the
+                  reward and safety functions. We demonstrate the effectiveness
+                  of our approach on a range of experiments, including a
+                  simulation using the real Martian terrain data.},
+  doi = {10.1609/aaai.v32i1.12103}
+}
+
+ +
+@incollection{WagBeuNau2007:many,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  author = { Tobias Wagner  and Nicola Beume and  Boris Naujoks },
+  title = {{Pareto}-, Aggregation-, and Indicator-Based Methods in Many-Objective
+               Optimization},
+  pages = {742--756}
+}
+
+ +
+@inproceedings{WagFriLin2017vertex,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = { Markus Wagner  and  Tobias Friedrich  and  Marius Thomas Lindauer },
+  title = {Improving local search in a minimum vertex cover solver for
+                  classes of networks},
+  pages = {1704--1711},
+  keywords = {graph theory;search problems;local search;minimum vertex
+                  cover solver;network classes;straightforward alternative
+                  approach;benchmark sets;graphs;algorithm portfolio;single
+                  integrated approach;Training;Portfolios;Algorithm design and
+                  analysis;Prediction algorithms;Machine learning
+                  algorithms;Optimization;Benchmark testing,smac,paramils},
+  doi = {10.1109/CEC.2017.7969507}
+}
+
+ +
+@incollection{WagNeu2013,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  title = {A Fast Approximation-guided Evolutionary Multi-objective
+                  Algorithm},
+  author = { Markus Wagner  and  Frank Neumann },
+  pages = {687--694}
+}
+
+ +
+@incollection{WahChe2000cp,
+  year = 2000,
+  volume = 1894,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Principles and Practice of Constraint Programming,
+                  CP 2000},
+  editor = {Rina Dechter},
+  author = { Benjamin W. Wah  and  Yi Xin Chen },
+  title = {Optimal Anytime Constrained Simulated Annealing for
+                  Constrained Global Optimization},
+  pages = {425--440},
+  doi = {10.1007/3-540-45349-0_31}
+}
+
+ +
+@inproceedings{Wal97,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 1997,
+  booktitle = {Proceedings of AAAI 1997 -- Fourteenth National Conference on
+                  Artificial Intelligence},
+  editor = {Benjamin Kuipers and Bonnie L. Webber},
+  author = {J. P. Walser},
+  title = {Solving Linear Pseudo-Boolean Constraint Problems with Local Search},
+  pages = {269--274}
+}
+
+ +
+@book{Wal98:phd,
+  author = {J. P. Walser},
+  title = {Integer Optimization by Local Search: A
+                  Domain-Independent Approach},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 1999,
+  volume = 1637,
+  series = {Lecture Notes in Computer Science}
+}
+
+ +
+@inproceedings{WalIyeVen98,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 1998,
+  booktitle = {Proceedings of AAAI 1998 -- Fifteenth National Conference on
+                  Artificial Intelligence},
+  editor = {Jack Mostow and Chuck Rich},
+  author = {J. P. Walser and R. Iyer and N. Venkatasubramanyan},
+  title = {An Integer Local Search Method with Application to
+                  Capacitated Production Planning},
+  pages = {373--379}
+}
+
+ +
+@incollection{Walsh1995:ijcai,
+  publisher = {Morgan Kaufmann Publishers},
+  editor = {Martha E. Pollack},
+  year = 1997,
+  booktitle = {Proceedings of  the 15th International Joint Conference on Artificial Intelligence (IJCAI-97)},
+  author = {Toby Walsh},
+  title = {Depth-bounded Discrepancy Search},
+  pages = {1388--1395}
+}
+
+ +
+@inproceedings{WanDohJin2018cec,
+  year = 2018,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2018 Congress on Evolutionary Computation (CEC 2018)},
+  key = {IEEE CEC},
+  title = {Hierarchical surrogate-assisted evolutionary multi-scenario
+                  airfoil shape optimization},
+  author = {Wang, Handing and Doherty, John and  Yaochu Jin },
+  pages = {1--8},
+  keywords = {scenario-based}
+}
+
+ +
+@incollection{WanDonChenLin2014,
+  author = {Wang, Yanqi and Dong, Xingye and Chen, Ping and Lin, Youfang},
+  title = {Iterated local search algorithms for the sequence-dependent
+                  setup times flow shop scheduling problem minimizing makespan},
+  booktitle = {Foundations of Intelligent Systems},
+  pages = {329--338},
+  year = 2014,
+  publisher = {Springer}
+}
+
+ +
+@incollection{WanMeiZha2021mogp,
+  doi = {10.1145/3449639.3459373},
+  location = {Lille, France},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2021,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  title = {Two-stage multi-objective genetic programming with archive
+                  for uncertain capacitated arc routing problem},
+  author = {Wang, Shaolin and Mei, Yi and  Zhang, Mengjie },
+  pages = {287--295}
+}
+
+ +
+@incollection{Ward2008multivariate,
+  title = {Multivariate data glyphs: Principles and practice},
+  author = {Ward, Matthew O.},
+  booktitle = {Handbook of Data Visualization},
+  editor = {Chen, Chun-houh and H{\"a}rdle, Wolfgang Karl and Unwin, Antony},
+  pages = {179--198},
+  year = 2008,
+  publisher = {Springer}
+}
+
+ +
+@inproceedings{Wau2017eternity,
+  author = {Wauters, Tony},
+  title = {10 years of Eternity II--from \$2 million puzzle to
+                  challenging optimization problem},
+  booktitle = {International Workshop on Cutting, Packing and Related
+                  Topics},
+  address = {Gent, Belgium},
+  year = 2017,
+  url = {https://lirias.kuleuven.be/1675982?limo=0},
+  abstract = {The Eternity II (EII) puzzle is a commercial edge matching
+                  puzzle in which 256 square tiles with four coloured edges
+                  must be arranged on a 16 by 16 grid such that all tile edges
+                  are matched. In addition, a complete solution requires that
+                  the `grey' patterns, which appear only on a subset of the
+                  tiles, should be matched to the outer edges of the grid. The
+                  puzzle belongs to the more general class of Edge Matching
+                  Puzzles, which have been shown to be NP-complete. In July
+                  2007, toy distributor Tomy UK Ltd. released this challenging
+                  edge matching puzzle with a \$2 million prize. However, to
+                  the best of our knowledge, no complete solution has ever been
+                  found. Meanwhile, the final scrutiny date for the cash price,
+                  31 December 2010, has passed, leaving the large money prize
+                  unclaimed. In its 10 years of existence many people tried to
+                  solve EII and some are still trying. Many approaches to Edge
+                  Matching Puzzles are reported in the literature. Among these
+                  approaches are constraint programming and backtracking,
+                  metaheuristics, and evolutionary methods. Other approaches
+                  translate the problem into SAT, MILP or max-clique and then
+                  solve it with appropriate state of the art solvers. Some
+                  approaches have also been implemented on parallel computing
+                  or dedicated hardware.}
+}
+
+ +
+@incollection{Wegener2005,
+  year = 2005,
+  volume = 3580,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  booktitle = {Proceedings of the 32nd International Colloquium on Automata, Languages and Programming, {ICALP} 2005},
+  editor = {Lu{\'i}s Caires and Giuseppe F. Italiano and Lu{\'i}s Monteiro and Catuscia Palamidessi and Moti Yung},
+  title = {Simulated annealing beats metropolis in combinatorial optimization},
+  author = { Ingo Wegener },
+  pages = {589--601}
+}
+
+ +
+@inproceedings{Wegley00,
+  author = { Chad Wegley  and  Muzaffar Eusuff  and  Kevin E. Lansey },
+  title = {Determining Pump Operations Using Particle Swarm
+                  Optimization},
+  booktitle = {Building Partnerships, Proceedings of the Joint
+                  Conference on Water Resources Engineering and Water
+                  Resources Planning and Management},
+  year = 2000,
+  editor = {Rollin H. Hotchkiss and Michael Glade},
+  address = {Minneapolis, USA}
+}
+
+ +
+@inproceedings{Wegner76research,
+  title = {Research paradigms in computer science},
+  author = {Peter Wegner},
+  booktitle = {ICSE'76: Proceedings of the 2nd international conference on
+                  Software engineering},
+  month = oct,
+  year = 1976,
+  pages = {322--330}
+}
+
+ +
+@inproceedings{WeiSau2006introduction,
+  editor = {Anthony Cohn},
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  year = 2006,
+  volume = 6,
+  booktitle = {Proceedings of  the 21st National Conference on Artificial Intelligence},
+  author = {Weinberger, Kilian Q. and Saul, Lawrence K.},
+  title = {An Introduction to Nonlinear Dimensionality Reduction by
+                  Maximum Variance Unfolding},
+  pages = {1683--1686}
+}
+
+ +
+@inproceedings{WeiShaSau2004dimension,
+  year = 2004,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the 21st International Conference on Machine Learning, {ICML} 2004},
+  editor = {Carla E. Brodley},
+  author = {Kilian Q. Weinberger and Fei Sha and Lawrence K. Saul},
+  title = {Learning a kernel matrix for nonlinear dimensionality
+                  reduction},
+  doi = {10.1145/1015330.1015345},
+  abstract = {We investigate how to learn a kernel matrix for high
+                  dimensional data that lies on or near a low dimensional
+                  manifold. Noting that the kernel matrix implicitly maps the
+                  data into a nonlinear feature space, we show how to discover
+                  a mapping that "unfolds" the underlying manifold from which
+                  the data was sampled. The kernel matrix is constructed by
+                  maximizing the variance in feature space subject to local
+                  constraints that preserve the angles and distances between
+                  nearest neighbors. The main optimization involves an instance
+                  of semidefinite programming---a fundamentally different
+                  computation than previous algorithms for manifold learning,
+                  such as Isomap and locally linear embedding. The optimized
+                  kernels perform better than polynomial and Gaussian kernels
+                  for problems in manifold learning, but worse for problems in
+                  large margin classification. We explain these results in
+                  terms of the geometric properties of different kernels and
+                  comment on various interpretations of other manifold learning
+                  algorithms as kernel methods.}
+}
+
+ +
+@incollection{WesBeuRud2010ppsn,
+  volume = 6238,
+  year = 2010,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  series = {Lecture Notes in Computer Science},
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  author = { Simon Wessing  and  Nicola Beume  and  G{\"u}nther Rudolph  and  Boris Naujoks },
+  title = {Parameter Tuning Boosts Performance of Variation
+                  Operators in Multiobjective Optimization},
+  pages = {728--737},
+  doi = {10.1007/978-3-642-15844-5_73}
+}
+
+ +
+@incollection{Whaley2011atlas,
+  doi = {10.1007/978-0-387-09766-4_244},
+  publisher = {Springer, US},
+  year = 2011,
+  editor = {David Padua},
+  booktitle = {Encyclopedia of Parallel Computing},
+  author = {Clint R. Whaley},
+  title = {{ATLAS}: Automatically Tuned Linear Algebra Software},
+  pages = {95--101}
+}
+
+ +
+@inproceedings{WhiBra2012cec,
+  year = 2012,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2012 Congress on Evolutionary Computation (CEC 2012)},
+  key = {IEEE CEC},
+  author = {While, L. and Bradstreet, L.},
+  title = {Applying the {WFG} Algorithm to Calculate Incremental
+                  Hypervolumes},
+  pages = {1--8}
+}
+
+ +
+@incollection{WhiPagOpp98,
+  publisher = {CSREA Press},
+  year = 1998,
+  editor = {H. R. Arabnia},
+  booktitle = {Proceedings of the International Conference on
+                  Parallel and Distributed Processing Techniques and
+                  Applications (PDPTA'98)},
+  author = {T. White and B. Pagurek and F. Oppacher},
+  title = {Connection Management Using Adaptive Mobile Agents},
+  pages = {802--809}
+}
+
+ +
+@incollection{WieStu2006:ants,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2006,
+  volume = 4150,
+  series = {Lecture Notes in Computer Science},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  author = {W. Wiesemann and  Thomas St{\"u}tzle },
+  title = {Iterated Ants: An Experimental Study for the
+                  Quadratic Assignment Problem},
+  pages = {179--190}
+}
+
+ +
+@techreport{Wiegele2007biqmac,
+  title = {{Biq} {Mac} {Library} -- A collection of {Max}-{Cut} and
+                  quadratic 0-1 programming instances of medium size},
+  author = {Wiegele, Angelika},
+  institution = {Institut f{\"u}r Mathematik, Alpen-Adria-Universit{\"a}t
+                  Klagenfurt},
+  year = 2007,
+  url = {http://biqmac.aau.at/biqmaclib.pdf}
+}
+
+ +
+@misc{Wiegele2007sup,
+  author = {Wiegele, Angelika},
+  title = {{Biq} {Mac} {Library} -- Binary Quadratic and Max Cut
+                  Library},
+  howpublished = {\url{http://biqmac.aau.at/biqmaclib.html}},
+  year = 2007
+}
+
+ +
+@incollection{Wierzbicki1980mcdmta,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  number = 177,
+  editor = {Fandel, G. and Gal, T.},
+  year = 1980,
+  booktitle = {Multiple Criteria Decision Making Theory and Application},
+  author = { Andrzej P. Wierzbicki },
+  title = {The Use of Reference Objectives in Multiobjective
+                  Optimisation},
+  pages = {468--486},
+  doi = {10.1007/978-3-642-48782-8_32}
+}
+
+ +
+@book{WilShm2011,
+  title = {The design of approximation algorithms},
+  author = {Williamson, David P. and Shmoys, David B.},
+  year = 2011,
+  publisher = {Cambridge University Press}
+}
+
+ +
+@incollection{WolMer2009:evocop,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5482,
+  year = 2009,
+  editor = { Carlos Cotta  and P. Cowling},
+  booktitle = {Proceedings of EvoCOP 2009 -- 9th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  author = {Steffen Wolf and  Peter Merz },
+  title = {Iterated Local Search for Minimum Power Symmetric Connectivity in Wireless Networks},
+  pages = {192--203}
+}
+
+ +
+@inproceedings{XuHooLey2010aaai,
+  year = 2010,
+  publisher = {{AAAI} Press},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Maria Fox and David Poole},
+  author = { Lin Xu  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  title = {Hydra: Automatically Configuring Algorithms for
+                  Portfolio-Based Selection},
+  keywords = {automated algorithm design; portfolio-based algorithm
+                  selection; automated algorithm configuration; SAT; stochastic
+                  local search},
+  doi = {10.1609/aaai.v24i1.7565}
+}
+
+ +
+@techreport{XuHutHoo2011tr01,
+  title = {{Hydra-MIP}: Automated Algorithm Configuration and
+                  Selection for Mixed Integer Programming},
+  author = { Lin Xu  and  Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  institution = {Department of Computer Science, University of British Columbia, Canada},
+  year = 2011,
+  number = {TR-2011-01},
+  url = {https://www.cs.ubc.ca/tr/2011/tr-2011-01}
+}
+
+ +
+@incollection{XuKhHo2016,
+  address = { Cham, Switzerland},
+  publisher = {Springer},
+  volume = 10079,
+  editor = {Paola Festa and  Meinolf Sellmann  and  Joaquin Vanschoren },
+  series = {Lecture Notes in Computer Science},
+  year = 2016,
+  booktitle = {Learning and Intelligent Optimization, 10th International
+                  Conference, LION 10},
+  title = {Quantifying the similarity of algorithm configurations},
+  author = { Lin Xu  and  KhudaBukhsh, A. R.  and  Holger H. Hoos  and  Kevin Leyton-Brown },
+  pages = {203--217}
+}
+
+ +
+@inproceedings{XuPokPai2006correntropyPCA,
+  publisher = {{IEEE}},
+  year = 2006,
+  booktitle = {Proceedings of the International Joint Conference on Neural
+                  Networks, {IJCNN} 2006},
+  key = {IJCNN},
+  author = {Jian{-}Wu Xu and Puskal P. Pokharel and Ant{\'{o}}nio
+                  R. C. Paiva and Jos{\'{e}} C. Pr{\'i}ncipe},
+  title = {Nonlinear Component Analysis Based on Correntropy},
+  pages = {1851--1855},
+  doi = {10.1109/IJCNN.2006.246905}
+}
+
+ +
+@incollection{YamHalColIac2017,
+  doi = {10.1007/978-3-319-55849-3},
+  booktitle = {Applications of Evolutionary Computation},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 10199,
+  year = 2017,
+  publisher = {Springer},
+  editor = {Squillero, Giovanni and Sim, Kevin},
+  author = {Yaman, Anil and Hallawa, Ahmed and Coler, Matt and Iacca, Giovanni},
+  title = {Presenting the {ECO}: evolutionary computation ontology},
+  pages = {603--619}
+}
+
+ +
+@book{Yao1999ecbook,
+  author = { Xin Yao },
+  title = {Evolutionary Computation: Theory and Applications},
+  isbn = 9810223064,
+  publisher = {World Scientific Singapore},
+  address = {River Edge, NJ},
+  numpages = 360,
+  year = 1999,
+  language = {English},
+  keywords = {Evolutionary programming (Computer science); Neural networks
+                  (Computer science); Evolutionary computation}
+}
+
+ +
+@inproceedings{YarAstOzcPar2014eals,
+  publisher = {IEEE},
+  year = 2014,
+  booktitle = {Evolving and Autonomous Learning Systems (EALS), 2014 IEEE
+                  Symposium on},
+  editor = {Angelov, Plamen and others},
+  author = {A. Yarimcam and S. Asta and  Ender {\"O}zcan  and  Andrew J. Parkes },
+  title = {Heuristic Generation via Parameter Tuning for Online Bin Packing},
+  pages = {102--108},
+  doi = {10.1109/EALS.2014.7009510},
+  keywords = {irace}
+}
+
+ +
+@incollection{YasAraMei2019comparison,
+  author = {Yasojima, Carlos and Ara{\'u}jo, Tiago and Meiguins, Bianchi
+                  and Neto, Nelson and Morais, Jefferson},
+  booktitle = {Progress in Artificial Intelligence},
+  title = {A Comparison of Genetic Algorithms and Particle Swarm
+                  Optimization to Estimate Cluster-Based Kriging Parameters},
+  year = 2019,
+  address = { Cham, Switzerland},
+  editor = {Moura Oliveira, Paulo and Novais, Paulo and Reis, Lu{\'i}s
+                  Paulo },
+  pages = {750--761},
+  publisher = {Springer International Publishing},
+  abstract = {Kriging is one of the most used spatial estimation methods in
+                  real-world applications. Some kriging parameters must be
+                  estimated in order to reach a good accuracy in the
+                  interpolation process, however, this task remains a
+                  challenge. Various optimization methods have been tested to
+                  find good parameters of the kriging process. In recent years,
+                  many authors are using bio-inspired techniques and achieving
+                  good results in estimating these parameters in comparison
+                  with traditional techniques. This paper presents a comparison
+                  between well known bio-inspired techniques such as Genetic
+                  Algorithms and Particle Swarm Optimization in the estimation
+                  of the essential kriging parameters: nugget, sill, range,
+                  angle, and factor. In order to perform the tests, we proposed
+                  a methodology based on the cluster-based kriging
+                  method. Considering the Friedman test, the results showed no
+                  statistical difference between the evaluated algorithms in
+                  optimizing kriging parameters. On the other hand, the
+                  Particle Swarm Optimization approach presented a faster
+                  convergence, which is important in this high-cost
+                  computational problem.},
+  isbn = {978-3-030-30241-2}
+}
+
+ +
+@inproceedings{YavAydStu2016,
+  year = 2016,
+  isbn = {978-1-5090-0623-6},
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2016 Congress on Evolutionary Computation (CEC 2016)},
+  key = {IEEE CEC},
+  author = { G{\"{u}}rcan Yavuz  and  Do\v{g}an Ayd{\i}n  and  Thomas St{\"u}tzle },
+  title = {Self-adaptive Search Equation-based Artificial Bee Colony Algorithm on the {CEC} 2014 Benchmark Functions},
+  pages = {1173--1180}
+}
+
+ +
+@inproceedings{YouJohKArSmi1997,
+  author = {Cliff Young and David S. Johnson and David R. Karger and Michael D. Smith},
+  title = {Near-optimal Intraprocedural Branch Alignment},
+  booktitle = {Proceedings of the {ACM} {SIGPLAN}'97 Conference on Programming Language
+               Design and Implementation (PLDI), Las Vegas, Nevada},
+  pages = {183--193},
+  editor = {Marina C. Chen and Ron K. Cytron and A. Michael Berman},
+  publisher = {ACM Press},
+  year = 1997
+}
+
+ +
+@incollection{YuWanLee2011dt,
+  isbn = {978-3-642-14125-6},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  year = 2011,
+  booktitle = {Preference Learning},
+  editor = {F{\"u}rnkranz, Johannes and  Eyke H{\"u}llermeier },
+  author = {Yu, Philip L. H.  and Wan, Wai Ming and Lee, Paul H.},
+  title = {Decision Tree Modeling for Ranking Data},
+  pages = {83--106},
+  doi = {10.1007/978-3-642-14125-6_5}
+}
+
+ +
+@incollection{YuaFug2008:hm,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5296,
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and  Carlos Cotta  and  Antonio J. Fern{\'a}ndez  and Jos\'e E. Gallardo and  Andrea Roli  and  M. Sampels },
+  year = 2008,
+  booktitle = {Hybrid Metaheuristics},
+  author = { Zhi Yuan  and Armin F\"ugenschuh and Henning Homfeld and   Prasanna Balaprakash  and  Thomas St{\"u}tzle  and Michael Schoch},
+  title = {Iterated Greedy Algorithms for a Real-World Cyclic Train
+                  Scheduling Problem},
+  pages = {102--116}
+}
+
+ +
+@incollection{YuaGal2004racing,
+  year = 2004,
+  volume = 3242,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Xin Yao  and others},
+  aeditor = { Xin Yao  and  Edmund K. Burke  and  Jos{\'e} A. Lozano  and Smith,
+                  Jim and Merelo-Guerv{\'o}s, Juan Juli{\'a}n and Bullinaria,
+                  John A.  and Rowe, Jonathan E.  and Ti{\v{n}}o, Peter and
+                  Kab{\'a}n, Ata and Schwefel, Hans-Paul},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VIII}},
+  author = {Yuan, Bo and Gallagher, Marcus},
+  title = {Statistical Racing Techniques for Improved Empirical
+                  Evaluation of Evolutionary Algorithms},
+  pages = {172--181}
+}
+
+ +
+@incollection{YuaGal2007meta,
+  address = { Berlin, Germany},
+  publisher = {Springer},
+  year = 2007,
+  booktitle = {Parameter Setting in Evolutionary Algorithms},
+  editor = {F. Lobo and C. F. Lima and  Zbigniew Michalewicz },
+  author = {Yuan, Bo and Gallagher, Marcus},
+  title = {Combining {Meta}-{EAs} and racing for difficult {EA}
+                  parameter tuning tasks},
+  pages = {121--142}
+}
+
+ +
+@incollection{YuaStuMonLauBir13,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  author = { Zhi Yuan  and  Marco A. {Montes de Oca}  and  Thomas St{\"u}tzle  and  Hoong Chuin Lau  and  Mauro Birattari },
+  title = {An Analysis of Post-selection in Automatic Configuration},
+  pages = {1557--1564}
+}
+
+ +
+@inproceedings{YueDuStu2017cec,
+  year = 2017,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  key = {IEEE CEC},
+  author = {Lin Yuefeng and Wenli Du and  Thomas St{\"u}tzle },
+  title = {Three {L-SHADE} Based Algorithms on Mixed-variables Optimization Problems},
+  pages = {2274--2281}
+}
+
+ +
+@inproceedings{YueGaoWag2012cec,
+  year = 2012,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  booktitle = {Proceedings of  the 2012 Congress on Evolutionary Computation (CEC 2012)},
+  key = {IEEE CEC},
+  title = {An adaptive data structure for evolutionary multi-objective
+                  algorithms with unbounded archives},
+  author = {Yuen, Joseph and Gao, Sophia and  Markus Wagner  and  Frank Neumann },
+  pages = {1--8}
+}
+
+ +
+@incollection{YunEps2012learn,
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7219,
+  publisher = {Springer},
+  year = 2012,
+  editor = { Youssef Hamadi  and  Marc Schoenauer },
+  booktitle = {Learning and Intelligent Optimization, 6th International
+                  Conference, LION 6},
+  author = {Yun, Xi and Epstein, Susan L.},
+  title = {Learning Algorithm Portfolios for Parallel Execution},
+  pages = {323--338},
+  doi = {10.1007/978-3-642-34413-8_23}
+}
+
+ +
+@incollection{ZaeStoBar2014:ppsn,
+  year = 2014,
+  volume = 8672,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  author = { Martin Zaefferer  and  J. Stork  and  Thomas Bartz-Beielstein },
+  title = {Distance Measures for Permutations in Combinatorial Efficient
+                  Global Optimization},
+  pages = {373--383},
+  doi = {10.1007/978-3-319-10762-2_37},
+  keywords = {CEGO, Bayesian optimization}
+}
+
+ +
+@incollection{ZaeStoFriFisNauBar2014,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2014,
+  editor = {Christian Igel and Dirk V. Arnold},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2014},
+  author = { Martin Zaefferer  and  J. Stork  and  M. Friese  and  Andreas Fischbach  and  Boris Naujoks  and  Thomas Bartz-Beielstein },
+  title = {Efficient Global Optimization for Combinatorial Problems},
+  pages = {871--878},
+  doi = {10.1145/2576768.2598282},
+  keywords = {CEGO, Bayesian optimization},
+  annote = {Proposed CEGO algorithm}
+}
+
+ +
+@inproceedings{Zar2005,
+  year = 2005,
+  volume = 3569,
+  editor = {Bacchus, Fahiem and Walsh, Toby},
+  booktitle = {International Conference on Theory and Applications of Satisfiability Testing},
+  author = {Zarpas, Emmanuel},
+  title = {Benchmarking {SAT} solvers for bounded model checking},
+  pages = {340--354}
+}
+
+ +
+@incollection{ZhaGeoAna2013:gecco,
+  isbn = {978-1-4503-1963-8},
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2013,
+  editor = { Christian Blum  and  Alba, Enrique },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  author = {Tiantian Zhang and Michael Georgiopoulos and Georgios C. Anagnostopoulos},
+  title = {{S-Race}: A Multi-Objective Racing Algorithm},
+  pages = {1565--1572}
+}
+
+ +
+@incollection{ZhaGeoAna2015sprint,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = {Zhang, Tiantian and Georgiopoulos, Michael and
+                  Anagnostopoulos, Georgios C.},
+  title = {{SPRINT}: Multi-Objective Model Racing},
+  pages = {1383--1390},
+  numpages = 8,
+  doi = {10.1145/2739480.2754791},
+  keywords = {model selection, multi-objective optimization, racing
+                  algorithm, sequential probability ratio test},
+  annote = {Extended version published as \cite{ZhaGeoAna2016}}
+}
+
+ +
+@inproceedings{ZhaLiuLi2009moead,
+  address = {Piscataway, NJ},
+  publisher = {IEEE Press},
+  year = 2009,
+  booktitle = {Proceedings of  the 2009 Congress on Evolutionary Computation (CEC 2009)},
+  key = {IEEE CEC},
+  author = { Zhang, Qingfu  and Wudong Liu and Hui Li},
+  title = {The Performance of a New Version of {MOEA/D} on {CEC09}
+                  Unconstrained {MOP} Test Instances},
+  pages = {203--208}
+}
+
+ +
+@techreport{ZhaZhoZha2009cec,
+  author = { Zhang, Qingfu  and A. Zhou and S. Zhao and  Ponnuthurai N. Suganthan  and W. Liu and S. Tiwari},
+  title = {Multiobjective Optimization Test Instances for the {CEC} 2009
+                  Special Session and Competition},
+  institution = {School of Computer Science and Electronic Engieering,
+                  University of Essex},
+  type = {Working Report},
+  year = 2009,
+  number = {CES-487},
+  month = apr,
+  annote = {Proposed UF benchmark}
+}
+
+ +
+@misc{Zhang09moeacomp,
+  author = { Zhang, Qingfu  and  Ponnuthurai N. Suganthan },
+  title = {Special Session on Performance Assessment of
+                  Multiobjective Optimization Algorithms/{CEC}'09
+                  {MOEA} Competition},
+  howpublished = {\url{https://www3.ntu.edu.sg/home/epnsugan/index_files/CEC09-MOEA/CEC09-MOEA.htm}},
+  annote = {Previously available at \url{http://dces.essex.ac.uk/staff/qzhang/moeacompetition09.htm}},
+  year = 2009
+}
+
+ +
+@inproceedings{ZilIshMos2016mut,
+  year = 2016,
+  booktitle = {Computational Intelligence (SSCI), 2016 IEEE Symposium Series
+                  on},
+  editor = {Chen, Xuewen and Stafylopatis, Andreas},
+  author = {Zille, Heiner and  Ishibuchi, Hisao  and  Mostaghim, Sanaz  and Nojima, Yusuke},
+  title = {Mutation operators based on variable grouping for
+                  multi-objective large-scale optimization},
+  pages = {1--8},
+  doi = {10.1109/SSCI.2016.7850214},
+  annote = {linked polynomial mutation}
+}
+
+ +
+@incollection{ZitBroThi2007emo,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 4403,
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  editor = {S. Obayashi and others},
+  year = 2007,
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  author = { Eckart Zitzler  and  Dimo Brockhoff  and  Lothar Thiele },
+  title = {The Hypervolume Indicator Revisited: On the Design
+                  of {Pareto}-compliant Indicators Via Weighted
+                  Integration},
+  pages = {862--876},
+  doi = {10.1007/978-3-540-70928-2_64},
+  supplement = {https://sop.tik.ee.ethz.ch/download/supplementary/weightedHypervolume/}
+}
+
+ +
+@incollection{ZitKnoThi2008quality,
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski },
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  volume = 5252,
+  year = 2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  author = { Eckart Zitzler  and  Joshua D. Knowles  and  Lothar Thiele },
+  title = {Quality Assessment of {Pareto} Set Approximations},
+  pages = {373--404},
+  alias = {ZKT2008},
+  doi = {10.1109/TEVC.2009.2016569}
+}
+
+ +
+@incollection{ZitKun2004ppsn,
+  year = 2004,
+  volume = 3242,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Xin Yao  and others},
+  aeditor = { Xin Yao  and  Edmund K. Burke  and  Jos{\'e} A. Lozano  and Smith,
+                  Jim and Merelo-Guerv{\'o}s, Juan Juli{\'a}n and Bullinaria,
+                  John A.  and Rowe, Jonathan E.  and Ti{\v{n}}o, Peter and
+                  Kab{\'a}n, Ata and Schwefel, Hans-Paul},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VIII}},
+  author = { Eckart Zitzler  and  Simon K{\"u}nzli},
+  title = {Indicator-based Selection in Multiobjective Search},
+  pages = {832--842},
+  keywords = {IBEA}
+}
+
+ +
+@techreport{ZitLauThi2001tr,
+  author = { Eckart Zitzler  and  Marco Laumanns  and  Lothar Thiele },
+  title = {{SPEA2}: Improving the Strength {Pareto} Evolutionary
+                  Algorithm},
+  institution = {Computer Engineering and Networks Laboratory (TIK), Swiss Federal Institute of Technology (ETH), Z{\"u}rich, Switzerland},
+  year = 2001,
+  number = 103,
+  annote = {Published as \cite{ZitLauThie2002spea2}}
+}
+
+ +
+@incollection{ZitLauThie2002spea2,
+  isbn = {84-89925-97-6},
+  shorteditor = {K. C. Giannakoglou and others},
+  booktitle = {Evolutionary Methods for Design, Optimisation and Control},
+  year = 2002,
+  publisher = {CIMNE, Barcelona, Spain},
+  editor = {K. C. Giannakoglou and D. T. Tsahalis and J. Periaux and
+                  K. D. Papaliliou and T. Fogarty},
+  author = { Eckart Zitzler  and  Marco Laumanns  and  Lothar Thiele },
+  title = {{SPEA2}: Improving the Strength {Pareto} Evolutionary
+                  Algorithm for Multiobjective Optimization},
+  pages = {95--100},
+  annote = {Proposed SPEA2.},
+  alias = {ZLT2002a}
+}
+
+ +
+@incollection{ZitThi1998ppsn,
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Agoston E. Eiben  and  Thomas B{\"a}ck  and  Marc Schoenauer  and  Hans-Paul Schwefel },
+  volume = 1498,
+  series = {Lecture Notes in Computer Science},
+  year = 1998,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {V}},
+  author = { Eckart Zitzler  and  Lothar Thiele },
+  title = {Multiobjective Optimization Using Evolutionary Algorithms -
+                  {A} Comparative Case Study},
+  pages = {292--301},
+  alias = {Zitzler98},
+  doi = {10.1007/BFb0056872},
+  annote = {Proposed hypervolume measure}
+}
+
+ +
+@incollection{ZitThiBad2008ppsn,
+  year = 2008,
+  volume = 5199,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { G{\"u}nther Rudolph  and others},
+  aeditor = { G{\"u}nther Rudolph  and Thomas Jansen and Simon Lucas and
+                  Carlo Poloni and Nicola Beume},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {X}},
+  author = { Eckart Zitzler  and  Lothar Thiele  and  Johannes Bader },
+  title = {{SPAM}: {Set} Preference Algorithm for
+                  Multiobjective Optimization},
+  pages = {847--858}
+}
+
+ +
+@incollection{TiwKochFad2008amga,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2008,
+  editor = {Conor Ryan},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  title = {{AMGA}: An archive-based micro genetic algorithm for
+                  multi-objective optimization},
+  author = {Tiwari, Santosh and Koch, Patrick and Fadel, Georges and  Kalyanmoy Deb },
+  pages = {729--736},
+  doi = {10.1145/1389095.1389235}
+}
+
+ +
+@phdthesis{ZitzlerPhD,
+  title = {Evolutionary Algorithms for Multiobjective Optimization:
+                  Methods and Applications},
+  author = { Eckart Zitzler },
+  school = {ETH Z{\"u}rich, Switzerland},
+  year = 1999,
+  atype = {{Ph.D.} thesis}
+}
+
+ +
+@inproceedings{ZujEid2011newdm,
+  title = {New decision maker model for multiobjective optimization
+                  interactive methods},
+  author = {Zujevs, Andrejs and Eiduks, Janis},
+  booktitle = {17th International Conference on Information and Software
+                  Technologies, Kaunas, Lithuania},
+  year = 2011,
+  keywords = {Machine Decision Maker},
+  pages = {51--58},
+  epub = {https://isd.ktu.lt/it2011/material/menu/proceedings.html}
+}
+
+ +
+@incollection{ants2008-cminer,
+  volume = 5217,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  publisher = {Springer},
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Christian Blum  and  Clerc, Maurice  and  Thomas St{\"u}tzle  and A. F. T. Winfield},
+  year = 2008,
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 6th
+                  International Conference, ANTS 2008},
+  author = {F. E. B. Otero and A. A. Freitas and C. G. Johnson},
+  title = {{cAnt-Miner}: An Ant Colony Classification Algorithm
+                  to Cope with Continuous Attributes},
+  pages = {48--59}
+}
+
+ +
+@incollection{dePDoeDoe2015:gecco,
+  address = { New York, NY},
+  publisher = {ACM Press},
+  year = 2015,
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  author = {Axel {de Perthuis de Laillevault} and  Benjamin Doerr  and  Carola Doerr },
+  title = {Money for Nothing: Speeding Up Evolutionary Algorithms
+                  Through Better Initialization},
+  pages = {815--822}
+}
+
+ +
+@misc{nevergrad,
+  author = {Jeremy Rapin and Olivier Teytaud },
+  title = {Nevergrad: A gradient-free optimization platform},
+  year = 2018,
+  publisher = {GitHub},
+  journal = {GitHub repository},
+  howpublished = {\url{https://github.com/FacebookResearch/Nevergrad}}
+}
+
+ +
+@misc{oscar,
+  author = {{OscaR Team}},
+  title = {{OscaR}: {Scala} in {OR}},
+  year = 2012,
+  note = {Available from \url{https://bitbucket.org/oscarlib/oscar}}
+}
+
+ +
+@misc{poliastro,
+  author = {Cano Rodr{\'i}guez, Juan Luis and others},
+  title = {poliastro: Astrodynamics in {Python}},
+  year = 2015,
+  howpublished = {Zenodo},
+  doi = {10.5281/zenodo.593610}
+}
+
+ +
+@misc{url:ACOVEA,
+  author = {Scott Robert Ladd},
+  title = {{ACOVEA} ({Analysis} of Compiler Options via Evolutionary Algorithm)},
+  howpublished = {\url{https://github.com/Acovea/libacovea}},
+  year = 2000
+}
+
+ +
+@misc{url:GCC,
+  author = {{GNU Project, Free Software Foundation}},
+  title = {{GCC}, the {GNU} Compiler Collection},
+  howpublished = {\url{https://gcc.gnu.org}},
+  year = 1987
+}
+
+ +
+@misc{url:GGA,
+  author = { Carlos Ans{\'o}tegui  and  Meinolf Sellmann  and  Kevin Tierney },
+  title = {{GGA}: Gender-based Genetic Algorithm Configurator},
+  note = {Version visited last on July 2017},
+  howpublished = {\url{https://bitbucket.org/gga_ac/}},
+  year = 2017
+}
+
+ +
+@misc{url:ISAT,
+  author = {{Intel}},
+  title = {{Intel} Software Autotuning Tool},
+  howpublished = {\url{https://software.intel.com/en-us/articles/intel-software-autotuning-tool/}},
+  year = 2010
+}
+
+ +
+@misc{url:MOEAD,
+  author = { Zhang, Qingfu },
+  title = {{MOEA/D} homepage},
+  howpublished = {\url{https://sites.google.com/view/moead/}},
+  year = 2007,
+  annote = {Previous URL was at
+                  \url{https://dces.essex.ac.uk/staff/zhang/webofmoead.htm}.},
+  alias = {MOEAD2007}
+}
+
+ +
+@misc{url:SMAC3,
+  title = {{SMAC} v3 Project},
+  author = {{ML4AAD Group}},
+  howpublished = {\url{https://github.com/automl/SMAC3}},
+  note = {Version visited last on August 2017},
+  year = 2017
+}
+
+ +
+@misc{url:TSPLIB,
+  author = { Gerhard Reinelt },
+  title = {{TSPLIB}},
+  howpublished = {\url{http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/}},
+  note = {Version visited last on 24 February 2023},
+  year = 1995
+}
+
+ +
+@misc{url:TSPsite,
+  author = { William J. Cook },
+  title = {The Traveling Salesman Problem},
+  howpublished = {\url{http://www.math.uwaterloo.ca/tsp}},
+  note = {Version visited last on 15 April 2014},
+  year = 2010
+}
+
+ +
+@misc{url:paramils,
+  author = { Frank Hutter  and  Holger H. Hoos  and  Kevin Leyton-Brown  and  Thomas St{\"u}tzle },
+  title = {{ParamILS}},
+  howpublished = {\url{http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/}},
+  note = {Version visited last on July 2017},
+  year = 2017
+}
+
+ +
+@phdthesis{vanZyl:PhD,
+  author = { Jakobus E. van Zyl },
+  title = {A Methodology for Improved Operational Optimization of Water
+                  Distribution Systems},
+  school = {School of Engineering and Computer Science, University of
+                  Exeter, UK},
+  year = 2001
+}
+
+ +
+@proceedings{AAAI1988,
+  editor = {Howard E. Shrobe and Tom M. Mitchell and Reid G. Smith},
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  url = {http://www.aaai.org/Conferences/AAAI/aaai88.php},
+  title = {Proceedings of the 7th National Conference on Artificial
+                  Intelligence, St. Paul, MN, August 21-26, AAAI-88},
+  booktitle = {Proceedings of the 7th National Conference on Artificial
+                  Intelligence, AAAI-88},
+  year = 1988
+}
+
+ +
+@proceedings{AAAI1992,
+  title = {Proceedings of  the 10th National Conference on Artificial Intelligence},
+  booktitle = {Proceedings of  the 10th National Conference on Artificial Intelligence},
+  year = 1992,
+  editor = {William R. Swartout},
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI1993,
+  title = {Proceedings of  the 11th National Conference on Artificial Intelligence},
+  booktitle = {Proceedings of  the 11th National Conference on Artificial Intelligence},
+  year = 1993,
+  editor = {Richard Fikes and Wendy G. Lehnert},
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI1997,
+  editor = {Benjamin Kuipers and Bonnie L. Webber},
+  title = {Proceedings of the Fourteenth National Conference on
+                  Artificial Intelligence and Ninth Innovative Applications of
+                  Artificial Intelligence Conference, {AAAI} 97, {IAAI} 97,
+                  July 27-31, 1997, Providence, Rhode Island},
+  booktitle = {Proceedings of AAAI 1997 -- Fourteenth National Conference on
+                  Artificial Intelligence},
+  year = 1997,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI1998,
+  editor = {Jack Mostow and Chuck Rich},
+  title = {Proceedings of the Fifteenth National Conference on
+                  Artificial Intelligence and Tenth Innovative Applications of
+                  Artificial Intelligence Conference, {AAAI} 98, {IAAI} 98,
+                  July 26-30, 1998, Madison, Wisconsin, {USA}},
+  booktitle = {Proceedings of AAAI 1998 -- Fifteenth National Conference on
+                  Artificial Intelligence},
+  year = 1998,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI2000,
+  editor = {Henry A. Kautz and Bruce W. Porter},
+  title = {Proceedings of the Seventeenth National Conference on
+                  Artificial Intelligence and Twelfth Conference on on
+                  Innovative Applications of Artificial Intelligence, July 30 --
+                  August 3, 2000, Austin, Texas, {USA}},
+  booktitle = {Proceedings of AAAI 2000 -- Seventeenth National Conference
+                  on Artificial Intelligence},
+  year = 2000,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI2006,
+  title = {Proceedings, The Twenty-First National Conference on
+                  Artificial Intelligence and the Eighteenth Innovative
+                  Applications of Artificial Intelligence Conference, July
+                  16-20, 2006, Boston, Massachusetts, {USA}},
+  booktitle = {Proceedings of  the 21st National Conference on Artificial Intelligence},
+  volume = 6,
+  year = 2006,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA},
+  editor = {Anthony Cohn}
+}
+
+ +
+@proceedings{AAAI2007,
+  title = {Proceedings of the Twenty-Second {AAAI} Conference on
+                  Artificial Intelligence, July 22-26, 2007, Vancouver, British
+                  Columbia, Canada},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Robert C. Holte and Adele Howe},
+  year = 2007,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{AAAI2010,
+  editor = {Maria Fox and David Poole},
+  title = {Proceedings of the Twenty-Fourth AAAI Conference on Artificial
+               Intelligence, AAAI 2010, Atlanta, Georgia, USA, July 11-15,
+               2010},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2010
+}
+
+ +
+@proceedings{AAAI2011,
+  editor = {Wolfram Burgard and Dan Roth},
+  title = {Proceedings of the Twenty-Fifth AAAI Conference on Artificial
+               Intelligence, AAAI 2011, San Francisco, California, USA, August 07-11,
+               2011},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2011
+}
+
+ +
+@proceedings{AAAI2012,
+  editor = {Jorg Hoffmann and Bart Selman},
+  title = {Proceedings of the Twenty-Sixth AAAI Conference on Artificial
+               Intelligence, AAAI 2012, Toronto, Ontario, Canada, July 22-26,
+               2012},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2012
+}
+
+ +
+@proceedings{AAAI2014,
+  editor = {David Stracuzzi and others},
+  title = {Proceedings of the Twenty-Eighth AAAI Conference on
+                  Artificial Intelligence, AAAI 2014, Qu{\'e}bec City,
+                  Qu{\'e}bec, Canada, July 27-31, 2014},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2014
+}
+
+ +
+@proceedings{AAAI2015,
+  editor = {Blai Bonet and Sven Koenig},
+  title = {Proceedings of the Twenty-Ninth AAAI Conference on Artificial
+               Intelligence, AAAI 2015, Austin, Texas, USA, January 25-30,
+               2015},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2015
+}
+
+ +
+@book{AAAI2016,
+  editor = {Dale Schuurmans and Michael P. Wellman},
+  title = {Proceedings of the Thirtieth {AAAI} Conference on Artificial
+                  Intelligence, AAAI 2016, February 12-17, 2016, Phoenix,
+                  Arizona, {USA.}},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  publisher = {{AAAI} Press},
+  year = 2016,
+  epub = {http://www.aaai.org/Library/AAAI/aaai16contents.php}
+}
+
+ +
+@book{AAAI2017,
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Satinder P. Singh and Shaul Markovitch},
+  title = {Proceedings of the Thirty-First {AAAI} Conference on
+                  Artificial Intelligence, February 4-9, 2017, San Francisco,
+                  California, {USA}},
+  year = 2017,
+  month = feb,
+  publisher = {{AAAI} Press}
+}
+
+ +
+@book{AAAI2018,
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  editor = {Sheila A. McIlraith and Kilian Q. Weinberger},
+  title = {Proceedings of the Thirty-Second {AAAI} Conference on
+                  Artificial Intelligence, February 2-7, 2018, New Orleans,
+                  Louisiana, {USA}},
+  year = 2018,
+  month = feb,
+  publisher = {{AAAI} Press}
+}
+
+ +
+@proceedings{AAAI2020,
+  key = {AAAI2020},
+  booktitle = {Proceedings of  the {AAAI} Conference on Artificial Intelligence},
+  year = 2020,
+  title = {The Thirty-Fourth {AAAI} Conference on Artificial
+                  Intelligence, {AAAI} 2020, The Thirty-Second Innovative
+                  Applications of Artificial Intelligence Conference, {IAAI}
+                  2020, The Tenth {AAAI} Symposium on Educational Advances in
+                  Artificial Intelligence, {EAAI} 2020, New York, NY, USA,
+                  February 7-12, 2020},
+  isbn = {978-1-57735-823-7},
+  publisher = {{AAAI} Press}
+}
+
+ +
+@book{ACAL2007,
+  booktitle = {Progress in Artificial Life (ACAL)},
+  title = {Progress in Artificial Life, Third Australian
+                  Conference, {ACAL} 2007},
+  year = 2007,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 4828,
+  editor = {Marcus Randall and  Abbass, Hussein A.  and Janet Wiles}
+}
+
+ +
+@proceedings{ACC2019,
+  key = {ACC2019},
+  booktitle = {2019 American Control Conference ({ACC})},
+  title = {2019 American Control Conference, {ACC} 2019, Philadelphia,
+                  PA, USA, July 10-12, 2019},
+  publisher = {{IEEE}},
+  year = 2019
+}
+
+ +
+@book{ADT2009,
+  title = {Algorithmic Decision Theory, First International
+                  Conference, {ADT} 2009, Venice, Italy, October
+                  20-23, 2009},
+  booktitle = {Algorithmic Decision Theory, First International
+                  Conference, {ADT} 2009},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5783,
+  editor = { Francesca Rossi  and  Alexis Tsouki{\`a}s },
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{ADT2011,
+  title = {Algorithmic Decision Theory, Third International Conference,
+                  {ADT} 2011, Piscataway, New Jersey, USA, October 26-28, 2011},
+  booktitle = {Algorithmic Decision Theory, Third International Conference,
+                  {ADT} 2011},
+  year = 2011,
+  series = {Lecture Notes in Artificial Intelligence},
+  volume = 6992,
+  editor = { Ronen I. Brafman  and  F. Roberts  and  Alexis Tsouki{\`a}s },
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@proceedings{AIM1998,
+  editor = {Martin C. Golumbic and others},
+  booktitle = {Fifth International Symposium on Artificial Intelligence and Mathematics,
+                  {AIM} 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998},
+  title = {Fifth International Symposium on Artificial Intelligence and Mathematics,
+                  {AIM} 1998, Fort Lauderdale, Florida, USA, January 4-6, 1998},
+  year = 1998
+}
+
+ +
+@book{AIPIS2016,
+  title = {Artificial Intelligence Perspectives in Intelligent Systems},
+  booktitle = {Artificial Intelligence Perspectives in Intelligent Systems},
+  year = 2016,
+  editor = {Silhavy, Radek and Senkerik, Roman and Oplatkova, Zuzana Kominkova and Silhavy, Petr and Prokopova, Zdenka},
+  publisher = {Springer International Publishing},
+  series = {Advances in Intelligent Systems and Computing},
+  volume = 464
+}
+
+ +
+@book{AISB1995,
+  editor = {T. C. Fogarty},
+  title = {Evolutionary Computing, {AISB} Workshop, Sheffield, UK, April
+                  3-4, 1995, Selected Papers},
+  publisher = {Springer},
+  year = 1995,
+  volume = 993,
+  series = {Lecture Notes in Computer Science},
+  address = { Berlin, Germany},
+  booktitle = {Evolutionary Computing, AISB Workshop}
+}
+
+ +
+@proceedings{AISTATS2016,
+  editor = {Arthur Gretton and Christian C. Robert},
+  title = {Proceedings of the 19th International Conference on Artificial Intelligence
+                  and Statistics, {AISTATS} 2016, Cadiz, Spain, May 9-11, 2016},
+  booktitle = {Proceedings of the 19th International Conference on Artificial Intelligence
+                  and Statistics, {AISTATS} 2016, Cadiz, Spain, May 9-11, 2016},
+  year = 2016,
+  series = {{JMLR} Workshop and Conference Proceedings},
+  volume = 51,
+  publisher = {{JMLR}.org}
+}
+
+ +
+@book{ALT2013,
+  editor = {Sanjay Jain and R{\'{e}}mi Munos and Frank Stephan and Thomas
+                  Zeugmann},
+  title = {Algorithmic Learning Theory - 24th International Conference,
+                  {ALT} 2013, Singapore, October 6-9, 2013. Proceedings},
+  booktitle = {Proceedings of Algorithmic Learning Theory},
+  series = {Lecture Notes in Computer Science},
+  volume = 8139,
+  year = 2013,
+  doi = {10.1007/978-3-642-40935-6},
+  publisher = {Springer},
+  address = { Berlin, Germany}
+}
+
+ +
+@book{AMONIC2010,
+  booktitle = {Advances in Multi-Objective Nature Inspired Computing},
+  title = {Advances in Multi-Objective Nature Inspired Computing},
+  series = {Studies in Computational Intelligence},
+  year = 2010,
+  volume = 272,
+  editor = { Carlos A. {Coello Coello}  and  Dhaenens, Clarisse  and  Laetitia Jourdan },
+  publisher = {Springer}
+}
+
+ +
+@book{ANIMATS1994,
+  editor = {Cliff, D. and Husbands, P. and Meyer, J.-A. and Wilson, S.},
+  title = {Proceedings of the third international conference on
+                  Simulation of adaptive behavior: From Animals to Animats 3},
+  booktitle = {Proceedings of the third international conference on
+                  Simulation of adaptive behavior: From Animals to Animats 3},
+  publisher = {MIT Press},
+  year = 1994,
+  address = {Cambridge, MA}
+}
+
+ +
+@proceedings{ANTS2000,
+  title = {Abstract proceedings of ANTS 2000 -- From Ant
+                  Colonies to Artificial Ants: Second International
+                  Workshop on Ant Algorithms},
+  booktitle = {Abstract proceedings of ANTS 2000 -- From Ant
+                  Colonies to Artificial Ants: Second International
+                  Workshop on Ant Algorithms},
+  fulleditor = { Marco Dorigo  and  Martin Middendorf  and  Thomas St{\"u}tzle },
+  editor = { Marco Dorigo  and others},
+  organization = {IRIDIA, Universit{\'e} Libre de Bruxelles, Belgium},
+  date = {2000-09-07/2000-09-09},
+  year = 2000,
+  month = sep # { 7--9}
+}
+
+ +
+@book{ANTS2002,
+  title = {Ant Algorithms, Third International Workshop, ANTS
+                  2002, Brussels, Belgium, September 12-14, 2002,
+                  Proceedings},
+  booktitle = {Ant Algorithms, Third International Workshop, ANTS
+                  2002},
+  year = 2002,
+  series = {Lecture Notes in Computer Science},
+  volume = 2463,
+  fulleditor = { Marco Dorigo  and  Gianni A. {Di Caro}  and  M. Sampels },
+  editor = { Marco Dorigo  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{ANTS2004,
+  title = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004},
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 4th
+                  International Workshop, ANTS 2004 },
+  year = 2004,
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Francesco Mondada  and  Thomas St{\"u}tzle  and  Mauro Birattari  and  Christian Blum },
+  editor = { Marco Dorigo  and others},
+  volume = 3172,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{ANTS2006,
+  title = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 5th
+                  International Workshop, ANTS 2006},
+  fulleditor = { Marco Dorigo  and  L. M. Gambardella  and  Mauro Birattari  and 
+                  Martinoli, A. and  Poli, R.  and  Thomas St{\"u}tzle },
+  editor = { Marco Dorigo  and others},
+  series = {Lecture Notes in Computer Science},
+  volume = 4150,
+  year = 2006,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{ANTS2008,
+  title = {Ant Colony Optimization and Swarm Intelligence, 6th
+                  International Conference, ANTS 2008},
+  booktitle = {Ant Colony Optimization and Swarm Intelligence, 6th
+                  International Conference, ANTS 2008},
+  year = 2008,
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Christian Blum  and  Clerc, Maurice  and  Thomas St{\"u}tzle  and A. F. T. Winfield},
+  editor = { Marco Dorigo  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 5217
+}
+
+ +
+@book{ANTS2010,
+  title = {Ant Colony Optimization and Swarm Intelligence, 7th
+                  International Conference, ANTS 2010},
+  booktitle = {Swarm Intelligence, 7th International Conference, ANTS 2010},
+  year = 2010,
+  editor = { Marco Dorigo  and others},
+  fulleditor = { Marco Dorigo  and  Mauro Birattari  and  Gianni A. {Di Caro}  and Doursat, R. and Engelbrecht, A. P. and Floreano,
+                  D. and Gambardella, L. M. and Gro\ss, R. and Sahin,
+                  E. and  Thomas St{\"u}tzle  and Sayama, H.},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 6234
+}
+
+ +
+@book{ANTS2012,
+  title = {Swarm Intelligence, 8th
+                  International Conference, ANTS 2012},
+  booktitle = {Swarm Intelligence, 8th International Conference, ANTS 2012},
+  year = 2012,
+  editor = { Marco Dorigo  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7461
+}
+
+ +
+@book{ANTS2014,
+  title = {Swarm Intelligence, 9th
+                  International Conference, ANTS 2014},
+  booktitle = {Swarm Intelligence, 9th International Conference, ANTS 2014},
+  year = 2014,
+  editor = { Marco Dorigo  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 8667
+}
+
+ +
+@book{ANTS2016,
+  title = {Swarm Intelligence, 10th International Conference, ANTS 2016,
+                  Brussels, Belgium, September 7-9, 2016, Proceedings},
+  booktitle = {Swarm Intelligence, 10th International Conference, ANTS 2016},
+  year = 2016,
+  editor = { Marco Dorigo  and  Mauro Birattari  and  Li, Xiaodong  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Kazuhiro Ohkura  and  Carlo Pinciroli  and  Thomas St{\"u}tzle },
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9882,
+  doi = {10.1007/978-3-319-44427-7}
+}
+
+ +
+@book{ANTS2018,
+  title = {Swarm Intelligence, 11th International Conference, ANTS 2018,
+                  Rome, Italy, October 29-31, 2018, Proceedings},
+  booktitle = {Swarm Intelligence, 11th International Conference, ANTS 2018},
+  year = 2018,
+  editor = { Marco Dorigo  and  Mauro Birattari  and Christensen, Anders L. and Reina, Andreagiovanni and  Vito Trianni },
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 11172
+}
+
+ +
+@book{ANTS2020,
+  title = {Swarm Intelligence, 12th International Conference, ANTS 2020,
+                  Barcelona, Spain, October 26-28, 2020, Proceedings},
+  booktitle = {Swarm Intelligence, 12th International Conference, ANTS 2020},
+  year = 2020,
+  editor = { Marco Dorigo  and  Thomas St{\"u}tzle  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Heiko Hamann  and Heinrich, Mary Katherine},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 12421
+}
+
+ +
+@book{ANTS2022,
+  title = {Swarm Intelligence, 13th International Conference, ANTS 2022,
+                  M\'alaga, Spain, November 2-4, 2022, Proceedings},
+  booktitle = {Swarm Intelligence, 13th International Conference, ANTS 2022},
+  year = 2022,
+  editor = { Marco Dorigo  and  Heiko Hamann  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Jos{\'e} Garc{\'i}a-Nieto  and  Andries Engelbrecht  and  Carlo Pinciroli  and  Volker Strobel  and Camacho-Villal\'{o}n, Christian Leonardo},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 13491,
+  doi = {10.1007/978-3-031-20176-9}
+}
+
+ +
+@book{AUTSEA2011,
+  editor = { Youssef Hamadi  and E. Monfroy and F. Saubion},
+  title = {Autonomous Search},
+  booktitle = {Autonomous Search},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2012
+}
+
+ +
+@book{AWSM03,
+  editor = { C. Maksimovi{\'c}  and  David Butler  and  Fayyaz Ali Memon },
+  title = {Advances in Water Supply Management: Proceedings of the CCWI
+                  '03 Conference, London, 15-17 September 2003},
+  booktitle = {Advances in Water Supply Management},
+  year = 2003,
+  publisher = {CRC Press}
+}
+
+ +
+@book{AarLen97,
+  title = {Local Search in Combinatorial Optimization},
+  booktitle = {Local Search in Combinatorial Optimization},
+  publisher = {John Wiley \& Sons},
+  address = { Chichester, UK},
+  year = 1997,
+  editor = { Emile H. L. Aarts  and  Jan Karel Lenstra }
+}
+
+ +
+@book{AbrJaiGol2005emo,
+  title = {Evolutionary Multiobjective Optimization},
+  booktitle = {Evolutionary Multiobjective Optimization},
+  publisher = {Springer},
+  series = {Advanced Information and Knowledge Processing},
+  editor = {Abraham, Ajith and Jain, Lakhmi and Goldberg, Robert},
+  month = jan,
+  year = 2005,
+  address = { London, UK }
+}
+
+ +
+@book{AdvDE2008,
+  title = {Advances in differential evolution},
+  booktitle = {Advances in differential evolution},
+  year = 2008,
+  editor = {Uday K. Chakraborty},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@proceedings{BIOMA2004,
+  title = {Bioinspired optimization methods and their applications:
+                  Proceedings of the International Conference on Bioinspired
+                  Optimization Methods and their Applications - BIOMA 2004,
+                  11-12 October 2004, Ljubljana, Slovenia},
+  booktitle = {International Conference on Bioinspired Optimization Methods
+                  and their Applications (BIOMA 2004)},
+  year = 2004,
+  editor = {Bogdan Filipi{\v c} and  Jurij {\v S}ilc },
+  url = {https://books.google.be/books?id=0ZLsAAAACAAJ}
+}
+
+ +
+@proceedings{BNAIC2020,
+  title = {Proceedings of the 32nd Benelux Conference on Artificial Intelligence,
+                  BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020},
+  booktitle = {Proceedings of the 32nd Benelux Conference on Artificial Intelligence,
+                  BNAIC 2020, Leiden, The Netherlands, 19-20 November 2020},
+  editor = {Cao, Lu and Kosters, Walter and Lijffijt, Jefrey},
+  year = 2020,
+  url = {https://bnaic.liacs.leidenuniv.nl/wordpress/wp-content/uploads/bnaic2020proceedings.pdf}
+}
+
+ +
+@book{BOR2016,
+  booktitle = {Behavioral Operational Research},
+  editor = {Kunc, M. and Malpass, J. and White, L.},
+  title = {Behavioral Operational Research Theory, Methodology and
+                  Practice},
+  year = 2016,
+  publisher = {Palgrave Macmillan},
+  address = { London, UK }
+}
+
+ +
+@book{BarChiPaqPre2010emaoa,
+  title = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  booktitle = {Experimental Methods for the Analysis of
+                  Optimization Algorithms},
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2010,
+  editor = { Thomas Bartz-Beielstein  and  Marco Chiarandini  and  Lu{\'i}s Paquete  and  Mike Preuss }
+}
+
+ +
+@book{BarFilKorTal2020high,
+  booktitle = {High-Performance Simulation-Based Optimization},
+  title = {High-Performance Simulation-Based Optimization},
+  year = 2020,
+  editor = { Thomas Bartz-Beielstein  and Bogdan Filipi{\v c} and  P. Koro{\v s}ec  and  Talbi, El-Ghazali },
+  publisher = {Springer International Publishing},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{BluBleRol2008hybrid,
+  title = {Hybrid Metaheuristics: An emergent approach for optimization},
+  booktitle = {Hybrid Metaheuristics: An emergent approach for optimization},
+  editor = { Christian Blum  and  Mar{\'i}a J. Blesa  and  Andrea Roli  and  M. Sampels },
+  publisher = {Springer},
+  address = { Berlin, Germany},
+  year = 2008,
+  volume = 114,
+  series = {Studies in Computational Intelligence},
+  alias = {BluEtAl08:hm-book}
+}
+
+ +
+@book{BorMor2014theory,
+  editor = {Borenstein, Yossi and  A. Moraglio },
+  title = {Theory and Principled Methods for the Design of
+                  Metaheuristics},
+  booktitle = {Theory and Principled Methods for the Design of
+                  Metaheuristics},
+  series = {Natural Computing Series},
+  year = 2014,
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@book{CAEPIA2015,
+  title = {Advances in Artificial Intelligence: 16th Conference of the
+                  Spanish Association for Artificial Intelligence, CAEPIA 2015
+                  Albacete, Spain, November 9-12, 2015 Proceedings},
+  booktitle = {Advances in Artificial Intelligence, CAEPIA 2015},
+  year = 2015,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  editor = {Puerta, Jos{\'e} M.  and G{\'a}mez, Jos{\'e} A.  and
+                  Dorronsoro, Bernabe and Barrenechea, Edurne and Troncoso,
+                  Alicia and Baruque, Bruno and Galar, Mikel},
+  series = {Lecture Notes in Computer Science},
+  volume = 9422
+}
+
+ +
+@proceedings{CCC1972,
+  title = {Complexity of Computer Computations},
+  booktitle = {Proceedings of a symposium on the Complexity of Computer Computations,
+                  held March 20-22, 1972, at the {IBM} {T}homas {J}. {W}atson Research Center,
+                  Yorktown Heights, New York, USA},
+  year = 1972,
+  editor = {Miller, Raymond E. and Thatcher, James, W.},
+  series = {The IBM Research Symposia Series},
+  publisher = {Springer}
+}
+
+ +
+@proceedings{CCIE2010,
+  key = {CCIE},
+  title = {Proceedings of the 2010 International Conference on
+                  Computing, Control and Industrial Engineering},
+  booktitle = {Proceedings of the 2010 International Conference on
+                  Computing, Control and Industrial Engineering},
+  year = 2010,
+  publisher = {IEEE Computer Society Press},
+  address = {Los Alamitos, CA}
+}
+
+ +
+@proceedings{CCWI2005,
+  title = {Proceedings of the Eighth International Conference on
+                  Computing and Control for the Water Industry (CCWI 2005)},
+  booktitle = {Proceedings of the Eighth International Conference on
+                  Computing and Control for the Water Industry (CCWI 2005)},
+  year = 2005,
+  editor = { Dragan A. Savic  and  Godfrey A. Walters  and  Roger King  and  Soon Thiam-Khu },
+  volume = 1,
+  address = {University of Exeter, UK},
+  month = sep
+}
+
+ +
+@proceedings{CEC1999,
+  key = {IEEE CEC},
+  title = {Proceedings of the 1999 Congress on Evolutionary Computation
+                  (CEC 1999)},
+  booktitle = {Proceedings of the 1999 Congress on Evolutionary Computation
+                  (CEC 1999)},
+  year = 1999,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2000,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2000 Congress on Evolutionary
+                  Computation (CEC 2000)},
+  booktitle = {Proceedings of  the 2000 Congress on Evolutionary Computation (CEC'00)},
+  year = 2000,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  month = jul
+}
+
+ +
+@proceedings{CEC2001,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2001 Congress on Evolutionary
+                  Computation (CEC 2001)},
+  booktitle = {Proceedings of  the 2001 Congress on Evolutionary Computation (CEC'01)},
+  year = 2001,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2002,
+  key = {IEEE CEC},
+  booktitle = {Proceedings of  the 2002 Congress on Evolutionary Computation (CEC'02)},
+  title = {Proceedings of  the 2002 Congress on Evolutionary Computation (CEC'02)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2002
+}
+
+ +
+@proceedings{CEC2003,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2003 Congress on Evolutionary
+                  Computation (CEC 2003), Canberra, ACT, Australia},
+  booktitle = {Proceedings of  the 2003 Congress on Evolutionary Computation (CEC'03)},
+  month = dec,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2003
+}
+
+ +
+@proceedings{CEC2004,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2004 Congress on Evolutionary
+                  Computation (CEC 2004)},
+  booktitle = {Proceedings of the 2004 Congress on Evolutionary
+                  Computation (CEC 2004)},
+  year = 2004,
+  month = sep,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2005,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2005 Congress on Evolutionary
+                  Computation (CEC 2005)},
+  booktitle = {Proceedings of  the 2005 Congress on Evolutionary Computation (CEC 2005)},
+  year = 2005,
+  month = sep,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2006,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2006 Congress on Evolutionary
+                  Computation (CEC 2006)},
+  booktitle = {Proceedings of  the 2006 Congress on Evolutionary Computation (CEC 2006)},
+  year = 2006,
+  month = jul,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2007,
+  key = {IEEE CEC},
+  title = {Proceedings of the {IEEE} Congress on Evolutionary
+                  Computation, {CEC} 2007, 25-28 September 2007, Singapore},
+  booktitle = {Proceedings of  the 2007 Congress on Evolutionary Computation (CEC 2007)},
+  year = 2007,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2008,
+  key = {IEEE CEC},
+  title = {Proceedings of the {IEEE} Congress on Evolutionary
+                  Computation, {CEC} 2008, June 1-6, 2008, Hong Kong, China},
+  booktitle = {Proceedings of  the 2008 Congress on Evolutionary Computation (CEC 2008)},
+  year = 2008,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2009,
+  key = {IEEE CEC},
+  title = {Proceedings of  the 2009 Congress on Evolutionary Computation (CEC 2009)},
+  booktitle = {Proceedings of  the 2009 Congress on Evolutionary Computation (CEC 2009)},
+  year = 2009,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{CEC2010,
+  key = {IEEE CEC},
+  editor = { Ishibuchi, Hisao  and others},
+  title = {Proceedings of the 2010 Congress on Evolutionary
+                  Computation (CEC 2010)},
+  booktitle = {Proceedings of  the 2010 Congress on Evolutionary Computation (CEC 2010)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2010
+}
+
+ +
+@proceedings{CEC2011,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2011 Congress on Evolutionary
+                  Computation (CEC 2011), New Orleans, LA, USA},
+  booktitle = {Proceedings of  the 2011 Congress on Evolutionary Computation (CEC 2011)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2011
+}
+
+ +
+@proceedings{CEC2012,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2012 Congress on Evolutionary
+                  Computation (CEC 2012)},
+  booktitle = {Proceedings of  the 2012 Congress on Evolutionary Computation (CEC 2012)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2012
+}
+
+ +
+@proceedings{CEC2013,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2013 Congress on Evolutionary
+                  Computation (CEC 2013)},
+  booktitle = {Proceedings of  the 2013 Congress on Evolutionary Computation (CEC 2013)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2013
+}
+
+ +
+@proceedings{CEC2014,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2014 Congress on Evolutionary
+                  Computation (CEC 2014)},
+  booktitle = {Proceedings of  the 2014 Congress on Evolutionary Computation (CEC 2014)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2014
+}
+
+ +
+@proceedings{CEC2015,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2015 Congress on Evolutionary
+                  Computation (CEC 2015)},
+  booktitle = {Proceedings of  the 2015 Congress on Evolutionary Computation (CEC 2015)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2015
+}
+
+ +
+@proceedings{CEC2016,
+  key = {IEEE CEC},
+  title = {{IEEE} Congress on Evolutionary Computation, {CEC} 2016,
+                  Vancouver, BC, Canada, July 24-29, 2016},
+  booktitle = {Proceedings of  the 2016 Congress on Evolutionary Computation (CEC 2016)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  isbn = {978-1-5090-0623-6},
+  year = 2016
+}
+
+ +
+@proceedings{CEC2017,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2017 Congress on Evolutionary
+                  Computation (CEC 2017)},
+  booktitle = {Proceedings of  the 2017 Congress on Evolutionary Computation (CEC 2017)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2017
+}
+
+ +
+@proceedings{CEC2018,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2018 Congress on Evolutionary
+                  Computation (CEC 2018)},
+  booktitle = {Proceedings of  the 2018 Congress on Evolutionary Computation (CEC 2018)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2018
+}
+
+ +
+@proceedings{CEC2019,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2019 Congress on Evolutionary
+                  Computation (CEC 2019)},
+  booktitle = {Proceedings of  the 2019 Congress on Evolutionary Computation (CEC 2019)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2019
+}
+
+ +
+@proceedings{CEC2020,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2020 Congress on Evolutionary
+                  Computation (CEC 2020)},
+  booktitle = {Proceedings of  the 2020 Congress on Evolutionary Computation (CEC 2020)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2020
+}
+
+ +
+@proceedings{CEC2021,
+  key = {IEEE CEC},
+  title = {Proceedings of the 2021 Congress on Evolutionary
+                  Computation (CEC 2021)},
+  booktitle = {Proceedings of  the 2021 Congress on Evolutionary Computation (CEC 2021)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2021
+}
+
+ +
+@proceedings{CGO2008,
+  editor = {Soffa, Mary Lou and Duesterwald, Evelyn},
+  title = {Proceedings of the 6th Annual IEEE/ACM International
+                  Symposium on Code Generation and Optimization},
+  booktitle = {Proceedings of the 6th Annual IEEE/ACM International
+                  Symposium on Code Generation and Optimization},
+  year = 2008,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  series = {CGO '08}
+}
+
+ +
+@book{CO:MA2011,
+  editor = {Slawomir Koziel and Xin-She Yang},
+  title = {Computational Optimization, Methods and Algorithms},
+  year = 2011,
+  publisher = {Springer},
+  booktitle = {Computational Optimization, Methods and Algorithms},
+  volume = 356,
+  series = {Studies in Computational Intelligence},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@proceedings{COLT1992,
+  title = {Proceedings of the Fifth Annual {ACM} Conference on
+                  Computational Learning Theory, {COLT} 1992, Pittsburgh, PA,
+                  USA, July 27-29, 1992},
+  year = 1992,
+  booktitle = {COLT'92},
+  editor = {David Haussler},
+  publisher = {ACM Press}
+}
+
+ +
+@book{CP1998,
+  year = 1998,
+  title = {Principles and Practice of Constraint Programming, CP98},
+  booktitle = {Principles and Practice of Constraint Programming, CP98},
+  volume = 1520,
+  series = {Lecture Notes in Computer Science},
+  editor = {Maher, Michael and Puget, Jean-Francois},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{CP2000,
+  editor = {Rina Dechter},
+  title = {Principles and Practice of Constraint Programming,
+                  CP 2000, 6th International Conference, Singapore,
+                  September 18-21, 2000, Proceedings},
+  booktitle = {Principles and Practice of Constraint Programming,
+                  CP 2000},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 1894,
+  year = 2000
+}
+
+ +
+@book{CP2002,
+  editor = {van Hentenryck, Pascal },
+  title = {Principles and Practice of Constraint Programming, CP 2002},
+  booktitle = {Principles and Practice of Constraint Programming, CP 2002},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  year = 2002
+}
+
+ +
+@book{CP2009,
+  editor = { Ian P. Gent },
+  title = {Principles and Practice of Constraint Programming --
+                  CP 2009, 15th International Conference, CP 2009,
+                  Lisbon, Portugal, September 20-24, 2009,
+                  Proceedings},
+  booktitle = {Principles and Practice of Constraint Programming,
+                  CP 2009},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 5732,
+  year = 2009,
+  doi = {10.1007/978-3-642-04244-7}
+}
+
+ +
+@book{CP2013,
+  editor = {Christian Schulte},
+  title = {Principles and Practice of Constraint Programming -- CP 2013,
+                  19th International Conference, CP 2013, Uppsala, Sweden,
+                  September 16-20, 2013, Proceedings},
+  year = 2013,
+  publisher = {Springer},
+  booktitle = {Principles and Practice of Constraint Programming},
+  volume = 8124,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  doi = {10.1007/978-3-642-40627-0}
+}
+
+ +
+@book{CP2022,
+  editor = { Christine Solnon },
+  title = {28th International Conference on Principles and Practice of
+                  Constraint Programming, {CP} 2022, July 31 to August 8, 2022,
+                  Haifa, Israel},
+  year = 2022,
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  booktitle = {Principles and Practice of Constraint Programming},
+  volume = 235,
+  series = {LIPIcs},
+  isbn = {978-3-95977-240-2}
+}
+
+ +
+@book{CPAIOR2010,
+  editor = { Andrea Lodi  and  Michela Milano  and  Paolo Toth },
+  title = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 7th International Conference, CPAIOR 2010},
+  year = 2010,
+  publisher = {Springer},
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2010},
+  volume = 6140,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{CPAIOR2011,
+  editor = {T. Berthold and A. M. Gleixner and S. Heinz and T. Koch},
+  title = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 8th International Conference, {CPAIOR}
+                  2011, Berlin, Germany, May 23 -- 27, 2011. Proceedings},
+  year = 2011,
+  publisher = {Springer},
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2011},
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{CPAIOR2012,
+  editor = {Nicolas Beldiceanu and Narendra Jussien and Eric Pinson},
+  title = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 9th International Conference, {CPAIOR}
+                  2012, Nantes, France, May 28 -- June 1, 2012. Proceedings},
+  year = 2012,
+  publisher = {Springer},
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2012},
+  volume = 7298,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  isbn = {978-3-642-29827-1}
+}
+
+ +
+@book{CPAIOR2013,
+  editor = {Gomes, C. and  Meinolf Sellmann },
+  title = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, 10th International Conference, CPAIOR 2013,
+                  Yorktown Heights, NY, USA, May 18-22, 2013. Proceedings},
+  year = 2013,
+  publisher = {Springer},
+  booktitle = {Integration of AI and OR Techniques in Constraint Programming for Combinatorial Optimization Problems, CPAIOR 2013},
+  volume = 7874,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{CPAIOR2021,
+  editor = {Peter J. Stuckey},
+  title = {Integration of Constraint Programming, Artificial Intelligence, and Operations Research, 18th International Conference, CPAIOR 2021,
+                  Vienna, Austria, July 5-8, 2021, Proceedings},
+  year = 2021,
+  publisher = {Springer},
+  booktitle = {Integration of Constraint Programming, Artificial Intelligence, and Operations Research, CPAIOR 2021},
+  volume = 12735,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{DIMACS2002,
+  booktitle = {Data Structures, Near Neighbor Searches, and Methodology:
+                  Fifth and Sixth {DIMACS} Implementation Challenges},
+  title = {Data Structures, Near Neighbor Searches, and Methodology:
+                  Fifth and Sixth {DIMACS} Implementation Challenges,
+                  Proceedings of a {DIMACS} Workshop, USA, 1999},
+  series = {{DIMACS} Series in Discrete Mathematics and Theoretical
+                  Computer Science},
+  volume = 59,
+  publisher = {American Mathematical Society},
+  address = { Providence, RI},
+  year = 2002,
+  editor = {Michael H. Goldwasser and David S. Johnson and  Catherine C. McGeoch }
+}
+
+ +
+@proceedings{DSRSturing2019,
+  title = {International Alan Turing Conference on Decision Support and
+                  Recommender systems (DSRC-Turing'19)},
+  booktitle = {International Alan Turing Conference on Decision Support and
+                  Recommender systems},
+  editor = {Iv{\'a}n Palomares},
+  address = {London, UK},
+  date = {2019-11-21/2019-11-22},
+  year = 2019,
+  month = nov # { 21--22},
+  organization = {Alan Turing Institute},
+  isbn = {978-1-5262-0820-0}
+}
+
+ +
+@book{Dagstuhl12041,
+  editor = { Salvatore Greco  and  Joshua D. Knowles  and  Kaisa Miettinen  and  Eckart Zitzler },
+  title = {Learning in Multiobjective Optimization (Dagstuhl Seminar
+                  12041)},
+  booktitle = {Learning in Multiobjective Optimization (Dagstuhl Seminar
+                  12041)},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  year = 2012,
+  volume = {2(1)},
+  series = {Dagstuhl Reports},
+  pages = {50--99},
+  doi = {10.4230/DagRep.2.1.50}
+}
+
+ +
+@book{Dagstuhl15031,
+  editor = { Salvatore Greco  and  Kathrin Klamroth  and  Joshua D. Knowles  and  G{\"u}nther Rudolph },
+  title = {Understanding Complexity in Multiobjective Optimization
+                  (Dagstuhl Seminar 15031)},
+  booktitle = {Understanding Complexity in Multiobjective Optimization
+                  (Dagstuhl Seminar 15031)},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  series = {Dagstuhl Reports},
+  pages = {96--163},
+  year = 2015,
+  volume = {5(1)},
+  doi = {10.4230/DagRep.5.1.96},
+  keywords = {multiple criteria decision making, evolutionary
+                  multiobjective optimization}
+}
+
+ +
+@book{Dagstuhl18031,
+  editor = { Kathrin Klamroth  and  Joshua D. Knowles  and  G{\"u}nther Rudolph  and  Margaret M. Wiecek },
+  title = {Personalized Multiobjective Optimization: An Analytics
+                  Perspective (Dagstuhl Seminar 18031)},
+  booktitle = {Personalized Multiobjective Optimization: An Analytics
+                  Perspective (Dagstuhl Seminar 18031)},
+  publisher = {Schloss Dagstuhl -- Leibniz-Zentrum f{\"u}r Informatik, Germany},
+  series = {Dagstuhl Reports},
+  pages = {33--99},
+  year = 2018,
+  volume = {8(1)},
+  doi = {10.4230/DagRep.8.1.33},
+  keywords = {multiple criteria decision making, evolutionary
+                  multiobjective optimization}
+}
+
+ +
+@book{DoeGenGrei2006metaheuristics,
+  booktitle = {Metaheuristics -- Progress in Complex Systems Optimization},
+  title = {Metaheuristics -- Progress in Complex Systems Optimization},
+  publisher = {Springer},
+  year = 2006,
+  editor = {K. F. Doerner and M. Gendreau and P. Greistorfer and
+                  W. J. Gutjahr and R. F. Hartl and M. Reimann},
+  volume = 39,
+  series = {Operations Research/Computer Science Interfaces Series},
+  address = { New York, NY}
+}
+
+ +
+@book{DoeNeu2020theory,
+  title = {Theory of Evolutionary Computation},
+  editor = { Benjamin Doerr  and  Frank Neumann },
+  year = 2020,
+  doi = {10.1007/978-3-030-29414-4},
+  publisher = {Springer International Publishing}
+}
+
+ +
+@book{EA1997,
+  title = {Artificial Evolution, Third European Conference, AE'97,
+                  N{\^i}mes, France, 22-24 October 1997, Selected Papers},
+  booktitle = {Artificial Evolution},
+  editor = { Jin-Kao Hao  and Evelyne Lutton and Edmund M. A. Ronald and  Marc Schoenauer  and Dominique Snyers},
+  shorteditor = { Jin-Kao Hao  and others},
+  doi = {10.1007/BFb0026589},
+  year = 1998,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 1363
+}
+
+ +
+@book{EA2005,
+  title = {Artificial Evolution: 7th International Conference,
+                  Evolution Artificielle, EA 2005, Lille, France},
+  booktitle = {Artificial Evolution},
+  year = 2005,
+  editor = { Talbi, El-Ghazali  and Pierre Liardet and Pierre
+                  Collet and Evelyne Lutton and Marc Schoenauer},
+  volume = 3871,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EA2007,
+  title = {Artificial Evolution, 8th International Conference,
+                  Evolution Artificielle, EA 2007, Tours, France,
+                  October 29-31, 2007 Revised Selected Papers},
+  booktitle = {Artificial Evolution},
+  editor = {Monmarch{\'e}, Nicolas and  Talbi, El-Ghazali  and Collet, Pierre and  Marc Schoenauer  and Lutton, Evelyne},
+  shorteditor = {Monmarch{\'e}, Nicolas and others},
+  doi = {10.1007/978-3-540-79305-2},
+  year = 2008,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 4926
+}
+
+ +
+@book{EA2009,
+  title = {Artificial Evolution: 9th International Conference,
+                  Evolution Artificielle, EA, 2009, Strasbourg,
+                  France, October 26-28, 2009. Revised Selected
+                  Papers},
+  booktitle = {Artificial Evolution: 9th International Conference, Evolution Artificielle, EA, 2009},
+  year = 2010,
+  series = {Lecture Notes in Computer Science},
+  volume = 5975,
+  shorteditor = {Pierre Collet and others},
+  editor = {Pierre Collet and Nicolas Monmarch{\'e} and Pierrick
+                  Legrand and Marc Schoenauer and Evelyne Lutton},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EA2011,
+  editor = { Jin-Kao Hao  and Legrand, Pierrick and Collet, Pierre and
+                  Monmarch{\'e}, Nicolas and Lutton, Evelyne and Schoenauer,
+                  Marc},
+  title = {Artificial Evolution: 10th International Conference,
+                  Evolution Artificielle, EA, 2011, Angers, France, October
+                  24-26, 2011. Revised Selected Papers},
+  year = 2012,
+  publisher = {Springer},
+  booktitle = {Artificial Evolution: 10th International Conference, Evolution Artificielle, EA, 2011},
+  volume = 7401,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EA2013,
+  title = {Artificial Evolution: 11th International Conference,
+                  Evolution Artificielle, {EA} 2013, Bordeaux, France, October
+                  21-23, 2013. Revised Selected Papers},
+  booktitle = {Artificial Evolution: 11th International Conference, Evolution Artificielle, EA, 2013},
+  series = {Lecture Notes in Computer Science},
+  editor = {Pierrick Legrand and others},
+  fulleditor = {Pierrick Legrand and Marc{-}Michel Corsini and  Jin-Kao Hao  and Nicolas Monmarch{\'{e}} and Evelyne Lutton and Marc
+                  Schoenauer},
+  volume = 8752,
+  year = 2013,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EA2015,
+  title = {Artificial Evolution: 12th International Conference,
+                  Evolution Artificielle, {EA} 2015, Lyon, France, October
+                  26-28, 2015. Revised Selected Papers},
+  booktitle = {Artificial Evolution: 12th International Conference, Evolution Artificielle, EA, 2015},
+  series = {Lecture Notes in Computer Science},
+  editor = {St\'ephane Bonnevay and others},
+  fulleditor = {St\'ephane Bonnevay and Pierrick Legrand and  Nicolas Monmarch{\'e}  and Evelyne Lutton and  Marc Schoenauer },
+  volume = 9554,
+  year = 2016,
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{EA2017,
+  title = {Artificial Evolution: 13th International Conference,
+                  {\'E}volution Artificielle, EA 2017, Paris, France, October
+                  25-27, 2017, Revised Selected},
+  booktitle = {EA 2017: Artificial Evolution},
+  year = 2017,
+  series = {Lecture Notes in Computer Science},
+  volume = 10764,
+  editor = {Lutton, Evelyne and Legrand, Pierrick and Parrend, Pierre and  Nicolas Monmarch{\'e}  and  Marc Schoenauer },
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@proceedings{EALS2014,
+  editor = {Angelov, Plamen and others},
+  booktitle = {Evolving and Autonomous Learning Systems (EALS), 2014 IEEE
+                  Symposium on},
+  title = {Evolving and Autonomous Learning Systems (EALS), 2014 IEEE
+                  Symposium on},
+  year = 2014,
+  publisher = {IEEE}
+}
+
+ +
+@book{EC2000,
+  title = {ACM Conference on Electronic Commerce (EC-00)},
+  booktitle = {ACM Conference on Electronic Commerce (EC-00)},
+  year = 2000,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  editor = {Anant Jhingran and others}
+}
+
+ +
+@book{EC2013,
+  title = {Proceedings of the fourteenth {ACM} Conference on Electronic
+                  Commerce, {EC} 2013, Philadelphia, PA, USA, June 16-20, 2013},
+  booktitle = {Proceedings of the Fourteenth ACM Conference on Electronic
+                  Commerce},
+  editor = {Michael J. Kearns and R. Preston McAfee and {\'{E}}va Tardos},
+  year = 2013,
+  doi = {10.1145/2492002},
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{ECAI2006,
+  editor = {Brewka, Gerhard and Coradeschi, Silvia and Perini, Anna and Traverso, Paolo},
+  title = {Proceedings of the 17th European Conference on Artificial Intelligence,
+                  {ECAI} 2006, Riva del Garda, Italy, August29 - September 1, 2006},
+  booktitle = {Proceedings of the 17th European Conference on Artificial Intelligence,
+                  {ECAI} 2006, Riva del Garda, Italy, August29 - September 1, 2006},
+  year = 2006,
+  publisher = {IOS Press}
+}
+
+ +
+@book{ECAI2010,
+  editor = {Coelho, H. and Studer, R. and Wooldridge, M.},
+  title = {Proceedings of the 19th European Conference on Artificial Intelligence},
+  booktitle = {Proceedings of the 19th European Conference on Artificial Intelligence},
+  year = 2010,
+  publisher = {IOS Press}
+}
+
+ +
+@book{ECAI2020,
+  title = {Proceedings of the 24th European Conference on Artificial Intelligence (ECAI)},
+  booktitle = {Proceedings of the 24th European Conference on Artificial Intelligence (ECAI)},
+  year = 2020,
+  volume = 325,
+  series = {Frontiers in Artificial Intelligence and Applications},
+  editor = {Giuseppe De Giacomo and Alejandro Catala and Bistra Dilkina
+                  and Michela Milano and Senén Barro and Alberto Bugarín and
+                  Jérôme Lang},
+  publisher = {IOS Press}
+}
+
+ +
+@proceedings{ECAL1992,
+  title = {Proceedings of  the First European Conference on
+                  Artificial Life},
+  booktitle = {Proceedings of  the First European Conference on
+                  Artificial Life},
+  year = 1992,
+  editor = {F. J. Varela and P. Bourgine},
+  publisher = {MIT Press, Cambridge, MA}
+}
+
+ +
+@proceedings{ECML2006,
+  editor = {F{\"u}rnkranz, Johannes and Scheffer, Tobias and
+                  Spiliopoulou, Myra},
+  title = {17th European Conference on Machine Learning, Berlin,
+                  Germany, September 18-22, 2006 Proceedings},
+  booktitle = {Machine Learning: ECML 2006},
+  year = 2006,
+  series = {Lecture Notes in Computer Science},
+  volume = 4212,
+  isbn = {978-3-540-46056-5}
+}
+
+ +
+@proceedings{ECMLPKDD2015-3,
+  key = {ECML PKDD},
+  booktitle = {Machine Learning and Knowledge Discovery in Databases, ECML
+                  PKDD 2015},
+  fulleditor = {Albert Bifet and Michael May and Bianca Zadrozny and Ricard
+                  Gavald{\`{a}} and Dino Pedreschi and Francesco Bonchi and
+                  Jaime S. Cardoso and Myra Spiliopoulou},
+  title = {Machine Learning and Knowledge Discovery in Databases -
+                  European Conference, {ECML} {PKDD} 2015, Porto, Portugal,
+                  September 7-11, 2015, Proceedings, Part {III}},
+  series = {Lecture Notes in Computer Science},
+  volume = 9286,
+  publisher = {Springer},
+  year = 2015
+}
+
+ +
+@proceedings{EMAA2006,
+  title = {Empirical Methods for the Analysis of Algorithms, Workshop EMAA 2006, Proceedings},
+  booktitle = {Empirical Methods for the Analysis of Algorithms, Workshop EMAA 2006, Proceedings},
+  year = {2006},
+  editor = { Lu{\'i}s Paquete  and  Marco Chiarandini  and Dario Basso},
+  address = {Reykjavik, Iceland}
+}
+
+ +
+@proceedings{EMBC2015,
+  title = {37th Annual International Conference of the {IEEE} Engineering
+                  in Medicine and Biology Society, EMBC 2015, Proceedings},
+  booktitle = {37th Annual International Conference of the {IEEE} Engineering
+                  in Medicine and Biology Society, EMBC 2015, Proceedings},
+  series = {Annual International Conference of the {IEEE} Engineering in Medicine and Biology},
+  editor = {Lovell, Nigel and Mainardi, Luca},
+  year = 2015,
+  publisher = {IEEE Press}
+}
+
+ +
+@proceedings{EMNLP2006,
+  title = {Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP2006},
+  booktitle = {Proceedings of the 2006 Conference on Empirical Methods in Natural Language Processing, EMNLP2006},
+  series = {Empirical Methods in Natural Language Processing},
+  editor = {Jurafsky, Dan and Gaussier, Eric},
+  year = 2006
+}
+
+ +
+@book{EMO2001,
+  editor = { Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele  and  Carlos A. {Coello Coello}  and  David Corne },
+  title = {Evolutionary Multi-Criterion Optimization, First
+                  International Conference, {EMO} 2001, Zurich, Switzerland,
+                  March 7-9, 2001, Proceedings},
+  publisher = {Springer},
+  year = 2001,
+  volume = 1993,
+  series = {Lecture Notes in Computer Science},
+  address = {Berlin\slash Heidelberg},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2001}
+}
+
+ +
+@book{EMO2003,
+  title = {Evolutionary Multi-Criterion Optimization, Second
+                  International Conference, EMO 2003, Faro, Portugal,
+                  April 2003: proceedings},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2003},
+  year = 2003,
+  editor = { Carlos M. Fonseca  and  Peter J. Fleming  and  Eckart Zitzler  and  Kalyanmoy Deb  and  Lothar Thiele },
+  series = {Lecture Notes in Computer Science},
+  volume = 2632,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EMO2005,
+  title = {Evolutionary Multi-Criterion Optimization, Third
+                  International Conference, EMO 2005, Guanajuato, Mexico, March
+                  9-11, 2005. Proceedings},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2005},
+  year = 2005,
+  editor = { Carlos A. {Coello Coello}  and Hern{\'a}ndez Aguirre, Arturo and  Eckart Zitzler },
+  series = {Lecture Notes in Computer Science},
+  volume = 3410,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EMO2007,
+  title = {Evolutionary Multi-Criterion Optimization, 4th International
+                  Conference, {EMO} 2007, Matsushima, Japan, March 5-8, 2007,
+                  Proceedings},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2007},
+  year = 2007,
+  editor = {S. Obayashi and others},
+  fulleditor = {Obayashi, Shigeru and  Kalyanmoy Deb  and Poloni, Carlo and Hiroyasu, Tomoyuki and Murata, Tadahiko},
+  volume = 4403,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EMO2009,
+  title = {Evolutionary Multi-Criterion Optimization. 5th International
+                  Conference, EMO 2009},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2009},
+  editor = { Matthias Ehrgott  and  Carlos M. Fonseca  and  Xavier Gandibleux  and  Jin-Kao Hao  and  Marc Sevaux },
+  volume = 5467,
+  series = {Lecture Notes in Computer Science},
+  year = 2009,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EMO2011,
+  editor = { Takahashi, R. H. C.  and  Kalyanmoy Deb  and  Wanner, Elizabeth F.  and  Salvatore Greco },
+  title = {Evolutionary Multi-Criterion Optimization. 6th International
+                  Conference, EMO 2011, Ouro Preto, Brazil, April 5-8, 2011,
+                  Proceedings},
+  publisher = {Springer},
+  year = 2011,
+  volume = 6576,
+  series = {Lecture Notes in Computer Science},
+  address = {Berlin\slash Heidelberg},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2011}
+}
+
+ +
+@book{EMO2013,
+  editor = { Robin C. Purshouse  and  Peter J. Fleming  and  Carlos M. Fonseca  and  Salvatore Greco  and Jane Shaw},
+  title = {Evolutionary Multi-Criterion Optimization -- 7th
+                  International Conference, EMO 2013, Sheffield, UK, March
+                  19-22, 2013.  Proceedings},
+  publisher = {Springer},
+  year = 2013,
+  volume = 7811,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2013},
+  isbn = {978-3-642-37139-4}
+}
+
+ +
+@book{EMO2015_1,
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and Carlos Henggeler Antunes and  Carlos A. {Coello Coello} },
+  title = {Evolutionary Multi-Criterion Optimization -- 8th
+                  International Conference, EMO 2015, Guimar{\~{a}}es,
+                  Portugal, March 29 -- April 1, 2015.  Proceedings, Part {I}},
+  publisher = {Springer},
+  year = 2015,
+  volume = 9018,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {I}}
+}
+
+ +
+@book{EMO2015_2,
+  title = {Evolutionary Multi-Criterion Optimization -- 8th
+                  International Conference, EMO 2015, Guimar{\~{a}}es,
+                  Portugal, March 29 -- April 1, 2015.  Proceedings, Part {II}
+                  },
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2015 Part {II}},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  year = 2015,
+  volume = 9019,
+  editor = { Ant{\'o}nio Gaspar{-}Cunha  and  Carlos Henggeler Antunes and  Carlos A. {Coello Coello} }
+}
+
+ +
+@book{EMO2017,
+  title = {Evolutionary Multi-Criterion Optimization -- 9th
+                  International Conference, EMO 2017, M{\"u}nster, Germany,
+                  March 19 - 22, 2017.  Proceedings},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2017},
+  publisher = {Springer International Publishing},
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 10173,
+  year = 2017,
+  editor = {Heike Trautmann and G{\"{u}}nter Rudolph and Kathrin Klamroth
+                  and Oliver Sch{\"{u}}tze and Margaret M. Wiecek and Yaochu
+                  Jin and Christian Grimme}
+}
+
+ +
+@book{EMO2019,
+  editor = { Kalyanmoy Deb  and Erik D. Goodman and  Carlos A. {Coello Coello}  and Kathrin
+                  Klamroth and  Kaisa Miettinen  and Sanaz Mostaghim and Patrick
+                  Reed},
+  title = {Evolutionary Multi-Criterion Optimization -- 10th
+                  International Conference, {EMO} 2019, East Lansing, MI, USA,
+                  March 10-13, 2019, Proceedings},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2019},
+  series = {Lecture Notes in Computer Science},
+  volume = 11411,
+  publisher = {Springer International Publishing},
+  address = { Cham, Switzerland},
+  year = 2019,
+  doi = {10.1007/978-3-030-12598-1},
+  isbn = {978-3-030-12597-4}
+}
+
+ +
+@book{EMO2023,
+  editor = { Emmerich, Michael T. M.  and others},
+  title = {Evolutionary Multi-Criterion Optimization -- 12th
+                  International Conference, EMO 2023, Leiden, The Netherlands,
+                  March 20-24, 2023, Proceedings},
+  year = 2023,
+  publisher = {Springer International Publishing},
+  booktitle = { Evolutionary Multi-criterion Optimization, EMO 2023},
+  volume = 13970,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{EOP2011,
+  title = {Encyclopedia of Parallel Computing},
+  booktitle = {Encyclopedia of Parallel Computing},
+  editor = {David Padua},
+  year = 2011,
+  publisher = {Springer, US},
+  doi = {10.1007/978-0-387-09766-4_244}
+}
+
+ +
+@book{EORMS2011,
+  title = {Wiley Encyclopedia of Operations Research and Management
+                  Science},
+  booktitle = {Wiley Encyclopedia of Operations Research and
+                  Management Science},
+  editor = {J. J. Cochran},
+  publisher = {John Wiley \& Sons},
+  year = 2011,
+  doi = {10.1002/9780470400531}
+}
+
+ +
+@book{EP1998,
+  editor = {V. William Porto and N. Saravanan and Donald E. Waagen and  Agoston E. Eiben },
+  title = {Evolutionary Programming VII, 7th International Conference,
+                  EP98, San Diego, CA, USA, March 25-27, 1998, Proceedings},
+  booktitle = {International Conference on Evolutionary Programming},
+  series = {Lecture Notes in Computer Science},
+  volume = 1447,
+  publisher = {Springer},
+  year = 1998
+}
+
+ +
+@proceedings{ESANN2014,
+  key = {ESANN},
+  title = {Proceedings of 22th European Symposium on Artificial Neural
+                  Networks, {ESANN} 2014, Bruges, Belgium, April 23-25, 2014},
+  booktitle = {European Symposium on Artificial Neural Networks, ESSAN},
+  year = 2014,
+  epub = {https://www.esann.org/proceedings/2014}
+}
+
+ +
+@proceedings{ESANN2015,
+  key = {ESANN},
+  title = {Proceedings of 23rd European Symposium on Artificial Neural
+                  Networks, {ESANN} 2015, Bruges, Belgium, April 22-24, 2015},
+  booktitle = {European Symposium on Artificial Neural Networks, ESSAN},
+  year = 2015,
+  epub = {https://www.esann.org/proceedings/2015}
+}
+
+ +
+@proceedings{EUME2009,
+  title = {Proceedings of the EU/MEeting 2009: Debating the future: new
+                  areas of application and innovative approaches},
+  booktitle = {Proceedings of the EU/MEeting 2009: Debating the future: new
+                  areas of application and innovative approaches},
+  year = 2009,
+  editor = {Ana Viana and others}
+}
+
+ +
+@book{EUROGEN2001,
+  editor = {K. C. Giannakoglou and D. T. Tsahalis and J. Periaux and
+                  K. D. Papaliliou and T. Fogarty},
+  title = {Evolutionary Methods for Design, Optimisation and Control
+                  with Application to Industrial Problems. Proceedings of the
+                  EUROGEN 2001 Conference},
+  publisher = {CIMNE, Barcelona, Spain},
+  year = 2002,
+  booktitle = {Evolutionary Methods for Design, Optimisation and Control},
+  shorteditor = {K. C. Giannakoglou and others},
+  isbn = {84-89925-97-6}
+}
+
+ +
+@book{EUROGP2012,
+  title = {Genetic Programming, 15th European Conference on Genetic
+                  Programming, EuroGP 2012, Proceedings},
+  booktitle = {Proceedings of  the 15th European Conference on Genetic Programming, EuroGP 2012},
+  year = 2012,
+  editor = { A. Moraglio  and Sara Silva and  Krzysztof Krawiec  and  Penousal Machado  and  Carlos Cotta },
+  series = {Lecture Notes in Computer Science},
+  volume = 7244,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EUROGP2017,
+  editor = {James McDermott and Mauro Castelli and Luk{\'{a}}s Sekanina
+                  and Evert Haasdijk and  Pablo Garc{\'i}a-S{\'a}nchez },
+  booktitle = {Proceedings of  the 20th European Conference on Genetic Programming, EuroGP 2017},
+  title = {Genetic Programming, 20th European Conference, EuroGP 2017,
+                  Amsterdam, The Netherlands, April 19-21, 2017, Proceedings},
+  series = {Lecture Notes in Computer Science},
+  volume = 10196,
+  year = 2017,
+  doi = {10.1007/978-3-319-55696-3},
+  isbn = {978-3-319-55695-6},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EUROGP2022,
+  title = {Genetic Programming, 25th European Conference, EuroGP 2022,
+                  Held as Part of EvoStar 2022, Madrid, Spain, April 20-22,
+                  2022, Proceedings},
+  booktitle = {Proceedings of  the 25th European Conference on Genetic Programming, EuroGP 2022},
+  editor = {Eric Medvet and  Gisele Pappa  and Bing Xue},
+  series = {Lecture Notes in Computer Science},
+  year = 2022,
+  publisher = {Springer Nature},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{EVOAPP2010,
+  editor = {Cecilia Di Chio and Stefano Cagnoni and  Carlos Cotta  and Marc
+                  Ebner and Anik{\'o} Ek{\'a}rt and  Anna I. Esparcia{-}Alc{\'{a}}zar  and Chi Keong Goh and  Juan-Juli{\'a}n Merelo  and Ferrante Neri and  Mike Preuss  and Julian Togelius and Georgios N. Yannakakis},
+  title = {Applications of Evolutionary Computation, EvoApplicatons
+                  2010: EvoCOMPLEX, EvoGAMES, EvoIASP, EvoINTELLIGENCE, EvoNUM,
+                  and EvoSTOC, Istanbul, Turkey, April 7-9, 2010, Proceedings,
+                  Part I},
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 6024,
+  year = 2010,
+  doi = {10.1007/978-3-642-12239-2}
+}
+
+ +
+@book{EVOAPP2012,
+  editor = {Di Chio, Cecillia and others},
+  title = {EvoApplications 2012: EvoCOMNET, EvoCOMPLEX, EvoFIN,
+                  EvoGAMES, EvoHOT, EvoIASP, EvoNUM, EvoPAR, EvoRISK, EvoSTIM,
+                  and EvoSTOC, Málaga, Spain, April 11-13, 2012, Proceedings},
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 7248,
+  year = 2012
+}
+
+ +
+@book{EVOAPP2014,
+  editor = { Anna I. Esparcia{-}Alc{\'{a}}zar  and Antonio M. Mora},
+  title = {17th European Conference, EvoApplications 2014, Granada,
+                  Spain, April 23-25, 2014, Revised Selected Papers},
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 8602,
+  year = 2014
+}
+
+ +
+@book{EVOAPP2015,
+  editor = {Antonio M. Mora and Squillero, Giovanni},
+  title = {Applications of Evolutionary Computation - 18th European
+                  Conference, EvoApplications 2015, Copenhagen, Denmark, April
+                  8 -- 10, 2015, Proceedings},
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9028,
+  year = 2015
+}
+
+ +
+@book{EVOAPP2016_1,
+  editor = {Squillero, Giovanni and Burelli, Paolo},
+  title = {Applications of Evolutionary Computation: 19th European
+                  Conference, EvoApplications 2016, Porto, Portugal, March 30
+                  -- April 1, 2016, Proceedings, Part I},
+  year = 2016,
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 9597,
+  doi = {10.1007/978-3-319-31204-0}
+}
+
+ +
+@book{EVOAPP2017_1,
+  editor = {Squillero, Giovanni and Sim, Kevin},
+  title = {Applications of Evolutionary Computation: 20th European
+                  Conference, EvoApplications 2017, Amsterdam, The Netherlands,
+                  April 19-21, 2017, Proceedings, Part I},
+  publisher = {Springer},
+  year = 2017,
+  volume = 10199,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = {Applications of Evolutionary Computation},
+  doi = {10.1007/978-3-319-55849-3}
+}
+
+ +
+@book{EVOAPP2021,
+  editor = {Pedro Castillo and  Jim{\'e}nez Laredo, Juan Luis },
+  title = {Applications of Evolutionary Computation -- 24th
+                  International Conference, EvoApplications 2021, Held as Part
+                  of EvoStar 2021, Virtual Event, April 7-9, 2021, Proceedings},
+  year = 2021,
+  booktitle = {Applications of Evolutionary Computation},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = {12694}
+}
+
+ +
+@book{EVOAPP2022,
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and others},
+  title = {Applications of Evolutionary Computation -- 25th European
+                  Conference, EvoApplications 2022, Held as Part of EvoStar
+                  2022, Madrid, Spain, April 20-22, 2022, Proceedings},
+  year = 2022,
+  publisher = {Springer Nature},
+  booktitle = {EvoApplications 2022: Applications of Evolutionary Computation},
+  volume = 13224,
+  series = {Lecture Notes in Computer Science},
+  address = {Switzerland},
+  fulleditor = { Jim{\'e}nez Laredo, Juan Luis  and Hidalgo Perez, J. Ignacio  and Oluwatoyin Babaagba, Kehinde}
+}
+
+ +
+@book{EVOAPP2023,
+  editor = {Correia, Jo\~{a}o and Smith, Stephen and Qaddoura, Raneem},
+  title = {Applications of Evolutionary Computation -- 26th European
+                  Conference, EvoApplications 2023, Held as Part of EvoStar
+                  2023, Brno, Czech Republic, April 12-14, 2023, Proceedings},
+  year = 2023,
+  booktitle = {EvoApplications 2023: Applications of Evolutionary Computation},
+  publisher = {Springer Nature},
+  address = {Switzerland},
+  series = {Lecture Notes in Computer Science},
+  volume = 13989
+}
+
+ +
+@book{EVOCOP2003,
+  title = {Proceedings of EvoCOP 2003 -- 3rd European Conference on Evolutionary Computation in Combinatorial Optimization },
+  booktitle = {Proceedings of EvoCOP 2003 -- 3rd European Conference on Evolutionary Computation in Combinatorial Optimization },
+  volume = 2611,
+  editor = { G{\"u}nther R. Raidl  and Gottlieb, Jens},
+  year = 2003,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2004,
+  editor = {Gottlieb, Jens and  G{\"u}nther R. Raidl },
+  title = {Proceedings of EvoCOP 2004 -- 4th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  publisher = {Springer},
+  year = 2004,
+  volume = 3004,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = {Proceedings of EvoCOP 2004 -- 4th European Conference on Evolutionary Computation in Combinatorial Optimization }
+}
+
+ +
+@book{EVOCOP2005,
+  title = {Proceedings of EvoCOP 2005 -- 5th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  booktitle = {Proceedings of EvoCOP 2005 -- 5th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  volume = 3448,
+  editor = { G{\"u}nther R. Raidl  and Gottlieb, Jens},
+  year = 2005,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2006,
+  title = {Proceedings of EvoCOP 2006 -- 6th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  booktitle = {Proceedings of EvoCOP 2006 -- 6th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  volume = 3906,
+  editor = {Gottlieb, Jens and  G{\"u}nther R. Raidl },
+  year = 2006,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2007,
+  title = {Proceedings of EvoCOP 2007 -- Seventh European Conference on
+                  Evolutionary Computation in Combinatorial Optimisation},
+  booktitle = {Proceedings of EvoCOP 2007 -- Seventh European Conference on
+                  Evolutionary Computation in Combinatorial Optimisation},
+  editor = { Carlos Cotta  and others},
+  year = 2007,
+  volume = 4446,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Berlin, Germany}
+}
+
+ +
+@book{EVOCOP2009,
+  title = {Proceedings of EvoCOP 2009 -- 9th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  booktitle = {Proceedings of EvoCOP 2009 -- 9th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Carlos Cotta  and P. Cowling},
+  year = 2009,
+  volume = 5482,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2011,
+  title = {Proceedings of EvoCOP 2011 -- 11th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  booktitle = {Proceedings of EvoCOP 2011 -- 11th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Peter Merz  and  Jin-Kao Hao },
+  year = 2011,
+  volume = 6622,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2012,
+  title = {Evolutionary Computation in Combinatorial Optimization --
+                  12th European Conference, EvoCOP 2012, M{\'a}laga, Spain,
+                  April 11-13, 2012, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2012 -- 12th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  editor = { Jin-Kao Hao  and  Martin Middendorf },
+  year = 2012,
+  volume = 7245,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2013,
+  editor = { Martin Middendorf  and  Christian Blum },
+  title = {Evolutionary Computation in Combinatorial
+                  Optimization -- 13th European Conference, EvoCOP
+                  2013, Vienna, Austria, April 3-5, 2013, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2013 -- 13th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  volume = 7832,
+  year = 2013,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2014,
+  editor = { Christian Blum  and  Gabriela Ochoa },
+  title = {Evolutionary Computation in Combinatorial Optimization -- 14th
+                  European Conference, EvoCOP 2014, Granada, Spain, April
+                  24-25, 2014, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2014 -- 14th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  year = 2014,
+  series = {Lecture Notes in Computer Science},
+  volume = 8600,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2017,
+  editor = { Bin Hu  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Evolutionary Computation in Combinatorial Optimization -- 17th
+                  European Conference, EvoCOP 2017, Amsterdam, The Netherlands,
+                  April 19-21, 2017, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2017 -- 17th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  year = 2017,
+  series = {Lecture Notes in Computer Science},
+  volume = 10197,
+  doi = {10.1007/978-3-319-55453-2},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2018,
+  editor = { Arnaud Liefooghe  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez },
+  title = {Evolutionary Computation in Combinatorial Optimization --
+                  18th European Conference, EvoCOP 2018, Parma, Italy, April
+                  4-6, 2018, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2018 -- 18th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  year = 2018,
+  series = {Lecture Notes in Computer Science},
+  volume = 10782,
+  doi = {10.1007/978-3-319-77449-7},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{EVOCOP2021,
+  editor = { Christine Zarges  and  Verel, S{\'e}bastien },
+  title = {Evolutionary Computation in Combinatorial Optimization --
+                  21st European Conference, EvoCOP 2021, Held as Part of
+                  EvoStar 2021, Virtual Event, April 7-9, 2021, Proceedings },
+  booktitle = {Proceedings of EvoCOP 2021 -- 21th European Conference on Evolutionary Computation in Combinatorial Optimization },
+  year = 2021,
+  series = {Lecture Notes in Computer Science},
+  volume = 12692,
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{EVOCOP2022,
+  editor = {  P{\'e}rez C{\'a}ceres, Leslie  and  Verel, S{\'e}bastien },
+  title = {Evolutionary Computation in Combinatorial Optimization --
+                  22nd European Conference, EvoCOP 2022, Held as Part of
+                  EvoStar 2022, April 20-22, 2022, Proceedings},
+  booktitle = {Proceedings of EvoCOP 2022 -- 22nd European Conference on Evolutionary Computation in Combinatorial Optimization },
+  year = 2022,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{EVOLVE2017,
+  author = { Emmerich, Michael T. M.  and   Andr{\'{e}} Deutz  and  Oliver Sch{\"u}tze  and Legrand,
+                  Pierrick and Tantar, Emilia and Tantar,
+                  Alexandru-Adrian},
+  title = {{EVOLVE} - A Bridge between Probability, Set Oriented
+                  Numerics, and Evolutionary Computation {VII}},
+  publisher = {Springer},
+  year = 2017,
+  volume = 662,
+  series = {Studies in Computational Intelligence},
+  address = { Cham, Switzerland},
+  booktitle = {{EVOLVE} - A Bridge between Probability, Set Oriented
+                  Numerics, and Evolutionary Computation {VII}}
+}
+
+ +
+@proceedings{EVOPROG98,
+  booktitle = {Evolutionary Programming VII},
+  title = {7th International Conference, EP98 San Diego, California,
+                  USA, March 25--27, 1998 Proceedings},
+  editor = {V. W. Porto and N. Saravanan and D. Waagen and  Agoston E. Eiben },
+  series = {Lecture Notes in Computer Science},
+  volume = 1447,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 1998,
+  doi = {10.1007/BFb0040753}
+}
+
+ +
+@book{EhrFigGre2010:isorms,
+  booktitle = {Trends in Multiple Criteria Decision Analysis},
+  title = {Trends in Multiple Criteria Decision Analysis},
+  series = {International Series in Operations Research \& Management Science},
+  editor = { Matthias Ehrgott  and  Jos{\'e} Rui Figueira  and  Salvatore Greco },
+  publisher = {Springer, US},
+  volume = 142,
+  year = 2010
+}
+
+ +
+@proceedings{FLAIRS2019,
+  editor = {Roman Bart{\'{a}}k and Keith W. Brawner},
+  title = {Proceedings of the Thirty-Second International Florida
+                  Artificial Intelligence Research Society Conference,
+                  Sarasota, Florida, USA, May 19-22 2019},
+  booktitle = {Proceedings of  the Thirty-Second International Florida Artificial
+                  Intelligence Research Society Conference},
+  publisher = {{AAAI} Press},
+  year = 2019
+}
+
+ +
+@proceedings{FMCAD2007,
+  editor = {Jason Baumgartner and Mary Sheeran},
+  title = {{FMCAD'07}: Proceedings of the 7th International Conference
+                  Formal Methods in Computer Aided Design},
+  booktitle = {{FMCAD'07}: Proceedings of  the 7th International Conference
+                  Formal Methods in Computer Aided Design},
+  publisher = {IEEE Computer Society, Washington, DC, USA},
+  year = 2007,
+  address = {Austin, Texas, USA}
+}
+
+ +
+@proceedings{FOCS2000,
+  editor = {Avrim Blum},
+  booktitle = {41st Annual Symposium on Foundations of Computer Science},
+  title = {41st Annual Symposium on Foundations of Computer Science,
+                  FOCS 2000, 12-14 November 2000, Redondo Beach, California,
+                  USA},
+  year = 2000,
+  publisher = {IEEE Computer Society Press}
+}
+
+ +
+@book{FOGA1991,
+  editor = {G. Rawlins},
+  title = {Foundations of Genetic Algorithms},
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  publisher = {Morgan Kaufmann Publishers, San Mateo, CA},
+  year = 1991
+}
+
+ +
+@book{FOGA1992,
+  editor = { Darrell Whitley },
+  title = {Proceedings of the Second Workshop on Foundations of Genetic
+                  Algorithms},
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  publisher = {Morgan Kaufmann Publishers},
+  year = 1993,
+  isbn = {1-55860-263-1}
+}
+
+ +
+@book{FOGA1996,
+  booktitle = {Foundations of Genetic Algorithms (FOGA)},
+  editor = {Richard K. Belew and Michael D. Vose},
+  year = 1996,
+  title = {Proceedings of the 4th Workshop on Foundations of Genetic
+                  Algorithms, San Diego, CA, USA, August 5 1996},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@book{FOGA2002,
+  booktitle = {Proceedings of the Seventh Workshop on Foundations of Genetic Algorithms (FOGA)},
+  year = 2002,
+  editor = { De Jong, Kenneth A.  and Poli, Riccardo and Rowe, Jonathan E.},
+  title = {Foundations of Genetic Algorithms, 7th International Workshop,
+                  {FOGA} 2002, Torremolinos, Spain, September 2-4, 2002, Proceedings},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@book{FOGA2009,
+  booktitle = {Proceedings of the Tenth ACM SIGEVO Workshop on Foundations of Genetic Algorithms (FOGA)},
+  year = 2009,
+  editor = {Ivan I. Garibay and Thomas Jansen and R. Paul Wiegand and
+                  Annie S. Wu},
+  title = {Foundations of Genetic Algorithms, 10th {ACM} {SIGEVO}
+                  International Workshop, {FOGA} 2009, Orlando, Florida, USA,
+                  January 9-11, 2009, Proceedings},
+  publisher = {{ACM}},
+  isbn = {978-1-60558-414-0}
+}
+
+ +
+@book{FOGA2019,
+  booktitle = {Proceedings of the 15th {ACM}/{SIGEVO} Conference on Foundations of Genetic Algorithms},
+  year = 2019,
+  editor = { Tobias Friedrich  and  Carola Doerr  and Arnold, Dirk V.},
+  title = {Foundations of Genetic Algorithms, 15th {ACM}/{SIGEVO}
+                  International Workshop, {FOGA} 2019, Potsdam, Germany},
+  publisher = {{ACM}}
+}
+
+ +
+@book{FOGA2023,
+  booktitle = {Proceedings of the 17th {ACM}/{SIGEVO} Conference on Foundations of Genetic Algorithms},
+  year = 2023,
+  editor = { Chicano, Francisco  and  Tobias Friedrich  and K{\"o}tzing, Timo  and  Franz Rothlauf },
+  title = {Foundations of Genetic Algorithms, 17th {ACM}/{SIGEVO}
+                  International Workshop, {FOGA} 2023, Potsdam, Germany},
+  publisher = {{ACM}}
+}
+
+ +
+@book{FigGreEhr2005:mcda,
+  booktitle = {Multiple Criteria Decision Analysis, State of the
+                  Art Surveys},
+  title = {Multiple Criteria Decision Analysis, State of the
+                  Art Surveys},
+  publisher = {Springer},
+  year = 2005,
+  editor = { Jos{\'e} Rui Figueira  and  Salvatore Greco  and  Matthias Ehrgott }
+}
+
+ +
+@book{FurHul2011preflearn,
+  editor = {F{\"u}rnkranz, Johannes and  Eyke H{\"u}llermeier },
+  title = {Preference Learning},
+  booktitle = {Preference Learning},
+  year = 2011,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  isbn = {978-3-642-14125-6}
+}
+
+ +
+@book{GECCO1999,
+  editor = {Wolfgang Banzhaf and Jason M. Daida and A. E. Eiben
+                  and Max H. Garzon and Vasant Honavar and Mark
+                  J. Jakiela and Robert E. Smith},
+  shorteditor = {Wolfgang Banzhaf and others},
+  title = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 1999, 13-17 July 1999,
+                  Orlando, Florida, USA},
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 1999},
+  year = 1999,
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA}
+}
+
+ +
+@book{GECCO2000,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2000},
+  booktitle = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2000},
+  year = 2000,
+  fulleditor = { Darrell Whitley  and  David E. Goldberg  and E. Cantu-Paz and L. Spector and
+                  I. Parmee and   Hans-Georg Beyer },
+  editor = { Darrell Whitley  and others},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA}
+}
+
+ +
+@book{GECCO2001,
+  title = {Proceedings of the 3rd Annual Conference on Genetic and
+                  Evolutionary Computation, GECCO 2001},
+  booktitle = {Proceedings of the 3rd Annual Conference on Genetic and
+                  Evolutionary Computation, GECCO 2001},
+  year = 2001,
+  editor = {Erik D. Goodman},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA}
+}
+
+ +
+@book{GECCO2002,
+  title = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2002},
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2002},
+  year = 2002,
+  editor = { Langdon, William B.  and others},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA}
+}
+
+ +
+@book{GECCO2003_1,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2003, Part I},
+  booktitle = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2003, Part I},
+  year = 2003,
+  editor = {E. Cant\'u-Paz and others},
+  volume = 2723,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{GECCO2004_1,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2004, Seattle, WA, USA, June 26-30, 2004,
+                  Proceedings, Part I},
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2004, Part I},
+  year = 2004,
+  editor = { Kalyanmoy Deb  and others},
+  volume = 3102,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{GECCO2004_2,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2004, Seattle, WA, USA, June 26-30, 2004,
+                  Proceedings, Part II},
+  booktitle = {Proceedings of the Genetic and Evolutionary
+                  Computation Conference, GECCO 2004, Part II},
+  year = 2004,
+  editor = { Kalyanmoy Deb  and others},
+  volume = 3103,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{GECCO2005,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2005},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2005},
+  editor = {  Hans-Georg Beyer  and  Una-May O'Reilly },
+  year = 2005,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2006,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, GECCO 2006},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2006},
+  editor = {M. Cattolico and others},
+  year = 2006,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2007,
+  title = {Genetic and Evolutionary Computation Conference, {GECCO}
+                  2007, Proceedings, London, England, UK, July 7-11, 2007},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2007},
+  editor = {Dirk Thierens and others},
+  year = 2007,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2008,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2008, Proceedings, Atlanta, Georgia, USA
+                  July 12-16, 2008},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2008},
+  editor = {Conor Ryan},
+  year = 2008,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2009,
+  editor = { Franz Rothlauf },
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2009,
+                  Proceedings, Montreal, Qu{\'e}bec, Canada, July 8-12, 2009},
+  publisher = {ACM Press},
+  year = 2009,
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2009}
+}
+
+ +
+@book{GECCO2009c,
+  editor = { Franz Rothlauf },
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2009,
+                  Proceedings, Montreal, Qu{\'e}bec, Canada, July 8-12, 2009,
+                  Companion Material},
+  publisher = {ACM Press},
+  year = 2009,
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2009}
+}
+
+ +
+@book{GECCO2010,
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2010, Proceedings, Portland, Oregon, USA, July
+                  7-11, 2010},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2010},
+  year = 2010,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2010c,
+  editor = {Martin Pelikan and  J{\"u}rgen Branke },
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2010,
+                  Companion Material Proceedings, Portland, Oregon, USA, July
+                  7-11, 2010},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2010},
+  year = 2010,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2011,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2011, Proceedings, Dublin, Ireland, July
+                  12-16, 2011},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2011},
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  year = 2011,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2011c,
+  editor = {Natalio Krasnogor and Pier Luca Lanzi},
+  title = {13th Annual Genetic and Evolutionary Computation Conference,
+                  GECCO 2011, Companion Material Proceedings, Dublin, Ireland,
+                  July 12-16, 2011},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2011},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2011
+}
+
+ +
+@book{GECCO2012,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2012, Proceedings, Philadelphia, PA, USA, July
+                  7-11, 2012},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2012},
+  editor = {Terence Soule and Jason H. Moore},
+  year = 2012,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2012c,
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2012,
+                  Companion Material Proceedings, Philadelphia, PA, USA, July
+                  7-11, 2012},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2012},
+  editor = {Terence Soule and Jason H. Moore},
+  year = 2012,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2013,
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2013,
+                  Proceedings, Amsterdam, The Netherlands, July 6-10, 2013},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2013},
+  editor = { Christian Blum  and  Alba, Enrique },
+  year = 2013,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  isbn = {978-1-4503-1963-8}
+}
+
+ +
+@book{GECCO2013c,
+  editor = { Christian Blum  and  Alba, Enrique },
+  title = {Genetic and Evolutionary Computation
+                  Conference, GECCO 2013, Companion Material
+                  Proceedings, Amsterdam, The Netherlands, July 6-10, 2013},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2013},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2013
+}
+
+ +
+@book{GECCO2014,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2014, Proceedings, Vancouver, BC, Canada,
+                  July 12-16, 2014},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2014},
+  editor = {Christian Igel and Dirk V. Arnold},
+  year = 2014,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2015,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2015, Proceedings, Madrid, Spain,
+                  July 11-15, 2015},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2015},
+  editor = {Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  year = 2015,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2015c,
+  title = {Genetic and Evolutionary Computation Conference, {GECCO} 2015, Madrid,
+               Spain, July 11-15, 2015, Companion Material Proceedings},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2015},
+  editor = { Jim{\'e}nez Laredo, Juan Luis  and Sara Silva and  Anna I. Esparcia{-}Alc{\'{a}}zar },
+  year = 2015,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2016,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2016, Proceedings, Denver, CO, USA,
+                  July 20-24, 2016},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2016},
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  year = 2016,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2016c,
+  title = {Genetic and Evolutionary Computation Conference, {GECCO} 2016, Denver, CO, USA, July 20-24, 2016, Companion Material Proceedings},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2016},
+  editor = { Tobias Friedrich  and  Frank Neumann  and  Andrew M. Sutton },
+  year = 2016,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2017,
+  title = {Genetic and Evolutionary Computation Conference,
+                  GECCO 2017, Berlin, Germany, July 15-19, 2017},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2017},
+  editor = { Peter A. N. Bosman },
+  year = 2017,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2017c,
+  title = {Genetic and Evolutionary Computation Conference, {GECCO} 2017, Berlin,
+               Germany, July 15-19, 2017},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2017},
+  editor = { Peter A. N. Bosman },
+  year = 2017,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2018,
+  title = {Genetic and Evolutionary Computation Conference, GECCO 2018,
+                  Kyoto, Japan, July 15-19, 2018},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2018},
+  editor = { Aguirre, Hern\'{a}n E.  and Keiki Takadama},
+  doi = {10.1145/3205455},
+  year = 2018,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{GECCO2019,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2019, Prague, Czech Republic, July 13-17,
+                  2019},
+  year = 2019,
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2019},
+  address = { New York, NY},
+  isbn = {978-1-4503-6111-8},
+  doi = {10.1145/3321707}
+}
+
+ +
+@book{GECCO2019c,
+  editor = { Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Anne Auger  and  Thomas St{\"u}tzle },
+  title = {Genetic and Evolutionary Computation Conference Companion,
+                  {GECCO} 2019, Prague, Czech Republic, July 13-17, 2019},
+  year = 2019,
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2019},
+  address = { New York, NY},
+  isbn = {978-1-4503-6748-6},
+  doi = {10.1145/3319619}
+}
+
+ +
+@book{GECCO2020,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2020, Canc{\'u}n, Mexico, July 8-12,
+                  2020},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2020},
+  editor = { Carlos A. {Coello Coello} },
+  year = 2020,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  isbn = {978-1-4503-7128-5},
+  doi = {10.1145/3377930},
+  location = {Canc{\'u}n, Mexico},
+  epub = {https://dl.acm.org/citation.cfm?id=3377930}
+}
+
+ +
+@book{GECCO2021,
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2021, Lille, France, July 10-14, 2021},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2021},
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  year = 2021,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  location = {Lille, France},
+  doi = {10.1145/3449639.3459373}
+}
+
+ +
+@book{GECCO2021c,
+  editor = { Chicano, Francisco  and  Krzysztof Krawiec },
+  title = {Genetic and Evolutionary Computation Conference Companion,
+                  {GECCO} 2021, Lille, France, July 10-14, 2021},
+  publisher = {ACM Press},
+  year = 2021,
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2021}
+}
+
+ +
+@book{GECCO2022,
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2022, Boston, Massachusetts, July 9-13,
+                  2022},
+  publisher = {ACM Press},
+  year = 2022,
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2022},
+  location = {Boston, Massachusetts},
+  doi = {10.1145/3512290}
+}
+
+ +
+@book{GECCO2022c,
+  editor = { Jonathan E. Fieldsend  and  Markus Wagner },
+  title = {Genetic and Evolutionary Computation Conference Companion,
+                  {GECCO} 2022, Boston, Massachusetts, July 9-13, 2022},
+  publisher = {ACM Press},
+  year = 2022,
+  address = { New York, NY},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2022},
+  location = {Boston, Massachusetts},
+  doi = {10.1145/3520304},
+  isbn = 9781450392686
+}
+
+ +
+@book{GECCO2023,
+  editor = {Silva, Sara and  Lu{\'i}s Paquete },
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2023, Lisbon, Portugal, July 15-19, 2023},
+  publisher = {ACM Press},
+  year = 2023,
+  address = { New York, NY},
+  annote = {ISBN: 9798400701191},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2023},
+  location = {Lisbon, Portugal},
+  doi = {10.1145/3583131}
+}
+
+ +
+@book{GECCO2023c,
+  editor = {Silva, Sara and  Lu{\'i}s Paquete },
+  title = {Genetic and Evolutionary Computation Conference Companion,
+                  {GECCO} 2023, Lisbon, Portugal, July 15-19, 2023},
+  publisher = {ACM Press},
+  year = 2023,
+  address = { New York, NY},
+  annote = {ISBN: 979-8-4007-0120-7},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO Companion 2023},
+  location = {Lisbon, Portugal},
+  doi = {10.1145/3583133}
+}
+
+ +
+@book{GECCO2024,
+  editor = { Julia Handl  and  Li, Xiaodong },
+  title = {Proceedings of the Genetic and Evolutionary Computation
+                  Conference, {GECCO} 2024, Melbourne, Australia, July 14-18,
+                  2024},
+  year = 2024,
+  publisher = {ACM Press},
+  booktitle = {Proceedings of  the Genetic and Evolutionary Computation Conference, GECCO 2024},
+  address = { New York, NY},
+  location = {Melbourne, Australia}
+}
+
+ +
+@proceedings{GP1998,
+  title = {Genetic Programming 1998: Proceedings of the Third
+                  Annual Conference, Late Breaking Papers},
+  booktitle = {Late Breaking Papers at the Genetic Programming 1998
+                  Conference},
+  editor = {John R. Koza},
+  month = jul,
+  address = {Stanford University, California},
+  publisher = {Stanford University Bookstore},
+  year = 1998
+}
+
+ +
+@book{GraWol1963,
+  title = {Recent Advances in Mathematical Programming},
+  booktitle = {Recent Advances in Mathematical Programming},
+  editor = {Graves, R. L. and Wolfe, P.},
+  publisher = {McGraw Hill,  New York, NY},
+  year = 1963
+}
+
+ +
+@book{GutPun2002tsp,
+  title = {The Traveling Salesman Problem and its Variations},
+  booktitle = {The Traveling Salesman Problem and its Variations},
+  publisher = {Kluwer Academic Publishers, Dordrecht, The Netherlands},
+  year = 2002,
+  editor = {G. Gutin and A. Punnen}
+}
+
+ +
+@book{HM2006,
+  title = {Proceedings of HM 2006 -- 3rd International Workshop
+                  on Hybrid Metaheuristics},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2006,
+  aeditor = {F. Almeida and M. Blesa and C. Blum and J. M. Moreno
+                  and M. P{\'e}rez and A. Roli and  M. Sampels },
+  editor = {F. Almeida and others},
+  volume = 4030,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{HM2007,
+  title = {Hybrid Metaheuristics HM 2007, 4th International
+                  Workshop},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2007,
+  editor = { Thomas Bartz-Beielstein  and  Mar{\'i}a J. Blesa  and  Christian Blum  and  Boris Naujoks  and  Andrea Roli  and  G{\"u}nther Rudolph  and  M. Sampels },
+  volume = 4771,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{HM2008,
+  title = {Hybrid Metaheuristics HM 2008, 5th International
+                  Workshop},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2008,
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and  Carlos Cotta  and  Antonio J. Fern{\'a}ndez  and Jos\'e E. Gallardo and  Andrea Roli  and  M. Sampels },
+  volume = 5296,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{HM2009,
+  title = {Hybrid Metaheuristics, 6th International Workshop,
+                  HM 2009, Udine, Italy, October 16-17,
+                  2009. Proceedings},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2009,
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Luca {Di Gaspero} and  Andrea Roli  and  M. Sampels  and Andrea Schaerf},
+  series = {Lecture Notes in Computer Science},
+  volume = 5818,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{HM2013,
+  title = {Hybrid Metaheuristics, 8th International Workshop,
+                  HM 2013, Ischia, Italy, May 23-25,
+                  2013. Proceedings},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2013,
+  isbn = {978-3-642-38515-5},
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and Paola Festa and  Andrea Roli  and  M. Sampels },
+  series = {Lecture Notes in Computer Science},
+  volume = 7919,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{HM2014,
+  title = {Hybrid Metaheuristics, 9th International Workshop,
+                  HM 2014, Hamburg, Germany, June 11-13,
+                  2014. Proceedings},
+  booktitle = {Hybrid Metaheuristics},
+  year = 2014,
+  editor = { Mar{\'i}a J. Blesa  and  Christian Blum  and  Stefan Vo{\ss} },
+  isbn = {978-3-319-07643-0},
+  volume = 8457,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{Handbook2002,
+  title = {Handbook of Metaheuristics},
+  booktitle = {Handbook of Metaheuristics},
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  year = 2002,
+  publisher = {Kluwer Academic Publishers, Norwell, MA},
+  alias = {GloKoc02:handbook-mh}
+}
+
+ +
+@book{Handbook2003,
+  title = {Handbook of Metaheuristics},
+  booktitle = {Handbook of Metaheuristics},
+  editor = { Fred Glover  and Gary A. Kochenberger},
+  year = 2003,
+  publisher = {Springer},
+  address = { Boston, MA},
+  doi = {10.1007/b101874}
+}
+
+ +
+@book{Handbook2010,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  year = 2010,
+  title = {Handbook of Metaheuristics},
+  booktitle = {Handbook of Metaheuristics},
+  volume = 146,
+  series = {International Series in Operations Research \& Management
+                  Science},
+  edition = {2nd},
+  publisher = {Springer},
+  address = { New York, NY}
+}
+
+ +
+@book{Handbook2019,
+  editor = { Michel Gendreau  and  Jean-Yves Potvin },
+  year = 2019,
+  title = {Handbook of Metaheuristics},
+  booktitle = {Handbook of Metaheuristics},
+  volume = 272,
+  series = {International Series in Operations Research \& Management
+                  Science},
+  publisher = {Springer}
+}
+
+ +
+@book{HandbookCI2015,
+  year = 2015,
+  booktitle = {Springer Handbook of Computational Intelligence},
+  title = {Springer Handbook of Computational Intelligence},
+  editor = {Kacprzyk, Janusz and Pedrycz, Witold},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@book{HandbookCO1998,
+  title = {Handbook of Combinatorial Optimization},
+  booktitle = {Handbook of Combinatorial Optimization},
+  publisher = {Kluwer Academic Publishers},
+  year = 1998,
+  editor = { Panos M. Pardalos  and  D.-Z. Du },
+  volume = 2
+}
+
+ +
+@book{HarSmiKra2005memetic,
+  title = {Recent Advances in Memetic Algorithms},
+  booktitle = {Recent Advances in Memetic Algorithms},
+  editor = {Hart W. E. and Smith J. E. and Krasnogor N.},
+  year = 2005,
+  volume = 166,
+  series = {Studies in Fuzziness and Soft Computing},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@book{Heuristics2017,
+  editor = { Rafael Mart{\'i}  and  Panos M. Pardalos  and  Mauricio G. C. Resende },
+  title = {Handbook of Heuristics},
+  booktitle = {Handbook of Heuristics},
+  year = 2018,
+  publisher = {Springer International Publishing},
+  isbn = {978-3-319-07125-1}
+}
+
+ +
+@book{Hochbaum1996,
+  title = {Approximation Algorithms For {NP}-hard Problems},
+  booktitle = {Approximation Algorithms For {NP}-hard Problems},
+  editor = {Hochbaum, Dorit S.},
+  year = 1996,
+  publisher = {PWS Publishing Co.}
+}
+
+ +
+@book{HutKotVan2019automl,
+  editor = { Frank Hutter  and Kotthoff, Lars and  Joaquin Vanschoren },
+  title = {Automated Machine Learning: Methods, Systems, Challenges},
+  year = 2019,
+  publisher = {Springer},
+  booktitle = {Automated Machine Learning},
+  epub = {http://automl.org/book},
+  doi = {10.1007/978-3-030-05318-5}
+}
+
+ +
+@book{ICAI2005,
+  editor = {Hamid R. Arabnia and Rose Joshua},
+  title = {Proceedings of the 2005 International Conference on Artificial Intelligence, ICAI 2005},
+  booktitle = {Proceedings of the 2005 International Conference on Artificial Intelligence, ICAI 2005},
+  publisher = {CSREA Press},
+  year = 2005,
+  isbn = {1-932415-66-1}
+}
+
+ +
+@book{ICALP2005,
+  editor = {Lu{\'i}s Caires and Giuseppe F. Italiano and Lu{\'i}s Monteiro and Catuscia Palamidessi and Moti Yung},
+  title = {Proceedings of the 32nd International Colloquium on Automata, Languages and Programming, {ICALP} 2005},
+  booktitle = {Proceedings of the 32nd International Colloquium on Automata, Languages and Programming, {ICALP} 2005},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 3580,
+  year = 2005
+}
+
+ +
+@proceedings{ICANN1999,
+  title = {Proceedings of the 9th International Conference on Artificial
+                  Neural Networks: ICANN '99, Location: Edinburgh, UK, 7-10
+                  Sept. 1999},
+  year = 1999,
+  booktitle = {ICANN'99: Proceedings of the 9th International Conference on
+                  Artificial Neural Networks},
+  key = {ICANN}
+}
+
+ +
+@book{ICANN2008i,
+  editor = {Kurkova-Pohlova, Vera and Koutnik, Jan},
+  title = {ICANN'08: Proceedings of the 18th International Conference on
+                  Artificial Neural Networks, Part I},
+  publisher = {Springer},
+  year = 2008,
+  volume = 5163,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = {ICANN'08: Proceedings of the 18th International Conference on
+                  Artificial Neural Networks, Part I},
+  adoi = {10.1007/978-3-540-87536-9}
+}
+
+ +
+@book{ICANN2008ii,
+  editor = {Kurkova-Pohlova, Vera and Koutnik, Jan},
+  title = {ICANN'08: Proceedings of the 18th International Conference on
+                  Artificial Neural Networks, Part II},
+  publisher = {Springer},
+  year = 2008,
+  volume = 5164,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = {Artificial Neural Networks--ICANN 2008}
+}
+
+ +
+@book{ICANNGA1999,
+  editor = {Andrej Dobnikar and Nigel C. Steele and David
+                  W. Pearson and Rudolf F. Albrecht},
+  title = {Artificial Neural Nets and Genetic Algorithms (ICANNGA-99),
+                  Proceedings of the International Conference in Portorož,
+                  Slovenia, 1999},
+  publisher = {Springer Verlag},
+  year = 1999,
+  key = {ICANNGA},
+  booktitle = {Artificial Neural Nets and Genetic Algorithms (ICANNGA-99)},
+  doi = {10.1007/978-3-7091-6384-9}
+}
+
+ +
+@book{ICANNGA2003,
+  editor = {D. W. Pearson and N. C. Steele and R. F. Albrecht},
+  title = {Artificial Neural Networks and Genetic Algorithms},
+  publisher = {Springer Verlag},
+  year = 2003,
+  key = {ICANNGA},
+  booktitle = {Artificial Neural Networks and Genetic Algorithms}
+}
+
+ +
+@proceedings{ICAPS-PAL2011,
+  editor = {Karpas, Erez and Jim{\'e}nez Celorrio, Sergio and Kambhampati, Subbarao},
+  title = {Proceedings of the 3rd Workshop on Learning and Planning,
+                  collocated with the 21st International Conference on
+                  Automated Planning and Scheduling (ICAPS-PAL'11)},
+  booktitle = {Proceedings of ICAPS-PAL11},
+  year = 2011
+}
+
+ +
+@book{ICAPS2004,
+  title = {Proceedings of the Fourteenth International Conference on
+                  Automated Planning and Scheduling (ICAPS 2004)},
+  booktitle = {Proceedings of the Fourteenth International Conference on
+                  Automated Planning and Scheduling (ICAPS 2004)},
+  editor = { Shlomo Zilberstein  and J. Koehler and S. Koenig},
+  year = 2004,
+  publisher = {{AAAI} Press\slash {MIT} Press, Menlo Park, CA}
+}
+
+ +
+@book{ICAPS2015,
+  editor = { Ronen I. Brafman  and Carmel Domshlak and Patrik Haslum and  Shlomo Zilberstein },
+  title = {Proceedings of the Twenty-Fifth International Conference on
+                  Automated Planning and Scheduling, {ICAPS} 2015, Jerusalem,
+                  Israel, June 7-11, 2015},
+  booktitle = {Proceedings of the Twenty-Fifth International Conference on
+                  Automated Planning and Scheduling, {ICAPS} 2015},
+  publisher = {{AAAI} Press},
+  address = { Menlo Park, CA},
+  year = 2015
+}
+
+ +
+@book{ICEC1994,
+  title = {Proceedings of the First IEEE International Conference on
+                  Evolutionary Computation (ICEC'94)},
+  booktitle = {Proceedings of the First IEEE International Conference on
+                  Evolutionary Computation (ICEC'94)},
+  editor = { Zbigniew Michalewicz },
+  year = 1994,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@book{ICEC1996,
+  title = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  booktitle = {Proceedings of the 1996 IEEE International Conference on
+                  Evolutionary Computation (ICEC'96)},
+  editor = { Thomas B{\"a}ck  and  T. Fukuda  and  Zbigniew Michalewicz },
+  year = 1996,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@book{ICEC1997,
+  title = {Proceedings of the 1997 IEEE International
+                  Conference on Evolutionary Computation (ICEC'97)},
+  booktitle = {Proceedings of the 1997 IEEE International
+                  Conference on Evolutionary Computation (ICEC'97)},
+  editor = { Thomas B{\"a}ck  and  Zbigniew Michalewicz  and  Xin Yao },
+  year = 1997,
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ}
+}
+
+ +
+@proceedings{ICGA1985,
+  editor = {John J. Grefenstette},
+  title = {Proceedings of the 1st International Conference on
+                  Genetic Algorithms (ICGA), Pittsburgh, PA, USA, July 1985},
+  booktitle = {Proceedings of  the First International Conference on Genetic Algorithms (ICGA'85)},
+  publisher = {Lawrence Erlbaum Associates},
+  year = 1985,
+  isbn = {0-8058-0426-9}
+}
+
+ +
+@proceedings{ICGA1989,
+  title = {Proceedings of the 3rd International Conference on Genetic
+                  Algorithms (ICGA), George Mason University, Fairfax, Virginia, USA,
+                  June 1989},
+  booktitle = {Proceedings of  the Third International Conference on Genetic Algorithms (ICGA'89)},
+  year = 1989,
+  editor = { J. David Schaffer },
+  publisher = {Morgan Kaufmann Publishers, San Mateo, CA}
+}
+
+ +
+@proceedings{ICGA1993,
+  editor = {Stephanie Forrest},
+  title = {Proceedings of the 5th International Conference on Genetic
+                  Algorithms (ICGA), Urbana-Champaign, IL, USA, June 1993},
+  booktitle = {Proceedings of  the Fifth International Conference on Genetic Algorithms (ICGA'93)},
+  publisher = {Morgan Kaufmann Publishers},
+  year = 1993,
+  isbn = {1-55860-299-2}
+}
+
+ +
+@book{ICGA1995,
+  editor = {Larry J. Eshelman},
+  title = {Proceedings of the 6th International Conference on Genetic
+               Algorithms (ICGA), Pittsburgh, PA, USA, July 15-19, 1995},
+  booktitle = {Proceedings of  the Sixth International Conference on Genetic Algorithms (ICGA'95)},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  address = { Pittsburgh, PA},
+  year = 1995
+}
+
+ +
+@book{ICGA1997,
+  editor = { Thomas B{\"a}ck },
+  title = {Proceedings of the 7th International Conference on Genetic
+               Algorithms (ICGA), East Lansing, MI, USA, July 19-23, 1997},
+  booktitle = {ICGA},
+  publisher = {Morgan Kaufmann Publishers, San Francisco, CA},
+  year = 1997
+}
+
+ +
+@book{ICIC2006,
+  title = {International Conference on Computational Science
+                  (3)},
+  booktitle = {International Conference on Computational Science
+                  (3)},
+  editor = {De-Shuang Huang and Kang Li and George W. Irwin},
+  year = 2006,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 4115
+}
+
+ +
+@book{ICIC2007,
+  title = {Computational Science -- ICCS 2007, 7th International Conference, Proceedings, Part IV},
+  booktitle = {Computational Science -- ICCS 2007, 7th International Conference, Proceedings, Part IV},
+  editor = {Yong Shi and G. Dick van Albada and Jack Dongarra
+                  and Peter M. A. Sloot},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 4490,
+  year = 2007
+}
+
+ +
+@proceedings{ICLR2015,
+  title = {3rd International Conference on Learning Representations,
+                  {ICLR} 2015, San Diego, CA, USA, May 7-9, 2015, Conference
+                  Track Proceedings},
+  year = 2015,
+  booktitle = {3rd International Conference on Learning Representations,
+                  {ICLR} 2015, San Diego, CA, USA, May 7-9, 2015, Conference
+                  Track Proceedings},
+  editor = { Bengio, Yoshua  and Yann {LeCun}}
+}
+
+ +
+@proceedings{ICLR2018w,
+  title = {6th International Conference on Learning Representations, {ICLR} 2018,
+                  Vancouver, BC, Canada, April 30 - May 3, 2018, Workshop Track Proceedings},
+  booktitle = {6th International Conference on Learning Representations, {ICLR} 2018,
+                  Vancouver, BC, Canada, April 30 - May 3, 2018, Workshop Track Proceedings},
+  editor = {Murray, Iain and Ranzato, Marc'{A}urelio and Vinyals, Oriol},
+  year = 2018,
+  publisher = {OpenReview.net}
+}
+
+ +
+@proceedings{ICML1994,
+  editor = {William W. Cohen and Haym Hirsh},
+  title = {Proceedings of the 11th International Conference on Machine
+                  Learning, {ICML} 1994, New Brunswick, NJ, USA},
+  booktitle = {Proceedings of  the 11th International Conference on Machine Learning, {ICML} 1994},
+  year = 1994,
+  publisher = {Morgan Kaufmann Publishers},
+  address = { San Francisco, CA}
+}
+
+ +
+@proceedings{ICML2004,
+  editor = {Carla E. Brodley},
+  booktitle = {Proceedings of  the 21st International Conference on Machine Learning, {ICML} 2004},
+  title = {Machine Learning, Proceedings of the Twenty-first
+                  International Conference, {ICML} 2004, Banff, Alberta,
+                  Canada, July 4-8, 2004},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2004
+}
+
+ +
+@proceedings{ICML2008,
+  editor = {William W. Cohen and Andrew McCallum and Sam T. Roweis},
+  booktitle = {Proceedings of  the 25th International Conference on Machine Learning, {ICML} 2008},
+  title = {Proceedings of the 25th International Conference on Machine
+                  Learning, {ICML} 2008, Helsinki, Finland, July 05-09, 2008},
+  year = 2008,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@proceedings{ICML2009,
+  title = {Proceedings of the 26th Annual International Conference on
+                  Machine Learning, {ICML} 2009, Montreal, Quebec, Canada, June
+                  14-18, 2009},
+  booktitle = {Proceedings of  the 26th International Conference on Machine Learning, {ICML} 2009},
+  year = 2009,
+  editor = {Andrea Pohoreckyj Danyluk and L{\'{e}}on Bottou and Michael
+                  L. Littman},
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@proceedings{ICML2010,
+  editor = {Johannes F{\"u}rnkranz and Thorsten Joachims},
+  title = {Proceedings of the 27th international conference on machine
+                  learning, {ICML} 2010},
+  booktitle = {Proceedings of  the 27th International Conference on Machine Learning, {ICML} 2010},
+  year = 2010,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@proceedings{ICML2012,
+  editor = {John Langford and Joelle Pineau},
+  title = {Proceedings of the 29th International Conference on Machine
+                  Learning, {ICML} 2012, Edinburgh, Scotland, UK, June 26 -
+                  July 1, 2012},
+  booktitle = {Proceedings of  the 29th International Conference on Machine Learning, {ICML} 2012},
+  publisher = {Omnipress},
+  year = 2012
+}
+
+ +
+@proceedings{ICML2013,
+  editor = {Dasgupta, Sanjoy and McAllester, David},
+  title = {Proceedings of the 30th International Conference on Machine
+                  Learning, {ICML} 2013, Atlanta, GA, USA, 16-21 June 2013},
+  booktitle = {Proceedings of  the 30th International Conference on Machine Learning, {ICML} 2013},
+  volume = 28,
+  year = 2013,
+  url = {http://jmlr.org/proceedings/papers/v28/}
+}
+
+ +
+@proceedings{ICML2014,
+  editor = {Xing, Eric P. and Jebara, Tony},
+  title = {Proceedings of the 31st International Conference on Machine
+                  Learning, {ICML} 2014, Beijing, China, 21-26 June 2014},
+  booktitle = {Proceedings of  the 31st International Conference on Machine Learning, {ICML} 2014},
+  volume = 32,
+  year = 2014,
+  publisher = {{PMLR}},
+  url = {http://jmlr.org/proceedings/papers/v32/}
+}
+
+ +
+@proceedings{ICML2015,
+  editor = {Francis Bach and David Blei},
+  title = {Proceedings of the 32nd International Conference on Machine
+                  Learning, {ICML} 2015, Lille, France, 7-9 July 2015},
+  booktitle = {Proceedings of  the 32nd International Conference on Machine Learning, {ICML} 2015},
+  volume = 37,
+  year = 2015,
+  publisher = {{PMLR}},
+  epub = {http://jmlr.org/proceedings/papers/v37/}
+}
+
+ +
+@proceedings{ICML2018,
+  editor = {Jennifer G. Dy and Andreas Krause},
+  title = {Proceedings of the 35th International Conference on Machine
+                  Learning, {ICML} 2018, Stockholmsm{\"{a}}ssan, Stockholm,
+                  Sweden, July 10-15, 2018},
+  booktitle = {Proceedings of  the 35th International Conference on Machine Learning, {ICML} 2018},
+  series = {Proceedings of Machine Learning Research},
+  volume = 80,
+  publisher = {{PMLR}},
+  year = 2018
+}
+
+ +
+@proceedings{ICMLC2004,
+  editor = {Cloete, Ian and Wong, Kit-Po and Berthold, Michael},
+  title = {Proceedings of the 3rd International Conference on
+                  Machine Learning and Cybernetics},
+  booktitle = {Proceedings of the International Conference on
+                  Machine Learning and Cybernetics},
+  year = 2004,
+  publisher = {IEEE Press}
+}
+
+ +
+@proceedings{ICMLC2006,
+  key = {ICMLC},
+  title = {Proceedings of the International Conference on
+                  Machine Learning and Cybernetics},
+  booktitle = {Proceedings of the International Conference on
+                  Machine Learning and Cybernetics},
+  year = 2006,
+  publisher = {IEEE Press}
+}
+
+ +
+@book{ICORES2014,
+  editor = {Bego{\~{n}}a Vitoriano and Eric Pinson and Fernando Valente},
+  booktitle = {{ICORES} 2014 - Proceedings of the 3rd International Conference on
+               Operations Research and Enterprise Systems},
+  title = {{ICORES} 2014 - Proceedings of the 3rd International Conference on
+               Operations Research and Enterprise Systems, Angers, Loire Valley, France},
+  publisher = {SciTePress},
+  year = 2014
+}
+
+ +
+@proceedings{ICSMC1999,
+  key = {SMC},
+  title = {1999 IEEE International Conference on Systems, Man, and
+                  Cybernetics, October 12--15, 1999, Tokyo, Japan},
+  booktitle = {{IEEE} {SMC}'99 Conference Proceedings, 1999 {IEEE}
+                  International Conference on Systems, Man, and Cybernetics},
+  publisher = {IEEE Press},
+  editor = {Koji Ito and Fumio Harashima and Kazuo Tanie},
+  year = 1999
+}
+
+ +
+@proceedings{ICSMC2013,
+  key = {SMC},
+  title = {{IEEE} International Conference on Systems, Man, and
+                  Cybernetics, {SMC} 2013, Manchester, United Kingdom, October
+                  13-16, 2013},
+  booktitle = {2013 IEEE International Conference on Systems, Man, and
+                  Cybernetics},
+  publisher = {IEEE Press},
+  year = 2013
+}
+
+ +
+@proceedings{ICTAI2014,
+  title = {26th {IEEE} International Conference on Tools with Artificial Intelligence,
+                  {ICTAI} 2014, Limassol, Cyprus, November 10-12, 2014},
+  booktitle = {26th {IEEE} International Conference on Tools with Artificial Intelligence,
+                  {ICTAI} 2014, Limassol, Cyprus, November 10-12, 2014},
+  editor = {Papadopoulos, George Angelos},
+  year = 2014,
+  publisher = {IEEE Press}
+}
+
+ +
+@book{IJCAI1991,
+  booktitle = {Proceedings of  the 12th International Joint Conference on Artificial Intelligence (IJCAI-91)},
+  title = {Proceedings of the 12th International
+                  Joint Conference on Artificial Intelligence, IJCAI 91, Sydney, Australia, August
+                  24-30, 1991},
+  year = 1995,
+  editor = {Mylopoulos, John and Reiter, Raymond},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@book{IJCAI1995,
+  booktitle = {Proceedings of  the 14th International Joint Conference on Artificial Intelligence (IJCAI-95)},
+  title = {Proceedings of the 14th International
+                  Joint Conference on Artificial Intelligence, IJCAI 95, Montr{\'{e}}al Qu{\'{e}}bec, Canada, August
+               20-25, 1995, 2 Volumes},
+  year = 1995,
+  editor = {Chris S. Mellish},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@book{IJCAI1997,
+  booktitle = {Proceedings of  the 15th International Joint Conference on Artificial Intelligence (IJCAI-97)},
+  title = {IJCAI 1997, Proceedings of the 15th International
+                  Joint Conference on Artificial Intelligence, IJCAI 97, Nagoya, Japan, August
+                  23-29, 1997, 2 Volumes},
+  year = 1997,
+  editor = {Martha E. Pollack},
+  publisher = {Morgan Kaufmann Publishers}
+}
+
+ +
+@proceedings{IJCAI2001,
+  editor = {Bernhard Nebel},
+  title = {IJCAI 2001, Proceedings of the 17th International Joint
+                  Conference on Artificial Intelligence},
+  booktitle = {Proceedings of  the 17th International Joint Conference on Artificial Intelligence (IJCAI-01)},
+  year = 2001,
+  publisher = {IEEE Press}
+}
+
+ +
+@proceedings{IJCAI2003,
+  editor = {Georg Gottlob and Toby Walsh},
+  title = {IJCAI-03, Proceedings of the Eighteenth International Joint
+                  Conference on Artificial Intelligence, Acapulco, Mexico,
+                  August 9-15, 2003},
+  publisher = {Morgan Kaufmann Publishers},
+  year = 2003,
+  epub = {http://ijcai.org/proceedings/2003},
+  booktitle = {Proceedings of  the 18th International Joint Conference on Artificial Intelligence (IJCAI-03)}
+}
+
+ +
+@proceedings{IJCAI2007,
+  booktitle = {Proceedings of  the 20th International Joint Conference on Artificial Intelligence (IJCAI-07)},
+  title = {IJCAI 2007, Proceedings of the 20th International
+                  Joint Conference on Artificial Intelligence,
+                  Hyderabad, India, January 6-12, 2007},
+  year = 2007,
+  editor = {Manuela M. Veloso},
+  publisher = {AAAI Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{IJCAI2009,
+  booktitle = {Proceedings of  the 21st International Joint Conference on Artificial Intelligence (IJCAI-09)},
+  title = {IJCAI 2009, Proceedings of the 21st International
+                  Joint Conference on Artificial Intelligence,
+                  Pasadena, California, USA, July 11-17, 2009},
+  year = 2009,
+  editor = {Craig Boutilier},
+  publisher = {AAAI Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{IJCAI2011,
+  booktitle = {Proceedings of  the 22nd International Joint Conference on Artificial Intelligence (IJCAI-11)},
+  title = {IJCAI 2011, Proceedings of the 22nd International
+                  Joint Conference on Artificial Intelligence,
+                  Barcelona, Spain, July 16-22, 2011},
+  year = 2011,
+  editor = {Toby Walsh},
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{IJCAI2015,
+  booktitle = {Proceedings of  the 24th International Joint Conference on Artificial Intelligence (IJCAI-15)},
+  title = {IJCAI 2015, Proceedings of the 24th International
+                  Joint Conference on Artificial Intelligence,
+                  Buenos Aires, Argentina, July 25-31, 2015},
+  year = 2015,
+  editor = {Qiang Yang and Michael Wooldridge},
+  publisher = {IJCAI/AAAI Press, Menlo Park, CA}
+}
+
+ +
+@proceedings{IJCCI2010,
+  editor = { Filipe, J.  and  J. Kacprzyk },
+  title = {Proceedings of the International Joint Conference on
+                  Computational Intelligence (IJCCI-2010)},
+  booktitle = {Proceedings of the International Joint Conference on
+                  Computational Intelligence (IJCCI-2010)},
+  publisher = {SciTePress},
+  year = 2010
+}
+
+ +
+@proceedings{IJCNN2006,
+  key = {IJCNN},
+  booktitle = {Proceedings of the International Joint Conference on Neural
+                  Networks, {IJCNN} 2006},
+  title = {Proceedings of the International Joint Conference on Neural
+                  Networks, {IJCNN} 2006, part of the {IEEE} World Congress on
+                  Computational Intelligence, {WCCI} 2006, Vancouver, BC,
+                  Canada, 16-21 July 2006},
+  year = 2006,
+  publisher = {{IEEE}},
+  doi = {10.1109/IJCNN11286.2006}
+}
+
+ +
+@proceedings{IJCNN2008,
+  key = {IJCNN},
+  title = {Proceedings of the International Joint Conference on Neural Networks (IJCNN 2008),
+                  Hong Kong, China, June 1-6, 2008},
+  booktitle = {Proceedings of the International Joint Conference on Neural Networks (IJCNN 2008),
+                  Hong Kong, China, June 1-6, 2008},
+  editor = {Liu, Derong and others},
+  year = 2008,
+  publisher = {IEEE Press}
+}
+
+ +
+@book{IPMU2010,
+  title = {13th International Conference on Information Processing and Management
+                  of Uncertainty, IPMU 2010, Germany, June 28-July 2, 2010. Proceedings},
+  booktitle = {Information Processing and Management of Uncertainty, 13th International
+                  Conference, {IPMU2010}},
+  editor = { Eyke H{\"u}llermeier  and  Rudolf Kruse  and  Frank Hoffmann },
+  series = {Lecture Notes in Artificial Intelligence},
+  volume = 6178,
+  year = 2010,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@proceedings{ISDA2005,
+  editor = {Abraham, Ajith and Paprzycki, Marcin},
+  title = {Proceedings of the 5th International Conference on
+                  Intelligent Systems Design and Applications},
+  booktitle = {Proceedings of the 5th International Conference on
+                  Intelligent Systems Design and Applications},
+  year = 2005
+}
+
+ +
+@book{JohTri1996,
+  editor = {David S. Johnson and  Michael A. Trick },
+  title = {Cliques, Coloring, and Satisfiability: Second {DIMACS}
+                  Implementation Challenge},
+  booktitle = {Cliques, Coloring, and Satisfiability: Second {DIMACS}
+                  Implementation Challenge},
+  publisher = {American Mathematical Society},
+  address = { Providence, RI},
+  year = 1996,
+  volume = 26,
+  series = {{DIMACS} Series on Discrete Mathematics and Theoretical Computer Science}
+}
+
+ +
+@book{Kallrath2004,
+  editor = {Josef Kallrath},
+  title = {Modeling Languages in Mathematical Optimization},
+  publisher = {Kluwer Academic Publishers},
+  year = 2004,
+  volume = 88,
+  series = {Applied Optimization}
+}
+
+ +
+@book{LION2008,
+  title = {Learning and Intelligent Optimization, Second International
+                  Conference, LION 2007, Trento, Italy, December 8-12,
+                  2007. Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, Second International Conference, LION 2},
+  series = {Lecture Notes in Computer Science},
+  volume = 5313,
+  editor = { Vittorio Maniezzo  and  Roberto Battiti  and Jean-Paul Watson},
+  year = 2008,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2009,
+  title = {Third International Conference, LION 3, Trento,
+                  Italy, January 14-18, 2009. Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, Third International Conference, LION 3},
+  series = {Lecture Notes in Computer Science},
+  volume = 5851,
+  editor = { Thomas St{\"u}tzle },
+  year = 2009,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2010,
+  title = {4th International Conference, LION 4, Venice, Italy,
+                  January 18-22, 2010. Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 4th International Conference, LION 4},
+  year = 2010,
+  volume = 6073,
+  series = {Lecture Notes in Computer Science},
+  editor = { Christian Blum  and  Roberto Battiti },
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  doi = {10.1007/978-3-642-13800-3}
+}
+
+ +
+@book{LION2011,
+  title = {5th International Conference, LION 5, Rome, Italy,
+                  January 17-21, 2011. Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 5th
+                  International Conference, LION 5},
+  year = 2011,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  editor = { Carlos A. {Coello Coello} },
+  volume = 6683
+}
+
+ +
+@book{LION2012,
+  booktitle = {Learning and Intelligent Optimization, 6th International
+                  Conference, LION 6},
+  editor = { Youssef Hamadi  and  Marc Schoenauer },
+  title = {6th International Conference, LION 6, Paris, France, January
+                  16-20, 2012. Selected Papers},
+  year = 2012,
+  publisher = {Springer},
+  volume = 7219,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2013,
+  title = {7th International Conference, LION 7, Catania,
+                  Italy, January 7-11, 2013. Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 7th
+                  International Conference, LION 7},
+  year = 2013,
+  series = {Lecture Notes in Computer Science},
+  editor = { Panos M. Pardalos  and G. Nicosia},
+  volume = 7997,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2014,
+  title = {8th International Conference, LION 8, Gainesville, Florida,
+                  USA, February 16-21, 2014. Revised Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 8th International Conference, LION 8},
+  year = 2014,
+  series = {Lecture Notes in Computer Science},
+  editor = { Panos M. Pardalos  and  Mauricio G. C. Resende  and Chrysafis Vogiatzis and Jose
+                  L. Walteros},
+  volume = 8426,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2015,
+  title = {9th International Conference, LION 9, Lille,
+                  France, January 12-15, 2015. Revised Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 9th International
+                  Conference, LION 9},
+  year = 2015,
+  series = {Lecture Notes in Computer Science},
+  editor = {Clarisse Dhaenens and  Laetitia Jourdan  and  Marie-El{\'e}onore Marmion },
+  volume = 8994,
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{LION2016,
+  title = {10th International Conference, LION 10, Ischia, Italy, May 29
+                  - June 1, 2016. Revised Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 10th International
+                  Conference, LION 10},
+  year = 2016,
+  series = {Lecture Notes in Computer Science},
+  editor = {Paola Festa and  Meinolf Sellmann  and  Joaquin Vanschoren },
+  volume = 10079,
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{LION2017,
+  title = {11th International Conference, LION 11, Nizhny Novgorod,
+                  Russia, June 19-21, 2017, Revised Selected Papers},
+  booktitle = {Learning and Intelligent Optimization, 11th International
+                  Conference, LION 11},
+  year = 2017,
+  editor = { Roberto Battiti  and Dmitri E. Kvasov and Yaroslav D. Sergeyev},
+  volume = 10556,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{LION2018,
+  title = {12th International Conference, LION 12, Kalamata, Greece, June 10-15, 2018},
+  booktitle = {Learning and Intelligent Optimization, 12th International
+                  Conference, LION 12},
+  year = 2018,
+  editor = { Roberto Battiti  and Mauro Brunato and Ilias Kotsireas and  Panos M. Pardalos },
+  volume = 11353,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{LION2019,
+  booktitle = {Learning and Intelligent Optimization, 13th International
+                  Conference, LION 13},
+  editor = {Nikolaos F. Matsatsinis and Yannis Marinakis and  Panos M. Pardalos },
+  title = {13th International Conference, LION 13, Chania, Crete,
+                  Greece, May 27-31, 2019, Revised Selected Papers},
+  year = 2019,
+  publisher = {Springer},
+  volume = 11968,
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland}
+}
+
+ +
+@proceedings{LMCA2020,
+  title = {Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020,
+                  {LMCA} 2020, Vancouver, Canada, December 12, 2020},
+  booktitle = {Learning Meets Combinatorial Algorithms Workshop at NeurIPS 2020,
+                  {LMCA} 2020, Vancouver, Canada, December 12, 2020},
+  editor = {Vlastelica, Marin and Song, Jialin and Ferber, Aaron and Amos, Brandon and
+                  Martius, Georg and Dilkina, Bistra and Yue, Yisong},
+  year = 2020
+}
+
+ +
+@book{LPNMR2013,
+  title = {12th International Conference, LPNMR 2013, Corunna, Spain, September 15-19, 2013. Proceedings},
+  booktitle = {Logic Programming and Nonmonotonic Reasoning},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Artificial Intelligence},
+  year = 2013,
+  volume = 8148,
+  editor = {Pedro Calabar and Tran Cao Son}
+}
+
+ +
+@book{LobLimMic07:book,
+  editor = {F. Lobo and C. F. Lima and  Zbigniew Michalewicz },
+  booktitle = {Parameter Setting in Evolutionary Algorithms},
+  title = {Parameter Setting in Evolutionary Algorithms},
+  year = 2007,
+  publisher = {Springer},
+  address = { Berlin, Germany}
+}
+
+ +
+@book{MCDM1991,
+  booktitle = {Proceedings of the 10th International Conference on
+                  Multiple Criteria Decision Making (MCDM'91)},
+  title = {Proceedings of the 10th International Conference on
+                  Multiple Criteria Decision Making (MCDM'91)},
+  year = 1992,
+  editor = {G. H. Tzeng and P. L. Yu},
+  publisher = {Springer Verlag}
+}
+
+ +
+@book{MCDM1997,
+  booktitle = {Proceedings of the 13th International Conference on
+                  Multiple Criteria Decision Making (MCDM'97)},
+  title = {Proceedings of the 13th International Conference on
+                  Multiple Criteria Decision Making (MCDM'97)},
+  year = 1997,
+  editor = {J. Climaco},
+  publisher = {Springer Verlag}
+}
+
+ +
+@book{MCDMTA1980,
+  booktitle = {Multiple Criteria Decision Making Theory and Application},
+  title = {Multiple Criteria Decision Making Theory and Application,
+                  Proceedings of the Third Conference Hagen/Königswinter, West
+                  Germany, August 20-24, 1979},
+  year = 1980,
+  editor = {Fandel, G. and Gal, T.},
+  number = 177,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@proceedings{MIC1997,
+  editor = { Mauricio G. C. Resende  and Pinho de Souza, Jorge},
+  booktitle = {Proceedings of MIC 1997, the 2nd Metaheuristics International
+                  Conference},
+  title = {Proceedings of MIC 1997, the 2nd Metaheuristics International
+                  Conference, Sophia-Antipolis, France, July 21-24, 1997},
+  year = 1997
+}
+
+ +
+@proceedings{MIC2005,
+  editor = { Karl F. Doerner  and  Michel Gendreau  and Peter Greistorfer and  Gutjahr, Walter J.  and  Richard F. Hartl  and  Marc Reimann },
+  title = {6th Metaheuristics International Conference (MIC 2005)},
+  booktitle = {6th Metaheuristics International Conference (MIC 2005)},
+  year = 2005,
+  address = {Vienna, Austria}
+}
+
+ +
+@proceedings{MIC2009,
+  title = {Proceedings of MIC 2009, the 8th Metaheuristics International Conference},
+  booktitle = {Proceedings of MIC 2009, the 8th Metaheuristics International Conference},
+  year = 2010,
+  editor = {M. Caserta and  Stefan Vo{\ss} },
+  publisher = {University of Hamburg},
+  address = {Hamburg, Germany}
+}
+
+ +
+@proceedings{MIC2011,
+  title = {Proceedings of MIC 2011, the 9th Metaheuristics International
+                  Conference},
+  booktitle = {MIC 2011, the 9th Metaheuristics International
+                  Conference},
+  editor = {Luca {Di Gaspero} and Andrea Schaerf and  Thomas St{\"u}tzle },
+  year = 2011
+}
+
+ +
+@proceedings{MIC2013,
+  key = {MIC},
+  title = {Proceedings of MIC 2013, the 10th Metaheuristics
+                  International Conference},
+  booktitle = {Proceedings of MIC 2013, the 10th Metaheuristics
+                  International Conference},
+  year = 2013
+}
+
+ +
+@proceedings{MIC2015,
+  editor = { Talbi, El-Ghazali },
+  title = {Proceedings of MIC 2015, the 11th Metaheuristics
+                  International Conference},
+  booktitle = {Proceedings of MIC 2015, the 11th Metaheuristics
+                  International Conference},
+  year = 2015
+}
+
+ +
+@book{MICAI2004,
+  editor = {Monroy, Ra{\'u}l and Arroyo-Figueroa, Gustavo and Sucar, Luis
+                  Enrique and Sossa, Humberto},
+  title = {MICAI 2004: Advances in Artificial Intelligence: Third
+                  Mexican International Conference on Artificial Intelligence,
+                  Mexico City, Mexico, April 26-30, 2004. Proceedings},
+  booktitle = {Proceedings of MICAI},
+  series = {Lecture Notes in Artificial Intelligence},
+  volume = 2972,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2004
+}
+
+ +
+@proceedings{MISTA2013,
+  title = {Multidisciplinary International Conference on Scheduling:
+                  Theory and Applications (MISTA 2013)},
+  booktitle = {Multidisciplinary International Conference on Scheduling:
+                  Theory and Applications (MISTA 2013)},
+  address = {Gent, Belgium},
+  editor = { Graham Kendall  and  Vanden Berghe, Greet   and Barry McCollum},
+  year = 2013
+}
+
+ +
+@book{ML1995,
+  year = 1995,
+  booktitle = {Proceedings of the Twelfth International Conference
+                  on Machine Learning (ML-95)},
+  title = {Proceedings of the Twelfth International Conference
+                  on Machine Learning (ML-95)},
+  editor = {A. Prieditis and S. Russell},
+  publisher = {Morgan Kaufmann Publishers, Palo Alto, CA}
+}
+
+ +
+@book{MMO2004,
+  title = {Metaheuristics for Multiobjective Optimisation},
+  booktitle = {Metaheuristics for Multiobjective Optimisation},
+  editor = { Xavier Gandibleux  and Marc Sevaux and  Kenneth S{\"o}rensen  and  V. {T'Kindt} },
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  volume = 535,
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  year = 2004
+}
+
+ +
+@book{MODA10,
+  title = {mODa 10 -- Advances in Model-Oriented Design and Analysis,
+                  Proceedings of the 10th International Workshop in
+                  Model-Oriented Design and Analysis Held in Łagów Lubuski,
+                  Poland, June 10-14, 2013},
+  editor = {Ucinski, Dariusz and Atkinson, Anthony C.  and Patan, Maciej},
+  year = 2013,
+  booktitle = {mODa 10--Advances in Model-Oriented Design and Analysis},
+  publisher = {Springer International Publishing},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{MOOINTEVO2008,
+  booktitle = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  title = {Multiobjective Optimization: Interactive and Evolutionary
+                  Approaches},
+  year = 2008,
+  volume = 5252,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  editor = { J{\"u}rgen Branke  and  Kalyanmoy Deb  and  Kaisa Miettinen  and  Roman S{\l}owi{\'n}ski }
+}
+
+ +
+@book{MOPGP1996,
+  title = {Advances in Multiple Objective and Goal Programming},
+  booktitle = {Advances in Multiple Objective and Goal Programming},
+  year = 1997,
+  editor = {R. Caballero and  Francisco Ruiz  and R. Steuer},
+  volume = 455,
+  series = {Lecture Notes in Economics and Mathematical Systems},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{MPSN2008,
+  booktitle = {Multiobjective Problem Solving from Nature},
+  title = {Multiobjective Problem Solving from Nature},
+  year = 2008,
+  editor = { Joshua D. Knowles  and  David Corne  and  Kalyanmoy Deb  and Chair, Deva Raj},
+  series = {Natural Computing Series},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg}
+}
+
+ +
+@book{MSOST,
+  editor = {William Fitzgibbon and
+                  Yuri A. Kuznetsov and
+                  Pekka Neittaanm{\"a}ki and
+                  Olivier Pironneau},
+  title = {Modeling, Simulation and Optimization for Science and Technology},
+  booktitle = {Modeling, Simulation and Optimization for Science and Technology},
+  publisher = {Springer},
+  series = {Computational Methods in Applied Sciences},
+  volume = 34,
+  year = 2014
+}
+
+ +
+@book{Matheuristics2009,
+  editor = { Vittorio Maniezzo  and  Thomas St{\"u}tzle  and  Stefan Vo{\ss} },
+  title = {Matheuristics---Hybridizing Metaheuristics and Mathematical
+                  Programming},
+  booktitle = {Matheuristics---Hybridizing Metaheuristics and Mathematical
+                  Programming},
+  publisher = {Springer},
+  year = 2009,
+  volume = 10,
+  series = {Annals of Information Systems},
+  address = { New York, NY}
+}
+
+ +
+@book{MehKoeSaaTiw2009:aisc,
+  title = {Applications of Soft Computing},
+  booktitle = {Applications of Soft Computing},
+  editor = { J{\"o}rn Mehnen  and  Mario K{\"o}ppen  and  Ashraf Saad  and  Ashutosh Tiwari },
+  series = {Advances in Intelligent and Soft Computing},
+  publisher = {Springer},
+  address = {Berlin\slash Heidelberg},
+  volume = 58,
+  year = 2009
+}
+
+ +
+@proceedings{NAFIPS2002,
+  key = {NAFIPS},
+  booktitle = {Proceedings of the NAFIPS-FLINT International
+                  Conference'2002},
+  title = {Proceedings of the NAFIPS-FLINT International
+                  Conference'2002},
+  year = 2002,
+  address = {Piscataway, New Jersey},
+  month = jun,
+  publisher = {IEEE Service Center}
+}
+
+ +
+@book{NICSO2009,
+  booktitle = {Nature Inspired Cooperative Strategies for Optimization
+                  (NICSO 2008)},
+  title = {Nature Inspired Cooperative Strategies for Optimization
+                  (NICSO 2008)},
+  publisher = {Springer},
+  year = 2009,
+  series = {Studies in Computational Intelligence},
+  volume = 236,
+  address = { Berlin, Germany},
+  editor = {Natalio Krasnogor and Belén Melián-Batista and José
+                  Andrés Moreno-Pérez and J. Marcos Moreno-Vega and David Alejandro Pelta},
+  doi = {10.1007/978-3-642-03211-0}
+}
+
+ +
+@book{NIO1999,
+  title = {New Ideas in Optimization},
+  booktitle = {New Ideas in Optimization},
+  editor = { David Corne  and  Marco Dorigo  and  Fred Glover },
+  publisher = {McGraw Hill},
+  year = 1999,
+  address = {London, UK},
+  alias = {CorDorGlo99}
+}
+
+ +
+@book{NIPS1994,
+  title = {Advances in Neural Information Processing Systems},
+  booktitle = {Advances in Neural Information Processing Systems},
+  volume = 6,
+  editor = {J. D. Cowan and G. Tesauro and J. Alspector},
+  year = 1994,
+  publisher = {Morgan Kaufmann Publishers},
+  address = { San Francisco, CA}
+}
+
+ +
+@book{NIPS1996,
+  title = {Advances in Neural Information Processing Systems 9, NIPS,
+                  Denver, CO, USA, December 2-5, 1996},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 9)},
+  editor = {Michael Mozer and Michael I. Jordan and Thomas Petsche},
+  publisher = {MIT Press},
+  year = 1996
+}
+
+ +
+@book{NIPS2003,
+  year = 2003,
+  title = {Proceedings of the 16th International Conference on Neural
+                  Information Processing Systems, NIPS},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 16)},
+  editor = {S. Thrun and L. Saul and B. Sch\"{o}lkopf},
+  publisher = {MIT Press}
+}
+
+ +
+@book{NIPS2011,
+  title = {Advances in Neural Information Processing Systems 24: Annual
+                  Conference on Neural Information Processing Systems 2011},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 24)},
+  editor = {J. Shawe-Taylor and R. S. Zemel and P. L. Bartlett and
+                  F. Pereira and K. Q. Weinberger},
+  year = 2011,
+  publisher = {Curran Associates, Red Hook, NY}
+}
+
+ +
+@book{NIPS2012,
+  title = {Advances in Neural Information Processing Systems 25: 26th
+                  Annual Conference on Neural Information Processing Systems
+                  2012},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 25)},
+  editor = {Peter L. Bartlett and Fernando C. N. Pereira and Christopher
+                  J. C. Burges and L{\'{e}}on Bottou and Kilian Q. Weinberger},
+  year = 2012,
+  publisher = {Curran Associates, Red Hook, NY}
+}
+
+ +
+@proceedings{NIPS2015,
+  editor = {Corinna Cortes and Neil D. Lawrence and Daniel D. Lee and
+                  Masashi Sugiyama and Roman Garnett},
+  title = {Advances in Neural Information Processing Systems 28: Annual
+                  Conference on Neural Information Processing Systems 2015,
+                  December 7-12, 2015, Montreal, Quebec, Canada},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS
+                  28)},
+  year = 2015,
+  url = {http://papers.nips.cc/book/advances-in-neural-information-processing-systems-28-2015}
+}
+
+ +
+@proceedings{NIPS2016,
+  title = {Advances in Neural Information Processing Systems 29: Annual
+                  Conference on Neural Information Processing Systems 2016,
+                  December 5-10, 2016, Barcelona, Spain},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 29)},
+  editor = {D. D. Lee and M. Sugiyama and U. V. Luxburg and I. Guyon and
+                  R. Garnett},
+  year = 2016
+}
+
+ +
+@proceedings{NIPS2017,
+  title = {Advances in Neural Information Processing Systems 30: Annual
+                  Conference on Neural Information Processing Systems 2017,
+                  December 4-9, 2017, Long Beach, CA, {USA}},
+  booktitle = {Advances in Neural Information Processing Systems (NIPS 30)},
+  editor = {Isabelle Guyon and Ulrike von Luxburg and Samy Bengio and
+                  Hanna M. Wallach and Rob Fergus and S. V. N. Vishwanathan and
+                  Roman Garnett},
+  year = 2016
+}
+
+ +
+@proceedings{NIPS2019,
+  title = {Advances in Neural Information Processing Systems 32: Annual
+                  Conference on Neural Information Processing Systems 2019,
+                  NeurIPS 2019, 8-14 December 2019, Vancouver, BC, Canada},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS 32)},
+  editor = {Hanna M. Wallach and Hugo Larochelle and Alina Beygelzimer
+                  and Florence d'Alch{\'{e}}{-}Buc and Emily B. Fox and Roman
+                  Garnett},
+  year = 2019,
+  epub = {http://papers.nips.cc/book/advances-in-neural-information-processing-systems-32-2019}
+}
+
+ +
+@proceedings{NIPS2020,
+  title = {Advances in Neural Information Processing Systems 33: Annual
+                  Conference on Neural Information Processing Systems 2020,
+                  NeurIPS 2020, December 6-12, 2020, Virtual},
+  booktitle = {Advances in Neural Information Processing Systems (NeurIPS
+                  33)},
+  editor = {Hugo Larochelle and Marc'Aurelio Ranzato and Raia Hadsell and
+                  Maria{-}Florina Balcan and Hsuan{-}Tien Lin},
+  year = 2020,
+  epub = {https://proceedings.neurips.cc/paper/2020}
+}
+
+ +
+@proceedings{NIPS2021,
+  title = {Advances in Neural Information Processing Systems 34 (NeurIPS
+                  2021)},
+  year = 2021,
+  booktitle = {Advances in Neural Information Processing Systems 34 (NeurIPS
+                  2021)},
+  editor = {M. Ranzato and A. Beygelzimer and Y. Dauphin and P. S. Liang
+                  and J. Wortman Vaughan},
+  epub = {https://papers.nips.cc/paper/2021}
+}
+
+ +
+@book{NaoTerCav2010autotun,
+  title = {Software Automatic Tuning: From Concepts to State-of-the-Art Results},
+  booktitle = {Software Automatic Tuning: From Concepts to State-of-the-Art Results},
+  publisher = {Springer},
+  year = 2010,
+  editor = {K. Naono and K. Teranishi and J. Cavazos and R. Suda}
+}
+
+ +
+@book{Neri2011,
+  title = {Handbook of Memetic Algorithms},
+  booktitle = {Handbook of Memetic Algorithms},
+  editor = {Neri, Ferrante and  Carlos Cotta  and  Pablo Moscato },
+  volume = 379,
+  year = 2011,
+  publisher = {Springer},
+  series = {Studies in Computational Intelligence}
+}
+
+ +
+@book{OR2022,
+  editor = {Oliver Grothe and Stefan Nickel and Steffen Rebennack and
+                  Oliver Stein},
+  title = {Operations Research 2022, Selected Papers of the Annual
+                  International Conference of the German Operations Research
+                  Society (GOR), Karlsruhe, Germany, September 6-9, 2022},
+  publisher = {Springer},
+  year = 2022,
+  series = {Lecture Notes in Operations Research},
+  address = { Cham, Switzerland},
+  booktitle = {Operations Research Proceedings 2022, OR 2022}
+}
+
+ +
+@proceedings{PACT2014,
+  key = {PACT},
+  title = {Proceedings of the 23rd International Conference on Parallel
+                  Architectures and Compilation},
+  booktitle = {Proceedings of the 23rd International Conference on Parallel
+                  Architectures and Compilation},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2014
+}
+
+ +
+@book{PATAT2000,
+  title = {Practice and Theory of Automated Timetabling III, Third
+                  International Conference, {PATAT} 2000, Konstanz, Germany,
+                  August 16-18, 2000, Selected Papers},
+  booktitle = {PATAT 2000: Proceedings of the 3rd International Conference
+                  of the Practice and Theory of Automated Timetabling},
+  editor = {Edmund K. Burke and Wilhelm Erben},
+  year = 2000,
+  series = {Lecture Notes in Computer Science},
+  volume = 2079,
+  publisher = {Springer}
+}
+
+ +
+@proceedings{PATAT2014,
+  title = {PATAT 2014: Proceedings of the 10th International Conference of the Practice and Theory of Automated Timetabling},
+  booktitle = {PATAT 2014: Proceedings of the 10th International Conference of the Practice and Theory of Automated Timetabling},
+  editor = { Ender {\"O}zcan  and Edmund K. Burke and Barry McCollum},
+  year = 2014,
+  publisher = {PATAT}
+}
+
+ +
+@proceedings{PDP2011,
+  editor = {Frank Mueller},
+  title = {Proceedings of the 2011 IEEE International Parallel \&
+                  Distributed Processing Symposium},
+  booktitle = {Proceedings of the 2011 IEEE International Parallel \&
+                  Distributed Processing Symposium},
+  series = {IPDPS '11},
+  year = 2011,
+  publisher = {IEEE Computer Society}
+}
+
+ +
+@book{PDPTA1998,
+  title = {Proceedings of the International Conference on
+                  Parallel and Distributed Processing Techniques and
+                  Applications (PDPTA'98)},
+  booktitle = {Proceedings of the International Conference on
+                  Parallel and Distributed Processing Techniques and
+                  Applications (PDPTA'98)},
+  editor = {H. R. Arabnia},
+  year = 1998,
+  publisher = {CSREA Press}
+}
+
+ +
+@book{PPSN1991,
+  title = {Parallel Problem Solving from Nature, 1st Workshop, PPSN I
+                  Dortmund, FRG, October 1-3, 1990. Proceedings},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {I}},
+  year = 1991,
+  editor = { Hans-Paul Schwefel  and R. M{\"a}nner},
+  publisher = {Springer},
+  avolume = 496,
+  aseries = {Lecture Notes in Computer Science},
+  address = {Berlin\slash Heidelberg},
+  doi = {10.1007/BFb0029723}
+}
+
+ +
+@book{PPSN1992,
+  editor = {Reinhard M{\"a}nner and Bernard Manderick},
+  title = {Parallel Problem Solving from Nature 2, PPSN-II,
+                  Brussels, Belgium, September 28-30, 1992},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {II}},
+  publisher = {Elsevier},
+  year = 1992
+}
+
+ +
+@book{PPSN1996,
+  title = {The 4th International Conference on Parallel Problem
+                  Solving from Nature Berlin, Germany, September 22 -
+                  26, 1996. Proceedings},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IV}},
+  year = 1996,
+  aeditor = {H.-M. Voigt and W. Ebeling and  Rechenberg, Ingo  and  Hans-Paul Schwefel },
+  editor = {H.-M. Voigt and others},
+  volume = 1141,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{PPSN1998,
+  title = {Parallel Problem Solving from Nature -- PPSN V, 5th
+                  International Conference Amsterdam, The Netherlands September
+                  27-30, 1998 Proceedings},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {V}},
+  year = 1998,
+  series = {Lecture Notes in Computer Science},
+  volume = 1498,
+  editor = { Agoston E. Eiben  and  Thomas B{\"a}ck  and  Marc Schoenauer  and  Hans-Paul Schwefel },
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{PPSN2000,
+  title = {Parallel Problem Solving from Nature -- {PPSN} {VI}},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VI}},
+  series = {Lecture Notes in Computer Science},
+  volume = 1917,
+  year = 2000,
+  aeditor = { Marc Schoenauer  and  Kalyanmoy Deb  and  G{\"u}nther Rudolph  and  Xin Yao  and E. Lutton and  Juan-Juli{\'a}n Merelo  and  Hans-Paul Schwefel },
+  editor = { Marc Schoenauer  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  anote = {IC.29}
+}
+
+ +
+@book{PPSN2002,
+  title = {Parallel Problem Solving from Nature -- {PPSN} {VII}},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VII}},
+  year = 2002,
+  series = {Lecture Notes in Computer Science},
+  volume = 2439,
+  aeditor = { Juan-Juli{\'a}n Merelo  and P. Adamidis and   Hans-Georg Beyer  and J.-L. Fern\'{a}ndez-Villacanas and  Hans-Paul Schwefel },
+  editor = { Juan-Juli{\'a}n Merelo  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  anote = {IC.34}
+}
+
+ +
+@book{PPSN2004,
+  title = {Proceedings of PPSN-VIII, Eighth International Conference on
+                  Parallel Problem Solving from Nature, Birmingham, UK},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {VIII}},
+  aeditor = { Xin Yao  and  Edmund K. Burke  and  Jos{\'e} A. Lozano  and Smith,
+                  Jim and Merelo-Guerv{\'o}s, Juan Juli{\'a}n and Bullinaria,
+                  John A.  and Rowe, Jonathan E.  and Ti{\v{n}}o, Peter and
+                  Kab{\'a}n, Ata and Schwefel, Hans-Paul},
+  editor = { Xin Yao  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 3242,
+  year = 2004
+}
+
+ +
+@book{PPSN2006,
+  title = {Proceedings of PPSN-IX, Ninth International
+                  Conference on Parallel Problem Solving from Nature},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {IX}},
+  editor = {Runarsson, Thomas Philip and   Hans-Georg Beyer  and  Edmund K. Burke  and  Juan-Juli{\'a}n Merelo  and  Darrell Whitley  and  Xin Yao },
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 4193,
+  year = 2006
+}
+
+ +
+@book{PPSN2008,
+  title = {Proceedings of PPSN-X, Tenth International
+                  Conference on Parallel Problem Solving from Nature},
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {X}},
+  aeditor = { G{\"u}nther Rudolph  and Thomas Jansen and Simon Lucas and
+                  Carlo Poloni and Nicola Beume},
+  editor = { G{\"u}nther Rudolph  and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 5199,
+  year = 2008
+}
+
+ +
+@book{PPSN2010,
+  booktitle = {Parallel Problem Solving from Nature, PPSN XI},
+  title = {Parallel Problem Solving from Nature -- {PPSN} {XI}},
+  series = {Lecture Notes in Computer Science},
+  editor = {Schaefer, Robert and Cotta, Carlos and Kolodziej,
+                  Joanna and  G{\"u}nther Rudolph },
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2010,
+  volume = 6238
+}
+
+ +
+@book{PPSN2012-1,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {I}},
+  title = {Parallel Problem Solving from Nature, {PPSN} {XII}, 12th
+                  International Conference, Taormina, Italy, September 1-5,
+                  2012, Proceedings, Part {I}},
+  editor = { Carlos A. {Coello Coello}  and others},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2012,
+  volume = 7491
+}
+
+ +
+@book{PPSN2012-2,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XII}, Part {II}},
+  title = {Parallel Problem Solving from Nature - {PPSN} {XII} - 12th
+                  International Conference, Taormina, Italy, September 1-5,
+                  2012, Proceedings, Part {II}},
+  editor = { Carlos A. {Coello Coello}  and others},
+  fulleditor = { Carlos A. {Coello Coello}  and Vincenzo Cutello and  Kalyanmoy Deb  and Stephanie
+                  Forrest and Giuseppe Nicosia and Mario Pavone},
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2012,
+  volume = 7492
+}
+
+ +
+@book{PPSN2014,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  title = {Parallel Problem Solving from Nature -- {PPSN} {XIII}},
+  editor = { Thomas Bartz-Beielstein  and  J{\"u}rgen Branke  and Bogdan Filipi{\v c} and Jim Smith},
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  volume = 8672,
+  year = 2014
+}
+
+ +
+@book{PPSN2016,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XIV}},
+  title = {Parallel Problem Solving from Nature - PPSN XIV 14th
+                  International Conference, Edinburgh, UK, September 17-21,
+                  2016, Proceedings},
+  editor = { Julia Handl  and  Emma Hart  and  Lewis, P. R.  and  Manuel L{\'o}pez-Ib{\'a}{\~n}ez  and  Gabriela Ochoa  and  Ben Paechter },
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  volume = 9921,
+  year = 2016,
+  doi = {10.1007/978-3-319-45823-6},
+  isbn = {978-3-319-45822-9}
+}
+
+ +
+@book{PPSN2018,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  title = {Parallel Problem Solving from Nature - PPSN XV 15th
+                  International Conference, Coimbra, Portugal, September 8-12,
+                  2018, Proceedings, Part {I}},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  year = 2018,
+  volume = 11101
+}
+
+ +
+@book{PPSN2018_2,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XV}},
+  title = {Parallel Problem Solving from Nature - PPSN XV 15th
+                  International Conference, Coimbra, Portugal, September 8-12,
+                  2018, Proceedings, Part {II}},
+  editor = { Anne Auger  and  Carlos M. Fonseca  and Louren{\c c}o, N. and  Penousal Machado  and  Lu{\'i}s Paquete  and  Darrell Whitley },
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  year = 2018,
+  volume = 11102
+}
+
+ +
+@book{PPSN2020,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVI}},
+  title = {Parallel Problem Solving from Nature - PPSN XVI 16th
+                  International Conference, Leiden, The Netherlands, September
+                  5-9, 2020, Proceedings},
+  editor = { Thomas B{\"a}ck  and  Mike Preuss  and Deutz, Andr{\'e} and Wang, Hao and  Carola Doerr  and  Emmerich, Michael T. M.  and  Heike Trautmann },
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  year = 2020,
+  volume = 12269
+}
+
+ +
+@book{PPSN2022,
+  booktitle = {Parallel Problem Solving from Nature -- {PPSN} {XVII}},
+  title = {Parallel Problem Solving from Nature - PPSN XVII, 17th
+                  International Conference, PPSN 2022, Dortmund, Germany,
+                  September 10-14, 2022, Proceedings, Part I},
+  editor = { G{\"u}nther Rudolph  and  Anna V. Kononova  and  Aguirre, Hern\'{a}n E.  and  Pascal Kerschke  and  Gabriela Ochoa  and  Tea Tu{\v s}ar },
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  year = 2022,
+  volume = 13398
+}
+
+ +
+@proceedings{PROC2013,
+  booktitle = {2013 International Conference on Computational Science},
+  title = {2013 International Conference on Computational Science},
+  editor = {Vassil Alexandrov and Michael Lees and Valeria Krzhizhanovskaya and Jack Dongarra and Peter M. A. Sloot},
+  publisher = {Elsevier},
+  volume = 18,
+  year = 2013,
+  series = {Procedia Computer Science}
+}
+
+ +
+@proceedings{SAGA2003,
+  booktitle = {Stochastic Algorithms: Foundations and Applications},
+  title = {Second International Symposium, SAGA 2003, Hatfield, UK, September 22-23, 2003, Proceedings},
+  editor = {Andreas Albrecht and Kathleen Steinh\"{o}fel},
+  publisher = {Springer Verlag},
+  volume = 2827,
+  year = 2003,
+  series = {Lecture Notes in Computer Science},
+  doi = {10.1007/b13596}
+}
+
+ +
+@proceedings{SAT2005,
+  title = {International Conference on Theory and Applications of Satisfiability Testing},
+  booktitle = {International Conference on Theory and Applications of Satisfiability Testing},
+  editor = {Bacchus, Fahiem and Walsh, Toby},
+  volume = 3569,
+  year = 2005
+}
+
+ +
+@book{SAT2015,
+  booktitle = {Theory and Applications of Satisfiability Testing -- {SAT}
+                  2015},
+  title = {Theory and Applications of Satisfiability Testing -- {SAT}
+                  2015},
+  year = 2015,
+  series = {Lecture Notes in Computer Science},
+  volume = 9340,
+  editor = {Heule, Marijn and Weaver, Sean},
+  publisher = {Springer},
+  address = { Cham, Switzerland}
+}
+
+ +
+@proceedings{SATCOM2014,
+  booktitle = {Proceedings of SAT Competition 2014: Solver and Benchmark Descriptions},
+  title = {Proceedings of SAT Competition 2014: Solver and Benchmark Descriptions},
+  editor = {A. Belov and D. Diepold and M. Heule and M. J\"{a}rvisalo},
+  year = 2014,
+  volume = {B-2014-2},
+  series = {Science Series of Publications B},
+  publisher = {University of Helsinki}
+}
+
+ +
+@book{SEAL2008,
+  title = {Simulated Evolution and Learning, 7th International
+                  Conference, SEAL 2008},
+  booktitle = {Simulated Evolution and Learning, 7th International
+                  Conference, SEAL 2008},
+  fulleditor = {X. Li and M. Kirley and M. Zhang and D. G. Green and
+                  V. Ciesielski and  Abbass, Hussein A.  and Z. Michalewicz and
+                  T. Hendtlass and  Kalyanmoy Deb  and  Tan, Kay Chen  and  J{\"u}rgen Branke  and Y. Shi},
+  editor = {X. Li and others},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  series = {Lecture Notes in Computer Science},
+  volume = 5361,
+  year = 2008
+}
+
+ +
+@proceedings{SEMCCO2013,
+  booktitle = {Swarm, Evolutionary, and Memetic Computing},
+  title = {International Conference on Swarm, Evolutionary, and Memetic Computing},
+  editor = {B. K. Panigrahi and P. N. Suganthan and S. Das and S. S. Dash},
+  year = 2013,
+  volume = 8298,
+  series = {Theoretical Computer Science and General Issues},
+  publisher = {Springer International Publishing}
+}
+
+ +
+@book{SIGKDD2000,
+  key = {SIGKDD},
+  editor = {Raghu Ramakrishnan and Salvatore J. Stolfo and Roberto
+                  J. Bayardo and Ismail Parsa},
+  title = {Proceedings of the sixth {ACM} {SIGKDD} international
+                  conference on Knowledge discovery and data mining, Boston,
+                  MA, USA, August 20-23, 2000},
+  epub = {http://dl.acm.org/citation.cfm?id=347090},
+  booktitle = {The 6th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining, {KDD} 2000},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2000
+}
+
+ +
+@book{SIGKDD2004,
+  booktitle = {Proceedings of the tenth ACM SIGKDD international conference
+                  on Knowledge discovery and data mining, {KDD'04}},
+  editor = {Won Kim and Ronny Kohavi and Johannes Gehrke and William
+                  DuMouchel},
+  title = {KDD04: ACM SIGKDD International Conference on Knowledge
+                  Discovery and Data Mining, Seattle WA USA, August 22-25,
+                  2004},
+  year = 2004,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{SIGKDD2013,
+  booktitle = {The 19th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining, {KDD} 2013},
+  title = {The 19th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining, {KDD} 2013},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2013,
+  editor = {Inderjit S. Dhillon and Yehuda Koren and Rayid Ghani and Ted
+                  E. Senator and Paul Bradley and Rajesh Parekh and Jingrui He
+                  and Robert L. Grossman and Ramasamy Uthurusamy}
+}
+
+ +
+@book{SIGKDD2017,
+  booktitle = {23rd {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  editor = {Stan Matwin and Shipeng Yu and Faisal Farooq},
+  title = {KDD'17: The 23rd {ACM} {SIGKDD} International Conference on
+                  Knowledge Discovery and Data Mining, Halifax, NS, Canada,
+                  August 13-17, 2017},
+  year = 2017,
+  publisher = {ACM Press},
+  key = {SIGKDD}
+}
+
+ +
+@book{SIGKDD2018,
+  booktitle = {24th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  editor = {Yike Guo and Faisal Farooq},
+  title = {KDD'18: The 24th ACM SIGKDD International Conference on
+                  Knowledge Discovery and Data Mining, London United Kingdom,
+                  August 19-23, 2018},
+  year = 2018,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  month = jul,
+  key = {SIGKDD}
+}
+
+ +
+@book{SIGKDD2019,
+  booktitle = {25th {ACM} {SIGKDD} International Conference on Knowledge
+                  Discovery and Data Mining},
+  editor = {Teredesai and others},
+  title = {KDD'19: The 25th ACM SIGKDD International Conference on
+                  Knowledge Discovery and Data Mining, Anchorage, AK, USA,
+                  August 4-8, 2019},
+  year = 2019,
+  publisher = {ACM Press},
+  address = { New York, NY},
+  month = jul,
+  key = {SIGKDD}
+}
+
+ +
+@proceedings{SIMCONF2003,
+  booktitle = {Proceedings of the 35th Winter Simulation Conference: Driving Innovation},
+  title = {Proceedings of the 35th Winter Simulation Conference: Driving Innovation},
+  year = 2003,
+  editor = {Stephen E. Chick and Paul J. Sanchez and David M. Ferrin and Douglas J. Morrice},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  month = dec,
+  volume = 1
+}
+
+ +
+@book{SLS2007,
+  title = {Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS~2007},
+  booktitle = {Engineering Stochastic Local Search Algorithms. Designing, Implementing and Analyzing Effective Heuristics. SLS~2007},
+  year = 2007,
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  volume = 4638,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{SLS2009,
+  editor = { Thomas St{\"u}tzle  and  Mauro Birattari  and  Holger H. Hoos },
+  booktitle = {Engineering Stochastic Local Search
+                  Algorithms. Designing, Implementing and Analyzing
+                  Effective Heuristics. SLS~2009},
+  title = {Engineering Stochastic Local Search
+                  Algorithms. Designing, Implementing and Analyzing
+                  Effective Heuristics. SLS~2009},
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2009,
+  series = {Lecture Notes in Computer Science},
+  volume = 5752
+}
+
+ +
+@proceedings{SSCI2016,
+  editor = {Chen, Xuewen and Stafylopatis, Andreas},
+  title = {Computational Intelligence (SSCI), 2016 IEEE Symposium Series
+                  on},
+  booktitle = {Computational Intelligence (SSCI), 2016 IEEE Symposium Series
+                  on},
+  year = 2016
+}
+
+ +
+@proceedings{SSCI2020,
+  editor = { Carlos A. {Coello Coello} },
+  title = {2020 {IEEE} Symposium Series on Computational Intelligence, {SSCI}
+                  2020, Canberra, Australia, December 1-4, 2020},
+  booktitle = {2020 {IEEE} Symposium Series on Computational Intelligence, {SSCI}
+                  2020, Canberra, Australia, December 1-4, 2020},
+  year = 2020,
+  publisher = {IEEE Press}
+}
+
+ +
+@proceedings{STOC1984,
+  title = {Proceedings of the sixteenth annual {ACM} Symposium on Theory of Computing},
+  booktitle = {Proceedings of the sixteenth annual {ACM} Symposium on Theory of Computing},
+  editor = {DeMillo, Richard A.},
+  year = 1984,
+  publisher = {ACM Press}
+}
+
+ +
+@book{SearchMethod2005,
+  title = {Search Methodologies: Introductory Tutorials in Optimization
+                  and Decision Support Techniques},
+  booktitle = {Search Methodologies},
+  editor = { Edmund K. Burke  and  Graham Kendall },
+  doi = {10.1007/0-387-28356-0},
+  publisher = {Springer},
+  address = {Boston, MA},
+  year = 2005
+}
+
+ +
+@book{Smart-CT2016,
+  editor = { Alba, Enrique  and  Chicano, Francisco  and  Gabriel J. Luque },
+  booktitle = {Smart Cities (Smart-CT 2016)},
+  title = {Smart Cities: First International Conference, Smart-CT 2016,
+                  M{\'a}laga, Spain, June 15-17, 2016, Proceedings},
+  year = 2016,
+  publisher = {Springer},
+  series = {Lecture Notes in Computer Science},
+  address = { Cham, Switzerland}
+}
+
+ +
+@book{StaStu2009,
+  editor = {Steffen Staab and Rudi Studer},
+  title = {Handbook on Ontologies},
+  publisher = {Springer},
+  year = 2009,
+  series = {International Handbooks on Information Systems}
+}
+
+ +
+@book{SteWoe2019computing,
+  title = {Computing and Software Science: State of the Art and Perspectives},
+  booktitle = {Computing and Software Science: State of the Art and Perspectives},
+  series = {Lecture Notes in Computer Science},
+  volume = 10000,
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  editor = {Bernhard Steffen and Gerhard Woeginger},
+  year = 2019
+}
+
+ +
+@book{TAILOR2020,
+  editor = {Fredrik Heintz and Michela Milano and   O'Sullivan, Barry },
+  title = {Trustworthy AI - Integrating Learning, Optimization and
+                  Reasoning First International Workshop, TAILOR 2020, Virtual
+                  Event, September 4-5, 2020, Revised Selected Papers},
+  booktitle = {Trustworthy AI -- Integrating Learning, Optimization and
+                  Reasoning. TAILOR 2020},
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Cham, Switzerland},
+  volume = 12641,
+  year = 2021
+}
+
+ +
+@book{TPNC2017,
+  editor = {Carlos Mart{\'i}n{-}Vide and Roman Neruda and Miguel A. Vega{-}Rodr{\'i}guez},
+  title = {Theory and Practice of Natural Computing - 6th International Conference,
+               {TPNC} 2017},
+  booktitle = {Theory and Practice of Natural Computing - 6th International Conference,
+               {TPNC} 2017},
+  publisher = {Springer International Publishing},
+  address = { Cham, Switzerland},
+  year = 2017,
+  series = {Lecture Notes in Computer Science},
+  volume = 10687
+}
+
+ +
+@book{Tal2013hm,
+  title = {Hybrid Metaheuristics},
+  booktitle = {Hybrid Metaheuristics},
+  publisher = {Springer Verlag},
+  editor = { Talbi, El-Ghazali },
+  series = {Studies in Computational Intelligence},
+  volume = 434,
+  year = 2013,
+  url = {http://www.springer.com/engineering/computational+intelligence+and+complexity/book/978-3-642-30670-9}
+}
+
+ +
+@book{Top2013tdia,
+  title = {Theory Driven by Influential Applications},
+  booktitle = {Theory Driven by Influential Applications},
+  publisher = {{INFORMS}},
+  editor = {Topaluglu, Huseyin},
+  year = 2013
+}
+
+ +
+@proceedings{UAI2012,
+  title = {Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence
+                  (UAI'12), Catalina Island, CA August 14-18 2012},
+  booktitle = {Proceedings of the Twenty-Eighth Conference on Uncertainty in Artificial Intelligence
+                  (UAI'12), Catalina Island, CA August 14-18 2012},
+  editor = { Nando de Freitas  and Murphy, Kevin},
+  publisher = {AUAI Press},
+  year = 2013
+}
+
+ +
+@book{Vidal1993,
+  booktitle = {Applied Simulated Annealing},
+  title = {Applied Simulated Annealing},
+  editor = { Vidal, Ren{\'e} Victor Valqui  },
+  year = 1993,
+  publisher = {Springer}
+}
+
+ +
+@book{VosWoo2002,
+  booktitle = {Optimization Software Class Libraries},
+  title = {Optimization Software Class Libraries},
+  editor = { Stefan Vo{\ss}  and  David L. Woodruff },
+  publisher = {Kluwer Academic Publishers, Boston, MA},
+  year = 2002
+}
+
+ +
+@proceedings{WCCI1994,
+  key = {WCCI},
+  booktitle = {Proceedings of  the 1994 World Congress on Computational Intelligence (WCCI 1994)},
+  title = {Proceedings of the First {IEEE} Conference on Evolutionary
+                  Computation, {IEEE} World Congress on Computational
+                  Intelligence, Orlando, Florida, USA, June 27-29, 1994},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 1994,
+  month = jun
+}
+
+ +
+@proceedings{WCCI2002,
+  editor = { David B. Fogel  and others},
+  key = {WCCI},
+  booktitle = {Proceedings of  the 2002 World Congress on Computational Intelligence (WCCI 2002)},
+  title = {Proceedings of  the 2002 World Congress on Computational Intelligence (WCCI 2002)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2002
+}
+
+ +
+@proceedings{WCCI2022,
+  key = {WCCI},
+  booktitle = {Proceedings of  the 2022 World Congress on Computational Intelligence (WCCI 2022)},
+  title = {Proceedings of  the 2022 World Congress on Computational Intelligence (WCCI 2022)},
+  publisher = {IEEE Press},
+  address = {Piscataway, NJ},
+  year = 2022
+}
+
+ +
+@book{WWW2001,
+  editor = {Vincent Y. Shen and Nobuo Saito and Michael R. Lyu and Mary
+                  Ellen Zurko},
+  title = {Proceedings of the Tenth International World Wide Web
+                  Conference, {WWW} 10, Hong Kong, China, May 1-5, 2001},
+  booktitle = {Proceedings of the Tenth International World Wide Web
+                  Conference, {WWW} 10},
+  publisher = {ACM Press},
+  address = { New York, NY},
+  year = 2001,
+  isbn = {1-58113-348-0}
+}
+
+ +
+@book{WWW2010,
+  title = {World Wide Web Conference,
+                  WWW 2010, Proceedings, Raleigh, North Carolina, USA, April
+                  26-30, 2010},
+  booktitle = {Proceedings of the 19th International Conference on World Wide Web, WWW 2010},
+  editor = { Michael Rappa  and  Paul Jones  and  Juliana Freire  and  Soumen Chakrabarti },
+  year = 2010,
+  publisher = {ACM Press},
+  address = { New York, NY}
+}
+
+ +
+@book{evoworkshops2000,
+  fulleditor = {Stefano Cagnoni and Riccardo Poli and Yun Li and George
+                  D. Smith and David Corne and Martin J. Oates and Emma Hart
+                  and Pier Luca Lanzi and Egbert J. W. Boers and Ben Paechter
+                  and Terence C. Fogarty},
+  editor = {Stefano Cagnoni and others},
+  title = {Real-World Applications of Evolutionary Computing,
+                  EvoWorkshops 2000: EvoIASP, EvoSCONDI, EvoTel, EvoSTIM,
+                  EvoROB, and EvoFlight, Edinburgh, Scotland, UK, April 17,
+                  2000, Proceedings},
+  booktitle = {Real-World Applications of Evolutionary Computing, EvoWorkshops 2000},
+  series = {Lecture Notes in Computer Science},
+  volume = 1803,
+  publisher = {Springer},
+  address = { Heidelberg, Germany},
+  year = 2000
+}
+
+ +
+@book{evoworkshops2001,
+  title = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2001},
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2001},
+  year = 2001,
+  aeditor = {E. J. W. Boers and J. Gottlieb and P. L. Lanzi and R. E. Smith
+                 and S. Cagnoni and E. Hart and G. R. Raidl and H. Tijink},
+  editor = {E. J. W. Boers and others},
+  volume = 2037,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{evoworkshops2002,
+  title = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2002},
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of  EvoWorkshops 2002},
+  year = 2002,
+  aeditor = {S. Cagnoni and J. Gottlieb and E. Hart  and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  editor = {S. Cagnoni and others},
+  volume = 2279,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{evoworkshops2003,
+  booktitle = {Applications of Evolutionary Computing,
+                  Proceedings of EvoWorkshops 2003},
+  title = {Applications of Evolutionary Computing,
+                  Proceedings of EvoWorkshops 2003},
+  year = 2003,
+  aeditor = {S. Cagnoni and J. J. {Romero Cardalda} and D. W. Corne
+                  and J. Gottlieb and A. Guillot and E. Hart and
+                  C. G. Johnson and E. Marchiori and J.-A. Meyer and  Martin Middendorf  and  G{\"u}nther R. Raidl },
+  editor = {S. Cagnoni and others},
+  volume = 2611,
+  series = {Lecture Notes in Computer Science},
+  publisher = {Springer},
+  address = { Heidelberg, Germany}
+}
+
+ +
+@book{evoworkshops2004,
+  editor = { G{\"u}nther R. Raidl  and others},
+  title = {Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2004},
+  publisher = {Springer},
+  year = 2004,
+  volume = 3005,
+  series = {Lecture Notes in Computer Science},
+  address = { Heidelberg, Germany},
+  booktitle = {Applications of Evolutionary Computing, Proceedings of EvoWorkshops 2004},
+  aeditor = { G{\"u}nther R. Raidl  and S. Cagnoni and  J{\"u}rgen Branke  and D. W. Corne and
+                  R. Drechsler and Y. Jin and C. G. Johnson and  Penousal Machado  and E. Marchiori and R. Rothlauf and G. D. Smith and
+                  G. Squillero}
+}
+
+ +
+@proceedings{wae1998,
+  title = {Algorithm Engineering, 2nd International Workshop, {WAE}'92},
+  year = 1998,
+  booktitle = {Algorithm Engineering, 2nd International Workshop, {WAE}'92},
+  editor = {Kurt Mehlhorn},
+  publisher = {Max-Planck-Institut f{\"{u}}r Informatik, Saarbr\"ucken,
+                  Germany}
+}
+
+ +

This file was generated by +bibtex2html 1.99.

+ + diff --git a/testbib.pdf b/testbib.pdf new file mode 100644 index 0000000000000000000000000000000000000000..78d3c6e9733d0b99fb42d5ad5a4b336ac4c764b2 GIT binary patch literal 1397487 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 z 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�?KB=4J-s*cPJaOAwD9r~Cbj3@Yw<3eFxw8+x@5gq~{ zlk>*i90FBD#~Q9y&%0>QA(1SX2*OQx;fFJ^Z9<8}GvhdHRuoa}JnLoJsN}yCN5OZ_!6q|m*YL;@a~1l>Lb`Gk>K!*N1=saES39>i7T3~0uPk|qn5=^G>M>&$ zPqL4x9+!V+)Q4jvc*R1zjqwk+RIh>R0q{!54ws8&BLNMue|Ut)%ZykYN3zi+~DoX86Dff*~Lwm=r6N(N15ZdF@W*15H>UI!Ll4Z7E3-J9%=r_*$Yg z9;%HPsXrC!=~kk2LWDSc_(mV@%&0T;VX*I*P8FK{xDbPOPEx$4E6vHGuObpj8tp@j ztk&U>R%dVd3192bv4k(e*bO=>9X&mM-oTHg6Nj$3cyH|iQfyI0pb}EA+H+5#JMe@; zL(9wSh}p0%&Ty%z3Z&;)WOA&3Zp(TvCr2X#&k`!e1a?#{zR^UevSo{P*>Jv}bU$=< zHZMYWXdszPArkknMKjMxD_WSk=^EyRR+s8Ud)^9qHn6uTIyFQ#A( zSsf2xE2iuKjf)2u4KGOAg3NJo>c@HYLci+ulc9-i;FgNSy0bR^;M_1&7}2$;tesR( zNRKH6FNX=#G{LpSaheTw(%U#zDXMCojR2=NsJTHnmZD}c&{3dAzw!_-V#O6FqJIMV zn%k!VO6V3nB$UUVp9wFvZr^N584Gjcp-p zIX-@(#b(UyE3$Q_;6*Dz)SSf82$8DbMGHaH9JCp0pT@Q$`p^7VTG(k%;VPFZQbQFx zXlTsQQeoE4Q4Y?7LhFq1+|TYgAA`xeG)ld!N;<|3z5J0>Iy9V?IMga^dMJY1s#5O; zr5V+Se+)M0>ux%7YL{a0xboVkvOgCuEIZF?2Z7IpUwao1_7ASjIaBr1!ClV$f!#y& zUs2}Tk5xUJpcf<1{ws?JQeasspNUeyY_|1v5qurFLW;#)b-n2^IXNF1l7xA0?^(JE zVJN3hhOFAO=qcc7qt@+qum3qEU0X+H`*?dFj#159%&Cukz#+%5&f`p8?t|5gVLW3H z+H%|eVRl-V;r14MQ%mfj;r$k*h$I{PE#bl~IR12t-riF&z#%Sp3CwY>E9=)WveCE?9?6X-k%op6lVKw{z6l1Jh{|A5q%m0N@{w>Bh z{+k#xa58H{@xQKbPZ$sJ8vnJMNI%bz>;P6G9Wvs$mQkkt`z}r^o*pOpV)JPE8J=QI zpD)k z`Y}v7!Wg;W>m@Pr=T9ZvFFTwLvOc<6cX2|bif@1V+A36DRi|ytvjP#8C_dU!!L;}g z3?&NB$yHg#H5YjeS%PxyzTX5`tRKojUg*f!3aECZC9_f5-WQcA=9k7Zx#s9dGMy)G zAEZUASqk%vMZzhnSj9_DZdhtH*J+HHz-PeqLUj+8Xt^de`5F70PXeC?J8rUjmK_a= z=Xkk~QkQwOn5;qarf-K_mVC8xXKJwk#kK|05+bYt<++;VPs{iv#68CA2eMPwWNXz6 z*8!_U^dZgjf`v3*e)$eM)$@XRjMh)HCj*(0vj&mduCp3S_?)!goM);r=6VHXB0a4;VB!?DpTw#`V=w)J{{ zrAvF28C1^TJc52+FL_?U(zOzH;hht)NyR@=Q~Yf^Q*RLz+ufVW;@Ly8A2p0wEc;1R z%vq_4&=rzdxj@>5>|c?;%NuTstZ7<tn)3DwzG;R<0E zARGbgB%C7IiCKx&Hwkrt9lDMY6lVkfwl*)mSaW8|jcNr8Y^xd5PmE7=0AfG(Q?&ka z^q%OlMNFMp3gB_((tIF9uMepCzu5L<_22-hD+3?PojN}wc84$}y1hVe^Or-?JXkh3 z+S6~!&cEK?)}Q`Ota|q9UODA(j2oqG^t)Btr!z5?GDNP3=5o2Q9B+c9=3L|D|oX_(2I9C8!FPZ(s+e(#*KIhyXz2F8k5^j218v5c?_2 znZZIwic#JVXP2P8-}xw8$%=rOKZ=TViFdX( zoUuR!QGA#>qq=2wAGhwp`ORrI$PVNZWW&(Veq+(}vTk|E^6xh5=0K&RDa7@6 ztozHZY&I@EgU98#aC*kJ(t(`-)g5m-@ggC!T42GSw&(& ztCAopH50)?VVEr<%5jLdct?V|0OLX3;RwReFEjD89pRp3m)^`A$aC4fAXEA}kX!V= zxePRKR){4uBAx>o{9@ks1ME3N`aKA4#$tIFN7`OW5?P_c3B0*`S?&9}?wdqlMEjXbfM&qr=dn)*0uq;_G=*irlSBaz2P zE!hE@rD6%Ar@9_kSc4kgF(9VyFm)5UHV?ZiUd`X@o86vRju+@wEF3CYDkkV~iWsyT z7P+Z3SVnp6yTNc|d|L~V2@qS8)iTD?hw_7p_#^#r8|^m2HTE6iNF?$F#x3^Qkw02W zIjdPp_)l@oUu!9#;Mk63tsSKzav!q3C}jX}T20%^I@s(#W8W~Qv#tfJ1!k)38F!JR zG`C^-e7lApfAS9v{@kA_Dns4QZ=RTsk3bFA$EB@{8%JtD01Lfe9?7?N;ZU4vbT{#Imfs6mfm z4uW7i2F>PE(`MZbM7!+zeOLFnRj?xRS^E`EDR~8Es_{7q0r#xxIZCS*82ZAC}U z9to@Fk%me?TNayZh1d!wr}S^r6!R`!hPTGl<@6t6u>#`)TrKwIFR6N-Gf2hFBdV&k zzi{j-DMsUYxVXbUQK_4A7&jglo#Ul(HU73Q*h->1{IdUt**FQ*HO&lm93k?ymAlX> zp~e~mR47O(H~{^^z_R(}X*lGIBIS4<%wN;il3Y&$anh^rF#w9!a=44z;*o?5VG1KU zlxqC{7%xI+VJPy0QovRGL8+Ey2I%p}#&P`ZeT7A38I#;efmz^RNUDWA{LOi44TQG% z5x8T8qb?OL_}^W^gG+aANjK3g#Jt?MiK)>|Q|L|pS*g;zV7H*IAt$7jf5!luMtN^V ziujn#DXt~@+9SS%%J%9zh{c`>TB#QlXHitWokfFmp8GkTy@`4wT%Ji|??^c6Sh%AV zZ=ixBApH6nWaSJNz|Sv6O>0gZ^_>*d!mklOh~BVbTp|{gnv=a+Q6Q-onJu{Q=Xlz*v-J5bT^@A?}zBg$7iXXP_pX}N zJ@5LatGdTK$9x8X<*W#qQhmN4ep-(>JqcHn>7P#PoY{1VvbCEMmPDvJj>I-W{HD2} zWVhd~+;5`wyu#yUwSMP*>u5NrcCY}2c6_SxKRY4smp;23bEDN-p%z(}S8w>24h*AZ zHQwhhgu|i@&Ug{&*4j*KcinUjNl=>D6Gn)X+PdXo#YjL^;j>A3q(HAYFo-)<MyH8P!V6Sn!R$hI9e|ayEYU)*15%f^Uchgv6|hEqwlore6{QK za<q2a49({=ZmGepj z1@Cnjhryp!@teR{Eoh-0FKF>ok6!TQZ$gF|@?}Y(B60QT21{ z`+tPXJgNGy*=PdmUm3!k&i6^sTgQ>se%}a)HvGUwH=RYBsX5)uA{=%W32*Fzyhgs@ zqIZD{@r_vMj!*t37YPzED(u2w>#?ue^59>v-Olal|5^Ajv;Q|(3C#Z;R>J>7_}Km* zblfK#;i<+MnZ{VONL0B7ZhEX}Q+)2z3LK~ZU?# zUAl2KCMRvB@|AW52qsw;&nOB_S8ikGMhU+_syH@fzd?C$NN2r13nXh6H7nk+-b_`BdAK9N~z0bETi$dwhw zN^=&i0E@I@6Go!h`l{W$8Idi`R0v}tn}qFEhpTdj?&9>Ccq_aFPXC&h4O=vlW!f&q z;ZoclXQiyo|GbjrCAm&YaC4Id zxpJ0XQxuJ@AIjBmdZr(i{6vR_ajS{*)LqvMpEE$%Ja1<6=Ga_*<7SiJ4xNL2o32j1 zOF2)+rj0!d5^&?x(c|HJbiAw%aO&aFpC+%Pp9y>18#e0En8L`C-#pIi+KoPcd^NiK zg80?o@9z#Matjb&8)zE#iQZS@QDqLk5N>tV^|j4M^6g*Q89c6=X_Zamr&H(OJZsU? zwZBa-eQB~d3NOveurZr8J-16^q^X!V@m`%^AUS*f!E$cH?jQQ$rw)DkxOJ&L&DcfR z%qE6KJqZgB=O_qa7-6_gtr+OkwML`amFPTm`ZV=x_&I)>@tdX7#)qntzWo#1JN>oa z<=P`2J@t6b8rCJdu5Mum*>X8rc7FbP9}0JK^Kh$<*)p6(n_2I<3b!-AIx%cZ;5Rj7 zyfw4^a(`aZr`LyTbTdSR07MCt5SQUdy^3PP9q9$2jmeVNV3Pb(7f_(jdg!i!{ zgUMcvhX=A`2XrGlY!CQZd=W1dM4o9^5;;>LHo^3-`@dXNW4I>)POtlp03VuoFM-c% zqN`v;_2zwzGodRX@xFg^b#4z;c%Rg+f!mP5j|L1Hhb9a!agNT_f6`UXLdvL%7?4JE zcD|L*e{&}=*aK2Q;|9#)Vk3XxOrQ9u&@u1_uE}=-f?=}cruu?gn9M1LgjCRGGV&ob zfdEp<^zV>T)R7Yem=m-&YiPc8cL|6HLK7hO*OSHT{&G$a@LXk78Bhm2zr~O9(`@7$ z86N}eB3=gIHiPECxSccKiwY0eB0jrKdvSbx7VQlZ0goZ5{Lj`n_^QvUstMQmPl)tZ zAdy-K-*O1^FmBanT_tXI(M`B_{kWiZZg@{bv!47YD z2N-yTuJgLh$K|WH^Q}j1d{g?NXO1^sMvj1@wu8xWT;C|3?o8TczQLEmxVuD|MVy~# znLj2p0@W;&eOmgDs2uG2bdv+-xIae^q39t7^f+wd_FUIQTuE&@0P&i)^@MPr3AW65 znxnnBlA+N<)k4tS0iqZu>SCyHq-6tDPi>>>0T5mT{J3}<>g$lvn-QbP7RTvqq_oCi zvwl-qIpnZyO34Ao$>$dz5TDkK2Yl}q*b3MV*b-R024nFH%q{`l9lEjiejfZ^lSR1< zR`WaoZ?*>KioW61%72FcT zoj5#u#Np1~=)YmR4Bs{LZqS>YX6Jj4zFa({4A1-%&YwcVH>@2_T~Ez>f{NRM(pJkl z5X3-6gYNgYR=ps1OkOZDyQF?e(JXn$y7eWTC%QSNd>BE9172KCkOCW>f2OXii7Fj9 z-Z;_9OKdcsaj`NrV_|V`{e4o7}`=8#(fGG<`B5onttX{P${8nYBh`{%|$195u zjoUvo?$f9o7exx)1xbvb715uz%z5Dy*Og1W$MlR=+1|5m-(P{13sZIfrB9+>`;pQ} zR3pe2b!QZWLKUqUa$89&-w2)%nqW(lR)5Nz`_kQ#j-#rq%V+ryKabZ7>4GGXeFvvM zBOMe*0+^G=2tM7DZBk~>&3E9Jebd6+F=>DtW{zzxsX3^R%5AJO5l_?OX#%7%;T($f1AOlm1ooK{p*#( zn~`V7O4$ZvmCG-Trm5k4=nM84&>8clChBGZj&_Y=46-l`YWiskgc-K=N1I+eJS@Z& zrOzkS2-&z!A;Wew7->d0g2)oHeudTO zw!OC`i*J{Fh(*5-TTjHac*}&H*H+)A?v6{JE^L?;nswP#0qt<|QMaK%z_@B!mr?yP zksuH96g2eawOSO8*rSIoNWYsGI2GDg^fWkZ*0FGrqVbp7uZ<%RMi4iOfUo9&o-G2r zS^9agcktmH;vtGhvF^5Qh2t9wB(gu%#1q)LVqBNfsijEw!vC*X`sc1dhH zUhQ!k4!HIbnV3A0fzw*;liVK42CMJ=mZ$255)t?-@OboWTDiT~XZH2K-hzLlO+dwi zUoq`XES^tHxVIqx%8HUUFmCz3 z%@P$uRUR;P_~^#9Zf8ERm_qcN<2J4FI;ux+ zh?IA^h?&m2sct5}KU~6Xe>$z*d7paK{nJ)lJ1;shsMq}DWWVLmma6p&eJ_(hUF zw>$(Ig+gMU(s;b0ARCMC1O5e5VU5_;$~*XK?hVYMrU$i%_vK&Q_S&sBx1aT>{pCvy z?~Bwm?eNJ!08dUkYEzT7N3{lpEA}}DVOzeaE`*{iG*3MYW^vCJ%pU$ZQpAE+gXZMY zef0Rp+nv)~?OpWcF#qR=5r?)N`}(7i8>`Nw+HqQRpbcy=u=yMVBIw6Yyx!Lpq=A2C zY>h|#C5U)`4wUc3c*{_b_(v<(+NVgP?uy!!`U~tobmX%Ny>EuB$pHL}LXnJxNv7J){s_HGJU62<|ZYyIV>%5wNjJ788l3q-EZ^!%-49 z<&vX8_JM5-_~zcT1JOavTKSix?Z>DTJE#@PkqZ?fXDY<5)QMav5;;=Ea%6Yj6(U@i zDPt6+$T$2t!c@wg>)z@aJ)gb^#J_ zaOmhwLrbKylkscYw#w+~X8LJV9Z>{756$ORwf~m{QU^+ZQ)1As^2seW^9EZ%N(!F= z{xxo~fMZ9rAY7l+l~#2nIa`1Tc!DEP5EH>>+uG8df)!R8^7L6ziukiX{NNT|#gkv3 z6?3*Rg6B>?3MS0=i{u;ue+^ND+?86Q-FAm;aF2#z7mcm^d5<}7nE5Ar@@=oif0kS< z?Ef`OfraTm7<4u+rcVDqc)I_G@z2&Cw+-oQOMf69I%+>D8><&p5NN#t8B}gpOER++ zDrVl2B*(iG#D-}x%dzO*OL@f5L6Xd#C#778LGK}fIaf+fMd+SWO;X08u;#!bsBBG& zDNxs!EsL-t_cwWQaUJb+2yt~1`+>9q6{gWYcT^_S9xJ^S1-CaFK?13{HbJ5%)wHBv z%9n=YVI@`yQG%n6s@cpI%#{bRDxX8(B!VJjK~y0sMkI+*Qbx1mZz3#nyC9?*f77T< zQK%N*qaybViEgKd4qDKzWog!&ZwE;0Mv!zQRQYdhk|cO3$l>00MJp6ilE!;`F+dZ7 zRVvb}tvsNAxV^k-JF?R)hlnzcDl>^xf}^q^S%Y%xutrh8o<)_F770m}r7GnQxc)tg z;kiUvVYz}pMwdrO)13*x8XD-(t*H(+xJ$AUvs?ySG*t$h*FNth#S5;J@dU7|AlcuO zEu-HE+(_z1E{+Curk2wNVIvdMg=%b<(uQTL;*G42!Nu>U3oW=|%^)uen(_!VtmWPY zJ1Mxfm*1bY3^4krDlOPcG&6ncD|)! zlN>6^?}%5#6=sSNoZEWH7r!|Sfi}3Q70M}olo4yicv=vh;Z~8L-U`5QnTupe>S!+` z$tE5micMqZ72)4X4FYNvT#PWn~V*A%*} z&l}YcL9Ms#dEw}8zJ=}Xf{Q-C|G!%Pblc;qLx;1XiOZ)qd0qFfk=(i?x0c?M?xwAd z1zVo#9g69Fe+ttizS?V#cCEbUb6tL&OFQ0x!-pMDe&t028|@wV8+4oipaX}PQwVLX zn8+gri#R^4&^!-1LOQqB9dw+5OSZjtA7 zs~mD(wKRT$ri~&3xqS|OpX}{17u=>D&El}|A2gY)U+n8}r_PhPvsVMfWluDvTrKxN z!_=(%-TOfu9R{n=tE>athsmDyav6Yz9Arc>2Pw$1Vg@SXuvAWMIK%+=2>~&Ko={q# zUNzyXFP}T0PS7LUuy~*rTNvz*9I_YWpwvYTKa0bk(N?AiJW6?O0)y1+nbJVWq#95) z5oA^SFXxpI4%c`Hej(5j!ww=)y|bqvMEjRqoZhss z>tS{xmcY!}2+2h9A@b%_X=~48NPefdi;doFVJ+p+C=>+w>1{oa;z zI1o0H7=W?_loKZro``rQUm4^+K9NX*eBxxtuV~Q48Jry=Mh2s4(P(bjyE?aq_tnpl znSc9XBKo!QdinlP^nZ+(nnd|K_`Z858t$P2b4ZJeXb|;1qG5|hD3hi#(XTt#S4O|h z?d@NsezB3#5}5hu@pjifb&PT35RN?aQLirvIBxM zwWoG)6h$WMwct5m!Wj2~2#ncy>c zhsWn6Q|3o_Q8M`<&vnxB!I$a&nlUuGUJ$GKu+jil& zTJR_E|9U(|pxIf2$U8lygg*xJ%bz0)1_7xkT4Vv;Y|vudtRv6|u<^?Dbg!(K`Zwk3 z+h5o$>B`r=vvMJeEs++wVhTVQ_4h^OEdFH;_ETPMJDPvYdaZ&Xv~rfgjn^D1f)V&x z+^=1JF=EzWQevyJmI6b+G~y77IMuIRigL#`K(!Iq>=O!^<5LhyrXd$0h4;~r z+cWOJj`$$u5;4Pw_~g(+Ce{(&rR2m(&gE#8!w7F|<4f_b-y+bk#v{J4TIz$?>=kUY zpS{F!d575K4)qIKF|?1kocAVt0-ToC&A9vfI^CVn>wnxn9PFZ~XESf^AKH|xgh}5Y z1|OPzJq?Zf^sMrMxMU@TJ^L@&oAviyTJcr~tI6idxw{h~`I}p)!fq$8_W1bq_NXY2 zVDGq?+9y2ZNu|@NmSQ6t%RJh2nNwo4_)DNz`-cmzO)fYf*)8*C>iN&j(9^9GsVEEk zF35Iix^L;a-P_I4cB#5=+IAA~vE@8T<>i8Pw{mOB(6gQ4sGf$~HlGb2_}D&l?e2~H z%vo!CVvL`6@XOb|aZi4LQQi7H8F)6FINCoS`ZNW`Rtd&1jb6E|>-!eLHeF|4;CZ`m zUvUj5JtffB)GqUu=bPe4V_|qfN8&MA&23{gBHBdaWBrVJdw3|zts(>d0ycUkz1&=*}?d9ScReW=agLAY>&JCzPw|)B7zDLcFF@eXNs-Ds|z&VitBaX#caEn3^xdS@ZbVhOhH$w4(D|AvP{y_T7fnU*G-$$ia08|?uuG8`U z_SfY#ImRUSjq6S*2IEB5@SZNm0HsMj0SPiu>cBd5etH3U#9gm)(&Hh*arD=tkMTQB z{@64@SG0Il=;!i>mr4cQxezEZ`40WfB_Ghg`2qiWtL>%JoesgaN1~E{lW3OEX`mE} zGpCj&C33^BeA`+LxAf0(uRd3yFSrkQzuT6Pi0C_5B1mEqc!*XN>)=w zj%-(`8uawrrAosi*}^I%zI9)50 z+71{)a3=)=IzxIsx6Wm+y2TN_`TRiH7L|Z2lyDJ4wu`LDGs+Koe(sPzKlX|X4EibY zdVE=aJngD)60$^Z;RTJ=Pc&9vabNv^wy$(rWbZ|)haSyRz)Z!+Qb&%xF+RWwn15Dc z1hkfW4T91ce}Co<92_nh@lNv9+}m}k^SSfMF`SDRh25nWPtc|ZceeP22eKlRd<<0j zcF|=9O?7f(HCMND(A=8&zaajVK(|zhx@Imnl)Fi`z*}*XKq5>!%PizZUw7MC?KJ0; z|A=;c570h;+Y!uw=Udm2;;-_rZQv@(3;c~c@XjB_A1SCXngr^!; zlRHhUb%>(bDTZpR?4ql-i=y>9YcgKZraSN%F*ugIpFK2OJuk$TbKmE_pY z@zGa6CeNVYzdI`9`e}%Ik8_FY*594Ve|J3w1GJPPpNWn!iNv*rHMA}g(Y=d@@prpG zCbxQ}<`JIYF$}^6S}|?7b5@&ry_MvBTKF!P@BQX!83fvng+7(wrg@#pD$zxv{3KC& zQrw>o2mi3Duh>)VV&ZjfdR2AN3jM1Kragbd=E7vUZqu4PG+*2!M0!c_SEHR~TEQUI z;;&u+D%vKAM&ASMK1sC7woFGl14`Eh9q-IGq7L)9Is0>zlJ{(=L0usI^}9LYH(Fp~ zn$hSit<4*V3~eMZ0lMvNZ3qO9!Fxr1vv+Qvlw?N@`ukVCebGBqBDYWPUG3K&H)&Eg z84J4-QTr^laSHAcswYwbwF)|$IqrxKUyF}V0mT6nSHqN-pbHBI($G*k33whjO<$hi zl_Bp?+eoA^kFZyJO$2R6@L!x!4Y6VumQ2p*!C1da7>z?YsT~ zJB9w>rpS6Pj$NfX6(>l*q{jt?PB;H92G%L7YjlqO_gCq^QDh zHrYTBcMH1H$1Nufjx5Q2m#(MPE%M8{zVOCF*`^NRkrsDjLMWqoW;RhN)YpVPn+PhG zURXv&3@5fA?h${)f5RGeLvrjPZe*k+H^@FLFv}G`*nU{0eloM0c{sFwl^D&^I3D#V zZsN*h7t#TUnT8^b80V!pB|5Q^I2d(mcigd&emHVQ#i(nI9&9v1`-v}b($!HM0FaTzr;*wk!*EJ-Zk`i5jjC%jxDi7Ac>vNc_^3`Je$Zjv@nW&Sz~=##Mtko& zwy4cJTw9Cz(NQ@0ZV%Z<^Wm64TbGgk!15#m6w;OQUu>?!0ztA8R{Tu_Ay#sKU(iFT zLH9$`e@AL-T>KrVrU~~#D{81)gW_OvBxA&OZl#A3+t(mtp4eC6T)A^#6jmKD*9f;H zdP#L)8V4(q+;HfpU8M<7DXP6&D;`0N&8YD*=_;F>KI5DWAbl6gN#4mjuTzA%sCugTyE6-$H`g z$YD$3xyQc0@u-7S#!AL)0#L){XthL{u+y{}toz>FRh}`usGfX_Bg-Gvb15=^7?9j@8Ur8TxJJ4l${aaifWA zij$NhsG#O5P&dVaNluc!fuQqdhJuU6-9%E)iu)I4{^oRSOY}Vrsz^EjPG6@!p>2Co znPqi-sHszd&tcAe9)AdnvPJ+rs{Z#Fi`}RhM{?w$b$vGT-Ma*W`W1{e7iKnL4si&z z!EF&YGNI{3%||QAE-qdzv9Y6sDtDlMg9;;%%4-6DVgGia00VpnkYGQ}s zH}b1dJV<_^Us9ADqF;f{xB&<41;i2;jJ|pdp^rT=0Gp@<^aeOSSri^SMkvz&?7Y{0 zl)hVIc)!W~qxk}TU0U={_Qx~hgoEHbkD1T%4)KImB{i^@rVT~pY@K?e9Cxa7Lt{}o zcB4?3tzGafh#asyQ7D$!+k?e9JNnyh!tG`4P=&S zo5z#Sf=Jpy6dHd3**`k*NWS&;(~2f(H76%U!`HwDcV$)jFejHTA|NAKc80KwxNh3y&G>j^I-Su*Tyu}{k#HIT|Vqw zEc*#d@WjV^g7=rHPl z39XL7BLFKs4;$LAu@V_rZdX$w7>nb!F&UwM%1{P6IxFLSEuZs9eXD-6dpq3*_hT9t zJOtOM|3;aXff2ZC{upZ`S-BR^o=FreCJI%NDE_ZfP^|io+Lw8&)k49mUJ^N_vyxT( z2x*LxJE2MTz0h{vNFQ%)uNJK=;v{ugHe<2}dOiu3j-ax~_|+Jx$^|~wr~r_Vte%k! zgy6yB-P`at03H=Luc4tjX~#xp!w&GebBh??VnD~u3oUTK(U>^4AmWpYGSBG74^;^m zC({xacUeM1?IGIo!nbzaDZ;pd3dF|J_N6bHmWWu@)c*r!f|Z>Q-H*lsq!*rXxG&cg zrWZuvc?TWs?<6lKIZefRKF1tcL!c0V9_@;|SA(m2MUm%o`|=e`@$6%ii%Ru&fU@H2 z=R{xcV+G^rm9Z)r^!LsyQ0;ovY6A;zFO`M9)6 zRJCI1@#`h6kN1qo8)4wxu^r=(5;%{J=6lGOOJTu7eB=Ay|L{QN|0!UG7X4qzd> zfCQZX-75US89W$Kz!tXrRl=D3zng^-3Rb>~Tgg~?E1#rp*tEL=2TShdzE5Ta`NaF; znDwukRnngz_3OX6kx8&#S+;!MlG{OIl}c&4c?duTHKh1#7Lyo&x<9M)r-wIHIJIwv zZ$7+v`qfWVj#eWs*FkK!Yk|%ippjkDT0k-++3Bt$EAT=(&XU*EY!W+O<@uS}kLxf_ z7$bbcTh25t&t*YOZ^e}vp_ZxcQ*IJf);HX|p>AQuhTN+ih^SH>)RYi(eeeF|v-`T$K%^D(1oVc= zaGMqrobB3l+0pz+2M|bY>*pJSmW;cROVo9%(~Zg2GG4CI0QgDoSc9C;BI)?V@(NAdZ^V_`H4yumE+uY$8d(hzwjZGQ?Ct(H zPbUopvd`m{wTzW@M7H6Imr#Vc`9k(aD)sFnM%LCxN)0J4p`TJLs z9xa(KX5EWri3pW$5o<$XxlmF`16jfNZxcx7(1Ur7bg;T8nX%m7SaND3m&Pq|Z;p~7 zZA4B~yyc_@6f7*EQtQZIJjZZQk|p&zy^huUS0~kyUR=Ezy0Awtji<-GAvzg7Jze+% zOCFKXE|vFlHifa=H;dSK=v%FQXsSl*fS6QMZF<8njKej=ajz4y3_AT8zgjJsyjm}q zUN(q>TU~IKEPUrxQ4{Np$wWQ@Pj_Y;-J~Z-!+=8#M9<4+t-IT{igN19M<4$P@SCZx z%=sft(DQG}2O>Ep&HH3M=}9*W-S4^>6GH89z#-;?!}p>}tfNBa*j@hdP6d-R=l*>B3`0&~ z=>XBw)Y4z$es^iALUSJ@>U%Zg_)V`A!>pIYJV1fg9a#%A5P^Xw#9eP6&o(RE?BDthg3KVN#ET>nMMoGNM%I zp~H%LwBy7<)>okpYYesm2`yi6hvf>ysX~<@WkHCPF>!%WVquK5(q9=GR7D2#ZWWON zit&<@;G*kjF#ww0x!KG*vpl5nw}NeihQ$&s@^LW?6e)!R9^fe}`H+Q4=?79hbQ!2d zDUFhhVkuFQLTiogw10#Y-XWBb=%=qmTD({tVJrZSi!u};^L_$D(G#NU%Tx?YqJ31ExN;J!K~d*8hN~|tsmiC|(kYFGac;to18Pb;Riy<2pE0lU)5exZ)RZk)3#}?&;OC z7Rd-zC2N~>>{Tde$unB3s$g2@i4qmWrR&fZ^{tLY>(;Q;Z1Z#}{a@~+=XsgmyevEW zx?iSUw!fRt9PL_j=rMl0jGK0CRZ|$c?D{kIN6Oy*?zUyj-ka`O?~9f1wYfbZm<)pC z(_N5qtBX?;GgIpN8CU0rZ>9QKeV`@}+x#-m-S`6DydHBitsGB!HX{#3h_u4q>HjL1 zMCPoX9S#paA6w7f%3gnXT0I!ihv?6*H*p2}?AMo5PIhVM>Ub=}ENNFQId-Ycu#e+h ztr||F76ize2>sA|vtR~ve`2qO*1kumyXLL zByL8)I(^&lcrrgn1O0G5iLn7m3Eip}{JQZjhZ}O&7d{PQb$Ydr0%;6p$h3U#sj~X~-s;`Sa-roMU<`eAR!7>I3cAI?{%b!L|_F)$Ap}}1GdDX$*FbeII z97%2P0gr-FeF~%b&mIMhZ{g&><=8cE?+Aa-9=U<(*f8PhSkMj>g)SkN0=L}Xur5qf zG+8(OEdI4922&2tu~P$9VNK~xmch0|X2Gn4Y(UrrGiSA?yHZ_E(xPqq`g4Szy3V`! zpBW~XC!W1Q9SmX9(u&$T;LnFqN7gdgcs|WM`@$~Ia9_};E?1O%?~Qu0b)T$iuJ*F* z4THWu(PhgM-IvE`2`5n_@<^zWd zFU$8p`4#XOFLe1oMjuZ7t9<{-7|`r41d8IU44{?*gWlv|-H=(nKDMvgn?IMu2mdYeC}h6;b_!0#2Zz;&nOp+x=ua=;C8ii)^tgYe z(){-7fFJ|x817_;2ny%HM34{*KR#AefaqPI2yz7Kv4A+ zNd0ERD!fZ_#7ik6kuGUjY$`q5OPDl*+qoym5f_=u>Vw_@ylXrZBF}m;>^LT0eXCx5 zOT*K^0@(BfuMwIrH(`)WQ^@N^R6{PKIZASfB=GsX7}2PsDEE>9h)25x!SyH z-_>m3!loR1n{F-y`&6Ok1`VoR(j@U_cQ^DaHd1r(c+>fm8*h&7<>k}VCgJfBav_qb zW6bK|I?cM`{72u?y0DVV_1{QXFMX?PYQi*un_agwD!GClG>zX#g^CN9ZpkDk*SjC$se6cN7~RPdo>%48 z&ygMrwhwh~3j%J?xxgy1vq3q+&69Y889aQT6z2g`!_7%?mQtDeXTrLOaS1v5A2iv~ zH>E$>Bnn?sU8lKh=lY9z@gL8t(l5%_ zdR-;UhE?@apyQ8x1A(^eY)~l@C!}_NBM$6*R)s!0su&ERuq5H!gWvSQYIwhj7uB)j zh+I@2TMnqy*ic4e0tCN4LgF@{3rJZVK16$o`TQ>ZbNns1iINK!xq2wZ-Vw&$IV@ls zb}`rsLYWE*^eoCT{t9EN%Y`}0J~tU`bh%$&xVSyn_HCum(6qKqbRAaZbw*zeiht$= zB*L#%K7phQ2#5|0i6iP-R}sRAM>)y{

z$ksU4MlyR29?eCAqO_1A{}iiCS=i|ULk@Q7yzrx+Y>~2n zCstbR9tP~(F@fJlbvpq+{d5XP2TvFabpLP}C?SlHt4vapcqGAgAV7=`6*9`A!g1gi zA_7Iqbaa$J^VO6QGiXnuN27|M#6*C7oQV;Vv|cb|E6>Q0XRLEj-JBwVoc z^Qj(6A*o`N6e~{2<2g}|`#%q8-EX(n?o7Rb=r@*0P)kkh2azrn1}{He$E0UC*lTMqoE^zqkH~_*SwVvd7Cc^ zwr><|86<)zs;BW}We#Guyuurual;|0Ldou^+wu*bLj6sC+YZkf#yd|DJMZkb@Q?1R z3)I@hG)0FP1*%S`BXJME_hQV`+OzyKOKJw7lSFh}X-fVy)P|`C@00!+S5c^NR8y!M zD3k@4&$4tu7afN(1m9ER4ro3}=ZN~~WF8};YH8$_pSMX84_T**FIn=h5eo(e?$=)n zQQS`c;U#eQNju>h;Fz!abwtD?@TWXt`>eRA>VZRMh;Kwq=0W8G3Nwel3qHh~E!A(-a5Y&%>2NVaM^C=Z->P~tChN14^yt`PNGJa3b@a3nmkR7T&QX&x=Q#9BfO522&6iJ{-9u}b z1h+gJ%Y;wtQn;bWLX8ejt%~2%_U_yFWajM?mOucs*wf!~OF#2D?dYL|)7Mgtzoj#B z;SQ=|E^+}|re@&h5-ZnCv8U`!%vS<=59Pvyo+v&^V!`G5<;4jqgjP1g)L9^EW`Li< zK>Eo>;sHK2dW|m+QzSx|<@)XRts{f=)JS&N_bH5xzuUH)efD*0 zO>6g=P&f0!-i9&r|IkJ3Z2vXdf{~N?zo(1-Z?uK2^G|lukKHgZ{w^E<+!fs>lNnb- z%A8@zU7Ou%Srr$SiWwazQb}sc`T6LJPQegaCFjI4uE>SGPI~1Lz7CE)!`BtvB+rOt z?i00|FtJ7%23wGr4NYYUz~L1LmVx$?HQMi4*dFpQn^R-pL$vY zH#wFeUF6}mFMRQelZmO#HAZCEBE({B%K6O~XGnvgRYD83&9FI4T1zfc{JW+(+N|3?W885i;wMJBbf zfi9C~*{`O`We6Tx(jJoY{&2%`P_G!e6QMbAu}b9v0G4Sx5Wk=ynm8@PSx7+z`DL~q zj;o~?-l0w!gm_PWZE!w?Q*|^`$hOa0#c3YSr;q6yf8NifuCFg+Z{zg`G>A|ZN4I>Q zCI9xd*VCghd13Tg`aEsa=c#o7+ zJ0ECYyBoy27NtQQT<1(ZU|oevyw;h{X|$+XtPxJYs=#E?dQ&^rp;Z#U<6_Eb$oyOY z)P-2%2VVxK^F-$(*%3U}>q0by+=k;3HvkfHJ(`2kPyRki>xJVEKM(}B=s2T_*7~>o ziHc`K7oiTu-{SGN4MjT!>=)FC`7T?=$_Q_?EaziWTeLH*M19c?66rj8yH8YrcmPb3 z>YI2ZP5TjisGi_iR~NUpBP4^4Z(rka^!b;U7h~4L@2}Eo)2U#kbZZf}osY}M!&9l(1aJBwDY-?MRSyMxL*Bk2)u+}4mv({5h zq-9OQVtxDv%gZvjG^pAIhNXL+z{XY=rXouv$~Vcg6r0^mE3 zU^KwGgZ{Bant%@&j&Znkg(VJ8dAaevKa2REp*!DvTQ2Tjm2wmO>g((2(2}83>p27A zJ|hF!8R-m4ry+?j+o<%66q8LkJbXA`umlJwH5{;3glZ63HkK2%7Q&#h?0my zws9|Raz=*9Z16x3fuXE=e`t$1vVebrmj~r|4q(D^T93z!c zcmG2a2H+eu%~mF>Dv^YPWl9hw?nWjQVnEc2TrYYE`og1pVb9-5z%P_eP!yIw%MU`I z3ctySZi9}CuE%edYQMgDJ*WS2`ZYJM{Y3YUJ2K3v#e2_si@po)m+Zdq@1`jAGrT+y zk(IROWeqi~`{Rn_u&jKS2tUEs`MbBne|w|vI9$hjEyLPg3!ld7#sNiu(g!qsgsjqF zS5euj(DYY(D$sJ!HPi)=2|@W4+K?-wxf@;^WiO@0{8 zfHRv8`@Tu;=?bKy4TlHkvLcp@`XLC1eDycz>0mpwDQkYj8y~ZX-eudiZQHhO+qSvOwzbQ)?NfcuRh+(YyW>X8SUF?8{0|wKYfX&ty~SIF z&SnjS%FaSVxq(0}JUI7Xk*h;5jCmoF#cQ9!DuM`}4*Tf7Y^&tSV+6{>jfISj@t|`RNxsm|TRqZiR;*!7G23iA^!*HPxDbQf_{jvS-z~yR+dFCFY5%>_ z?~9oX%sM z<~^)%kRJ&p{gWZj1+=>V-&bgf=O15Xo>%YA&e_#Xp;b1&kFIf0geqFtTy|2X-tNwK z2TLgF*hd>&lUaR790BG>*faq6#EGN}_TY>7RM>=Lq2f0L3tr(vK(YDUCSWl_gSc2j zS6?5K+1Zp;`QK-52CW*8_G0VD*rN&l$|~}P6jNAiBg}s?VNfPH(G-{{KQcjGfS$f!d->*~<8ibznSZCTZc@uLrOBzi> z47Ckp7@rQgRJfbQ*Cp2bIl{*4eps&`on%JF3pjU5`(i+Lb>~HnJ&X%l|KejG^5M#@ zZ1`_xI8)*xH(hogg93FLP6ryf)XcrbAGAHlC3t=vp-J=L)OiTlu|c7hj+G-?{`dHn z4)}HagPZnpY`~Oj4G4cs%ozANf)f;?wMEki<<00~=O@jdUK}Fb)=)P(2S6iH9*nVl3TFtH1jJpy0@=_|LN+cGmye z#e$yozk{d!f00z}*b)CvK5hT#vj7T5uQ-~3|8e3kp7zmR_CpaRv_|PV`H)&@r6le9 ze~y08>=UYG6>9N+|DEB6JVMLwk^3L5m3 z9LF-gS_KK6uJs(p2Bt|jjeR9(zC)g!&?qEaDnN+H(kuzaj}@Vf$2Te|Z#zmu_omso0O!t1T(6cLD5D~||Ryt-ln zn|*Py)Fi*OASb3bY$6NFw=+xyq|V%u^QYf&S=7;1OIq}&%-c#(q$9K^0D}^=3-x^= zN#IDAeRF~ZF)YN-i#BI9D9)Yc6(LK?JC%hj7H(_`o>#E&G&7o{IF!#;O`w*CHl}gt zb$^eT8`$U*W|7>tPVC;=6m%M9s)geq&5IXhmsS4I(9SJ(FN4q{ zeOR{$Hjr2@D?@aam_8{(D&02?st5`%ZAzuxuhRBz&CF5`Wu@H@V)V+}R4>QY zcxWKK1j|O=R6Vg|DAZIjcCsRE?04LOBt&RIV-rWCE=k zMHZ!gT1bjTe=Kp4%LImDg;I)*oXSvwf=NM8sBrlSyd#-&7wwc~VQ9hBGxL_-V1@+4 z8rNVpLOAtPQN$HJ&UXJ7zI!lDv`u>ge{*wlqW9FK zhCq1)#3cD3!Bda3hf^-k><(&6*_l)*dAdf)b?cA!SHotfr#B|*smsUA^mNL*>C?4C zW1A)wUJ0d+MbRk?c#uw(K=aakl7o!BMX%(w>M|BC&iAO1E1Qt(7JePjeM}bZneojM zn=$C@(uAEB?_|&0J)6$pC7Hpzb}VStzlq|fFsZy-Ux-4eT*%z3pp@{C@G|orP;18~ z&CQ*=1NrRAuY1Vdul2hgU(E)Kp;v|e%cog)TOY2~;L-D~-nX|u`LW^)DQ?4|@%w0U z+S8%sQ6jzf^HVDN@_rC4?zUqC_I@&pZ8E8L2Bvh))D@;teHdxj`#ND*GvWxS{9BKc1WRbEU)=GEIAC-gWJ;sr>7TIS2wuY_Ly$An&k1E z`eT>NgIa{C^Sf?!oH0ZlRxe=C$8krR^PzB#uMcnFbRe_@@EM&O!ujVsVy4OLrZ4DL z52;0BZVxynglH<9ZQRMZA)qyqV7DWHpS0$Ugjk)#el7=xT_om#8=O^xJ&|2t zzq}{t!ae0NLspjna<}W-t57X$4$sK@$T-^0`JE`i7d#~E<7mtA;kYaZKI}u1)h4c{ zbF@evNl?cAdIq@v!+#=S2KVv>ug~%Z-7f7W)y?iNGR-?0$0SMHKBg!tg&tARt<+sR zrtPrgQg)u&2C1qR-kl2G-Ez;JF73luV^x`!tLr)lws?H&Qqw($QjV%JzqJo}e_sg9 z$OPyphGCGHDi6~eNfsZqs%`1r@o{Rqw3ZpYnre9@DO4W>P!p8QDHsE_#qk>3tm@V5#~|7W50Sk(>@D zemaHw>izu;as1^?X|hMg)|L__%oQG);Gq7JEb^<-Er7F>x1W-`wdnwR&?C^$lpcnZ zFoIcNwLp1xxlby>?BO#`+!pn_Yd&57wtMuvdpBLTR^g+vrs1nLa_DXFtB05Tqq;>U z;b`+Hj^Bk{c$XvwTdHm}pj9i?=?V;eXqkG#(+>AYJ=`VmbQ8nUlJ`hW+$At|6-5_> zf5RE#U|bRJq4>=>*ZFcnuThqAx;-_cci)()gDjy4Duvra1Kve)UFd5vSQNkHd+!M; zE(Ru;pv_!fd$HmVs2^dBNmF*E%pcmPPQ0~T<95HDSYc(&-E8sw^_{7;?&Q1aW6KT= z8vJ9v{D46YVX1V~wZX3oJMs+0CnO+v`u5ckxXn5wr#Bkc)7{_Y7r^vWK=%h7&$&>? z^ZgyYyZdOjz+O3JqPq;n57Tu6vdz zO%zLxb34P=(MSS`hQq-~0ud11BQ|3`5NoQ5t=OrZc++~AgC;Y6RjqV6(PXjFV5$zW zuy0ehi2XX4AnXPmLm}Jlj<98;`bIlnIVw}4I)|54t1Skv96eX&r&V_=zoUbU2wne( zbNviX^-{RhiXfBU^nGn*GdCqSQ0e@r^*CKCv$t!##|F~RM)S?6gm<t z;EmN?;zS04VwLmf{CeXFY@!a0O;^&K;eo_&u%`i3#7!e$5ZXg?ef55E^+!IzOqXKO z&w;@6TwW^j3W?NXL?ve^Q!-OE@r1*oo{D_vB__}5#9^Ce$GDJj(tv8|ZkcUS6(Ef25&Eiv*dHGAXM%a&KJ2Ev1TxsX@vi zk{ui*92sbxiyZWTdxVOu^@%n*X_uw+M623xX$~Z4_&#w2K%%EsN+$c1gKpI9|e&xa6t?MRk1cjRUwN6MHvyt z9~6Pf706*KQ6-8x!-3=cKuI!Gs>(xQ7cgiNIFs&b#Xdw1qZr9??1Jiv&_geE=B`HY z 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

?e=;&% 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

g1 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%0D@&RX{Nx87zE1*O<=qn70@|Xt~mM6*h)G1#PYE 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 z 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 z%0D6OIqLwI?ca^yQ#TnYP7X%V;Rz*edhuZwfTC@&} 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 vW%Hgi75GeaY5y%Rvc$nth9?3ONzX(# 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

d(LuA8p^Nt+U<96p@xY) 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%0DSp*1QvQuDShuQ|z0~Gw09rwzSpN{t; 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

&Zi@gJW71T=6Y5ICVPfxz0gn8GrN-ipUUoX) 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 z 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

K1?dfZA`)UH2L4PaapGo5P#4Q64~mEWEqRB2tcQ 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 DOY9M@ literal 0 HcmV?d00001 diff --git a/testshortbib.pdf b/testshortbib.pdf new file mode 100644 index 0000000000000000000000000000000000000000..50b49287eba30964d46e1073e8aa703459ea1e4e GIT binary patch literal 1290351 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

R`g2QHdJI=fErwlSZgQ8^-8eA* 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

Qbe`~ASf zI9LdfNBdmZ?-`f#3++zDd;ZR3oH90idN^$^*hU?1V&joYi@^`?dk`N7r6eMICI=3! zW^Ge{%TN?9Y)%ITkG42KeNvkaOR_g*jfc2kf!SK5-}`4Mg-5^m8;tUGm+-H!Er>?R z7vBwu$_v0fnQPm@ef)w53=76E&+fiC{>*;_;}OO|aHrW-eT*-gtkk5*bu6u1TY_-dLAn zwO%XS<_hI9s51N5WknvxU$Q5sw??sSF%B_nJ^K6o03FjD^8s_an^0rbyTst2O?mW> zwlz`QCFLz9XSTzBPZzYO{lO;1;a-pcUTVV<$wYi0@>Sd%rF}}}pUvA(VVGG$l75v& zm&0IP%Ff1F`sw(8qPp}-|IEV?_=o~2f1D2 zh|8Ugt)E|MauaP3BkVHm>?xIY$$zBXL7l+c!P*HBp~O&feD#UqxS&Z<&~jT(w}LTk z;Al~_JKUc*rr#uli1Oql1s^u3#Q9}lWuD~-1~l5FyhyojL7n}u&&oo zXl}>b8`9SW*lCJxPNviLDp8lBunomL9dzW(iq{VZpTB(&d!q4;6MlCT^!tzN7JEcx ztsyz7QY(^^*xe^6OO8!3yX4Kpu>PTt{_?z>Ci#c$VwIyv0_K}21H@vlR;Q^Z438nFzGfn=CEp1asw?5pV# zLlUYw8e0}qPl^KwzRIJ$p7NV~vn>xm9}&W=Gm?1-%4OAwXpKGg8E7Q8j@Q?xH;c1g z*v9#&1@dqF!$uSVQ$yp?!?4iztPGJrv-YGcB=GRW2ixJaC{M$ zbxiw;X0G9m$|X;u3OI3+jRaCNQs}K2BW_(Sl-U7cuQ<746$A&^hTl`}NG<~=ek+#Y ztU~?eM8FnxF5l_}EuS?wX>+m| zr3!%WnoF&V@L!kv)`y>#G5FRCc>n8m=QER~(RXQK|MjHWOS7su1|TSR5mdZ>QP#~C z4&T|`{|;$9qL42qd-=W}E8R-)$uHe>O^Xw}a-HbKHU5GGx{>VuFI~vV&Gx_QLROal z%Xa$zULEkS&-OpM(3ubwY-=+&6F|Fw7MBb}jndz+SR}8Cl_Ewfho($Kz4^AVyK~CT zP|4=3L@2-DVvM_Rh40;FMt-LjVHNMk_IJO#ixe2>^T1%rXSfy|IHq2UqmK^VJdwM>GyuDm7eJ=XG2m!%95~v z$b_A7jMAUINakVO-F_^R9ECwFlOtvfOxxLIMJ&;dUO!qXa7md#ESx{fq0DNHTHyB> zY(CGy%xvmyOyL+R2~6St_Fwr2LtBAX =SGKa&nBr%8o+c0AaSN$5A1dA>2hiNKC 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 z%0D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⩔i5g? z9JW=1fX2>ux9&|m4yZa=Y|T>RQb@X7vY-$!ZQDst$F0&S|J$8E2V7>_0EUS#fz7@c zsNZ*WL98UIT8XMJvEUleREJ7%I@;N|-@I%nsd1)rmf)^1NU0C9z2wzIerFD1gNEj( z_9M?8WSIK~GTd-9!@kh>g1jd3`u>{FAw>;m0>UR>;W z!Md+|g33I234b@;`UnLdV`0@A7NCu$>8TXA7szczcnKk&@@npkwYHNYpU?Py%!4;u z#_|YX%IacfL(S_4R?XTZ5Y!|6LzR=i7k*yj42cba%%}GQFE{^9#Jw{om&Z`4Gx2B; zN*Ww$OeCy}Hf1$_z6)y4t^QSr`x0hG1{eg>`?7vH3yz_i4aq6muq|{yUXT7-R-L2& z2@B)+Us#xmtC5SRgDD|{>c5pqgplEXz%e#v*8dwD11RWQC>!E_@z=iS{Y*>8+hI;t zAzkHHoz=HAuZ>~%r5HZl<;?xF9y9Al2ZZw zQnWmY`n4#pbRqi6fddZ06S1?-!vQe0M1L z#}ZBmFGE!B8lkWWV1wW3!xAChqN}sT%;&1)$N3b$m8@_J-<7PO71h(SGtd(Y;Jt(z zj#G*z8jF>y%MRWenm$d)ZZQH1bG2OiDM*N$FO`OsC;y~Wmt1|e?{YU3>o(YS8m6_X z!wk#z!{a0F!L}L3Vej$6;Wy9^8KtLfx7*fhRXTyfKM+XLwRjy@yVsk4XUQLxAJXzk zL-I`9+IUy{scsSPY#Fe-2Xmlu)T&cd@|<4Y3TY2kle6|PRRcPqT+a@QSs&*)7%0~D zal4`Q{ZTVq|9%L@|I6)>A>iX`xTYCK> zghI~d(oW%nad4LRdg7c^^3VA()?{bG^L02}N~EyVy`}w-WZp{<}VZC=r{Kp;M0_rqTLqc z{(VU`>##}yE1H2ZpCT)Ffl!d%TIInxJ~uygPDZ>;Omrj>!M!!`%we?tMi~|$_drKU zq(m^Z=9Yd)DmY=G4MC(vm9>s$#;_1SfS`#k_dhliuK#t?|I8`m? zWY0|D)$ppC#U6*~pj&Us&Q5LnO7QAZ7-l_PE%))oXy6sJJZ(LfpO$!8;Pzd)(Q(W^ zS1OToo#0?50g9o@&*%N&IpEv=b&e_5R;d6#y~eF7L=coGfhHKY=qHXQIC_3KR|p-D z?I?(LNH`W84ByD|S4K3d;qoF4oCunNQY^=M#AV83AY_S}YPGur*jX5$Y2*SdW$Z~^K zE?4TIXZ&lYYms!i&{9VG473gvlc6#wNFITDZ2t^*6Kp-$^W@RP52`n(eRJiyEjxQ! zphe*3(tYMDXZQ9274h8iw;&o!RGg{*jH)-|wa)Tthau9llg%Gr=EaZO zT=eV^ke9qrtTH3=cp^mARV>>ZA5*!+3M>0!?GA$%;qwJHYjwI5`pHQh5?^Vhnu-m& z$`reVa+*mrX0{)qR6C`c8fpy=DGXk{a`n~!$Jjabh!$>Lx@_CFZQHh8wad0`+qSJ; zwr$%sdw0^EoQu=xFIm6fy;zxZjxnCW^D;&Z3k%!9B&u7h)bctW5>*1LdLi}4!9%x0 zO1Ve;Bf3$GmNuDkq6B$!GN=8N`d<(2g=30ylB0Y_r52s?)dn$jT}4$QbyXS?2xAdf zui193Y*yZ8qyGI6{4g_w5i?^P1rZ*}Lxc`doQ4z)IU7>QkPH!t0jR*#5g@@r#A9Gy z$v4HdzrEzgmowSne01{JLo)S|v!nZkk20&Iw%P->4-qFnp@doY;!iFDYC*|CU&ahP zXWn2Ehu70sLC^jeBY}Qc;>iG0c1hZzjpGPF%+cd0YS|5rFehN!wAEab8m@4K+Qh^w z&>!2tei5&_x~$l^SZ`SLF>O#?(vA|)OtguIkJT8i>=soGi<8?xYorpy9?WhFW`TZ7Z0(WN5`vG{xvyR zj{6%ty$+~wJg2W=f`D^K#M-QCTeBr)Q0dHSV1|N1LerSvw~n~!O#vdY?}Jqj#JHno z#)?`DtM__-k1>9{kk4oB5$U?xW$oA+YE+`s^>JRF0KeaLM_J5QFlfDiW(w+ee!OG5 z`HKuhQ9Ed*Ov8|A;e(h%;N;j+QDY8~0$bdZlv>q6${%_Somh6=lM+1J%nflw1AY_} z4-P&HfQt}Li0!9LWkZNu8xrsmhKIn+>453=j&7bt&e0czTxSM#?EpY#M&5`z%@6vm zyZ@;%%X(fH>UNr<+P|-k;M>?1OuT|sV&re(7D#WYO4cnQiPZ3e2q{vZ%)(j6!NkV^K#n%Y z9jR_N@`r~sgNRn1X%LeG8(hyma1fWcDG{6eD1u53Vx~KYW;J*$S&P8c<&LFGqIcM4 ziO;f;T>(sOR*1O*THpvKJqE2l%c>lyTfIy4HLyp{X% z!|1+0Vcx0e7esPcUSDN0U~A=W;tbJFf7XWUvepwRv1^vB7v)pm^@AUX2`PQADq-X` zLZweY`%q(K?f7bWTv~=6S}J~zGbz7W*c&NXu4@x4R8rv%euQVevt}X`2>Z`JwTnj! zw;yCQzz5Zc54M1{nAf@ifWcn_#7VK zpcdb#Lpq41co^_G0Q|e0h+Jx^%dLtVD+U&$kErO81EgR2M%f`{dsDgvm3pK;5()J> zHeW4dUJCpqVMdPY6QqxMgNw#zdi=q>-^qi+vj=2Mw$ zTv#xFJAd3{_-{#|OoK8bv?|cOz#CXH&Ga9t9DR$S^G98+=NNNdnuEoD1qN`j^`d7C;yOQ(# z%?@&P#}R}W0GEH|J-@xZy1~N1!R2*$VD+UmdBk*M`hc2CjKQ6b$n9U74Z8@PfRdKh zPgLBTytts!8msPdBFmzA?(?&1WSeVES-3F$Y*-@!uR7BADmhhq`7HuQx6>`NEQDdt zg&ikAmx9(}`F-S*X*D)q-KKTu#~#NqY$Q>odU2LvF&f)jwZcrwDY;wq+cv;7pQW2` z!3MtOQ{S4TKES5A6~aayA9es_%1>UyeZ)UGk318S{ghn>`{cO1m8-W+U;*Fc0{8hg zBzHkWeYF&e7AD|?G6$~fL8akbbjN@bBwF$zVq3a@X$yW-vNb9HIDUrWQ&vp{-p;vc z|AokTYdlRYV|T~WNsMPy>fO~TVo}aq4&7c(XIYifC}nYDjknql(uiY5TnQbg3UqbjX;Mxbnd0oy9C~Wv8{OE&vxvq!=E&`Sw(Yu%F?shv$nj`%%3opSFt+`CiS(JlGf=vZLNx z<^dm{)t39ka)5J(ThMgTmGmAU06^I#s)3fy#BjagY^n88>3*^lOwOD{@B`Lo%+2-R zCL+fFn27%GcFN53KNv4-w5J_6B@%lsYZq?>%VG{hkj1_MDa5U<6&g2EZ8R+<|8DcX z41tLZAZ?K3gGqX^#x>N{%eUP!gnctrL4m9%<05bG2SMa3sE*~)_fFCLx+ar7P?Y%X z-#R*oCB$cnc09hQFI!=+6s9CPe;W9CK}_4S_tBW@hp;92$^@=}ab$!#B?bm0EjoW9IC ze;`Ry3+X=yEp3Weu8bEq&MB^NPR+|6A^#@|-}IvM$Bk%NIjHhRk8~>#ZkYbH>=O5l zFIMwLNZQ=2{ouhWYhRM9lvz5i%zQ_jK|Nr$V``F9*>1GWf-joauuLg4YV6UbS7%uu zsh|mF+6{>~CsGaNzj!*?3j>x>#qkMv)5qI$LZ(-=N}9r@g|oKQRXY2b`P%!CB$X@& z=^CF>kgSzp2;-S>$wZk+NZg5f<@(;Vux2cA>Tpkq9?3|In1pti=tUJV9X_(vb<+)r zF^|2$aKO!zBLC4!JgYY_WSXxPLvmBjh_ck8JEVSFk#q-L@YGhv7pL@HrwM8w+)S_h z+x1#y054}(^N?3W6l7oJ@w*k#m@&-Bd|!%RZ3r$J>T>}jJRwhl))A6Uh`pb5vMkRhkX*4XV~tZ^Q7To85@r{fMKKXM}!097G;pGpuf3>H>|sybvE#?CV$B zama5obF~4K@CI=W2FyVBLAwnWM=0reAI(I9Bgv}{Pbi}ac-0#f*c9^F?7)Zwz;ZMW ztQb;jD*QB>KthRVT}ndWT(VN3_VO=R%_JvTh-BG9aNnD5!3u4;8sP(CCWy!ooBQyBf>UQSDv|pW60V;+G0xr5RV_8sjw{oXGAD{Ut4t zt@|XAYn!g2s`N#iiLxCw15<2)>1b`5QCdT)x`F;QoG ztv_(fW0!3b0}Dzz{LU^;>Mq^pcF^Rn$3(tB8Ov#&&##qPgU*8lO0Xgcq}buX7AeOT zruz-siw;s7ya*JgxhRbs69i+)c!(e~8y}o1WCg$fY9Sd>OvW;6=AO8XpDoVM1{(kN zzdB*kDVvMF=v&qg)`86aZLem^QfSAvrgATwdJy4iEazzmfzEx?n*=mTVzv~9C?7iV zRh+TxBwGh{UlL;u%_jX}hkRCjlZ|z3&`F-w(@EYS9eKffE3`yF7tfSwjz8Ml@Nnm% zOT&SFSBjdf{hOl>?H4rnhQ%SWV!=#0L5WSS>5sgsx-R=2y%PR8jRMm21C-a&S;yv- zgHT>_B!Jf6n!Qrxh%BjwN-r`(W7bctIb&&2mDC^rVo2NC5V5Z{%8r2 zhVYArm;u5fa^i6Jh7%r&vF8Te6j8W#I*Ftr37g|3)AZ9EnhKb;i1I_T;^H{Lk)PX9L zxQ8p09V*VF{xElT8yLgb5&-UnOVMa;+>Hw?6o^?BfQigGmpX;kd#jxp7SxJdH;BBk zU$w#vo1TcaSo__60lr~y-7osBZL)tb`tEJ9ugwTHCQgS=+a1gp!#XzWxLi|K<>K$R zMgXiMx6cU;ee3~Y;a0ya;bCca7Q#00NWk>|IqcYLU_(TF(Swenf~(2&=iipol0Ho_ z73YWLK%$DanXVq^4616m67o!VS4s7Wz=q8MVg1#WAB+Q*AB2xWg^((_R5l5cANp!7 zVCSNc15zMfzonY9qnI;~^HR_Ww-mg`O}x~QOP!vKpF5LA8bT@34s?eItj2mdYJM;w zPgXm5vq)jNAs#bzxCV{a-xR)hybu;Y1rEIeLmxKg#-!odK8k#hCD^y@z4HO;c6(zU ziKOt?Fp@teoL_>Wr?TgzuosHrMjAHlX~I#{$aVc# z7~DC7X&)mfjj=&frRp>FgtSJRP2qSxNnD`2X|z;lY4ME(9lDn(xjWaG$*3}wL!@C? z1yXc?JDlX&zv8CJ6x7rF-%V4L`2%6OXiW2wk&sA)g0i;Er7x$f94m_L$o zRhFLu{Jz)9|1+CksJ<$56cNNL>&U@BcGVD3DE83A>9;UzRbBw)OnFCptIP7aB*eT= z0BUFG_3>r$!Gpo}>PKK8NM> zubQA$d_0uaB50ZM0TG;#1?Tn6N{nACpo`F=B)^1?=ap#w)h(q%huBI}9t+`BfDHTs zTDcgrY>%EB@NVIk#3xQGMu55WLh)5v}Etx%)>@eAvg}nTIXBX{G0f z5TyoIQ~H=u{4OHm255q{K`eh_0!nPqA_yN!!eJ8pIRp?YPR=5B>Aa5VJe{eNH?prX z74%y&nS9WQJmOClCNFh)Im?d_qOuiEFna>eN zQ%*^Wi(|vwH8^37CFJZ5oDCKfMXUFyditVWzPNgTuXB{=E3fm+rwqP=F-^4Vh)Rk; z2N=*1BlzLi-kg4M)xH+u=r$34y1hgD>*#B~cHZ+bvNG@r>4d@d0FYHw_je5hos>FX zHUI-(RXE7p@N9=%xPN7|poN+58{{cA`s>|Hix-h*q~T^-$>9d+L53zLFWsC;HMPz8 zZ(XeVh#l_>w3S)=9Y9IiHMsSeVdY_aj2awXsNhluB+AYwd`qZ=bOf;8<<&*qBdY5n zgQYdgg(3B0oJGm0Cf&RZmH)YqbRyJMd8}s$6E_b9o-Wp-v(hIl)EQBR znScZo7?u388B)D;a@B^}GvmMXUu%MW@3gdAom5q(O#{JBL~OVHvWx6KO%9JOv#+VF znsncdKwoaw^Gq!Wm!HmMkOgICuE4wluA(tV9)kaJGfeqW?)$p!>T(@kCU&QKEN8f& zYUCBq8P0+E`uwofUB*2|4yVn+s$$gK#bD$d?Ml;SweiTVoA&*?3@BjB}|a(Py#(J zrLI2djw?gO^XbXB#89=M0%MBT(Tfpjn9K3AX%_R?D5#^aGCi?d)NQNvd4j-+98&Cq z1{D(+3{w&UF?9K)TI&_e7OSU|4le#a1J3@CDnJH<`jYUC`d*-tAU)L4J51`^4Tr9h zt_C5vn-69SfId`1%NoeP+(wFS#Kbma<(H?qKLuK;H5N135*%ofha*g3Tg9C zWu5kMQ$SMdzAa4@(`{D+i$6>z_MUGws$J#_bQ$B-kHE;a_Ab#1>oY$@cU$Ui?}YngN^flIdS76hU+LxpR9Owyg%e;qKL z3Ll5?@d&2!ytTfANG)2P0UPlp(&txMCqYe(xQ%)F?SG!e>_gIi&nn-MJLD6N*szlk zY-UOr9b#xgm29Msgq0Qx?^As2-uSC0HN{aIID{grE{r#6KeVPi_2A%WQ1WHXMt{9; z1wL=4Juo8!#I}fuae7N_1CE1a!a)sU++c+a`9G=noDZaBHToWpy5+ghg*n%{yGd(} z20JPy>D0*f^OQAM(vS`ov5Q4MXKM^5J%e}KEV*7o5vkol-*bxNkciHM=GdQtJ`dz$kWZ z4hW3p?CT>7@}TqK4th|hn2`_kzw>ynIAQm8nZlQC{GsW;eB*L<;~QRm1?yQhQXe7h zxac^9-iQJvluW_5jv`K!#e;i8T_MU6be8=z5xZC9!H;~UF^KP61nj+Ek%kaPs#O)x zL+>dRD(o846`;tL(@EOhgY};Wr6uUd>#Tzh-vX!_h0kx&R5jH76JRXfsQ8|Wr==lM2QV%q4i89nYGU7$IH|gCa#dtEWv)4JLdJ=$ZAagMy{K%d zn;lNL{6|P(w7`-=vtOid;==JekiY;pj<%#ax^f_zpr#af$(#;Mdc9MhBI@qd*su@PctMO?u z+p&Mn%w<%4tmr(Ecp{U7e)IA8^ZM^b zcXVf{w&^P3$pvi5I=({?8ryVtC*)&29&Frd&fpvV0oZC?gAzX=%+7oF*;hq3K(vi| z#L_P{n91@&n&4g8O5^OQJAD@Z?!7mpsee@VGa%u6%k$(r2D6r4s*PB*j|}_D8N$z2)~;du#mVnY9pO(O*88fS9a7ikDdMS#<-?OHu3jlwkJz*&}U^Z zH2q2lk-R0?$zDP1kR)GbFj)Mmq z{7A9#jFz*^&0w5zcy`Y+wYK%B@o)1Z_415k{$haV7?c;zTEGuj)*sCXT<9XVCo2Nx zy54#m5bu2PnZ0)AIOG{8hL6cV_Gy?S-*w(NAHX*NgzNZjFsErEnzsx)y`ekGg4plg z`H57YK+OU?7)zd2LpZn!022itVkZ&gnhl3eJzGCNr_|;ADcvqk14G>ng#B%t^=>i# zkw_61+`&WAqSKz!6vT@^<)x+n8n59Ky`5DFOPX5iOzf4P8r(k~AW&I#%Oc5+YX+d? z4{t)gD%e9?(B#+|ST1Gp1HxA-)EhLYdZT%F<&LWim-+dMWSzN-KQ5)Owxd?Ve| z{E+nPv*qvlJw<>O`+D;0DTp*Mn`SHA7Tmww1UY)pyoQH3aO(05jW!w5Jp@8)%-!X? zq)NwP!8%)Ezo*)5LI!Rh%UR!nTz~)=(?!+p*E*Yq;>Y>oha}^A{%@yIrvEsN{=dXx zMn<;(0pmb6!AAz!9B1^_;(S}DhF+U|`{^b-vwr{~r6PaE(8n0Uww>UgdqyiDRtZWR zk(NG$Y2#<2pj$YAs41&E#zPThdyLHNEZd30sE~xl?CLmuQQ76>>J*Ky7%WHp)azTzr)29!%HQHIyt(a-m+6D<~A!+cBMY zB-$ERdn(v&%4og2J%#!o$*_;OZsy;Q6W9#1UWtOQ6?y;#K4*|fHPtV5aLFfv-%Of4v^^-*kRV6=#~ddhoy$&{LC zl<&O|1s3r~fk)!QLnG2DwX3WERzI#E(KAw#LTTCebTHlon*v!)^)l;VPT1pJ-;FC6 zN_WH>!1OmuB;nj-xWIa0*N&E5h+~Q*yl8Ujnd|pNPKa&$@tF(Avj|nXWn-ws@Kw%l zdRq=Mo}BbtJ-yDK>stQ-0Ub!Kx-0!dqyZ4{G_Vur&K}4&xWUzzSn{4BrS`Lu5M??b zk8dD#P4hqCs@zK*9b8L?gM&IhRgGm+c&qSR3_5|7UaP+uAtz;CQIL&7tP|=_)jNnY0tgz6-O^5&yB0Y7W9!7#o0CrelTN23W_38Ug5?HH@4*!HT;4OI_mmX zt0E6}t}7N{715iUJ-H9Wgp*OA%tW6B!cDVY>yE$iiR=`DBDzr z1ts%~wwa#3^nvkZch9aBpP#a^12##t2twt;=_4mpt@Nd_D=oQvN{#PS{^)Zp^EzH% zxe4%LZKJe3_odoIG+Us;s#PsQa#9(F$uL?4d=3!9(>=YrQq^3ikVh6^P}!iO{TB8X z4dA?7NR^XKV)x0u(@k!{&JA&Ld`fQQ(S4PR82>C5_~ywN-XJa6jIC+xk|MLpg7BMP zXj;ZP=ZOEv=;!G0Ez{*i8U6xr&9XWEx4+zf7KQ&G0f>d2ll}kifT_`zj{DyN(CT)Z zp1>%I!Tgk4DLr(DwcF>iYnNrIm%(fRX@k^Nq6DjCO4*myOWm`)22Fh#ueFFtVxfte z>>wM=8d1jV*c(w#xWq4`Br>1mz5JJ31E(apI=NrAy(f3XFAZA~`6+qajx_6i1p9!@ z486P%Jf8y}qF#6eD_??^{0uw!)$k{}y#7?#X|FIj_ZhLrL3YF3t+&TOZZOyaj8?jc zRo2AZ0Wfvx0NIX5KV9iBkDmuiwk*vm5u4d5N48uuO02vYlce$utB=QuPl6GX`)|NE zTaF~<`lmN{&b&yhs_eYlGp&z=(llS=`><%vu8cV)kJN04q3FuV8)S4pxmsz&BOd%Y@Mr!Ke;G5Zu&3R66G&>Q zK)YPy`v*}FIjlAqq6w+3nvHkx&Y`DI~u=8Otf@Oy=Y`aUIUc1?NKYUFi3tayjy@WUEFs*|eurs^W?p1~yn z)3}#xpec3wk0@r_0Ik=??OMa5YQn0=`ju&XTSG}ajW)Tvy;fhg{e-ki!igb!748%l zGTD{a$l{Qd{KxBI)8b;A;5vLNL}Wg0bA}Fx7#~h_XrFA4f=V_wuakD^j zu`!QNpAFKdJ17wv+)D{5x6k6=<15`9cG#F`t+Msm_c8_%sKamL3lypCrplh1ve&Cq zKc48vKEw!?oWj0fbGCJA8X75!MqI6PNuRdmJx>ur#njNOh+_g9)F%f`)Hp%QZ0hfD z=z8)E*)C%FvylCu_ghAlA`JgS`Do=JNeHK0npI|sr6hdH= zqGU1{{<77#E^*;sRnR>FdIVx~ezI-5LA?b#755j<*HOAMKC^P2@pMPX1hRpb569N= z3p6jO3lFVk(H(%+=sxs7UiypB9w)9*bknR=)0M!GiIoQI{Jmx>`bW>o`+8V|DxE&N zRPgKE{{6!zVV79sS-Dw5s^pTid}8m3i~t}1U_-~zov)6W+Qy%+v#8=$^Gya!b4|sO z*Y>TnE~eeMvFGT`8)^-p^!}$9-16t-ISY`g(oE|BvwBArPYlj5w>Ncfoxli8R-}PQ z5l%)1q=9_Te8XtRl z#V5_RABTgCQ)O;xCLc0>lrWo|&)TwU2SU~ZA#lmv_#f4i(F6~vU9q)G&|A2f@0rtl zI^cz!B$7zL29CZ{TKSEwPC~%ix*HYqu@LxqJu`%Zs=NN1aJ`)b#rmm%Gh=o^A~eD? z;u~sS3-h2#AgHlb(}xLP#!!JvwFlEibxb;3v6|J@`A7Fc)i8i2&kGkCgi zyfWD1IgB?E7t`VA0OD}*WwB#$E|1$sL?y+_wUrwD;S&WG(FWdheBRb+Y$SkUWkkw} zCjG_Wb-YXT2bc>5HX2-9;_KW~@(Qx)nW1-zPjxjj8pG)fFmBENrTboB>>?H@3=2vb z+6^dn*>kp7g~+zg4s1EIj4{0}1px4mG|Lz@pIWfJ#xE@2e3gMQLL(w$|L=Qoe8jL45dC0yC418vUKZxjR^) zcyp%w*$q;m1Mv`ETWu@JBC7Ed7Nm5;+Ksld^8nDwJSy-FVuL)S+iwXn;A4$25e2;% z>w#F=;5KC*KH13&ZJT}mEPC-4oFE)$kAVzJ$cQuyfG8UTMGzvoou4BLOsATeIXV&u zGDvkF`42^qu;d{-yxf2A34k1l{ zo&k;-O$9Ash1VFdIS`}&u7Dl(fEq+D(*%|O^|*g9=n3mh0>bHso)T#v^X1>CV97DX zuy%PxXN*3PBSs|2J*V-t;IVSUg#v1%fC}p0gmGSS4DXCpdm*c*$Z~oDC!2W9^ED9b z{Y_BW8J}VZ-1BcZ4&rM;TCgySU@icxkys!g^E);D+XN9yWWwow5L_7@Bd^FcX4f1z zgNN7RLm@E32l_rS-4LEshAXfd`O5I^Zb_mVpw92k)uisI*2mBdtb@=&Mg8SG_2E-g zkgP?2{%PCH%L=$;x-3`50ULY2KC?z!HUGs)TQ!cfGF6Y1WtZRebqP&G90Yirc1d^4 zG@5blDR5~nZFNGn{k}b_hsFxBM;Cno>Ky6lb7$OS5inxOiXq}VAH*J_1U8?yNID>M z>em8MJgxl)gwTSp=rInAa90E$S#Mb~6nsy>p~3Ej7tf$kt`sWmJ1 z16{)!0xay-7MjL(ORGQ3<@9^MMVBgsiJ#K7$VZo4M}xLPOd{lDyhPCMOg=c3YfUae zCvAAJ#$LMx?*J&`-qfTyd3E$noteDiLeNm4fC{=lnskq|BCRaI?$pA4}V*h|d=Y`c$Ip>0}x64fwb9mWG-5fFJ$fFog8N3f9WZRBi5&Nh4;^ z`ZECM)Cn0DNBjfn-3UD@joqJWYw1?r+w~C<)W(u`57i9{u+Ck#9-44*7_4RE5%lFg z|8%vjG_`FaI1)W{u3(V#+!{}GW4dq&2oU6AHnP#u;6e?l@4574ajcuiJpq?FuYw8C zD<$~4xfLp?9vf02k$F9NCI0I5pL7lbVDNYgCi?)RB1<$7Zf(qNT5NMn>bZ8!9pg}bKeSz5?r`4 zz;F?di5Xj#Eei?&Daf}s96*QB#=6(MWFzqCqrVZ16(;UOz~}Pde}n1zC81ybb{1U` zBHuyshW;#v7;E5Av3abQEp32-3TpmnJTb_{8+xQDb0Y?RZTd8EQP=Iy;Q^}(^uSSn zxumqberk4g2ohsu2VsDoq*Yiv~vi_?|#SNEHl@ z#)0^nONRyUs4n%9Ev-PCE|lm)F^B|Ge}OF(FupoIvVU>VCP=8vD$?1|X8|Re-*|HL zQ(Bg;yrWc_F4us6wF`tpst7PRNab^$9+^d@%;J8a3rn5yU%4aJ9W)^-A(&`{%C`1? z7w7^{X(WasZz16YCkikJTC!_7^g4ZdTbYJkJsT%1`Fgdo&p zysp_X(#Z=b)o|ETHBUcvIDqCN0VfNKmYgsyt+c>0*~_GmlAtV*Q}A_FfS_SpCzp|4xz+6$VcxM^)>&n< z7ihYTuxpV>3x=ZI`_robf}mL<$Z*R{U6)86=+9jRFACY~O@M!ji>dCSYG4Vz zO5m{~sfLd#X}ViOg}8%3AXUrN@Oo0->oZDk+uX`DN3+!NRNv#2Pp=HNMVEp>t6@t1 z=qMxrC1_j4_Xmjo!yhAoo}hbUBpe8U)eC6rszW42{NK7JRsFPG@d%HYl3WA{{NODF zRG6;UGRH2OmG@_k%mfn3Z_rG}$x2~ILNYH<#H+?kpG+wpJ%!q8i`VJ+hv96@Vf<}~ z?yi&q;gB*=<-c&d3JqumF^sqvf>ER@-62lpB{l(u4XK%I>sNFD-J#!bW?;Kmo||gA z(6emo&wK%^)=i2*0@hKx=!*b)?dz*`t<@LOPa zJ>BC#i+}_b8b*;m@pxv(H%L=!wQ%a%_1t}@-j_Tz2-78x^~s=RtBTs2xlJE!jk2&7M}7)IhowXRpUW?h|MQ=RJ!(h z&x&H65iiEq?Sex8iKy*BML5=WAHEwljgD%`%mxKb8eoKE(SQw0gr&P)xSoeaZt$It zlXTkX67aU2+TtFoaCUGjHu!2(xyp*{%_I8B96@yG`nHKWB=hL;^| z=iY*NKna3P+1|{_$z;G%IE&Y`Px3i_tslDp}4LJc0@zeK(Jcx;}oBZ+#_i{5r1kpgIVT)^iO9JR{g8b8?kuqK3n zu?-<#!+rBI?Izr`@``D5}t8Y4HYg0X|FVC z2nr;%cR`@ZQKofHyU4ooE1^>id6FjIPzSPXTI-4&zk^`gQ z)08=Z>yMJt6PU)Vwbj-8%^YD}^JmyT2j;-4+I>9jdH6tjYEtkuBqZC}`h~bUodO_r z_k*N;^{@Xq*#@K1abk^fu5q7j5pZ-DI6(%3)0{q!QSR|z<5xVFcs#Qt=EG|JzH7_ASLL5TlwicE~J~2>&wKF%2zP@40#gPD0eK<~W&q3^vL`_16ih2mK z8#l&-)%ir;akk9IH~`fSz>6S%Hh#@o~g1+!5|dFts1PTB5wvA z>dfeY_xLv$&Z5UhDeCVr*|iDWM9r@28geUPX2CVsRU6)_$^Xl6lPW}%5`dEdhw~fI~dDJm85t@PRf5foUcG?tc^j+=Rd3OyhlfiJx8=s`qRI?s_FeM#cr}eUe zCL%;+lwctEBmN`#IXhFgc72lpD3Gb7BuS-;7T!_V)q7LtMb;br5FO|EMgNmS7yB^3 zJx?#5y%T$ocW(4_^>KDyqC%YKK|FQ#@j?;3M|{e>AA+HI$XxM!=IJmrLqD6Bmls{< z7b@t=AoeiDX>7Rld=<_Mja!WQ#E`MVmR2wdt`-wA-TfH29sTR^J-Fk{)}#})mZ5v- z%(bY*!IwEkGuyGcG}3_NzZCj$wbo7wZO`yFv>J_hLzMaz_(iQ? zW-PC~aE*Cg>a+&OM<2aQ$4ucyJI>8SVYQ9Y!}=*>#E{p@(k84#y#T1c**&RO*M>^e zg;fCTJ#F}}3hI1~pD;NFV7ajoEr=1oS*!Lp!dEtlXXWE(nz@e_+uG!%9)c1}AGqnpEN0VCCAzcFPP zT%NB|I}b{;MBSll1O8I78OMTMth3d^@JfkbK`mjw+-xsru|yg9@$;860OWvjheLS< zE(rS&cN*%zaeyD{B){RUnuu&K|nO>Jt?|TV1Y8BUx}{MMIK{_ zxbeG|J5*q_1ft{sqJt`ncKf@5BMu(XDI-8wJiu@G9SU-2F7$v4=97U3VnzN4BasCD zA{?>!*8SRt{+9mk1+P{$T9g?_#0pZgje@aAjaQm_gCTcN1dWb`AXqcgUo0K1uQSQm z^`lj`Y7V&dL$`8D&eMFiY&Rjwa0}q*} zaBb9z;m*@i2X=Vw%BO^%5Ea@R&%ws%Py#8kIEoygHy6XxMwF$CS#LP4`s2du3ieE> z@m@>2YQ?0n6(ACHtckB;m_0XS*St{lVrVw_9FRZGdxoSH-HJdZ0+HEN`T_R>96;um zIhZ&SJ08d)AUyyL{HwvZHbCrsVNjmB7X`RCsM;UfXCnjR4t05i2O|6L@h*cXkU@g} z$zsPqSo5lZ3Y=CA?tvRX4_4m)Ew3Va`)qC#QQzV?Zd}CLRfp)r7?viam zLgx1TTp;>sNt3=odZS!Ir&X;Q^jTeCKB)2O2Cr-I-HTl_Ta9y`2_=#sT@aC zpu^Rp2c)l@XVXI#cL!HbPuBr|gX-qxq6n1?ra_P|A^W%DxZgA(pb<`*)-Gtc30?jv zJ^L>BST709LAc>jc4KVqp#oo|AP~++zy5XLWp|V#FeaFGKl35s5FAE<5@IuT|FUYa zQ`+qNcYJ9{I27L`zmo=(r16?1Vqg}5ATNx;q^DB+sC{>k$=N}fEv%S54w1i*DpUsX zU|L{NVk&{)WA3&uisP@q#4y3SUvMf^c!U)kh;ay1_nLPIR0;S2^?u-V9m^Tcy2aku z)A-wi(i%l%91Ga>4Nc44I?1%6IHM8Tq#7e~dQEV7x+2@vi^Wicxa+I}BUhMPzz$jt zvXi46)4n|V|bga2Sj zqWt~*Oz#d~IS(%y(sHn53sK8pX$;vsFaSbk{rCi?yuCyhe}E1FxD(=|(z~(C1TCGE+g z*TO>oeNeHf`HUyll4}rzE@+T9A{ptKuD~px1sZq@iYaZfW7oW7 z7;cY=o|aJ72|Gv0C^@c!B+xLxf!x$+{^5g!@JL|bkR~iCc_;CqGS0RXGyvU6&UTC1 z1kJb!G=tL4$IFfzsl!}7+Toy~w}liy@(tI4rNH10L874UjiH2_D@Wh3 zq%}{`=Z;c=f~Dyo>WEPi#6i?ZdVgAf_+iFV*}#J9|4hoV!kVllv?PuVz^l=zsb*y+ zIMrJ=1iIr#n4Si#HsCJ#Y&JV^lp`_26D+(UZ{R@TkUUPGC?M&c^>TFn?7~}b1j~c# z_t{eIjl-H8v_l`ErsLLn-UG`MjA_4hmZL`7>l-hGn<=n9@u{md9`|o4q(@^vhHu{I zlc!{vzyuf+31TKrZlWrh(Cr6pJZ(t3O1{&~5whLw4yNFmjV#EE_brUFq zLy`S3p%)UkAqnucupqpA)xraAdVV;ufvS!)bKgJfm`U9xs|?f*=qXzJP4(LYKe(6` zgMt_`+cTiC?LB-KFO3BR5o&OY%Kd_TOgn-BsW zl+JaE23xIyZY`LOseA{m*r=L$=Z%s_p2w@be6jtGfr#i`e>aTFrd{0&x*X6Or5Kz| z0BeIBIQH#L=6NZtH;+-yPa7rwGIt}*QP<$rZk`Xs)#Ifi1Qa z!$AMowEoaVVq#eGt7XVYZE_|gnM%M{8)Gzh@3}0Nf^m;TbAt~KJw%)qWHZz|A@nHb zu5DZr$p9ba+So;%n?YJBQKBVub_0|vcjU}=30wNJf}(o!aV zDgeLU^LkwF_^31yF~P3MbwI|XJE6LS&a8zAS<3)71^vli$~f?;_>L zMIro= zHl2$0DX1w@Nm5p^`81(|nl>%>)Kn|9>5KA~cKXlXOJa0f{SgCfkNVe+?Sjlij*g?u zx8E|;1}$`-`8Va=CDA2e9z-^iZY&J>1?H6;fB6JE_ZU=f>TxCcfVZ|RA~rG)1!{>; zsuvN>9{6XEvxTp)SO^%>t+adNJs=W7|`l0VSiCMh$0k zWp?f6`@UBOxURqPPhD~-g*q^w4w^oAWyVxIyxRz!pcbcma8T}WQIL2qfnxuQv3F|D zg#ox^gB{zpZQHhO+fJU?wv!#(wr$%xwte2YI8$@+Rn7d3RlT}_9EW;vdGpTvIRfA5k;{%MRK(p1JYoF=?+CqvmrC7;ra zE^C*$*-_eFNptjb>)YM8!gL#UzClDOOeU2j^?%1kTn&*$RGGHYTC-|4b_mWr1rL(a z!Kk8SbJX4E_F(hWqR*oL{ooaE)+`tRx*B3PsqqUDCALlYEAb!2mzzrj0w;9fEek9j zCB#ad2IzK-L;R%TUSxdBG{m^2LI=hJAasnap+CDW#NWb0-A?*1t8o_Z8_J34jT+tI zgX$aBCCKcCDo!_$??Oxx-ZLgz5Nv!#SGn*WmQnQ+2mgi72lt9K=Le*uhRJ3{$H$xs z+K{BU=5e)nV8h8S;knR@4#rblRR)vqK|psoJZKuv!SMj=8dqpb1tGi>*^0#bDuWJX zr#{wl<-VwR>5qU~QY$xJayeF`<F_L zx=YP>3#tQlNR_HA>QfQ1AtTP%%v~$b&Q$L!+jqFSVIG0-dgIknc;}||71yhbu|NBr z@YiEjojsEZV7+J_&XkqN-;!{%h`67!@`CNYLy!a{PW6`AL{a`uEjGR<&qE;HG0V(l z>7m+Hss(109blr;dc#YW9@*-`qj728YIy}{tQu5_k&>sWe)?sh6?1&%CwpV-mWFox z1U%UC;JNb2=pAI|xuN*H`0YdQ?||%q7~I*cgKCLOauvC{?~E1vef?{heqz3qy8Tpi z4_#~)d*}x(e@=oqTn%w_YK+y+R1mrl83F%UllJ|X&8+tak@9mLAiYIYrMCjZ@<`vJ zxS7E8%o zuv8kV3lvR&Idtw@Sxa)KBt%sj>Oz@l|AS&GklrB;38^}{X~Yi#nf^oK{c!I=sOm>sGL6Cpa(#s#P{1#`y4L@r8%l7N>|#%fORUJJ zm^USAa5#1Z>Du{kZuz}I-N;>?Pq%7cwdzfz1R5ChGg-$`_{;|&i@sDjT8ETml85+4 z1`ulKgq)Qt7%KY+1sQD@Dz?jRvh6De;(`jstd@VjJPzmo+U_^-fXGr>bpegs! z<25T17;h&G>7{bv_0w+v3rDVUp`y3%tvG8S*Ju{d*o`NN;ThCP|xI$ju9ug35T0-aD4;el= z=$7X`Emqyo)rV)Y&Lp3|?h*nw^@uGUe;&MYwj8Mr=6u_XJ01@(WPbXRHJ&89-02dU z3_#aotWl>@yY&3tUzyt;9jpFDFCOJ4V)zW#A;-?+h^m%mh^BC*QD`9dthZ#f2_TWB&?jXp*Vo#p9bDdx5stQcI` zf7cs3fv==@JDzBUle$pj2*#Q=U!Q_*ck2|ud}WK##xwXtwQwP z)?^Hoo1QMH5K>MHhhDJ@&|HI^N;aaDBt!LiP`o;qNz^oezdipq;oJ%)9T4zlPcavh zAYz<)Dk^c*f_*-ygmC(U$qT!K3HeG#KgFh2E4i39>mqC+InS}Bg(e=J0-#?ORXRM; z?(%T0_Tkhp50vTBaz?z|3SZ_psQdw>9M0S7PdMm;n9FVsuou#>7@Tn+3O1CIQARQ& z43v=*f9~~h@TOCO8xyC+r+*F2;k>nHjh-@q^UI`|a}g}DQb zq@Ux+Uis)MQ@HJyb8rAKFyzGrY718?qoH)i1nLZtY-X3y>5nm_FJ%OOll!znycARi z!b)A=0Q+&#)XSs&lp#*I_6_dE{lGl>{2KpHd*J_BIQ!pwAoKqd7dPj!HTu8A2s*7% zZFs9JM$@-}4vmML($&Ka&0ce6ecoV+^?$-ip9B}<9tdu|s$RMcUSS0j{vMkqOQ(te zu>=pezOL=9v3$Hz&K*;h{Vx8NMHl(H`aRwLSGABh4_F#Gdp}uN;@FIds&<@=r5C^* z!FNWDl0}n_?WSS2yFPPvBAwmM@$++M?){38_n()TqWyEaaO><&nl}c%38&pYt(||l zewbT6HfbS7nbMB^`}ok+bKv{0M6IHsz4*Y^yan2sbwMj{YVaW$V+W;1Joxi=SYQ;T zro~fbCywIlFJYEikNqZ(f5M4+HwJ}j8aQg zr&cdPJcTk%esuE8vw2Ht8u^qN;v}yW=#p41Y`}8#R8f8$qbjD~=tCdx;HkNjSj~(s zlQ!!OY)Q8p|2Kh7=U$vIu;n+q^UN+nJo!{1}6>dJZvjVY>oRZ!8O)d_);VN&gsU)xx zd|Aa4a+LwMmmjCd7krxB|AY?;Ti$v`bni8E>gWguW_J(`<>}9Va~vG1?WazXVpLI; zrRgqC+_0sk8|pW+&^mEAt zboEYID*O_^7@}`zzw5>R#ZddcdX>!_x;KqxS)N*Y-XC4BQ)m4RzrFK|kEa{P>5OFv zl&NVHse|__b*AeIoT!O0hEV_L!IU9d`MhU|p@}bnt@P37B)XsDq_;{_AGnMmk30eF zg*L<9cH?`FwPA@t)|ATAH&~BfP+PJ;y?*6{Js)N}Iewv?xUKB6KDw>ZXPn_}*I$Z^ zwjOT%yNJ?O>I1~*r6X{~h!T3({K)6f6_tR*=<2mmF_OuVMu6E!Iv_p4A@)X-+b;!D2xhU=JA^YXu$C&I7 zto9xz^ZN%mdec!nL1s);FM}+2ew^gn$9SBSM10MZ4m){SC_~JV;G+2{Yvorh`$I~f zzZx@Y_3j(N_uoAg_+<&?j&ee-WWajU7AEDakoJ_;=BnI}Q%A}N2(qLJ>&x%hH}NDi zQjpW;!XhIwB%Jpr_=oMNPbX^YS5W>ZiR0@CCAXaR+5y1c_mPH8FVlf2OH}ocG z4mRkPRc4=t4$MGD0|!Lcge(4QUVv`cc7IOIL&uJ!vF5_9y`J-Eq7XKbXwh-_~uMMcf9APuz*dV&aI zKk+rU^HL#4!53P%v=N&vAmA=97&w^GrT)tgvhCf6XaY<`us8}zsDqE)JK|wH z0neAm6A{sgp!d2zcz5wic$VNND_6*S@Yj{4pM7NvIlXuPVB_J7c98XVShp*_b zD41ZflkW^BDNXdb{*jmbwUwSnH<{2;Y=Fgfip+!xxW4tT)tcD@7`Uph@RsgO)kvXO zD*YUHx)0>9?D+Mnt4uM~{&!Y^d}Oqh9$i_Ee=rN)-W25I zU;<;_+8BTRGp2B2aKo$~`9!noYt1S6s*ey%wJh_p8(Uc+G1IQsOSkU!Dvdwpn>cIH zVz*^od&voq_lE7J!fy|^EtLaHem1`~37&Loglj~5>PuL+iJu752^8T09&QiNZDS3k z{(`vdeJOvsvyM6Yp-WG%RMBycFV~YFQK{(VVT4dMV#!io%uX>|6MYeCYtw272#Oud zKQ$+HdW%*MwmY`Ya8w3*2K^yc1yrZ!_1Va+v2N%H!tbJp0@6%|n#~ir5i3@W1k{{W z*PM+skVUv-KTcc~U94uLa1@%H(JMv12Q)>yJ51kUQIw^n7tO5UOWif_DcAzW0Ie5R zQ#6)FfKd@wWXUp?2+&PsfsXt1pwu(*T1RGoVWfTV``I7~v$HI&{E42ovL)F1=P!j; z=vmTktRQ6q_%Zv$Uq2?{_BUPS&qz^GOB{EK4?nk8EP7Ka!Gvh@d6)%spc*@aeuh8R z1USdpe}Z!K_=)H(PioNW_GhE|VMC}tn%F=C)B{y6W|E(PtWSMe3_ScN=Wkg{;PK({ zFUL*Ba(=o|`~=bmlOdj*tJDu&CJ!Dj!Hafj)gjJ_bqNZ%pKL-3Ctdvw;NO6Wua6N? zjA2n&naqlCBOKB|P>QgErTwL6`VA}dR*{Yy{Q>kD7H^bO@-Q#FBuKrXWkv-9ODt5M zfWw&*kFD=jGy53bnbPM&((LYws9*L%?z z6m|5w@%gTH#C$Ot%^(&G`mm7e(IM)Jv_=9fy4!U2B!%FASgX97&P0jSuM5_jiI%Lx z^<0>p5)0j@`xkKai?=~qU>K-xoTeD-kJpx0#G?>EgGksO>+(q3WLkh`B+W-2$y22O z7k3xVJ++-_^>1DwOlpiAgj(4s8xd}3oW?`;aCd48TxmnJoRjZigQdR!Gg~os z2XMAf1lMfy=n40jrtzG;rfVr*JNx14kca3Eh0Xq$?PIHo&*IiN534|hY%h^Pm3qXO z!}GB~&*C)ZMZngU*9`WOsQTCwr&|XAXRa$fln$&F58{SfPxf=#S7nC%5#p>qtbAF= z3}Q=DdP_5rML4V9Bs#$Ko1r!6MBlQsz0GVa?0$nynmzP4W!qH@yZH&w7&O6RMyxeHidVEb1yR ziv@}N%zyz`wx!e5DjhfU;UAPdv~$LJn9^gYEZJ$ zz&y>)i_(>A2%p%^hdTX)DYyg1!ZvCaWl3Q&Fz>Mf_p1?&ZX)ShzE`E~{EJGMl_CY` zvi`t>F|DDWQqmieYaDhf25jfHi;u-OwF>t)D?YD&Zuy zy`=v}%=ZXN(iW}t#pa3bb4d)J&VS33aAdPpC`WgF$9)bH`mwh_Q1wCN7MsJwT(FN! zYUfRQB7oYlWJ`1qP+!U;TM&nAaqdP)jS9(9T48dy6imGtQn~pU<)L(!ypRlE-p5b8 zi*UN+F(abqProMihD4n2;_Hy?2D}Lp13i9lr^Ui+#K0zXEI>&6dE2CFQag`0)$83P zM+q0cO$i60HhOrABGRVrRQV5`XfOf}pNxTHdvu2U5=`3o5!zMnp@NaTI;oE=%og1eci1i$Jb!ybOn#<{O0@ZUC$e$WBSpYZ5@DD;MXL{C;9TF!OlgX zPP6pX^L8(=r~2&ck8vsNxb?%{6}#-b32c}&;?qaVlf+pmwjE!Irq|p?mD@q_#3!3 ziMbWYfod}AC0&1y`hI9jzt(=rEh+dYBv|wCQ($iaQ!u~o@v%3XeMyDRdCV2i^ zU3Cekf#^p|+w{i`Hu4a}6C$(Wc+6>zW>WI>b4lKbmX6+r)BVpF#4P3cw8NAEh0|>| z>E2XS+~89v5ZW{KjXL3#puyuH*B%t8^uDVr= zd~k?rHZ;G+NWH1BPHz@e(E&%P2Wtb4>#kdOg(ZbsgJc&^vmcbc(?{p!Rb~-^t}S;w zp@+wtpNFYqUjjs?cU{8ip%YM@S|@c>IJB1-IM!>pS#P9rL-M;XRk708;zxCM;3nNh zCHqGF?9iaEdl2P26G3RZl8WmOf(|LGyR0O zDZkT-OchTj#vE-f-J;TLjx4rJvFe?plfx-2p^%Soa)uq(4Sj^F^F)q<;(}i{QH0g^ zN;6Lb5;MU|92T6R{+6md7V$HYD^NnmK7^vJ^T__SlTbq(DkE}FG9!^LqIb$j#|tiNAw0XgCFtoY1-A`;qs zEUW@vf51UDacR;|@yd#<-M{>YEM^*d(bAhpw3Z`*N^6Xg3UBZ)8+;PWG9+HAEw+75 z%ozu=&a1BGe5g=f6_O2;eRB$a!@T&;HbZI7I%H`xy8L-C|A9=B#Ttt<$35?mRZOQMrcTw&kl`WzOVO?=tJfK zoIPCx8p@T}NeAA)AsU?JTEgq@zZo-%ydrBO1ZDmOxf~t9MTm^Zf7@0NU1;kmXL#pK z-Hkd~CP&uBYqLhcFgtB(&C}CR=oAoVj1T8i>sda^CS0l(sh?M&jfJ&(%(eSZgS>M- zu_3w%$`y9_v)>{97wakzKcNqfsP4I8ZNxA-0V04Kmc)f2X10oq09!^UqV6aTge)`g zDd<4HlRpYxL~6@tU4B!}?cr>kSKbmq_sPhp){Zb;|CS=cN64(^Sq&wEoHU;!{)>^3;&`01C0HRa)V z^dL7y{=fm;DCjpkZgG6MJ_XQ}VHEyPYv2D+uw`RpXaB#yU}tpXT(&urdM6@i9`$XC7`o{ra8Y%vjBm#5GHr zo#+HwOlVf7v1nK3AMsU9JqL@FC)#hLSJ2^0iD`p(6SCq?(>0|Ob%Q8W}#6y*(mQ^1#d=bVowf|XI<#P8FESPkqr^E)Ms%ISZU~J&J%B09Q8@uhJ zD!cRKEp($;%_X)@TCEyNqKxe`6z9JCJ&|C<2%ax4_Uj-RQ!;%6PXb(k@^L!QR=B0F zOkE00>_|wucrJtAi^LBNku&7}hKVJvB1bstn(VwacF5RlE~YnrMA7{>f5k=lEoxzyQ>|$Wd`JC zg^2C?>%x~(aBlKoe$HeUVa%_U-sPqAOiXQc=k1un)wZ-k#n|85@1jTlj4pU}&~aFv zS`tA5T+8H31tJf{oE*W`qokP@l$auKS-4l^h3niv#~oq(3ibvZsOuCo%uPagWI~@| z1FcYPY_avM@r#_jFQaU6nTg0N4faM%ND`@XRQw!WwXiHKFHfu~x%s)tpUwYTAqcv5R*`3!rAL&~fTL{4k?*kVR`k$k4 z*Ry;=Gq8({$DYCPLtrKscxN<23Pe+NyX!yhq#N++1lThgGQlr9GlbQzdPeYUkaUc5 zextYO#FDs@e(W!t?k|kHVRj^pZg1Te956%azovNd9{?_{fvJ+3>{ZkOZk@c~RRp`$ zXx~h0`_rbh)^8T6c8VP^Yfr<{cvr_6fhnI zDFSN59*D;7)HpRsli}-zVdk;HDo(ys?;ouexBLY2aaaX_gEWCkdD>aa4iL5SL6`4%w4J^g|Dnoztw|Kp_5# zVjY2!2Y7?i)1*Fs8407JEgxwYz>beO4~BItzc2iii`@U8=q< z{+yH*0;R8PPqHGZN7o{M;;=uMt7WWr8-l~ybe(1|@Q?DV{><)4?(rK4wmt7Q@R)Vp z9~c9<8nWq==nByrji8#z!#28m?$hDNd_k=RuuU9dOmQIJg7s_n17Z-2ry95z;tlHg z5cO*9*Q4eUatD@(069e$LQ6uN^~eNFgcfI*%!9f0@R4qOUP7r#<4!<^`tl7jI%)6- z1Nt#!ZzLc>_q`W!qoBhfR=WIt4{oY$(xJ`f1DB)mrsx@SiHI@9pZIN1Vp!h5C1eF*Vm?$!{%dEfPJ+6? zlmggWSSSV5p9j(tpM%9o5ythplaGXXOQ1JqWy-Ap(NAlXNLH-gMV?Ba(EL*0cuP8h zH!ALIkkkn0XkQm7EPQOxnkzpUA^yj}O)c$umS3FQ2h4d9-dt(*|F{qhxeB}bNu*xg zgi@Z}71tZ~W3B6#7aD!%G7y31cx_Q=JwRNIz4;@W`G41Qp>?-h+H3|%r_so(!pkpd z;k4qEv1Alv!W+mb695QNlICY|%%7mfNFapa(?39k?_?3-;DKM zJEC|dZ&{l0yyLn|AVC+i`~hSSz&{|%OJKOLwTz={62U8?{t6jUfR4NsX+2gDa89XM zV`|2laGVd8*DQ$NL*?a!K6>At;RDDtVd6@Q3Fk$IqVQMmrRDnlq?mnT{bxYy1~)59 zUJnSB|JjEnNUms+kS@jidpaKoH?URkHP%12W3IT^0j-4RxHh`Rc6qCjsKx+c#3Bg8 z{;Kzpb}!XGzG&hS0TF>ci>N{1Qt(nr!TiYoAeBsjDIG&fQ4s?-$=o%<2DT9v<0|cQ z>6l(LziHh~N36aTEOk3&wi@RUS`E8sa> zkcOo`1(nAkRL%4Tam%4?n6}RWQ*nQRvO-KqsuxZ1ikmWgGQ2xCkqB5JEmL222#Xlq zW|ZfmM@J?Qe&E(mX}e=DZx6&%BpWU^id?V4(r(J(dn|5xB`BcwO?sY@a0%T1NHvl~ zpfd{P%8_~OdBjhW+)60|fD}&f!B4Rw5E8@a%U-dzXT`qX10Zd^62Bg%- z`X5@%`%0+bt06(~5U|t@b4At&d4rC^3y66DA>{D%11?Ye3e_XoPfqd%is6peLMB-# zqDU4EKGK~xA@C&_-FA1s;^af{io-6%3Pw4<@oZtFUSNYT0C-~TBo20&|zE&dvXTG*GX5qip%59HWVV3^XVm(8RkBtThrO96B?zR4t@4t+s(f_t%V5cO@5>UJqdZvl2J`%0>x8R z6H5q$Cji_vRQ(&d?l{7ZPHu1U=Uy2DnQzP4^T|1QFI5UISWptsw28KSP`Qg$bjcwf zGVg?LA11axOc>; zVh;+D#HZ<B1kRuwg=k<)A% zb)n~$B3VlHSOs#_)C@$bBH>#tbk@B7s)^b>E3NkHwjsrRmWA$xl=;$*ArW z{DGqZ4H-gnQqcfj4eF)5R#gh_mYIvQf@*l{-zi|ESXE`GZvbVb+K(h2S)8bWmVmyQ zm=uqeG}3o3-Q)&?mmd0*n)=5U5Uz8E;{l#Hja14$A32i`eG`dIJJHN*Ml~>Rf(Rd# z9p{<%v+F^S$tLFbzn#m90x|`nXP*3`Hx|)zy^Av0zDywmqxbyTZ&g??U+y~yys|%T zwF5By5HX(SVjc#GFa;67_}^A}1%f2jirmnW5~E@NnSO*ap5`?`yizoKRdT8PYtZY( zkpQawef8Sk^25L0B82FPX((X7l4jwbz)aFb5MFkj`D@zBD#sw8qpmH2U=0IZp;2&F zl#}*!k%;L#+H#^#o_8*Me%>;CD;bh1DdaTyyV`P5Pa0y0f zI5ui~J_V~SMd<%_X*ieJ8$Z=T@q$qAHb)P4_V#%`M}e%1HpFe;{*-e1pa#&}s};xc z`M^&D)gde)j%Y*aj*u%Py)m$`ER@$cdh%@p(d(5tWOPz7%wVUdqC-GpVfN@s1 z=Q?jyj5sns>1?U#ez^=drffgQ!DT39AclQ&*6i-fYO!+->yhZw<#N`{fB1VJ89eM7 z3W=16y ztGG>E6iDcvmdu8h!I0vFD{TVl5gQ@5Q`63eXa{d#V2|YgYgn-@6GKsjGB;;Sz!y%d z%ob1uJe6P`U2zLnu(AVI(~W5dPDR!v-j!pDPH!tP58;&^mX9iRRiEwT#{iCjy!*O? zVG=~!ncx;r4UF*a>0cBCwMvL8spu$BN?c0zD)1h_2JMcp>+&y`+~MH{y}prxb9H~O zF$gQYVtqUvvin*_|dxXRMb}UrxR0o){favFzG73R%L^6?3IDIsuA(QoOzy;k( z%pE%J>q&fj@R&0{|*TxRH3isaBP9vL5SQd#2f1?wOGuZ z*4EIg^}l6=BRGa`Sl-sCYv?e-Pz~KT@=WQvO84y{*8;w$D?C}GI@mo2vpz1*@(&jG z%%*EIV~028^<8#Qor{($%V@JPE^%yz9f7$SQkAS7;qZPTRwZPbn?|=Y@EZU%_tdq8 z&=Zpi#$i;~`RtMFZr`EDZJ;^e&4}|IsaQ;4>&y;fGqNUzQW>&9pkTW&5X73?3{04x zRHKteLg#O=QOS3}-HlY5_ zv9@$RyNu>M+cg?I1nC85{RhV+lgrHl((mW6*HXh!>1$L(v4P=)s!he2KetekSp0GV zZ`55l-R7+sjLsYR6V7GR6Qs9uBsh;SUOa@%kwUaUK95iKr6f#=irA~%i6dglruZti&o|hk)^d$ z!QswH9U46 zE+qC6-0&6L2q-;euaeimD9cD8S{dYxY8B>=e?X7KI&IGUjn)XFZsJ><(+`Lag=H`p|t z#V?T3^LKKda!kaZWk5@r))np;QgxYQP+%|;t9=r^e<0Y@mKFWP;xsd3O)$rwrq{)J zZwS^dnT2M(__|9|CA?%o4!-qb|7%zmDQLWbTr_*-fkS-a5M@wjBDlgKzpA$078lKN zZk>_b>y+JWdgior3YR=50HN!|_vbRxcl}x}QXdPt1MaQ;R_la0Y`KMF=c(;{)9(Zl zMZQf|h=3f3K?rvimHh=!~F6>NLxB8 zQqc%2Wxz~EEZ9G>q&q}V6b1!Pam|%KW!QVpj`uYWPL?Tb&m)_t=1D8OM}-a$v~~un zFj<7B=Ld?JR1*gYc1C)gR?FTEb4TQkYm)ot(YkM~HnWRy>DKy#F##7bSgftmmJDIn z)%V>m7aq0Qt^#`+%%o7+sj0rxg=f1n#n!crzUM2D^XTRI=lkFLH!8==orieYf|cv# zBse2?_OC~7x|}{Y5%E4zK!JbGkYOa+(%1O6ILh=^K-=Ex5!l(Vs1+?wSKg_eds}5^ zU%4Z{M4QHYEBFTudhFiztHkBF7##hgH(pM97c?6mh%9cRD_Fdy=SGgR$Jv-tuhZ$M zLCs?qnjLi@$PMM+yM6?e9pK(A(UufUU2iG4x(ap^#L*pX`nT8Hk-0w8XY+m1-Q@XZ zsaq+%Z7eUcb&TJfGo#o*iZxi~0BU+(nGfY`Aci>q3!!yQ**ky$u;f%MoW#YY)d6O zc%zf(&UQNHFY+KPay5={H+WK5@#m3Rfv(p0U{nM>Xpb?&{@E9+LhrW;CuH1anB(oh}5{ z3V6aPckCn`FxdC_tmN(M_B54v+%dry~8s+ef#XcJQD95?rxVRZlpwS;H)@ZV z&V1Wic)5EWlE^Ya3#R7XlA-d>(>Lqqs2E^$i#GS#rTq?qq) z>+D9Dt-P{@*_nkI@!SVxQ|anB>C3AI(yT*?k1xRO)~IJs8OpC$Ueu<2wH|Rynj`5e zJkF;MgOcRI?^rv@PX+p`T;KU~6{1%n!qo@?iwrI1PeJKj>RJ#(%_n%Xx|q2VM@JMz zn~9;YJ$1erDHrI)QE5zh_hRQs-dFCtxVf}+Ijy#&S6Rz(SOzw~X}-$*Y^zEE?EzaM zgEoZz&bB>zNg+~dXj+h1K_5D41Y}s!THT-$k;b`q%X_622w)}Tcp6J`SQ|N|qLa&? zO|%9NG=tQppw11l@e}p->2j`U3!2Nl4Iz)m|ja z*%Km1%Y4aY_e%1Z;MDGfVPq+00miX>H#aY&i}*kl?(Gy!CJG+hSvjH6r=rgw8=i4&r~oxfk1OTDXydg}8VO{KQS@AzxX=yeMuSQ8^c#V|4+Z zyz#9G1)}Gm<@y!g|GkKP9YaAWu>fn==Hu9%mEF+ z?WFTYEpiZf{@h*Aw$6=|>H){uq1;AP^@9er_YH549PW`X5tCS$izG01A0Jj)BYKPT zwF@^pkhHr6CG_5YfVP)q+d$vv<*s!9OywAB4ZwQsd0r@D+Cf}+L5Hh*9lVzEZw*egQ*Mk#U{R z?DwZQkw8nmd6+Z_7ItG&9@{I9qy0ISB+96kMBC#m3HKV9=Vic|tt+M%HDEWh4RiCE z_45Q5^@fX&wIB`vwPOftmH$#?m|Qtnp4c!=3C_>;clklYn@k~kJYKt0+j2@%Eyiz{ z`mpA*>k?ZDm5fmxI^lR*P_;aHB&186^+{@%ZQf~w>q|jCP$qWL2K>XGl3VV2a%DPH zX%C;%Pxmu$i|rG_dhWFM)V(Lm>vD)KU+=E^H+>4~sIEy?_Jna1KbzPjUNlV(>4;f} zyi+H63+PG-cieHx3ys%UV?;jrNn6!`me+j5g%)-dSS7$G-cf<{CRgcVuRF~)b^mx2 zs_ewPJ5|A>2xM_#&$P@5+oj-vU5q9A;ATUf~pVq|brRwgV zYMXX)_$?U61YbPJSiJFCj!Qw=#>{N8z-oc&SgvJIS7~thgF7+9sjHAd(bviX9RIpFW76bV>!N~*oOS5*&Rsh}Heq|lU+<8ax_o5|k?DQ<`{314UN-dT)6ddL~7@F_WrN)PGe9} z&uwy|!!D;*yHC==N5ooey$mphZ^W+-El+R^$#&GOqIvuD@7RTH;}jd9e9LV+>DFKI z(;GR3q*rn^9Dj6n>~vD!gH<+Uc~8%F44Vt=TsB|;lgEhy0R`(JR6Nw`x*miZ!zAK) z5GnYreypCP+)vPzuR)8hiAN|*MOOGH;=as&{ZUH_3#?XlQ2mVBu)f72J<={O0UU<8jh=+aAQ|eBsvvmhsyPzeSRo3m?mD&p2k)Lc}%TJ-LcDj={+8Xz5ZMdS$8$_-JB`Pw4_m`26s5S5K2-)U*bvPpOXt> z?@D13;I{a8z)fMvrI|HD-{5DmzV=IQ$f0#@4b*L`c8@)9gZ??^?w!=}EEfSSC2g2l z+AycVSdC4iu;(mzyaC)lxrrOXW0B5NALI8!n=mM(ZXmK{ru4;q-&HW)aKv|7kch3ktf+9l@}Kcc9pqMI79I7 z0^fL@RNMIJZliUe8#Y|O60iJet_trM`(9iK1B=glwy3}**2-n zyicBF;=DpYk%Oflw>dsgfTo<2oz%&(Y;kuMycm~@^FfSMXgrn|Y7JFI{;-8K%C#nb z;?6feY?0-i!$P=RCxpQ9Re)TQCtm0sq zUX*N-3G`NZNbCQ!E+05L6q4`JSB6ktZT~WTf=Lmv3S3_ibHO>OgNov@t=m%7a7BDM zA95Xx7(Mx1MEv;b`2B`I7@ZMq(X+!3)W{_2j4{!T+2gLjYIblZd{v@R5KkHT zYSJ5Rz2oIbQOy%3#^nOx)!76FeN{c>TIMjL+zPT)Y zyk(Z`TrN?hm8SCV9D0ZhUISQnwK5d`(xn*p6s(gRE3F;eve|>mt&FQSSl1#%L|zXH zB!){DV-nIiFUQ+n*`ZOVn!9CsYIOXe==E!~mE@f#uYM5&*G@9%ZPYPm#J%CICJz( zB@c_=4KK3cxyE*iA$MDMqPvkcXv1g-C2mXURcKGF5_+;ORRK| zsosJ=5in4@geT@I25hKPe=*O3y)1dO%po{b$(OdxV$k9jw%-lk^EgPlO1162fi?=-PfQi#KCyZ+YQAkkyF^YU50gt=WH85^8aCrqV1(#^CMzPrp!h*Z6@63&xec zLkaW6I$@=9@LjJ{H9VDn^ZAIG((Loh!bTLy!x!+BqytU+qI&3GdC(}w|NSV>P8m`N zf|TR_OncTsu~^)I(3~bo=uQl$q(-CFeid(fD?KYTMu7Kqrtd8TXG#>{;m>6Hy*D#U zj@#)rE5G=0bv0|tyuIA z=WJINGwa=#MvH}5zN<|U&w;N^*&?EO)O&j(@|N_kcK4Ba%Aw?pwo85O4Ck}DK(>l< z>ZbnY$BuMlULGmF3;on z)!mJn72SoY=srYy3dR2rQ&hp+%0Cq;mP+AP4~s&2kL6a#<4>?6f3!UnR_0y{x((JH zC6s&rjuSPZq7&!;aNQ?PHL+|uQrBkTr+82~R8Vu&ZlX$e8~d-$B5{Er*uW&z6n_Pu zFqv*cZ;Ejc17Y#L9r|cI@b-O$;ikBm6VU20FHdf+LF*Yht1Ug53h}sP%{kl5bC*aZ zj$)F4^KV!VT3QPpY5i7Tz)m&uk0qwVKPgp4-Iu^7Nm?`u>wIad_S<;!(FFCeU;JDK zGf4MWNflj1ZT@@>C-5T2@;m(@>7~Fjne7x5|B(0i`3(90W9*!oG>aB3oBq;vrES|* zrES}+G%Ib}wr$(CZ5v%DIy#~w&V9Hq>j&(IwPMehbBt?&h-D*+Cvhe@J%TZU7U+$f zOiu%0bPiIC2(YG@Bf~3KP`TD&+!o`uVei=p`5)U(G-Jt+JET1dU9}BX@-a$o*rXt< zN_P%jXQks-k%eXP(}(H29AY1L-s2FQ7gScBjBTu`K-=@F%^QEp>$*1=bavmbn+n!fv(!RVL<(VLFq>4F}8h>x#VRKy3Qx z8khGqJxLcHOD!@o=({X1zg>@u5LR-<%;Y7c9JUm=w&6&{MN02n*m64hcvobsi#zZ4 z(vhrhZJ2eIa4surihMn{RxaM1Xxz1Y_p{h_ypbutr2vF(At5&uG_noeTGJm_1f3<$ zUK3ZOkNcks#U+fm9IWF8MwJAWa!J$4F$c)%*w4k=xXQJ}2&z*dF4}Cw+)EjAe=%p{ zQig<4Dv9mz(qChIR&EuR`nZH?dpEoNTTx!J+F7%%iRy~440?e@pI=CjC7!Oo5q=@( zku~gT&(z=4up{8}vykbE`O1Cf)=(d;)?GYG#9^vK4|j8U%dOZ}#U=E8a7hc| zWsrGfTMMk`;49Df#+h=}d%ZsW0W!j!d;XsiJ&yl|{QZ+%{4Z?hU0O1({~&)` zRy8W7c_t4yDA#f<>vp6Y^#>%)tjYJLWOpClgw+ar+)QTKz{ z(>e&si**(+ViLxbv95|Zy1UzLTSzRJ%b@eF5*itFBy8S_WTz3nz5I&83+Uy4EX?cAB4x7{Y$5}`Z=k1oYc4iinVJ%sis{2bsQ2iu`o3ZI$aPZO7s=O@Rwq9O3aA_Jn*!3yT;NmaJ)-W%av%U+Y(=50aF1 ztuZR7qQGP7o=kWNjie3+QGb$6+@ zmGQ(ht0aCCb1Te7u86+i+-sAI#?Dl_hR7bvgsn$ea<6L-K9vzC0sjktS<=!Z$$^) zzTdPb?ct=Te9|VN*X$n>q+8a}ZYcaH<&7rJXMuFrG^;4JG@RF4OKvDtIBp-kk)T?? z6cee}hV$@+o{)9`_ruxtHUs{J-5_|FCFoL}JG~|7w3TW#BVB?fs%he#2A0qQApORr zKYBxVA_rfM%lU6M4#GFMpq`);38sZ;K)jAtaJV$f8-@H9B5R*64iB((gyiuc8^Ei% zqVcqmXxZ23;IZ-)HR8B{7}a?=+>v=^r`DkQHTZ|x*gu&*nJ(f}17YHANYV@2rku0< zFN6twV$vOz7&Ez$S{&p#_ZhId0ozcN#8+IldvVU};f1QlX;40|i`#U2kP@e3BL)~c zsA&%d`1(GTwmpjsz-?VF`}N+*sHIE#)k}%s++SI8waA&IWzuW8RHkhAPh8q8CNvPra}E$$ zDA*EZ&v+wCQ(By$d#2?w07O(F#X@%yB5#$atZ#^&WQPqR-p{mN_;yw2cj(4@2Ax5* zN}5rDG8BB!PYwa8&LQL6c#N<{y&A#_G)=Du`&8^{F6R{NqQwRW2HKRAUkj>|q+f|% zp}LKTt0L`+vJ%uLogi#ncTX9HaHk>cSeGPi&Ay-obFR?M7t!YkjM z>Mc*{VX4MM!)xN=ko;%Iz5aG&(Y}6`l?h;ok11NR62YG|7&QrC8YCW z8*-9oVHgejq;g|x;{#`Aq&I3rf;%*(2bZCUI!_cI?V4(tNs)4wR_-e7x%AZSDzz<( zt_@Sl3HU)?J3*B4xRmIzwUxH-wUwcu34DIq6KAki_99fE>nijqs9rp92s_#}Y;j%| zW9=3#cV)4V)|u%-?BLEzJn=wCM(zkK@^LSBNOm6XJtJ6gPvNs;KPE!+qJCJ-u$1nH zRkLXJuTJg2iXGv7(8VC>K<|SX!x0jMgrs~+JUO*f;xd0Ya)GJFe@h@~Srj_xU*UftyDdqkEx*OOfM#3kbMp@np9=bs^7S+APrYR?*Qx>#`|V{$ zYx-79?iqD{)T4*Q1qHu?c!J^%Go?~#2b)5wO_xdROKNi{)-+*HCD~R@-&BoPLOEJE zWjB2lyCF+EDw8@L{_kKqX6V2&`u=U4o}wtLaZ}`b;G^>rS@1umUah9Ap&S7wU->7BOEA<4dpPo+rYAW0%?UPL9NhwFcn^7=U@EEj{Ah3!@Cm?D{NJct^sq~(lUzm!$N#3U!u%7Y)OCWjI-YgPE zeT5*`R#LWy`j0%t?KFAFOERGJdJb%&5`?qFfvrT;oja~UElYoNQH&6^<%XsBo`{rb z5*F&E8HPR(=9qkRFBGLDIjQ`fV zXij0v@`w4ehp_dKH`#D8!SqDj-i3flRsP%Z+@RYYyY54oRxO;x7$~H? zQC--*ycyGc zbdf&#B>8pl zE2kUZ=p-YQQs3He8>$=cCri+J>%)k5ZEq6A7F{bc zsog>yGHYRTH!`UrG`+S>bqhkhy{PqYdfYrq43_pUr_!veQ+yoDm2-atu-ZbTSyxaq z4wFRrXlRW@(&Ri)-MggLI96`2mE}6spNuJk-nj;6lvXFlrq30AywhU^QpLxodG1}p z(TGSGJ2sgu7fgHJl03{c)Igf!h|o67(=lGCIMp#bbqYl4i}y~*{-F}bX43Jg_)+yG zyD}3&N+1y=R)HKOJV*_4=EUe2M;2Ou8JQ<;=(ZgFpRBl}=oz&Nwjhq$u@}Z|7o@YU zRzH6t-RCaic<_v}CuaVjN&Td`3=DYMQ?EFKY z;7TAu0zu0fCper(c+eQNiRHMoAf@D(_jSj~?xq3!BG7p1&pNnmK%d8C7s#*%;fod_ zi6x1&*GA#KtC?}sxFZWR2b2p#55RbH6zLm|?_TpN(#p!B_%U>?c*;Y}+c^Qs#>_#R zO@F+cdzI*_6}aK>eNH+n-ETJqA(%^bF-E`6Zo??q{d{!j>^8u;6Csa|zF0QSjpZ2LKg{%l_Tm@K0(3Va8+G z1DUx^bmCS0ufmy0{GjY%8nEU4`>*fP>kLF7Ag3LJaPBF48`i81OD_%M5@Zv-LTONTqX!PQa;i{Om;vjJ zrg5vTUVgasGM~tU2BIr7>GM$Xd(WJ&6X(U6%fBo=nuxE#U`hoyvMRWy4V^n>se&gK zCoa%d8soXAEMFS7gU(7AlZ>8(u0Bs;(^Af=TLR>lV-*pzKZ;KmhrLxiwB)4Jhs}$> z#f@b)IgP498`ko}o%xPC9q7O>w75&FXk4vvn+_E7l-Yj^A^*}Ku30Y_{&QEdc0D9l zL!Ydy=z>dmg_dQ1Mf?)MbwLcs2(*{P=P3+!+fvpUG$*^W?5)Hzd)T`cjE_tb2*+;^j^iW!=Lg~iW{xS4R#;+0RaA_DK?#%W*^QEJ+Vx5E21L#5Zrd;JLJGNQ_wWjUZ^ z_-!mWXw)GpR#ko40ndGSdRMN0j`;ggLn(!>yY9<%|2&v6-my;l0$J5Nkf$F-6r0ufqh98>ctW$~(T5%FG!o9OWGq5x<(O8Lbg zNL_M;X^Zj3HCS4Bpc{^>V?v`AvbqcM05k}@QO0M1o5Otoo%c^`OoGCGe+kF{$N=Tc z@4SCA58H|Q$UcJ8hc zZ^{$v*d6EUEG_wN!`DfGM+)1_Wy>GBp^Sx>5+#wF$3trxtk=n7&8r+!6zH^%$eB&v zsp+;wXk5r6?UW~8(6Q`STY?u%XhKZKHM4Ua;#$kz9W_#BFF9{Wskgc_IZPe8nvdxK zgT}C|pw}+-u@@!r3*-hGQL>{IEQJP+#0V2yxlsxSrRA`hI-LtPhj#ZA2k&Hzp>7>6 zfxwRIpvn_PLwg|(%_PEgfO(SV3!>uKp2mcCuH*HK|F{T+ac+LidAPFmgWt71Rgxl9 ziF80I1#$%G#CZ2#c^W@$g%`NYFH>>FZQK&sRkX8mZ?F!UM)wl-`JCmU0_K>+)ju!( z>f4}o&>tV6PdU969d}u}Ct9GNB?ze71#?qf*ci_R8GO!E*Ds-w?Z39-5kNRv@9x#( z(>4&c5GQ|d(C%$%vcV2Np>oh?GPoFX4CM#Cvz4mY3F3B&&QL?{n1>NLytAFH^7=na z>b}~&a)TG_z5N_#^swzEis40Q?hy&kPLhGC2A2`7@5?O9B}5=s%|sLmDv1J++c2Li zr@CYbT;c|=9>2h^GIk}xe3hB`JP#AB!#m5S-hdtwEx9}l&cAm}y)wRH&swWloj7U8hy7!oF5TF!EFX81EQx<}B*J}EGEzrPVZ_fzuk zZvEl*1}kX1Q=mY7OIsdH+`q~`h!|-RRlrKtae*VVfMSIb=)3vc@Akjct0FShIle~2 zcwGB}$?tF1gaJiG3l6dGk5J*n%O2#&AK^o^p#Ki3K-2$%cq%^vP0Y8ddje@Z8VoX; zy7y8b%a+8~Deow0xVvCYU-9lVq_$y@kV{ws;ur36#gKoGU_5JlVJ^_I`dmLknGg5@oAU zlf#G$A&^ZUI?B(CM^JP_+xKw4dyH1`O_}*6A#7_x0BoS>@fE z0sH{Mwln(wryz{;zk@JV2G;)t-R|l?dshj^t_NfML&%ZoyqG0;*3kFr{UJdq?5aN` zaN>oormE@oep`sY6kQ7dQOU`l8XrbpFJpTJ14w*VeQ6phKR=b$PY zY4m!g=)T#9SUHEUdY`V{eB2!t7E#haTuEA{bl)!N4Btj%=G9sRbEz` z=Bis;aVD4I+sd3Z^-lo%$25f_Yx@5RU?-feS(|tyX%(d*ZuA=PiP?~w+79wD1Ez{4!Fu=q9b&$K@#$F8T& zPxrTl_w7k)u?vDj4o!~rT~Vl=+-}_@YSygij^q~7f;k^HYZt7!ls5YshJ#YzDpe%m zE|4z~7ELX-%!UkSk5>;?kGl-bWZ>eR7w!0p0JLi#CSM)4KxRXxNM;kbo7)8WC1rT>$4VcVndJrd zripqxby-r04XYtr0jS%xzLkk%;g@dRs}%#F3bqJKT|b}9S!7cXWB!9$*(=Gpa~rLy z2$e-EcJ=JXH1uk%ZT?&?hnvbeVozX|rP6}B2Wy3^_2TyRmRxOa?J$BlaL#_d&Vc+v~A2Sny;sK(eMuwGVH}DmB`-+KxMpaz3_Uz9Spn@ zBG!(2y3Bab-ljEUsq^_^jZRKvhS2)0m2;a`G!X!kH?VRxItZJ>l#4*ePc9$&i3U_A z2m62iUGngP6NCA2+`yuB3DJqI54urj(oA0|m}_pSxW_9{CZOTSrTB-4O~)+7OIy7x zUnQ)>wlFukm3ZBXjg}_+1iS=KM*SFh1eX#8$VJ%(WK-&k6!ft@I zV+NIFd99$aypV5^f%qz7PA)-0Q@zwd*m6jh<2^h z0n+&_JK}L*eCa3pnAVdYB|abV#ILHXJQkMujsGM_w|+xeMlquUTh;V(CNeEub-#)IlAH_Rt_-e_PO1fNmgD+_TFkW ze7&u{+0!)R05Xq(?i>%f3@{8or{TG9UYqkTw&Xo+1Pf{i@A<)4!;}UJa_y9& z_w0*kWg>;p9SYTce0>y2&!1jWvM`D86$nmSI$hFTPkf$ ze=FM>hL);tT&~3Z>AT+fZVG#Z?tZlfZSD?kz(%euA?<`7Fd$`D5<Ya0l zSu5M9mIguyuakq!#2-9mM6wYg=dS{NdL}z!rfzb{mz?! zV(J<_L*XbM)6tCd4oQ)@iRW^1d8A*ygOQBH#gj{Y$+mRs|75AP@n+n7)Y+R2JSv6|r>bC6%oR1yo@u1A~UQ<^<&BVLL(Q z=9&*yK_uoed++l{6_5@K{e7|u1?KGc&zpuxDA37H8Uxa4)kc?JAvI;Uy0+G0_VwP& zHkm=`XvwiqTtaP0x7;Rx@f{Fn}9G zJng^K4jTLg4y#5%P%PEq?C9f3=X zW=~-SUA@vip62;NKN4{}Kw~DtHjunPu7S7aMW*d7hKu!Yab^OPV-y(bdyxITC{pHM zfFNCj=qbI0)=Wo?2WCX)8t6N!0LKQC?C(zm89r%@S58{sVbCBOHIqSi``;FktYN~& zM(`+MwGxsOE0;L`e(hpK@l*XLi1fzR%C$+uHl(Rs&G$~G67y|Wb@!t%r3k1YJCXE6 z5X5x)WI${#-!1gtulQv5c}(15Z~u~*?jb=9y}b=htOBWj4d7cS4nGNq8<`=lHoy^# z2KNFLtli><(y`l3w5q_?1OH+f*X0PFUk-2-n61*(V_h5+WDFNv;EWCaa;fv+Fnq;0 zYNlOL^N$e}5kw>l(EGzoMDWz$l$u& zodgd@3`!_|#+?lsU%)@H1(Z#=ohsJOz;MykE5do6xwbBo9M0v1kuFX!6$=Z)^ZR~o zNFp1$wSZ+BezmPJS@s6RFipm}8D7L%Qs9DE5M%dEUq#_6Gq)xm zQE4#3UGbX|zO`qscgKGB2On_V;IrqXXo5v?o1Hl~w3+pIw%`Z~qps4D$A$U1RJnu!8Q^{P?3ltCZ5y^<4k!nZTkD&2L z*7XA5^xHC*!jk9$qvp9yq|hA7%#R5?SYCs8aQ1hA&kbQZ{o;&AjHr8`CH0398?KY!UvStL_o&?VuL`Mv5S+pwzErI#nzpEMGvhg zi6i^xErBQr<;|Z{SkxY?a!9MqO;!~Kc@p4MN1$GxB^PDaDn%_RA~G|=cCIjZs_%FzIWthjfgLipOfSJ-65&izE^I_v`z#>K&Wl3QN3<( zrm$5)t4N?f_5_1yCSa4-DLTr#0ltenIa3O+RfaQoy0d93!(erDsA+qnU2;zXRd-|m z^byDU1cMQEdkUia4wY`@#^C9uwBrMjisuJG(Y}<;$AaX;tRM(L`Fg62WwVEmb4n+u z8xTimgo9j4WDXDp%+^QCLzZ74!BrZWsdVX}Pqn9}c(y~<7gQg1okH5(wiJ#J@Dx)r zq$t?TlL!!YXLE(?xZPteB4`iDq)P+yjl2gM}O?ceWe0IhL(W2 zGaYvE+vaj0APjriC?bsdi|Q8atHwdj>AoG9r679eV9dT4-ot#fLn5+Uk29fFd+|2T zE8Im_+-p(cw_nR$7fn`BjJ0ddWiZON0wE@yP$~a_p=DA^$(M;hB^tw#*_qoioVlyR z$Qs5)i19^dw##7T5%lJ7s?=ej=7uj#Rj&^%9EPrZ-m;vHgO#4tx9d*N``{j{*MebF zb44#N)4M$;)}HV2`D#hdnQY|2&~{wPyQ)Fg_V{f4fkq3Mb#B<77VjI3s<3Y{e*(DpMiWSz6zU-1y;81CG=HTciYfN@AeZj8k_1?@Y#7WO=h z)ybd0HMd>tzp`K66GSSpoTS`_v>coKUD6kz!ae3c;jU7{pwLtqPb_sIP(uS-0nA{4 zAz}C@1+WkS@Bz~KZnkiPIq~w-@XTwFA$6hP-5VwD;*HwyF0kC3m9H)>lJCmF0J@_! zzbGNAE_hBdVHkHSU$1J zv55tdi(E9n8RHS7X zhZPszN`6BkNK_eHZJ_La5MjR13dP(o--zfWNp+V5ean3y>*_*5avUh;>MteC2ivO@ zp|T06bbKJ}qO`0!4&+P4u=eBU@44~J=?AP>-$RoOaAMj44%<7adE92?pZ?Bg-=4P< z&p-PyL7g`Uk*yi}<6EcPE%epY?KZ&9=NyQ7Fwkqt5#_m5n6}HnPF-Br-?;`a6GUj- z^~jw?X9E2I>OT1Zf4CC<%RZp8pFvmg9~g8gpOyd40$CXt{yPg~;rQRM@2<2a95?@! z;+$%-FuFRHkSr0Ogj6iV=jz4TNEL`i@IuV?Ay(o30f0uRE-XjWVTkX)Wt`~o@nh+I2g=(1(_Kt{^ylpyT}tpo z!8tRUD;O`gYmcDwhkI0NqkGBkTYk1o*j>Y(Fp*bDMGcX{nK4%+r4)os-)lom=w-X; zHDbeU|4@80Wt&$GWmxiN--_r~vbl6vZa;+3wCw+@N1d0KZAX!F;&alYFnl*EBjRZ86>1kZB6v^{i=#`lLm6Td59dA2(U z8%lN84aHDrMJKC5Uvo1AsVYSzH~KvJQg?6c(^XTDrvqcGI95rP6+Q1O)HPk!|2l)6 z8PSY0hf$!NaG#Lt`wh!gH=Bl7`09fLQansl{{C({2@)^c_{(x%5?G{b&@O~|G|TPl zq@-p(Wp_~RK!86Iy}}gf#8Jxn#3Z6&l?O|%le%3LjH_UkVwa$WmR*XNnsPd0X{l4w zy4?oOq^xMtnWEiBP>hf~t8V`-enZY#umiFnY_dUL*xEHXI9wJLgyY9d$vanE5kM;Y z!&sGWnb6%qFn$z?SL;nmS6`inwlhbVdzQIKPL8&mpB|TQi|6{=Wx!}8t~?7Zi{0pV zR%id4hUivRYIId3Kw*#ii=21*{D^hA5KXhE$oCGfCa3Ekw}ClmNwd+_LSi^{j0=eVnsm3)1eWV; zuB`1un0b%^CNzu|mybNl<5?V^3iY~E>v|T5Np%PyA~Kh}SO?TppS#?%jme0FbX zGZ_LI?*Z>wsqlaJR|Q%#3l#I+H!xl20xH_+Z&CfP(1JMw1A;$fu=1kVvCQ4n6*Vw7zZe5{rq`pWro6p$V^IRbz?#yP;(tv}05&v9h zNTE`q?lCTgyM2vhT~N@T@`^WWr8=Y%H4`s+YdHG$X8FCFJR)cFAc~q4?k<@Hgu&*& z)X#68=AzSc<%H^tu?*^S_mQ6}wM?RYKtg^d(2BTo+sbFW%bzYymFoFt#C8;apj{P+ zUBXJ|{J~vecm)_U$^8@qtoy*2cqbqKxn$8?Lm}NqTP%%gBw5tM{25NhG?frD5I`cZR(c34Un(1jjx?AKYUj3qaPMaXr z!J8ZbnQ6)3#LkD~pMl=7HvydpRzc&13BoxB5`V(IgB{aLd_*f3=REIR8bF5miWB~L zWn-NEviSV%M~egiFMe}Uh5?1Ss6EFt z&_~8^I-H8$wxx1}HE~3<*Jsyh0EM64HaHMgTd8x%adLz9lKqEPb>)-#Sjt!=3IudT zljyj5^eSqw>1L`Z;msp8t=5B3!^N>iG9=HOAC;TfkemtehA~@Rq;ho`VxLtm(I%(U?EZoHD~Cy=_KU0zyFE zcAU~V3J-Qa14o(G!qL)w5^O*l9BD1)w$Xzy&b+Iey8 zdK7nx*N3V&P*{3i-!@`wAtBENrFo{O=)G{n|hm;mNptK9q}tJ9PCusLFM@~hYLf; z0{N<(>UC#!63T_GP)nS$?YO1@J>lR z3eRp~frxCx-zfzDw)*&~bkJ=4Et4EH`P(_^%~aSKD)>b36fzPGC<+8OBjdb6=9rf& z+1)j}{HA=&^Oa^IGf_}*dKUgkZAkpc^SwlWc1!>Z9oQr>dm@%7dDWxNLWYQ7ZAlmu zOYT4dJpnxKi8KJWZ5dg*^W;Vo1S!kLirz_FIj1LtNg_Lh@=AVcHVZuXcSkCxy)N05 zNFAfhL%cTtmkL>HA9@(~nupcljs9|*dXxrX4I=qtAe>k94*L2}lZ9r>akAIxPvv!7 z^)9!)3w$Qv)z(wu%IMjwU7fFji;l3F(9-4U<8$|Tl#oTSTTJd_=+}V~8|$?XU&SDi zTf0+$WAAGpxlQt7CUo*`{T&C^ib{@uj__#}63KQl57oJFD5v2uI8NuvIZI)D1)=d! z@4qCci}%QYY%A5?o$uTqL@`~E(%`r?SHolPn9kRGMpG^t$b4ZKWuUf3^~)>u#Rlng z6TX|)5W_L<KYm(`}X+!w^E`XO{&G?#Mh=sE* z*F(g+xigqQ8i`lX9i@dZ?V`S*W)0lst}AX1uK$c=ISSPEC9#vZ#^!4%@j^VkVHo_= zUTZ4sV5EMzv-=u(B;*fhfKeBAasrocbp-D6--~kb&%hEvj&I6}Slqr6-kUnsv8YXWDY7?Bj!GbM=x)#QEr@=}yY3lv@>Cxy8 z@hL(|&L|$S3i6FVO%x87Hcb;~Q-)4dewml@e>*6MyNwsN(Cqsfo@1`d55~T-fcC3( zY$~g&DQiU7#_{jYho}s}Qv8~MvX%Qo2y)_WTxJ~`C^B-4n3Zj045CS&v z!Vz_8YPL0}`0tgaP{~G#HT92LVG9`^nsjQ9)`pSeVS&Ar3w9rWG`%(wy@MZ{tBbv_ zXk=f@nwU!;2;|o4A1YOb= z6%!H%7w*fya|T)*wIM3cCn_;6j0F*`M4ySBWMLIpnk>t~dvb3Kw<_PYSpNpNI5D6H zAv}Flzd9X?kRG9Jg)U-KA!p6WY*e$$MaS6L*)?Dxo_Rbe;d{Zy=cpl$vSd`Fk32c5 ze(`GUT%Jc=90W@G(K)?r%StKlWU^Bm&Sn@%RQ}2Vdj=@7&KkB;mLy%-PLi_Yr^N~R zW$bf|mtt#elGnT&$jpk;U^GxU$LMTo4Ms?idw00O`T6vld|7y|CdG1JGT!FfG%x(w zxP`+yTP^>`JEzsQph{l&LceFRbA_W*wcFss;B@9uvHbhI69xKa(R~gEy_B?VQprj1 z4FUVS6x6{n)y~zKX+pX)a7t&k)h9EJtKk$fIMmx?iR_{Ts;V|)CCdR$mohQZXx&R8NUE*w~^;g}Ik9{<9v<50W;B$N`Hg|nOvp$6yNerfN) zl-y?U^0Z}ZZ9dbtDglm}!{*tjSpQcKL4DZItFQx5$e^D+M11AtTjrOv_%vRR4_X}N zBL^G0)vhD-N|c;zm|km5ma*Zge4m&|hVtaNkX(mZSUSsDrPzPQ4kBv+c(_qS1Xp7! zrO|bMOhF_Eo_0>KsR5!sy6fy*#~~*Q+}$g;oH)Q^nnwDf&Cb!m(c61XjVPRtSOoiW zg|yy8dIm1-`$OOTbB*}}NJjHolL(ta9nhJo!0Ix(eBQU&veq0&XfjFA@qJ}cUr%_u zZHAC`5rOLMA3+^G*zw;5fJ@ElpbpgWlgUZc$x#tiZbLOze7{d-aO2$jRdS={#X(1{ ze#cs?(C9qZ%j{7{hIik0iGp#vLX0_T&_|m_j~*SqD!v zLv2^VPj(vy2k-$)gvQ(h5G3sUSwjqPrBX9KB7um^#N>%rv)LI#?fbkz zh)0>LLe?xK=hh6AgN1RJ<{}apQ?8)t>3*nRoRid)41d_oq7Fod+;Y%*4z?J&GcljZ z&M4eEg&IqA4-*Oft9Sd*D5-jr7q(oMgg;6u?7gMJ4OSeEdEMW_ScdHhZ8~&ksN0WM zj$$>ZB{4FiT@4lXF)tjy4;#?ZQOXpZeMDb>gvwDbP6x_B)2!UcUpSc(eRbKEIoWKktn*o z=?`#yf#AG#;L6)?j4U#dVI1(ilG;xboVQ5t6U!oq)A*DC`I+t)H`*9I0uNIdvwQAa z-8b{j5XT5esu|Dz9?jwusaoy?^e?t*L|JwiUP)?DHW9Ned57Az+=?-Js%al)+W%^} z!mMl}y>b&4G0^O1P12HQuZX;Vfn|KSYACjh(ZsFs`DMeot9)8f&3wOVz@$UfHqtIi zJ{3CMGv);~hd#w6jJ@Pcq(jU8#%zCtbRYAeii2(nE7>Gjmg8o``_*$tKG4uD4F;u5 zA;b7&!v6yre?AUrO{l$io%-|Ljlh6f%sslCN8ARVQ)%77!+?->wfglI(ZJqAZjt{e?0ZT2 zB>`ds<4KO(Q@xRKrSdO^5yL`XTWo00ob5w`DiB&;a!}f9q&95Nfq1>{l{&?aNHO&# zRW3m%C8a;W*RUW2yq&Iy|3Dyec7Oj*VH)HA7p5t>7&^P#n-I_||2r9l3F!ZyN0yWQ ze=#|&QipO=Qt9p~dfbetH>Zyiy3-X`P~HR*G!W@!f($aOvkssUT5D(boF|be3^PlzVX&ezxjRB_LBMY ztYr(&=!O`VkicAMeH~9K$MZFavWEX+3JowBK0fD^G~JPdx!;}D=5V(ESgmXKI_yG` z!MWSQ9n8(l><@{sthf;AkNWhKvYcSQx4PCKs@R~|vm5$(E1?Dxl&&tTsyLZJgA{!j zidQSVz!+y6onW`6+Uhj1(in;#FE?45SmFB~9F$DR$z*yeD=Cr5`3J5af!qhrPgIxg zlt@H62qPU-G{m}NsLNCrwFcF-|Y5cniq%7CS z&I5ec>9z;O?tdK|t+SpO)Tqw>ik^rrm}n1kWx2k=V5U$HG>E^OKHqEUhUdv&9J;81y~S2b z6T>^t;n8J4?{cZ}Y#*W4l1foIqVf5h`=y@-jUUvjO<~6DW+B1-i@_qu0^D|w`=5aD z*dJwXa!>Ip6b)3-yCEk?FRV(f0G8Lns zSO}xGJ?#{Bp7f_UR(p2!NACYbOc52sp5{&$1|_POBi#r(&aLH5jaib_Hf^PHz|}aN(}#sl0=_^xQlJz&A$y_Gf8U^l(J5^ z|Ahu3CZpbe1n;4sjdIkBmqxbq=a=!r2AG*_^8sP5oM=VO1IfC4~IT2E7~ zKV_$<%kFv{bcb^)fKiQLCdf#)F&}E+pwE(s{GQ&B9d?eB3jPH`f=sJ-X(e6jypK}- zVj*BRh9`ZlwA+2VzAoJ?gbGHOzzqqiT-ZlFdmbr2BQ55>I}a>EkX{xc5g%qw;$Aq| zVBw=NbiTyyD)wvM+nXIXHZgKOTC#1D}M5^LZ_S2vhbTp_*q69?)$ zb=7hy_2D4Zm@q}r$&6$#B38h?I-E`J;$FFtQba30{K zcnhJd!CV682*YN+qP}nwr$($vbT34c4I!g8?%2R z@6D5$&+&-QK|Uip-)FpRd7RC~6^q8kh1nr(Y>RY5zpWQ3ybd$=Dv~Q!yuyB#7SZqV zKrSwgt;-zdjhg*NbR^Mo^s7p@0Ib^2jDG_VQ5#t<9X}ncp(TR+grIz)FhY#uGwwQ3 zXP%$3U=d7=BipBuSO}Izv}4+@QbyV)ba;W5g^Bd#J_~b7gY!nTvWH%MV_%`h@bv3x z)YVXW6Eu>8kGfpYW-@p9u+QKERmB{V`Nnac#5Igi*77kbij%kFI-ApA82@%63maoi zs9#maJ}g`9+js)o27m2z8=+NfBZI4u6QDU3Cn<(w>_XE4h!C}7eT0dR$h0!i6-nkD zo&l1#Q50fj?Gmncw(5AN2pTlj#;-6e1xo0aAb?;SS=aKk*K0+LH_itp1=e8*Sr)Ky zrMbdRL5fgYnI*!s?bDyfplJ>g5A*P9XOy2?%;Bn0(Bt4Fe#2QW7&`Y?UOb8tR@Mca zI>7FB?2ync2Ttrtfk=wFxic-9t56-3c+LQUwee|l6 zr>Q-E6ojIS*>ZFcA)4|BPzZn3Bm=GQk~s>a_1!W18D5D z{14!(5C;6uh~I(}<9)=)m7Qw_@R}rMQb)*J#U@!%>pdVr0xRT*u1dBKcJ=WK)^2=n z$tJhvR>A$sP>j4*L5+f)`SyJC0cmsFz74{wXOTmO(qQZmqNPJ2^g9%e0ki}@ng&p( zd%@1;;xJgLN9jRd2&he#_oeI`*3)NVxY@IY_q^PWH8%0&81thkAJQvdRHW#?vwaF+ zcLSwioPgzlr9@5|_H=4wM>pv&!xMCH_%|e8>-tOmDO+(7e?ALYo3wS~YNYvZAVioZ zb42$*EfFM0P3pC`$`+nCUlsx!aYz}n#-{Zq7w~`4Vl`U z{J!-Nvng{Bi=BMW#r{QDQiTRpwB7R&tMhI>qlqm_9|PK8|NM= zV-9o~Z(l)+CGUEsdVwvQF=G#A^vGr%I+MBDI4;QF;^{(=kS=t3CUiUQ%*xbZVUY6^ zAK)n`^6Y#+-`2JH8M$n2o3gjSI#p2PrFDT^yKldK1Wcq>H73!*SRS@RJ$9hF$Q`!; z$-D}UyTZzgjtSjz%vwm_BAS?~$4U9%#|v3lInk~NN`6&hgo1E4W7B%dj9m(hjy*wQOx=%9*9Oxy+;Fw^STl_mS;J*YXkE9Kq_Qa50a#^Gc|6~#-PS$vYkDd zr0#xSJS_P|2W!P7&+JUE=QE0#yG%LL|f`4X)dvREL6bDjenUD-O_+ zUgi8%9<60s;sEerTs$8;_Yld$Z4BYhF2QUgnsuyd{}<=xZx)yP zd)&XJmCBW&Lb9CBA}_?-*KIxGZG^*RGPoFdliLuYl=%J2H;7_yn&UpHBt|hNpcD1Fhh2N#sQ7iQ^FyY zA^SIw+;i^_@aO&yYU`O@A-w5goB~}f4b^DCYmwpfI((p~Ns)N?3G^rI+9$w1^$Jmk z7N(`if-l0O2Qgzv)?BPuk2wa!*k&SRN79_5&>jfy4sIROQ(odED>xK#L%(e6Nx$PA zmpJeDRSW#iV1am^=%(|Z+`nYqX9EG8=*mfg9!c>fs6>5K1M}dx8n>Us`KYej8zDCV z)<*cz?Cl`ZtY~~RZ|rC9kN4DXVP}40Cma-TKmm;kJp3wrj+%IjzJjIt;MekZX|{UM zdZ8mFRg#%?Vlxu5g=KO0ToIG9CvJFk++n(3?qd%MEUzZzvKg<3FaKh{UjqzP2qLWir zRlVNq3Ru~2kuA#N3hzBz7&mOz9PJPKe8FW=LYx2GyhNp5tI^t+Z1qp6_pbYi$>Tl{ z$ATaD2iqrG2CGRf?tc4VQWhh3P`YnR=LH+JR>=(Ufd8ttT!LBeEvDaJ$0bsrX`O_R zQ~lT_uu;Ewb{H7z7!?%{ti<1p!wYn+MX4mq`MWSLH^>!8>1VBnp5b1>Bou(*bB_>V z3E=sZ^or0_U@9%??qytt+uWg$SYdp8rm7lExg@M4&tfcchRGGxE_IyG;&$(D0#~{b zKEKD=6&>JL-(}?)=55c&C=TK?ZuR;(j%A7MRca&XU$e>wqY9?6q8TX2s$LnflqOR3 zh1Vs8KSyuZ{$*LW+*YwsiT8YaI0Qe%q2V4d>r(EsxwW;llf^Q;)LDFysn4dO)M+bs z);vBEEnP8sx!BRHLn@2fv_6i~uqBxodzV-zUSK;_wd_bJIgg>~iD+_85u;m>_7Nmw z&N7B+POqL9ED3J-;A*J1y(Q0dOQ*XBUkk$*a3+Vr9%7It6uw2v7=d|3iH~}ER;&X8 zXFl*tW}VLBc_ImoKlWfL#P_?G_KVU2-*Hfp2lH(Wa}xN3^-@no%twr3)Kv|8PB5R( zF#JP0G^6gMhYK!@q=U*GgJKvj>!IVti1HTm=Qmw%oK)C!fh(FUxtlNYhn5Ho%LP;7 z)z~fRP1(I|qAh(Pu0MpCA`UyP48X7hiyE_lpg4ljIc~?mlKKl|eh@HT;;kvNxJt=5 zg_$VdpO&tt=kH1lZwl`hE+}oPDR%S0ppe%1nX_}V8(E@6){N;0*Dl;9!|x^`Ds(5K zS=UHsb%$|>R{#Sw7=vEZ7Qicnn;c#zzu+goUo$({ztRn5};`mYqFSqs=dFxJS=HI}){D>}>h~UW3NCy^_E7x?&9FS*XcFICGB==h;2* zG;Awal_CABKKd)ekL{5bwHu33#seG+?koOtAP^2lW-9g zJ=iM`K{EXL0>>5j%JvR+J0t7%4p@XP5UDb?KcdetLWO{v9lufK!cH=NQ7|`JQdbB~ zn%DR0sCm{7$kw{nJ(*sdEwu+e?3{07H8+P7AH9lMDsvXtQ^k1QXza0}|JBILd1Sc& zE!t|A@01{6hN^D5 zZm*~|t%CjBsGdRqziME-Qni6a7hP6xb9H~p!S*8jrLi2y`774^9m|Q+gk(n zCNOQzs;tyxYGbJ&#Ff`(lzG$|0^DH!%Ed@0#1%IqGiZ3ROkhB*jK7PvA22&yE~zX}yS8y(e*HKn*eN$G)Wh0?I>0BsE-8;6PjFm~uYsFq7O zHul-*M@Pe|rqm4HIxH^U9O9h9ufnT>)jHO|kS}dy*oTuZ{h@>=)(M6eDWC><&}@+S zVg^)|pds{>57d)<*z?2lNz^bOXcK=B?s;}zQ#8*#T1L5e)4hOLR=?f=Czm&AMBySDBUbR)me^DXZ-G-H3J*EBhM|+oY){dFa8a;;KFys`OEpNpfFj-UUj=4 z^y_lFX)CHdXMCKgx!lg-m@iiFfpQ%CZp>2#*6s>qT*3xgs)x$P#3NAWtSNIV>L~9I z!)pD4s2uO3xhQZgysP2~@)~=TiA=P!(@N?ymWx%9#!mGjwz9kkrnpj&9Ik&dv~yM$ zFm6NE)~uLEhRDU&bo+I0hJz1JEPQO=^T5DsY`4?fyu%x2h^S+J95LP*80}H`WI9I* z6!~V4CA~A#JTj!0P6K~f53r&cU3CW6PwxhFYE#Oyic88f^%^=0izIeIe5FKlFvb&U z_$W=+h7E}hx>c-dr13}ORs51O5^J7d$;DTbn!LyF)Ehy@G{ckE?oVxwU4PPY8_xRU zm7#60x3`J(<^p02DJC=|?u;x<)Ps~w05CZy^-Od?F!bbV@4TX|`v&Big6CqjV^vSh za+d#3@15Jpk_K)C^~X$Shdr?NVdd_sr7bHqt%kY_=k~mjG~|%CxC+JP+iO0f7QJ79 zqn=2RVKt@~(RnC-^`8a?7iJSbDYH>Y$N7z;j&mcHAU8k844);EXDTBaO<2J{eiYn# z)(?Ahu+whpAuZ$1Pq60f!fcEw`ozl-#x9Syw7q7x95zLwF%NA4)z4Om)3q${Duwiq z?er7ag8(5P^TRY3-mWq&x&lfIe)sc0$}*ea^?UF>XklxIGzx>f@ znbI;L-VwgkQzPOLCB4+QP#)gWM7uZFOiFpdlkc}o zSfOBie?ilfUJ{+JsH=mDJmw9X^&uY)%(^_~@U_%g>@Kp+B3H9HR>wiai+WJE-n9}K z{m0BkJE|3MQd0oY`eDy*ePgo8d@NiV+EKBPVp zu>DLz=7F9lAm&_m-Nvdl>W^=-gvCbyOv6udts0{zP_+Ro2A`wQVsFR#lJb- zm^d=)+V#8&$`pYUl|!4W*6b{H-(sY7dNfvAq)3<@D`orYGNX$w?3>$;+w|B3KXvrL z0R)w|NaL)gi^A?KFXm9xqfb_q`O*IS$MZ#s1v*BIxGg_Kn=#F4Z)rUMsm}{VAq+mu zt#`6~K^QMbK|{Hcai+Mycy@FoK2yi@>98VcY|gvc$3i2R^S`lEfak#Y1Z(mp4ae2d2kM&1FqA^v9lm+W{QxcPa2%#T&9!I}WyHImHzD^jfu z^(Sg%%{4ND*{=9;udfjr5#H}lEZUmEQ5ap+$kbGI9Wv-5rBG_F~GD$KQN&y-bh#{gD`j*V*Z1(!IEP8H)jXipZ zW5+{phV;}58{YSfA8K!3xbHx}7B1_g5E)Jv8#aQfE+p8^aKf7)pbWpQDW^1g6WFfi zp(ci1qJ?tw=uaVz`L&-??14<}v=bc57AQwU%-2V&P#bgGNv9bct{}oMq$#!s(SM@$ zO#hAA|6kJ!Gvoh{{#n9lOFXsr>Q-wE#4hKW!QeR78J~#{6BgNb?#hBm2owLKg=K!1!U)+;B z(yugXVPRyTsBJS^5G~uWC<-2YTPQa2zcydH;w`Mi(4&AIK3<+CE)L!f$271qn(1nyVn;#a%$llJ3C5Cf zO*vuG_;5=6*Wzm*@?ISIKebD%W(+xt0%2yYF8htyNBoIuH+ooFnvDx{?(uzjkh1LZ zNoVIF+W!uOM7yv?P}y3U`TOn8lc4#ojbm$?Wg9~)lR70x@yGxd4d21kT#*zNko_hM9N<1lW2t>P5SpBrLFL^T zH$+;EACeVx|7)eGHr1e7jzYQm5CvnX(t6^pJM#cLeG`;ED?qQp-BHVCvr}_*(fSZp zS`tCd^d{Y9$dcfJX1x!2X2M;?AEs*30h9#Yu5Kl)^>_IG(G-SEW#;MxW=q1Ia>RqP zu2ZBVn%9YTcJtIxm$tKc0=I@U<9++zziQfot=cl+mXY zQ=e9p1^=*JAj<9oY{pw62n%JosZz(<41_bj#T{}8CH484L6Y}2r{oseQ6DpK0)y5V zBcSPBJ2Ah|R2NVC>n7)|^y3RMS?tuhy8RMQ?0|~%+z3TbI`O8-QX}D`MWhPm@Hp~0 z>NFN8n+}~EKP;(jFR1TMsjxKz5;4pC0XaqL3&x9@30Pl}8i1Y# zO!p0?S%*U`bKPMGj3puy;6z5CzMf#P>ZrE|d9LdHM0IaPUC;?txU2NVyy7}$`H%Vo z?Q;vuEG7h?0gX8{UEeXURu&3~YtJ4&qP#Z!jN_6EYo-STM=D}ftH7`jG?SsGi_Vv_ z`9k&TbKwsXspMw>t547Ubpr%%&;b86?fLVo~aewvNm3<0Z-MiHzxLPNC3MSY5iCL5Z7gyfQX z+Zf!IS8!*G*I_6lK`?3@PBmj$DX4QbnQx32(g8F41WGH26S{F7`)gx31yi6aCi6Ja z{>J+Wg>Hc8Q?V#Q;&AW!{kr(ro(Jg@2x`;g>bY#S=20I2z|$N`h}^ELuN8iS=!<6# zo2lE(!Ct|2rNSz7qk3P22&61d%)Pw@cY7}|pb;()#9&}y-4I_A)1D}ElU6qHT3mw8 zq^PePNMKLr4h{Aw(-;aI#`41i20`C_1$)+z_R3Dr*6S`X1^POI(H0j@xflYpI@L$d z&L-uOktSx>_T~dz4VkdnkQ|uIY*g}JUBb(wZM;B4WTK<->AYBI7$7X1>T62~r?-eT zZ>VJmUvqtD=xvTz0$?y15cU$_zhR_PEAj|qxfD=9V0dB~fQ$FVc)(Ofd1G&~;z@sY zfFNuTkiGecCPkr8^wQWMBDp*~GfR^Q3XKvM*!JZ=AN1}p$|rFC&JkW;0e#J1L3~!8 zJMh8S{{lG-fHYPY{pL9O2e#5*?9w#y=CpYaaLqE6@#bSI8fm^G7u_5w)+ zydy}Zzn}-LeRg3bvjytIz6HVeMpRgGWYKF`h5*r&Wt7w`b_UQ!EvyUav)En7_eYbq zwMOmYYX^`sY)M~H0T2JDT&`ZRAF=kKOPajH(#!7SPaH@Jl9@IKs>f2N2`HT-9H&Kl z29QZ(KE|6h8qazr#LEM82XoxOZX?~-W+c!HEj}2@`qyWXFppiZB9OjF@pJO&i{V*+ zGPen0<_gpg=9K9o5$hatm3wVI)*7^br5YeaC3d+A99I&omDe(uZCFtdl0TH~WH($p zmVp8NbM^pS3IfCSEdn`3J1zN@=|YyK`!|u zM7i9#Yhj0nVszEFLzo{I(`CJZL7Wwj#Mw*Ef`?8dzUF_)v7tL-6)tPNO2Z^L z3-?JV;uFCN!xYw{D|2E0H>|loJsKMBIZ^~8Dl`#$fvO=5@orYF@w7^5t6tG3LM-eM z{rE^YCH{@JArYzY)yay>szSmxAfb_##vah~4JSUN({*?P;I8yAC#@xH`cRhZ8-8d& z?GkER!$-N^Kz;23X4utp1P6A2Rl<9dq9z3gcqO&szdMx+XDK5mCx6INGKb77Je{oIzkl zmDeR1aAQ!~X%q|@c&bIDQj34fl}`%vzocLd6aP(SwjS3rTj{pLU&pHeu207|G<(Wb zTRpBbOF~mg;j0B<(fQcRmUmjyrZ?u-G z`q~StiRIqr5*bd1j3QA{`PQ2^67`EoY+$RX zpCPZ7%2tj6OVi*I>TL@uWyD@U?wskPug_ex?T3Q#_AAbC?=_H5U(VsgO=Lk<=0=oQ z^c6Feh?NAY{ScaJP2<2x7bW;fzVa_m;|(wMf#*m)F6$?@C>`W8s+kbM9OuhuXebv7; zIk~EFtI9&)d!hY0?xM;xGB%9XB=vFAk`Gn&HyQbs0|ku>Q3BXw%7eMD;IRC!HtIV9 zGZ;iw6bAsn!XoI#1Xuo`^|b;7H)K$#I$EI^Q|8`?>&u5P z-0Ufs358L{^v+Wl074y_ilK4852`thBX|FZje!k$*>grJRmm*99)6yf(sstS@up3b zmHu@uP&ndQ6&mt(@ybT)wsu03hG_oLmE%GfXNrUe^$E|fa$R5jwAc0_5H_VQFw)b$ zlN?4f@YBGhUP99Weu`RorQm4;4E2PvoMIAzuYbpxN>|$=R03ntmjCnD<0VMry*~*` zBQy^LWMLbW}Q73M>Zi>1AY96^A9bpLJa^hi`W#kBTCdQP2`oHV?%srT@zRz-KV~2P(zn)pD z8Cgh>g1Y_Bwek7*io@Zqc3myZEWhJLbK&Ec=zu#{S4e;GpderqmFnI8RE}@-`)hk@0-y_kzmUW?Hl@Wos`BLi zB+0L ziiE_j)fYwn)`!+4b$I z>_UPUd7)221K1x z{Yys2XA@c1{`)x@c>?Mb@MAV&1o?{67_uC@Y zInH--)h5M;R_ow8K3w=9CRnr=> z;Uw$F4FKU|yew^>>~&ZU0!CDVvzv3@zKS!~Bzeij8w8FoJWrM}Kf#ZSrVXq%=TV4| z&JrSK3>Fz)U)0>#MuUDqK;-`s zm+46Gt+Oex<&}KTPE}iUE`cDSkD}Wpz;#!I9JJ{xMc31cF=QIX7zB9hOu81q)9UnZ zPd$S104qL-5%NaiJ+$a&87IK8$Z9N#eif+KdV`FG;t1Ux-}KF@Iz@SJIksPeYe>iCV%Le{fIT7M5ew+$tOdSz%bQ;~~ys{s24gHlz58kk-WmK{6=Bm!l_v>yX+PYA}tJ7Gt%;SS?3w!Y!jJ?Ac9SN#f z^(uecGO&@19i(`diQenbM|P5%;`agOCT7V2QX>5^N~CQrPRgU>N+6ESfLV%(SO;^C zn4~FwB;>uqPU@A*#_CfJy}NdC0>9QZVP4=dpe7PF;c1H#-{0)2kb^PRz4E!CFA++5v*kO0sSOt>#~x3SPB$eIp0V&Qv* z7CKew49`vsLnzAK{p;*=^q9KIQBwR}t%o|*%5baX@;D_m`@@PpAktK=m zZn7GI^`Dd@!uxR7R_Vm}W@}rx(Z0y`wy|OsVW)imAw?8gl|b`^42_R(s@%eYTn$c2 z@Uva+Yaq--Mr|glGfb-O#{^NDM4s(4*m`BsHskQw(sGXa;RBpA(=m#hId4d~97l54 zNIM~-@$Hi@StQ|u6G)QnDZCQC zIOuNe{bSdmOyT5M?}1N~c4R^EW+zLSc_jCNS6T^|_Ny*huGZZyMNrn*jI57l=d6+5Su8FjT6QN`;Ra&shkhozo>r`Pi{j~^iyK*W6Bdgq1&J?5}54xp7wV(1akTZ55tXNEenrWv^f~OqDA*t-*=Am%y zFsZ^l$@Y3*S0$5d2?l+a;|}0;xL`nhkiLdb|NcmY0WRX__xC+69_+g^1tIIyG&uv8 zhYf9&NYkWV=2)5a$#6>go%r3vL!sy!J?wk-=(@z=^JW6x+R`;yG`TB3WC3k6|;W#cf^!9}`YltbB8AeDYE=>Y9eIbWw9+8&OHFwRH5;6mQBt#0C9=BmV3S z{U;j7{2yo>8#}}QOyh2}r2f&k#NMmgEj;(E!(hmj&x3GY@y6}cElV$HnY-ytWNZXT zDf1)%Y>=CT-w2*JzoUIy`dbLYCy3m33?DvWek!84NK~aoPw-e23rh?=$btK_F;@{~FRNtKE=b=rau#0cu8p!#l; z!P1CsSTXnH z_TCm<3P^A-49=Ya>24;7ldEdp9I_j!QwvDXfr~>*UByLDJ0fH7 zXv(0b4eHa6I~Db^Q6FWKQ@4aA&(bB)w!zd3Inc;XDhM8uzfLq_(BT?clZjXV=#i=l z%@wN8(q*-Z4f3h1Is>EF^bxyysjz&lqq1Af{!SHUf!^%1+5DJv#V)qy_X8k_T3%+l zf|5oLbIms*(Jl|+BcDfOD+Vfp#UiJ+;hKZC9yp%JGDW4;rnn7E5nY^Pt;`XDCeSVb zpQTY`F?=#kPIS)$NTs5=rMUdR7y?@g`o9dkTVk{phx4B`!%Zaq56{5khx#nId+ z*CXnLwoXU83E3Sz9+xw$&nS0UdPvAvqs$i_pgH2iL(A2@I>R{#sZoS=BSdfraduKk zgJ5Nz9z)vniT323<5%R6r8+08)>dErVcRo878DqFA9p7d%=c~o1Mo8+jfI2o1c*nI z+34z_cbF6wq+N5!IHV!EkIfCj3tN~A)HBHI_z7}uW|PKC%<`M5dWH57tApkedKuT) zj1@g;qe@c>W)u8G^RF+GLGc_QTqU)r5o`w`)IY(`0GgJnh%HIAL1!R__yD^Jd=$pQ zT%ZfOoUg?b>T+zS`^MNz8ADzHVYq~v6KbbMAAiza^3s;WctbqlY(Y>xlD1_?_E?O| zw*p;zqfljilcq!Mn!J3X+fo5ZwW)drV6-3iG9>DjP-mzOyeH%38_smj)!xHfl`mNV zT!k=P_L^&LrA0JdXp3)*Ba#IYQrP4P;7Ed?_d0aZt!3}x8t`E8tN}kw*&MoKtiz+o z!OT>H#FOsW4|N5!QpfuJO!n2a<6g zj{xb%0<}A^Cix}U>rC98y ztj3`f@0yw;`qV);jkhJrc#?bKcCozW!D~X-I6rubmUaJOLBr*VlEBOGjQ@LzH5g=x z4_8nyOqlwc!FV0C{rCdxoQ?y;d{lQ!;RjT94}#qp zLNURh@sKzvKXv~$fm0k1gJ*TuMQ5H6A_<1&uxnXir~m_xY;+3*0>476EM_|=zLbI? zfi2u8*cz1m&vg8Xs2s#uP#?`h=DzSJU4Mc1Cmbx;pLB`?^3j0aKocx;hA=e7!U5C# z0rY%9RS&~QvtwIaVbc5oE$cX(T#)b_aUbG21kr|K8oR|Lp79OSVR_2pZOShqHS5vl>mP=7~hR$tJyMG^!n; z>G(Gu(ady8V5xfjBmWM=e?Eh^EsMFX>$XaT2!xz^tFBrDdbCPJT1S@s<%3_;a^lR* z0Wb4m4QP1O7`JhPoF4zF=vcDn7*X}b&CAw>lGJ$W+i$`iJ=?nRN!1W6xRw$uITYgx z0ZTe)4BLZ?M&~7#jDHt+ipV1|>Es`rJ%XeWpCNeEU8ES(3C%KS87ZHubG+#l&CT|> z;nxRcbc^p5WVHy$Z8bQZv5cUANyJ{rfK~NL1$Fdep=seDnze6M(*^2NkBN=FN97y7 zSXu?Ikgq%ebV~Mz6Of+@B(;fvbb@pUP>&G?QyYR9ui4n3(*Nkx8T|$M6oLp-oM>{` z1Cv#_VU(jrtg%koH8u9DVGOXzf(0=y8B1liEDbNk-M8))us2gF%gEQ&0LA$}R!OCA zT9KJ122=M*CLo0&xvV?$ORq|<7r*T{3G8r&Pp5vHY)WJIFZ7Mt_WH#2l`9}Wu;tJ@ zdMyT>n*AQ)n8#fwvSIN!8pT+Ub4N{r7EL&xOFG5G*jCXDP{3dp*LRG*rI_mak~&M3 zTz0~A!d@T|pOh&S1>O+~;wQrzY&24K$5g_}iMi;DrDVobBK}g}hZmugv)9(wA%Yr< z4k%h4yorC{QVX-^!4yu zK?36>fzkVWeYFlFtn)79s-J%UO_qn;7Rhzvc>(2nZJm}2qDc{GwGjw(M;h!?UT`2U z#K>SpvNadpNyVsct*qi%$j?W5!yGLA-burBe-Iarq#b$7_CiL_q%X;gYY5?xQ^dSL zp(RZzYRZLuslK#AltkbV_{S|e@DGTp+~wxaTLq^f#H@GWae)=czAdvP{AiE=8jys8 zWNYtSt4j*Kp-0%Rlq;`ao5;RA>HwmnG(nj=MrH;=%ZoxGfEi%(y97qTxwV&O8edN~ z(38IA*lurMCb3a$*iYxSii0BRqc{pE5c9B6^p$5c3Uz;_mBd36hH8unc1Wb?(7KUX zXSI7jOa9xCb_PEwjB89s6^#Gqm(-`K=TO*KKHd zx(5{t@9|qMzGY4QF}+qFl{S9z0rw;@$qaPu`kc~vwyzZWN$51g@Ni&Cmr4ijnl6XK zRG0HCJU0O+2h&O1v4D&vsvZF~4%%vGCCc?LT$g*J72`$W0IX$+HzAwEJY_cp}`oO0rOVHCtI!Lc@PA(1{0t0|^$TgUI8 zJz6oN!8jO#I7keOlLl*+de*yvHeYTChB{(?OjXx8BuN3K6%hZ%alRwFN&?a1;j~ZO zy2Rckjnu#xzv12>qG!nBG8|+(&%vAa04y?M1pn>G{x&QLroBM9Hl65 zxLtVYxJN(-@xmg0UM@QfEUuWQ<~N)mo??Nc(|#$2kwWg)Qr83fDaJHlv{LN?J6MOD z1nf}t>AEJ7v8LO|+{}}{+i`p)5vAq{dyoeE=jl-#Uk+P`sDLsl`)wPoLrkv zP;w^1-*yzHQqCt~2T(W_IOg$$6Mv?0A1;XHjfy0h1lxcR@!Jrn0($!IJZc_(#F9p2 zOa?)fp)ZDd$dYX#X5Q*FMOBE$en5Iql)c+Uxpd&h?7uK|S#9vhL(7pO5iEM8PoN`w z3;%}9>MSsPSd~#cq5A$1{b~y{h)T*-yD%OrI}8`13)f-IAF60KDEXs&@TKmc`B{_w zz0wuSvy7yhHKrVI_VlSevV3P7R5of0I~?Xr+jmB4+W>_iHhmm40Ml#zq~-P{7USu3 zS2F9lXR8rTURdpUHj8~V0aWuR$c^6x759eNiAVVU4Z~d^_oa-qvC>l`X^t(#GsRmb zgr|w%gu+Xx{`R_Pd5x82a6^@Ua*^4c-}tn%^ZIPE`L|d8_<`dX*a@*nlxNtxCnwIn zJ=?m(^_}ZZ_|CPhK%wcj!q(@eQA4y7HP?dzysf=ow421ESifY*TLBYRRogDOSrtr- zeW&0436LvGP5<&}>%!EoTHiH6H4R{00G~O1Fgo1nXY3{wH;^FOqnk9NMNgC|=Z1Ne z4SSE>Z3>+)S<({5Ek7+9QNt|6%Q=u?wg+1m3=h|)8vYcw+sv)+z)vcLr&_(KCE$zN z^!g`#9q|a(t`NrNqc~_5SeMa@O+d3?wMA^$GcjUlabUiW?79Vgv26N#6JC>63~v%- zfr~plWoj{bhYCjvsyMUwgZte)#?y+u5jOf%U&+LX;=n05@#m>)0wn-w6bHY`dhsaw`xyz zYKUpIPoKXyu4Lle0}`MHnmstD`=H1NtZl;BBSafo;5y*Fest={JV*ljO2C^&_=-@2 zy|Y*u&<7-NHtGaU3D1E*sF$4D_L1mHg1`D~9$m2+FsP(x(^;ghky&AChbXg&BNu?N zd10ZcS2XryiCyga@8Ql$UZ9sc5jaKq!@POYu51@{>OU1LIc0k40mk-d6W*!aE#+N! z8%q>h5Mq=?t;rnEf_Nsrc^_wZ9?Wa=QB(7WU3cAt&0WJk8SE4f>73uDwWU+&;z_<4#NMooJ9$!v*ae zp{^Q67^^NZqAfX0rQKse5vK+x{@yHX)a4Bi)fAsV3o??^mgQbk>rHAj)d#ZmwsZ;M zI0*?pDTxGtyZ$X_hxavyNyzQZ8&0%=8V_M5(%sSv=EEY?l08KQqrxIVR8kCxmF;ZS zhux)Twf@KN>piOOJ=_4IjgyP7k3*3y37p}ShiZQ~$TPSpm!2W9j8-^3{oVWtiu3ft zrUyy-otyE_e1nZWw;me)cx64WVv14ZiIH|)6QzOHoGzGK43>Ho^4PJSo(k8fawUSQ zxuEKO3l?IX=*sxbD!-6Tsps`y6MzMFVWWITu2aanOV1`BUq?si^UWO+gw32|##i`A zsAy6-vvgEZ=2L+CA340JW-_0T)R}O z&;W1%ym3-KXdDd6M2Uhzep9dlujX=kTTA zSLe-67&0f~bWrH@9yIo`Pc19UZPtlIUk7}noarHH9)?`}0UjZqN=CvXI=arPQ@)Yy z4v|WBXo@c7aq{k4bj_i_5feb@w#%-@vDdONKlD*1Nl3oNHDyJ4MLuVVet=TsUUI=D z#<<}gd2wCMu_9_%Cg~9nXZ^rK1LrPDp;)1=PY(OC59<@68Zs6%)KiTE7VZt#4m0cM zt;mYwLN&|^;+2+M0mQr|;l}rJ#U(MY4;&;TXpiTbOc_)WhIxv0pM7w?us%tQivlH` z#gRe?RYTJs_b*iCnjw_!2uRCb=&GW+a>23C?eG4bZk;qDJVNDSS7Mn$7`nQ=$Z2P7 zY{YjanOD>`_rJKUWj(y^gIMLLRT@4jQxmFg*zUqK!^=zV%2yG5Ie2H%AAN0KTgVDh`q$z-`ygQOu>ZoeI=2JY#-hnCetZLu z`T*k#8>h2R6#|cR+?HUEeuBq0z7hXrzC)NVvix>2pB{f1$bbY56hS$bLRu;vuF|*i< z6ovia=5yxyN`}gn=E@^ORXQLZ*xj!V^NcM$(1a!1&ARAxQMmv3+L<5l2yfcjHUyj< zz8p~5+g8@lHmCGQTEC)(NBzeK{OJ!W-TrQ$-}A3yhY|#93v?OBO=}Fa6FWJCzEN%q zpdSjd{+e6T36(%1{m4>Kob1079N?Q+)H5ftqKm0XE*imLlfeDKi}MTLq7Wc*0pj|# zVdeXj`}lzH>*G5wN4WqUoRjpvu=>fO(H<4-NA(AIbv_+Uy1D@s0Scjk?V#M~4B$PI z7bSss*AvGLKs+nAX#dhIrAKGdUlF)bogKOKRp0AHY!_u)YJK7NU>lq3^i^6svCb}G z?%atJxecI8Mf03k@=!a2enk0c25o?OM7LQG@%m5YkoCWn!~e4-%g*-yA&sihlychU z_{ZgMm#zzBvCAP*Wx65y*)?ijifCK57GuqdcpC&%2B=!qMOY^qwSL;1HkW?FW~2dV zQl&jSOUbVxP$hVfBBts4r1#e}avwBee-HOgPAT$saK1fSA+ylPph} z)WQv2pC2fm_L;Ak4uaD&22B*NHdaomEar6MG)r9zkV{HI`I-mUfrIXx6TQxjTAozsufh z1&TDyLb7aPoojVWPwq?qbb31{aaco&E0sTxab{?!?@W*5_;PF)=WWbwqxoggvqWc{ zfpX8BMhO<6k$CC0uALl;G=2Yl-Sh)2i0N-}d`T-vFyQ-9T=kWS3d1$<5xUVY=`gOV z$SK*QpLBiqJ2@=;`$?wVkhCCwbc+7dX%k8b`e|T3w!s;_pr+L)vsYl(p)&$D@6I#- zidli4aV)W=_S;ZB>Deo< zxsbj0ZW8htYsa4=SpWFfHMT1o9m$%gh2^@d^@Al1XasG#NP?3(d(j$us~@SZB48XFR2v{3Dv%n??51xH39;>Ymv&;amC zv8I&RVHcBH%O<0KiM5-j($~rv>ctS=Lg5Pix$W)%KOdAr0QL7RNggkG2$hH|M}M4LpVj%ih#1S>!V`)K(zU=uxuSis|Xs_f(v8;O@&AJ z*2FLiA&(J8<78-8<9^hjFe~U8a<7-7@oE5Db9`d^qWni9G8sy*2tTD6F8C^ZurWOb zx9KVaSC|4P&*&4}E_8MvHX!i!xe$a%1{1KW@l2l+wp-d`Jk%$(An7#MM)3AaA}?Y- zelNHk<2njrdv8B59BAyTY8FqsN*ftH3`q)x7;+0pHW{d6sK-s^M)(DVS;Sh5PY=lH zrx(G6-mygQnMLkSvI<@&@qee4tmfw1X&huYeNo7f{ z0reJNkc(%4u$y$~1KZPv%9AZo3A0z&$OLM#OG_}`&aJ2P^IZe8)yg6z;FRFm^mn6OYLk8qEj>U<^_4Sqf zAWtvmT)4@cF62DQ5Tp(DUceLFRV}bOYqQAgiOe{SP@OCAhs$hd(P0^|2vs@-Pr}<( z4Wm5Hsi>@)FIqT&RR+&=3>{JSTR#>@d}~QWDym9NP1QOZ58ZA>UV|xjD8>%=ewmIu zu7}&;rbLZv?>jvPtfC!|Tq?Q>%^4)#fekmw_J3`|hbh^|fL_t@geuAO50D0?&}HMp zLno`N3h&oCKdm0p!YQC24^Eu&<l*aVHKzfaJ@~ zn2o#5`y|=_Ipt^d5`P=v}w9s;H>2NexWSo+23X0>e4 zWTevSWTl%{i_GMBk{-KgSHQmhS4dG6J`_9qfeacYD3hq*qehYolB@WYD{1~N)rQB~ z)9BD-@?;T~&BYk>jDDD>S*j+es))J$_^;ch*cf81Lni~%+ZPJ~^4uhW2rZW0rlPCu zotI*&fe8gYN6LJ8*;{GG-VnOo^<7ck_Ps=}aJoMFWXO5NuuXC|tYophYr(nYP5^?j zQBNG8tVj>faPW%>n7ZGuoD&BIzY9)M{Q~F_3ZnG66NmN66GimqUDYPvVMzgC^VKQ{ z{6)@8vW_nsgT#Xy=-XHSJFgyHsObupnE%?r@$DiulMJ zrDKh~4e0!Jkwk+ll}+l1+!*$7r>|2fAHtNMKpp^9y;bLbif)EPi;Qo>fAd~lSL2En z6|D0_2fS>2E)07&$ys|!-42d6yd5K5^XjQ_Y_-k~mkjPccD^w~Cw~l2AyAe!&M==! z(Qh**K|CH>OrpGg3-FFvb$i0|_{l!rwmjlgSY5Nw+7_(pk0+?g|IjjS+fLc z8W=GQ{^i~lqO}oDNV2(`zRl$$i;O3u)`y(BbLkjQ4qK{f_Wj_VJ|f!v{>TP%BZ5Z5 z?fiQF8OO}9I|t9t$X4I+dtvxw=R|bezu;B@Gl;w_gvwGj-b&5}tyTtU%IWa;M{%#J zcxkoO_p_eAVqTo6f(V7QEqL@@;AtO9$4Lx9;CAG_8lkjU+1DERW7M@RlGHcqW7Mt! zNFpkgqCd?o?Hhp6yQOaZE6@eUmoyJ8*OvOMbSBc;uakg3d<2C3rN?pIRztD}$*@{~ z|6Oy4mD&PoEL!q$4jaEW8D2Q|-;{La7w>*T135&TUflt6G|BXB>%G8Hth$}Nj=Vm` zkNhm^3{&yivZ2agur!0k%)dWSADjD@aO-b-8I=+a;1T1zpWmUbF-6H6lHe(ujvN<; zOBX-Iq{8usEoe}y0z}bLva#Ks;`c%j;-adAylDJDpsRBc0L$!e!Q0z}@T z8QZX?>`VAl`%n`m@U;TL+?R7#SIQ^PiRK)TO*tezWRLZs?w#RThQIvrw4)HdKzJtV zF2o>}ZiMqxt6SfCP%YhfbjyFvV*M?=WbvV+t9Xp)f8H1>F_j6O_j7 zD0xuJ-=#D2!=lkb+2A-O)O~%hZIIXfsd=}ZXZXYf4=XaOWd7)sU>Vaju|=m)R*+7` zflcqZj3_BKSxixeV=gpSFa8Can$o62e^CaM0T(0zse=cmx{K)KgITU><(|tG{YLwO zu!)`d`ECiHoFio3->z9 z>`M!x@nixjOQo0MVnR$=Jvo+OZYNy~XJO?XIS7I#b*C!~PBfACF8d>u ztd?)=O}*B$w|Iv{LL5*Vu!EKdb^jy~P%h7e4~J14>CW;o;=&^24iM;h)Q~$7O+YIv zD4!>LC}$Lnj|4rhw{!CM$_phc6MO9g~IaP{=rc??|qdDn---q(O30;)nx z2Ba}Wgg5Wp`eA|n0Op~5R0c__&ZDuqQJ)fx&@ki!-3BFBf~rwRMU7WhOg4cDl;EJ_ z=a9RArC^kJ9G9sD;Qk(Z8AF?OQaP&V%&5L7{<2w<0diQw3MWi#d(r%isJ~6PrW~Sw zvOtUd21Vj`N_@sxjQb{R+zoT3;i64Fx9cgE6!eC0)j>!r);IVM(xIlfZ#m`;v!!l!NTA4s*) zbPC|tu-OvUpq<}5b-3D{%1E1Lsx#HO^tA($dV=jPrDVNDj(uP|qS82=Vhvb?^ziRsKJ+&(j>xXVTMQvtqaXTx7Kk6J)bW7d1y*yB%%2D`2Y&A8GaGzM=&s!SLK&1 z&Lpt=XcEggLTm?8KVego5OvBkypQQHu4cko!9cJee-Vt|xYmOn1V&^J{?9KB$ZeE# z@dOUoz!cgkZ^Upbgfm0gw@kP%xh;nW)=DYouF9ynx{aS zHk;a?6ag3hV9Es!Ma*g7i_lcHygOzlKSD zCsrcYzsM?}g)yb#BQe48h>-f=_?N+)cl(?Roa;;p7);{97lYxCMPz+;sY%J%4yl!l ze5HxbFPx>~RFj@4eG>c9;xA;LgVXG}G3WC8N_uVSB2cI|{x?yw5o1d@i z>N1KeKj=XPk^<{`_eG4qVw3(na%BZTeUYO7Ob@t77MSy3>#rNspdw%zNFdc$Dc1hRT)2cM{Cn!^uS`Q> z*j^czcV`sXk~5#Fs8bE1r%(ZONMn?(B=x!s8-XK}ArkW8>d)SbrhrpPohJ4w%il9I zGm;NKV7c%qF$VmvB9BAxs=Xx+?YPu=m0OY+jM<3$Pu9M`rrIt#q^eo8-|^{B*)xpy zLFB0YvYm6PC5Rt^oy$LN2H849b%4cb-SYl|o}^G^nnjB<-yIJu&rlps5ANJ8z05`P zjEK|wb@r1#ZdmecYS$Cp0{zAQe1X`ElSP8S{P8e7R7Q+rEh6d|{>R%0R>W-2?r^A} zAz{b``!eB;69rE!7j(@-O@9o~@_65ahLBdq%i)2u!<+ku z9Ng&J-kC)xNZl`QZrkc;FAcoB{5Ui(G)s&v@(~FbJUbNf(KEg;o3T(mPadrSP256l zf&L)j7IN)<-!Pg`ZUNW)Th&3Jk8kXCX1BU}&`ov2^CYC@iE`h-cZZxA zl4BL2xd(2(_3X9PRH5V~e9(Dezh+;c*{^3zv|+1}4mWk=@(+8z3{={1M{0WyIKpHj zff?w8P!>!A$Dt7e{P3EmI4I3M6(aZ)dj62l_-{!U=YL7MxVbt0|2hA!|0t10QvNBC zmh&Z;YN(co&wrQ>(M!i>P{)w|9=kg@=fyvz6dyQuoCD-E{^fgsdXQ==SRVT5Gq=y`}A2vpPmD z55>~;F>v;IH+70)0EVSughKUVeAzZJzegaz)0eyZ4TE=0glIgKo(=QOz~H8VY)3dp z1TNLuLG4Vh%j`&fb;v@o{`K!kO(x&q+K?-Q=>KM2;&RD% zm!oI$vg6yBUW+&iX${ph8`WRpL@DY`L5+j2U5wWiP3VL_4+iR4o#O0v2HNAd7D<12 z)>h^=>VCWZuN8d)k&7$0d^m$v#%Cnl7Z-9QN}YOrX?%Hm=h?W@{y$c9f27u2?|)Ww zY%ZOvGxbjL)UDj3?W5ADp*?A14oL*0@p1C7ErnY7y{JJk-_dQC%uoJ&8*DZOgicvw zhn4>IRTaawLMtgXM540hTIx89Ma&~yy}r|I%h$Jcp|Z_Jw)0p}^ve=PPKDI)gMHUO zxNuEwC`iwT&wOc+Qz0pITEo7wB_SXi{yh0KHoM~uV!BbrcKl#j8(Hy3lS&F}#&{6F z>1(#5b`+Z)I$QPA3m-6NNaIs1FP(kVmM#1`Z4s><*y`ZNL=`RZC6{M@pV^)}%jq^u zcj)iPTS@k{!|grWfsd8Hu%|lBhawt?%#GiBX$q(F2)i+hoIAvHsRF|=x-k{Ufso3OJxUhIqyPu$% zY3NTcJFqNMyMc5h_|{?Ab8DCg`uDNX1LN);VH8X%aI6Az+4h77jC&2uIUmFdFs>Xp zmhp85xPfZ? zMuF2dTgVl1$I404rW2?l8a1wyn$inS!L6f&OveHwPrY~0A{p!OD_r$7t-&i{VS;w1 zz2w?YvX+7i?p^POp;y5q(rBlAMpT4x1om^pmn1Z^f}kK~LaYF^;f>*DNF~}un35s- zL5SO-g2|!H67LOv*$#kEr7hP=*!Kkh^c{-RhzCmy6Wq816A1x}!HeJqq`C4LIXEtmBFtiE&KYTCOa0re&r#^0N!p#Uyn%AS=Qg6$O=UnT?+#OQ9T+JXWmuUL_Ewzly zJF>f#zD1R{F(y(lWD*Q|L+;qU^TkRG0KkrE%1hEdL0~Zj@5fAyxb@HnZlD{^61*(6 zk}F_T%4QgNe?s+U0eQ3)RHB?rHzE=T1nmviLgJRKnP}QqQK+OX>x79~?E+5UZWom{P0*!Fup+-Y1)=l<+R&ENh%k7Mg;eHi__A zDwzgyCZ!dHNtM-dA2YqMyJGs=!3G5V$U%@o1dQf`o1)7#y76wS!X{EslD5%#IHtbK z2WPV&th9&zdYwGbt@)nZA7U-PATKXGvCmg{wj^g-mp{Ec9pDw0C!n8Bvi)Wtqgzz9E7v0+-zgyf^UvKX?SFa{fP90eT z=Q-8thOLe#8r)OYMMgtg?uD(77ar6wgwT1*fVEZFb>=IrI1?f|*wg83eWn(YRtRN+ ziC~g>UlC%Vk$(=5V#aFjLXg<>wg8Q`iyO`Xe}s)j^v?u)Rg0~YSrCXO%t|*U1tmCh zX#8UojRaaShsI}d`>*Q}b?sn~33&vXg2$Q;s%|jC*}hQCF`9JJY-&3m!G77`hOnOr z!l15bXz*d(fo}ddWsMvyvVe!nIjvANP<2Hw`_hUCk$DKb1tEYja9&8}Zs?)J@W^fz zupa+(i|uD+m}Ru+f7b^my?#?Vzp)6t$J)n3C#aQID>SHz`VlrNK@Er)Px3BcZn`ae@?J z=Ccy5oxBp6t;5O$r3vu$F3Imq_4IAA{yT=z?i)R5lnnCNWuf zs|lAWCpVwd%1eNb#})~EA&<^~<0gHBWzy*rhW>1&h!cbe4!K7p4z}=7t2JRD#UGuS z>BqvRh`N(n<-RXUpk==kK$8?e(HsdTa6i#7WXkn*({rbu2}6KH%eY)V({Kmm88A+S z*0wQxTg>Y{4qNun=jtUXFdLSAOWsD&8(rZ#*^1GB%z3MjH1^$xKz7YQxeNL~g8aZX(QeA3Bhabyz9C?3>+J%dq{BT6<;sdVXMmyrpR zT5uBtkNPzhLeXhFhM2W@Q|gYrWYkgoC8m6?=C;V#1|11CJ$|cvIr0Jxi+>KC-t1mW zJjYmm-tmWE)>ehZUb0{r`}ZYQxGN)pwkM?l5RDu1t9@xQna-Ja*_!|vnm;p1(W%c9gr#=#SV3|2 zgwgAkmL*9?!FQi)_J*|0Q;=)?&v05n6uD5%(0LEeItFiJ3UlKXdF+bR!t6;G8U98X zg@U2ybGm7e>AcWU@MFMd2p3y|SI)Nw7F9;Hx>5uv)dU#^8MSL<;%+jF8@4*7ophDVa z!|7Q_H9=`BM;6Cj!#;3GQ^DI}1nnPVjrnusx56Otuy=xe{zVa3JS?EQal1yOQwLnP zKa8gLf)~}#m^nyfe$ecUx-exI9`5Y)d})?b@SHPJf|$rLl7BmHJY5?H1%XKCFU{AN z8GCs=+BI0GR`;y+PGS)OEWfVqNzqG%IljASXsA$4mY-N5`2z74n2RE+e=|}uQESI0 z`kBNKl}m@P-3rzJ`8^zGnW;Noe~T8Dj9!d!zNNCS)?$sc zlRkN0_kr|Q?aL(@W=;uzs`1wqLR$#?SdOK{*?GINysj`Na!G-Maj%#n6bzsYnlbAW%1g&;#i#;N5YnYueGL~=~;Xjo_RVQNKPSrBDw9!*4fh z=H)cgzA`gG{c{Z9pexW zN+a_73S)1kP!%>--@hP#=KCTjb~a3-H}=7;P`M<6Z+zySB1X-)pKmw%+j2E7B)**dpLEpn`Rp$xI9dazz?7Vzhw{!BP6{Q&aCfhQC|POlcO1m$gFu%Lr)NfH?m}X1 zx#L)V=*x!?o7nD)SLM{7ROC;ZxD3~A*vT= znf2t^sZz?? zLmi$ltBcc8hCdI}0cxLnZ&vNd22Z1$W-qmqqZO6}f(px@!3Zj-EZ0O2_I&3aJvwTw zT#D??OKAPb#6}Y-AVJ&3~ zz1dn|!w>zh=wtx<%0=t#s%IyArBmYixJ6m_>#bZCHT> z3=NTVC0}S2s;y#GV~t{n@{o*&uFlZmUVjD!3*k_(IUyk)K|vyu+IqA6D(rJ1f~wwO zf6XZnm=2twv?C?-Qz>t-gtIw5$E(#loSsJ&e2uK+a-6~~Up4=DgH@%TjC_(>8rqKj5cFq-I~cW#h>B9gIfkHhwc5eJ1gqil&rJks!rwZ+GZdyi z0zHB{zhXP|-Q{0B(V3V>XFP%|VC`NrNE0m8cD#VPCi7ol%upRC&;SpG3Re5 zyb14CGX8cd@lr4WS#$I?-_9&uPuyF_O$rYcW`KK^ePdnOM3Vr6_eXRu{X}=N=@SH8 zG^A!u@l13haGCZG8@(&7UQb85mz^~!yiK}2~Iage8WybG}7cwgO&qCugW zQ~uS&plf1r3I0-a*CH`LzOlt2Go^c#zBa~;+A62HI_?mc|0&A=9Sob2omkRp=N>+e zP4(4~f*<9X;dB+bPlPg$?|}TMEQr$Bc52c{IwY4|AHD&}7ap-$`8Co8eW#nB;~Y!7 zj2sTe2Ne^Wk2sU&Lzi`VflZ*~Bl_Q&HTx>uPT5Tvl)%033i)|+K#c@7y5pB>&v>h|5x zB70h1Hd30Pj6&mo)(v4YfXp1Y-^&r^`p;?~0XN?O%=IhY|CXEp>j!Ef5DlOE#m&(+tA#HF>H^?YAaKeAaVPf z{);mgOM*mD-K&X5>2TOmuPyhOE@;e^OfWXJrl$OjKlj9&K2%+E$wJRy6qCgJE*r~6 z0a>Hz7uQ8%)0#f!#L>RFSJOu8lB!kvU(vG)8)M(G^kap51Hw<|@ZygbB17V&tQ@4nO971t6{Uo#*MD?J`C47R#zwe|BQiiR#H7jApT_+RUKnIS{x~Vwm(#uNwMHMZ^;fG`~FgORT-@GAM-j zW`!3M67*sidgyCjTN#|HUosMG<%~&ov7n6mp;^)2t!bc|sTbghpBBqykYMXStav~> zf&TFh-PP;&v7HKIdc65(B|CJA)nh&a;6v>T3Cp|ma=l>~-=7;L`a%S0mLFGsUsnwr z42G9EMpm%B7)!OjIqtBHvDHeygteI(_nu$(-JA5UHI<+~YwBWn+LStfCe91otn_$E z-&iG-S+sCx^XR6#%$Z_Emk4y1{!ZAQZkhLYq|JPLwRhy$r4IAnnSuvdqix8>+4p3S zP{&)CfW0{lI=jP#>ipTT3N4EJ8o#UB)!LV(Rr9qq#hkXn6N%$e)@ez(a=2aTcr8}VD zjh5#;E}}nK+W*~lJ1vej`I;~cGkaz^EB(aTs*4ONR7d%dT$^7yG(v-ZCjgb+-WW9A zXc-+uH8mxgSDFT{!Ll)o2t;b%_tbkl3^|;fWnYXv%L+E_6M!)Ch#Tw>m~O4?OW7i4 zD298&`OW2&RYqz3rDfSDFvZo0rwZ2U?-Y0pZdPkxf zysN7z5nGEp7TGrONQ7@?&c-x+v;J|<;3R=6zzfTxJlIvrA{{{YJKpaWdSA>OfG^z= zky1si>{RV{Ktu^UqC88@8goQ}`6?-d=L%`!_GP&xhius1QRBqv(3vesoSohu^s0>VE8zN* z3{YV_uwbf}K1~`J%oMN@P;cr61*ZKyA_bqoMUH;YJueuVinl+Vx#2qwhME>zNA#~V z4^JTR=cE^<2>Oz_CqGPjY71cCe7Inis|y0c@$6h1@uJYW1JN8T=ktf_I@HbJ@qL|P z!?!2o-2_H=uB2D1L5=Hb&Zg@|MrgK5e%;jkSs@xT^fC}+nQHVs&-`f3Q&e-K+Gg@P zLT>-j-eFiGBk+Lw8y5#Bw(YerywS0PWx{tO(5S86L@4;>W|i?u-iXhiNz%FdfSh&?-px~~Ru#gE;ADNn!&Sy1~p{=0OW zIPJ(i(DTc&Tr~bjk&;H%5_NtVMEhyw0FJsRHR@I?;i%ovX+60SpK)xEj70#ffJ0#| zV^$3ucW82w>)V3Q5BP6R;`}j7su&Eanu(5!6UAY8#TVj$zIO!6?SbWglUBNnzCnTWM1Gf9VWeIfdo1Ujd z%>Lyz0b9@?VwRYvYIfP%BDQGCZffOxKJ3X`YAWL3NE^1&Ko5^tTOlV&M5quc{6vVm zNrKyDW%;2^^Q_i7Yei3)dBW2#M5TbjbLzG zzX}B2O$cL)X?KjcCF;n(jVHiab?N0;P;3iU^x=oty$r);xzKG_S)-D(bb!8P43)=d zD$*h8fQdVL*tv?k`eFQccg`Z0&NIo!&XIP}YtmbLJV#kpgQ30Z=1rOPh4$2)V$7Ch z+fU6%jOMd4g%!X>U5C=?km@m&((7E0_WUHCUnfQH46S8ijYUgOf(FPndi28^hrY@& z93-5pJP0P~U6}g1VWY7lm>4r5mH;x)k;Z+$JD48pv(9nS`q+UQyZYI?0LqPqV>FCJ zw@1gZ4qD5ld}mgpFBap~Oa#+pVL20OBCTci5zL1NoU|RsRyLr^B7&hrSDLI)`lgWbGj#~qKSPd% z{mtH}nWMO$MJnonohZUSYuFWfOviQ+-^e*k6f=mNihVS)NTI5^>tAz?1*s7@HX-3o zoXRQm!--h#$uCZwE}RaK_ONy&mQNPQI8+me&)T;kVPL5SK>?G;vjw$K%1)o|uWjO| zNqNG(55twky6g6LOgSWSpqAnQ>4h$%t zL&LSEp=zpL*cJl;q3nU!tlg%|NamG4Mb)D8EAzBX!OG9+`^PP_dosT4Ey0*ov@+;7 zc1~VBnt!HS9QTQhXjD2f9r0kpH|98lp{f3b<(M|zJi(f4xXDp8QZ3_%e73N04rjp) zX7v_WV!BZN>hbYO5stvuW#%i-eo}vjVHm-1A zjm-0zKw;$lIo>2no&{Co{ziFs`4!CvVW($p&G^TkDGZbfFCpV8%2IpWuip;kqAzU! zp7*EsxDkfc;Y`QQ-2P1|jwhmZx%1ZGBuyKhVq=QgQ#;Whybl=eZABn&Dr6=;oPqkZ z!XpQz2b^#d5nxhw?L>xD8Jbx#orz{#;NPQOyMf8Lg(u^&fmjM|G0brj3it2yd_J!k z1aQjzX*!#^L*x7+eziS1wb?O_jGXRX9Y0K$pQW2s${3+3@(kk@1%rEMwQPCnJw(9F zy!FLw{A&Nm9n70b_vhWzETUDil^#Dt*$SvjMV-u>j9iya2w|$GNG0@VrNeZf4IP{_ z8pYYp^wP(7Dodadeh+Fz+fjAzw&^g$K+8_GB@A>zyhm-ez;Pw5Mkp>3zUZD#U=pcRo8Lp91-LDf&w==#gi zMekKJei|>$^M}y%cU3Fyjb?ey=A>~&G>ulc~jyK zdrsn2fY>q@q7N8nOReVO8rc{J(2UyM-Cr?c4j|WPecsuMMQL#P@D4Jrzd)iJWK{m9 zTu%9P@NP&sa==8GRwTk*;m5^wB!s^vh>2_d@)OB<@;C?7j#hSY`}G*jXb-&mb7R96 zm^K-tM598adS22?c9LDcz|etBznLlg5gyil@(p5VH)djv7uBw$hsNam^R3p}?qNfZrxm8Rq< zujg~E_{(FlrWVp06}oI8f7>=FrA2Walw%`zB`BLPi47fj_CQGbDbJIX@fpK7`HyE$ z82f~q3=p+fxK?H%z2Id|^_FfRq{JD6x92w60L$h+>LzdI!K&_kfY=X4o0_|b9hcVf zUG$HYHk0Fam%rum3k$kF5;sHC@|d`}3B<^i@9j^cUPt zK;6$^GWN7cd+RtyV+L-Gg^acLWGjMUaN=n!jI+ObLwu1Nlj1t|gpAzxR&h zGDi?n`G2u#T2L2uc1I*_Om`@G4{+xv_DGCEIwHyr1GR+w06-LwTohPbvovn(J=pM-tv>b6|2l z%)ohaeLWrzZ##1~>Bp^RZ|yqsE~;`1=8VzLwgZ=33v|n{AGdqWz6A=TY1TIGP56sr z@N0k?dR&E7B$FJS7F1qd3a>8w<9jN;jPNzFt$7iI+k8*|I26rR7EN{M%U9m~d#bB> z`S#ab7npwkx|Iq4uUomk^g2CnlxR%N^#;Bl6bQaC9V*^36HmmD=w26aZ2oNN;vR6D z#ElPAJ5u>Y;*-s@x-~X|ALz|r=5?9x@dmsTAI$P`T%Cju-*wfFGPgQ1@E&uUjm5Zx z>g>D0frVAXb9HHPp`GErZ2$A{QT*hZiDR4zs5DG!BIuDZmaWIYG3e! zYGSWGBR@DC9J-Ir)2MEuJf|Ehqn{<|mfq^obTPCRj+ZusNvGk@@7(HqrUR(@`e%zOozU?ZCseJS=6@4NT1|FmeC8$Os&Da{gOs?A{^1} zE5i>@c{>bkYBQU5IVp;}u(w9gw1R#5Cu#L?cWw=Jsc_2fA`m)gM^W;=rf)f7ZyIy^ zr-s2WgjJ|7PABAu0tveSF;IssgYav{N7P3#oH~a+p7x%ZUfhvpbPp}Exl^tsOHS`y zR)CCS!TI_P{sd3=25O6d3l0^xiw{pK)q>F+>rNa9er)fS@JU6?)Lw(bG&x%+{As-5jCO)1sxoF%AKAco)SG*i%3Kc$^**t z5`gaMVP#dN4+82%8doDA;tV=uR->_%Vu{EEv;ge#|9S=o9xCrh=%UqP?Flzntj*Xp z2O#I|M?<4hLT*?U_Pv-2kt`OpO>Z3^&@qie4nh@;HMv6U@==6E077}T6V&C##G>{q;wi!?@yhnurb_6;dhtjr{d>#>b(^*%)q;TzIK zD%`Rk?W7l4v_35cgbO8bcqZR6Q_>ylH)3?KAoalJEfdSaLEO%_8}*qUq3lEW85NPK z?dBL)yQ;Kkc#mkdiY{LxC_pI)s`@Cd>ittET*mDFk?pCeh<;=+6@bk`bd5WvZEMyM zbxZFoiZl~eQ&wISvyNc&kDCMC%A^P%Nqj``^Bnc%FyeSM0f^sM0JCpk`hr+bY**i4bG6$P4 zw>mA03`R8KCK}0#_gU|#9vx;HsfYpEa(y%yq0jChYEBRR1Q;-f3Fh$^6osQ3p2>$&vZ&X|k_v0e%MHB&?Z}}F zzy=gw$Q5*=8L(v(;(fvsSXtQn#aBX?4sthtG?>&4QKv#?7rCgHpL9EsrE1Z3cc6@*x1BRo)wM<`NAD)JiyTu-Ki?I6oknM>ahkO1uft9h`FGOz4-I7f zS*>D)abJ52jFxa!HL;rF%Jxi+2QU8Ic-wb!>*cCMCjo=U!1J=LE*FBfI8|ejD0{Y* zMkj{rchh5eMJuvphVyXf($(B81J>Ak#SKok$ngc)|XhQRq#7- z;K!7RZxh?@@8okosJd~%a`kKG7g)NsUAjE6VA6GR=<&}C&YzO8TE7ye;`kG9i!8_b zOZL&AO22~r-09hM%XD7whW)dwejyS!Lol!jC{n--k^W5CMCO384d%`t!)OVf2}nKz zZ%EP!QzS75Lod+2mbolqS%NdP@g0=T&;k+U6xy0*n6%iISKBF^FzN%1F zrQ`rP6Vr$nV8$R`_h2D)p{XEOV%0T2)*(C4lGvcGA6G9wOq#$ZDTL6&aQ9*ssTrfy z^;aHDJ@6k$ikwJPiyaT%e9!Q)Cwh3>lN%9cgUR!uoqH%=)@5lo5w=$2WEMqYudcB{19apZ8iM8BP z9EdE%b4x_y6x@+pRc;<$?gi~A4o*-;4B&s+9=*$R&bh3QJ8At}UD65W%#I98ARjwe z{A|jf9aYPAtPu`dMO5M$tBu9iZWrs*AYNxFig~G#;Vb)8QmJX6X6{0ZeAu={eCgAj zwdLT(n#PAbg39S0lM#{@1z2T<34X#5m^@r@*4){oCQxg}nm)W{c&R*G}=G#W`H zu+f0$%ZmnSi4bD|UeFrC!g%%~(A(IEA2N4_@euqEW9PIaNVILyvTfV8ZQFL2ZQHhO z+h&(-TV1wqo#%TVPDFk{K4e7hHTIfgW&-mN&psj7I!m<;<6ecID<+E9tN&gc)(t{G zx25RE+%-0)Q(4M|4mTmb>jEcy*>pEEs+g*vHy*)5l{ z7-&mNQqOOuK=RMcwB>e!Y)%zG@!;sMFfn}z|07ICPa+?GF4ZkD7L+-r&=7r7E%>*- zp$%ZBqjRhuIe^yHVLP|q^eAKerP>nwJ>qYn9q(0=t%Z=i*QDI6yfVHh^KLA70ABo< z<_m3yBOu@rG9bx=dlqVU<;r3qEnW#xl>G;(ja1kWBA(rYPMtoEos(w!U+XL?_<2vu zZc70<$O+td`5z9a>yd9C3{JfaA@QkUe_VYx+FagUp5_q;nC5EZKf2i5z>Y3BL`=?f z^o>_8Yx1%U?{nJ*$rb7{;EMDZmyH@Up1>eK=$OKGxmEGdKrU2f{U?!KZvn+{YR=~K z`^TG(il}bOKy~!S0fVQK;n&9D5zr`4h&3(JEj2O z`r%V76xln|;}V6Sj_l;ZhJF*{!FYVfCM57|xXFFOVgC@)1YdV6+i!E1;wH6AE4~G) z$Z>ei9FTHmj`;3-GFsPDVZv#F0oQ&O!vWZlZuO&!Ti5Ym`%<*6ma|y66i9OQ#>e1PuGcdN|D-9gq+U~^Fq#fSUu%_7>2+J=5jB z9~E?h`!=Ozjf6Fbk#}(^tQ-pB;Ie;Vf@#KoYtc{#L_~b@8JHL~WJ3^KdTIs2sXuXb z4-!C+7nd{=^`Pg1ya?B?x=vMABEM{f(&6-@75`khDUy|OVLf+t(Ot-Q;*i6m8&}0M z*OsPJFnaW2KjRSH?wLkA=`#q|L$&+~)e0@fN+;ZZJzOeJ9RL?$UP`{Zx+f1B1;>+k zzA<9$pqLGAHwBBHjrxp8W6H=yz+~qx1&;+pvCoSAWCRBG3!FzfDNErqH}U|dtoPk> z9F4+nWKdu!cInZCUs?nZUh*shI`>**(H0MhgWGr50Mdw6@Qq^t9^I&&DLz$S?$w{J zV55Ii?Ub!2+}w*OZ)(c#*Z~?SfEQ}nctF{hKi(rrp~~Ma3SdddU%ZamlYcN+DPtW0 zVL-L7A1RchC2AfnN6|K?F~a7a^y#2TmEE2h$~0DPw{NeWXsuB*ZG*wSrSQI3H|?>F z`tWFx5guYvX3Xm^?%V8IZZ9kcq+qeh6Jqa%xL&Fp?)vTID4`bl5!CA+CAoK*I0hg# zZv}O6ZOflAURLEBhEAD|umd6B0+rWgBSc`&O>E=uAdt)~zZ|6pIs0k0)~EEHr)zhc5B?}p-6eoea3?2M(6 zk16Nn-=h`T$G}GP1GBNpZ*37I+`bY20(@e(wq2+-J5(WoZQCX%Y)O-BoB0Lpk(N|F zuS+pRS1Sxc&hudrO~+6TXpPWpL`2>Z42-<78S(yLJ7f>WiiG7;c%vT*iV4^p@kIqG z)wP!>bTAUI|2JJXfCEcCB3(i}baGqr?`L=!087F|EJ%OHRT3it#&8SpdbIe{(w&4b zZwss_j>cVzukr}`UP%Foz!VSM0nF*1vUeJ}PwvIB30|bUP$OrVzXw0pG-cpgl-xso zU@&gDFUAM4>mC6Si1NOtR^#buS()8}g0okts)8hf zn(`1`*d@S#Ea2^Pk#i)~v;biaEFe^{ACb#Lm;$KymBaylRVgtuT*aR6b8_Xq7pkL* z0w(p5kQneY`9lw~B&pM{V$Gi%&)C?}7g5hwq8pTwX3YS7gE0yC1XY9X#a% z%|Kb~Bum-!+{%7Z@!W=@wVNaVi73gnEq1Y#-*25BzvNwS$umNpaF|0ws50fiPvA1= zDs4wg=`M#l$o}S5v?dH;zT#%--OkBJ$ai19q`m(V9`zu{W0S8skJrajzvW?Cm#rpE zz6#+yP$bJz4HcP&b#z&vySLqIBRRi5zpTORcUNQ@u3AJhm$TMY-4V1o2-W=y`CCMi z$)-*D^XV+FkTCe>zws{4|H8XCIRBT7rIze}Y+^mXHnHpf*u-GbMFBtrU&+R?v~4T+ zXZp4f=B+zkPjG>KwsFZ*8YWUXkqMZcgXD)&qq-O{q&u^*Je{gD;0`n-9kf?uJMvczH@WX7>FP2IwRmG`wa6HGNGxJx z?4?kES7m>HttCtS)t?+bDHrIJhqQ#=iWDNcA@0Yh*l^G(!z!JnZ!zJGl*jZkX8^BFs4N4=RRAG`P9C$*O#jUKI{S$yce_ z?)}J}fUhKk(Oe02wr#5GTQyc(X^lxf8*1O+U{Tp{u&xV{r8?-|W%?L-VAD%4Z-r-n zbo#+FslZRt_DRsPS6v#O;ZC#D!C|HWpgh}raFV*_a@><-rXEy#HRH?nq7OUv_#RNr zu!RYErd)@)Pq-K)VH&Mt9DAz_Rz!dh{6Dz^EzK5KkgqiJpUb?SAt`CAr%#Pt-}emM z^9o}})r@76OQhhui6ShdsEb?hLqh2(Zik^!twzv|pG8AzeilCo6T)>YxFm5yAYJwl zn0UW&Q1iUtx7EJKnU5R)l4-7C)+1t~Py?5aqovAx#BoN8@UUg%6r*i+oHEv{XA)+* z$2oL9r2m^UPBuN^nEqKoS*Ca$(9{gnK(+Rh+>%2{w`?#-Z4R~wnFg&KKc*SbjZC5> zA{qL3iBbuWOfk}`0~8d3FT$;Fd$v}$&pKiro4vMbgKP%&bIqS9G=w3BLP(^#D`<^H zy1=#B3)$DlDPW2Y`Xvg)IFPiZ>*;>L!kLG*svTMrQWP7cMu>1p7)!QsQ00UZJN) z_i9ZPM!W*MSComq7YwvksyE$J%6P>Y=XO{$ooAF~_079Y^PkwA&`19Jt4rYdUm1bm zGFott7H!t!ugLZY8_L#)a~P7iikw#+noOj4NP#^;J-K5+bB&Si$?SwcQgr|k?$7yI zN$Vz3fz(~k{wV>p1hL?CVo8cv%PjiO4JB%XNoBQ2B^GV2ne_Q^H^S(@GvRw*RS3Wz zf(u}Szhdur`!AP8BwOA{{hfmu+xp-9W_Sc0S2z58wM_DGj<)6E79s+YYgH6%w?`7Y zjJQHF98=Z`9dnLAy7N{yAvha|Q+a>W)rm5qh-_lGQPZuKxM?#a57f-sh7w_@xd%b^ zOzY(bF5Xp(Tt9piUeIrL6OWqOp|^uH=+1W@nVLX;Day$vzh&$InSr_mQ&I9| zu2`A!;yGF&UXp5h5Fs%MeGV*((vGHiz`G4grz^wkNQPrWRbK3&3&0ft zJeUVqBq_PT*a^?7GE~?swgJ_+G>tu?yccI(0Kc@@1d#LYHE~L)B9{PXBL%coHet`7 zM7MX(B7(N3B9Qx=a2Lq9?M1YNZhKjxR1!_)d*t!{<}4u;kH4wGmNstK{VHaTRNtR; zuX7Z+@A{3AT%VhsUAO#}@rWsO>k8gB9oU9t{2c7Ij(?g_AtYiCHvbuY>;LF_W5@j> z_?qj_ms7bb^k(2&Fuli*1FLglBvJ!-R$W5UlO#AiP-@*{eJyd3PJD5KCg2IWtj7Fg zQt36Bo2X8m6v8q$h@xrgDKv7La?12SC>A46#@i@X!z-fgsO4QWfO9yvbb}1(mi1DO z6=Cy#!EKcme8oEi1*LgPjGGa55Z1;6kgk%t-8OYmf{X>|@8 zVhsAzcBC`j6UC6#7~eIFD_=3KSN>6;yJ^~O!(SHCsK!=)O~Ov%Lv zCFQ4mnT!sOUJtf8=TC6rt?5I_dT8I`jEr@iv&BGUvbjkC_lh|oZ9 zp4cJf4fJ}MgD_{8PzfLQO*sJJbyHp76x0pbq5#xa^fx+M+PCjLlM4wp_=4>vFsIFh zj0__PD-CgQ1I%-eOto-NOe4@v6~)^Ksy$IzAS#0IF0vyNMO>Tj7C+WaIqU8(5aDDt z#Rd${jd|OXQ&Ocl8d*To7;^SGwjxwgzhkMJY#g+#CFE&JaQ;5X$by^B{>3V0A+ZE{0p%y|@rjq?7fqc=ZBi)l5& z9gE%8MJvAudHyc(1+P`QGCa$2p*zJUH(<`Xs)Ayf=7)zig6Ox%h|Z83+XN6ta$zp> zPO9>iMTbvh=T%<4&(a(MIzZ+p0piG@xXC*GT)e*at`R{-oh;ifl0%J9O`y+TPu}^} z?!)Hs&&FwoNSj9cw0`PL#Z69^**LFOtN)1L4kN>ZJ(j76~IG?iECC5N}+;GZk)gx=FsC@2zhFVa>Nd(Hc ztG7QD0?ACv%I<`_y5VajzO^-HDNHMdfDBJoEow&eJz3QO#Y{lSr zm!N6ORtU7jXPNg#JT`*GdtG%L`F^olcJsNC3Ybq0?u~=AvLQD~dBm|OM3ZB_awYlU zPdOWzl|*bgZ-s`)y*bX#+bFuK@F-wrzp)pp#DerY-guUgvim+MuW)X&1Z)|BvCpyQ zJ520+#9Y5=!et?(`dXo`WQY`<4b=6YhQF=3Bd8VR=SyzT!wVDDu>LyuCzic2ghh|v zbWh%SuHN{UfV;p%0XN2$L;qUJpINZFwZ<7^P7-%U_@G3wrYq1Tvzv|m*#(GU=LGJd zF*y^J(}m6JFW~kwV{o4#r%nX)8zI@!SrP_0?5KiSe0~ydvqyjYD)A(o;3( zdr;-GR`_fD@G}YECYuA(aE0R4>oARwaNm&ah*<5G6s%8loe;xP2M-O+kUsbg>vvh z1xI)G=%R41-{hKw9%G+wXOLgLbks?_@0JFMV@ITicF1UaNWrf{Y6?o}1FXMBoVzP5 zJe&}-8pG>w7uR7f!(V*NVaN^VPe{is|MAvTMlXWb-J^_UL&u(A=jPeDr5A*E8>Cny_$>as!*)(aL_V0>3f`H3Iwc55G~a-d1sqCj{CDpERvrn zQI@f-yw!WeSH2^qudJ@tE6^SOiBa3It(<(HTf&pMgLd4gF&(6fYIxP!17qu}tYW2q z=W+xR9~xmNafdO^yDrG8PIS|7V(}pZk3Cb@;ariP_1OUbSvGP{=)H(!d6nx;<;axc zF>~j#J%zr$6Oyrad3sg65}|wq!gqS;Xv3n18`7~{Pq(1DXy=onsCXDGC(RG*5dC;H zU)G`$wB_Aq&~K3JR^D_~3Yj8WCGhc<9fdS!*uP^5gLY@U?+Y+unO z>|n&gA+1h7w37?E#??@a|H%aJ4{O8H%zkg-VRj7>gZeCJOu}MAq(-Oh5)a2;E@`c1MRI5To;-0!~FL0)#pi}-S1A^OJc^n zP>#NH`Ja)p{#Xo0-B!2KgXwM8FB!Y(3<_3Vwdd#GO4>(>^ke!e8}$mm@|)J|u?x1> zwy(A>qmIKJjNOO+g{Uyfi(8sbsZHFr#FPiX=pE|jdQ+1pLD(N3MLRdtZpU>WA;G8l z>4mgAMA0560t+yDfxIw5jWZzab7ek(Pp}EUEo%QrmM`Bgy2*UQ=iu_2p?NnP$g$@t zobk{b%;uWTYhWaS_e#4n!c_S`FfPA4mv?f7_qb<(H_TAgbEAI9B&OE-66?mY=g-E_ zlKNoRBj_OljL$Wq_}@u}%xNt-sw$?q{|>oA z!&pD#f~GxM{s|p)>T?ftA1}r9v6jo`=CDHGCW?P69AoV9>+IPjdJjEo-zm`Lo^#H( z_4pw4d_O@=86!<|GZzg7hfKP3ToZI^zu8fLa&X|hs37Y{{Iq1AZkGW)Rty4e>wK}$ ztE(KSe`8D4D*fqY5#tmq^k#i0&m-vB0vEWt+cdWs7-!dt<&bMVDOn8*%k< zc)B$G$bl9)px?foY-}tj*EY)2pS~tlN#AoEhqTveID$N(LEcY^=>-f15|kdUdR1l~x1Ey=UrAF@ZTXQ@)R{4(ghSCFioAKK68M zb?_EX()hR38MBIDh5W0l4l&Jh-0Sh#4?tBtx#fQ$ZHx^6pR}x?Al|N~+=v*mHIfaWIcMN}p?AryK1hW;Hs(IaCnHhcG6wNme6*MQ+UEkx4wTDvdwVW?s!lP^QcLuHaA9eEC9V_NY zQRj)6T3h+{Fq{yL^75s>T^iT5+60Go}=bkW!TiM8AV-SJo>5E1n3^EF@vts?D*+$qeH9yl6-I*!$&9Pc z0pK8H#O9-#q=RRIc6cO~#%W+b>4wsRZLeS4?5kuTl*g7WLt&|f6zZ^buchzK$|Z}O zg-BDOs(f;E2&*Sc!rZ2q-jzp}mK~Rt9VGUtq)!FW*}cetR10Di>;<-E9O8|;xT!)t z=mpp$o~=`dwVK-+UJ1SJrtRuWx2_(06%@(33bbut;p?~WB2Ct;q(H@?eeR`bkIs-q z`QJ(mb|>pFPXfuE?MQUEKjk2BLqo>EaoXKA7Ez2G2+NjWvxUA=N`#uP44s}%j!*Oi zv2Mn3nMSu13QMD1MDGwA^vlYr7SU?mH3loJJ^eM5chhS@Vy}CkQ^Dk>tmP}wq{Xyy zX>i&CJ}xY#N{!CUjDF!xDp0g2hfsn0oW$n>Z_K$;8youBP2x=RrqPMvp*eR&0wvT zBhFu+HIX^_s=7%J2UGCH7>aP95If!=cuHys2kFYp?v(cCtJ$X_^E!wHtbiVmnM0!m z^B6YyGm=*7Br91el0XL`CnC=23_hz!T!L*W0dINg=Mx=b9CUqZSO(X>6Wfv$W-`$@ zFq6|&;Np%&5w!p!zddm5O$=CXvRI3+Er@#=4%;jAVdG73#xz0h>;N}_60e@JuRbdAP@}No>b1YYRs@i2@ zO6zE?IePe8lo=mG1qP1b3QU{H?G@yZ8_HFwej5%)nfWi%wjrICJ?{M_^GnY?naMxx zDrl;5wjOm|6&pQ^%}9?1G}+Cb36b!u6ehml()-t=-rOggRxf&vo0p6m7~4 zx+IfLrO?h~y3AJ!VW&GcSn7eh0NylEg&B2=`O9yv_BJld13Pd+V2zQ z1`<{X+>p@vZYGMR=s|(^s~c6S#$XOyQ&86-re=wOiuB7k0e44V#N@PrhvKzMA`L>S ztF+mE;;MehpFkr^rx~*wO?X6PY1y#mo*R;I-5b$t5!*qQmdtd|Y$1e%%Ae%=2;u%b z+-@cQ^5Vno1M+@G0v_e9t4qB={JD+b9u%m9xMSo#Wp zwEGh8j=J05cbE%s1|fSj`Ozb-W^|-}7(T!(un=r6CE+zXcpOR&FW2J7^{_DiyQlJPx>!d*!aUMc{-M__!Gh!MJMf3gWBlRq)IE^%Yd3wV&|(ST;!qX|K# z=A!$7?G{JnSZ&>)a`#80Ye!uhk?%ZA1KxZG4FJ6pw z|4tOa_TQA&xm>l0Wbwf$h>bf?HwN(b8fhp0O)aTVz<0~AcG*0l4ffh?Wa|fj1Oseb zSCX}zA?s_iHHZS<40iZ0>RYWYpmxn!P6!0TN?_a|!5Wf8UqC~M+heXCMc`&IdUWMi z|Gnr0n}xDktWyL~fMh-a9q0fX{JV0XzcV`##3>B(@iE!@xpI1Pi*^i`!Ml&F;p_;> z3VYUtq{MuiJ6p?HMYY?ZgP6?z7I^|`23#3~JCyY~U=ADn+OaB&51L(INyNm5{t5H{ zDAFZ4K=7I4yFER8zrPSk0Nsp(Aca|^ovsAKQ0e}X(*=Y4XzhEv(o>)T5rn^gGBy3y za9libJ=on6*j?tb`Axx$hWAASCk*6{N#8xw^JWM#+zIpH#;yhP?k%EenusK6u#`VD z5JS32?E-0zdGwh11;F|2sB~baFJ!TRaFwCUUI2Z6sgm9yJ_xs&$7Vs#VV-{;K9YstCs~!UqxGgqMZp&Iu&a?E?=Jy@ z9-^HQc9tE5QjDtQLwWt_v`w8-jb5YUFg0PdVq{cM0fq#ss{)0u#HBQI@#`~pttnb- zej^?OeZ-S9ZoTRZT@~|)TSv?O(+4|!_pf@}^|BXv?Wu7`Wz|DW`o0(6x_+}GEf`=p zh{4o;N~!4*Mm&!@4eKMGA6~`vsoWfjT zw}wD-8gZ-A0};-tG{=QZ0Zy11(n=c+IdX*?WpzL%43c&epUtQsAzn>;HQV7%($uAC z$UK<{PyY@wmEeo;VMZ$onb*y5bp?A~?5RdS_IMF_AMx$6llBF<+D2Jdx;)UXR2cjO zXfKO5=FZ!|ex6cdf74-2cxlLoa2dl8z*-~J)l%T?>%nlAXa zDP#UNa6jP3Xo1OfJH_gclY{Otm07G7e#4^?=H}S$kCEP`mMB{74Ra4H&CV z4U}gWk){|hW(gm>GMBZ2a`CG&K#$c*$$@)Ir646|Nv!7&>+`&n)eyryyz`ie?##>n zYZzxUy{2FFmhPKSPbJ#y*p97yRCkoj5Yy+*t@)cW0s^||mu61|Z=_s^V66{-NbD&6 zK{nSFFbRs808GV_iBq^PE0@E*c`PkUD4nR*;vk#o<=}*Oe&D!g#jDOzoKk_U<+41ge007g<_e1x{h4nvxNLN zGr2~`Wf_zY99~B6u|Rf1@!I;x1*buHz8xTW4U$rVyH18u+FT5l;Fh^?(bfU*)%bIM zyt|5>gYCX?=PJHN{UYp9MwQCViW@ym{UYfFQt;^7>HGffm4@WwoP4d#EZT{|`;z*6 z#WL!m)qxAwO4&Pc0rL*aBnFki1KR+xGbc}q{?Qm^<%Fr`d}(2P8Oe7E<6ZR=m5)`< zaRx=uqTv_#6>7u0ILbI2#RO8yo>UOZ8#2PV7z+HB?dn7QtkO>!7a?sVA4||Nk@4c3 ze&nJ`T#zQRf@hoxT>eW;2-EMlj?_qUe8CJ04K&3sI+3_!>Pk=}4Chx5Bna0U%GZe$ zgu_gyT2cf_@BGDIupTI&j2(9l?bXQ=fPO#@*J%X!-~@5?l9JjJMb)nSa&??L)VOn7 zo{BzXIIImM;U_rtD7!AOtjBlaWkA z$34Uxa`l19y6aY-E=uKmjPh{VOaw_zSk}7CSZ{=nTwi=w*MammeNR-J-dv`FUoFH} z`;PK7Y|4}ze~_ajGd!`5hDxrCZDCIfjstY)>1PlzIGPjk1x(&_+D^{IO5T|rqz;gz zbc7_f@ISa%1D)hcZgl{{PJHgT3%u!k@nPkigBfJt3u<7RLqKd$5EW>*_!L#(R!hiX z#!`N+*L7q*1{{4&nbfZnI}8F{0TfrfCa?N=Ai}5Y0Er-_O0Fa>70m0m1jW#yQ#X79 zL|S>eM+!9#0V67{fC%OfK+%95046@V?TiCnoo(cKo|EoI5pC8G_m>Gogq;*a^fkMMUkT{Zp zz;Xi0%%L5YMEq=rD;HO&Pn*W-ZsX8Y!&fqkLIM_Fgp)(1 z`?!@sXqZi4@lOG#WI1ea9bt(jwjVxosDV{Ym28Mu=6IgG$(kmnfaZgw zFF2_Rq8LbaKjmh#(~30NXGu;+R5+IiSVIBY)13Wxat_RqUIcA4u!#_0kiFL$ecY_aT*^Pe*CQu_R$%oKE5sFM<*PAV> z?maBp-~|u(Lz{Al5wNK7aWHU_d86EIo_6_GIEa)cgrqd_b%5U%G;~4zxa^s*z|Lh3 zzOqnOwTMwKJ5#+ts|O|Sjzaw1Grmu3TG;tiYOD6Obb@{lRG{EWKi=urrTpWVsLFW~ zau#&f2r<=>5f=eB*G5sxw^B7-HqJgxtGitc7v{}s$WnKDt2Tp9l1hi9II(~PsTydv zN+gV@x46+fX*o2b5}0kLeN=upZ%G+7opZ+^xF!%I@l$ zCf=BSj2M>VP7W92w`18Y>L)8k{_`ue!r#?l{#Z&*W73fL)M@Jtg71C1S`3CQ?c9T7 zd@yHbrSk~emk^UfFzCNi`l`cNHt-8P-cTDJ9BtrBWFd?aml!z#&;fq@3gGsknMi*a z-rn&pH7D+#2FZ923x5#9Rb$C{{57zE9={aBQ}T!TjK}A>@M{cTPLX^RRSkPl<#^Fm z=l^zn>K$iRM#n9y_z19bO-)cvmN1{@0HgCX9D$p#>8O790;$D2vJ+ca{JJsR zn_#3q3*zdIB{Bq@^`$biQIB^pI-pZ02L$q!HmD?VfR2Eq;57*R*^*1~{TF9$f*~2w zK{T}G+Pl70m&fnr3QoBFjMdugy>goaQXf~_VNnSwgiYmzusQP7RNFfOo!FFo^fhAh zPE5^6@Q+~nTM7Xh6u{>D5S7+sP4=!V=?8qSA5Y@HF+#@w!U!2T82%?l=(ahUxMNkf zY~7x9f`cs9*VU7BG@MHN>sZX@mh?tvfRqlG3~P=X`n+onKRY{gT1cHu71!X3P;9u4A#bJURDJoRIX2 z|B%6S3oG%qUoz<7^mc!5?fn5Qb05U1Wk$#W|6qGcevl1r&W^FqWaU%qF+5v{MV&W- zkn+m$eR`D@bnJanqH0m!K5}er)&k|oGOw9CX?{M=euZ2k7WBa%^@A(lymC;g6G#47 zNN^$BQj-Pl8Go$ijqnGbpY1s9jwDPPx5TlKs`WTqd>CUGeWSQZF?qVQQXPNvFk)%q z^uXG!ZPVJJc-#>)m}z!l&^>`#82@SdYW#(~UIpU|?7+_jC@-r)q-I(NhgRO&))>v% z?T-VKkCG&k3Q(7WS$T1J6M#PZJy#e$V#;IFtET4H?A`ESrpNWLCYYBp()0d^M+em? zRX<8NZXY#{;*3!XVrVfLbwsD-6@rW ztZ>R}#cQ3BVqIggMFlv1A&W+uVvTP001Uk$x>h#2am}1qp?khQqlBVurBTZ0UkbG+ zOI?YT~^W_ufpPK7>pH>6V2v?-M0$cQDk~jpO0$2 z+IbSAB|&b*=)1BM16bLSmy|oT>gx^4+v%vT&WhHTN!gD8uS_Mbq=GNL_;3|G63k&z z@318E?AYK7l5$X(hwk(QJ;$pNpU!QmRQf{q^%!tYTB#*}Xgs_K$5^voj}_Yy__hP* z6BX;1`(8}#5VS%O-qtgIs&LFLWK%cIgX3$79ZGtew>*DY1d z^!%gQ%W|a;MoD{N#Jts3lZh2&CaN{=G&4KN=48}mm1`uRc*=A7MDlaSdHw~a5QHb= zJ9H#ZVc);hSKG_CNnY4S6S&KRT6B?)0mX6_asb0AN^|`LSxHLPOyF8TF}fXn{cRp; zp~DyW=;YQ+#_9=X!2wWHx? zA1LCwO5GQcEjYaFfOK_SJ)0;GUQVmjEZSFgAb{64jRtife=&zu=~i8M60aRPijwx= z4uJbdmin!+frEP~=NniH_yp?{Aeoj=o^-}5JgU3rUX2p`md zKw+YG4uEBP?pPndBwYZ|M9(@(wnNsQ)uL_e9)fD$Nz)o|fcIP6T$4xkiUqB&^v#7`B*v;1mP?}rZi>vO!612et zvYm|^3o3BDSj7>52H{PC2gn}cIGH*;l^zTX*E2}%%KjEt;Ma{ox=>KVV=u{VFX=2C zB{C`=$&6-@v(>PU(}IX#Wb2REsu-98?Matu6Y?(Ho!-ty5yOYxUalg59=Zk*WPm2J zJ4Rr}vZ4G59D}v)bHxpiUAi&#H!z!gs-3PsU!f{5j*=Bfv*jW|E{LJ$nh)a3@KfmA zzS6o*oRS1#r&!#8s@{Zz7pcff^&G4+8%_q8RT6MLpKa2kV_QvRshU}2X{Hl#4^-y% zHQ|q41Jr8d0oCDdxC?z13wZaLYJ=djOh1@lOGVrRI}Ys?vB(?jG?)s7D6b~Kq!{uz zZZ+`T&O$nb3A`-y)crx1GxAiP%qY>)AbU66N|fj1zgeuidNCo$uAn`&Qc6zd3OF;q zCx7khf?3N{2?7&H4kLUQw=)EPZHOI&x*cNE;3|Q8Abf%Me*gi5h#D(ZzT)DP_-k&p zkNyvWM^~TLtKv+lVn#Jm|LstboH#CgD-ULt?>OdDf>4=%Px9x;NLGF%zq^kHKG9}y5^ z^}rIe-`%NpqQqbY=bQg!|+;Gf(_t>dd=%NHkJVwqOdV+zPsWu`VY)pf?%`Vww4~(aRXuX0;{f+Q!oe7%(}^*?NX!{N2<(OoHgS^5Qgl56*yjf1p+A!aYUlZzZqr zbkv6B#|7myQ~uq%L^!+1?2N&?_M#pcCVr{Z57zVxlYt_^uFR{lg(q-Gh_#0!DuuHd z1hVlFabcX0{4=_sf(p%)@pEGd z`s9M{uBXVcLe_&t^W_G+V02MP-pj8tM4P4;+(PvwjNYWss8p&ocObvghY1MGIBwfR zfG|_DA6rV_Ts4x_Zwqrdc{sQvVOZCed)`)0s}LkAL&mJt08XeYVM+*1^;TJ+c#p0( z@in{|PN)+$?1%X_<_-VhRpfJ@UOjN{8@^g2mJw(+=W;-4n!P%C(x+9%1yrTdr^{SBSl`=MojyYh_?)g#z#{6&KwgPY!oH9G zy}1Pm!$r>p*3ju$$BT;=G$p%H8oxAJQBL`8ei^`9UP8SbWM*iA}i;reIa z&Aw`15IfG{tT_{xH>nlyWO%%6bKcK%Eg@uLl)_*Ya0bh*7MpEzAK5u5a#Vob)9(xs z)D~ZL>gAEMh#~`a+?DQ!0L8?ew5eP~0?Rax`W}qOvAv567(K${&JQ5*Vgi8BXL3yM zl2n27z=M#x$nm%v>Eyz8 zR;oxzgfq+xiYuOTUfvNZyVM`QNqG(gU}uGLW1wGgCJX3R(pZHN>GJxw%ENU@f)ksq zih^)v04DzZ&Rd+mNDC}=upG2txD~`~fN#-vCYNL-Xkkp~{hIlS_*CeS;GZSFx z)J2hBQJ*DaG3Q_=tMPTJg5S~9I=uh_U=;zqK_DI*fN;t5!vLxh(*QH|+9M7`n`fdJ z3SU(;=G9ky3Y(_0M0@Ri14ijb)}>ABdX;6qv=1K3mmN9d3xZBgU*wndtahPa(r#H0iKA62rz}4HQZB6X~ zYN=5YM#{>TueZ8az?PekF3n3g!4ZfPg+xs}s&%0#w^!{T$VTx`yLi&E?TD^SZ7hIX z(7(F48n|>jaFuweFC5L}Zvq&#r(#Z3s%LxoE3#-Np~0L!*mu$kiBLo>WDtizkt!DA9+LnBZD>IIBOU=uSPBDQeO>sdi)&&IJZbIh0T`4Hkkt>zb}Mj+xQBcXJ@45>#D8s|X4FE-28 ztydiE)g-m9B3I@Mx$v^3X@6F)kmJvW9Jd*3Je3V=0#l_U5PrNhZOmlTf|EDz4J>Yo zUM=HvjptH^Mk5Jb~l>Mz^ zMIcq^)gQLaCcQzfNqN|Hn)WpqZm`*d5aQ>s`R>1bS}0DAjePV`fo1&oM;((us2te- zYA7*_ zQY-BH(qbO~(*=!w(3N$LxoBC&1o8Ue`vR7T6{|-XxLU>6?8IWHtsZ7WOkf@4{;IMI zK^zVDy(H1G${wk^D*-e;b9IQo_isXZjqRvA|0+~kFEWBY#I4di!Y)S}}ln9uWZr`rzSIwiC!pqC^v~W~321+GYsp8BA{#&Bvv5$xzx{ zjcv0~N)aseNDifQRCqJ$`L^V7%}6{z^8@)2c9eRza4FA1ERjG8!fEq2FXIYd-fUzt zMkoCylBYTTnQqgu)5^k5+7nT>LXnu7F%F>r>s_oitNau&lfV0ny;2 zSaRvc4@Q!hN?Uwz8y^zrZeWMOC&NN2=3w08azOfF1B+@&FkhAkV3e|X!K7KKQ%=FE zI`hykO}#bDoNyiR5xqyDuw~pGgw9pcL^In9hYJexsGR6l{2#WuAF`hq$D{ksh?xfsq~^Ar>? z4$LwN?57zO1ZZ`dI4rrk*OkNPr&Xr1hN0~3pb_8!Qy>;a#M=TjNe zzXqL5i1UApyYTCE4`&I(G;(dg7kDY`!WeuN1pK@E=8jCV{$T1|? zH?U+1D+(}tmbtxHpE<&+K51#`P zd#LL>vN*)T@9xY){X4=3OORT=6zQ-xk~<(7L;9++)9qw_;iyy~d!QD;tQ}hmINLC} z_Y<6_ow(0ZLyd$Ri(@nbcOixD5{}TV>rZ0`3DVDuDL&4Nkg&%$=N`oKaDZG6YmdC8 zo4D9`5Y8kX_T=r*{`a&(K3$<68eXFqiBuD`)L2BKg+f=hJUS1x8$~bh<)GkoBATG? zuSOomv6*|LYdov4iYwD04}S47MLgEc#4ASoL;`?9B=_t5Mab5fyiaLAW3tgHYJSItHe`Q72uwGV z&ptKgqttJzUcPrfn{Q&Y|ArwM|8ES*%+AL6|HhCj{}HeLM+{M?LudI{1DO)xUDjMo zp;1Pwd4XYqtGqWt$ z#GKHS{L}nP`&aDz>gBAAc*4%?ns4g)>Ud@0K7_T2dLrAgsR~}KAuKzDS|LM`>9$c= zi>pf$KcXqBNzIJxvC1z$3IBP45puxesjHI%iOvZ4T9iiHutv_s`d&8K={SknSWQ>!@E?tAotMa*oPJ3AyNzCBTJ(B5yn6y&)6!1v`UonAGTcg= zW%HcDM^b@$J2LU?qOvuIPJ!n_nu2VygTmGzk_zfD7v;=~ETWROIrI7MP1y2K!M?tG za~Z0cNs=N!{@9J1j;Cniu2feS`{Ni~FnEPL{QHd9nk5{enbmIH%G+2mlbHX>R#h}b zmO@g1R6Ux}kjR(=a%Fqs5{ZvVah~H|rv2v7TmR3wn)AjQfY6MX*1Q7qIS~4WN;4Cc zCgQ@CW_})n>Y{YK7TE|#7wwMP_0amm3lFy4gX+;k%eDp8$Hvwm0j2{t)5E?!s}ibr z_U^QJp?-0X<}I#x$Q8vt$CsL=rHKAiP&|IWRNxX{sGB-ssxc3}CQdr?BJ>rrFyaY4 zAyk{ea!{&%4^T+^V99Z-yW5ja7fpO@em`@nV~tA0~ zJaaJF+EuEZ)^`Le4FC+9s6s0F6Vp;ExiwM|y=G@i*+}pNx7tBq$^6i4uIu!LIovMN zLCb2a?ZTDad@$5%d76;XPIu|5`%w;J7agsm<)Ai5AhKjt7k*d?)0g(8saZDc%dDfa zoWnT!Qp_lhT)IvP?CD&bs~p9YsRgz=VItUvs}bOy^0)0%C#lUY&`3$2!Zk>Q;sarf zhO0>x4L1h!Nk#pOYx4+sP7VriDI2Kw(0A;AUTH^w6iF+>1?YQ*!Y#4ik#CXPw zaK^4afjn1)EFM^jhl|Hg2yV}VJEX7F*~Z!shQ27}4@V=@)y-?qKQGoN3r9A?RRHB3 zZGke2ZQqogfvma7yTW8aiVtbZP3EAr1w$|#W+vtR-zYXKi42Y zmXIK@mM4sj3b=@OwHB^)v2ni*x+)W`ojf}#n;vELCJOZeIJXbD_TO*1A%_cwy$Gaa zh-;;s43p8PVV?xF18YsghGx+2a;1V*#QsjKK&N#CC{wj~5D|Q{s0O(KY}UN9G##1% z1nI-)vCu3BDU)%CBYmrf$fZ(3PChI)0mKm5yPk95l1mD8AH>!fUMrXVZiJzvrS_@ zloN+<6vhXPzw*q8C)uO&h^qM(F$5m^5B5xv8vI7NvmOh}{$3fDSP|fZ^{gh;CV(7N z9Q-*~S=U%q>WRiouI+8#7oYX>zDxRq#rhH$a}JeWat{8ZV#SE)n^uK@4l7zPJP|Ee z?x*^23ELzI)VTRM$`P=YX%`dP2_FO{7pD)o%;Wa7u86w%?}lnAS)`E?Lt!auMhpgA zepI)5;$nAJ(K4GHV^xFcqm~?kpf)H>WbL$Eag)KsFlM%UzvB3+qNJo*9GA%F+X2w0 z%_cAV-aAccmmluUX}dRFoNvO&t}w{2ALFJ+I2FY&(yY`Uc~FJh+>`N9zIDjw1NV!AS`e|kVyd%7ch#R;K0wr&v;`f z4Q;$#tWb~QAvG|7TU*&hrmSfVeGzGP9Fuy_5A7=I2x-wJ`J9JQUZ#$FH!;S>o_<|=`VeuU_hc~0(`Rx z)1;?eDBj@?KbsV%k@I2N1HhIjv9%FTfH*SoHga+J#5Si0CcD&v~17jWDDm6dO$n;qb#yy0R(Yt*3Hms zH!NMCVUF=Hn-OOhSx31VAJ9Hi62^EH}QmJ_r{%m)Ta`Bt#&+(H@4y;YSJpY zip*XLNKX~%in({IN&O$FQirbNxNLdtR-TFF-G2Wl%N#qyf0?>n_zYhKLT^R;S%gJw z+kK6*1+DfBB)iTK0`#-8Ke2tWEp!O4m))HL_H$%9BG^ghfAfsAQJ#HQmKjKpK1&$s z{F8fvBqMDkV~;kR&xwhkU%xA>&tL}TrQAQ)OUb}_5^ldka%4p*vK_&KMTP9pp(D2V zqyD}!yeO@BwBUmp&BC6+1bcyQCw6)2U%~qz4(Lo-Cs$)g2GHZDgtWwjY*INATxLl1 zeA$u8QmCl&CLVXOFSXC8A;vQ{{I>T^bRODc!o!T8vg(+1zzb;5sdSYTDp6t7dz}K zB#KtKnI;#HL@=t_SyLD2nztyKP=mE;dCFsI-M+}AK`|LAWqbGVemkAS`^lVf6~$v6 zIfJQAmy~z04NAO6w?7!1tO(?klI#7Q>#B37y)@Z5>T&SS6#K>7@y>Oc>Ca@ho2Kvk zZ4H}?F3EJx`19~G%_oY>B#7(iI;Q9p%qi2WjnwGQTbOwDd*2kowAz4|Ie>5zSxWI4 z+FOO)N$9kkY4XQGaO%OFB$zFI?JrY+VQXpv>M=F8F#I~!8&}3OL{jykxUXYwFm%3D` zzKm3!`HBz=pp0CIEtM#%#6Uewm(#*Hz5jw8&`c83N6v$EQ4@DgdhSaW`x`vEa%I}q zgXK*{t(+J*k0k9a>#>|yh|aK;nL??53hcABc{nrTr!hvQ4BgBF0``~*#K;(2be~Vo zE_Qc#Ks=CPx}GqOp5-HmONkC=0+!mSrSGK3gMzIE^+pnXxJDaM^ZFm5$6u{XMe@Xi za!yfBgt!mXIJZbCadsN@8uHAJBngcFHVji!pjX;{jw5Z%h~3TNi6)4NVKfGTjRU~l zV_lVsnnOL zTA23I=*O$q1f5)UDWm!&LeY`Llj0ptkj(RtbHV9@AJJHtDD}H1*72$J3?_p`_yr#o z1sS&Zcb5CEPSz-gH_z?ZX$Z@zXF5J~u#Q8_y_jf7-cepK<~Op`0=Pzm>j+}>RUlC)20!)EM(vr#BHI2P@+Iv zY8zcTMc9^A+|GG!%f;)*DbEQGD(JWzzImZSeJ{(=T2+$PY zmP-gEBbMwOc#cB!re{FjdW~|2`Y`K?L}%^3)v}ZB;3?YJBioVE?11K|&lceVMNh2R z+ok6`AY_j@rn~L&$kqh>!6SsjP(=GarA=LUmK#tI-(|SUFr(R+aYftBV6t+*$6H}q zw0%o2sB8Ov#?$tq18+XoL7k=h0#iH1?!wmIqM~$r!n8{gYzHYN&3VY;-qw3ufV%u6 zjV>hMXPP80a12-h^~wI>lMX+7UPgxm@DR}N3zlp`(r^FQTwZg(8grKG68%5f-^R~N z;|?ACG=>xaOO<1p3_6HX2pR-l)xTpZfLkTlFVB2#{6}P}hVh7?*0=h9Kp+C4#;$*3 z2(U3r-=-FR0SlidR{k4OWBM;hjfwexu-W$?uLL&7e|q)~MekVmLNzG8fqN$!M{Dr> zVn#C7A-xKNkfxAq5=&?mT{nO2{YLR#+Z+D!Tup&gsuz>5_qbkJ41%j5mQxZW+#XMX zd|l>KALSSOz2A-;6vd08XrvToRqCCA)!E1J<*<8}5f4`)|q5#f1mwJ}j_Y zt;uEE`y{lm`JjfKlh3X)Zb%_Q>)(=}A*+Vk(lYTV0q+ArPE4Vt>Obh|%8nyZ<4qB3 zOKYcUbzu>y2v#sX^kvvdk+Lt56Al04?XMOxK$iY{4p^#167`?>uR6~EAOF2cdmmWO zi6Utr!H8k{7Wo(dP2cXnL_$wMJCAWM3j7$eH@=^3bUqMaz`<+{M2V})5(#O*0=5DV zDWPOgiE}yQ#Jo3jeC++HFSJD)r6@|LF0*MupX;a^a?*@`=R_${e0O__P|c=BQ(@}D zP)usp)JFBlD7l#t9Pn;+$znUWdS5>~dY>ZPRPc0of}k4~%iW#++w|eh?g$4v8Tq<0 z;`!2Wspi0@jonarvaCw??nL}&YA}NyW8bcs!RN%gu~3B-@k9Yg$05QbSnl6~l68i+ zzm^n5ZK&o#bo3jHUg6~)>es%}2QF#NDZK?(R}IVH#^jo(LjpgcPaU|<``XO!Q7IuZ z*4)&KlUIyIPdA=s3R%_%JL{v>2ZtymybkK;=$;N@bka5YL*gRkci>Y(prFHD+=3SjI7k<|Xm~!kT#a ziv%VV+xwq|o_cJcU_mVKLK5SPqWz2oY^`4GHgwu3Tdlzy-k9Ux9{d*M{Vs&Ku%I-Z z$rj}Ni8}&`jndky5dV1?1R2UAnll1H=|G8{ol<+_RzMWpfQT;{;hL0*MQq`Wl zJJF-|S_btY8_T*usFg|Nlns4U7GjP)^p>M8Jw&P@`;ru+c1^8DfzHIdW$Twpz_!P7 zTxxa)1_TAMdX7zbv~(BcQhl=f2Co-=n64g{6sJ>{)<-~K`p_c~ugnj6#GfcT*Jgj7 zj*dWXR|9A`@IJ&-)e12+C59I1pDWG1KpY+#avyDu25=s)UVs!O<#V5W_%jn_h@Q0! zAmd8f;EgethpeT!6-57@(hr&+S$qM6OBNw?5A}D*i`ytcOpvEEMu#0H_2D5SgemeP z^*hzH?FI>8D0S7`wqOivVxc30p{6&DKzXxHtnN(2UvB%X?5c0~nIfN(1U%*Mg*E8av|Zn$x+ z!{^dSZ-k~k`bwpaD(6uS2C5smcj_J^M}w-%v=oU9ypgIOjk-YIHa8vYL*`kT0k=() zW}^GaqF?nL!6^P|JNc7ew=*XW8UrftYr_U?DzR7uOAHwR@J@ncgB%DmaBX)K8g4I1O z0W*Ru*LWkf!kpBzB}aQE&2~|gd=oE(m;x2(UlLrXSu2)j+N`}*n~zpomqoG?b14!z zF`|+sd2jjnr`?)X61@>m?Qv>-hUgn8ETz_|f}J3?;NQzDrO*EQz?9j`2vct*dXma!EW#7tC7m(<KjI3N&y;Ih;+grbaN8Q#Eg%z{*+K`oN z^Zw^DvhW97g?w*=KO%HAfJoU#o!3`OqvXwN+3}GlOUGH@Y*-H!E~I-UxW(8#dAuOt zfMW@fN`#~-%RNX@Z#CQNN@lIny$vIsBhYehTONQ(#E-q)(_-sg>6B5NZuA^I!X#ij zGucXSL6&;EzUTh9g78o{FDXNmm{ae0yuTOIRrEQ@@2G{I?s3jN!L|ZzoEW#4gLmp! zH_doF(ugm&^E%1jBq_x(I7onmq8E7oA8&XCKiBQ4VQdJxRgT!9I&?mjCJPomxny!g z&&m@>CiXTSN=6R|9DDw@zmJv*G#Z#l z&^2V#y621{MiVyxn&p}6#y@9as7v{3B#Co12|6`@|Hi?=o6T5rW}&b>J{qo-ASFdn z$K{9fYr2*ZIO*cn(q{}Q`KF$fbP8gpcCfUe_uuWmsxSL90@9fxLm6a6;}Z>ncxknc z=&YY8qUM=oN!@#Gb?txv4Ot^1&mEQBz<~U-3fiV}zV2Aw#sQBn#DiW(0JDbW`4ZIQ z)GN-)QRd)8P;Ju`8RhCfHLFXacRf_k-KAn6k(-3JmF#opL_v51&rLPUo{_UP%X-o? z)@YHU2g_A+aXf?ynr8()aNYn~eO2tXM*x!O@--6&7+YDIkAW(eu~B@~lb(OkABN;P zi(7A8jEH_a>tp^H{EgC=A=X-<@x^#$&))(*j&u#0W;3vW*JYG$4=wIRC(CTz>fXRp zQbTsg@N$v{Demqq$v5nP#yQ6zfWgV2WIo(+foIP&OYk3(+g3_7eTFq)T`#tp+6k0< zN9}#F@bR(5Xnv5Z$y`C zy$?Jmx*Chi_##PL8QOs#4GX1z6vi1CjsW>;6eJW9X#*z9;s;!|&A5*@?~GU)hZhe~ z811}^YNAg!k0xIXrSgI2>1a}rd>!wi#bU2~I^Q-Zm&`@(XtH=e=54c{G}?0s8=0*} z?U9GB;o_Rb4#CAGVA7dHeht1lAF}qfDHujQ;G{Vq1P8wn<3~COgp96s03( znvqA~Uv8Ydq1(4PBIPP$_9tmlp>K~sO6HG|Xx*WVsPUy$tUrDiY$0Wvz@%-wOkZ-M zo8cy#6Z=q%dy7Z2hVx$?hb(-Wp0~qpJWEDW-7gCl6+ONUNcv>mTY{OcXyzHOo_pP5 zz}4oZpP+=&W-4YdahSSWAWepIdM7cM#TrSlXQCrN_(+(8!ZuecVcc-*KJKu&*7-1P zsMYPzgby?Nk6&ofN&598{bdn?5pW~dU>s~o@N3~j3w0iJ5V3OZN%$RLT;;HvnlJz3) zMBhr!hX!8XcT2fencid8kVsqjRJpHtcB8bLrC8d86nM>JTQ{o%v- zJlhtC7XfFHPnj_3KB-$+s!v}}Ipw;Ir`#;5rIOcfk(qOzfnkXsaE!*RQ+7S%#U+PwW?dqtT4V|A=J96Ja+O)OI?z$jt1sQD@I{ zEvW1*^imFqh{~tU$f40@GFRu@Sv1_&#nsn02t6a_7`84)4>@$jD@zWe+*U>v*F}ec zZXJ2H%jH0iI6eGQpD-bS(P;mcu&hUuOtwFtE-AKgL^f#cGqS*WO5$9w9Shd1Xp5t7 z&6~y$T-eaf%37aL5xH@;v{5s?9I*8>hyq!RTRX^6CwUhyye?MVeKoc^)E)jwM*x0R zWwuQZB*pG&!grz+ZzxQu9SSFguvjnUn-EyH%QSq@29p=8ZpJQMbMFIjAy41Pm=)nO z;2?>zQ#`HF@oa-Uc>pS`HrZuG7S-gRV>6lO#=3QH-5MK;SFc_hI$7Qru@G?inuL30 zLYCSb7i}8eED86~-+_f?b_$#nt=P>)riJXdU_5t>skB0}S0^ z=VQ0KJguLApF&C#bu7RW4FxKE=Uf9)9o8nczPu_DhJ>-D>-^1pC!7bkkbR|OCEFxE zeCsyiA?_p(=`zO8Y~>1gm{vBG#6|M5(~(B1Y{?ABC;k?{8DK*VN7B!{)W4v6o*BzB zylehMB>1`gR6x_o_=*3fS!2I-eEKnq|AGEn_g+iCD@Ff32p#qU2)e>|t+0K&Slg&mcrVCv9SD=4?*Dz`*oBD4D~J_pwHH!5F(; zt;wEGE}*Cd>WRV%1_?;O;E!;~5D*4;F!vUKDdFmBcn*2_7`<}2_Pm^0YU$ao?Q!ub z+Poq)AzBhapvOY}8cL|g2&B_s9!-Bs^Gomg$XXE0J(_s@{<@!e{60{3LJmD_?`*2N z9PxRrt(hd%Uf(LVRsg*CHPiaGhc;Kvx5(Yxy7HEXvx(2SJYK3v#~Q1dl}8Dd&DuUa zV|ry=W?gcv^!fei;VS3pa=R_#q;4*nGj3MY5iLz?#mET7$d6r@_F+COYQ;S>!T4P2 za`oWO%@K`qDw{Fzb^U~!TpD{)+-^>CZ9m7m$e)>%7mG&A?EKxG{p?yYZRo<-5O7)d zG!Jv>H|JO}GLEL*xVgfv*Vtr$(Q+E@zW29%^n}?A!5t*AhQ=EMl+za`re2NqiF9LQ zVZ*i3RBox9C0DTV0kxd$W9imavb}6no0Fj-gH+i2<0}l2XmBUWwTG#nMA%;HVNK7; zJS}Gg265j$6Dz_?f$Jn4(-&hBK|af5z?P!rX6PJ zNsI96aBh$wE%2uUhL4|?(|3+NCCJd#oLM>(84d4*FelqT_^V#gTB`gQUiB9TTY8u= z->zSoQqDX@!MTx=Pfx{Jsn79-Rtb)<+t-^HAGv8V>3 z>wDuhjW0L1CZYC)&}ePLNz;ybY0o^GXeHq=t85`TJi3wECL)Z6FZiAO!13L1b0RLzUjF)mBbK~P?5t9=Un6tH*gls_ zr^8bH$V+&<^HUr)lQ?y+=euv)j&7eg`yGdxuR)LDeSd z$;%0X2@_^XNXG1`fM>Jh)2-O%@7ElfHeG`RN6f1$BZwsd*|m3m!7BT|iF~7ELNi@a zU@R~l?_Y`d@}^m{yMa_SR*)*Od~L{4dT6+wlS0Sm84rjR!nxc`4&pmfA)qgZNRS_W z!CER7!J2zcx`UsI(+W|Ny%<+fDQeCyO5Be|F<#5`hSeE|2?&s85#cvQ|mu)9H%3p z=dm{Fb)KyV_rh==dwzsavN_a9LMZCGg^d{*S)@@swT$oV!q!vN&&+Qf$H)1tGi*j0 zK&9L?DOoy{&Co~?Tm_vMivPsRJpu0S%7yF4_U&24rKMggQaxR|mP6Z&5*tU_NG^55l7dr; zL?OEV8Fw{z7?GUlQ(iZQ{1I<7rP8F^%BLWpVEIDh<>9%p%62FL$yahZSYN97_p~7N zHFkTRAm*joR&B=d{(s4r6MMF_ZB?zRDEsxSI2iPL>C|OOi@L)mYv~p@iNxKBUf>3*?#{MZ z)t`aN2IONx6hwuJX5OcVxHfuinljm}t~;SR6XMhyk21;f6@Rg1(qc=p({BYMH8HsJ ztC(Ard4oAkU1^}L{cz+33wM7SS~67#AZA^mPSJXqdG5?$%cI0m&GfXj*>@(a7FP-b zbpjG2Ttk#r!wiy#g0`T38i%WN{kCwFXM478sm&UBWM5j7ORsP#=&FNmjy3_eX?Zh{ z#vQV@Y)%8*gglG2>{kP*>$5VQae3TTrZk5!o{^tcGE=r^3E}p00xT_VSUn9N zU3p~I%KBvOA9hSK_0n!JqM6U%V{bQqgYjjrIu}z9Gb#^)*#ptaoxSj&-Ve>8He;JP zU{q2)9-TH@%ZrPR1$u-nu!Od^ z%PkFxk_T&RKS#sXc8txVzURsWOo>#MDZ;*0{{vkLQU;6i{_Kg zZxjx4*#0B?As7d6m)cV{m<2hrm8|BeyvNJvz!UtG0yWOYr#rpP&>^Z9Ae z#8hD4QlekXr)lVZM|E3g(YNnlpLo1K{CHKn1BZiH?_`qxcLfe!W76MQHNrXnnnz_ zO@T2;_&YT@6sqcl~{4R23scF!UR=mrIUAVg|GKm>nV zITxODR!6r=nA{~dsv9@AJp+Ph+?yMH#rEB9P18X09hwgoDADY6<0+9Ih!23BIx;^? zRhMQG=YbYnO~wH+Pnj&xK{3xJ8cBcX>g#XZR~ES++MYrhcEOmSAhB{6%UYtGD;5Pm zum+u8_^4CK&*51*gEyd~>iydJGx&*jwY~2&`t%tKht}*{w<=5oL~)$Pz98UDi0bPupPv$ z$Djn0t6uKMb7EZV+a~KnBzE}Av)+j6I*UK`5!~+v4l5?PZ$gTaV-ql}#^_VCK(nzl69R@bAtz2|klGU+B zQ9WP=EUJUg4N}%8`K74%VII&x9~k#&EK^w`Nn>k=aVg&Ec(J`MFzk!=t92r07h)U=o zB=Zm}A&p9Kt8aK&vyrqnuu)Iy)$`&b9(rqEorsDLt4u{wAoYg|{?Z^Q8>db$087lm zQKrgom%#wa&l$N(5Iw6wwJ1H|ZHCC%S?8{!iP zQangp3ceWEc(jR?_R&{QswxY7mifqPgBELEC%i+Bpa8w)B%VWWm1(hLaII)VwW$4##~yOyIl8D+D-~+7rpi$;~~yGyN)8IR`r>(Ko^Y?r{ z5Q${f$k;_eD+l-z#7^gY=8Gh=?;z=pv_+6mMjtFp6+&CsE1MPF)g)vDcNg!l$;+{1 zp3wqU3drG!EK~Jj3N|M7Wba7SQY)YRMZCx2berZB`uLkSW zV%-X`;fw$%V3R#4@C0ef#U?k@kw-qzO6L7|r?Ca-=aJiD$%`4@_<+&1#Hlh~A4sk4 z=J_^AK#6JN?VgcSj@tB%i>B``M{PnCT*iSx;77ijGZ91A5yJ-@Ftrmgx@>cNUaKWU zL~e;rhmf2nNRC^j88fEB0MN(FuYIK^&kEcX`YgZ!&|&8o~aPYH{J;QsnXy>79RAq6m?WP%G>oWG zSl(6~e-iD9!YgoL5<+Yea`jB#HTb_%FAEA}`COd4F|V^{ZtX_TV;xZ!uyp4BTk2G)P zG;bJnfu4nC5*}d`JkWzibU8J|GH2;)NQ3p49kaGuwrvTh);^cRVqLN%I2(D+tq_R+*}Db-&( zHEOCxG;sL_8aAEMF~ClJXr}4H2*=^7&XL@7H~k6utY_1jE~}IwX#DWK z2I?Y8aNBjNJ70op7MpTk4c3YFZ{us zy}-{M>xQb|_bUOr`>w;z6c=9r$t+H^Uj~}Hf{lOcp3U6NN&q9avg3&(ZhJ z?ar6G*lcSaY{m(G+M0ZNoVC(~8ziRTC3ZS^uZfGIbwcu!{E>DUQ?3Wjy#A!80FBu) zi1>~*EDj*sI<(a@4-z5RS+EX(Tfau;NUr2%O&`Gvkced~;~ALFTtW4|e@_ntV_Z;S zx%H)VeP{#gF3kzR>}umBULxzDA^3MIa_Nx-U7tfVu6b1>Zl(O2L*pk*->)A&g>9TC z86h-H>Nxt88y%tp3{C`xV7znRz_Kt6hF=Jash{bHuBVDJ%l?`l#?F5%FVb0F{|eUh z=*12xWSFptaBsYR8FZN1Zqp=f6DF2)JI||}b98Bo>Y?2`W~@0ZFcRJ%Z#PLJU7hC2 z{w6@D*0Mg+cy=qCmP~~1<8?=qKHp546SjR>cD%(+$;gYpv5t?)w(s+Bci4bz`2bS4pu0rY8-63rwt(O+q!{vja(P=Us%yE>(uH#Xtx{2{u6Wg@JtqN_VO}t zmiH7`y`}<^!MlfV!{60kKWFoa?axdY=WJpNP%U-v$S`;GAO@!Y>GUa=(v|zuU*7ST zOkuan2LfTbb<^mOcRbIZYr$g&pRe1eQYV$zvmM)k07WNqu6qZ$5pU@Q1fxgydM?yAAE1mHkfpYif+#EZ(QF^(9zqL<20K0F> z|Hd)c{tL%oWo7?==Vq_9q@1?I9semllGt#3oSsLS!~f&>aAZenDJ(|qFtQUzMkatv znD>W;!i8 zSLgPyemq;pmAx~2;CK4B>3b<>yG?P%`y__GX$hXo03?qi50Y+p8Y@qt#;oiw*VWne z!mF6q<5C>`c!Dm4ba}gft(#8qnllxd@M}3ByZhh0cTp1l}X;a3r z=J4zlO4(9I>frslpsB}fPigAVGSP_j(+}=v+Pk3S#7-*PBPh+0dQ)X*>9;VfM(w&+ ztDEa;YTKg-T->6Qfx3$GvB=qek5OB*L=g|wrpgNS?%XLfZOF{}&WB^qMSa<%<4wB! z?nuNvA$la7i+kte7;gIHj4$v#-)6v}sX(Eo+2~xYn{%ztiScjg4o8QQ1kS%IKL*Qc z5;`XEvMh~^A^12+&#|3}tsiDR^K_;;Sg(u#1nw{&a##L7(C*hO=O?eeFYQ^Uv%!|6 zY8z;7xmY7+uA4FFmxn(2!g_eKKU92lv9mwld{cAF9A&d34@9$*VpR6CvYmadd6$e) z7blL+ScLqqJ0yo|LK>OWVaJg#joR7S=q{MM$Jw|)$6)y8yCzyXX;T~$xmv5JEUXsk zGL1u<9R-M?sL!2e{6Wocf=7278|#5Xxh?QftoSF;M)r6!xoT-@QEX22mg!;xMEIF6 zotnC%c=b2;oi~*t?k}^!M%cvTwz1G#h@Z{wKB06D{zmvykF}lGZknYX=6Oga#ynOR zEVfPjT(C_Rt!jF#HY++hb%|%Ap#&{JS(3SFpmT?=)|5cr$g-H8I6JH?&zj;!OyHIf ziuJLX@R^rcE@`D1)WwVl)#98$DOPu}+~8hpw;7&%ewHA9jHmVp>`+V_^60>3^?OKL zCP8xjfr7}~7A0oa+x^4OXj$l)W>}imv99ESGkVM`O6(A)qF1SHr!#Y)nM~|-?zeLu zwC%Vwe()%^&x{tzrF$#JBK0<>3q#CY8oOJ|f3S!!7|T&$5mm~)Wsy3;v@NO%eLvKR zP6hJI zigqD%0PEdpc?wjp9LY2VI3<0YWxjV(Z&(u;%SRF;x5tGhjb^wN=uj zK%)KG_AErFDtKi%=_5rR4Hk4#qIz0|!rFqhfLr&PB-akknuBS=r4Sa0`t!@LT>S$W zzVQ4VjC=F|G5$Zs&at@?s7u=?w%xI9+w52!+qP}HW7|nb9p}WhZQD+!pQ(C3%~ZYf zC)VC|uXSCwB{P!LFa%CuJT>_7e4D6E@O|p>J=q~`Oxf&pDpd+m5ZkyII5A(p5F?R5 zGIaf_@Qz0Zu5zrdSR8}_7uBSOQ*C<44qRN&&V|BHF3u@q;yj?@=BK0$IB{1s(HK%Z z)*+K!kM4I#^|{lcLTzv6*|?Q&&K7j99{M<4EEG`@70fln&xF*t2dD7Q)64N!LH@8{ z=RsCD2Ah=0Vipj`k^VBjjSePm7l++{!+oYy=W=QBF6}EPKh|22M>H`gKJcy;b!UsO zqwVDefb>hoOy=d(Y&HYDZ06g{SN&HNt!zyS5{2fVA|1p5Khx;|1ET2OVUr0$0oO58 zu^!ZX5+YqKr%?s?no)!{@z6Z4thxXP8G$XhcKk$xu5xO=RKfMo@eo+E|Nbt7m}7-G zWD?pbT|w3X=6uqqECcwxJVY;WmT6XDHxJvK# z#jcp0$k|9&@}DSJ-2xIZc1FmvjeS#dIG05!kn164g-MaMA*mX*^ZPOzu#w67BoQ_3 zJinM-rnwDB9P&Phr9fS%!j0qpf#*&ZlLG;e`2}<$&{V&{&SV>)bM0S39!yZ7PAP}# zX0Ln6(N92BCG~`B432wgNyuWmM3g$C^iaIwkJX+#Lcy;%75BQHI+3=1p^p%!_M)yq zF5M#;G}8JErK~Z5^H>Fc28tHPr9y1&RmXRhXym5NR<%OXya#`^JoMj9`%QL z5#Eou-;dmh6yco6C!fR}YB!*04Q!nn8gjfg+YAH{YVc1uvQ~N>z0Oy%T6Ah8-u=|RFn=VjeR*D? zU;P&Cd;H16l|El3=%1F)IZbpLMIvSw7!7;(7Xs_YD+4djsy{{pdp25A`;LKs1PRf; zj#0}1R{Y2d(@-BRb~Mf{Hs+22_Hh5YY*;(DN{$Xyx1z-7u9_^*9>a=Ws7S*NbRv5#-1*L9_gA_%)s zQww4IMq^NdY)mST~|J-&Qb?Ilh@d zbYR`0S9?jFIUhqX-vt~AaB!OzB|&wY$u}1@7Y%eo=(Fb!9j)lU0y7vj(_P1f^xw@J$wWKvb$ym;sIIjWe*&ne}&)!*zy-p#NBxA7~`x zULhuUXnL`rp3Ri7sEp7VqW4RSR&^p09i`Ru@Oj_{9a5;-%}hX~mKBlQt$AXlg`ibEKOg!mvP!D-4*x z^q;sQq2E5}gKdKl0}|+IxJ<@sM4(U)S;-{wl08uAjw@(j|2{74l?cVsYp@Y$F4BuF z1))bM{kCXw;MzE;F3&{?i!KFiks?g=(!YYA>HXc??2NfbQI@=8MnRI7uTF@_GBtt1V+hfZs#56TuuqU!IMZ%QqS^Z>`e*j%K?wnb&p@D}DO~ ziwQc7v>H$P6NAn*82lAU^{_F2sMPkWh7ajeoH3p$#~^%lPg8IrZfr{2SA9_Ys!VeZ z)i;6?>94o%502$xlBANNC~mTd#m9CEX@;k0HSXnB+N)LZ6rpT~iNqwW;Ex^?N2bt` z&6h9P7a>CXsBx!I2IM5Y{XCCAtTHkdX2Ud2dNGL!K~d5QL?r}afPsy4w6QCz?2*bT zhQw@8T*GD69uL1E%ZK)2AoCK@{a20u26h2mga$}al1GmG3#zdgK-7WP;kH89vC~b& zj9W)+G{Pfbt!)Ag+iEC>ou+`8uPSd*bVkug=E!`GSUrRJhse=B2b`Q$^4vij(4j|U zox~5(t6fACLO`qmVUtdC%~4S7kNKdh!pU^hQ(^UaAt8k^OYpuy#r~}FwkV0ys?9J@ zOf=X+K@q7pL@8)b#aR(XKe!BSAvKiTW(XbiqpC_jBLA+KHz%j9N;VXkGAN_p+=4FJ zMo4hCbDPozrMlP%*v(_9?Nk(NKs3g#y$5~oU{_gkvv|+w`pq~<%90C4o!SV$LR7m> zASseZSfj|nHf+#_aBhtR(Fv6r8N8~??$Bzq%`Hj4B%!Kmi|J;ud4!nmSrl@LAqx34 zN`S;{Wl>f52F>IZfSgE)DBF+HKB`3$$Hm|c!A&vk6jE;gFe(f79svQ=8yP-M_9snD z;qt8;!QlMDUtvAwP9JDv@a*E#cj~9g9$M;lc9&kRs7@ZeJ>LG@;=F)kdwIRx1@}GsmYgUkXp;qb$}Lf8F6Fx5V_E@h;&~2L$8~t1#(;SJs(96qdtDNjj&b$ zAiHb3!A@-Lh6*QSg)*)lbBWTMS2zH{1nYJC5ZGOhid|1AUos&PdF!be_&1l>rw}>u zK;Lg!U!I?qc_zR*_?OZnLg^R7rciG$$YUeA1`&$$(@(Q9PL*0bw0zrt#l0UQ|CS3)ZGppfdaRVo!(YyRjK~S>VzjW6Z)O4Tsd!6;;ygFf)T@A1X>&_c!D{v`A zJ>@pZT)o$;)fYi~D$fXFcV*EO6Cx6h~eFxYkVDALuRdPK5vOXQJs7;xxJ1eKo7eG_* zTR@^B>{9i}kfR!5Aq}5sEVym0gBL&thz5jn`=QlOm(@`66OAY@Uf+`@SUEL>iPPBs z34Gm)u(WZgW0tixhounixV9-H7&Bcvso9AS4CG{fh&JEvgC3wZn9*x&!_6h^hoM&L z?CA1>;zWx60jyR0iZFHD>uSr-)~xsDZXR(h9kR=bB75UMpG^hZfBb+s_B`7e?U$|0 z31|ebbtqzzJo-U~wt)P`yy0A=E^Qs6%Gh})mFkGfHf$dm9$o}Uw@ zQ5AT&$ZLGa>N+W7x>#+0*U)KRFXGRScG|x_DMyDz)u>rlO59hWDUVXDAK2b8TvqWv zsRL_Tb@=Ioe2Q`Dyok#{cC`-wD={fxBMgCRaEfL`6_@5qydM%sXpXa97&*;qdHL(& z7oxjpod{k(xig{M!fYJUj25_L@(|5W8V*}J3*m4|YlWhYfy&xG_oEQgQty#6$JU$wYA$VXF85vXWYD%PNv zliXuC00O;P!d*N(E$z?=gZ8MN6kf?OyD;EZRFK|$dRdo~Eoc-kX6b_%nQ6snn%}Po zn{35%)%DXhQ=Zd|c-dQ^T`TLuj^q<+lC6r@>Q39Je^)T~m#R+b$8V~teirYhocYtf2`XbFlXwx2Mp{zyNfj6U`T~6%SPgj{pTSa(c zzBmKQ^A=l%=-SRAE(@YiY*t5da8Dv;N9fM(m!Sp5lx+J$Niq3C9vTcm~>}u9z`n zhe8xW*gQ9pz1C{qHa&&N#M6`|$K&>}e7Rz8&y$Y&WfofgEo``i|%o=?SFx0}O6Xl;7D^RA|w`-Zl%G7W6ifqy;Fu#$_+SL|Q2Wecv zUuYrswc`?QNPc7V36$Bf)iNooEkdw|!&V6;1qC7(vK{D(Z|-=>tP5Q$}JeN0~lyemHAwa6|JerPbljr*Rg%RND`8Aw3e$cpugz_fwHngtIvo{-_R| zP7$Mb1o+%|tRZRPg~Z-{QZ2#bH<&lfZWw)qJ6*_5-CEimdn-ty>q`as-^C9Lw zLAS+ZQI=xo+Y_~Eou7viY6`ck{xjqWO$ij~IKw@)ibc~8-yG7=p3`|rj_@E_o3A)V z7#4Wx>g^CJ*rLQWz1sCH;G|INang&w;w}GPh^_9xCFc;aF)>v?Q0gQ_&LSKVx_{x8 zVS~;8Z!r|t|BRv7nVGr&|1ngJ_D^@*VW%zUx=me!G>JH-Y`RuNG!OE)cx5~=bb27ODvcd1Y zp8H279!-KzFS651vM*MB1^K$TIL4+76X~OrEFE92J;nnvlgP1@Opi43wYAa3H>u7} zkJpF8(T6iqp983Ei;RDysgHXz7i!staECBbn#Q@xB>z^VQ>9N*sBGlT zrt6bCrTkLCT9Hk4Z~JG5KofJoT&uV-gX*lbn&bLkrnN9uwrBEpgI)W=GD-CxXu8kE z^d@H`Awa7c;{NHrG9}z~++F78fndXrp^eD}K5~6Ox{;!QVf1+AtZ* z%K~%d`KlU3!_0BPxKg)}u4e+0>MWTL)%;d$H( z--G*dsMlRl{4;6332LEsYmNP*B>{*2%m*RQ0y#X~Q}NS43}&uQuz4Lnw@F^K5csj@ zrX&-{{zlHg@Vg$CG&lJn#UpdTT_);ZC4Jq}qH(GyFXDJF6hWLze}0^oW2*hVTAaD5 z288_j&_qPp;h9RCrS|Ow5c6h-W%lu(dtI%&VoiW(Xq+q#)1ZlZq^7pY4wN_Z)8+5P z`S+$v4NWC%Z1teKG%roLWVfckQ9mFVYY>#a!*fGsIzDBPe6CI1%l^D#u*eOT%pQeB z71`N?GV01aP!Q|TY!!&k02~LJBTZ91UCN=5{}?8)Ol4We4FQ$h&bhYw@vBf~Q(j3l z_;}R7`%j)rc|0MkmNsS+)*wYK437p6tg@KxsEk4>Y`3yZq?h)Wt=>^p_xAW?OF$l5 zBD0Yi!*$%FUUptiCpZ&tzO797z$s#>(in9VkOX@V%s{GnttNT};86B^kkEpQ0K#<# zJzE|y#hdKQ@i=p|J7bM14LMiNv5u#0P42hI6@5$Lyqe7gK!xw8OKU{II)-02$vofaYBrHXzUW~=8O{erKWVx* z2%-^ym|*M-sY;Xqj4FgWto=YZzAF1zfznOsMVU&HD-WiL%g%lE6F(e95%!YEP^z8F zN%PupmKG4G_~E*95Dok^t9SfgXi64i)}YcgF|)+yr~SJ#k{TbC1H2$cw@OxBQC`RcGeJYSi&2HiVLgTcX+;u5477DCIJ>JJ za$K%j)s+=viXb^J@KCiulqo)IZlD7mS}oaw{Tqu`%qP!0kznDnom6gBg|^o0nYf4L z`|jVm{tQ_@YD(tyH8(^CG+-fOqk;(O6?P!WhX~3LZtSU?*-?_r0l7N8lv{H!v((5M zK@5-KLNzYXJLPh~YoWzT43FgLa?J&h;wcIQ!J7?*-UIt3ZVy$D!;!H(%*jp$`|D#7!~>E=N$TIUZ==V<{wXkuFVhbXej!MxqQDF~?T8mEYPJix0^ z9_;Gtywn6LKj4lCcWaMvMv1(8C?3$5K|<{W#~Af*8VdZ5e>Y3{1@veue}rtJ z4`#}N2%SYaI>{VvC`z|Ex*b3aCGxC+C6qHx-X?|p#*v2w^?NOlNH-Hf7)iBP!!r|5(Fr*okZz&Eg}^%En{-G7mc*csrGp6Up2j8mBjZ^h zNfUPU!H+4E^#0(jxK<#R@+RV0q%d$0_>->-X(BXxT1b-@kWOZ?^d~nEMUgH6##;F! z^vp8Fp~6wKr*|bOX!P`3)v6u{HTMIG)C?^Ey2PoKq8^TmJgzDN_ac#=9axP0B$Z$7 zz!DY!F>9&vdt^68E*U!v#|f99uU^i1l7U~8v%MK0I=Tc zX^RA!mNY}>TO}uWbvF`gaP|*~paqE~zF#u>n}PMn!3gzG0hV32Lhp4g_W{oINbe3H z%w8UBiONCVJd4mFpddlGXOfB5#3@l6N`EXFSQ#m%7M{Gv10aTGkg#x)4~Z^7!nM|r z-ivKRt}Hdl-Bhj7Mc@(<4yIX9%e9$VK;UlGT$SCzQt5_+_*}df$m|85-K!!4Q7l** z-)ns#jeXEYVZ*F9Boj3lR+@u5qbRtWAa9<8GyY&9hUAQ$Jd1SY3C#8e9%j`_7o2~b zPoS!j!m!BF*#M2^N9am;ztYhOX;;v#yk^4iImJ9Gz9i`sG+k26xNP0QSHW=@)5#yg z%OxpTE+Ce+vGjWa1j$*!`L)>;3LOHgpSD50C%u&YP)|9isAxXh0ioiD&Ic30VznlN zQ1!42*vRgstB2X&VIUxG5XKBgDH!lcnlI6HQZtUUuqWEF5A~0@3lMz!2#H2pW3XNb%3_?K%y?*1vAN{;s7qp8Z$_Me!5dIf)7AY(o1?O&9-?;W5jzP;1oCCS@f?UbKAM>bu|^uV zI;4%CdOND{J~@<`=Jd}l912^2{V)wyBb7Hpz5+FyJ-Wr(8w3=m8}~{_D5w+*qGBU9 zXrG)zS4IB5W!l@5_KA1Mn#Q3eKlTZj-b99liQ%hALn^BKdl^JUh9lN9Sefqp(g$Z^ zHUYN2YrexBW#-Lv8D3^6;k2|4bahq9iW)o%D9MZ^vQU?uDsDTaGKA{>TCOsR zrOyTqIQN^I-26gs289g5JxmEU?hrZhSGhQASWUhE=ZmgfdC+BmLtF&zV`e=ygAtB# z3r65WB_G`?MJ~VMk%YRH5dHn7+gBambKkCy7|QFw@t4i+h+XnH0&h^59n5(4l=EbD zJ*&)?=vXN@%PGC#$4OKv>vx@Jvy~bkrBPfKdZlu4nf{FCtf;xXy5}k?u4YVroT}xb zIcBkPo+a09)>3C>o<*97d4YuhpKa3RjM;_fQcoXW_mhn#NYb%oEK*t7GU5++ zBeQ#W3a+_*Q8k4nFU@V?8R!e+rM3gQXBKR}CGftfD4#(q%4m|)-}}!x+qct<>TY%O zHLNhoOY?aG;Z$3wUr`2@JH!l~=}CMj9D(J9R9H7~0;s_wy2g2ZgZ1Myn4|p|0dk>l zv+9_@*ZE0u3($vlsH;Gay=EASvc{iED@-^vgJ>fxBMH-hcEvhi@rEF45HpL|gc@+;&6_ z%qvn5DjQ}4-A94WWx@>@u7sDsmm8G^_pob4`mxhd0Po<8l)Y-)ph!<%9PSpfh2sF9&` zE1{bGHw?r7bWYk6VV_rSX|zmUP#LykDFpvT+wx^o|Bu5#?Fh;|Y3qs7R*o;oQIw<^ zL}!=Q(yLeOi`O&YW~aYi=(tGU@NQj^s8Aa6gH9V3vWMIdDpjHlL1aWNh@1Dg&Eic6 z0)dY6HiPhh$f(&bxL-3>_q(NwPGq$o=vi8ol|;LbJ;bn9$I`d%HQ&qB1n{<3rqOYRURzZr2CpeDILPe1EmbxB=!8`>8bwGoJIKKJOu}j7UHjMOUMV^ zilqNJO?OfXjp6v<*iS{MIs-?1`1xq%OQ^Z<6EM2fVl#^cbha#u1+f!Uj2&Qg0R2p{7u&E3zX2-|71lpMYQyB{g;6VRYD zY@PTHP$~`lvbULy;kr7(y@0LXpc`I4|KvYJ!HalzccsIg4)J`2JKT ztHXc1q;x=H0Wl7E&QwCA$9|Hdy!<`X$T>W1hDE8XdwPM#8+sznn*#mkWVR?o1_}$k zi0EkXAC41P`_sYqhP%BRm=-OOVdocZ0-X+_hX9jVr_ZnR$Wy%KpeT%}1lgAwLo`IY zMNUG)-%pZ@kejETeb&b-uv0aP0}(TcuJ8UR5c<0qoC=eJE&WNgH*Bj61 zdH0i)Aqv&D8FyLGr(k4VtRgP#@>u2;m3->KLdKAqW}gW+`lYG*-C9`gIkFGH4oW`l za4f%E`4VeCPBP#2v1Sv^?nl6d^m)NNzitpLUR`rqw2_eBKq?!P z>qi38+L{c#tm%T({aTh3)MC!}LTKa3Wy9?SU3e@Pn^h z8sO3~G6?^>;Y$77wH+!u^DdNh1Ds$j@q6Wiu&Ppl_(qPj8gCQc{*MDa0*+dzE$04{ zANDJ<*H}yg#r6+LrO7ON2!l0LHq3I+PYAFc4q0Ml33Z`2ZVgpoerc>RIU9(#w(g(R zW=wKP?Oj!#aP8_3;Gb>9b0aV;WK-ug_p_fRg-9vt;#miU-SrFWUwc#~9cGu|Is-O; zJ-Nie?KXZq3MCRS?gt!%`IVPwVL-{Fcinz+tw1#JqK8G73jLwlk1r660jy-XEp{OM zx{L5&ESGc_Z>?$F@K;zN#zeRz-4}FaqE34hKtrPw_A1?Za;%&9n{NIv9?*Ex2vT?Bf->h}^ z8&dzV*3CZ@*kwVuC`~X@r~nDbnr+5YZQ@l~|H)eognwILNU9ZQ4kpom@4q6!T}X(T z-4%&hdaV%{AVo_Q{rp!|NuuBBfs*lgP8RnnZJ2R%VppuH!TYQbx0xI@2D=B(PXp&b}W`D4j?HQX{&NR(8E7x5CD51pwx zmiwPd^rMtv>?%3L^w8C!a@F%>%jro)4U1FlfHQ4;YeO7QGExQkZYWpB;2V$&WFY9Hic)iz z`@_&}hHzn-PDCin6sv5^|3MONX6Hq3#uEA&l{^~L@6_x{%gxWtEew}Vg^6cit*oxl zd=s{o;EI|q+$Vokh4Gouux|z1fksQZ`ewH-W{kF{Blg2>RU7`Y4!j^!VRR$==a68- z!TtkK>b8$c*mi^x5dSBVN2m`<1dY?8gz|B|8u$pkQyfqM&B~0op~l^*`)d$nCGdXb zYFgpT2d_7xiK-VqUpZauA1dCUUrU?~LYYefGm z;S{`ZgMR{hARTJLW}8r7)y>(IXScD+c1pEPeTXHWpIZMXVc_`Q^wB-+mVAJ6Li9pF z6rMsEp5_TlO`IXIxgUizI1_^Pu7Kf^Tn)pPsTcw6oT4el*C{uNwh3jNafk1iX!H_B zG;B5+p8o=;v)8DN9 z_*ta_^Hd_751czcI=`S|yjv_Cg<~u3yMZ_3N22c)8XhO9G8AVxqaK&W&VJN#xn+L; zXJ+&~fi6bS3|a%}YSlw&5A!X*zcdr2C+}tJk#KByWu~)7w(fg_l;C-F;v|<;gq2mP zzHbmFoY9&6$~m5F$V?IiPU+cy-~s?FfRDshjjFcbqg_>iM+h>!&Z(iw3>3^O4y1+^ zMc9@cl4E~|{Vz@-s7a?ToY+c=*pv(JEcGOpVO_W6{eV9t#!^%IQW-=)jHSamJHb{R zlb5%!L>0h-@eUuOT4qD}NA(UL+mF@Auh7OCp$(XyjEVs&S!@|(M1&9_ zm%<6)s@Gty(+;l@xRYdG6587RsN@!7JK@wt$8=%!LX(bV0Y;bpj;{#2=!cPPrGjm# z;g{eKwSgMZ^=M;3X4`?A>mR$UfQX|)Ho!U1zImt1zPCL8i8rXccYk)J-UtXotEKFq zuwaKa74>8<2C!~9OvbAvMHv}^16z@mBDyd(%+IATPWdpSf_I@AS&wutA>p6d*M0U1 zcPnvjptML6kmeU}Z<(8AI7B(}T$2OzL_t;gIqc$?0l=Ff_dx#2kC?K16uT6==WMcX zY4>*o`C0Fg8E8euP+(Y?DU8tU84WkbbtOn3)Id0m3C7-I0`qwWVSlof*8=Gylc_PO zh9lQ17K{}+*h6}s0*w{c{3jVIO7exC%{PM2{1XIJoUYAJ(Xt8e$C#4u=Zz0`Q=UNf z{^DnK?U9Lisg@X|EU#v^3LK{D+MZ`Ifus{S%AJyc6f+Aki}hzi3^iDiz0Op|IRylA zO&%(kIx3)(6I~c~uPV9^8M()mRgsRrM59$ip+lp2-j`7meh5nZozh-~SR!EC2zcSdR=rRXN!0?iV}y1skMlH`AH!1f zqV9X7yaid#a}32?TyI#Alo7*K)=hAMA&vb{HOr7X30?X%cY8l0|4ebRBYtq1LaWvZ zSNW8XZFmyWCeRd!SJj~SXri`>Gxqt0o=+uyA?>H`Wv>_?+_Ul!t zMEJu^zI+n%+6OW()k3$4t^zCBNxQ6>A6{wqfx8m_I@nFie-+(2FPS~PhfRyG-p=06 zA-Lxr1;3V9xe%xNy}NWt$)oY4>8MsjrVayg$MXUCT=Q4I{w)-@jQ={UtM|pS06W~IZ`Bvo^}oZR9$lj#KMnRyuHNQ3rQ|^tN*BZew}p+iF&wyB z^VLZc#~yTUladUx0?=JUaX^vY_Sk=G!8`UxR@EZIZq@1t9K-Tf>W3A$y`b&7sc(9k zfzutivegoxkBqmdzcN_2fCJFCaTLPb2%>)TI;-g+oQ4AA(3QUV%}WnCO3EQCqfBdV+#0+ zlRX^MRN76O{(DnJN76REh)`#|A}VbB`87}h^sB12{Z_8pY())7Cz8Xyt7U8$_ABq- zts~KkXT&2|vPvMfT>u9yhQic3dP~;nX0qRY zR@bl#g^De{lz=SmDm1_b15RwIT1<)Kn~x&_j@flRlV zp8Jm;7VLRiWy&JdNT3{$Z8z%}w?u2cFwpKnL%rC>YLFgIrl^6!i8e6^fnre7pvWs@ zxaeq29%UC!%3J8Bxyy)_OQz7l-0?KTxQ@9oHZPXkX9|`BuDD+c@knJ9u7h2#K1~(| z#Ph$5f7{QZ8w3GCDW~;vdI;B{JnRqhZFqyrDLu6Pu7C4ges>)9 zjMFPU8jrlt+pR9GNsM0*`J*1pEeRBah1WlQ#h=xcl8_LQN(yhia3X6oyfF@b_99<* zGzJJH7pzF`5{sNw{Vu5OE*hrcqh&e;FGUw7k?X!+F+6>MUH~D)+qvXoVte!b8jqa2 z5c`3+wwnQq+iw43{TuCTJyZ?j`QsTnauNGZw`^UlFO^ocYs2uBzZvMDXHWD^(@#sM zI715$RsKC%ho)}6ZZ^YkP(PGImDlkl)!o7KiiQCShr3bwql=6{DOBxn+~+r=Pl;9u z+5YBkhBZ-!drpQT531!|d3Sf^*@P~RL$mYXltC%b(0#K&`$~_59Pf$dn7Ho#blkDo z(hOJXBWg$mG*>G8j#p+jp*J=ZxUlo}@Y6D#!ReQEKDc=61mPx3@`P2#*k@k7@Kk%s zg2NNVS+^%Xtb|`c@7uKRB2Xk;E$1BwH}$5|24Kls0arGxlaGtv_TE6Mry|XIB3bX(k-@0GiJ|c#otSm&2mED)r z6Yhe4MbXGZxfry72%Q)o5SYN8O>HbSZr4Rz#XE>tSk>VT(Uj$NtB%`}>zsAiT9LTD zjeX?(KxsB3>ZWNvL{WD9n>5!g;dr1())Ma!5mdXR27f*rj_92w0i|`+^_=*GFEu`O z|1xDHONt;94^oW~dcaR5;@=&`?+B*P6(Rg35JzF$H$exEsi2xy6w{5IZ%?9~+^8jS*IGpZIjN`M@kdRIU?rX9jVzV@fobSOG?hJIFI1S@rqS9r zZ{OhBzR@N__#qC0*xhL{IxeB&*bYBnBU}W62gx8+ZfvC5iR1}KwaDEZb6pzTBAjDy z8jU>I4lJy+13%Arc?KV{cEVkVGJ~bOl5WU$qOEuN~EwVyIt=A#I(2~!y zF%Df@$VXIE>VeY*)PYWFY+372Sh>XcO1#1i7xl|mB~{xv>fc5Eb0n<`EcTh5oPFn8 zX~EkJ<%;aJcf`fKwI`l^Kil!d7a^a#*16Jt!z|WrKW*h4BFU*u#hqE5jZtR%QY489 z3L8JKO+|My=<0Hoo}8chY0y6*9$hz&rYf84A%dOWP}6><;wobNgpNN%d-nABUR&Bd ztZWq#VXA%bj*tz8G?DaN?Wk^?I@6XEQN_9@E^e)4ogrngdY^j7QuaAj*An;MMiYO5 zUUq%OyS&F{Q?ttJ%1#!7HIiruD}6ECwF4!W56w=MlgC0$=p-`1;B1vb05!6)SOLw6 zn&s1X3t)wc>H*SneKT{DkS}2P8q^&A{8sF?x9In@NSpDS)LaoSaPkG zQikdL65Mu}6)T!&c}3>1E#Xcd-9@pYR+0oKd);s_DsTE&dLe;l9zVq43bH)63z_qk zw!aedkXvpM`Dc1R7n&(``S7*2-jXLiV2B}Aq}xBZs@A*4m+I~pH`#7b#rEYB2dyL% z4RLbq2B?>OO-}{5WGtVD9BbV;z1IuKfZRb>SQ!eEz}`@EP{`Ujil; zrvDi*u`_Z09|ESqf5hazL{j(pRsX<+-HFBq(`>oB+BR8pyEgw^t7Ou!o**JJOk}-K z5Ll8`)%WE`0Kd(|zp9IgN>HJwBz`?fn+IVcn)ATw3C5m@%CB|9+}r+tykt-EtFWJk z`^{f4d3&V&ywQ)Fm$#k864h{ldx`Y^^Y!4FU_ze%@R9}W0?As0decZNtB0#ujYYGM z3NxdKZ~x6pK6K;~)bA4!O$zmyXszo&MqX>OqjKC&!MU-%-M;ltIdC-UL{m-FI&$S$ zQsW8YjnhrHEiX7_Y87+gb$;ji^8WZqy=vNq7i&o}oT=7qwnk_7Vnc#G}~HZgRa`-UihrVL`gk2@7ji~x^;@G<`h2K+4#R(wUN-m zc%CkSmvIpILqx&Aw{3jjv6*nuKVFh>3hBRj$>&mmRxh{zq)XL9<+~J~8Qd@JqO{H) zH?7j!jn^e}f^kDXh9;c*;~Hl*9O0~uhZn6_P?=&>!X~XWnt~XG9({<2!9>Dz)zRLZ z&iS)qL#Ca2mrQ@oaTVi9X}fLw>uvPqOfj%8R|Co#i_wb5AGHB9b!Vz^>EzlS7!elFpjEjRAv zqf_!;!%lmaAtE}FqY5uM;ZLh7e3;%fC%Wj0EBYnUN8|s zh?GT08HPwG5G|8Y*Ej6L=3xF!bY3CtgH8%Y@!}R`kd*^5s1-$f*ZA$~y#2@wj$9D$ z4-%@l7R;f4ODF|xoi`R%$id_BjH1C%20O*`n2*M!ob@p9GY;Dydy z#fG_tSWi}Lys$!kBd-A8T&G~1qTgyQs~&9#^peU%tC5(@fvQYCG-=5dbnBoqR?4Ly zGjgI_^}@K54Nx~uD7-c-jeVP!AfE0bp`gC_oQbKNb3OD||8hu~GMWFwDvS`0IwGuspi%qcpa1}Jsd~6Kn0`)DRfSsi4sBIp z@auBa-v=w5=@S;biBYOx^9=K3UgbN5CAO<&lE^KU^Q41m2I9YdLWj76kfC37Lk%8M zP$R0tr*NK3zRKI%<^P?hONU{2c|nTzZ>98y2?=V&2!gt)jxOx7KC9H2-4|2GIB2W-boPs~& zar@<$>{zE8{KDdHW#0;V^D}`$)0ppkfyVNEDz)SWhq?i2S~k`+$eaU}o~!C85O_|u z>ExVE!<3Uoaxdbi8Y;$c| z)iXUjJlvz;!bD`2xvnZ;hlUS zAve4umA25mDa=InW3fih_oeia9~wdb&XkzSz>gZB(IF?^97EOvmwuf7n2X=(NDab& zS1DFaH_DOE+a<)iQ#R%i;##W?^bTwkNeHXAY9cN_#WP1U%AW15U20^3-rd{E$u7o3 zpy1XQv9L2{H9%O!r#|dNg9OSn+NpH z{N+>7_9+!(c&(eB|G3U8P)#<&j(`*+EQf1f1qyq z;}mSHG;R<`kVS%x1%D@W@PSK)YmPP1HU3t;e6;_uH^>r`+!o!7b^^3*BBf&h9T66@kR}Q{(>1?_Awa3 z0-R?57v%v8D02Zy>~B@PJk0E=2+<6f%vU6#tt5{4{N*;GM+r~`VY~hM->%% zDWL$FWo9~%5xD05G03C#Twy-uIYkFh7B7{wd*4#fUMx%!NV3FZL_t_-5~`dAgC~Zc z)7f0zr3=Wp(NF#CvqZfg@V}w zF&b)*%ul{jkVPV%ZEMMV2QCn#u=P+xZLQUAueSq>O+Oh)!z@I_owSHnAZ z=x&0tmauwAbV7>SJV`f>Ce4D7McK=Kz}BB9Kk-x=F6{AY|7|);B5ANdwDM2(A-?1} zJI}OX<6sTspzB=YuW~%wU~uPBeV79`Rd{p>TwJw@sc#>r=Ha5ypp(77{Z;|5V&$il zV(Q8Mfz?#qfpV)dLj0ba?+rms;4|=^BsR=U1$LsvVA!E=B`FcVyFAa9#Tk6r4RAm;D zH|mAg@}usehLRpq1b-7k#JG=W52`CDA;V|>^?}t$Qb&F)ltdt`rY;bRZMzr?l%^3h zuuKeq>M9ry_Xo1k4{V%mQ(%O20H{VP-KOcH#D78cLwL)9$s@m2equ1!u*6yp-TxUj zfxL^a-McGTZ9;cexr|)05P|gssicnFF%Daib{z9Z6AQ>0)WRqxb=6;xkrcGt5iq}$ ziSV}e%7<>ggzSZ!M3OaPV#PDU*{)O;-paIc@?1Jr4o0TPW0yBn{bgQY{$GrpQ+H-< zv|wY~wkx)6+iz^!wr$(CZ5x%OV%teYU8isR8>7$N{t0W(XU(}LbS60aM@YpLGQ3f? z9IO|K8mZGbMNrKcFI^Xxcc}tbuZrzZ2q+g-3p{zEq#QQszxy)M@|Q#O;4q9UIYpC= zi2_8cEz0Gzfdb|o-logyAXt+Bis*29!m5B8pgnp7z{~`sK3g&B#h`mfyB>Yml^?x- z-gzR?(hrLwKpBTh<(A@l+@{&NAqZ za&OBZNQ0pO4EMWhe?->Jc4vg;h_X%o3w-leSK|I)zhSm74vzW{TgZUZ-G>ceB|f;a zKP$u*BG;V~FX2vcP>@=D6*H;}hjT1rOGqP!+JfBo=zZ|n|C=4BecYZH)45Eb6kGFw zV2(V)ZM$?B{G0bQNbP@74?a|$$aK)?8B+@HhpkXF*@7DH3pwduzbV!U_X7372ZE8R+y-36=Sw)A)IL7p zs>eDs&den{99YEW$k`SH@pyFP%+#2Ckn!oBz}KFzK7?;5k2KHfd)`QFP;7UHA-OT{u5O=(0{# zu&uj;Ao;_s^zQh`kUd29$R_un1NQt^QpV57m;j*}Ua6zzcfI{Vs7)vNQcvj~SOm6r z0DE9a;Z%NC3~nT+ndM3iB(DSHLIXsCz+DsKal39L&s}Fsha|n7=?Q&KpWp|cO4#>! zcyknkM^&#P9i2Vx(ND8wH^^i6N@#xWt5?!WV#?jW4TZ_txHQx`@ssFM1gf#5=3k-; z!-;GC#CXuW)%#v&!uJaY)Uhj?%0}|f6Lq#eU&=O3=c3>GP;&Gce^#9$uov@55>+>E zM&o`+OUey$MrJV%kYL!sd9${^qJ!JN*6cfj0i#0wDjDY_MpTa;>;iOVPS3RmH3weKc0d6=lC9KdZjb)~>^3#Jw zYW%#jWw>$%ADR^-J=t?P&37?bMIoq>t*w0H78un|!UmBV;Wct8UC10J1j94^Fq4`3Xf`&6Y|8H(h zY}wqZm>`oY4*Gz zUp%E)ebgN`4^kv{XYCR5c(H6j&wq_FdwL$O34!UYqM9Vyqq6pDt;MlL72-b3IzR1{ zXhyV;`Z}@ZTeJNrvS$#Po}1qrQjKFCzt;_KmX!q$?Iq_>VgFk1@p)WYvUN;$=tKzd z2aXp+nd#N8AJ$)b+JmT)lB~zEQC6QX z?{Zu|hw&$hk01UFa@U!SUQO@KxES)df*tFpp4*vWr6=o@xdJo>6sE>+rn`l7fv|B1 z-7?}>m}=T>wQMe)-+JEMi3Eh?GK!XFp=)GPIQH2s>jr~`lY-WHr{UFsV$@Y1J!F=+ z=>YA_2@PhFCAx=Rl3bR5$pHBSI|)N}{9j;@>Hh_TtXypW3y1Z8QfjyoN&ix6 ze6#-!riQ{7u0Gc-#d>L$$tvR{@~|Ly8x=#hOtjq>1csqK_2(|EPpiR}H_@tY-+u)l-b>qRL0P*b#g z`+jx2_$ibZp;1w(()iY>u$Heci!gE-vAkYhL0m&%pH$#Ye3}I8^nPdcNwP;0zXkWn zA+)t`rE(mx2%B1e1Sz$H;Op?>`j123-BQ)ImhPfMTZ1;ZC-0h=)|5r(vFm!#>iymq z;=yfk1=6(Zgywl=n2)5R>py=9nC7psC|)5IA6MGg=0!e2uDo2N376nw<0Gi zK3sKbx6GJvbU>vf?hQLFvq$CpUW9t|>FUj&eR9!Bjve^rl&{cq$-rdXi7(_Y`7>?YTu$BS{7Ik4{@F6EMo}9cqJp;u&#;53}mttBO)EZaSpr19}aILTI zFC4=YUu3!x63V5jGU#z>>k~>{=KW}BCX9q&lZ9{>F-VUM~y3H)04X5OGo<*NR4T!vPrJn4#|-Rg>O3EWpRk_4NUL<&ao=PV#z^+yRNJw#!4Q1vLd)ff}Tor&TzE0Wy*1 zocLWd@a5UF8~jXAYh|NdS*w?xt!F2U2lQIBh-1+kIBfo8*TM7@p5Y{zjEOzLC$VLZ z2){o%wrrDBWxdDvJuJy}&%3l#1yS3qY@tDOH2<{D_Pn=FZ4FyHc52n8aR8;>ySAE{ z6!w|&uDq(r8Hn|(yEead=*nGq_F_?=@qkQ0+3XQ7>M&JTuLiMu4k)m~!EkatEjP0F zDUKO)oRtgznM3?N=09Mnc`x5XF2S^6=W;MwW9eV3p@|iC-0OR$9n6{EqfKA6nW95C z-JvbpZN|{IUuSZt*P}2UKE1xNQbp56j#wxQ%-(wyc)04MHz>u(NgP*EwhEYbnyN2C z%g=sE%VQK*G}@_SPj+h#qSy4SiV2NJOlj9%z3c{yMpo?Cl?CQ@g_PcpR!&vMlzz91 z+$dxK4586ZQ^|~x>7hSu9rmKwH|E7(=HH&fYt>5$7lmWhcmQm0|EOj^cNse3CbMfQ zP^;JGyIF4zY7xQ^+O(&=Isn9QRE;)8s0LJlCE6pR#;IT0%BZP`41WmE+xKhR+g-gP zpkQH)O@&Bw4H>$Fd^&Y~YM3a2=~%Zx+gUTrY($6_FiYrgi#+)Ht<~Y_AdS80CiHEH zMx`C~+S{l73eLIPMHz6uxg(-stmL+aHHYoz-?}ZB4i3yzc2+tgi#4?s4FVV1e2+|@^wH< zGs!RXi}W6Gkl+d)Mu%e{IC+CS?Id2(0fWsY#i+5hgDoMISKNv(y4rXbeJ@73oBEBE z`3}TT-FvrAExBJ~Jf)+aOny79hBdbhl~zkJ^VO@o!6dU#)&}GI)PZlo)X1C`ts8%; zez!!xMhD*sOG9_P?mW65zLM@)wpN{#o2Sn=pID$n?eJvr5OYv|Fdq1@SZCiq;8dBb zlloOr+CEy2#3;xx`(8-*9GEPF3}#rA*4J`o?hvWBv^#s5Zk+Fn`*#Jdp*HN-zL}vx z|B4-RJ9#!YvrU+GdVVzKWVl93B-_B0%0!w(<_I$Q6Av;4B0a5x9?;q49D=t2mdQ{)1|3^^&K2@;MQ5S{F=Cb z9}R>F*q_R?vH|1*$(bY&d%gf(C_zl$3}WEcbXD8LER?)4NtD?Qi1^d zF`C4TUgi=Jg>~I-gLSl<14ZH66q>=A(~8s zzGETND%w;!rjW}-N-v~B)n2I#HxhSFi^2J1bT##AD3wm*>biBHkxO>8TG`?zR>v9V zcADrbBvs*!nb}B(fR-(@aNI>$+ePJSI63}{EPf2ZWrpa#YU7swAg3sxG6v}hikzqF zaF9Xrs)g?63B*{zu;!IEfH0&K%$=moda`xJdjW zM!skZRuHpJslo{`QBL)~nh2P*Rs?;3sdYa}6*fwdCEj%qm@GLSHtWjS*>SR##_YQk z59IF8R(o7+>b(|lJJ{JfoQBTM4e#ImMl`xD*z#PbJIRk3IIx%FtMs3125#@$rGK|= zKKtV?l+qsr-+z@J;^MYCbNamOdv}e!oBw)`_<&eCcaF~7C~_9A3baUZQ=q>m_z*yX zJ&`h0H|LAQg1AhI$l^%x$u5ACQVWUt+Axi#!TAoRxHxO+<=5g1y1e(0_+k{URE8Wd zk$tJv+$Wcr+gO>$wx{Y~EC1Oar}Dmgpz1|9;6rm_0_3dyP&MC4y;$4)(`W2ZaJ}9i zr%?a%uK!%`tG{K87Jr0T;zHk;5hI*8{EF>g=otj(9j*lFINiNq8FZNH97&l^pN008 z+p5%}`}cXmtAl^tcz>aAyh}8I$(zVkj0-EoK$P#?bNssK-BhINg#vw;-zhWM1F45; zaH?C@i?`>MxW?l|huu(^U_P%HDA~m z6TqMlXcDaZB#^G)Tqj6Q`mLzVhG)w&$~dPiE<=0Smi0n9VlrY0%Z$kfs@845Vasgr_&(ljS-||}q)%6)JS7ct zY)fvni$4aGWtJjjoo|Ibtc{~$-a8;%~2`O5aNFhcqbTgAzxX8VVWUyvnUlp z;*Dq%8Uw}J;Ay4#V&R;~cq3iCuU&Y`HbCmDGR1qgwD!{{K@WD-x*6vpR{tiP`a*EB z6OP2f3;%V6z@CthdB@n2*}Gt-`2!@V2|cQw4`ozDHcFf=h*5jg24PBu|ANC0$8>JN z0s+^jX~P-BLrH&o>RyQ>x_RHVIdkqi6$Q=K9p8^lY#AsUsGL2TLhQQJI;NUhz8m5` z{k~IX3b8NfObNf9;ba@FI4auY7EAn2CM0u@(6$vHidQ?c0-UIRyC@ys+b4`>$l@<2Z%Ev>qNsfp*YhV}4p}uFW$96r4Kf7oQU`!0b4suh9E( zxBvUgx7Vs{wm#}iR}#5f)0w64R&S_7I?G0ed~}(+=5WJrsR=ADQb`H(rx3V!%In`p zz!*l;E>3<)Qptl0io<%Dcxa&>QdyK`8FL&+MP{YFmvK8(AG5v@gnB4SlKP6NTrBiQ zxt(dwZ&YzMn;Q(eq7IV#u~&y;%wa{%@-owgER=K2G)+t-!tik3*{?U-LR7G;lr%hM zmF*iferPx2i_QtmAELjhc)-G2_9b&OH|MfCN?ZbRyZNl0OppHlEnX80w?6!RB#i3`QlTwSg%(}z zUd7V``DI2ne=Ep-C3MM*rGf?CBFq-dNFW@>q9yaoI%(pG%5f)_bJDX(tkKnH)Nl20 zI~-9bi`;<4`M6F4&v@WK2iQ12V?+|LjIkE%H{7|&%(EX&l^y-=9WMH?jHI-YlOuF7 z=U!uXO6b(ery7%z4!5bIEw@Uzl$iz$Mya@(gxO$yl$zqJj3!G@SE4eBLv_WsTR!Zt zbWUSp;_E}~ZWl3hRF(XWENkZFL+DongZ{BU(ziWw#8psH$CSeBgb;#0Pnw-oQA&oY zce8;%MYrJs{1ofx_&hb-lCRx(O)ltrF*Np6UiS`Nkx}2z$Qvz7-Jr(eXzo66Y>c z#!H1(eqP5dB*SK^K7H}$HhOP$A}#;95_(rPJQIq?_TM(I31pkZ3(lJwe1=63@`0y) zb~+GST~gzJ`90AhknVw~!>L*6-W!T*R9KeM$=IcXXqt!Oe;KkPxu(l+s9@}A_!r~X z_f#cDPp2NMcc#jX<8Srmj~g!T`!-==$ad*9#9YW`^DpL@)S^eU{5Q@cS<8sysk*{y z6jyzN%of+86y54VdXwziY90j8>fu)#Q`#%}-c4pQOBy$@gUYRLAm*kEU8z>PU(0%g zm5%@3Mn9vp+oMHt;#HR+7vQZhEV<-;bU2p1+;SP*aH`P%xXdP8WqXNnuyy~E;VG?Q z6~)*g^m$cBA&~xRHH8}pW~r)H(*zq(OnYw(Vf9}xB%$~R=^ILJ6p=v|d_){M!k_-R zSXnNcB;F-bvlJxu38|8{|@I<*L75y^6|e)Cfs1+2L2LlL-ao%+0TslXEa z>A_K8U*~de_UVon82G1(z>|YW&IjiFCRsn??3EUq7MW6XDX5qu%i4sM+j9 z^G*maS?**g^ZNrd-fBD*CRD#w?CLILONY+iiGEOR`6#nxD1wpMejYn{P80agXFu#AG8llV|ec!g)dUXW+U#`k5?K##* zO}PBmN}}MXi!#|)GhlQ~_(Zkq^J}fZfV(QYzqvJ@Ak~d}z&JB@QWZ1xN@UV1&qz{s zIj&jY^2m`8#hPsvS5nJXx>l-6 zF|V`)JXEm)QFYvG*Z|h0{^#0y)JMn@y3EiaVQCoeD^R6WtCwoZQ{Tf< z?Sj_Mfm27bHV7}qMJbJ0+sZRdrv>NfPe1Ap6P{)5=$023-lC`wt@^CjqF-59QOiLu zXMeBlW&E%bbUe58v8YPzCG=|qQ$&1=q zUMbK+kxDq*i_O`|U3r5F#y7C>pF?Py_C3_rHU~#Wp2pHxv4x%N^U3Gnbh3SE1Gc#* z2I>ovfg1?D^gGf6@?O;2mh^r&35+pX8A|%-{fQ1BYnB6}uFU=9V0dk%S;{w{>?a{z z^h#pQ`{5$n8w{~7oXQWD;k4YOcar+cDtyG&q5GJQa4ojEqfs%H+NEUWqRdD84kt(c z+rRbqbbsQJ{|yBoI4y5Ey~gE^IM}W zf8sjc1TP7tv@rTqgONXD*&n(XFj*4dbtM{vRxTkh*eR{Rv$5fE7|9p63L>&-uSxvF;V=4tB>aMd4mHE+a4qwB7}-2sTScFug7fL<5dF$ace(U zhep!zff~OGyHT=T9bK3l*fGF}XG0Gx(4hVBhT4i#l!IrgUx&+=##GMbZcxZ2Z7e-k z5@8Azf#+z@=q1OC0|hI610TXLGQp-qqEn;_8lYLT!KQTXAN-p!wCOGwicj17e-yrs zI~=&Q1`>|}S5i^;E+9NfMtHVO4Ac_w5`lgxxhq3cL3EZar+}aDRcbY`Tb_gk%w3rk&w*`Kiyb``3ABu`0O*V%{Fdnf9%A57eV-;0VMI1qDMr$5QKew0j z<#MC#xb%)qqn?c1LgmSVSk1QRNwXe)YxVZW=ABp@%+CmDzNk6v(IF6^e}V3m1r%sX zacRQU0U{<19CZ!PM{XuI*ra?;)419Li9Dz@+fI& zGYmwu1VlwQaHQ!CIHRi18#ch|jlPD~}>KDJ<#_5x-j z_QFJJU{q|iu0MwUqAV|nnZ1N8O=}R{RRmh)Kx}NCmH(Dg|7)~GPwlSMiToPuRu4NT z068rSjd%#0O-g&I+UoIjw7&YY5OV9cFV+GM`)A=>;|En#d-kMJS5G;HR9VDPWHvlq zmfvtu{rQ?^bagGZ(6kg12nDQLt^`PNykMin{w$MZtl(wLB<08Q=~mmIXYXeBz41DV z4>I=}@LH@3ZvaZForVWLNyi|2;GHcd@6MgL%Yyuj6|>Kf2g7}O395pL;cn375b5QS zrG8&mkGz?mgo$h+Acm(*BdLw{~Op*SM9Md$^a$U@avimbf%ku8FPs16ZkFzv`^Bl@-RBd z!tfwEN%1V4ge?F?clEk{8K;aD8P^mek@vpj&){PJ+eXW{fMmr)ApGdc89Tu2@owKHIR zdyr5%80n8&BxhH?3XpiDJ6yrvYD7lZjD+spFN^N|7X$Pr2X*=toh+DeU6A3dG2LDFM> zxA5vO9JXbtH^3-ze8N}k#>bh=9Zbq8%P;6$s<~}G4*J^Q3%j>jZqgkRqfaBNIXeX5 z5aolGOb~iQK??T#1X`Caire5)2!e7+Qk`t18AM>v@86$CT3c1GDg5Pnr1H_Y1M|?6 zrP>J{a?f20jv`6?~?RsBddl@~QoX zfRd<50v(!;ieMdsHde^G61h`JI0n_BxS88h?xN3mYB2S9Jt5m-h6C7rmzt4if5O_0 zNHa;#j+nESS)_qPC!Y;263a5vw7>K;qO!JO7)WXtq(Ou5Ah55~*Ow)xMQV2@@OX_! zoZvZjg5+$gh+7`QP@E8OYE7OC(FkJHQ=_dI6fc`WqDx!Nd2!y8<)_ES7u+=!i+oE$ z91I#C+hYxC6CIXF(2HmHqBm3JI)5~LDR}C!<>{0EC_{wD<}v1Z#2QIz#2c(Lp^L)n z_OR(@V%jCC$FG>pROw~n)F!A_-&D+S@|>lC?Y6e{?X}%aqeg7{8Fg!KGVTV16?OGN zig}guxn7bPzzhTgz%;RpfhCf8zNi>Rly8fcCosehD7p;=lhE&0xn!0jGKFZ%H6XZ? z{Sbj1xqSq(gu+5a3@B%o%1vxb=JrBtyQBMB!;7xWntb96vL*_0%ZJ3_cJ3Vq|2dyM zP}%X@AQE0=>(bjJd!JbYF{)99RQ!V&jX`*q)sKUz*hO0s&j;mj)Z^j!r!L!{px9ON z1b2KZmF^Boa&q8qUB!f^WRC#I|4*~yVOEZ;!z&o~%NnxqCpa>QoY_2>otOSBrK~vf zNWr?JzA+FBXNuga1V&fF4ElVzyTR((YqK#~(Kt0j0^N-F;VUtmPgsbd0gD%{NU9FT zuN@6ekqt}=7n}hca>Jr#7OAX_e4?LGsxpkTemn_!@bt27nXN~HfM5y^)~chhIY#Z3 z_SZ1Mfon*t-l1aTdej>(2m9aga<}Ri3U720k`6mDJavi#h_9LWo@3c?TvVOuA=R@N zfk@~`($+)m##8T#ok4a74>Z70@sWQ`LV(43{ExzE;#3+ZZXTE|bU zZCFcm;S;+4E)C=R3tEnU&Isp)RB4D|>0QJ%pKG|JHG8EQWSoAGfwc&t+;ug&KXLb- zv53EU^~UeM8guiR5c6hyXD2g*`=wW6=t5A?V;IVabtXHOv~hexqw zNF=zwGq&Nbjzp(QbxuL}5)w~IDvT_gk3e-gLB&wbleMv+B(rcPAG|EH#ew*wHP1~& zLX+z_fF90wSb*p4@5_Or+2r;>6pu9JtD9iTuuvd_z|tg?d=#X6tk;xmgm#`(@)n4e zO1pxwIY;d<-Wj|T1Jax7MOh4V`?4cA{d)_0jaOH4NRk5I=IYC+GxywU8$0pCt0}W6 zc|MM`BKWr)#F6IlMMN?P(MgRb?Q968Z5!v4QKO|)!bG5|XnJfcUb)Z`{7g5oP?3C^ z!e`V0MCpB(L^TEVs~`@K+~9$e4A&Bzj_qy5_&t_1m=>e&I)hlAYZJ#Hg?I3|^pk>6 zQBv`fxd|Mv%`}_~oS-kC*db-~3AHZhA&4%^l_4f(z}aPUbU8y^-Q2$9o&Y{~h0}l+ z8y1#+2ckcbQ~~1z6diW}I;c$7EDDf0ZIJ3m8`~A7d#jtta1w&0e19VXv0pGYDftit z=k?F$SDV!%DP(fh`4b`H848g_1AzC_iUq(?Y#9qDRp4TBs7w9t^q%Of8(it@yz z4LJj5vbiHo8V^Of?^s40w+Sy0N|T0BpL+Go6J12WXCl032eY9s8ZQv%A*AW zp$qXg4LQ(|UouWhmFIGjo7c>W=MPlg_q#@@h{lR0a*xGg&)i@^SzxJ?!{#qj%kG-o zhoB_%V@{V0xBkkijmw|PpJVH%>m^<+k9z8ufzF}lAl$?TjcPSMW6nUG-dsQV9YOCw zs8!1pl&lI}(%`{9O{2NZcYZz%X7amagx`WH(Fy+I)a-A$v9YI?4Q_8t69QXRi!eekm~+2VFPcd`PG# z@Vk%^Zd8{2)*HNue&Y^s`XMDoI4T5qNymam4UY9pA*2uI@f+YAef=>&^SomK!MT|Q za~Pi+s5)i0**&mDP_xF8FDNs(Ka!0bc2vy%o0&_w+6_?dOEhlHiZ1oonaLu3;NlGjfW9l?ca}pGkJdv#WwKF5Q&O!rraI{6w=aKX zKd+Rt*;ip4vHu9`zSdv4ec1wGH6AX#4{;^)Yj0v_T$wC8Xt2I6+cJ}aM{8(VlNGU~ zDr^WS5~**idaF2J3Yq&;z;kt*JR}DD-V#?Iba+M-;lc^@!i*chSdOG6feoL*j3o&1 z0tn5j`Dk@Q5bSuwD(Mz=f`cfr7dVQE4=o6;E-t1J zktidJGMGUoww7?uIFUvb_=V28qtmRTzwA+0l|u|MuvHnv z9zH{Te*6>=MBXQ)LBMm9)q1nnA85aIEkpB*vEw;``RsTAfIKZaILZ#vk7ee$KH9SR zdmIZhg$vW(5^{^e6`?bjQO&xJY;Xb2MmP$-IY#ilYNo&orTOv`OxjvyHr%7R^Y{Vj zGC{ijrgABhc{*vD^o(a!h9rS7tRT??QCc$_RVL#>rj-V4-~f=XSU}LetHT66Y-PYS zkruFsRJ|~0&$Z;9ZlHa4I=utzFV%HrK<_E2awP!q+}=gFU*M$KZJpL;IJ4OhuT0}qktp&SAui3Q`&1sp9kFfQhFwEBbsK(N$>n3e z@&|;={p-nD-sjnvxbli)i}?jWo;bKe`g6iufBVRh;&+q}X$W559QFlIJD|tM$I}fu z*40@Gb6G|%2mysMTT&^Gr69r&!^z&uXKhU+7V%SU?=1G2n2N;^O*DHW&8SB_Fgg8` zB>}ryXt6Q(+@AacddL^R@n1-e3rHJb8ORUR;h3<)?36qVe{5e^fdnj`z*1RIW5O zpRQp%d3!jK?0J7X8O>gvJnmnZjQxwo{P>6asaqE>^0ZLMP=e0JEM_`-;UKw!a>}%n zA+;mx^YP)|?i{`IQpJX*?veuqOX$Ochqj3)z09zJUKwR5H^I&i*|#$@U6im-jUA;* z-b8d;^@p49JYv&!ME=P6>S|Y4wyg6ft#oBgg}HAl6y4NPG>={hTWQ4_V252mjzUF? zDm{96_POk`vUJYrJamcD(co|5uUUrYhljIU39KnX|FCy`{C(GE10`c-oqwBxncFFu z3}HOg#nF%)QbsZjIMw6Xsu-E$Tln21<6=_TPf|WKJzu9LR*YtOI*w^_WnEOGkEOZTcFQpl5(Hlez627q>Ji6YpO0Lbc zHx;zvuJJ3@5J6xp^3ZRCM*MJy8zJk;f%O&1fB-t#z1|eD|~NZBsyVbK;EVgB&Hetqqy0 zRW6h4=GU{=W#MYD)|PtrJJ%x#_$8o7?|p}WH_7&CWsrP;n}t=rISqpeP6lHYy0?fS z#Zz0SGE5%Pu|l$WsM>q-5Jp%w@KhC0inBmshHNC`psH3rHoQPehWNXM9MRl0@!Z{k zt8lKG3H|s)p+w7fyU#V2Qw*M6`5VVD9joe=ymHS6p_8S8w_?P_^waFB{SUyG3yzCb zWfZ9MbQSKbLENz4{L*tnmGdjfE=k5B46fB6|14eYGmrxWqyE=}husBG;>!ue&8sSK zQ|LCRW_u@0N0u=bXhVYkcHLIBnya%#{S>panD(_$MgX9Gdm;@qAb?QjTIMZ~{P zij0NJRK#IXQxrJPph$XX{34=+6lEg;TE!wL@}+mm&?mPo>0=$*W7D=${%y6e;)KN$ zk1vPM#1o)aOCoVDR~s1;3-k)x#kF|@(@dFe;S4&(A%@AK>0jJ0sR3Fb0l69^PskEMS{nZPIbXEVVCq zhuz5j0>OcdJnsa{OtTfEqh`Jw`y51L-2#$TNoS&8j>>$!y?|A8C>7c^Ft5e$ZOSaQ z#lncch@F(`meWq*(&YU-6R3ZfJj+ZC^DHcnBFqc}z!Wo~&{`uKjI9B7>h3G8a* z8zYKtVxqTC=dv5=f#(JU{(ZJl^AA*oy~js5+oqq8PbL5|Xk_ALZuWjF9OZCr-lK}g zJ=n4F1uT+>gWZ>DB{&=b0T-(7o1@-AAzZ8QkkVK6MfVrTOc1gTFGXlvZeBO>gpe}g z7&ZBUbub1ezZ+~t&o@8Adum5W+h_F+nS}?Gj#l-FhY)LOgqw+gEkGF>uV`!6q8wwO z3qZ5c0qso`1QaZHuc>x=7NtZFK)j+f%<7Llp>Tu4yltEiWQuo=KXrQl4und{f!oMU z!b8#o0br>Y2KW;A8A8S;6t{lqXA&&J7k1z=m~T`(V0E~4mb?^jc-ePaSKC*A%md-@ zFe`SS<&DM)4cqExAipb$3iaj*k%d6JVH`2%1|S*3zpZ&+_Z!7C?;0bTQd__k=?{*K zco0(LU5k0eZ6WRY0ol$Q3zv;1O^6UrA&=%bvkZTumSDCrlb)yI4C`!ecDfQ2X`g91 zVZkH|4YcZ;$$4`kVb^$;*k{%0+n?|aB4|JL1SLPT9zfHJ2lWDW;7Rb~bdQ8Oe;@%k zX$j?#JQ&Se-&#dRFM)g~0hpxErDd{WWKI@c8fq$mZU-tO7t6L&gSIAQSbjAU#Eva< zS^|kh@Ep8O@`H`cFNr*b_l%xI=nS)@NBb=Hu6F%v5!?=Yel$X_kq>_Vw8~7!DlBVJ zTTjVLRAq7BH3|&MSQhJcMeHUTl%$&;zDO3tFQ28gk3}r~G}$J7K-6 z8LtdNGK0dB@8-`tY9ui1#Ra>_=Evw|5$}>g%+f#Pa7ermU)=h?jw2Z5!+qd|vg+Ys zgHLT;Jm^k{pr-C4iK^=U6*!(IwJw0Le21Sv7CDWnlSt9u@%|DUSN-+-w^}yyG$AE1 z38>;30PX;`1Ym2JYr6E|sY8bAYPh?qAWoJ_OBEZdd-GkiIq!^tp%~bA2aAfjvA++9 z5(@hUp;WN>e42^>BjY_qC4$#Cj7~jr>l|v3js}yr2JtWEU2FTke->Iv@cp~9*x+UG z$Quz?xm^>Zp266R2ZuYUqNUx4@v{@vGs$w7G%mv`gQ-F(g9`-~;AmYsytNo9!5j|* z`>W~+jj}-?e%ahZZ3(_xWYXYz(1GagS8OZYWPv&VvB~lxU{(sxEs{cnA-l?BJ}yiG zcVXX1E^P~2Y7?VTJt9Lp)l#KogrPn9VNOy)s^wA_4W%yML6{_>M^{kT%}IPH@PO^4 z1K7d5Ql5#altqC#v+6&Yk`T~1-cV+h;=D6^MjUHa2W7Mm`Uu>)BK6NF!;(#CQTPWC z1B}Dfv9B(%#GzhctMcr6O(DS%{v5cY)N*N%I2|vGKQ@F|xq)?sVR?G4*RjKCR!wWy zvHZ5h5nsj}fmQa=3Cc`f*d6*atol`vj{il8c6$3#QLfhc3H|Lis+wPR}zU+K7M}u-JTD}z$ z76FIaqIO&zxbdk%bK=vD{_AF|R{yeLtd(3w&_^7~)k6J5kAj1Wd==f8AsF658a(>Y zsup!Sv3+;Nq84BHU@u9R<{6G|;i4>H@E9a7wn9@v55^8`eeX7Csr@YdfQYn8(xzmwn zw5H_zt}O7gq$6X!a0-h^(8PmB=aoZJ8H*+VX^6q&AV1p z$M0*KNuR>^qp`7J80;x5%zxF>9D9uD+5IEXZfy)59MX^!n~($u&T%W#90?mx4p`he z<(0w)A*V;Xh#9pDhQ@$Z$?y2TauSw9V)0+a{Cc{|vtXRyle3)=iCe<7*?-sN&^02i zcL-cP>Xb!C0yI#JUaFjRtq!wDwn@IfLGuCvSn(eCRGo)k$Z&7SaIZ3??MOk=cLLTN zJ-uYko7r~53Qzw{f6?y5a)nF&yDDegnmDSuu|HX*rTBziifp*rPtZg@O{JER+qMJa zc5R4T+|QU5@6~_3yf~QhE*TZO(eZy}D%t=b(nrU3cOhWrQ!%aw=(iEv=@}9xm%$jN zyX3~vfc!Y}M@f@V6f2F^_Re!`F?8p3?v|r$l>(+m`NsGyq)Ie8caZ}e9K+qYkf3HJ zMtARs)rk8Je~9V%?9)|Es1o_NUHiAgxxw0AO>_eI6lM#R_00;^#l$_g=(Fo=J4)lh z|78s09n;;5FQfaavWNZj0&I^5PMK;?tw>lP!dL&AQBm56`*p&c4i{#kl*_3UT33*8 zQxpxNqNC2~nIXXzFb+{v_*JH&KRP5$uG&9;hyh8d>3n(HX>um(-6y3YFsm;~F*7dt zY_@Qy^_N9`2XevXdZ&jYAf%e3%RdXJrYoel6ax_h*9tMBWx7E+F!N{fBZ?=K6-XMm z(t3bW!=Jx{cArYkR0`ne$HND+Dx#($&TZ=*vZYql}bNiah3yMGCl>z zdJ-iDaM$2ZJxsnW38gUefR=1Eu3b4}Gqh=vF8I_uH8k>7tU~e1YqR$g8U-@yvt{}6 z46gBw6z@6ijHumNm14O27C;yvfeFaicrbjf#8zk5pKV99jsQsnks4AeHC6r+;58$o zzUvws;ZlXPjTa(M7Xy_65X2&U)DXINn8@e4NC$`%3`gr+GjE@7o@r2-XooON7wyB9 z;l&xX;RX02k@4XKgY2_Kz0eHerkxs>wh^8Mq6&uc*#`mJ{MkFQOPehCNdS#tDBL50 z+%Y((c>kU9bn1k0)t!Qh669ORcQG8&ov*|xq6ukn!}G8B;1PxpBZwFUDwb+cE~iL2 z=a-}&r1q;otHxcHHW~ogd6<)+yr(Iz4BUKB%z-t~#g+j?NTL!`sg>0n>zm8Peazy< zOzLnWn5nzZ%-kmabsUoszXN(?5VGqiZ@r?>U#6IMIHokIH{dkq_fD(7ALk!k=jn~m zZFf&8Qw*Q5LN7J8esyaidW?9bBSHTS47Mkp%_DU@GJvKxQ<&vzx)*8BTAdNs|O?9OG$ zm4Lw6HE@aa94|{bcg(=u{P9{nt6{!KlOH?xFal zm-o=Q2ZS?kc(dbc09t=oSWQX*va}ZLk#|2d(IBo`+_pRGJ(Xk}8>b?xKpm%up_hk~ z1`5Zk0X+uuT^EO=cj7Z5D>tNcUInvkjl#Q_y$`b;mPo`uW4EarZp!CNoS2QT*aRWl ziW!q_#X#Y6uYpr+oXP%zpPA`#C@91-@1phT$7c3Ken`5Sp`1f!&Oz$ya^HE=uWGG) zE+S>-Lc%O2zt@q~bI8d}NO-fTK@d8j6 zfE{cmvFTe!6#k^hQcbdLev4R>p^B(wx!9eQQQzKdUCk#1xbGIK^C{ZrU*1^{j~BOG zcQcKLI}0#z!VWBkh#&<8ODJa}P*8Dyu}p|mEuyUFnlkCh&(+A2#1(R>n2jB7J(?Zi zV2iM-Fb0%>7-d%KJYWD|!#Cx1!IDWOcNpjK!@_$abOD6WEMLMjmCC?Vcf%Aj61l~P zGd&$Is6?+nKfCUf)E%t~5i06Cj9e~~5gumv#9p;-NsYS^DW7ES2!oAu5xf=SOIkHX zN}+^OME&JE1cW9@ug;fkkT&rafQkDt7KQ@84s{69?nP$3rS|>o86>1%3TJUN4*ki- z_g6;Z+o=CMHY%E)k+H288|kLmB_Ypp6F?N-~s>IKd`|GY}GpZKa8D2 zkS5Wht;@D;+vu`w+wQV$ciHw|wr$(CZFTAOiFmVnBJLgLGzS@bf4SEB_Nj@>|J6Hg z3p5onE^aW+R;L$j+xgU&RNDEn^%k_Ye@@Ay(c^p)7|~U`=l991*I!$=8%q^x zFa6rvC*qIzs|OQWIkcCey*Nq=**xpevX++@UBP37-|b&V5z4m$Q!FW28J};Y`DLlf z53(aB>%dEbk>`%xYI+I37|Afjy8avXV*4-Hi;Ic#e@~+Qr!%_sZ%pp7W^)M4UIo7Z zLP;SXtv;MWOeR@OhJxCPqKZ3U8wt7+H$TwM^O&&bbX)>GfI?`!lgBv|S}Ywtzd~{B z^I=lsJ#COJA)NXf);}#P`04IsFAY@69dR)4_~h>GV(&~iOC-;ubZdXP6f~C@(K(N* zcFE|(r?8r@YXdK$F}m^8B6@v!mWdj7dY)z6Ijz5|aygLe1b8DxylrTMZkhLhQfXQ> z^=*sRk?-SUxzc;mOp2l!CU_W~;Xl?>2E@}}QYz>4eB3b#O~3HAf22NLIaal!qaW-z zN->WM&ns*f{YoIEtcNA)+j{IK85=!e(l%s{Mb&;!qQ~9wV;Wc{&3Gxb=q)c1S~RvV z(Z~!NyEk68a4nFPPld853=ViC(1;Madb!>m0@I}se#0F2I|Aip)rnTiWeaTKtu6f} zTm8y;?msS)PRvJHi(xe(_sluEa}Cds-w&4{|045aDgXZXZD%z7PkVYz7fwi|n9xU& z5^6s=B=w^c)T7)5Ibpex)gTijUQE!`!l3%UQGURsVM1d?h+b{IuR2>*q{_Y zVIzPi2aN|%(|Xk?#}R?FAKk5j_X9;tnGpTEjM_sW|3DxiyB#!Rh;>I{>Sr$s&KcV| zl7~0Gs(WcI>1ipDD4ftRuMFEmbX#yyFCTQARUj~u6C*xP%@(8Pxozs{9I)e>wdycT z*3fox@nJ$Ov@HQfHRC`-oH_P@MgzB#=~%6t^K*U^%1oLMdN7OYYPbUXsGwi2Z&@lJ zefaLJ4W;Lj3h{E7?CU2y-FHqL!|feE%0_Q?XdgWM(lDi+a^u#I5>h3hU4AH-@fq*_FJt8{Vpw};fX^9Q7C7VaPhQkDRglNFB+ga=c~_fv;rO4$#uW1nMUWcZ6Mo?Ub5PwFkn_ouw)34;j$YZb6%M&Ni4 zfPgL9#A63VWe_@FPGk8qHLn@{ticALRz1L! znP)s;sP}Gwm zNDK^sJf^uH-1TCI$eE65Hnp@!8x@!nOqi)o6#U$%Z2!Wq?nqEqNXQx^p|e8gOl|*D zW|r3%bl(lwr545-``t*blZ))ZWRdBOoC;nIPoX!JEP*mXv{!cq-e(#0f-F#l_U8=0 z?-F7VVXGd)R1v$r2^IfCE)gvqm*4QzmFEqUAbUeFo115r(0#ZXVx|ac(q>^Ui+OjR>Zl>^VAOrozE4BWP_ADm+3kmA_53L0GTCb{ zE>74toA2=(ddTw&$t6__3~|VTIwS)z+l)hamRY%#^cf|Qjtf=s-Ek3_E?av1JbPFI z=nk{977moG0|!z{!A0~faCpcYXFAb0?nH5GdHK{TK41aJob;c9MLyM${gHbg-4&8I z=3ZV}yi;>GpmSr#ZeVXu;k+KMLo|f@a6BdtlRnJz3Y{e{fD%7gG`lLgrt%x?gs_QA zJ>B8J)}-4qJgBxI!{3p1&avK zh;T#46gVqjC~2*UxvKi`>%;bpCRC$dVDf+=1bQ+njwAC*fEUC=+QJ$s8aGmKNVf5; z3-Dz*gh;pmMG99G=VQ#41Ix8w-ky*)#<%wE+1I@G7qM5K>Vb!#BZ>3c8G$d|oU@^( z<|_P0m4y(wbSwoZOklECN|$XG&y(iaV;`o=5HCjcXw>BEX%dG$F@3Xl!W&+ZGf)5b zyGegdeb`oC;SYR|#nJD+3QlnCs&RC1HMl7&g&Ja?hWlv!WY8GT0x9$!ZbNOzX5D0rao!KH;$2*P+@7fV$s`3zfOwHE z+Q!oUh?0=_7lK8?GV!u<`5TdqcCug7#3N|@Q$vn0 zczdQkMo6S~L*R7laE?L6@!*3jbUVcId!nR6(3t^sn3R$a9{(Qq5IB+3b%Ts1miU2! zeh`tqa{`&#Try(g0|LVe$l}qqQ}QUEVT?oNUUOSF*;r}0p==~^uqlM|xZH)xMG9}4 z3h4EM1V%E!6M4LjjFAZY1G^u%Dasx>R|V3(CS(v!tbmR%KaA3tRV_hh73R6y9#CjC zxUfDi++8$;92zRqxQtlbl=l`{xZPq$oUXu(U5GMdOAfY&Fa0yUi;@lc4dO$LU!6L) zclb=qGB$> zdv>aRd4S?BNco)0_-Z1qJcQ$lZkJH;{*#_?%&==KNf`cD2z7q^gI6&D;NLcoEAlV5 z+*Vw-yH-Px@stHV$3rdrNL?u;JPPTd! zQ1=WjNGUNgvlZ(YdaPzUXa%dm5|j>c+ow#m(OKizNsemH?v)ee0rEaV{g0V^ri1I< zCaeMqcn^x{qkA}@Z|NoMFZG18-ynhkikmc^j4MJ!aNIlbFKpMv+cuE<$4F?wiB4V$ zVMf1XnEtFK?V*o6a*!&#=vCP@skK{IBA+mgO7R)Jn6mA2t1BY?!I2S4W*ARa#=r}9WrriE4heZZYPx%Mq1Nw0n5)fD8>-rYD0u+CLn=%Th+K>X zL8+aph$O>pEXzRC%Tw9>gkH0(y2}< zY@{#8&krxo%u@=IhllpqbYy*KCw-s}lm5#-$V%?KBd1Yi#HzjSeH5IEGX_ZlEnKd- z$9X6v*oqkUli1NK~qZL%#n5RQxv$f!TqJT@&&+&bB%0tn8)ULJ|$1oWBy z(e&MC1jG?0+4iM_#D!KoVM}#XgzsXdEqnvf9Q#A23Tn3TeMU{zZntd7qC>LT8Y7D6 zR;J7r-^crWoLkd(?5R$MJ8rdMyUi3}9{gT{2lY^d&wf}q%TgU7K%%u{I$=?*?SI|= zRuBwiL(ufX0n3+-FgdW`wdYWa`3C7fX%h>4M(^r#ngB4aDEVOWC=nd=Ia0#F=OjdP zEOM-Fg-x-*cx8PB;dVNFzN0qvCH$3ceh266px8=KyZwr zqfRjUAQt?={6qh?pk(CSg<2=b`R}E#@0GD(p7kl`VkPn83zs7+01@F8|3>sM-kRya z!{%Huo!1i9blJL!g8v-cs5VAYiGu|NB9C3|gy)kAfB3~eAjj}mtq#5AW6K?XLd!Db z-+*MogJBz~@Vac;9T0+NW=yC4QwjHwb3`)U`jK5Lh2Cr}EKT?j@xS}tvAP>Z)H&lu zgYNKwH;mKxtr%a?Lteo|iIESElXB`dCZCdWwuWo-IcVy(Io3uO9Yn+{J&?bi9R+YsX{6gOh)ZsnEWlT> zv8_`_!%V>@-I6-Cm@zBYLIQd-6_N;48vq8BEM7o= zj=ug0*V8WV*=~+M)L(i{kK`IwdG?ueV z+68Has0#y!s#LcC(;cEYmG__#-l;TgGF!dcFyr36HNukkK0@H}80yNmG2Ov7gQnt_ zOs8TD0J>|@z4nlKiU%N*c;ep%!!l1jEw@A~Jn;ceRbZYTbbr_7pjKI{g$)B+N`5no zWy3AX75;fQUnN`SkMTt(u^%u=rJ(6uo&E~`9lHspp^0EL&Q=?2q(x5o!C=1UI@?vF z`z?Cx6t}AKr9hiSJF3+=V4e=W?p>7?To}us;!si_Vi>B-@5vUjh_U8NktO3NM#hboZkyVpJ%WIDwiV!a&m5HYFn`;mR z{pb%%<+v@MF;*(8Dhr&9o*z0qsqB$7NT1Mi*!@$S{7{V1h4Z8!2)U_o6Bs}Sdl9s` zTvY+F3Bq$<5>X{JkT>&MYh)|ngSCDm&5SRhLn2NVd$t*lrq9z@-5Sb zP%r{(SMhI!t+d-ufj>%2mdo5|3X0P~;nuhM%GW|-%)H_+*=ZBGYc5{X=IRwOU3_)! zTS#gCxIhVbWnM_-*q6J#PJOp!hKNiW(7@I*O3QX&i?^|nW!pw-f^(_Ynn=r`5EGbs z6HBsEc6XjJxHp(5@#*Y7SFCD>dgTWOCQSCk*|N`xZ;~VswB0b~zPd^nL2bR;16hRC zj(GKulBPA+<+2N*aZCho&z&bVckGIPi$%7s0F<=2XyTF6eY9y+Vj}{|txMnWWagKB zkvFR|x-65QN1xkDF3wqzwh6lwekO`Hl!vluy$4I~ZG}6A+#IDdRVvZYnxE((L9U`5|MKmgR=BaJ=h5hpND);nIMsGrvW@n=qR5!b{-4^k{&e2%&TVwy7ZLZ4DLI3_R2e_KPK&V_(oFds#=v zxlGcBnJ_{A5MXO(Ap;4<^!!PaYuAV+6RN1vY#FlJSs((z9G z7j7h3{m$@*w9f?(qz|N2X>6~_LEq@$L1eez7G)}{->_}th=lLEnd*_|2sj*9(u2x+ zYO=(rS_i$LE$V?Z-MxHiNBZTd=gYKH1oI$sW&FXydaB@1E^06qx{({^hPTU`2CaV_ zs6Xdr3J^=0Jo?nq*&QHSt2VT1^~s``>N2L33qFT$0kM+saO6eGl-|u`PlSeM)#T`p z!FzRV30oxoOmcSjFRkqRdU!Gus6{6G`Y;>vI5oM^=7n&z#iiFHd-6QNqYCPE%m~pJ zY%$IXDO*o4e3z;~7wZG0C*CHQKOW1f&m4B@w`%e+*fgb@%Te}?Btsj{c@#6$?|V=p zW#KKG7YZ``C)8SXZO}fRmIF1FS>2qx$KoW-=212OcFd9Oji9lNvFlblqBxbNWk7tnvJAP8rez+zI&CzvUZyNpxHG~vEJ5P=T$hd3xS^$2bsfa9;h`>KfFA*I!AkphJUO)>U~V;F@&AFCi<|RZ z+&{5`#r~`l>&MN--nnf#KRD`Nx|;&MS$-qt|Y6q5lXc!jc+t!RW@vvDFf=2*LQ2>Dq>h;J*kCRBnC##(dRnO_`k9UAAnHiRoK1 zv`{Wb7vIMpNThw8FXHDI_&4W0%JMJf_216h}^O z`lGo)-8GxW-dQ1o2TolWwt_;syc_OJnV}lg7TdOgvp5t(gPN!KlJ(v6t#2z0e@)&l zp8OUoJyV7J2UDG)Nu1T0KL1prV_U-YOf?xB?D6DwCft4P9yG<~tWHxP$ngxQ9nOT|0)0JBIHM7+s!$7EB9qp!>DNPGy2?!>#=U6{Zl z)$tVACjZJtgJd5m`V|T~2ZOFsrvc3myRp4&yPiC3|0ev`c_e&tZNTixf-AS(!BQ&K z^|~NUCwqKy`WH*Lap(z{+}Kh(ezk0&7=X8i?uHQH7+Z`AmT-tGBjc?<#s12omuhLf zpOkb(*GpTOMGft+MoLHqgkkAG$RRRVlF@hZ?_@Up$C?B?jrzN98-}-->B8d~11>cy zfBNeBeSF<)?a;$+4#;R!WicOn^Munu*9c~^%JV=LrT3RxyR9Ls7%KTC+aAU4>ey|R zxt_X$0s3);X0SSxDzB#9{1(wzAIAQlerq|F05})S%sYKrKAWD{CtZbr2qY`xwoL4~ zdo;r|K~uG~Swk&ex$DKL4sdH|Ixr&PgU0(YV3bjV{AXQO$QR1NS++&lPrbO*H~1e` zXxoK0QQ+bjb#QG23E+qt6j0${{sHiEUquppqn$}Gu}~@qb-7srY=#pALc!Uy5{hdP z#i=z5>tlG(EKsnz#~yTx+e22aq*FNpUf4D|t_)M@BqYr0bI1E`4M)Yq!tI%PRTb5N z3h=LF3}&H5w^g61w5J4_CLdnM=r)UWz^5!yx;D6j)LgaEgPzEtdF(Cc>qkCe6#MZ7 zg={d&c%{!*NzMp5f;^3@QwS}LBQ%7k-mbb(B9O8`>gB;C(OR!pOe&PcUd$`oUlb0h zis;RWJ^=tmTAuWpF$x`UHN)Y)BI`OKjlV}3#y0Y6xb@fg6=4PWDyx%Ao}*p3-&!5v zAyQp%n(yVG?hWKSV13+`0$*W7)mJL<-{j+j3&pX9tO!r}kHswcG41_Q`fhu$n>D&1 znv%*6{roHN--2twjh|i5e+$vhG}@_Yu-bhg1_UP(NCLuh%T3Id*}E5(oaxuBTd$zR zt$62-Y7pd^K&SoAz%;~kc2wJ}Oe7ICJk!Dr*P z6g#)q)~iq7pdgLbDyqEf`Qfj{1Dl>Sp(AnD^r46I0}}gAYu_Yey%lx^)n=kU0t*7n&@R9L7%iYggy{y_tnkv}YNQ9)G;K_&RskJy$RqAZ@9(_!;b{op^ypSZw zR(yqv5BxJTG6ua!?eEAll&abYB;e=;Cj-#5XY(vhvuGOH?9#BHGm!jcx6LKK(+^#{ zfD#p2;SvnpE)Cb+ow}AYZ2=gqLvYfRRYJLnkC3@r~Rx$OzjvAg>d0?)&Yjh5ora_GvV7#6y zsG06S{3LY>adaR|JBzOoux_(O=sQKwmdE%gl0Ke1%^0Ko)jHe<@;g^}i;o0!Ta2>b zEdJ&$f58rFEvNFoNx(fvjT*6WkQC*xFuIt}mO-0;2~!5V>8rU)O!{N|h2g)b>}$xG zIY?y4#Odl3EdsXj;BEG=6WVoM$Vc1u>&A#UI*(b6j z(Y+9k7pX6dxmRtgp^-#H)K^|MCHnpqkSw0?XDoh@G*ml^gL*xVk%X=b4t|dr3qt%7 zOWqs2YSrBgQ!@xXvc>J^51&_mJZ5Q{#M@C3e#6(>p$8b_69QeVdg|Z!udD6xc{W^- z3TR%ZtB5N1veIR;Q_z_xtEjo}r=ue<&mfJoNyaQ&dlpxn8;&=*e`9yG2(xV)IU1`z z_#Hgi^&+=8TKyeez(9f)2BNDBeM0BH=lP{E-{~avz}KHP-&}9nZ|Rpz9v(pJb%=-U zh1j`^uOBKg)1(M`>6BweA5vUj!hQ<(ts(2>}vSM&D z;2)f;`FMEcKE2aX<<1VnK6CbW5PKu&jVx|$2#rh9f2eWbyf7)I$JG8}Y2m^g#-aRV zllUd|hOxIi-_(5O6(Ht{?Xg$R=TfWY0z$>fww_W!JwjQ5t~Ga;928r#oFe;E$$F6y zVVX+g5@U)rUoPB$_B!5$vr0^XAij{}G!kq&Mav-7LnfA0yJxIQgZ5PkVFd#I0b;aR z<7>3*Bz(T!fs@Q5gtMtb&O0qkv(BejuqSk?V?O*I_bvk;CQ>T9G<}buB}?mofYmo?@0o{71?)QyruUt$}-YKn@+kjib19e#295vgD0KsP~PR7x0A=V`=x_tcC9adLZ~U`rK1v{DaOZq&$NT-{7dAQq^m8_I{0>_(+NtkORi%-V7F5hxx9KYd+X}ZH-0J_vrk< z(cULaZ=Jc|cSpmOit&3Ezf}b=H`7r;v1|M%-HTMm_;r>dmuU#l>+mBS*Ic!bXHRlF z_#s#4(e&!6_~DV!&31&SiE^Vt;wk0%^Lf*b0dW}amq_0uL3HBljanOw%OskPr8S$bc(urXC!#_*|(hcw~+)Uj4XO~yL8 z!@*UmMQGM8la-7n(k^!iIr&X%0{L@~)%;Wp5omirCBjNlkK+$BXYO$6KKP826Uz;- z!rv4v6teL$aDMY*r9Wjptog4e1QM63AmIel1Q4rL+9?~*n@=^ZRa#Uhdivg_at z*-%sXo1xW{N zCT+>76uuI_!WW3nZ?Eum>na5;7U#}H^_iyJDS>I?mi@$A5D_oBGr!RfQ;W?oxNinF zhaFK(N!%pPjPbBsMNj`oNhk!tWNjv)f~N#IeH?v_vwL%ln%->+C;Xrjq{LlbyTy$t zyZ@28)LTB5G`39eNsNA#xwIe#A?k9+g4G4%Y-POjREY0UHZ86i9Rostr9M@79BUVj zoDSc}26p`8*o=pIV#NZdnJ-Jo(EI#Ha57;jO|Q&BF_+pBbjn%Z9V$eB4d!qwUQe{! zKffEZ)1fOiETWE0+SsO6&q#ZCo#v<`kT}P)j4nXPsK*bc6b!6~H%rpWh|eK*;QCPa z3rx6Yj2sCki~M*>p-_^VtB7BKig{l!l3oI3 zkb;3z^dlEA1lPvv=3WG>A+2JTCE`a<5+8Y`2=9i*on!G;@vAjpGb%olkx{RROUlPt zkSb-(Mhl|YwkF1O??rHInwl3m%(;DNz*bn-oIcounEWe>*`FibofTQa^~Y3>QmN_-kpFV@907-gbX1)ZE-%ito@NF1HE?y@LJ#L zY(*zOc+jsA-!g6(zmbH633oA4d_?DlFr+5x(tcn~OaI+V;=tR7iZb_WMY}8EuP~BL znmOyu-OhU}xfbe<&z3cIRWo>curi&b!L&l`m{V@HcQ6FMX+;{?E)kW3CIT*CM7aur z)hajOHr*g`+cQ;$n(Sc}#@jS%+?`hn5O^OV=lwRJ{^tDO6?r zJOCm*)d%BON=2*ZvySIkuMtFJZv$&eYs)Xkz=MV~%F)qV07LhfC{MS<=%DgobK08< z*1IT>E4+OlAK|o#)5RNIh+V(K3%)C1vdqIAX({F0dB)DJ=OE&DtoOt0d!EILav)?t zFM|x*P=&Yobc!Dg(LfHPX2J@nB&bW!udf1JMx<$wB0RYbNWG5|hT=0sX+8TW#@C1& z%RVGtqLkbU7wE2VYy~7+Q)UJ?g0KyYxA4CL($a(f$jyNTTlU(4P>M?wIybwnXM~1( zpN`Z!S2fk51l*88d%7V}RM`vx=sh2s)?I5L#8%VQ>kq#H#Ey^>b0;CgnxQM^&c~KH zL1ut;FO|TD6Oji#%gY*15ia&1dia|6*1J>NP}_GK*M*Q>ioG|AF||3AFXLpE^q~d^HrDbifx7oSYQI<4+l;laG7e%00>%gNgWXYE-Sui3D65D`mA2m zq=c1{sYr4qCOkVLNEkfUobqD9t$2s+5B%VRBO)+0F%i1fL0+d?et&t|_JpH^Yg{~+ zfhCxe6-9~zp{HZhj2{uS>`}Jtv)SYW^zsShc8o?`7;b429(4Vf76{#S3xf{L7cA^? z;SQ6L;M=VP%_z zK%%wKb0^r_%QC|eUCwuoQ34dV%DfF|$c>q#BK;&-+_!)9-o>xvdTez3*QY{s==&q6 zPM>IE!F4uR3ys%VJ37zl1kzivYwo(YQYyEy!VXP`upAFql{=LZ{qek%RaOnQANB>? z%S1kN<+lF)ICyRtn&7M6Ev1c1P&`Bjeg4@_7{kS?`#LegL zyaX%EDm4?qC=n{{h}7*3J5FRFdPrQAv*fgWI86XEte5+^uJpnwzS$ntrE6i(L3@7hX@fXkIh5 zq`sN;(AC(6Hk7!4nC{>DwiDjD!p5hH)H1=!sA>)O(bpM-5Q4bd3PU9wh@}f>NAJJ! zxbD@zM#&aV$%p>;x91OJgxk5F4kYI{RNw4+vAKGAyzNWos-~eTb}nBxA-nNKil!Bc z)<=2?RyGo=lc@I(566#brH7Zd`{cXc5|eabr~BQP>yaKK@J*M^4jIk-t6K*=N^vQ( zQHoTKtly8%m=fFXQ!r>X~N0x<+ylJ5&l&9yB>P0(Ww?n;uD79@IwW>!^ zai}89RqV4~K>5a;Xm_F(v$9$`a21@|mO@qKmyTO99it1O4q_?Je-l@@sc=@d9^Q*u zA3HmCbZ*d>g9hwgmys}7Z`Zx#X3&@__fQTVI)U zg8e|Ue-~al=altYUdlrJXf5YS2bp@WvCCR!dFho}JZCIbu9Itz4wytzM~zVl@kY(C z2&MNZWONj~9P<2h(rrI|!c8khV#IliiB6K4XL@lEGoN%4i?$SH7s2C~Z@l{w8^;gm z2Z(tt##RsLsm!H_`RLFBOlXm_l~o-Oe=r#>o-Z&kX~8ljA7lNZue$~a+bHBMFA}s% zvy`)A(WmsN$<-_M+9MGASY|VqJ1a_nL8^?KGau;CfGlJFNG-g+7%vRyrOZ11GSO_t-5ryE@)blI+L+bKDTrg&cu(3|&Wee}2IlCq~7e~t=kT6EZQ@T%8HdSmV*X+(d_eL5Sx zeDKvD6TJrXhnEd-NMH~x-|N5QraykgKyhN7W&MUauW-OdQrM`7-Ue~|Jn-*1=8v=%iD@v-*;MwcSz@pu#5h&xUsNx=6wc&gWp|Xed@}ePsx=a)*S<1S0!2h?HT&3&s4P!*>fbK!?!!Skdo(9pf9+dVN z2%#W8Aw%Ea(`|U>Ilf00pm%5WdyOdRw8=r^62qgw+UnPx5r4#NrI$LrT|}wVKefI0 z=Cpbcd@GROfs@1N!626=MLLv8XzoO%30Anm;2J?cm*r6bFd61byqMmwxToDvbPGu| zO%(;8x7Z@{7jB55(YuaiRyn5NAZ~-wd5UE1;I#dvb$vx8;pO?LkU$B{({W_X>R6Qy_^egM4IXCYBftq0VVtPGAY z3pXcUbYEv%n)cKN7cs?eyI8C)Y#TNhTSJk3fQX1)7A^|&CyQ(|IAIV%zz9%r)3Plr z0hR<7P?tJWEW=;^$F;oBDac*!cMF~~Tw7GU*FqAI2Vl+#@+$?lyL63j2iLJsZcv^z zAoyS~kqTBKx%5}V`~Glb$G)AyIF#cmZNI+KOkd)AL7*7Q9VLb0n;JzYS)P${4ut}n zIyV>KRg*YzXdq%no}AjgN@DE%>^|}V`99R0TT@NFbh`ApA_xVZy-;}jP(L2OiWvW5 z+kDD8BbXdKx_*7J0Z1yDpdB0@Yr@or1%xtDlc=ea;j#UZlf>fBs`9)6q=~n?kY@y< zp@j37m2Y{FsB5qn_~`{~;Kc!2j9||iS0D8N^`-82KaveBw1$QNDv>Z`s+uaMD8N`U ziE|dVmZ&uFdp6fFzGKu3{QDkhj7-fm&@A#ebwd)Zbu5iR(2=DM6FOOeZlGXQnV$T{ zS;Z;BIeNo$Yk1p3x3ROAQi{4G!kemwH*&<_X;NcuQfQ7vcR)g22J z_MPm(@16Wd6oD%mI9XYuT?p~8uv%ficQiT2# zDf_}sotA=C5^|yy)?Usx6Qm2bsJSGs{3~zSVPF7^9&x<~SPZr}9lh5hymA6447D-8X;OVB*RE%Ubah?jr9pMiIcM8SyO7IER<4=MGS+zcnwAzh2X^KVp`mv&t z_%#t1u235!VF)3cq6!tI2+G{ME-fK2mpPPI=-Am0==*qP>a2EA`{zj&Ll`&ATX%ZD z5%X2z+xtWrC#+tNAF)=!F7ZaoEk}W32FZ&&Fw@||-bPywg`^|ye;6mA&$is+B?Ll{ z59-rAQgZuqd$f}$Th?cI^3eFw$+HD+wYBf9m*d%ky7W}D{(XM7-V-s;<(@=4wHh@` z?dJWAu{hEl1er74mDW}(vG>ejzZy)4b-f(Lfe`!tB4sgF_}8{lM*`xHc+|2sfdj6B z|CJ`;2H>Ld97147xicQrc^U0FH@AHfZURSYQ;B3Zp8%)}C)x@B80A_(Io-4RlD5(03qGI6?}hza*nB{)b6I3jQ0YgcpBbo%1{%-P z72jO%EeCCkh8~MIspST=J74x$J78_SHbkO$?o*A`^Us>n-siz@^;}Sd1<<9=eLPxV zYOxomoT+U9pa+f?M#q?i_h1xEjgtm#3y$D8=e3L5rCI_3!VyGEcDq`G0$=6y*)8tIoE@KZb6aI|>wvQIK!3V_v-_AHC&wiIC?LD6w z`Be7M1Huc1AsC1EO@SiXe=uuFW;zTFrrAh3gU zZBqwh9-TO^WG}4`c&bRfd2|yW2jLo!jzkMi1v#=yN&Z6P6ss4aT2QR2aF(|UH6%c9 z_rU|zsMyR`e~2H8&L5m=y-cA5;GJ-Z`^dpi24`r8wzAbXGkhq_<=Su3ehz@ei4 z8ZLJO+W~2hU9A^pdQBnF;1;Y@i&Hj)GfEJRbM$x5UBi%O(`&?bd|_O%9C`13@&-IV z*pu5o|6xOBvrs4fnnP#6*)H<=-^9K;Xm+Lm_^mOB#ONAWr1U@MukpZ1Yy>PAu|fW= zL6O=JZPxl0>UN&yFVQYE^MYk$<5&vbMdt``W2%bRDxHf773s zb#Ht=#`8*atX-Zr(op2gPbhu=;z#I%9c^c<(7CCtIaSl3q+dPzM6y9iwN}}k30LbP zJD~Y150)z19V&2GI&m&Baq7Y9pas#F4)wQ{6&f@etiw1&Z8APfBngUvF;~{U^+S{L zgp%sR5~}ShDAvW4+P{|oVrZ}d;%r)aUugd+I*|47>RA)hq{OU)m+hci$nog9-G(PjJUW&Q zAvTPtpQ+0o^P_c(jsuv1;)1@9{(sJM11FHO(8A9qh zo-~^i^&TVw8%~Nt8<(4` zN#<*$syz+N)78AZJcWM=V%}lD7>b~8FSU|rqErDR40@|QEiVvtrVkOV$7W*e*SvEJ zq-YjbB6ERjo14hxLoPM2>?NeC@q;$uyTvdXgY-?9WSi2MG+jJNoj(Oak`ss}fc=ktJ)3s515fhV43$@)S) z#BK53UqguhfKL;LA!Ppwwde^iKpPT+EBH7r_F=s4@H|6{+4g2hkEYDCp`Nv3v!Lpg zbPoCIx$1#-k@oGZyl4?cC^7a(W`1gm?vL4~+$7c>1_hV+`yEsaC-d^?>Am?oGPS-1 zjF>x-3Vn%<&c53=k|-wzf>RYvE2ko5qXn~L+(Z-2)SvK4L<&N=S$6BCS9SC^|N5CWz-l2 z6FU$6n)@ReT~_L=L)C2IUHjPIoVnq`h|qbALb+oD=H9I5c{l~)>5Y?w5jH$iuW>X= z#Ztm)5zeiJgPdZFZ9^SM=Fg39xWW^?HM?rwth#tZ#E_P&MDe=eFO{BOcDVTZRYt(N z82RS_J)c(s!V%5CYic(NXbyzj1(|HN7k4;~3?8lP%JA&wY9`enzso_)*1)}dBG_6Y zYkw_Zu;*A_&Gc?FRxDLAFnpG(OfjLWTHfME7cD|Y-Mjg50y?0t6x!E@Wq zNN^i=Dx#B~1}dUAUS&>`WR41!X_g}c_ZBtn*3d* zBY=PtJzT`7gqHJwCw&{xu+5czyavQO;!Ul7iDp#CW z;o7ijaafMKO7cEm;Vdy$V>0m!vL9^MIj}q$?QJ>QYjWi99&T-DEQsS6K-=WI$LW~J zyf}(YAU03Gh;MDG9ArvSCvW@yVWn$?l=skP{he7wMM2(LtX^JYCRL-&P~;1(ox2vtodkS+vh4UGKaa| z^B948a>0eKe7w9c6~gw7jP)DiHY8XiW()N9ewXe7Inq|#^NYzcgJJc; zxDHgrbHPBw$WCZ$FU_4eI+ifjK38g-#c4^!f@0u#K+Onk1vM0WQsX@f zq)E~b#dYnN+Wxv2sB{fy^?qXV6A%iezps?FKSe-u-iK;rM3EKbhr&|=UN34nnJi>l z%u%pTy(~H~bei${7L!Z?%SX~w~5!t}^{7FfevNY;Ky=>R@}|8`-h`Umm1$Af>GwfyaWV~?Ew zlRdI=vHTyV@vi?RB5|dhx*rdc{PxozWQw^ zeYy$!uy*YDyY;*tRdamQN6EK;JtBIShi@U)D=U@z-Wr!wZwvJ9ppM$d{rLDWasA-_ zdeW`;{G49E(I*DfdEU2jVU_@YGz_>2$ zuNx_fRpw^4QorVE{^zVv==$fZu*94k_j&PS!ji7`p+~S|v`?e8wyMyED406rW#U_! zxC6w_ynZ)?7Yuw`MEtxHwCIpWYU{MO`FC5`;8x~$axQi^dZ&;Tpj3@y^duJ6fVj2Z zy2cPDBtOY_v5tJPU}^u+T9xmrAOe%oX*gIf#Fx}A;h5`JjJgzx0bh}(o}a3yf-Uz} z@%*i{+F*HO%ZfW&%WNzvK{$*U3`K0DW87nzR%wPUY=>Zkr=IqtMgADyvpS%z&9j{` zD#hASs0JB4Y;|vKNKS7M?H2IE9{nu+v8WlLu~HBBknS>@g+9`Q`S7(@?pv((iW5~~ z*1UrDQbflS!|vwq*xM=DDT2De(-yhAG~~hWNwXi)yr6(^C)04JhUOY_z9jxie@u+H zUGAfEIYG6U#{%tcd7-KG+nj1%CNv!kr1NgmO^5;;Z+-ZvBO?KQ^+-y(>!=pVyKc@g zpFy9F;<}BEG$umCPRy;=8F6^WttE3-+YaEtfF);FR_w8P=`#1_cJS=txm=^R*@_6h zO%ouZe!btM#X$MPadB0s)i1!D6Xau)1Q-m~{H=*#OBW&2HB?cYR;b6Y`Y+a3`Bd&! zvD&k3wTM!~$WzS$yUa+Nm&?OjT!+Lp8s+!Jb56~Xc?9S7o#NRN7ZVwzR?kG5-tWw3xJ5CXG z3qwp7$yc_$;=ADofW#4v%!3rnem^)o{C|v{LvU?jqiti`wr$%^PHfxOiEZ1qZQHhO z=fug)?Yz3L-e2`@XRqe&e6`nFbI&=(Q-rbGJ2U@Wlb^}km%c_n6_0zMlb?YZyMYGQ zM^J!3U7#HJ8f+I{)E>5<2KOCdnxWkS%+v%RmQ2^>+&y3@+h@z^oCsG0KQ>!w;=vn) z>ra^YKT(3F^H&a%)5;(b636jK|c0Z%H3Xm__*AhF)L+0i&4N6r0{<=V10`ujxpAUBTeO4h~^Y|IQayt%tlM`jE`zJCP9P7rcoBhVZA7( z;Z7GVI;jGe;}Jvo4_?N-T(@b|v%}<6wZGgj;jB2QF8$T@wrddV@oP;axHk}pv?8Oa zqP329)p<0aZJ-Qts)L_T8oKql%wPwtxqSe#QU2j`Ljy@Dm;+wWszNLzno2Dq4q#9) zT*8W>u2Te6VM5ae++0LxaxFaF!=SMqw&lEYgPjh(T?uCvcmj+xH_mg(JzBCt7iE$~ zlF-`=lWb0s>>9T0b)_xnx3Eol#=za_@9CffKxDfHSe8{)e&kt(5jvsuZycSuY#($J zHxPCK;>y4)jDHT&^?S~J>_I#DxOlp^5GPQUZ4UEY%Lcv!osPtBGy`n${!)Rt%*p-O z$|(iE)~A8s2C(EWRS!hD0e7@XK;psJ>f4THt7z}Lbo`*0mJ}}Ojkn_&3epI(h{mSf zVfHD(25$YXkn)KMp6kc>r_i=*zL3?Q5U50e5COq5d=f!L>9hVk4fRmOty^Z}TZsrf z>pf`2>Ge;+qO8zX?D3s7z`E)0uJEq;%B>kG2|?EVd^+fR8#ba~S05^$Rk0A2aO$xf zx^iAP+YiGGl7%?THIoD#kcDBl3u+hC6hoNJ?6N#_ z+_E>DO|kE?EYa&Q%Uq>qq)BB_rU3?H)c)bIvQxc&9@eylM$^WC>=dnX=lK^$a25jy7%1irLI< zf$FDVYsqEiOW6%Y15{E?S%@I67CHGA(b$t$h(b+Qeovf=N#R6fclPq;4;VRcYP}wl zu>idCskBNwfN6R-KHSv(RUK5))dp*T8j(tEl78?uq^0x~z!%(PnH)Z%@d3#|i-nbW zDK&(KeHOfSCL&%Zz_dzle7{rz-nCA(z!g_PNKQY!#cK`JL+Sl$$@b@D z#ySAs8{sCtLIWW@CP09sVR}zoyP(b56TcY5&}EqYFMRiy1P!(EUgkTc7ctUuUL9Q6 zZGsrs_?n0L7Wv;=Qk$^6b3YC`&UI@xJ=Soak`k$Z8ARD&@HhW_o;D*C>EPldYa~CV zQX}lc6Qs7bbY;jVD_cYsxwx@^R(?^`N(dV6e%IDC<-}+b@Y*mRWR_Ko49yH|RqadP zt8frP)rGqlcd0u60NfW9pRHQ;nM8EgWR;A6 zG(SNJ8C+6(zC8Fokmn|_PZ$pZ0Q^;jm4WQmt%r^aY?LBoIY(ciz3WBB`SqF`7uLi6 zFyn5^G5bAAQ#@1z9*6F8?ZbEtf@EH=g*J^K0&`5`F+~g}xUOLIPrFoqh>A&zBj2?c zjYwX`86+lihFChtF}^We=o-)s^wQagV3afyFicwoO!Wn2vicz{Ot*ONAv! zq3+$W=lW=&LY|~O7^BaAy)5dM!L&b57%Pbk&pZ*$eI|Re5@)k(&-6x+QqiyK%~c3c zi4NO;wrqb&Ycr;r4sa-ILuCus#=_==u^&1CC)j)IOKb}JHxs6VrPf$pBe}aTc}_L_ zTiq@EF|I-DMz3w>bUh3A5~1^>t?d(iV^xyCi{|mma3?W&++1&yT$!J4*3CLZ$brEu zYrAMTlk^nFaaTsGT_ggWm6M@AjU2zY=!k+6c8}G7{+$zi?tST}a#}_iXJ3X4I7EwPeE04@cnh2@CGS%ay*M84$6-QBkO{` zWQRQGN4&72!c2>Lf9KBgvFr1NdH$QEWtZQh0%`WQ%uZ#XS~*0K(wDdP0sJmCX56K2 z7Ute(1DEQQ+n6V>Pq7rH>g#15gki>d(O+xTO@_rpBt&^~wB z;TU&GGvvjPAlQfBy&}-Z*ir?F-Y>es#FfRGP8Gt%t=X=nDYqfK=b>3%J!20)4>s;_ z4hiYitNO;DVaBC{-z;baMPNuWFv&_m==<7b;+bJP^2VqZbGXLX{v|w$IIQK%dYln!G>LW?#fRf@ zUx)|Q`BgIz<=Xino;hwS4o+RkP-|5i%3UKF@$9uX-CKLr7NWoS!~;)8BkPzr$2j%; z>YUD4Kewedbkqd&Qi)VE8%1?OTy-HI$+z}gA-@O!hwq#gX-*qN0upeGcda@||3fBR z06Z!mhvxpxnNLk>rl;lP7Lm)M|pn=wO4+7cRK;$l8U+6iVUm#9R6Yp%Iv9T2b;cge9p} zY2(&&34(9_TtlfZVTF0U>!~Y*A3c7V9KaxC!_^;P>WO7XO>%#|bVli5IDYhOZrzeY z!ny`MJLGjUL9Z;I{njY>X~$DdQf-n~+xpTbb=g$EshDA=wY9ckX|l%o0-F?C)Jz(c zV1cEC4C`!&aT0H-C+GE=lqX8u-@SSl*;)GMP6|7h1x8Vu5~CGexx3DiL7$8#SOn6~9;t$fJ4|b^A}ertk9ax6QF5xMa3vYn+9{l%hq+3-Tt%ga?J#p zxHtV#;^IqSc0Zj?Cd9XGRl}ytaOotScgX=|?4-!B)0UjbaOuX8+G#0L!)?})mt#7U z!~|A&2E$KER#^i@eCJlp`A1YiOk>n)dgYok!8nq9x6w#Qf}g8D8GDMM;H(7!6PpyF zyMjc{$oT!X8lSD8^^EKEc3HWiMo${!IEsI1pkFp=|AtD#zit9_4$vo@BN+*H7>erO z9$xT`HPU;V7sMb_$k5RF8TE?MsVCm zmD%8BqiXz(WF{{G3Tmzc@O%MYgTW`RovN=MfvgJHVYK|Hpk-xX7oNeis&crU@1QY_Zu~Is>P{d zIZPzQ_6>f=ISF0Ct6Uc{N5B&R`Q4_^=?fA)!0st!AoqJWt9V?S9`uMUG!&1-8d@Hs z!3ThWVG=z(1}q!8Rj^dQiA?8%XWu=8bE^quPQxQ%Kc3@#sH%R|_ZyPf2TJ^1bNOm1U$QH8AAIjC(2s+grPO-1ZZdUOfFTy9 z^-c#{weJHm1RGYIT;4qS>&L<)JBa6gK01_hdA&nBlFCt%@&N4o`5bhpe6)0^q#7Cb z@N11Ls9lmdN41CcYPtd9onMZ&Cv z@+&{CwRsM=t{%9GcEM?}OY3LHMlruA4@rLs@jJ(>rWS~YeHDnWm3dP1II&8sJbvY+ z)Udy`$+tu%8G)}@X8)}D0|hLib}LZ%03Tq9zI5vN&TOYatA(fp`>IYAM=^(<^_{yf%oUSVAkHrz zoDV00ngm~4CwX7rLJi!ihxdO2kLULybug0e4Ia;SG|hGY_4i%>z&FvXZTwI17{~t` zkFhc_GXHM|!;_9UqmJ7~@^&|-DXgn$Vym4I`w-v&LL?MG2c-Gb;|s9jz~)HAGr(?m zd40S0_^+{_kZ^Y0cjHwTqcC7awPkw&ygJLzV-q|cOpSLhf*NCjl0OeWYKz^DcRshb ze-n1$9(>gn`{##u`mt@m>ciyP`-eNbpZ+hYEBYd@!~4n8`uYCdftuIR-(7Q!pgo?R z&bA$7@$x{|ZoHbhl~k_hSBhCdPuuB#OI^_&+&$XMZbJ%@_+64F!X26` zYL#L!0^1Hnxv)jM)niT@^+E>YmnKpV?7w_|2Lkd+NlXwX{~r6E3YA0HT^#FQQh8xe z!SD&cPyepj#*>ucNm`P(t=54YkcDKgjB@D&?x6~E>SL&+o23#x6Bf?dbJ3KoQ z(hDn&W|UHlyo)v%KOblNbYRYy)19l@h}k`0FBoa*n!Pc(5E;3o=EV$?qDM3G{A}pO zs%)OB8<|Ozo4WLM%mIt*Fnx}u znC0GGR-<}Y*%2@Olcszg*`RVnv>yEAJw7g!%*B?_>1SSr^k^U{1zn8-ofW3yjDeJi zw~z&P%FwM-+Xf1y4tAfi#PRz8M_My7T+_TKkQ_fP@*&Az;5I<wVMwzsirk(mS9cpP+=`10=uz<8ADPH4eNv{!F;}0hRJ_>h_>^O0)JJl9s6em%eXB{ z96i{i>mcj}J{vAIbgky%xM%h=pTt_{*kIe&$N%$P_w7=!kM-xnVI=OF87>Kwo zYSO&=4GH>VwKLwOw3v2&v%fSB0;4im@}q{vgu+`vlXjOMu})dQl#C3oo^LFX>f<}D zapX9j#QT+RNjx^j(}>TOT?N;D97Py|k%r+rgONfbs*nD3dx$5UF>o;=?RCY!$3Eo_ z1(3X<{!G|$`H0`N@hxH`=UUf=!mEyUqbDR4i?uS7+-8(8(ydA1;mTfRnd(P@;ccA6 z4iI_TZ1s5=XeV-teA;9zxiwMJkDs9{{R&+WgErsWWNf=Xt>Y%+Ox0TST^`=k4(4V| z-DLA4xBNHQxW(Z@83DD+oRKeMrdbi`wKCu9wa7+W;oZ_550SuKS_4^pA~PrCg@~97 z&q{dF2Pg14$`#lrs*47xmWr#}+0>|g{1BVy^OuC?eUnLg4ci^m`G`VrPs(qVN2PVW z80sw&k9IQc4=9xU^}~aIqiml4)^$taWpkE&EA}rEg}{NWcf$Dy0xB3VlDi`#I_~Le zwjSto$tCQ%p%p01-A(QeB3rW8(~N8vI+6r3pzcoKaiov2zxxl{*;M&%l;YkVV2x2C*-5bzAzY{OOODnXIE&W z#@cS6H%Z;*$?f6c&Jw7(f2eWg;Akx5}QN?-pEY{SH7Wj7(lJQV6>fWDI&WV?;1Qqm7sMDxl4~7Mgn~iW@l= z?N#W;n$8R?WTEjW^OO$Cw5qvc;?He4G-}Ujv0C>bdT86=;*pjqazO`o8C>IIg0FuT zsR^*K#z#`QqqhdV)wjiDYpK;a zBe{@|i`0>!h9KO#)8;4}V*I9iOu3+80m!uFE-XrU?M@RrtB6=4P;QYPNk{l(BZS$! zbgNe&)dWx>0TRVP9c|A4M6TBE=A6d_LKfTBFNl^L4DbuAN9)Ffor7rR-DVVB9TD+=1Y9 zjBx_@d%H=W%FsV#ODS}h?D-R=P4l}TLF8x`K-X@8^qGIZO#W=ZL5ZI2%>C!EuLKXA z%}jU#|H*G!NmG>Uuf+BH>71nu{qVW6;1c@&gh4s!#ZXc{(ro?k21ty@wECd&Ob+kalnkv3IyxB< z7SX;{Szr2``_}mAt6I^QZ+pf}`I;Bx;XI=+oGb}5C}d{Oh|}M})b4d1vU&!rX<*OX zP~3}wRl%qkE^eH`B&V~jZX;OsDn7Qf!U6fKB;)Oy8|jR%CG2@@v=8DW(Ov>DbfDvo zjcD%(9tE`Fc}Eg()0pDb9jgWYHA&*^P7&wzASWC$en#^*j2@+uX_MWGCfVv+iw(GV z1=bbd#!}*V)(2;aMtG@$`1p~Qw5uO__v~zjnU^5o_O$`H&MDorm$M;E0(UwCr%Imr_eK{ zqatne%q9S##Rpuu)6g~k-G>iMNLR#-8Q&ZvT{br zni7|l!?A~*rA$eKQH(OXvcGeLBt3dJlO*L(9E216RQ3T62`g|iOLc{{IvnIGT6p(2 z(Z3;U;=W(K%uYe;SvzUZ@l%Llh-J2Xo)gvIJ4^GhrO*I8FFKlgE%hX$H$uZBO7;{n z!q-hnhy8MrZn(GwYNf_{iG7HSa$EbmvhWaaktp^F8h!6-)CI46$AO8WA4$K#&XrKv zTj|?PP_3eUGHu{DUno?TlD&?l>LwfOqz!~=$@4|XN*mni1{_AD-D*{cLDv^q@rue&apj2e5k+$^A?d4pG6%j;bnLjGpPtLDfHh^_Li(E2O8H}Ib!}{WP2#3=Bckn6ILD{MPA-na zIXKz$Gs6pPdw;M?Lf=GIgPad)$hpLm_@tTVlLWdb+fM9_!HM|%35AD3 z%BOj7j9Ldk2UWT%iyp4sX~j7VWo_CWC)T>lmEgtnl-I&%2hL25_+<#13kj7f+X+4~ zKy1xV>+b0h4O5sXqg-NL-Qsur#k(hy>)Z6ntfGR_Q~<_BCDX;8mLo%7BcLiU9Z&CbUEBzpmgzgPEa#Z>C%!qUnB zR4EpulqMV;wPqb0ZZR7kb-K=RbjBZGnb5<4LfICq zkZKAxA&glm{l34aEBPmcu{xZPw*3m+*%V(ZGM6u0-<|+Izu6C7vPg_3+TtI@L4LmT zI<)av{zfl7zIez;x-gr7Z43#$;QoSAc~Ui71%_U5$^MY%J~(m<9t}=^%5zWS2<&ye z@G`fKgcY)GqcFWCz<$fG21gl)52zHRNCLg#p@o-OU46n}g85btozIW&E8(%c`B^sT zI>1Ko148rwefdW(L?$8I80nNk*&Vi&oB7rG6UH!q3Y@S*h*y|=6i8av!;{~}zKln9 z-4ITcRm;#YoHtP`E2k6t!F3KT${OeSD#gO3vd9j69XBvaCJb7VpB58`e;sv`a;UV^ zjkx6)Lz!VzC%fy?3bu=nUardy2c!RE8PRNr1E69^ zdvt$->2O-(8C-~IWQ#}pBUNnSG1ph}TNd@A`x+UZQ{9)F=_&Lk>3zbA7yU-9T1)2| z1^j0@_%Ur6)n;WSDVue{TS;)xH|P8qTRbBTl>Z7}G{b&k>v*hT95;r%r-EciFP}5n zkVmRjJUHFOx$9#6cv2yoIl3JWYTDqd-=KiL(dG|?qtWc50@n3G@XkQAND^upTw?Yw zLDwAfT0FnyTd{<8uTV6oS6MPg3evdKvIQGFCxgjoV$0_EX z@tH6-H*v3Aan^;!PGbeV+*V-gl)rLY(2oU9+WPvV%+}FiB`njT`8CegAVb9eLyek- zIH7*_)25r7nJ58d` z^6cocuHydK9by9u88$D=AB?aTOTtl%ZE5D^Gc`0+`O_|&8V!VXAz!#S`SX7JzUbpr z%vv1Z#_V@!pIxElWrPME*Bl@=Ar&9=?fTqXDWB-sONmkn`s^VT84ACi(h_WyOo~dp zhoFdbmS*ehupe*cOQH-+qK<9^pOPi32E$C#kK$p6g!Ta*rP8TQ(Wn4>5{ zlZ4~E=TR3Vv6{2<#iebJ*g=|QUY@${NGK`-?3H7~q`#N!h43G9lMg3e$KaV@A&ckd zm+uv3K9S<6wkyY$$LFhz$M39am+9=fgqpeSxOzne2-r0blZ|1bCe)XZP)jxQ=0aQK zR=<_I6;dZ|iyqOz-stfHJV15qyt`^_zM@M5Jk7rn=)m1F6hF9v z5wcFUjfSqFN=06FZhiVhkn%*?IoL$fyKEe6!m!{(S7!OTVZUY@%&{dSw@$M-Ca&mK) zCXM8q?tVi@-&|E~l1-l_e;PA6akdKHJzPDH<+k#J+o7@64Yjf@AB(YaS`daJE|g{9Poeh+8OQdCRnFY@ISJ@vAcZpg%z3pcJr zVPK=lEJKz%>Up-kM$jzc@t82}qw)biSAA#pJtj>C!5k~6#arDW9Xb{-lF%U?=>QIz9*JwY)7Ihg{(+9>aAH2diid- zp#S>=PKa2D|DSS7&i|29D!CXsd)S*0&@2CbG71yW%b3`jIhzx(aQ-iHOVJo!Ya|1l z(A~>FQu{-(L4s2IvQdylunMUWjAS80aTr{4f-Lh#LiE8yhj;IaLRfPvAw<3bMe3BU zdq(GZaxVEpH$FvH=;-8yg_A#bvQZ4}pAS5fiMawY$RY?qnEm#$7>z`C z8}@E(tdI#13FqDMZ9%bg2i=btodP0)3b{PcR_R?inzBq6vae@C6ipoRwV;87o?0qT z%0hCBWm5?eRE_aGC6k&&#dSQ-J2Ffu?T8RZj-0(!HE*om&nb2}CyF$ZMiUtYwbay4 zF)60blB%d&Jtz3`>PpNSC1)%Z)fAo?2t=OVPC+ur)bU}G2r~DDy<+ROGIKrjG4{n)ZN&s+ahs+4J6aCc^6zZ`1KZf}j3j}Z5f z?p=|`=2^`=^oAe*c|u;nxw8VE{?o+wiujoVK56RF*#u0VAi$r%FGju~90eeS_Hp+l1O@qSo zi2;6s=8PF=-9HWP#h@|TrcdMdRU}>aE{V(j$ZZNUo1OP;cH&L+sV(b3BH_Iad|q|xZO*q2~6iH+1p;*Mt^M> zLo%YpU^~MyTHI}EH{pwJrK6>xgOR)Xako+POwj!v7;cO^$g^#MuGx5WjVq@af4k6^ z72aq<%7%{b@X_g8N*>cwRf}g1fJz(Fm#N13CCohN3X4+`OGGOLPrv@&PudqXquowy z?uViM)@4r6_BzHwK)z zB6V)$;PSI&{ZJ0sqzS^rRcZLWcnysA()jR>-aq{chF6#i-yZPX%zClk1v-w*i?yv0 zn)8QggWLBRndBN$+(`NjnP@iXYlr_TCy&Th(aS;i{TqJ>F|^Z3JM!pjc%GGA@|c2* zJ8iYQ>Z~9q<79Fh)4z2U^fiua;4|YO9F}eveO$2-Eq@|`erF}yw$%cefs)rpIF=VbCaip_DU|?0CeEdOGhRPx# zh8>8owyct{-@3i*B$dUAG6hhrMK_0@4&4MPZy;E)yVfi{`Ek>qi4k2Fc=wA>$f@iu~eP z$bhC^zhFS72c9suHA=C&7RNse0G}5HC98s%4law%u6cqt`$=hwQSHqH9mCs@NKdw` z-}GNNYK>N!kRrjkP$SP5J3t^(yJvWOn)5r6n+F|3_vTCe5QR_3z!UxKDXi|&w#daG zg;fTuikLBC$-LB;lC0dXR7AwX$z8bT&kS9v}-vBlR8 zE{B5Trh87GhNAX7Ico9-S_q*12sR}E+H6%i0RZ6hp@?~aK4l9+hmFLKjbx+vFyM3} z=1Q4CyZdVBTm`pbc-?(PO|wx>!07!?026<35srgHP`eS*>?;YWyLKN1&NL%L<``h5EeCm%Yan|~sTr(vp#706ZLLF^iMOJ@ z=~G2S_sGBw*fx)D0}mvF_-9_?_KBx$#-|}WId4**Hy1h>kmg7oG=%0482?2KVJ-2> z)cwptTG8fbze!Zzn5m^LQ*-Ll+?5`Hj)kNOj4q+sZnq;@uQ~UEp(z^f5jcgAj8D`E z839)9#yJg~t4wEiQl?v1($lSm02alFo8$`EjUm_pj;=Cu64&uVc*m4sWAq)L`)7)D zguF1mQGFnG3B=ryC0B=e1?GXlQ)fi)pA1pod~3+TS#Y z9ez>HPHmD%)F8561dyAHi&M%QDGu=C99TWpG7{Hs8OIeXXjuyRN72JxUK!72lQg1r z`Jh4_?W%Mma#l7^v$q2utN=Hm6s#M-z1N4)IzL?(n+ZQeOBXR}@AvY&j2gLxmi_|FGLr6Be#Gp7YPJYE`_1RLh4lDW`%{IXgG?$}X6UFiqdptGB z6M=rU<*cbpLi41xT>u!;y`lG^qNgW}+D54aWtBP@7GJ_LAJmnbuv}^3ygzM`jaWT~ zO3ZNGh=WNYX+3HtK>_L4(XI5?;o8ibyw75v#b%hLed0cPLKeXhZV{%WOhY3AdllB} zSaru6u^2~rt9l)xnY19nM%stJ3n8D#B#C1OcH{!(p?U`LMtyFp`e{t{^vfu8rOhtn zz@en%9dSSTRW#7qRy5Et_AaO=sIztR*q6f$<{c)x7CR{dLV;$Y{QEpQJCk+1tr573 zXY<2!to2@@Ix3`d%ha?n?1~pb?rN0pQln_x*Bm3vL>T+)9AXz9=}5D4x+{UJmztYN zsQL*Tr7(3V{~_yJm(qL99{IVJB^Ag;U=2eSxO4}tIr?4Zu=*Gc4 zS3Cu}uA^LKFdB+y#vaSvd7opgU)rcu9tMKT4%}C(>$n7@XxRCfh5kcjCdwQFg}jC_ z_9tdi+HyYvvYmz{zSA)^d#A#WzASG8gL^QRhzNX#5nDd&Y%$XhB@T}f)mLR{mGoPr z3AI*jafO>cevUk}N(o-V+Fya073>hWb`2^mHprEBeLeXABRn?5iaQF|JSEaZLoKdV zzp!KikQxvi@Cdioaz-^Qpdxzj(|jSmQ*Ob4mC*$Z5Pj@k4*|k`=j$oTVrX)`i*PEJ zoRl+3Je-{icluI8QZ~cuiL{wB;j2yQpfB5`m^5A8LfsqeS))!_>Kad0apy0f}{DOWIaTRp7BBf@k3eqs=nsmFl z@+Iv`qMKpazi-GD@Kp>?pUsrqHl-xYE*@T z<)5vFf53G`50ht4553==pF+6pAn#S_7;}3r_3t*{7V~n8%Dw@m__K>yx2lJ4NB>Ij zg@E4$FIjI@8(U(4B?60vI0}?P1?+#7h(HB|btXIJYtNnr2wOza9sb;!^M2lhJn7r--NrEK}oS!ZVq zn82l^Kwe3tzw_gZxExs0D)CDN4LP#M5H3vHyzJ7Ks=TJ9kbp36)?p}9J&-L&@)N<0 zL&t79ECW)Ue2~0GfjVeDwLdal+T`d=Yhf>m{>b z_Q4c-@pP~~cAqOH!k{65oy4;9%2n}G-cQtn7S})Dw%=6AJ^_%ca#uQmwtrI=K(|j# zVAH1=yq|gT4i(;-^Ba|+fGwW~?KL)O1fbCorf&sJ%}~mBxX?vBbFFBbB7TA8n%`8< zFZwJ;UJ?{sNNg0a=dIIU!bz^&3Rv(c8wZ~JQbseuL)S!Be!ni#Yfmw3%OcH1^$W0Q zepX?97PG;P@D6oaMxE8_hn3IG}@SF6>CbzLf5;E%-gXD#u34WopyRMoV$2E>mdB+Ez{ ze%Rz14c;fbg?&!^8gU4x#|(}VgYMfSZ-zuWrGIu40=sV6;M%S>O;=qRW2OE_i$zCD z^SXFUN9x%L@&Oxi595c558=WLFEYy~WPm2Q@{naxDsQa%tTCT?K+s(xmvuUU3OK%I zjc*N3irqQ^uyG(<-F%vR=BVAL6fp$w{C%nsCIMa$sOB_LQ;N!wWGLqM9%Yn~Oa(N2 zvSl}R1ce4O0ipGzc&O}++JJ%C%3*rt-Mv2SK)fGY6QQKqy~IkS`s|&|Dl#z+SCOUw z#wxQBjNCNGfx2Cmn>47RWTdb#P280D&`owpX;d=>uBIg$#xoPo-N9I6P&uLL5}zm7 zP)+5P9%+x!C>Z{$TFXObUVA4pd7yD`9D|&A{s7;7u|FOX<{-6`7w;v!SDFv{;#sGq z|Ey=%Le2hK&?$_b(;@VC!82vzs^~GeRvK3pqd%(1ny^HYza~U49{797sIiNQ_w5k? zQnkSYZ99y+0p)$DG^>pND8HxmI zdsXJVRz90}!u>wgvH5+QUl~JK{`aVy?r<>pV(jEO(ex!Qa}d&ax7picTIx}4d>J>b ztpcnaH~uN(Zvr=fv5-0}MUnhh*PVn4#l$#Rdu0g=gSsf2^oO{v&^S478pPg`!aYKI zJPd&@V&PeX_x?_koEfkzF|R94-AZ@Qn}94NcI>>-o#(yep#3WsxByG?2aD&(sLcXk zbOTTL+=MVEj=o^5c2`3ECT-rMPt_Z*^%b6)4{2w8MGE&;gTNTVZB@s2^+HV}A+80n(y-$Dw zGU$;BT|92)%8?eFR;N0K?0n~6FgufhXL6wDv%p*148#UEX&r$=u{!{evVp_bMd}9w z-HZ!)Roq4-G{I~McA<6edU-$&-INA5ulbu!Ss59gr>WU=1X5`*ot zjpTEf``N1@B{5!5e6vwjhpPa5cH!5Ps@DE3?Nw=`6`p6|f=lxqCd4SNO$zWU+L`$1 z@3_~@Sib}7Dib`I3(Ggd)AIrk#MhT}HgM`eW5>rXLR#+9YG8o`dG%;)52`q6KbyH~ z8x1*a`nF1>+xo-DL%IP%dx<#`iJB=b%!Bo2p)7j#i0~OSk!}@|5V`Q$c2eIRREfWFB3IAML*5jO6edQ*NGgU_QxmD{?jh41b1-KW_r!HO>!Q(G z%iW|dtDII*Z1Y$RZOvgp{hDWG2VZs)SVkO1{t4osuSOnUnEpcEC{B-?fZ#@!fSZYh zYmSN8XQ~FVf3V%e9l5rTCMA*VmK=7BUMK1y@PkOW$*#x6r6S!EX(v{WIus3$Y;BpP zL2USnfi|;OCwH2H%ww+=VIM*53+*MRl8!sl$Zb?@Ofl~@BJ9cf=0r7uYZN>Kg5D%}LELXc<(HN1J8m~mgyF2Z+no*h!FUztH zYKk9m%~AhT-R*YMT4GiuB(e9(`^`|Uxv0j}sodr)>nYbo=uULK=*%WR=6#o5$%UeM zepzUH8u2xF#a8nGbz0+7^Irezt2Tx0C2}?B{7fqxJ$9-W3metKFsJo!j!SHk4m21) zlul1G0_Es_*_rgv7lYVNAYMk=O@UeN^#hs)jeeNHa%S2!t0Dl?#m+iYjg-@USe5y` z%?j`lRkGok5mif+3(ICg!zknMo4wkcT+(4_XqQMk&Z94G%(}&HpI@0l6t~t~>g^hI zcIfi(a5aSe>N=*sX|Uk10aBB)+F=ET0V#q?n2(#s9GW27ZisS^I1+F?r9>koWQsju zHub76?_9V4Yijooa02^l!+*-|82>|d$Iis^|L>|^YfUyfshvu*2QyZ0AOxHw3o%OKYu)LbqB! zOkaRUnF@-Z)Q0=@eDbX8M(5O^P+s4be-lwPH!)dQKl7j+5|Eq4`m24u`1+1~ZJk%Q zqOGYoHlMYQG2E`9VWCTqq4(LCMWO?G05Mtvq}BNg&BL_V#@gAzBOu3V5X`rGt>)x7%7?(2BZo#O5mzo{ zQbQ*iiu6Vin3QgEy2-Oonf$W9U;mHJycbj%b&`1RKo9!+*IB#bg@VO+FY?W>OY>GA z2$=+1EesvLq`Gi;)gZ-HF;q$90E&3!Xt)p>Fho{nMfztKKb5 zXp8g}M-T91yHgC&h&9CLK0=!mB=79g(_H6{u<{>c12dX{?0a{97Q&!k%aB*k8bep; z=mGQTy&TrmCTF|4AOLm2BT5iCHQVB=fEU0;M(%I}2y_6xV=}$^%#IrDN`!CzIix)vOF^g`nfk9Q(pmed}Li5;2-_m$gpI_ zfdMN<8R;;|k*j${eem~;WJ5D5{d%ncA}YA>yw?q8!F{9|XDDA#_2i+jNyKP{zc#~M zu1AP8XIwq09dTU%`t-JedH!Yd#7ve@6WhcM29;c`%LCn10Jue5bHvSF1$W1N9Ozcc`K)lgVum(tQf0R z4ft#0xVu})oYzR*HQPos(%q-b!Vo-&e7h%H*(%4B1 zJxLyHk0?XXQ3m&bQGkI=o1+g!IewDq0JPyd3Kh<9k!P%I@rL9#Rd|1r@!d^#9eq-{ z0?c|Ns>i;D^A9^mt7-??X znDL-Z_ka@DpzW20x*W+W68|jmEY&f@lY>1m0Kz%3BH6%0l9!M=2CW4JctyBP^M_RAYK6I(T%wunZmVF=G{7O`b>8liZ^;Cm zO;FdlpVCvke9w83ju%IrTNJGl)1bM^3(=F!%RfB=lY|jvu~!o<)b}9N-`5j|m8*Pi z$SQSX9QVYF2Hpl0z8RqPA4zQF5kU>x^69itP9;x6Jy^D$FSt~CY(!aI9CmaUBwdhR zS7ng!$H*vaOJkpQa};{*n5P}s5p_RKnHn~yf?~uRK93WlW%;7t-sz{XW*t=x$KtP3 zNet%66ch|%am$L`t!*QosZqktVeY*eS|1&@mNunmM-tjL`d1nmYGRagHdGhs|8tf0 z+|9wuEqgb5FjtCr0S;qwM_c%dRj0ZAMc#sctF!kG0()7CEGN3z4?8M}oeahCJLn1= z2cD$PiiD)qp1*uOUYb!h0tC*jWrzUNI6AnxuC$?Xn1DWh+6Mg5((gkPFPg5Va|IFWwoci$ZQHg^b={u6yVmPj4)ON*!M|qCquJLcL07B{bAJR&sW_A^f}rf9c3kVWle1! z>_h$xv$1L(`1lqMTRP%%tHKAaMFPATn5F&k?2_Di*;}}EA z&eMifX^8_bwaJ7!NwFoj<*QUr!cPRqE%puEIUaCwgJb{q{x$^R{#%iki2zq89}@%A z+ao;}0=LnziqRu96-t`mQme|&L9b>Q=h62-`0zU4NRg`=BRd*K>Y&r&m2_9Vc?ht5I`y;w(#-IMl*07KMAqBpjK+ zlj<_hlTl-M&Kyi#Yy8WyFsmKw2^pkqB^7w#N_u!qi(bH+}SnuZ{C3G=E^x^#*b7?&MPN3e1kKVki{cvF<*0jgBGx{AB zLHNWMIeJ*LN=v&kkcHiM(A(^9EUxqs6h#+$;=#tHyr#q_c< zycu~y5A2aXLezEFzZl8}=U^C1NPmU&UOfk-@2dC@UVloRW?sAvSr9f}KFTqd;bJj< zzPNH1I-q3tR1^+i9R#ny#9Rf{6dxm;lI_Oj0CTyIk%Aot|B34S0nw)$^_vsbY$rGJ9n>M{!{nAi(2$;+l zhEAJI@MAVh^1-Sx-=$H(`PZ!Z>gu))yjPs%@d0I`Q9`u0S=uDG!5SJyJ06IbTxQ2M zv=%#kC>Smr;^}Q@m|v}SkC$}vlPsBxD)wtPqwtqNRPMuSwh1|v;PTguE z4x+2VtL6IgCkoE}?h|F)+%r-c;~W%M;z3%IH9gP9L49EYs0=}M`Rg0%razaJioK5& zfd|xD5n<3%av0bm;2`zX*|!CQiC^MI&X8mp<&1`}d`Y-5UG&>vw5?%NoQp zk!rf=9iYSRPk?6%U!d?N#5i9{+e>w?a~rGeq$`8Vo!dw}rMb==*S*4Wro}itb`*~T zACX0(=6budmo1QCsm!>p)N@Oh9;;MUWAv4p%F@R%4e(q}vmBSsHfHOk>`XUi%N|J# z&|W%uK2}WMTR#eLV2Wcaz2rd`h?ofonyaq+BnvB!mvp&!-XN<}n+n#EJ<*a92&q=~ z+Z~4q(Q0XTC6BBS;&P)7w!RA1>)v6PcX3Ct>0%RO$_pTDo4pKAv)$Kd`s zDbxY<$bDoK+`#J>*cqm!tp(?6h&$#S-kC>eQa+_DJ6sZK5ykZdFq>mimu3EukOd#8 z*>?T8NtAm$R#}K>4Oa{E*M0QpR_;|~B)q*~XE8F)`iNOLXOOPmZAd^S_HUA^2-6tiu&-JN`CiW;!7>ur&qI%B50A%Ep0=!UF!`1a^7 z7;x@_|Bm#!+G5Azohg=GB~d+pVVnJzLba9*rm|Q|ry_5rnpC6d(Cq)ybdD`Vl!EAK zUR^H5m)=XLGHI8CJh#0+@{^S)BxR3OA%4@3@^dpFjZ}$Ga$w$%; zxPt5PU2Z0wa=d!#53=lDpjf~w@3L@m=s#uiivpS8Kuf_}VOX*M3q zOGCa+w3^>;1}k{Vt5w~VKcXPVpYvRU*LGB7y=BMxmJgne{n|UdOzwkAh(|M`8X_mkkGY%M!)RZhve0}4v-<{r*lE0q{sja;SxnH&g9=A<) zruLrqxnZq^Q+L7HkIllzoKc^L$1z+`v*FI|j00W%qT=9p?5SanabqUpL%EQ|7%!(J=5Ns_G%8I;x7@yD3^q20C_lKNUK z>&&_9^F+B=Hl%)vomSX8w%L+&r0xQ~_%Sn9PEL+4vsJi?11Vp_fnwg(?!e4f=`Dvw z-{yi}=1(g{Nk1L4&hstp+_1Oue8haQsoAs7qK6UGg0}-hmk00_MShVF#jpzv*_~Dw zmLiQqy7y?l#M9+-aZMSmXI*Y;Bi3H-DyboH9OL8cDtVW!V#1>d5QccMpVoXdk=vmy zM!+oYSU(RRxJpzGECaUN`5Ej0G`=+CGzl~v%+IYnFva&!Z$^TY8CuXjk7vg^&FXAi z+$~~KYb&P2d0XsN*q`Rg+Y3jTgUr;esOzg2cU3?TXE~2=AIwH<3`jdL$wux(H)5i& z&&rCWKLuXc@_t-z_yP||zhs$-le43#p$*jUlbw+z6cZ~m(|?JtI2r#B=vj^Sr0Xww zwry3nP1BZ{bY(m+=2q&~AYJ0PPS;8Eyrh!$`4m8*VUz`rDlu{R(f=Ow9`YWcITbSo z0-?~fvHfx{L=c}LA+i30YwBZ2n%Z&yL11cQ$S-;}FM@7LS#(TZc8y#k z*8SNV@q;7Zv~pnM!<~B<6{t~To~8O2fsayxdOI|JY^uB)Lr(g?>{+9wvVI97BbdWz zmNQ#qhvux>q}%__pGZ42bnn!%vn-&L{LY_=3c1U z6qGu(ON(YrRLx$c*H(N}!Huau9Q`z9Z$A9X_~+n~3*qX|g*#KF?_g{WOufH0y6I`6 zU8RHXN(+3e`u2)PDaELy=Q7Yz_H=pfbcs`F9&A|>zP^#ClPCum_Y~Gb%p`$gSS=Of z8hd4AApb&7K5aeY?Q+fF)8#Hb`byGmLcqhvtmWe_y(WCFIb<~^JyR0&afagC82b=r zu}n1-{zQ=?@SxJ$M2rUWD!vAIy;{i=N`mzQwS5mnSaz%Fr0{h5TUno|S`H z(ViDYZ+>mL^;#p$p|JYMc$Vl=zG&n_Xkwqw81(Ah^0g_dvsc$fsW*V!ztL?WWR;Vc z>&`G#SkxypeXhZwof+{Nsc@d%0fmpx+t$rC3l!dw8r^nvId4ANx~!^t#YeZAcIcSO zQt0uE2+GTzyq$V<7o>G`hBR5YYPQH~aF#4Wu^XfG;FJ0n>t?*&7G}5Suzl>9{hvQp zS`Z%hAFkGtI&*T{(X<&b5w^f~Epp0x!Nb~E!N07d_G()w*}Gi4k*5>FibAg&cz&7d z+~aL9$Ws>|Tmv>C$)xW{u%?Czcph!CWrLz-ZN$395d-m zfCwepk(`l;_xg+w-+qOZs=hZb)ZM7*{ygxiH}F9l!-oF8FffsqdRq>Qq!%$ zPKdPW7@1PCtn^r3FVm5|sIC%X{I!Cq#_{ z+yPR(nmiLxiuEk$PY_Y7=X|nfKiSdDE}nr8STB`ZQXSLgF0%N8s=t|Sm8V&ezLqPP zZ^@)jiG(w)v>O&Q7=n?@EJ(J`r%CK#z@^k(nE4KcQaPsbu|$MKXE-Z=;M6{Qvh48g=%9K8GU4{#ZqjD+ z@YGGxVPNhb>H2=foI^pK&V<3%fKr=RcrWK8BB5SwDD>uOvY?e&ck^jTBW1 z=8wy!^Pw46CU9CTW9jvl2sk8l1pQ(L=<*1fak3TKY(OD|5+4DA#0{YXR^9kG)|9W# zw&5zD#R46CLsEBS(h8|Tia)xuRWFbSgZ@JgmH7sBZ<*l$^*W++BUBmpLEaQZdzo!WQ4*=b_kVi@E`qlzHWY!ztl8-! zqWv)LbrU$S`KZIk^&`LJ6gqBO5E>P8Rn_7e4L<1w^j3Fl7i@+g$@6n*w)y%@1>D1P zSpWI!>Np-zp*o6?Ntd)3JqPGTTJSMovJ5Hj4?6=M*hxo~ zyiJH|!%1AlJQBy+SBqP$9+?e3!`8j|JlOIAyzez6VXiz|71A1U0|SICtCO!aHSI~b ziwm+%g}a}Vrzr$3*m-N{B3#JUiJq~H$W%Ec@Idy>8W-;xAJvgDRY!Yj-X0xC5C%sn zYb~w06#XpklNa%m7OEe2=-3)V9rwjC0|3SWeMaThJ>}Q2q`M^iI8Sb@GH=aC`&Jp+ z^f&MA8>+1{FM0&l_n!8qflaZ;>6oaqdovJg;@}6cJh+Z~rD&(Gz;vxxH@RYr` ztgf=W>2uk)?8UK-uwm!3NOCJDx#7%wLj}@^QWL~x1jX1mnNV6~h(Q;rDW-rn?;&AH~Z=j}9&WwcY?w1Yn%waPo_Ul|u|w zh!;50rnc)X?dfyZjpG=lWO5(GYdXkci`;8NAA-l;OcySAUJ#nd97QZ(@aJI|ritKhoTH!UjnI}O&8 zbV$wuo$QcFwOj3gX?0pK6ORV^`W!<^k?s=d?g$1Ah(G9x;7r`Ov`-ByzTA4cWlftC z_XGf2eHxhaS-2$)I6r-~@oT&L8sb-;Apuh`!uRaAH47GbR%g0j6456p0XukWCa7b5YEa!4!h-(u z94?_Ei~g{Z>KKDBR3s*P-<#&W6&2lDz$y26=e;$hgcme%?_Zr_x%HyATF>e_U>wR> z%eb>&?x4dH{;I(RsqtHJQIt3SM{z4+mTAqI)o|6cU^R8ai}56#w*SJTI_sCPXheVK zzZkdzFszsL>sqdZxe7@nkBDG-;gNiiW)LrVjilxG?wIbzrR~Qg?{u!MqRQRcVWW1W zZI^c!j#F~VtXi*N!?@wB&;x(qTK#4amF<~)tUrI0W$xTo#oCSDq*LBaD#0Nn^WfWp zUy09CdI<1FR-d@;sF;?~49%4|RoM=$qts97*E zQ|_RjB9mU9n{4(p`%x+)uZ7GX6Z72 zcLga;11xn}U7L4@Gv0N0xr4dv=@# z>994A4x9N~sw7idQ8H4!4Y6d>@{A#pHJez}vX6>DNR?+m@bb==8aZ*{-dioSk6OlC z?LDZMSG?F_5E!QX7ZI8#{W&`o4nm=y1F-y$W-mI|J;luN;4?_Pi<&*>Zscrp;8X4l zX>(@cf)h>GJZH8Smx7?rzsBQ+k5+H){%Cpa6}pNmsAbVX!ed3pKpl(x^pW6Imd+zO zoG+v2!0q1|D}Bag;YMQNEKdhXa)lTjetxgI{;nO%iU5{@ODu3UQr+h7>fmr4i(?^5HB1lV-E+QTjLl1`3&$bpioh}uRAZ&*+ zRWO^FR=WNBtW|ib)KXhzEgvA;4YHmoW41MNM2n8`z1cH}FCf>P#1L&*&oOSVuyra? zFLf#=gD1}4Ra>o4%Z4g?`!MG6TwrtC$|p_Qhlj`Q^;iVeLG)YZpLYfXwc@5yJJSOf z8`=J*nB03{CK@=gd#G9?NBwFNjU~Tt_B`GF;gqEK?(^eKgu>rcI?tLuas58JKeQ?) z+?+J((BjE0$pukZoT@cj4t9sApbEeKdT>zgEra@GY2Ep^Z~g(y%?NQUn7J=EHXR-* z-+!UvyzKiLnHTpDpS+pX|G(vL%>Qrx#>&9J_pK{z+1@KNX zX|BN=hnH+Lj^hn0R6(nfZCDyE+8*c0G|OR z6{Ca5WOIFHR8Jl|8=HrF8%OUO5Vy65P0M@>4Zf?Za~%PUmmk$1PSm(^oGIRg{;bhX z^Ois4{M8zjXD55gL|zjaGz=YM)+K`(DuQTcYIR@uYgia({&jp7P>oNwrTh)sB&Ftn~Fbj7_l^Q zY~<(Dt>?n=J3svNJ3s7T^hK;53g_Zn|7r$b`cOnq@GCmB--;%+v{4J5H<~?RGtqmc zee8bpqL&;<>9d7m?kdh_hA+eB{9PaRPkYkqYE}BS;i+dZ&qY6=2w`@gBI^vZj%4MsYdU1y0aU>!(a$sA3h&J0^s;cYTX7aJoUON%VCLB{mlOdJ1 z2E49LSF+T+Rs4f}4Tz#XtWL+7nRwxPK82FQ7qGW~YtaGH*eioF0;K?fg#>KbY0_N> zOnpP<*|}`Vn5hy?Tw0+8Pou9<|l@k4_YGwQ))wUkqz7+uz|?C;RCRjMo? zmjMv*?4Qje_m9_~%AS5*tS<=b7hgYAC|SehQoc5*2859lmQT@5=PLOrP*!>2>?@U7DzWgNF zM>uCK8n^Lb|7BI|_P!mOavZGttcMOEp1yDZ|M;0I@jJiVzqQ?T3gIh#26v>NAR>?p zTs*@of%y*|HELBXq!@8&%V``1^h2HX;>LHB&(vpruN<^z3c5hm09?VL!Z>;OUD3=z zdjn#J*?AHu^|>fBZ;}Z%Jn+$khY98k=jGkI-_o6fjS@>z=i;CmRuQ^qnzfl&$=pc` zYvfv!3S<6UwB2k(!1Ox)s+iV$fD`qLS(L`{;xMZwjqC{^6mF|(=>atYZfX*waFZ6C zdFnR64>SOY{EFNWGTAkkc1tpzat0ytV}9AsgMB{E%b5nU!2N&3s?E6TD|OAXw>Vg; z(l>Q{z*5YUtfK{ZP!|x`E{;!L&pmgR*&nG|`o4QI|0&&@8>G{9elR~3ckI29i_DX+?Th(X9MQ#z9sj&r^9 z?e+CQetDIiz$Y-T{=o8?!7A7A*qZxG${z)9m8H@Khuqzb^8ss&^ zOs9apYV^ohaj;)PP$QtWY7`8S&gve@0*gT+sxpf;f!<$L5G@2bU&uSS3bZV(qi_2< zIa57DJ}c%$53tkU{i3#;9<0NS4+3~j=qNzu%g}?@`EyXAVD-V!sr$X@;*EVqZ-$u& z$s+;0Lnze{iPC47r~mPaqm6!Who}h!E;0JNqNnw&?5{ ztfU-Lf3czgWh@{3IlkXz1d!k*(seGQHI)Ggjp&m?(Up4Ri5aRa_CvomACN7-ICVg_ z*uv`Q=V=`xy@(=hOE!Lw=lfNgo${L41!yNo5aTG`arn{US=6C2)+HqDoFki>2~~-^ z3qyKFOb$&r{@Nt>b-U|AAN+=G~QRM4o;b2s?d&yQ~v$7 z0Yu>)@KMGx{(xyk?%)gT{J!&cL}D$+^fNMEP8k-|4Je&I_9-T^2F9zMlo99qI-lF^26W<72pTLRE{I21S%Y1hM5tl zY@W^=0hyJ~)tI5ws*wj`b$7IP9#zDj*FUo7S9!+FML7BkHjZ69yqdTe@WXk+q|==b zFjN66dsW>0^-h6*I=4wxVo6``Hxdc32Nipb^(^Lyz~rC$RGtXsyw_h0GdS=yx)ywv zA}-#M`{}}j`MIpt(Yu9fB;1>3r|8$%I7XpP(uGGz{9Zwt}>>MF7{S>(|qr?=o3H^AXt@T}FFeup3@Ze~imKF(q^Q7CtwoCC#|x^NE%% zR$6ovB~7F7sMHwhS4TCgs<;7)yew~0vjaQ(Lrj7#k1;8YOJiqtYy_d^IU&;KR=Hsj7xGfNQ#zA-@@f zMA>H&Q>xIQ5i}QU50Cs%g&lje8~GN>-XO;Z<5up}M?*3^?E1(#2611DG*}y#uoeh; z48j4mP3sw82r+X8)=6`s@mT34DBj4;q}WHxgT#?BE@UXMFY2o7A`=p;&Lbu{P9qXocOs&H zn6~ahnnjUY6o`8`4M97C3dP4^HK<|}N+w$F6-uT;LCv69QLmvqln31h04EYvgIV2& z`HVxKIj8tzE~+2NZk0DjriI}2%c-|%qcns5fKB6BGxw;6?sH(}3hx_C|Imqj>2{2i zzdqMcWr42BqwazaAEF(l7rb{ANSqbBWLAKa;`>N@zU45Lr;$sm&e-3`SpNg( zwit+}F=IzCIA(i$_{+pX*$d#{ZtSP-inMR_im}UdxGveGK}Pw>?RyDJPfP`0pdZ+KDVYXt|dyh(l1XN#if@ z5MGSrS;GR4?fXXngVZ+UoW+=&6x0$ZTl$FtKNF|e_NH#ETdHPm_Hd<>8)X3W}C-L_KB zh%pJuvuLxUb9wSA!5u#u#t)>HJsf)J%eCM@MP+aiHV5aAkgM zuM$3k_O+b;jd}{b3cr(^7!d^Uo%AMADLF%4^w1!R-h-M)7=eWB^I~I4B96XXTMb)$ zX3IR%1`~abV!$S2Rr&lOg$^)nm5}z;UA+|j!n$^f#7f<4d<=GRljn-w>ih~|`8mm1#Mhmd0Q+il z5OcVSA12$Ww_prl8=x%{Qis%SKP9|SR0u(Vzx~g{1(?l!LaX%7w*4!ViuhV2bd-`% zl0MpbWZkfMmp@($Z>i^o-ivUm#l~ZX-tNXEm~+@RIBn!nU&Eu5ocbyr*=9obbF}jb zKvoD5%rie{YXNX0a;E}#e4^NJhhOI*(pV!hp#v==;U*Od26_ej*J0<6n1HW8M-Wud zKnw0rw?Hr)_wd&MfNtMgZIPK9>RVPuz5xKfigI;#eqP09yV$`X6@Jm$KqHU!e&|ec z!tqpr#`MN4SHRQjP8 z{4o(9#%u0HK8fS6b99 z{kuulYnnIO^euhLt4Ykx^Mp(s!{H)lUi)4PmHzF!CfO%ntInwEh&n0X*QUci!_@Xe?m**cFfd8Vzm z*25!#sp7DcZ^oD>-+in;=gQ=p=Q$%^_%v%t*?98(VJ0ai@n6>h^>!AdUB@E5N9K&c zXRh!0xdpiBOS?7<{uYe#XM@DZE_M51*N?4Ha>K0ERYa-tWNn}h%qz@mWOOZm1X`&X zXt2Ky)(te^9Z{7!HJdf++U)ln1}9x_L-K9TedZTQ?;SsAft{k>$stLBt()i7jBw}c zrY(RoaRVyn;Qs~*Azym_-XGspU)rk4=kc_IQPz~Ln>M;DIbB7(zkO8Fk>|^}R|D-9 z$>v$-R)1@pk6*7rno;=cTHk^gGbt|kH6b?IZ`h@}H@@zkI9Un)w@i=azh-(2|Nl(y z_*dt)HR8JClorx3QIo0bi3A_+Thv@cu~A4o-a%A%t(}Oz2Qw7FOAm}O{?I%9KxgNX zB|1}t9fS#Y-d3!#EhPnQ`1`MPn0@PgdU-Ni#FJEn^E3QYHkst@?Dg;%QQTVew(HF4 z>FDG5p_QdL7N~6N{CyLwJ*J4rgqn=yf&QOJ&(nj5PG6s|n+IF}2O{PxKPFXEkpup^ z)|~tRQhm-=VbFBtL&qtGy%3K&FNBD~f%)J5$7Rrs_eqIreM8&GjkQ@b)zP2AMxL~O zrEyWJc}o`eA2DzK|3rG1mcNl+7*xIOrR}zNaUf0WK@CS|yG7;ep(Gr?OZ-Gc$5kcf zDntRotwsC{m?Eo9w_Z1H9Ql8IZjIO1E!Tfb#~n2xOnbs{594$&Gna;+$MfX#tBjri zQ-7+E(``qnEp1K){&*NUVK)f9+M$uFzuG1S(+13QFmDy-Hv*ZlKX8SG`DZPKn15(lk6^s3w6F)0^2p#<`IhB8Owj1 zx0hNkRW$x6)|%Cy64WXW3+cH0EPr>DH?-9&!H?9?L@&0PfbC9?YVE&v`{&fdjUtJ# z*WHQxFDD;3imKY*={9RDwW4;9ITeYB+YGrKDj4WuD5|qoRG`UcJ(rd!$|O7feez{V z@IbTPtIJEPTE_ZN08JOD9ZG_#Aq{_guBjm{N;a|Ql+UXOW+~OU ziG2K*A$7k9S^lE*s-vNz0>g`LNRujzk@xn}(t*$JqNPgB2DEdQ8f|od`UDyesbv+a zbvMXuxeDo8PxH-Y4W}Fd=2W{febG}l4!TJMRYZ9(an%P~qY~58^ixy|mcPkC*I)jv z3CoIw7%C!}XOFgcMMH2_$_kLemq28*Rq}DUXVApC_ zHB0q(Y#3GxWCKxXfz}uJS|FmX(oD0~AaG9%^rMK41t^HvzDYy#3P(p}fPs9$9PMA( z3?M@!aNl0P6%!H`C&!Dhe?fo$9DzQ}#p{STa#FMk~(R+D(% zQ=#7TnF9!2X*FS4?PGVkJXs;K->og9EII_o%%lmFLatoM(m)yA8Kyg53 z_D4xOrWjG+dH_$9#Vhm#QDSI9|z-+hH%VB+S zoqR9A#Bwkk8qH^5d`?5YEPKiHUjzVPVSq~t08LF~2co@1m_5cYCAftKmocc95G578 z->gDM^)iUAX!*Dvn84|@5bV9B=JGptCW_6bmEh1$JFh_8V1OY}LyiBM(P#T`)T?@6 z+b%K42@)!*A;SH2fRbn5q5v*~>b&mpE2?-1zUneFt+CB0hO<3Muly*2FS^E{ZsBpe z3?AZfaBSxCgP1u^poj=RI}QkP)R{CZwi^d@VIM!jOg%P=c|erGi+SYW`fhflH*+UfKsXUli)H@O0S`>nq=}efgK7S!Z3K4+8$W?t_Tx5;E#ubP| z1%mxy;ZbsQ=+U!95T7^cpH;_rAf*>&_fTp<5cL3!4*6~Xe|nalLg}ONk4T-o0ImlG zJ*&6%4fJWqRJhsh=*JJmiE~6W24rj9_JnlhjX?$8Gg)3~rKT!XfE_`d9IC=QodDaQ zsazw@A6N#*a@eo8ZvR|h&#Kj1=}o+x+ay%NAC!XlLq`fNKKMzZy53kn85IQ$0x!Sf z$@?-EJjd97JE59I3bZ#g{P`T{d(e<18PpkZY_@4Co`al^vG*hQ6c+6s=5X-x zdWtC^V?=Ui0nt`z@5vAd4w6*V-bPrB=bP*XiZ*A)M1SL6^yPOEL+SX1|2lGb13u0` zE{tkNO)~SS$~$ZT8A0tqIH}gef-sv&m*U^r!)FS4gA&~;Z<3rX&?Kl&j z>ZiGU8^H}=LBd$|sZ9fN>#euTvV3z|z0vHoVC@$$RcTq_^ni9>thKc=<#y&IyefHpFfOV8aO~HNEpx_~o!F3M?q4#rz(9QegI z6fM9S?NN-Wdvty!8Ha^U!qP@QNYBO&&4s({Yn};Ls5vq>2+b~ZvEPC3FQ8YRq>~cT zJq#NF5*#Jwn!nUuwXa)3tQ!PgS@h=RU6^q)^&-X8&3p0^;ouG2qi_uzs=U=&N8{1b zNB`HHzXx#^F=0~bJbYiWl-D>j(M*)!DttjjfGq6?%)K}F_2XOKN14kK7!aSPs6ASPqPwNZrS{YXV; zcve5mYN0yY!N$7i8IF1{!0)ev0awpB4MuB^#MRb>iZjazpuubP$do&=wki5YP=ya;h% zAsBz!?3M%;8@E8CpLoH~Igi)t2O1k>MF9<(wH)%&Te`|OK~1jX8HU^_{AR0w;G&MK~?#5tf^eiS;n$2>UH zr_@1bfPFJinG`~jRVqodQfZF|&Oe*Se!epPz)?u9)M~jWA9-TEv@gfvp^gBNpjKp^ zBS{)AOtT8#N|6658rFM_L-6AF8)EI-z(M%O(X1St( zpEw|E7ilSWZlHK40(>uA-tKX=# z;Hq+=e`D4Y(e27r6$y|qG7pBtSy&a;^P`D?B^mfPE9xW@z(9CXjj7Skp2Zk~60wsz zEQ4)-!%DtxAgk)d;z!5OX6ZrVCl*3^!Nb6rp>5}#7y>ZeSEiCU8_@6RmWG=loK$8Z zmIR*&hZ~#8V+Yo8BhWR}deC}kM3z{hlhkr&H0R-m797Gs-r_m5?91_C7!`ItS*ZUS zrO(Dav80sG!d52f!n-vEj@Wqs^(U*9WC1&z2_H-b2-FjeAV#CM^ZiI3csB%u71Hf* z%S8L&V1A-|VM^-85A^vb3O#Rxvl>?-h}{I8s&MWM`B@@Ld}7k+0G#<>j6^soQQ*;x ze`jUGQ#!|mHGcg{T+OJHfPVRCXP=*xHU#VH&dW3Vgc$$2VrDvKnJ!d2E6&3wq;@K? zXP(A!C4<2QaPaJ#b#>{C5dG&GE+(eEw{c{1OZt)1!iuW_Q078>A8*U2nsg}43P6fb zskAt_qWb1jm8-*%Y9=kN!Wk>3b2}H#(FFW4oTs6=o_3&`FB>Eu-kg2EXz)!_d26sT zqUphIJ~)k7HH-RhH%oOm_E}N)fmZuWc$8ld z92jprCbbK8V)3OvCB}=9r90jV`19mos{7g*7O=_-7u-S)(9_h{>1O6zUH(D-1Lm{^ z^MU2Z_#Qo?Sgq_V*o6H8uiM2i$u>|c=95sPCUmy5<*=iK@uwfLLC&BY#Tb*-S9~E3 z5Ok1El_UZ0s#~oBq{YiDuejGUMO&)1l4{J{O9YSzY#zYld+JzwQI)=Fu;)6Eyn(NAm{?)p z1KQjeTJ7wS<``SkmWG)O5@ObSk>qT1-^4T8WdTUrFW`+Uho-&tOdWhP&vxS8vJT9s zM!9rkqAh@ei6{eUiz1kQo=8mg9A0W5#d)c5oEvA^0vQPNcT&F{6kgokG(Fd;N(E*6 ze|dE1CNqv0p+;9#GYrW@ID6T`TxO?Zk8a^Q?(^bJ3|BxCmkQKOf-R<@bR{kjr%Xdh zU4wbaw8t1O+l>oY6Novp!f)Tfjyc+Y3u5;m2mTLZ=h&PH&~EG4wr$(S#I|kQ$rF2G z+nm@=Cbn(c*6f_B^I=z=_tf71q5H18SFg3MmeCoOX4Px^1-amTh;zK{J{r18^0Ya< z;w|uAwT+Z2E4R3>^GQs^GE7McpKYNQ={conizN()v!#V1J<>OJAIu#jrM}G+A6h&t zBcmfyNyUmm!fdR7Ulc(e=FYn#KAJEXPV3{FHUcnBDEo|KKpOH3kUiY2(jz5%k}d!+Utdmsqjm>hri1aOw=eqWPrq@H9j41DwdS|lSP_Pm=KT2s-sQ7!bG`VR-78 zVFV+n9&gfpL+yZGHBd=ePhgHV^p4`N=W_RL#^yg1d}M(1CxXyrY{7cGQI?uFDQ?D# zd;j98rJyU$3lJTYQS>*j>UVX1?(=4TZ6xK`g~wKSIy!{w-oY`W(c2dCG7``3o&F-wuizS>|sJLxzrN+XCgtsShGiQ0~+qnx?>z&tiL z!fdrx`xzJhgw}Rn97^CxFL0lPDV&@d!+F7Ohl&G4wP6&z^FCRlwRUUv>yfXHzt;Dn zO}Scd5CS#Hy;02~1s<3U7g}+L=fC;4y{{AVUzkgUiZOA%r_d^r->`oRTrg=sV%APX zf7++(DtkQM*}C+KsMyt}oXiF-v_plVB%zr@0YRi_{nkd7=(ql6pDC1&^lVC4Q5}yl zFXp^JA&i@1(_y*Me&6oj#-970Uz|HJnf(qG!;* z@EwWNLI3)-A`|bhtbfjJL@b)k?fm))!U0Dflg7w@LI8VtAR=30z?OcjATS3O+k~sa zEjyiT7bKCOW4ii$JP0QT4*msEl+2gGsD%eIgp(q300sMni7<_9SjYR`{%{pJw}9; zy9~!(_s4aXLs$>LZ3lJwaBo22*uBYiNlva$Tn8XtdRfZ~D~-bk+j#6cC3Id?E@tDZTHgynHu zYB7a%W&wC9RTxPO;lS$Z@G-VpZ4ZY;C`3}p#KY3!QU`RoP4h;^BwJrB-e8q`E_wl7 zT-zvsC4yME$Do9*AF!I7_&9a>sTWBQnG9N~wnCI@X#(akCRM15^D)d0Qe-L_4CZ7W zBT5e~@&v3)gG@-p+Bir(nGUu$8tg&|cc^j6FD}Y+woI{2tv zRA&-F{_0C24V(@xt4?J5+%1<=&M6$W9^*cM_sgy^p!Ht^q%igu69>)wUjdzwI>!=(;tFLb^%U8!(K~Ro5-g!A-r)0^=S6P-rmA za3?R^t0(K>*5$Jx;ae9eIY6G?Ghd|X5Z3p&FZho!T}3E8olH?NhG0}w-2Y4uF3x9e zDN0|#B)2vP%&nc4*XvyQCh7I}NkR4Xe29koc|iW^NZ)^7N!OjxfhW`lx4yjR#FvlW zG9RBuPlo0Q9ysCko?tmBi9$&{fCW_4to-9~A!&c5W2*%C!NS;|Yc!WmNGvZ!1rG@b?o0&bKC0AsU z(5pE2H<#KR78K?SWZBGMqfklZ??6o;7w6r70>`T1)>Ry*vdQWaS(Z6q9^^*R6biNF zbSgo>?p$Q}Gj$#Tf2=y45y%mm?`Mj{!)J?uqG0cG`Bq~wE?7%+!Obc$ZbQ+U4k{WT+5Y{r3ZoE~y=@(_`VP<1 z9=!>&;JU2(_dWjihx&2+D{BkJNxi(HqG3`W+ooaFmRLwfFJvh>m#4v zW3jz~tE;7;1kyiXZl$v5|1_C7{uh&(orU9n9?bZ0J2EOpc*8p@b|c&h3qg9TaaXZ0 zXhT!>wnl;Y5%v@XXu@dOEy1|1?#pZ3Su%9!>?^J9+@FDTn-GCil5K`7OX8S%YoY%{ zx7<*7T)czVJG@?fciTM)q_goul+P1MlJ+=s>!+12e8b)Pfx8S(F2yk;5Rh`hmp`#% za)u@NU-Q$rsMYeO7-h6+$|y?@ATHt%>Jl71T_g11LkDbi)gHxEkX3ZZava1ozu=@X}SC8Oi1Ka5D`yK$A{Wq%;*;Bx7~{A&2K6u7a^~z_kxA zuAp8}bj6r6j>^rJmaSqT9-I@TLYfyBdw>6jzfTr7CUDiP-n~q&U;dR_J)dWQ{~FBr zp5N5bqI)dxICzVY4~Dfl(&>pjgApCdPSrj^J5-WJic3e0);bxeVlzY6J)-_*4CoarXx z9Xu%q^$4jSiwJ81tG(!|ch{=abQ z|Iv~0*!Y#YZF95qIJRdWyPB#6uXkPf<1rBJu{@>nbveqME z`qX51YbB6kP>w7mB{y;e&EkPT@5d-(65l}*-oMBI%&a0`XP?Ij&kor$cX-L53Y&e?KpdZhu6=wSLY-i)n1w9X-al z)dMEs%zn5eD?1l#^Uulgin;d%2eMw;9X(Prs; z-6kHcl12Qq=cUyx4rL42X#>ZXwgH_E+SwHi*}N2sPP$kDhaz(&3^j4z-e5BAV~|Au zl1SU^F{mot%s)+Cie0W)DLXkYimGNygq0sXk~Mky;c#|{H1=X7Z%C~&nQthb0Z-Sd+wED7u=-5n^h~<%Ia=SpPeSJyD3^#YQE=#!@LZY4xb^auXp+>VXy8hkG~T zIb7MB&~*==S71S_}xMFgunh49wY^H z5z84H6EsEt+No(=Rq3CWgwDDz*!4)4AB2b#S#VO{17BPh29e?B!>G+pz4o?AGxKXT zNY!4ZE~Pr}F3aztVr^x(d~L%6o?yAXOs*VsnI@5`av?`j7HU_LTN`6?TY4dScAC&- zP-v=M{BO!{-PDZ@2oH4EpmRMgc-^e#DiVZO;D-gONG&WgOphh+ouHDeqJj|Y%dYjy z=PSG&aODD#s!g#d%4V+GmK(qUSsC7SuU-hM%Mc7%JF{ygCFaRV?ZAv7mCITz4cayb z0!S>QM2gOU>e86uh+J?B4mL>D06K^GES^!QtjcVgTjHaA%=hVuDFLR%j6tpexS)GE zIFaM<1L#B0wn#&j9y}k_`GNmPnRq+hGN+;It!;jixZlPYIi&t#mLVH}HOMcU2L+qp zIwi@SG&V8WI>qWBF}YG+c1cKfZZtUYZzCwPI4ZgO13S=0XYl)EC zfE9)u)L3w9Sn-jTHayso*V}j1i(R^vzko|CseVP3zxFazEq_+&^+!%2O(ury)q3(+F2r=ejc1+ul)$=T^=cA0)7|zRVeX_)QK-^U=TkK_&l$;x0?V~`l@h-DO#?cfys5#FY_Y4~~3IeK6&Kj6i$_0z(4){!z&MCMNH5kCz9EM+O=lspxZ{l$_fFx_ z+%PJZKgNh6lD{_mh$$0Lld1jM0#gG2nnuy?hA$ZyHR*0z43t%Opx=Wz-XI)D4C=I?Vmh8QP|0*`$jan$FE1x2;OL?m&|EzQdJt*oMW|9`(%Q^7 zkQbYGFVmL3(M?X7Bl>}fQzW<{1y`p!hWxqU~$A6 zX>b4Ca&W)FttQep9rGP|1!8NLI4;fBgAfyN5NF&g!$<$!b=DGzrhd4lJ?Mz4i8%sb z*NmIO1MoyOwd@zz1R^B@vnCyK(40!vI$ zm)Ci0WfvksTipUA{+>8|=GpG4IQK^V2(eLyi(*J1Q7;VDr4IG=6g`2F$pbCKDeDex zJZ`*xECywpA`=2BL%csQx@R4{H@K&@^d*(*nc|fj0oVhPHcW@NE}^}S)YuHtI26pN zQo<)uPs-PENa)}c=EH;s@?+s7YUx%Q`l6rvB!U`?7x99|^ z7oKSuZZ|S zvw(4=Um=yYp1*>={+JB68Q1+{K`5wSm#Jp)r-MfM~x0xrBwk<9d;-RCq^-kqrA)_A2!H_7l@5Sw& z<}A%oVG4XKD8f1}1c_NWUWQ35HdK$R zAj?Z42{k}boeE`>o!JwerAg}Mp_c!W>IL7dqlXqh_LLQ!XTaZQMp5wwqkQW?s6dA? z#c+vu!2W3w&577Q;j@Q%^dXll!L|xs@I$pr7_bHaN4)}**u>R34pyej8dB{~F2EO+ zeXDKam_6{0+J)MgzA#&I%^O9l#g7}dL9#c#cSEW}t}Fw{fz3SY0B4Cr9TC6eN5FD~ zSg{eUa;ij-5eo!je{|4W>H&v=8;;TV&zTi5J$QbTWS)Aq{F8v9q&}jAf|at9YG+&) zC-iB#Q$gytmeHcL1F;=1@T zxVff!pD;bSLSg&67b7AF_EaCtx3wW^eH{W|^ZvU~`bp?}nKAK)zh#fOwa~`1OokUB zK_!X|^>fjua=}vf$I~Sf`M|O*wpg;e(^q;gqZJOGKpZn`C|{#B7-x7I{l3r9^a4ih z>_nO%j!k;)C$zwChw`NXUtR`6l4x^~nPC7%X66R^bq0`b%;8BNl?IV)`gtS1D|oJT3-5LCA2A)yds^sr-)$XG00NEHqf--($E zCI(o^vzgwUm^a)F5{Qoa)gWbqF-di^VO)U$;B82;Px?<@ezpCChAp^ZVObQ=KKH7K#MA~Pu2ZoA8t(Q&i#ys!CrDZ#GMvq`J}STha|0-)#?t$5 ztU|Y2Z!i|Ne(1?jLy$9uThy;-oa1R6wyAzh40wvIzrJ-CoukujnHGf7A*4KHzlg`z z2IDhn^R)aKt?mmp8LF(JzQ$5V>Ku2(3ZNl6b9OF^pn!4gLz2yt3b6Uvep>g7 zJqdyJ^<4`eaoY$o};D9Y4bK& zyAl9^xuE*;E|K@pCbwkGRN^(G(XUQvroo85;FV zJOa%_d+o?+zRzWL1P5-Utv^s@Q~<|Y`|_f}ssdX$urt3n2j+_x8K3*-Y7 z!4!MsZ5C-Ln`2sb?XoROUfr_m7C`{`@d`E-sL%@jupN`+>3a~amZDzu zNr$3e1!{zFtV?EgpnF${Sq;TG_PC%{@x`;azD|J&#Y+r5Jlpm%i7lc$Uw6kXk~Kc6 zg(yDXE#I9=epV#+wZco%$}b_$5Rqj=+-ipT9RVRk5l1sVt3$UmFEQuI4{0wanmy|A zptFKf$O=UzI2cIfX0n@YHEZw;Kwuk$SmXn%uC` z7%al8xq{Driqo}6aBkyPAQ%li4BYE+APaM2iBh$dyea}(rr+153-6qk=7Jfig@9Mk z^8N!j!NUJ!%q60*jxxhmmKYEPT5~U1oq6`KwD$TC6?ZxVEiS~9$wejCSNy^XFx(=0 zNp@>2SVkwRrL1?4uo*ynF0?$UD$puw=0cA>rxzF0bI0`AM7fl@{)#?JtLLj7*p90A zo?Y-VVB85I<8FgiJlvk|v$LyfogV@6DS0p-_MP4$Lf8=zG4WFMjM=Dr*#6#&A`SO#_Zy5eV!}taEQ!?0DQE|F8A( zX^n@ezIy}VkZ0=0Ry>dHa>+k6KV3)-_eMf2)n`U`B1IwE)o0Cp<6mV8nstEJ?DQ`d zIRI$(78^PI(^LEHACsLBSKbJ+QqFa@Xo;;-DGol-w}pIrb}bY%KTv&S1jPR zADa*0=JdmQBoJ0I=+$J(H>g3de*#7tcBly+-f`)rq;yUb8Ij&SJhtL2%gDw0b()Y1 zMixqO1^+!_*U33=>|+a{r%@RTH6Al8xth;77%{|i;T>4vUnJ6f?1n$!0)kMGi0a)W zN-P2H_R0L{YwTf7btsmE3B#SEdw6V6u?uhy_zt+(HDruc51(>v%@6*_f`jXm!q#rC z$1m4SeZW>fo!#JVG1$po9OAWw&>WN*1~fPG@H*`w-x`or9GPAGO8MET zNm!DURkZV)?28BbAKh|NZSC*e?y<)~%556ncJF{e{zI~t$a`tI>?bMn$wO;Dvgw^{ zLBTwQTK`aa`$ftmsaze%ubNbeeH;7uH6_?Atb_R&olla=3g^g~Zj_aU0DZq+&TN@% zHX1ez4X$h{*-~fj3^S=rX@}DZtAaA@J94#54mWqV#{*=z6a|5x*IxdhD+)R#6O;?e3(_Qgu{MuoQ6ndaA#@|!B_4{@|77JsLGmKG3h16g#sg)(I}Li^|zU2@@m7TnsM;N6(m zndU)0{1?TxF! zPG+fsQz&d7=VNhJ2d$6vHjm6$*;($Uqs5mdr!iE5vw~we+!|{znA*)M4636#YR+*# z!IzREC&a;hiV@nE3NI1y*eBWp~mJ-YhrOL9zvW%x};m^%gfKpOFG{NtyPB6NPpq>KpH_LQF;y6U!`iw(CpT%mbb?O90694_3Y|%GcCrd3%O40Cv&Do|0b;Fg){Moit?;r z$x^xss!BryZ}of&mXjLBbMdigN|j7KO#EM1e`ejAETi8+-?(j2iwjUhEHaDZ~`wdt~?I(`RhnP}mM5a1h+V$uBwM38Jn@9PSfO`&@W}j z7X>?cKF-*bsJZ2Gt%w`NsIzc#;!jKnWO$i5ioCo}oFw1GW&-Fv7OoVQq+K;E%@5O~>LCAtsE+eSiz)b;eQdg%?(>A?I@X_A}!T>@KGGvP<9B-lEu#|j}MU$=jop0goRBS2A0fuploi)hVCJ-b{ z0M};Q*b!InUOJD~Wr^s;Sc)A8Aa|RKM=B2LP}Bhu33`AM71eKo|9&j@Cv#k+BYc)% zmP~?}wh7@6!y{XJjp^*FR)0}3Su2mS!%b`oDh4{(^*zlW^70%WbzI&;zbd3Le^}ZN z5JbNk!|0tLr;zGHM^NOA+#QL)XP^Ux8 zkaZ@Xt{7iDw&`~aw>F9$Z-iwr^e?$;pXdp^a<}hzf4P<^8w4e>;9nbcs%$7anWiBX z>?eg4_rs5|?c7c4rJ#GWV9Js`e&m&nylucJ0o;hf=HB(ffGT!mn;Kr8*k99*i#lZWJ)vJQnchL59Bk50iB4ux3nW-A9{P%THG1l)^4xx+CAtA} z!)Lo`qD2?3{g@sxJ^Gu>I)QxT9Q+D|-ijDsJ4`7A?8#r)&bzoJZ4k=P0s9(RG5*m% z3TpWU{X0k>jVP+eJeh2PHUCOM<@TYlO8sb$PrWR%CAfQr)35QEB#2nMWN>1tvete* zh#9*4({D+EbpYq5=@O~d*%U%kdDkC86M?*K6q)#(s3=77!KQteBut9?&z5=ACL$4{ zDuJ^eG_#gPr*>d}40)@_9Nb`XJu)3akl_>NcRp)8p(3&8KcNN~%Kj^zZ$gT$R;In6~DY+Y4w#<3hXMACHllsBgv}mqB^ZIwA zoa2{qGW!VfeU8|)rBo(QEin?)Lqso)dyOIwQzVPGMmE#5w~9uz5&CKlSNeTC7r|=x z6be+p8baA%k9wQO0BJ(gJ(iG5nq+AJNy23PzG)v|1k3Dg&qZd!g}yV1QS9AmCxjFz)l1VQmY}larUNaTWib+im|(CyY9XNq z^L`?>CPQ}{{rK~jkp{%;!Uh%JEcoQ1G=&|92iO1`at~3eYar9D2EbOj_>~-UBD^Di z9f7@!YgL1sTRGD^{I{5a;n0w?o|~ox+%p6h0?1p8jPf)1ZO>8Sx-!QITKwH~P*(LF ztVFC_w;0q)s(I*&_}a7h&_p~$qTn%`&^#eRM|JRSsz6G8U?I6|r(CcJn)SyyV|0`? zBTb1h6o&0=hUk!~+E&asV*$MSYf~Wzkm5M;ijKWYcNAw-#WV;lIiy#LTs2;2CImRv zhrH>o1(M`%wO!x}Zs-I!<0z#!&C>!72%T@#E(MW@i3i_8{Mj4+p9DMq2Rrq;KYTf@ zxCm;Q<=H(V7cmMGypl89(HvSLo4~A;He%y0H=gQ8dL^xAWdV#-IXN|I%)k0@9WlL=HGLO4_b25Vv3nn!0NgIl8PEq z1nM|az#{nwqgY>#_DoMl=~r2JYHaMVQ+Gmy88s$^9I-wty;{{d5YWfd`+|REx$I!9 z5p}<0r#=d5To;|b@=Gkq_!N2K-@uSC$)QB^kMW!$3pC4h{DVJtH>H@y*cog_oWEtA z?oAnD@r@ti)Q3SkRo~=GhbH}NcPar3uEZTlSel^K=Ih$&Vr71TWbNH$FwF9c=fSl8 zp#WQlvBS!K)jQlg;og{6@ltJIRfhHX-%5aY%uUeW4%^*MMw}KMwj^*PK2zfD{x0(3 z^x(Oz{qUF&gr;Q`JUR&ob&Xy->FUoD-TnNK?685$FkTb9fCVIrtS#^hv5j{ovWxjl zvNT>_52k$3j7rG;>#rNZ?#Q8AdmSD)Hxo?fr-EuioX=~Lol;Ix@;L`DecvXN1u5?2Sv9CL zJ>PIApDyf5adI>zjdR}&O49Gf8(Hp}XH9{CPX_22Vm#{GB*G}Ue~|=M?hMbGHE4c0 zws|}AtZAH#TxpPpcG^fx7^b@N!yl%9MyM5I2?-CBh*N*xMFbp^D7L&xn?Vcon^1sb z#B4W`D)HpUSESFJoKR6WvDa<0!85jFj4TGB`D$&a^`T?`#s|B^QPz2n;<&4f2=_M1 z_ACuoq#LpD=4(P#WlVu{4u`U~eE}2ZSC#4~6Md7A(I@%=$}F6(24)Zg?`cXZ8+yQ- zTw*BJ%|Bfpy{S!tjSMjk4TU!7vu~V_KVNo39Wgfh?2Z^Flp0Xw$2cH<<`hB~#J>^? zfYRk{V-T+IXU2h&=cc#tvyz9G05+K(P5Ovo7k_Tk^7QQ?PosYpzv4IoQ&Sh?>uMG- znhDtQ_yeCQ)Mr=qH?8TvLer@S!{0!{e=8CwwGY~dy~7>l82<7C zmC?~kf*<6vV*nfmEFRY!CfxNF4;=|~$)SMJ@DpK2Ym;Ovx(`XFM5TQ-u^Ie=;53iR z^I>6*i8o*w6K`M4Y#|}uFf@|)Rh(4Pu1L}8Gk|aq%9vl^d?l|mqrjK)Sf&>odo|xP z*on}i$+0Obq}8?%;V>o`GB&wefzUj*AteTD(d7L%RHF-4!m+`~m?{*#}ChR%# zV??ze6h~Ao6pkzV=Y zce2t!I>zj{F};NZANdZ5Kc=7abBmjML$DVdY~i_*#(Aszykxa0+HgM4EbUva`TRiS)jXm^`cYBryp>a$!sJp!gRpQOFd%5JCg!o8X>9heu3s5A;)77SVQ6-ovKrN&U@d3f zb!BU7;&)?noZ^lnuLoSkU}ZL6s#ax~E;{2)Nj+R50_){A`5aIE^-iZWOQq<%F#j(V zv9Xqbow^9QUlNj}&$B5C5cHnY@%S|7Z8!IT_3R{>%N&i|KWb+5#UUD@ zUd+mvA-j~8p|4AF08;bz=MNIm55E4@TNTf*_}k=ukg64R1!{G`E|WKce-HjfcgL<) z7cPO8gZ$Q6+7}OjSR~#F4NI|Y@X6C28;_KPgzqZgKH3h!~ z>53C0*)tJ??LWS2KF-&EB;f5Sw+74Q85$9C$P1e)GquUvd9<)(JlnT-EuA3EpXy!r zDNLk(?rp>RV`?BR50FO!}4VkgP$Ws{~)!X*8TsJuE+iV>UwOPT>lF{{~zri zci(X0kGpScl3RDmYMR;T5q2vlhmN+zme!qai%i}Z6A4o6nx@D=ml%!QR0Wqb3DGe37llW*;bJE090@sJ*^Zuo$_ZuVDA%scOWEUe|Os6hhvZhZ(^%t)isw=E%?uDS`6Ka$5z=`gwAG`DrIRBJB0nJ{`Ws7n0u&}ta`CO zQ&CJ>gln5&lNaAp=coI-#8O-+nsP>A;b^YMMjohTF0aV9@ju*lO^a{t9IbTL8Q43J zR;UJd^+>qX3ce`mPodsmu6Fv3C*EIQotZSwK{22`>y<#ZaBF+(&-DR_GvoS4OVzR+%AF#j5Vn#}Qp8?Fm-D`D(tC%I zK?-`iwB8Pwl-5{1};zu905EX1OCMWu66L?Ww}a3oD#zh*muE^9<4bzQuz8%#te50zKR;i3d^R=u!ZxDrH$KRrrJ&)e5cb=*VvwU?GsKn_uo2X>?kxjN~w zglUaIShh_9BBjLHD-c^4^YDA|u`@1$mkLvn65BGAY?WwE+bJ$za0HXGOe-6FR}uoC z1Wl_hAP)*K>IK1CUU-LQqRa3_#F-6|9Lo>1lV-8hRCSuj2L^hl1TKotNTwLOF4o_% z+tak*T!Mgyu3wXsv+3HHACrWA@9a4MP1bI5X{gZEanhl0p+)h;10g~sGz6tzHS_U{ z10{uNgWDRB?DC=4f_y|!U#!b3BpUmy%Ji6+v7OQ`^uJPq!#Z|l6GWnIA5HMX&;qtz zx%p;~LJ$B*bT+25ce}-*5pE|)U2g}UH(5bY{@!Sz2u`yEU+V#vu3&Lk5^`xaT6lg= za?C5;(R?V5mpbS}Fa`WHh=9CdW1`cZ>eojF8tcUy2TFj)jw<2;brp-4tuxqXAOofy zvdEi&zxux7&7CAjw`Yk!^zRBg)@w!k#A6ys%Zg$(?Mr8Ypy0~ECB{xlR!1uj?}42K zUea}ITReBkT_8kp%_-3VG`1RB&cA2?shOP#2t@9878ks?@Dn>p=a#=fHqmVKt^t_n zCVy}}YXEud#(LkZvsi?EngsM${+_odK)+U1=n2zTNsDL z{kFu-K)}rZ%Cjz%eNgA?7^xl2d7@H7|8+&Pp_S=B^tOI*iM?ZGC$Sg5#fOwW z%>orKVwQ&+2B=V|%5T=5o7c+IsCMJOeciQ)fC!gefchxmJL2|fPM~-A`_m0pHE0!= z0SRpr5`!hmDJ1PxmU>UR2d#Dz)%(d2iATSYWSD6l4xI@UMN2=_@xH{$nt z`Z@b@z&h`2_bYg7!7VWYSxkuD_gXD!Pf)HOb~)WcpSZcG*t^d-j9;-+O;c2o0t$wp zOsRTbHma5yLLY2L>MX;*mpeyzE+Kh70}bWG>8jPATDoE#Pzd+T1=T(Lq3b&6vW|1n zltuDD>mp|7c+)1Vpx9cv)=84l4u>}?ZIAf}x12#)k`e(%{ZJ5PJ4+REQCVt!p=9!? z?CvI`8)aGfWb=Mg$l7eF_(9qBxG?OIHqw-aAylG`yX5|R)!dT+*U>$u3T1F`6vs^{+3^DoD8n}5h?9*S%u9xnujcP~ZONEN$L50Wz(zE#lHqr8 zsr<;9WMB~^8#VeP<=6)O_rEnb-5M|LS6-v;fIPnfm=cEDuFN+slR-@}SZ2c#7Becq z;m>QJ=Y$oqob{N85M@1#ly6%KZO)hU*(dCdy9mX8$)orp9b=Q>5@kCeTPZ3JTBSWW ztDq7ig1x3ypyMt7gkyz?c+X}E2P{=Z(7Le{v&^~kP=Y`fy5$yxFFCWXr~bM329uf4 z<^ql2voXLegDdKIw9*0!{f+GZSpd5%T!60f%7|c_tdc@;pn#HRtRjcWewn~Qy2WTw zaY^)^6%iI0j=-Gp3?iC9*?4?D9e%D2txYTt#$N@3vhM4hyK#LMNwQ7D8Eh6K6Hyp< zB9JLNaKg@4axh?{RA+JlHku zx~kvbKRmkQ?7MU!X#SglZbaA}KIV`peFsbQ+e9w20#8*=aFotZtI$aEv4{Xelf&*! z>M*bLBe@n3?}Qnz=WM%+~j1#kF_z0XB=#eMZv5LNbdf>0}O5l|{XDN(hVyD{z zI^dInVHl{*9RHn;U3W z^~&5KI@wPfs!6ThSluv-)435x%- zJBT(hKU&S6=9*mD**cs|p81@L*6wM;J8W z*`SvC6{i=Uam3{GKgHx^RrKc^emexLD^pU~`SN8xT^`h}7(NQm&gmp??{>nQj8@IhhPrg>mBlU8$h%ChKl;S66kLEt!+!nKZTSQjRcCbm=KS{A`k^ zSUE;g5kNDdM2L&37)ZD0wdC6RWId;V-;?VOtfx5a$A5J%k-cMezo#32fJ2?+FJXUN zz*zWQcT^w~*0^>DPeA#u$W-G*w*27i4?EkBZGTAW;H4FYsl}n&UGT|SNqQ8ai(oF4 zNZVHI?i|1_HyFxCFEpxOwQS20XXkLZVDBC&D^0D$ECpS`|H>9JBlZFR){u-71ZV+9 zl9d8;jNH|iZBRG%`DWg}fLyl5xAARS21y!^y3brjA8hm2E`{JLT&XbQD-HJ{U_XC$ zZ{N}00~|6iyTpJa$pLSlm@U{%EYTg+SX|s|NVgRQ_m%Uz>C)HYNLTz#7TY;_GEc*? zOoMGvO^s;G@J`2VJDBvihN&JeDx~M#SM5gt0Wy>{{fz#QYY(f-O{`o5y)@lE7@_wR zRL(POclTLQ&9BTaK%e;m8FrfU-n7666cc%i!~L*l{)@45Y7Pb3)@*Fswr$(ClO5Z( ztsUF8ZQC|?Y^!sttDo+v>hr#Sz+7X_Z+t3Rdkar(4gR8qxPPD{>V~lb^O1xq2nH`52&;|=bfYrnso9ND-AfPU2-^$QE z!9#$tPsb;c|DwsF#4=8JmxITLJSgPqp+p98E=C9!h6VdzrQD(MGf4gds{z%^xCUcA zW7E`x5_^!lcKS7Itj+!{raL7E>KcMc)+kSviB=H~^ngF~E3>I) zm$u=ErKdM-*#0wj-&(pk7WCq%*ai^kt#J<%zV4l2f7>`uHUF@s11aR8tVe6nrYhk# z`A(VE9%`_prpj=aq2esgu3w@yGu?c@wH(!h3a(y&%knHBO1^Pu%xxYUC`|E6f8LAk zj>Ah^d`J?hp=G5OCfep8XGC8#TL-BSUH$A0LiVU|pVgXoJuQE&>c0g{LQnr!p;hWKjtwVn?Hy!a%3T!oSu zK-Z5DVNe;jq3?qr4Pf(;l!RGQoIwNWI&X+r6MD+Yp7%n%Lt9trk_NE0w2KfWm+;g8 zWpmX4g~OO}r_S|nxG3eO0xe4nM+Cvz`Numn##feaG5hOlE3le{#Oz{?zfMdL5)!U3 zF~W@?N_GyqBwh)e^yL3yBrxB+IRkZqj&|f=^x)%ARw&#~SMr>@>n5(s=y%(Rp##I{ zQF|sX$8`yCqW^dyk0`B!R$*Fv7i@X!yy{rZt|Syau*6K{D!7X5lkJL1RbR^at)h)^ zpkq!~Dgv)?m3wySE;80Y5!!*)5=*^J+T$Qty9=psb(@8P4_XK~`Z}Yuw@B*x45*|I z7cF#Ft%{*yU1E#aFbyc=UVnj{U;NhXQOOtlfYb|jAmh0&PA%on8VckY6N`;aP%nri zLfQBM)jyXB-S1HX>iWn}~k=mj=a5kThLlD%QN4>?v@B8+1AL7f6hFJl{AP z+2zp}AmG7MO>rmwoc8IQIm~)xu6<`%LGxgF-2J0bc6#iPtEOcCi0kyof!{;$RvJ$o zGgSW)NKF^lz>9&Fp)sLQ6{@&rbRLa3I6eF3I?J$51k#9(dQaJ)vN&D}Y~!_c{Zjb+ zEZcpVu5uGt-9#J*MK=ppXR`X6e1v*01p&Nb4J2`p2ADOV?G(d7d%}*V=CHKgw$g@1 zzaiDS+&4k1b^;B$-NLm)8eDkgQ`FJ;t_BC8T(^Dl5^@U6m+tPqU=QJf-|9J~ue_(I z^|oHS%S~wr;|Gqu17@=7Bg)BOqEGvHl_z&#QeyuWlwA6Sa>!%7UrbsGx{tf(>Pi2u zbaV<{Pf^azqnmKlkx^fXj`*1Mxt7uY!DY}|Pw*u&#EfG@6(MN;kG6`3dqL6FBIs}* z_4jVP)LE_0t+=0(#$fvGW=*G6ugCKxn9lq&Rp#o2nRJf>tfE|_4$UN{68KR+9>>&j zBcFloj}GMgm1cwk)5Aiv`aNEiUJ|=%hemCPVyC>f-=p0gq-M>30ADN&{{eilv9kRC z58A4=WZkw}ehc7lwrQHMABSWS^+EQtX)idXs)p*5(vQ||rt-C#G93IUNVH=c()9VF z+EoG8E?ue9Q(w*V$uvp)D>_tLp%U3MXRg&hD;f+4CSKcZ1oD5{}+DkM4kSgv-$9+pR_IMRS2=D>hFR; z-bg#l{-voxciCjUSpFC{rfPOhgodFG@PMg+R(p2QGi{l0wSV*zZV5hvgNiQq?|rC}Al_ zqb##U7bSUf())>u^yJ7uM_p`1=$~uuZpp8;XhG#LykV6%ud+{`yj0i?B%)YdD=*G2 zCZo97G}^Y-dh1k&Mfhngv9~^{JqjbhK%cGPd*U(EH@%{WxhbjGcmj@{oj>=a7h})O zTXzTd9)2*OJi=T_I!f4x3_3-xV0|Re?Yns(CZvGwNwFuUktO8OtAmAP*D~yyXn6sO z1C|7?4n;}R>?<$JRgnOjui)?|f`z-{F=_3S@sHg9)?jyTX?+12>B*K>4*-`;8HMAITfEzY!0w{odeI`uRk&G<4Ew`Y1Sj}iA;Apw zy|ML|9A7Dr4$WyIpPSwk@$+nUafxYZhf0dx?F1p_3)JrEUc3c++;=^W8ZPx_T8*ltZlGzzF` zfzCA`JV3cCKs_!;ZJJQt_Yd5@2Xuhf(IeJn@;|1Z4 zM9~v#MxoYZmXfwgTdRziLK(uNzf8PBdG3qOjTNnUtH66-czdXXom*tzSp!=AdFn9w!g*op zk$|tH1xUcT!H~o-p9EK!uaAmQv3>yFAnw_f#uJO6|CF`|WJ~FRdYbF2-h=IISj6)X zdo)3ujv>b5T!b2dG_gGl1^Crscsef@VQzwLDUb7=Z3D4f=X@A01CLIApAp2QCHa9& zEto(JaYYUelhl`GRrmk;nEE(p)aRxn!E4Z*GkG=<@%Wbj<4HjamaT)|_m!(CC*Ir- z?*X;+T&E7DTINKXBh`y|nT+R>0{~+-27d-wN3ktn+Ey#BGuQj$O`%@(d?_Hsvn+`@ zPcsU&J`*sZulk*`0zO&<%5LLFXxU5-cmeniRp9ViUj!i zd1zML6l~euSyJ2J{t$1UW?Xo9ZY86S^@O&2Ke~ zqi9oyccG`I{!W_Y@{71+WT3i;oN~U1(kYYRx15s|_bR>CDdUR?%Fhp5qiI{EU0gl(3isUYa*#G8d9B_jU zUVn7@J3&ziE;LMb!PbL?R<<%=%z^|@M!$|LJV+T<`_dnMj5C|$n*Xo_lSs8&-jdaX zGUA%FGaAP5+Tz3zU8P+yyZ?OrUqm&#?LQ&ZqVkH%3v!4zJ?WS$63HV+DCN~6h$WL@3L;y+Qb z=D?Oh&d*9jp~3=YSF<&hIxC>(Q`F8?Vs9lin(mW=BeQQCB#Ady%y!OeW`92;%wb<& z&Mxi9)oEf9+#Zs!-=0OiWt(PmUviBJ97Ja|<~;>m)B1ff$96WT*sG=`S*Nsdvtbt!7Oq9#TF@X9w#tmCP>qX0(N#aO1=8fX=eWHDGtx8eV<|k7 zA+JGu7DS3Kd8qQQYN@;-&j0)>(!h8c7xD_}f3#5Y)G+v#ss zcbD|sx=KY}#YbOarhjYFMheq`xq=W*4 z=^j}^e_`@FaU${@$;s6pZv7ZM&}WHR0j8Ni9AmVo4&9aMKgNje3c}{zn!m#2N9v*z z8AsOrfffWC-O^4*F)X4|slcOAKGmu}Z+uMS7af-Bm)zds?~2-y>iN8KK4=wwN|iVsnLUw38MZ>n^a| zRNbCQn)2|^y)eh2y&K<59-K|R|JXgiOg`dWPrsP5Y`wUX_LB-- zXa@htnzbhnp>jZ56>Y9(9Z0%|ABVk9pDC7db4U@*QoPI2>y6TL$nks|IKlMPOlB{@ z{)<3uz3+E3Cd|zvItU9`^i%hXjC(MA0DGG3_`(Poli2k&q zR@t~#uzT?Xo6t^9{b>qvGZj*EG$5lS}AGEsTvGiXpzG`MoVT_apf&D-BE3WGq&H}Y1 z{nq;B)<#ApdN^i3%ZfIKTl$B&o{~K~sOzM^ZkQ*}b0aX3i1A{}Nm~o-E_#x%rZ^EMm`0){bS@dPb#}SIoTN9=5K28X4fHQOon|Kfg^--JvK| zZkn5ozmGh^yA__MeTL^#TN}pZq0kr5n!}?KB|y}v7&!(0F5YaGi0Q!7bB_0%3)#AB zx=mkEc?UNkTN1t(C>5bu;_jg*_6x7#>}&c!iB4Gfd9r^Gdr8>Yt^+5(*njcS}c+NXNq=~hKkoVMJ({KbM!_B&2=U9@_)e1yY z+<0xk?;D$lRJ6o@qUgOD?Q1887h~ONE4>xIR8((e1F$Q*^UDG=N-x^MWs79->N->* z)D_Syk}e&6f82<;1EVgMC(c(H1+RuDfU>K+5P8=-MH@+_&C?D2UG#WZI}yk1@SCSq z+qNk-b8~Z+35a5o#zia?%C~=CR(Do(B+t*^J~ZjZ@&p(R&46-_Du=z9H^19Ht~_0I z`qhj4$r0z0#6}9sMvbBwO`cDs5Ktgm1ZxvQGys0{BR}!+d$~M1QufKNeqSc5v||%i zCVV<5Gh%hDZC&u=ddu}?`!k)hl@K@ki%5~TB^OR^i8Eg&d;dPO)+@QwoR1VhJnV*q zNGh|T9SQqhlN>g(p^#)l6$5!lOqS|r3}!+Z=pVawJ|G!qQWj7RS?9RBEytt@@GIn) zdbRusMKs~4sx!&F5XjyaT6)<}frp$A^(2^09PnDxDX(ysmij(KN*&i;$?HGbZE-5^1V{kG3dEC+pVmcQBONbmk!mme?d2uzL5?5GVQHlQ- zV4~DDg6OtH{^pdi!&W}8N=S*;?IlMzuSKNHCIybDAAAB>PW75I`S^iiZkMM?xLX)e z=zI7LJp`FmyfsHiPMjW<7-~>|j}PfbWY4ErZuBs|&hA1)v>Ns4BmoLba%IfMt^O@0 za*v1}gEn^_g9nnh{vsa3f#$@-ohYYt3+s4*k^Xxl|6~%SCO5qs?)%^C@M(;Lqh0Z6 z7`@{pE>(d{%1bJ1Zd@Z-!&$|ZUv5ts_Eb+THXrd}c_Ne;!+zZa#CnkbX#=}t7iR37 zO0VsC&yFwo8qxKy#i}?6#s+pI4de@7xy(Xm{aP_~_j)9Th9t4)09KOj9jR_Stp5jM z?UMwTw=u6ZfN^rqHCLG+5%V4)>KBsOF)iZkd>t+_<{61qIsnJ8zxxy@u)&iTmho3X z37=00^RpzBskD#KUr`*1Zqu!W0+wVLc7V#52lZW950tZVdlhi~t)$l@RUDfg_=%B)f688aIR+VR3F+xdq+Wx|FvhI^HexlvSQ zPg514VrEVSE*=yMJNKbDNR?$b4MEfi=_;FeTf_V%OZe$0wvjyXB`|9*kJ?TlV`Wf_ zO$U}EvElmQCvMPvb~TObo*oOq+w|rwHntg-QlLbbc_^8~PmSOt6uPEGPNfUbF#t~ajs7i{3VybCz4rnvX9vDN>&)ry;$;7*R}mncg=lL3aMtJ751uX^ zjBI2OBVDu-lz9x;>F(#?>A=(V2FusbZAT*CFs1Q&ZR*;m_XfA{=$R&Bl_|A*2uvL| zKt|^jxDEH?@L+1jk*QH5`ftkCo+I0wl8FyvoJ6*Lamf))y9ncP$IrkIKej08(#L@x zXI=!ea>Yb>Ic_PwD8t8iw6)dcjsd6mmI4<&G}%LW${YTa=~*C(Wuv}8FLn9+(4ON! zX)OuY?waia%&UUr7!&!N0VW#0T%oDFF*67s-k{9-7IetZ7hqGiOQcyY8k+{*xk5K_ z{CWDo;Jzx6qYOmtkBYve92w@Nt$_&?KMvIy@JC+u$Ebag;S>w2HB4n_hy$%A(1CrO zalhP&iQZ`?rtPi?8)|HFC6ZghK_n}7SPw;~x=A*>tlo#~E8fvd$_6Xk6dCIGh+(Pl z=VZ0(BM2Z4{k1`$X-^TRm{7UMcz^idO!EVZC@)Ix26bGS?K!(m&W5CM(+4>Hv1N z^!=ZZFzj^{CUYP)j8srNWHTi=AA?x^6{Nc@d9A~T=nO>noW<+bUrc2pw>zy;1aM+8 z{{E!qs?5g6up3BgwTDi46h|-2Ky!>CCm3a-1x1S)EP*>g>iH@IHN-~h?J6YR3>wmJO}YuyLc3UOh?A(0NhrKkG00fk)a z7WU^$V?D}2HF!RyD)z4R88#&pLf)jm8R$c!4WlU@{p1S>Vgpd9x-ZID3V%Y74jf-9 zoYWZhs1h92*1?4N*H3MKx{Q7z=XrJnIKX{-O*!h7y;I77E6HYmQo$q_h|#$2Yucs| z^%PdsRi1J*Uo<)uzZ4!ASR-Hkqo{dwdT9TY3caa;20?jqM+bhu;V)o=IiIG=wjVce z_8;g2{o1JFUEuIN*MRVH63p99N7W&6g)<_3*=|~D!OpH4!?Rb}dT%(v<|h3Rg>cF& zacKMMs&V~(okc9KIl0q<^ZYg zG#R>iR9aEC986xI-zG-}^gP9h+dVD0mYQL&nkOvrMvm%RxaNx65JKU{od9@($=0RC zx>grH6im-_1N{l3$jV9YIa<>(_m%3|N77+KjO^ybjvB_SJ}8jNP^@ebtMKCtFIu6x zgjad@tN@Tz2Keix(6J+?L{(;bA>i=SE)CGPFtuJ_%j3(-d@XB;!|>#N?X@6vM8n)v zY=r(HjQT56^5t`7#l=7-2%urhb9LDKY5+)z05+=ixApOHR8L2h)IA$&4Ppc8>x{v{ zg0CruXHRp*f;`{R` zQ;6bc5T-fR-zBJyqn(Ads#IVovRoG?>>y_ZHVB6Q&0-p%tqvLFj?mN}YJdsC23lQc zgc8iTH$K8+a;88IF>;^>8)IifBO%}S2C{)ytuvdCArZ&|_(j#`K5)-zT56}PdO}pk zJlIm2%l;!|$pP!V)ERzB)~-R)%UEFs;v|{vTlUm%APT7KzL4%Cm}_bue3QoCMlBLv zuA7GSz7<1Pov*x2kRakrW(hSKQm(zvUH{S(Wj2oYsZX92Az&mpN~kgyZ|QY5OebD15!9kQF)E_Zw`Hnmz7P zeybAz)^G*8>(*#KD!qHf7xM$htIIig;Sk)j)WxwMvE973*nhK=Sz#C_cZ<&uVhSOP zv_{eNAFba+N@G3A9IE03&93w!;5x?lxX}jMhAJQPtW`~CVSKha%aU~8Xykr8CRu^7 zzTGz7ofGhjS@yvj;Pp9(Z>A(5+E_;y+YqKlrzFT+_NfQa67t4lnRziR+^83jturNN z!!xQRz4n!>Hs>4~VdZ zS{WezXWmY-M`y?Y;}!u>!s2O3O*xE|Bk3@g7(K)lW+&01yq%gz!yrW|h`!VTt z2EEN5WDKO1GI@#yjV;yYyj8ZdAGT?GBpD5%yZ?n1kTZLJ;i-^@<`!rkrJS*(AmS&c zhxN>fY)pam7#eL+X_vPIN~E$MJ8=y_denMUkY&bi*S#XJZF!+S)I12GXeu5M_u9k= zp)3g^5I*bVtOuaRrKF`n=-LYF%iMA&zA{BrmuMxvAvz=Qx-m-7_- zav^h{QZMyQ>y0ne2wL@T`bmZnF6ybS%*J?hf;X{bx#C`}yB8~!lx?wkSx-h!x93vI zD(_e(-~&*oy?cpC8acdtT@5tGJaSW6khya`TmrI^yALpLpzD#0El{=#>@rW!MRUp$ z!qiwoAojGLU&H7nz|?M>muczw$xT->M0#mO@IIIH_(pyw0D9XUo&-`el-pO zwxXP~KdPorv*xtKk`+$oUqYfErUCJzv_1EnM}F z+^@n`vvjlZ!xBC<<6ycK>Q_}8bB-rp!R+^O5ZLs2ubJ_y7Js`=)8)NesnKDm0aD0& zo-?rKv@`t`T3s_7OHoy3jqD4iACjzyd6*rE>ZVe^_i^XdvWHr?{^S zW&9cTB*a$HcA+OR!CdaXeT_^!mRP!tCspf2NiO!062vq{TfnkJNR)(qK63%^R*lR~ zT&5@8AW}Q6;%BB#&6Kb=Ig#zk?ULRkyP;2z^&;o0o&?utp7tI-146jYkJ{|CfSQxs zSx)y}kP-4Ez%BM?Up5L7)wAduE(;>wxklDs2#$21aAJI5WxNng4=NNUN_l0xl_5UE z3cR9<^vSoqUTvDDAwYXpN?Gyu0?2rRc?E&(dy5>k_{c0=R=O7QS{&l^RvwYN?^G2f z&su_Vbz88j&LAsg^V5=fjxaNd&EBqw?7&5dC-)^=TR-(%mbDwwTNLH?H#EEW=*mfX z`{&O1wTkb7d+PAT`ii{#`q7o~VZR$uXeMo!h=LhbNK5eH{AenS_GdtZu9IhUYV!p-Wf%(VxrFVw6LoLC!T{ZbGj!rHMY-X26 z+eej~(?oFng868yz+=tj{OED{^ycrcJtJDUoE3{xu{zwf#k{V%xp?sYTsglnCE=}A z7d>Gy8_H;Z=}S?HF2nqH2$SNHYu?~kDuCoFJtSp`Wz%UT- z>)pVU_U~{KMoIs6oCu4e$RFZI!tL^YG;k)`F!wAn&?@w=DXHv2t6N-x*za?#>wpJu)oeW3nrS4D-rI?w>lozewI zFsS^z80XOAWm^77wv2eGRA0pi3r^*>f1xUS*Xbj9<5{W+4Az;NIJ8=y%SQ<7J~2Lm zsf>C3#`dXGfQ8s1;4tLt?^b|kctHECEO{WsYx3I)jn8W<8w3XieLw)p?&4y-4cEzh z-;&Ou(a-=FhH29I0K;BY)F)p-{YUwu&dBguK7<3GngGV=DqU75rISC}woq)^(c8>b zi7Q9@8K-=)T8dikcf{fYP-E@A;e)NdevA*e=k912;U&jP%2N`i6tDA%m6TWdc0N4u zKB-bvm4lTL=cpBW$Qbw-GA!#`=fD@5j4DZFB78@xuJVqE|GF2CPM}jM*TZ8_3XHvU z4hLa|F=8z^{l%!_wN3^o;>swh+twHZz~!`6ig z*esZNS>6N5Sqrar9CDj$17L5OfvvkV{%XJIvbbKQkBj9y6iRG(e+bd;5NKn44ZG?} zxky_r;aMj(`M&Hff{{kB{g9}pTa^v4j{{wyJ{P&2AX{v)WujNhEf4#59^aE`#6KiY zkkSRj#R~4*h(AWCxZEJk?4ycqbaXeTpTTf>QaUc3MTYk=C?8D(00Fq0WYh?xAEvwt zv=9%#_)YDnby*DT$mC6aIE0*R+DHV^>b?Ws=_UKXT}5#`IiUYhpR^ppSFd7yR)o0t zrGYmCXpKHxVAWx6E(mWEN7R%rAULzwaMk5f`v*4_7@#LI*STNru;*eKFN24!)CDv> zsduDUKpi2j1Qr+aih6ckL~6Cyn6Umg)Kc8xOyzl6`yILFuH1)aRdKJxICx6sbuk)$ z7`5cH35s=ggFi=E4AI)UK_MkxvQL|n7)<{9dGM?0X^GgzLWhN7#BXbj7${kd)HlIKOvYbZ^0b0Btn;iF|qK)%&Or#qhij zcY||pb8Mkw|Dg8{ILo|lIm+*yk2<Z9@9diO; zKC#rB9sUN4`~l7uM};$uCXTGcAtVOuVrt_1W@37G6J|jKulz~>=~vGu0bdLM?MrZW zW%#;lfgZKrqGWSTcX6X3R4xQdL^dTZuEo9^XD6BDJ znd)ztQ+84L6s-?ulztNzPPZSuZ^m@<%7Ly2bLOH*`dX7}tHt#{;Y6*wD310n>xs>E zo{(Iw)QO0Se-qTU38(38#iCr9Q4JQAvR{+dY^hprDp}UGtu|q_vWXKi6iz5$BlzV^ zzxXUFs28VCVSOJQ;inOJ&2|8(na$yC|Glq-O`d7HR}(kO?>?Rc=hs7)en)uBHE!S* zrdN6!e@NJkev_@@mpM%von9i>C7}Sp;6f*tD!c5es<=Yi^Y>ORs-WiptUU2R6N%4Q z>{DR2tz3tP(hLbt=}gqAo93^*rBWQa39fl$w3&Ag6&f?_gX!EEe0&_sfrn4Ct}}u3 zXGE?7V4bXOOxq#bsjl+!>Z^L3rOsCCCJ;QPCWptczBzQ{Hb@(vK%e2uwrrnQZdq+)+)uq*I(h^M1sge|}0e2O?6X*uL zQ=OLk-wPE-vpIR*g;{n2>A#qsrl8xOFRJU;s`XoB>FiWF196Qw?9jOEveHHXPM}^_ zCs75o4p3Vd|D<%Qt~V-%*>lK*I2Rg~3c_KN%O>H4Yfaj5Vt++Si)2N7k9r zx+w+p1y%QR9h-?vO6>TMZ33XyqbhXKS)-tAX0$jH8ruwgwhCjpq>H9T&&!yh8$ZI9 z6pzb99CP_fD9>_cB#@OqO@|sw+BSg5MsDDmB1azcL?&UQ6A%w<)RqF1k+p&1^NL#y z#zkLUg`mj0(bO+0z%A65w(W#gr`PJTDPQ8yRoDb~WpIeG2G z)lc@mZp=wQfso}TMF0G>U39(LLAN65`;~SQ(~8s&f_I3HEC`(#LU=nW9k(xP*5`Gh zIYKa47Pbq^FqN{RwYtDm*StS9aPI&JLYt!i^kppab(cIt-&5$Vj!@jyRRzvDa4AX`2No(6_;INdpy-?K!=f6>m1%cI!{5 z6;gSG03;%92IIaEJRc>*c9OQkWFJQPB)~ssl4c5yZdH`h@X<()>4m8fK)X_cam5|{COhQ8Z9xi))WQu5J|9d?BZ4sO6>MCzN95(ITB+xn zCU+;(MTNn50Qvf1an5E=N-9^DNAu$9H)Vy10};Wd1L;G3{mT58`+W^8_I`zT8l^*y z7c z5ZesHR8QlB;q5E_P5x`OpXi!&2+H>pm{>@b&6|+cdC1OeWY-yR_f4;XKNJ)G!6h~P z`%d;;qRKu+g-;?{U9YBKSim!&V&xH#EraYuOs`o|q&fcZqNx7qH)(`{hd_5IOQD=! zRx6-7#K^_F(kh`jG%0H==({njM!SXqm>L{u{i#yG6M!7IT|1>?0);XKZicruL0FJV zzyMjALp;E3Qd;8DVQ#PTuO6U60ok3=>6Cc+lPr+gZ6MzQNudTru+x3%S+?gFpp6Ja=jTQ#*ZM#c|(x_&e(@p%Trw7 zs!~#p#<`9PX>Lc?Jg6!wbWwB#lL(geya`BC>lXHL+Z=<=adp~Bn0+4#-1a%EIWWCn z9vT}P`zdw;xvhG!l&HZGZO`H7E43>*XP`7-DYEc`C}dAed9`J9g(fFWz#M9^s}K1> zEr7|ObsTtHKv3!oNtb<)pSj7Z&ejtl3yUq74885fP?3?8iRbcGB|iZI27ZPCuw1SW zKi`h|zg2xdMQ&3`H=d;KJ6@5kYe*N_MaY|9pRd90kR5Q>ESxqoS<5avV6GS%29MK{ z0`ZSz90+nyah}c944T#%F8m0aSK3=QE;S3}c#aV;l1}>+0?^zrIOAFRp-Vl%b6O3- zarlVI_V1krNO1SVw>ZKx97f#f+XVFCQN}`;=vj8q4<(93VhRX@h-e`l#|y2}9*o>7EPf0qM&_5pEz*=aevj z&4VxsX}Ayo?>fCm5cT$wg&ooq;~n0yuuuBRDLK?Q%XF0CeCup13`8nnI1a!qWp&=n zAYce6-V1ZrqS*QI@7%z$YsCQ=Z&w6VtD6WkTY;%Z@T~qg$`^qQfldiymln_V0LWQa zAm7>^QsN(wpKfMi?@2Ra0-{7{D&%2XL9j85czrJWqZL*93#~1Y5q?C97a9rENEf0G(S&0FQfl->wOeVPdH&~PhY-iM;?A${d68-ri9 zSg@_)q!KF(mRB*R4EAaFcO6G^koYPI=-X{r4hOiJcMT~f=n&vhPf&Xd{PBL4pn!;b z8PTJ2SX_%@3RW_GIXtpXm5>tdUrv(1V+0nQeQ??xi$GVE)hAI*PAyD=WHsvZ!8ITy ztwFCUDvVAmDt}LXqDWYbtE6C+Vg@4e*8XH1T#5y0raDh7Rfj290>e3;WZ+DEdZ_3z z@{9Cn@8r`|zjTSyDyVoK^##I#GLCR}nt>2Sp~AcTED8|-_&Yzf%#7fbadot}liZsO zd-BQojHyhnAPH4qp?i8NPH%NkZ3)Y zfB#66WqhYtqV9bvE=x;Bj*^w5SU-5EC};vdpcLo0qGvw|58|FF!Y~_1o}|$8Ub;VG6f1I^a2E#8cS*5&&NlSA{Ba7%m`2` zkKX7-g~%Y?#TO^TRRCB;f(vCFf*B&UX0C##TUxygrQX2Jt1Tq6<27I}jcZb7NFY~phi;g$a&fei>osUc7L3QMt}#78I&<}6vj zxXa`mI9vgY>Cy4fP&xC6rttx>Mlov<-lZicP!Vf2O%Q>#Uk30qun%4x0|ZplT>^8C zo$p1O6~G&)DVLMuIP)%eW4oo*aoQ>5?o2Bs1}bHZ3u~SfAB%hTEoLl;nZx7fj{IS&D2k6B3wAejndg@F(qkzk z>S};@XDmCYQStoyyS0RDu;(G~Bj1?{GV;l_i!kq7~T*HGFAT{ZKm!hCR7Ep=FP|#jVY$BuW(u?kx%g)1|xJu)WMOWsjHQ<7+Yz z;><*l;VDz`5mb^YFu2zhSvJ^ukULQjsKf{QZ1(ae3@%yHf4*^yN)&A@`hf-Fl|$78 zW{mDQr3@V57C|~)WmJV#P$9y;vc6Sqj4UjslC`d5`r0HzkUT9NPzSy|V$~?BYBP z=n!ToDXuHoOHaK7aB-?#*RQwSO9)fLln+iw7}&ChA_GYDSf_=z_lgOC#KA14h*2&y zsD;6R%kJu})eHcT4_;6gU7-Heyj&}kY8o;5!xOKu$Uv8y7ykGEyjb4wMr6c$$VFff)5mB3CE4*k`i}7Z zGh^VS^5KKUSl|f|xZw*t%eLBcA3Z~9*-8Pn(5V(nIG`|*PTirY-z%nX7z7EU5q6laEx3K06UVIS!zM<`dsjG(!ebsDt?9khWhtS3Rp^sneHTnAq$$`$5^xF!wz)MrBl%%>pDWK z=SxU&gupYF0|gh7S9tBixD#TvC-ustUU$?QE{;>y#bG^)ZX|>W(<{fR%TOR7NUfl& z(sC-3Bk~3xj=Wg%$X*%P96qI2fJ(S}{O;?k@x7zs%oBebhUTpnuT#Nn111YtKf7biq9 z{~@Yihbg4w_dju3qc7aUea2m*sYse<8N@-j&=Co2dSDa4G&o6t({e4Z06+%FiS1RO zGt3{CU+K9o1ztFUA!CH-fj62qrX27!N|N~_5-+))^XL>f#q;wym5-vu+we9Y&*}~2 zK#ZF8R*MOfW*NjbtKs{Dg*Cwy@vz3n@fGGR!qMfKH}n;{v#oXxr@jlT*2w>fECuZgd& zQwS6;PNY4>$Tsva)~BwI$6k-O@`+4O8;x7?I@$jN zZ2JQo^q=S_^Z%xwEbQ$6MZ<5kwye_@M`HKI^`e~hk_9;GyeQ(Xzn!h-qK&+j7O_Pu zdjTtWg@|-kIXr6=Y4ZvE&F)$%q_1lEk$n>`U$|%>K)CnYy$R5_O`@4&;$rXfjkiaV z{B^7^ccQo3!go47`K~@LuD&^Qgr@U^Yz-f7G5Zn8kc?$t%?Z^_j0Q~A1kCSyfQHxYIg4Gv}0U7q3cH3i?W6=`*MeNsY) zU)qSn?~?ROKFudKmxx9P@H`S{#1vODExS8%qtB z79g~~+D10OnWwt?m=2h{ml~!uf+cu!?0ZYH|EB#~by!vomo*-ZTPV=9G~MVY!UenO zPf=^ww-wSW5pSvvYUxt5u4B>jR$V@T_1rbSTWQrEEM3No=88+^!jm$lo6L!gj=Obt zX{4M7*8ghA6fuK?G}}*YqWLZln#^KYbe{cuGPJP7Xai#^MQKp4_n0%7$tZAZ($dqF zsxH0*@?|Az9YfVv_FfgG@48X5=E}rpM98@cBi2S6f^c)rOu$G{=CA3sWFS;GB)z*(#Xkc~HjjLa%Jb|Y$^va%b$Uh}r%=5fJ_+lX zMw)`#1$5~{x#u65f6mp<3F>3lG3SIW#7{6VUm2M?Hqz=U5|)|(9bG}(2kRc5X+|Z9 zDy*{8!gJ8CZiV7ueM;q*73dc?Rd+=n)cxngKIoi_O>7(arkt>ZL4FN?xMeh9b6M@$ zNpULMqpRXHJ;Cv4*r3mVM1xs__;7`^jjVU1z=CZlQoA>d+YMwK>5^QCW4m@NEL)cp z(Sy>qxJsO-5Gp`3BYq7t~XNYJxG4~%Fuq>NTZqqe6=x* zcv*eU7rRP{)R^*Gf4=#FYc^-?{AH+}`|V%hWe5w&^zs|AQs^h$18x?(l(9cI6oloi zLHtayJC%!Yam2G4(dnd|aGqMGwD*1IPH>O@rM`IYqYSniU3)fL%%At$$_6XrQMPQd zj(Qc0uh}qyw?vM~jFrMx1&&bY2A8>P3|IUpZlo^#2+@PbiGP1Pi#zRqjfaw?iR4Z; zJXF|Vs(GaD{dHtlq#!xy%?ZdGZ4M2zQviED3Vc3{<;~d{|(e zdng4cXUWc?1n@Ov6}+1&7u08CxE+||zH|tUeyW>>gGzN)pqx{`3IcS)?RVj0w&;9J*ZX>z(Tym0&2ArJv*K_6MO`;-0Z@A6ZSm}v3>%1R3YeT z?aGxzz%1FtKz*ep^CjZUYO#*2OHt@mhVuf% z$M*J6NU9vC^}6I7djP;dby1q3w9NY3Fx%sO4(zHx|HfBrqC{II3p7ADG{jAbjXh%M z2(WkLJN!P<90qSqH$sD7Y;>I?$V`TrI14YE+76^Ad#>>06ZzBodZsl38nkyINKFTy z&QDHt&})ImW~UVzVVtCsg@?b39tG2R((6gX&dh}5L)q^3p}s2HF~PU89GojKD+*E2 z{nc3)LBmND<${d8Z%Dik$rLvAmUatSH#j!lA8PvA%&$Vt^`;;r#k&1t)d94|{}Sw~ zZfHbMmrd243_00ySGU~PO$|Z%O4O5n;-O4X$SEn#kru9u}Wx8toqP+EGPg?d0ZPq{U=AVF+H%{K-PLV z@f4P*K;({%P)l$jh9fa+IebQV0j}Ln4Y@N>MJaSU__`ldFdJ6Eo& z#EaX}g1g<>{qX5uNgv5@e=@rUk$PkoLglX9ieR>xU}!{(^4Nk`C0*PYfvyz$dxjQz zpV&5~;y;N%@xvBfiU8=dWoi28IxmCV_#F>I(XIJoUk^q6%h0Q!9rz07w@Q4?)ed@( zT}m|I(=;B)aQJwx?UU+Y2vxj55fX4F$Ki`uOKJB*o|MV?V+wzJl2U-dIRbI<=sY1w z$GoKEkwK3@^K-*H+y+^y@CBK7gJt$(&p%Ouz2+@**-X4^ZOS(?p@J_J-)Co(7ZBDD zBGxMglvS#Et7CdWWb06qZiWF=r!gmQ^vmDj>7I@+9ZoMj z!+(fc5czG{*#!nmt%zasS-sYt1qLswy-zxUR4eWYd^; z)P#52ww+*w!a}thd;!JV2B}R~uRvc6kSIa(7_xef40DE61qrXvpWX#l!Li3s_&#eE|X? z2s9SQ@y?b7e#VOz^&4ra1PnMEDpN-chvY??cB}@VqBZRo!pcg5`9vUsL5lu{BT)F9 z2(5%scVjD}K6lfx3uqyYUQu&jcq`Im00NczDz!B%hwT*$B$t{jZ^lhUo85HcCrlCq z*$=yU>q=O4s0Av~**(Gcy7!*^oo$$vLEsD5&p6G%Lz%@FVlcB+*9ZhQF=HVVW8@cr zqI7ZEe#tqhepQod(k_g!a&W!>zMNYSX2Gc>t;*448sV_gn9=52{uiFa zE0qke@&lL>5RW#Z69+22kz^MW%Ml8>ktU`_T;xZvnOHo68oi?`NMe)ELh3?o6j{G< znLSkH9Gjt}NtR8Rp;zaQB}FE0YFRAizpud#cJjfy=>PF_(0ai=IhREI?lc-*Fw#9Z zPZWPfPav*KpEtfh!kGiHNCDP$4gJ}+ElZWm=EH+63_ItQ-m<|uRJ~2}FPXV|Z$%e0 zV9Kv~#XpXZI-a;@5)FeOD{rw`_C35%_o=?XMEYU^BT&w#SCaM5m=ZN&0DKzGq9*Qo z`k%wgMCu%EgG&$=`g9qYl>o?pv6Fq#U7mS@<%EuL&N)oyNpNcV&8>8CRUcfaafVbe zKC$}wUVG--VFcZ&%4}0T96B?3r%^6cgi{o5)$*i#a({IieXcny-rfr82-1qqo!iid zRRBIny##Hx*g6KCIim6pCJ3%5>duE&8>5B~jjJroAm2N))uKz_)WD}`)s;Gi5H^e7 zKgOQEDy!Q1ryc8{wrjAoHp73ga1N31choYBkh*o!-&{>hNeTyuG~(!zESx+gB`jp(q_<5zjCK`307J;oEyyd0ORf9-NTC7cUGsxlt0k$+iNzZz^kS_~_- zaA^yJYDmGxJH+z_=8`^j&xfwD{u47c6#YeO**E^WJB4=4&uN6!k=3(bExc1?y} z+9EiSn}N4Y%b;arCY3P8h7>QY5oycszJJEVIq#NLKODLySU&F9WA4s>=aBy>ys!H(S6Y$W0Mk_Vz#naX@7 z%YL-XtQ3d%dT8dqY;M<6>9f(I%qQ8ml}EcbfJkz3?bi&hOQ5SkzfuKLfeA0$kblz@ zzEiN6YPuw*ic9c$E<<-QcI|zq6UB6_Q4aJkA870!VbjU;UGBr20g-m^%%QK`YW#Ns z)Z5v~!;g_z|8M+~ud8jpNKH8B+RiV7Dz!!T)7!x{!ue7a(e8-w3b{5UQz`+@s2fo9nna$#3k%`#>~DY)v}bqFGjT#=sgH06GSTG7S7z6Y z29mb(jQ`@4saIAd#AiJ%omEbvaO$KpEG6^e>LtHFvE#)Et>Pf}>Iqj4@N2a%7_<9X zuN*%&?>{p$^+ob88UFmd<9L5@sl`Pfk-#eoWN(btQVMcvRhuybb}J{-@y*12!YY8= zwUkGJOBbat3tdJ}?M1_6GR1KVFWq`4^+d0g{Qm1jf1647`sFZ6fk>S3Nxn~S&Lcz{ z(_JXauA)Yh9Y~8w^Uo>Aa=aT0h59(IMvwqz=8tHNX6-+fq2ylWTGjAre3TcMj}LMF z+MA*&9^)39>fcNYK)VI@a_GZyWkc*R;5wSARN*17u(Ks=>`Rz8wUpG~8nb8J7&lB3 zyJez@v(3XgMy0ULes0s)?mry;wd!zlga?jVah;xg+WBsnulB};2#&7pL*%+B$}sAV zZm0bSJ%+OK@^G+#oCGm1Mj`z~@~+^LujJKb5A53kbn;pZ*~nfFx;6yWkG1jTx2P&7eiBl5uJ#B^6&pPa|gHR zq!J@;TpQbDc9yI1@?>uKz}wk^2C>)o8+3R`=f*R0L_WJj_ng_wXz|ZUW<4{mmrP1V4$!6KA=G5u zLvNzGIB_scRrA9+F))O|7^iO~SlY677~Cq{b#>^y93ujC9K>K9geP0w-&OMZ`o8$n z6v`aM&5xU)&PL5{{yT^l8<10O?1S%smpdw+S9aflfy@7uh7Rh zZjs2KktSfEAM*~%uM0d)E#>upgJs_lpuz+b?5%3tJJijk-o7KPHrs-=x6gu~)Q!?^ zed^C}Bx!q*8f=cL=(=+DKecK!gaoEwPjChii&5#BdlVc%e&Ha*y^$~r=q$qf$lX;T zokn*QihZ1UG3lKOd+vw7YA+7YWt$gp$eL+Iu1GjG@WL1iUt$xRhZ|n!+#2I1q#Em@ z7gDZs8bds@hZQqxO=_ycJxTCz3#7br+>~t62=_u+x>gF}zo-RUw^e#*FkZ7$;$B-N z(%mjCb&{6CN9gHA?%_U-b@~$5j|0?w>jR(PqOr5~ie$h==j7`JCbzX~eDn0scF=!( zY*?{TnQs8AWFYqWo$QVkmpY09xQ3q&UVI>!xt5tNQ|>M@)aH7q3&G6cc>7rR0nSV@ zRsV0ui{-x{FAm24L*Q>)OUr3%GQoH4!($2AGV(jN&x9eDv zuap06E26lq==Ic=)6>`K{xOHG=s%KzqO3S_9-&z8apgajN0IRsR^sea$PRbc2O}eA zuP5jjN1p#*Qjn1o{vSy}&;LjY-09C795rqQBew4JY<2NvPMOGSB6CJy<;<9?eoxyG zv-jFy(zK@)qE!kvUtV`*cOq7_J1X#pkhDi5o=SFWzxez=l7jH1t*z2`mfWLTCGZL; zg|scpQC^|j17w@VdO_uxQr$Yf=rQDql&O)kYu~mFL;0lRMQD@U;fOo&S{R?@x0#6> zd3`GWcbEe|51_pNu@q?LuK&kU@Y|O)e*gC$OToIV!TWzK1^X9ba;LWlxA8ksFCh~@ zOu6d+u@pF@1|W2czlAR~1ovrjFZ4bhSjWuOzZ4>@7z*~`G*j3@zN*M6b0}jWEExs} zK@(si%y>q}DN4aA-783K?^@{gqqlw&z5I)&#&sJPoz#uIfo=Uv0P>{vPkM?IV_?xDq{j0*2~t zCPC>zFQVjKo;Yb?&hHpok2I}MQGF(chjfbpOOoa%z!p1pm7_2(UcLi@tH()~Km)1@zQ#CUt0+geWM*6vm})Z}=eG54~pG^PdHBE;00aAQmY4~XJ69VlU$pN_viD{d4775spqDK3H8J_bZ_gSe z4=K5jG=Q!>JBpm5cf~92@|+5}Mzg99*g36bIX24|C&1Y<69~ zqaPS*(e?5~5ckjOrd8omv-Q{ubw(u0t0yaFPKWZgc)}N^B9W@1F!UiVSt=}OnnSy3 zxvMtM)8urt)8X%t3N6hSc!6lsg2Undfu+T&27Sik@)mh(u+&qXY1Br9 z2r@&^8^trbS8P`LN5Qr_|JRu6yv%Y%3Ael~OqW1eQ9h4&KFcSa_~{7EXPF7c;U7KM zuIq-N8sIrIgpPeBNKah9!JpWDPY3w=mK=I^7LjG@Pph-3U6o_Q`v;DEFJ^mF*gd2w zwb**|=aq}ceFMPPFluWAV(8JWGb~mC#8IsD`&vyzATOhlRBQyqT@~!ta#?S}5(+iu zPXh_HIak@B!&{N%o%SY=4s~Vw^B}IuY!H1a&(1;|2w}?l1HmS6HF*5A_q>#y z^D(MOw;?TIz{38;hqtoaa1EpW8A^3SdBsNyu>$X8cLl&~nhVs|xOcjq=Yz)0*|lz- z_Qee_EfUC+!%oRooBNPfzYrvSA0H1s^ zOJdct8r0J&ui>xf!-erq+)G*Bo+`*2dt0O7+X8cjMj~7&b*%JPk{%;Y(nC**JMAJ; zsscZtDQN~JoD44kr4|kGXniV^h$2lR@tMO*M?Wz8kGuf7E5aA-*9{S3QM(+?In9-YYF#n-Z~b zSrgsMQC&SHdApJhUlczbV4_rCj*oEh4Fse!Sby4gRrHp$2}Gm0=Jjb`4FH?N%3Gld zH+V3Cgdl>MN;Jcqn8iQ9;RTL%1}c#5AZXj;Q6{Q9Ti{*SU3WHgOo5M5Ru`HN<|G+J7CYc{NtaWXP z_GAo|r~VX3>ypKS_H%q`+x4l=04*EGy-1^Lq}*lPi>SVMq;L+?-ckf>h~bCDMr$k+ z#cAf|N2!wB**W^gcUl)=DE}?5v|1In0sUYLq%cQS`EUXw5(sx>!=>RN<}6Z=%iHJH zRjrEr^tLtzDHin2<7*c74A8oqqmocc{7wn3=o1`2^5A-1Fq zDylGnwq64ar?_PAR`mXiV*11K|Z}a#Psce;7YzlILWuu2{!L#;22iulev%@hw zAYIKZZe5gaTHEWUEHSBJ$R`a1IedFuEXGkhPplmSOAGME{5^pOMeciuf!oLk762$4m;= zkOB)<6E#d{^ejz?c1evni&{*0^XI@wkjr0B24*#IQjF>1%GVp7D@yEBxB_V6t$s`q z)S;41g+U_1F$p#20R&Mx58H5vEZwu#zEme&VszqJ2R+exj`7w4IgC3_ zxmlK7)>jMo#%7iDEl8-_VhqDUZVsne&dtqa$cG|wj{uE35Ulq=(6DpI+MP(65$SM) z*c&qzqy4FG1eYQZU{=&R{it~4cx2;jB)*%lcfw_7u6I8*z&G*4?J})4>~f*_;NuTJ^%Fng!+xVDyZ8bZ$}yC$b^ z7_Bl5Tfn`yEcBrNht4*O2vBlCF<00gOBgxGKrO)K4VZa7X$&+5gH_1^31{qh3j;{0m#58wu>KPk-F`I1E51Cni@&uxl=C{ z=aZU7YFbI3Ruq7Jay*OgdS+tAue)r;Q#3}m)nMi!DAy0%9lUw%ID>nbSqxQdo#%3e zEuZnHU^7&W|IgO#wOXA`@X#U{UN`8z3khvp#u8+rfYD<@$~!PMYbxi7#Rre_>2azd zg&c!2(DUVb4Y8M(+*~fhg=~lR*dwrni!?D*X7qN;G1O>Ovv2cjGrCkXq2rx5q3I-A zlZP~q>(iR$Q}{?H4A8AX5^JmzhRiAHc)pqlV=OXkdTE?$MMGtaUCPqa0kTF{s20XF+%80i%ZSZeF@LK}v1ft0);OIHr4wl@&Dty0tD-)!Ic7o7hW4H86wnE2*zC8wBnT zW!JYTWooCyrI_T@V@*t6?!K}+Wq^6f!-Q2>O5z_aHk8rx~bBh{(0$Ck^~EKG#dU%WIRHOR&}U7WDKV{0zNTIklyYK)D=b* zdiyERhv|!pGnKaKJUY7EVL=9|$}66C6@;RP?>|m2(5M(xN)?9-LZB;GE$x`xlT*|R zwGG}f0hLtc|6CeOEdCIM(!~^~T0GU4Xe%URokT8XIvN@U5WxcQfl?K^uZSCI5-CUi zhzC>o@`ire3vFRc2hxB6Yrra@>Xe)%2&AU4xNaxqGYgWXxW=s)lZ8F|$@EljNSC{y z7ws_@p}yltgu#oeQpA<3VG|V8;mFN9mJOg`3A2TNW3NQm%(vfcKwZS&$V_ac_O{Rb|o99E{BtytrqVGy zNZsbqZM(Q_PNb!fkA({gjWgQw`(07Uw-5?bY1#UpMX-DwXGT|R@;JiE3Mbc#GvyFZ z@%K_mwn?C-S>c4F=`S1G>P}CE(Wbcp83e`U0PV5urdSfoY1{VcnjFikD_%3zs$H0J z=XGn+qtVEjw&;lR_b3kMOV1L3_3sNtaq8IW+cl}bo53bCaHROM++P+Q6kX}bb>cbA z$VXHc?cZ!->z(xHzHbT-*OP9aN<)C3cd^y~qvPoch;m7=S?b}cYz&}PFo)MIMwn^+ zp3(WL)6T%_Cb;tNC~5D-BlXt0Igv(E%}$Y)+v1|N&GK~BD-o*?m|A*1$O4oM zOYT!xHPOs4NfD&VQw=$--e&(5 zpI2QZgx+-394>~>W@IFaj`0w$td;``Xu5g}E}GbQ`u*#1ksbcFWqXNt3slEe_i2H$O+(z+=+A74I6kS}F}33S*A5|8332 z{dTPZg>M%xZ;r5{RrGtPzlCvWqc2ilzb5zr3v?W`{u>=*{oizqm4W^L;_lRvb=%@d z-S*1Um>I0XG?yDj002xpOF1A>ksFbuax5#ATZGm$w00$tl2vf+`o8;&>bLtY22TF8y^9M!~)lovy9Tymw`axl=k-)KEaR>2T(~=Rt1k zmauYEVC%9}^2?AZRjgt`Yx;WfT~nMRi8LWozF(G?;WtdVE!EY@{qzp3Xk6kB{|Q63 zW_LtlC2M>;dmkPqi(}gE(a4#`S56F;s>jNLNlCt-7`m2I!aXD;C-p(gW8BgsQwrid zT#wW%oM1_KWhv(M=G*$4%(|MRZ%vbu?vN#tg@(RPsVh}9a!{SV$Ej-ALS%3p4S=`#XBw+a+(RNu-&*jELodM>L5D1yu1;^I1-c%@m@`Q5o(_jr4^5WmcJ>FFHr6vETS`T5ilDartgih$s>2+XXo;FKJl*Xxde#i<;2ICJ7j zlT^cJn#PR#rlH%b{@acG6a&J6^^H~J_cL0X<@tM-My`o(|B?kWnzx8{V`ym-;Q3=6 zjkcGiH5K9Ugjd-fXt9&`fu}&(gy`lrO431*jwUjsG=qI5*S*@?rLdS>pjET^@ zBpYVQ;mXeIQbWX2EDEb0U#8>Msn}|WvV0>~gcR}v6&IhS)NUWhn-M%yNDj&+6_vHBv1ubaaGCm`G z7uI5!v27C%h#m(|c7n~yUtCmb$N9PHmV^a2Xabo6i%(WO3pb*X8}vHLvjvkts+%(R zl0K!)HX{u~IP;YB*)E+P8qLwR_4Th>@FPjRw^<&6xztda{%thYb?>&Wa1r##BubdQ z5iaVJ29Sp&mrs8}n8vs84Tvi*+ZZloL}V+Jy6f6#BmkNg^30MXx- z-LUsNfwDHL)fyEmP0?F}>a3bl=u(7yD}z+bc)}=J3a*%{zK$;0?pQ-{*id$^)BuDD z<`MAJs_-?Ec^HsDENTt|8e46?~S0 zBc3Q;B~=xlToh|I;5$T1lRzqR*SLzTQt7zV;+IJu0Z5sgab>lPhoTbohck?TFv9K6 zSu?hZ44KX>HVfYqNK%hkDt3W6QepWrn14w`#g=xQt(trYxSaqd8~~y5K+OUGrHh1M zC|B8VL}9h2Ku>`7We9u=44@g=!tTdrCV&=P8OgO7frSiCCTCH{<4wAfx^vy-5^>|@ zUVL*-b~db0oSO9%6H+n6>GO1fCb*F~koZe!L6s_uW#X}m0&WgH&g+e{=VD4Uk@A$~ zdgo~D!XO6&Q-1%vz3~@#DxfsLgzY77G;P7CvH%Yof8(OHoz4xAC3$?290ZOJuf(v| z2B2gX-{WJhG4qkeP7LMF9Oa5T6WJEDaVX*$u1gcZ#MJA`BZu#4ukWkJaFp zwfAQZXS4loSu92yi(+{;HgK_OU`YxwPe!I@opYWcTe*V)XAYiBtn4#n=1StPmq~JL zNCIBp?YU%H*_#duEv6z_)-Q`AT`XkB(7@wk)Xt882t-Gd%%5X~JOD!B=a({N&h$88 zrf@aB)mkMBuZ5IQopw^Gz{nOY_0ZN~r}5ddkKm2R2>k2Fq72$?g6#S=0S&%M1GKu>}w*U)uP^Euv%mPybM2{zI$vS1rp-1rL=D7 zc1%H268qsxy4K78+Uw3MDVc@fymTBlvM*J!^T;fPD3!ua`OFz=6EYR-k|&OYj6 z5dwU0w@?H8L19;wBM+90hLTKc12k=Q%uLw7QTQ|`xdx2+9cDNMsnmpRHpTgu?M?iw zQBWTqfE2%9qE_el2SCL1i~xgd^m8e{4CkLmc~LPi<)Kd+hFg~4`)of2sXuS%_{V+V z!Tn&s#nvlD-U=gmK;4kh=$&KJ_25BDR3u3A@J~j*mVB;ZSv>kSPc6q0nbe59s8U+D zaXc$E9>KX}a%C)Mc3s;@podbTqvLxD9xeCtR^#hxOFI<=k`_@2Ai#ef3SI@oY>PrFEU|X@lRBxZGSD zVX~peAv$_XZ}n8?nM;`Lbz|$d15t&erUDoloTQL9KBIE6HSade9-J3EKPw#U!@-u- zC%{xk4XEAnl|`EC=mqg6{iL}PMqqeO3M>nPx>loB961wHMoDu86udbXM8oEMZ#le@lK(Oc~CN>#Cy0Xl86E-j}pER2jr>w;ha z8fGv8YBF6;;VDoykR=Rfg0A~JU~wZ@qk;_LWZ4<f$k=iAhAFc9SamyJI`96y1s>Jk!J8ap(*a7nLVOP$?ahll+4zq(DNe=&wH| zP&I6+Rk+baWG20Pj`TzRRNi;fPr!8qWrRxpifme^vK5X=N}hGHqmcde#imJuk}>3k zdkP=$jdR}OOx}@~Y#az(?pi*y;zW@kePBWOkjBG}nBNiMSA$;es`nxX3*bn`a=q=s zS=h_2D0R2h>Tbu`Ri&D`X$6SJ&xWfi2{b0JlU`Y~#70dw*|I+9dWO2@H`Z8#Cf{k? zYUenxur%B91&COXy(_F?k%qI5z4m$-#^E#Hl~m{8j&7Kk+at%qYKsy3n7Dt#b|dDt zDkh<~JeoQ(um4Jh617S(l1KtYksihk5Zg{3=SE5t?U=tk{!0*G$d&E!__-UQrrIFZ zR`h(uzfKUi5dEF;80YGM1=tvayEy;A;jX5Z@7`_1cUX5Ctu@yBbF2*XjwzPdNZ-YE z9X>~I3xUxT4Ls33a;u|7>$;!R+n%UCbM4luVfR9(sFA2V0*4G$U33a^n^Odmc1}@G zoa2p%9;aN|Zmox{(_1p-qJCYJRn7d{VM^@YL7A6oM@9A~X@^dMpQFFsNMz~6PX z1xsy{LC(FGO{xsNw_Msh$s#Tx`yP{TW$`^FL!`{}+j?Z2Y14w~|@-YH9yadEl*UOWrahls)7-5Fm* zMat}K^T$Xjnd5ul;iW4@`Eb`5g3 zB3Scq@=Zu(6Z&4}Mj)+dPf6)?e3i|EY=^M$l1ZxhNHLAWYo8y0ZT(?l&K~QI!HFQ@ z@MM2|EwfZ`BqcxXH0ShHmF}?DV-wE3ngIALAP1iM8bqexqiM=Ne4N&&)lHRknHrZ( z(c>dySq+3$ZaYp+(sQrHBk42YAZgOh{^^zSg1O9yl=1Dq9ZUE;82XH$9s?%SR^=!U zN}Dc0Ch3+vreJGN#p>Q!;Bcj5tEN$kej7R#^-1$k`vdr|wHD4c<4c zX9u~j)a(SVW86`#+rjMqq{+{A6c9u`AHu)E2hPbi{=dpqKyO#irBqF?7dT2n2A-MBUU3mem>fJ*II(rX@kdp|E&r9&y0i=RD+x;R&+$c{C;?=UG{gm_ zB~La1k`*z3S*P#@Xbuf%6h1Aou!OQT1#Dd|R_#%ZGH z*tJJPFi*8N)g^m1p?uw*aNw^|E!{ppm2ibPAO#R;hZ$+QrPnIzAO(QwL&8t3|^LYR?tZyUiCMl zr4K@2%v*bTwLWWCLEBTNIvt! zXXn20ugY4>OWJUJmQ)ZGfrMqk+k;=8mixP@)?=l<@1kBvL9e zHzyHOK8k~B2o&e;aKLNICPqu+cW(YSr$IDKw>31TMwP7$Azvw0*;lL*4X6clAYSEx zXqoVE1|m_d$CV#5{DG7XuRJm(>JBQ8WmqCsDzmrL zC&wwi{#Z>;q2vLqEnIlFk;t&IHd&2k=hmq{Sx*jIZc*O>vP>azFRU^4MJjtv4~TRi?+}BX3;@+Tc-2Sxe4N<}GR5Etq3x>%vD~eY~NDnN~_2v7@kR zXev2W8F+PTN{x&N9Vu||e`*Q&PGtojzVg>q43jd!y#lA3HPXu_FPxNL5!^PI8FPk* ztYHZ@z>!Eu!PitN+=7%pa-iUwLSlej2TR`XkY*2)Qp^tGWt7>Rih;wKcl;GRfjsup z1O7BYG!>|<$kUH zu@6~*8l3B8*|e(@jK8bO0b5al!&-;gh%NkdDK?JLO9?L9HY4LsjifB{n*%_JHeQ15 za74Kz;`lU3KW8Z*Tt=AjiNk3DqP)SgJ-mWx-zsdIl==PaBF)-&a+_&{`LJG|#U+`_ z#d+iUzVyD#tAU$TNz$(>4zaQJZ4+YGQ}RI&csEM9)|I(W&#sHPccyl;?gN@5d-~mM z5qTBr0ZORvhJM-pbq{iBtVtJiSoR=jlWb$<_=DMPQBw6|x5D{mg5+}q$aZM5BtgD- zqR{@iV#sE0*ibF#P%+~r0f_Rv@50tUnT|yggVFt9e;Xhp-AqGf9NQ&~WITUB@Vnom z4`@wJk@wT^R=v``bi$2>hQDx5TM8782|8+fe~u6u+hr-44*yx<^`1<*ywQ1FGV*%Q zFrMg5W}M@khhFvAb{n;;-2B?f5QS6hiI1&vPDAm`C_sdejgE_Zu- zThz+9RYA{fV|PJg%d#l~ZKTPy?Th$@Rgu9r1IIVxQVXlqbtUh>Qd*o@95q-Txia5scCWmd|dOlJ!2@95Hx5Amh1FXP1#5ExC$LN)<=EkY)q=0Fe$M& zl;WNK=QlzO(*krob3OH;9QN?+%FnT?ESc2njI+9 z`NtbY2oMP1*o5o0DVgnVEpKMZ{cy6tWYk0)fhQG7{)Ip1QRlT@2L&Ly(YW-{S$4{+ z1QL!PQd!qqDfHcuX68s=_8Xj=uqNN_+ITySJ!^ zra#Jk$heof+E_H(Oz)Z6h~?nq_i%A!===o5-xy%mG@VUB+tty%2_KplObfy@F^!&a z`FGc3E;ebp<3U<0=GW)_pwE$|VWE6ULubK}gjtjQ7yE){u7v%sW431VCU*Ca#-|I* zs%F%~yDiH}M7BBlOygCrgK#SLog|L7j?2^90>_yARSA`-679vs{E!!U?>&+9;jeEk z)Aiee1xvcdnhs8ty=o-U6HS9I=g){QPP*?=<(@3=Z=l%&T)3mhEBxmPt~CoZ0xK!S z*RIvb@sPRfgMBF{iX2|@K%zdg5d$xAEo12Vxq9|)?=0RIjX#a;=fm8Z!8AARz$mn3 zpM}u&E;N_dHCxMJS%?EpnofGbcjACkf;)ZmT}Fy@sUl}u{E%o&LN}^OrA?hRUXaiU z#zy3WlZ}fuwT+ck0>;+f7lUlB1!;R+0BFZj!KbEd=9A2)W<->=2EEBLSGA!*BZx0V zx~d;7n%-jjpxWvr$#Y|N2+ql3MDGN47IsTM&zs_>upeuZz>nuN zJ?L0I%GH&^k2kq*#_>jF^G$)fON&;+77OWCE+Vw`dV%(3nI~{nkM#knaz|OolF3^W z|2lQ1`mIG%D5foPy{p>Zk>H>(xti4Zq%%JU!(qH?jptyb@jH&IIl|Jn$JRY3Bn@A@ zw%91lu_5;kahYA+XPa~%D^#sr-DTxZ)I9RZI=7(3kUf1RFC189f*rp?VB1l~{F85pqumV{J*pCze>y zF0gRS0A37=TNNs@H+srn2yV?8ETsD)CVw<3ohGa9$#5%!BF#+mIZQqilHxfvAmS1& zd__);Srf1-4cSp-DpAog;m~i{KS?QZwR@y{OcM>{{tlq}5ZV3Z`yY{%pAn~MskFef zCue7T^|BicGXQCPV`l*=M=DV3h-QK`W%4$yHCo>tM_?D7C6I0cPccVljp-dZ<<^K# z(`UBKt%}dv#iXj&5VJs0)5*F ztlvRBsISs5$Rt|~X~#8UJsfgnmDkY+eNkr>M4>??*rooq=|{7$HZ8_BgeE8&OfQyb zKJqV$bfxBN)A{+V%mEbKhx;cB#BLj?SX(>35QeA;v|<@K!Ac0ZdPn;lJknE{_H;zq zt`eNW<=JfC3NN!{yn597;z54nhd~+WXf+b{pp>6%dZQW6epQ*pyxc?{QZZ*_bPa~k z0sFuTmK@Q{xHrfj7=s6=aDlJy@LRUpBbUBnQdyUcQkv~G_q8CuXqskVUlu`s zyI~+#$%K){lfkT!)Pywc8u7Xa;Ov2d8`vuUFi!fT)mSZ%cV9@5%V?F__94SC%zb^T z9=BU+$FK~))Tz;LY93sO(gyey-bS*9D)w@apI3o!T6NvIX{iN;RUoUF0Ke_B4Qf{| z{S2m7owkEgoCcc1hW6-iWU=6X)!ESjy9z)*GK?N71$OJpda*0+GAG?$MF%4rIl}ix z>#iY#9!Y^nI4$e>8A}@`Iv58~LAV}JVWG(A(|tR!BmT607|~tou{}1&K;(4gQ+i!- zHWAJhE0ij47iv!MXekWXh&dymfuU4@YwAi4Jz96;9&?HY(%XAZXjSg#9}8~F&aB62 zR3xH7!}ZuG7Ccupi4S2Z`xS+t7I;r4ZR?huWWn4#A@&%BN+|I{e%varf4{ttA68Ft zmm;_x^-gu^ZX$B)k=_IUbYG%eGK4z}#5wQ{74(CUW<44Ic?WPh+fH)F2kvMr0VB1+ zTW6*b@k1Nuf5w^3*m6R z;wLm*fS_M=c_j*}923sow*fTscO59Z`aximr$<)01L4Ti_i1NuZzU0*fKgv@ucGoc zNo;$0+65uQ!%B1R)sUJmqoP7Z)6p95tBOJD{oKlvU9(z?e8^yTNt< zwJkYD^Kk*^;3M!FoGvDZlFN#-ro2)!xm>D?nrL$TC9_v@d97*%cD9eKqdbP^R05&W z68?qC8cpg9i5!@4Y`+LT)g3Y*vIK+wS!;&O#kfQ>_?B{(nbXcQV9vh%K27%7s;~oS zcGL4*ppphk<2p=&#JtIb)_eZ~_z=ki@{RC6cf3E5M9r*mTj^Y3^sA0RU)0Y`o>#SB zlkSfEKgSxr!y<&e;r89E<`>^{?I4I-66_P+|dkX1i0WD)_j{EeB+}?Er(mmPlRx zbB4=Dce+7KV||wH;3o>b7)dv!Z%1I4R6BUxH~LnAAPE~0b*F_0BK?p_#j+Nh`R``R zY^4jvheUft?$g=ol_SC&)m4i{HgIFm10P(@WKh%hUYNuz3KG-zT#r||bDX%S18*{V zV+rZ!u5z;_lz4cB1JS zxVRUQqIL1#q@sjJEE3i%gh?B`+8Fnle7iPF*r3N6MYKx`0fRHbr)LAJ@9o?rv zJ__b)&*mYegEqhr@4J7RHDT_h(80)c59wuOFswI(=jUO+q36f3hE2rn(v32!&A zgg;AVFLK}{@jrdBh5BM~O&Sbh=qVD_c>Ai=ryU^(ngMfc!aM5!11I6cc!TDE#ZT0y z=dD9~vBrKi2aTiR8Rz+k`XGfjKgAy`F^Jyp6ads^-5Uow^2fmLcP?jwV**iehS?#E zH==8<-ev+E3nSv~EB5E&hA2ydBSPcLw)ZPQJkeEs2HZ#{iq?Uap@K7|!5OuiqUEQ5(p-Ugj^pwQ55{5gH?P&IFSVdD@h9ApBb(D_Bfc(6^#;+ZT?%@`a;gUC6;n5#!KFND z9V3@rkS$P6wZAb-!H^Y^Gem-A)IoN71Eei)qgMkhA+47kDf`C%dL|4?o?HncW?OVS zvZ6X5{qp3WNKqLbpWXIN>NJ<`C{W|s{8u^4ZXtGObrKjV`0mQ>?r10nYN3Uxt%LOV z1h>Sb2{R^Bj)f@E5()y8@D!oLVMRQcY{=EZuUh6XsjHLTcp9Z^(x)w(I*-=D6U`-> zVDuczV}Pnlm; z?nu5}DvM^x!Ll#a3q4JVc0}c0I9-e6x+*fkfB)4pFF66#IRpkV<-7qvVsYH>fte7_h1HoK3O4S;i5t1p#)cjP;uNo zXh8-BwODDoHw^05mMkProbC&fNBic5m-%Cz6Nkr?Ye@YiL~-4sLkhoU6-klFXj{dq;U}%ez!J z;B2*Mn-*)dW(yguDK){E2k%kL`Lxdc`jv3?t8wBP-eq3_3$#3DBtk9Jv+c047#iQ% zLuX2*0)rr>{0(mJviRbfi)>s1f{}2@4jyj)b#|hqmr4hn z%a@pb=y^;SSk0mr;Q+4dpAmlda3%v>upHV0UGkiNU24eBDK68FL<1~^i}FT^j@LM# z1Vlc?g6AD0`!AQ=I2EOhW!7m>#Ypnthm@{qMxk43 zA5hQ!_TkK+az33I zHIHn(NC>2Iu-USucqkjx;Ug}%qbkY)CKxK9DSvq{B+k`#X6ai>eQ$M9aByG{dcOitHaZ+ z;G1Te(%uVxWo5F=K{!!=C6PBA&d&z@I7G?0Z5J=QcAnYf^5lGywUNoB&?en1A$IqU zuKYXLpBm+ZX|7*ewj~G)FGbD|77#YdkCP;t21vW|7nJKl6<*P-UqcbJ{DsRFr392( zT1?4>at{W3+Vly`$pF6q;MdxPG=T0IOOMKcR5!=)+7jw;`kU)#2F1^3rn zxO4^5-zgGLr$*imf=%6w%pY%0&ECxB2dq#?o^RAsxuhWZpUZn$QMVI_`n z#g&LiuwWVV5u_{~8rJ|wA9}cJ3B|y$=5_dX2WhChI`GvCo>IoP>dI2W+37r0gi-W>Kn^uvr5&lES)G*3afKBAF0q2y2u~Ub2+3|>7 zI2&H@JYp8I8tXrnUQyyK@la$oih5`a;@}?e?cT-KmeOk&H-yHo&z(0iMDXPM*p5L^ z)X>ayr0qA8luBe@)v(U{~{*WQ=KQmx)s3q>P+f7Qj{Zz-@hLhDdCd8fulV=X zmQa&dWQHr{;ZusL(-&n21(^}=q_>|h?_iT_5Hdi-DTY=xcwohr51HG?KY({{xmJ(N z3(GMf!%-0x1oonbE#!!b$b}anxNX(&c)@kITNoc&5gZN+VSYc1- zHatLnI18vI_&S7qC*8_}UFA!Nj$tu&%?D0I7iD}W;>5{A&N1Bj47R7nB-E}2fr~fS zOtxAD8PjuU%*9vTyNp49x$6%`5>c>6Q+dY|S&nBqzdci*{_GX&B>%aByvH z=>4kEB`st}A$7d#b$usGx<&us9?+uS)p((Es-Wlj*Ko)7P$lPJHps8(b}@S;49XZf ztO`Z`T~DJGm4U={%kjcxs`4OtySGwh>%#>PvS|lDvj(N}Tc9WZk>z_|1f)eqrSfwa zB<27Dy0d+p{OVE+Wt5+>+PXT^N;Vlw8*X&@@mx&9uet-<+2(E|D{`wIdES;HYAQKP zhzT4+X`rWZw&3=H>Z|j?&wykU?Z2gW9RDS~<6!6b-*_(MoHitXNN?2}wqUVCa7e;F z8vn>Auv@n3tD0FCP>g1PiH)Gxp=yPcvHykLc(62-1H}~_Zd*!7Gz#YZoERE(Pttxf zjkEBN-}St@wR4V2Z~**p?LB!S{feXJCMtpsVt|CiT z35_Vw=i`G+4LkW^4TJndyvKN6r)kYoH#Qza1`$w82s+u~rYTd4y9l*kMl3g-hARht zdR<#s(`G5wNH`5Nxbo)O&?6Ek=|@~I8Qocb8I+?TZUpN5VknfQpX+pEC|KivO_ghN zT!H$GI!^I7Bwk!Jcj72GzEbgFgsKg-XN90|^SDa<*kK#$_0;4(J$Q5MseVt(vvXuF zVe6FBp2R@8paO;o+WyB5TM@JaZ%E0}4!G;#_rEd|D$q6`jztG>ukbt7d$9<#df&%! z{*T?FbdSg*oojV#bQ~9-7k{4Od5rV3=1z1V&BJz;W|Mey-KvjSv)EtFeOf-VnciWo zRqA5Z>y7+uW90FY*Gs3_rY;=L$#zxe4H9RD&TEOyq-S|blQW_Bvs2dv?}sTiKN{L~ z!Cg@m!0&&mp|uE3570qdH`Bf?;=(XbrAXvhMIt{+>GA-cVVC^+Y-J6ig{LL zl6uscRlNuLhabsamK>uH3Q%T2@KgsOb_WrvdU{80(YAx5QIV$GT&sRqVDAb!!KGffA?l^vx<`W>Mb9&XAI{M zGAeg7b^~<^o_S0Q{YW{P!qEF0s#umw)fjh-+q4$i^6^g^yH?CgN(kontQa4%Zg^A| zolE2r$ng9}RJ74K$e<_khMmZ>cv1Oh3et>g=&HO|8aco(<;(MSdeAc&qKqfC@Yq30 z_pp29BsKyU@2`lU~#)+ot zS{AcLy0|CQd;{;PnP-~rxcAMaQJxI<4xlm`+2q;i6Hmq9Q8)^y>s_GlG<%3hy8AdI z=tCUBHJg&5Flvyvc{UTxU@#y9R0f2OMB$pXfDajnmmAYy)xY@$O_Ue#v&)7NMTNR$ z(J&oVg({561y$;BmRPIl3t(V-Yj7!;+j#<%#|RZxA$F`DNxMXAxb8wX^`SCABfp9qK_LYpg)|?pSq^eX7_#^upD8o=FK3Q*if4NNt>#so za2zH-E?rwyh_NhJ=9v$&-{0A2p|t`<>C|5)bRUy$OazS6d#aT#xAZz8+7}fx z>8yxQ{mGi>Mcn7?L2J-zu#8$==0Wk1W5~{bodZ6Rr#Q=^O?48yJk)@6R^sR^0#Br$ zV{z~2aUSiOQv2k_(e7a%t^+z+1n~9)jofC50SE@+R^( zZ-B)gO(ZzvM7DCWy3BP{A;d7|OLF`ad!S$j+wOb&MT zwSN-GorRqJ>pzqvvI5gDxYG*hVT}UlK|r%^N1BqI2|ou6dyYly8L^63a*+jiJ=P;MerVG zyv-h1q@zE|H2<@etv?FJ;g<&_SfgvOJ0vo~9)%TRy2q$A;NsHhhEVm}rOr`eGMDEf%l_8R&lD zh>EBSwwD{_^uJhUrlWQ_X~U3+Fn_aOEW)HIZ|KfU4EX{;1g(-ihXa5@{O##>fMbB? z3Eh&(F}Kwb{q0EN_RTpHzyQQVJN#S2Di0g&bfX>6D>O6aOADfit732P$Xirl-F9;2r#UbF&3zPG_MOn@1hY*>@>WG7wqvctWAXCJ0p|i3kWSWlm<8!Z+$%MxNl>%1W^>a) z)aG*tu=h@*$VE}?)iK$R+*t*vxcz^PIbTc6Vt|N=iSj`JaN+kk?On%ML})Dt&(UV8 zP*GMHt2Zbi%K!8PQasMLy-tCyZuB6^0O3rKru|8Q4$sCPM8+j{ANnK-y8jm=M1{Y4 zHJhiZNKubHBqCqbl5wjRzqG4?kd`tjKBS70E_X`3TB9d&i~kLy>!)@NFb9V9mtkXt zfKBP8#Sj_@F~SjKgg4BN2LALIsU7c_HW~Lgr@L(uIx$r&6LA75mK)?Z1tq2*f3gYs z$IQ%h2^)iVMUI(_n7-@zUTWv1265ZOy2Xd2b_OffjC$1Gy9d+17~DFIM5V=%4-A2u zmK}b8`5YUIq0w{W0;X#=&W|Jcn~ZH|@uI#808dD`vb0JpE7i9iqm1@coqv+q5VtunDm%BUn2LwPQTGJHviw;T0_tmMBe)hNhr z3Gy-9^w=2I(vmmqh*uP5wLr-ZTY^6JJCANCe9{sN-tY5T{6BtetZMU(aq{`F&Q+TFvb1CSkFdWG^mrEZe#`EJ_VrYD5HhV{P#Rt! z`n6~jNvj78vILmxh<^k{p}+d^hHzcwQRkiK!pDLgVujSNt)R#_M4BR~i3&iq-lSB$ zQpSmtWSoJH2`nN;RjZpD2LXr#7Eoy5llXKIrXdqVY|_}EDm%}GaA?B-HF#)HeCIh! zO!X9UA9~6n6CpdWVv|gMA)X7sHpnCUS<*z(hLK_e9dBwQdKdotdvNcXiEqm75dc{{vW5VVIMPiRQPq9kZ!3pU-3MUZ5bRP z#%Qepq7Uh_hXb!vgyqBm=llsxojH*T-L=i0wNDy;3@FP7EAARuqz-P@Rsy%p3 zNv$}#$t|#q%YaCg^653)ilDSk3Szhq{NJwe{gJwg$afNF6Kdh#bzIsrM*~)WJW6H> zAmi*A7%4Inx%jF5m1*Y4QanmMRE*my211|uE^2AB+-q^dkJLmhy@_JM2d;3cL2pme~D5hkA?Pa52VdXkHEw;mL`hX-e{g z+6=R8cZ0^1P{U6zu_poy@4)*HhR1oL2@Bxxt{wUe2Dk(aQKk{&3jYvbBd=n{mzNxq zU_$<-YlzjSR8YWxnZ z+&@J^P(Y6ntpCC@~f=dig7*dh@siljj!3yz;3Q zsW=W7LovcT@ar#Lilg6*r@2GQQ?DFAJlRBHJAqzVY{WT3Y!{I7)}B679raAk<}$Yd zF=Du%CIt1h{DgApl2&o?EqaXDDC^ApdbIcR^S<=5yQfNt@_q10_EnqTiS;-hzhZ!X zu_2{1UGb*lNR86R^xmN&m2Zq-*3XL=_6n)`ORMq1iksn`qvAd8)ZYi=irB^2VBJ{h zdR8k)t9eryn~~S4xzwtt-gL!bYu7aF7SH5sM~)yA_>ArayAJUDQV7Tow0y`@h+^cxwkt!q9kxrxXa%((TU>j%c3;~7 z8aJW}+pj{6u%J#R_aLJ+HU5t+)U6anFnOM=iCqc|_{0V3s~vwKS%7g1P??H^C!K5z z8JWGrlWZ&)WKJ`*eS=#Z1K#7F_J~qUqhwju3I*VqDdk0#_MOQ=ErxS^ctjf@(Dt<{)Vm~EC$<(qffh3Q*bJlxhjbSU_sqpfL%8BTKE<{A1s#T9(=$CYlX7p>u{_jJ_7x zqvhU&`;+ZR`!b6r6L49u+9>yXk*v(5QX$j>HGOf+yD3`3o#`}Vo=OAAgB@+>mLQhOy9LZC$`tgI)xTw~f!#Mh-<4bjrGaqDKeXjYz(Tgzyy>&$9 zs;!44ZLB|ABG~^czI@CnGjvq8R?{>^aCp|GK^nfy_w9P zB!DsJZH2pyzHea8jpm{MmUMCc|4A1cBPY}UCh7VCyp1ONt}I*!GN>EetQ->OKIWtB!YcOLN=!|tQV&9708o2e{ayd;jPS{*q# z)OT&zYIiP}w809en{V~Ll4ykTpMSjVDgYQ&Ip1K9{ak>42ybFlQ@XrAOxn$1+S9Me zd&6fn3MqT2AF)Ax;*Z$Cdnx zv~4(~#ixXH?LROxVdWFHv+u+hfLt?AG8dKmGm6*gx@tI;iPm+?rT*nqAd#jsdwPbT zCAj+(Pg>H8cd6wYt&3?(fQ!@m5CNdWi2a%rEVa?mm|w+j;COu zNjZYBeaazc9pH@UJE4xevSN#8EMCS3@t~e-m5*Te*`HN{$32w&jxZ!Su{YZ{{*&0q z%9$}O8I5{}f>$r5&@wd=5m?9TULbqImWk(g*oNHmh`{Nvowu|XKuBb^vP%_o+(*!Y z`I%{M8R?5Dqip^cYghxYpCGXw!|6MwgD^lSXikBAyf2lCtl6duWHTR$Y_ggF zELyi}yty?$4=;kQ%A~kRF6Uw)B@PBba;pa zE)LzcAyJA_L?L_q)NV_49LwWI&E>utJPFw7I5k~DbkdRo>IpOflC-7~Wracs(9JF$ zVB0ni7o~JPOQ&bq3-mY9`Mcm>gXxUv6Tan+iF&Bba@EI!1G8VIkv>Dm*b$sa?Mwi` zEr!5l#}QQt#XLc2ig#PQC7s7QR;b+vE<<3PG&Cs>FEbya+QJF%(=R#c9jG}!q6;V{ zc0+u*Vhxpw| zR6VbajGpx!8eMvZXR4CFBWc$=sMF7#jZ)i5$+5KM`O-mFelJ+a1_uFLE00-Dd)T%a zTmG<<3}m0{ZeNSu&W-(+)q)aeCV5>z1(Xh?e1?r}s@_cZt1Tvl@LeREUL^c0&e)Iz z9h7-^Qfld}D+yRc)-j!B{YCNR*Kk~@@a~3)j(`2>A->?81mw5=XawpF#mF{+xPnH4 z|AgssI_2o(D{7X~OJ5nFFG5>7{~nlCKyIX$Th3vD-IVM6!jPH9ZMvJ9rtp(P7&E%pb_G!paT}6?ZkG0Z0{taA43AU6rC4>;#2R}gSM0l?_xWNUXu7`fw0<~qR8 zg}l4T)Xe-{6s3Q1Tm{#ME@WP_ z;3exi7~#RDmhpauEB34&aP5U1V&j36tqk;W)ajeD(P2J;_u>=dTHAsRN_! z<5A()_R*`k>bOgPw81BmHc_CZvT9I6|df^$S0LCCC^{Kg2lqyu!T6)uA4%A10 z#yuG;g{5y(2g9@e9++XT}Q&>0=Da|I@7Vr-h@XuLX zl)|#8!R#Hp4h2WB{+GykliTEY`=eUd*L}}K!p&llB{zEV@UyqWlu=St zOEs-qGhJ!MinZ_6+Wq_5RXjQ^*zhK@arRtVN>^*s(_bKON;oCX+SbTZb*Jx68}sKr zY(9;VGBzJI>HVk<0zHNVTJJdMRQQsO`i2C?h$bW?dhsa3#txglpsy#WnMv~J5(69# z76-)36T+-v1?&)I)K&cBAs8BtY<#G?OK~dI z)T&zuYCd6pA7~(?@cdV7SrC(-#g3ni`Gp~|Bh2_#T`Lob{6mzEwNVPcoLe;` zInDVr^30tpv9MYuaP(zjxU9f-zve9B^LCQ2dfp1?aISl}aM~s|lU`MfVS2Unt-O{{ zU!t~VSSZWal&0(S&1{5H+uo-!@=D9Tes$|L^DRFG1?mQbu|F7VGDRa(n4EhlzMX;!oP*^8iyZ%+duPt9_P zy|VPZY36I8xVPO?(h)xz?f}}UY99YbOFktchUWENPQLtWuqwG{JsQ}&uxsF3zN$s- z$=r%6IHA}$HzDBjhP!)jV6XK3%g6}4Lb9WDHr#`<)ncbWY8vXi3{kFHE<@fz3k zaTEOSbT)-uBgNjJmKcrdR>-SAALcR|cgIH;@qeKR!7X1jvWk1p<^PpD<`JA2T$iop zgNgpZmOw#d*hls&`MkyS?VNl~L-f>%b%I2XX-7zX*ttd_u((cEY`+iUh6P1Uj=YX4 zh)wfMP(2>i*$vX|zF3t#8RZ^=JA>ZdVw5JbSDL%*FeN!Z7zCa>qaTPk9oFd&*H-e$ zb)p{)59s|TX2&T-$H$5A15n=5%4iZXw+gMB*w)Y!Nt>=Pg41`=g@}Y^D;VZuJLkzX zjpOh{$)&3>XgT^>iFhmCJ!7-kONZTEH8UVCKbn`0Upi@T?XyzM^Kj|4(1Fu$Jk6hO z$1pHbDNszY@@LHSkQSz_cYG_n;_QyvuOi8hP$ez`wf|`50|V1dJZ+V-64EtnVTv`2M|6rsX{U&cwhA`d zLZe4S$1Me4S>!@}+Dn18QspUqj$_Nq?2{hE`hM^dq1|h+b4Sm&v_W5@1drc`;+AVB z2oY~H9Nz4`PZw@uZ^j%p9xe%BF8T?Cj)~CmPXM6(R}1QABMf{Q|IPC-T+6si$D#8s z@y~gsgA)>CT7_i!gZsnb+QxS@`<20MIuxAR2x6(eaSkn(1JRoeqbsR>id?IE z*#7s8D0kg?lS<)5c_K}`tmQq>v%0_8m&mh$Fulh_5ye!TU4l6t$r|qQY1B;hT7Dzi zAfJ(&X)f|ZdA(C!;@L2TP_EA_51$eXw95SJjLpeiX^DfT!%VjpSh^Al2F+N)K^=Sq zZE+_oeyGOa9I5pkMacfHzT{)FTQJ>3yAMelzdHumJiB|}@OeDn{_9R+YB1$Po$?uk z7kih2$nm=nyWnA>o~~H&hL)grm1G#ERB9 zxU*i96ltbPUoJH@L7ft#@@+@WbxiT+rgoN($LqbokOXhv1rVRh0Rjl+)Kxb@)KqG$ zV!7%A!+|#ZM#=V->xwcQ$gDam*|o~@>U9Xn@5JUyLE+y>?xJ(@CfX21!>~56atmu$ z`%s-PFN}I{tESTC4&SGS56+(W9w->pteqa)3Q*@Bh%A<4ctwRii;)HTDPl=V#zQje ziX`+K&?dvEJRgvK7UMl|&v8b6fSmJNt8F@RLZ1a=kZ@9vh*25mr`idgb+>sf$iq^cUz*z|AcHeNkkzF!~ksGrZ| zpcs57Y5xk3Cd;DREGtGJ9$eA4yo42sIsi?Ci)}sR@CG76giC z`{AEgzRq^PfhP3Ew*Fg2$n{?`LN<1m|4l|H=eEh7vSodvhu(y<7#&I84g4aVf+}G< z;Y$0rghf4d4 zqgxHXy4KN<*id+Oq%b=Qzb=`>Wlr1J(aB{vBLZ#-!Shc5hz% zrxZuiAanVjQXB=#e@b!NS;ZX6vJgi%Yda+@RAgQn+j8cQL?i!62>H5xN^#Yzb5AZR zz8Ta1uM{VyvmK1R&GQ@qVcBSI+E8}>wB*cvpuC!eXM?dJ7saNQ;xrP>9gTMot4o=& zcy`qH0+>zC^bS4pa{yYH>W{R_#uCuNJJo%k9IH0*u)jMccUVQn{G&7=chBs^*b$M; z#p}LV^m5sC^h~gj9?Ji)S?h*H8#q9P<$7-?5#_m{e!-o>rCw=wi$$IQctLxOojM?dr73MYk8dE~HL_E=+1uWicw3p>FJhZ)rbr%=U-eIs z<8?s!DDl49V%HQGSYNO-pJ{ugz=S@&H2*VMT2drQ!_M_>!kKO z^QwMpR@3MtZ+2rW`XqgYKRTYjiZuoW!VQK%jTLHIzFclYb!7vc-8aYucb%p}U@%>V zBa16FosE9#1N)D3pQjZLwKd0FdJ8+J%rRO9@Zw!gRvJli3g&9A zmX3$fe%d^DPNQm+Jk_W2;H_89K~EmMa#_pF6#NfG2O+ax_cY`+#WS#}3ekv<5WK38 zwRK$BF(Y)z(eG5Sp~DlElb$Of%K1=YP4kJz4j;h*{LXTJy^Ea$>Tvz#ki54Smso1~ ziJab1%|YV&`mX-XlBdTh2i5GpGe*_`y-y0U9Dyo z(_w&j4FW?w7kE*vWtu)&LLc0t*Z#E_mpc!>@RyzM1Av?FnBHMQfLeg@dA!PZ^|KdR zkRtj7D}>&;QiFTehSi`>m_jk;7X@J_WN+3)sj-a&0!e;j#lZ+dfC!`PifCp#bVuQ1 zY;<%S`G5f~)`q+znFv!ewo*7YOq+5NoFGlvbPV}`lxDC}P)-kTLxKeo@EC|nlcwNT zcV%34Yp$Db%~jYBHN|0Pf2E)PMjC)dbs8VlXSK+6RUd0C7^bs? zSHnZe+4HXb%O-f;601cs1j)gj3HkJppTUf$<2Hg47qbn&+ib8qt0Jy(Pq*@%>JIvY zWReut|+XaDaW)%iKf_vsm5f z*sK4hUWsy;X%xJ59zog8YbFQkCHrJ$%UI`7tGhPLA8Ln~n3*sJ1v3!=uhburHamz&$&A_LypnghkdH~ueKGL1 zbZ|z~Ion_WM5=d21Bt(oD99raFd;JM!sujcpag@uIN9OZ-@}cJF(>%}ZP@i*is$o_AR!B#a=*k&`JO*YJjW8`xIN9vQFMT@N z84P@6;{qi8EYHF)MemH>?J`o$JRX`)$`BP1v%qnZl@g2)C{a$BtF@XaQ`MpZx)YO< zA4GPoa)Rs$8)Q_z#3g*gu+Yj%)9vPN z{djq~%yjests(MU+y)Q0(^<2l3*3GXNM*$`z_SG>sD9BIun4)9kw4~C0>g|Y`ZdLD=!1?&N&()Y2q z{&B*nVx71MpKcF97eGhuyBGa1)NgrZ79xJJq}K;Bm27RyTwZn?bHmWeBbxF9RNN%n$}^>;>TIoW^;j z%tRHpjc5RY;yNft?Ft|LtO~se2YGGr{utO!cA!OR~DA0D7G zu`p*2@v3<_NrYOOk}}??#zqaD5iW+tJ|4P;mAR-Pv+>}sKfK3BG}wB!e@*Pee-(wp zd#G1zzR5+IohhDUTJyuQ={OLpgarg~-wjoYANl2d%?11~=reqWGw1Ta=9aP8HZM?< zV(4QO5WJ{gpPPRw%}4jw&D0S27hzF_uQa6s|8i4Bpb>m4C`1MP`4iev5+!qRzEqEf z&uGX;xw2GY`F+`r`r#pNbrvLsY>xeXF1?+5(=1{5P7HxA8X+_AawoUr#Z8P-cd{h5 zX~6R!{d&E?34mrUB#oF@z#6qkzfMC3m9N^>DZ!knNj||_`01N7)s&_|H^4{W<0g$1 z#*dM@#!V93(ub5Jyu<(W7mY%x?)FMdh;6A}T~W^~3`$AHDgN%i6FPFiq9X5g%k%_> zgu52R6~8IYuRu<0Hy`r{k8AImJS)&o4lpzF_0au2F4~UUVbQ{&#$`1>ZMJE_#Avyx zru&y=lSP%(5UlY&>EbR<@;2@w7vl=zD}+;FtrfE4?jY}(3o+8=uFfwOQ?Nq}ZF1Z8 zj<7Myjd?e(cIGJRxL9*}fW8O96@;^M#WJ)eFcBas!`i6zixVmoG9>FFzEKreiCd?o z6hLaPr4BPl;w>gbHcTGLRz!@IL6Ul9Q%PD1v%9MqvP;9!M|b`d#@vrSNH6V*VviRp zi<3C7VQ#1Yi$o?4%Hv8?GSDLLQ}HxmTe+8PKe5nXkDCSpe$j;dzetGW142#)>9`9dKxQ|ZXgTHNsc7gKpaltkTG=^WoB?0 zyzE=E=3iaBV&A(qs{n0!BWq^_S&TX3N6u}^2@5f|ehT^TVO%JzZLZ=F+tz#({KzKbxD=xF%nR&(dB1d2iYdTi2z zX;Bll(MX@stN{f3%L7`z1{7}eaATndNGoCXUnUszJskvwhHI18$klS@McxHw^<)yk zJ29IXqHcz{U8nK_y+}2Re8pyhJYOWd#5irnh2=bouqPeyyh6hH0i?&j-r7P#7MJ0w z+*&hY6eBIlDV3~xOLA;l%Z{*^aC*=(;-tnmfrZQxs+8}{R6mf#r_cdqO1-cM2M23a*#YF)V6hQ)CDBBXs5iE6~?heJp zXeEnqJ0OR_62UKdMhQ3R0`cSqG7C?Lou~Nhi+`0weBbns| zG)vV;}OU5FeRzu>*yx?vq9mTa3Y`~G?@!%N4j^0JQtD`2s09R z56_AmqtF~HT^19N3c_jHo{rC{HcnD$yj^ic_*Vfz$D{x26xV|(s}5u3FTGlbhWqNKBi6GtJDgX> zLHbRPMIYlpd6u-QGWW;HH`64jHq?MibkI_e9qD0@5+mlgU*G)4s=xx+CFYAjNS7Jq z_&wSN!t?mKN4|pe#pgkn6;RK)Hv-#{ihH@{Y zq3G>+xX9bV!{MCVR77a=f5}}K0ff=XIS2@#_(1u%wWJT`M6JE2$921m5TSOmh*Wb| z!BAY!=M7q$t`xtwDw|w>Yah_7g)zZL+{jvl-M)HwXd`L_0C`uO*(QSW@{n#e0`YLL zkLKPeQ1Sf@mvgkVNPo-kZJk%BIt@jhK3O29ExzS(xM;`c%vPC&S*?j`usHfvvHe8r zIf^r}9$;~#c3I~eAf5rV)mh3>k0K!>CvJ10O*J_uueFF114Vw5hNK|Ouova@R|oB! zwQITQ^0VCH<6#=Qnyu~iu)B;cD$@&yf(Igcf04wZfAF6<6 znwEZ7frJ0$uHtgL$KfUKlCMlU3hg0R5ru$p{bY)P-&8@;fyh@5-#}DQDtJvJ6K@dM zQnE`OM=_KW#YpkGIP^%;2Vlty-BsS-!%s9Y7$gJxsFh;q5_W}(hH7mmB7k)uf@b94 zAS?0&zOW286aGb(Rqe_ZP2lY#5*9EFb6dXQ?G4uQ`(wrf>l$+C^%^>+{-#KV*-^jLAk3!=QLli?Wz8jJ{y;G+X^{G2 z*9;Ch+o4lDS2x}m^>d2#mChkJ~9!5}H`Dj~CiA!4EYBgaVBO^L|qDVPma!k@9~i`S$_U_#u-}4G>C51!Ozo z4w7H7R6;gHiYx*;gD@J3oRDfr$sm7{K)B)l?8zsA+mux0LQVt#%8@Jqu$X)s9-R|) zpk?#;f4~7cO-uuEd}MH#WxHQxEQq@Mdo4k572d~08HWrm$xeEFT$A8IOd4ZcHV%UU zf0V2*r`9SID~$|gWx6Q+f=p>HiR4}%yO!Tl^<9JwP4G12Qnfu|ZEQXREwPw(9|Ob} zRv{~BW$HJ6GPmJpUZQjkzE5n1I2!_GULPe0m{HD0)NW}qW=Z>7R9P7DomG*p?r|1t zJA&9c+*QH_prCeh=A=Vb$?#rJ;=ql}%dvxUIZ@QZKdAwY-~Ro;7ksWiVj3y3X<`h(zznyL0=ifO@b zLs$bhurs~@^}jN^_{0|_wjkM)5YVmpI0=NIuMXuD64rd1h3DTAyKEf4C1!;nUZ!$e zhh&9Ikh$xsR`Z^gPjUD7^xp_H9v&NTkB`ySRwiooa>43cvOjgUmFBtHMrR3%)jpHg zFwxdkUVm$Tj9R+!}_VRc9w77zJ z5OuU;uq)y^Tk{F^vU+-J%E{dQU{_GTVw%hdGv zgtwOKT5@PW8!V+CvBde`FA$?1IeSvQW}7pjZDxq79=PWW1;H1@N7i;pfbmXq(#;61 z|IrRYmN@uS&2u)U%=!bo3*|%ho^G~cd`QIo7Y9w$2BACG<~n)c1G}lOyXq-W`*+1l zNU8ZUSXGoD69Lh$N)M%;1^UD*V3(CpB?P@XzDX|EH_FgvB0P2f`n}vV-Zsre-PjQV z)3RJ@S8vZv@;@)1m8b5`!NGKH2N^1Uq0=uY>}^^PEx@aGQSoDdBOmyFj&te$WX45u zaNTZS&b9$mInef|i;IT`7Sez}Xy14*hdFbmuNMg`oZrTcq>qrvC7Blk(v9%DVyVm}IS=QQD% z6~XM9P~Yiwt=7;iD%~_0A>t`Hwl>MXncMJf)PVz#Txc@%TTVo zpXW;*5CiFh4zxn%t|0@bBGQJhCS-{$hjPjjmNtKknA*N0KChk0icM07ww%RKG}T%U zTkN_Og%hlv(tqjevk!ebr}WF8wvB3}+eZ~&?`4@jH;u}0tFhQ>s^^w2V5RmKUAVWd zH)~&%CnRZ;Ek-dgd`W~9q;hp}y_^C<8xm^`zVP99T~O>5s}m<>*&w)<=;|9f8u`-r z|4QPvfT|^y?~!q)Yq)nr{Grt0*esI2K>2t(cP=rUWSLq;7;`RBN?SL(P<5kSJ@3qb z&MYEgwRxBR+mG%IlA=B_JHhefXvN%S2`ViF(YN+JJEdY)rMH7Bxhg~#My;aRpB#nr z)vmFa$<2ZcdxUEXk%k&NIV+UlV>520xLpm?8KP#&?t+rZ%1vKMWN(xia`jj-#%`PC zX@T3PI^Q9`-}NU`5Fr!NmL@Lh-GO}xIP?(Q)w9Af!T?++FV}!9dH888x-?>8n%|Xk z3D-xuv4HlZUZu}CrYD=KrR|q?PH;X8hNII1?vSP1h50bQy#8GhzSDGhz-ESHYVr0s zGaLwEycsTCFr0J%?Qsw-e`wb@N2e0i6Fb8}mL2@_*M{da*wJ`&amoE^jPz5*w%z$J zR$%0;XITDFGmN0vfv{<5e<+>4EF12_6Nb8?OR`!E0ti_w>J-S4mfzWXSCASJ(_A$# ztFu={=?2ZM4a+uyVy-F7O*~&1zH}2-OZ!H>@}NA9!Yejj+Ph#}iN-`5+nykVlX0cM zaQ{#%D|EY`%+R$+)0N(FeAR5DN{D*=eVL1yF?;J1+uJEE{_KwK3Zc=+F*uvp8X!e) zX1$qR5b19QQitLA*Z%Ht`i4jDEDgi}2vfpzCULpCIyvHbf|!X$f*)er{AsUAHNv-)1i(<45i>{2XN$MR=c+Y-r!7oP)6QE#n|K;LudpjT> zMti~IGC$In>}4AH(CM3y<~=&Tj;ifzH8lSM{u(^cIbo9h_RKfvcNA*bk3%R9geIY>6 z>_Zt`gvhY<6=dit7XyL4N&Qat=bbo|_wI8HBVdngO@->b9(H#vw3SXt0$?wRPT8;1 z*77-)WNW}(^vqax0lM{1QLI!idQF%=EthlyhMAeiWd2Htr( zgV~&Rj`{Zy1)KnD;Fwqnoq+2Qf63YT`B_YJ04zSwDLm%YoM&^BP3#jYUXl8FM5~sP`e&?aC<6z31^k7^%VwN9ZSw7yD2I?Vv}b@hZsv z>V`WU(qX}qR$nmzdIoU7E)A!|ZUu(14p?UfCXQ>wr-P@{9pPXm?|5oN%Xp|BecgzR z7UZjCi~VJXw`$YeGgx9ecT(L95-r;szeU3Kck}Z%fPiHXVDR=10KtQW2RuOjxpuVq zgOHcF*UdR6JW`aAmJA#>h^eqC;zi|&tvwX0 z-qBzgS);ysFv*Sm?pW7^XWDD6UotvKiM&s-Od@=?Q96dPB;O&HF>*=Xqn~2FwQ*&w8Dk~-qp3As=83JcSK*kb) z+20O$tr4IMkjJyCgvf#0wn@IU*j zbIc4XI`))(FAp7j*r)lA_HE9X=oA|1QDSP`_;T56xVO>-xcS0Lv-%%mDPf7T8UUrx zTDgehA}@9p3cS+&oP9y*EfgeCZBzx-h9e(U%`1pYZC8R zXFH8gQfJ|*wwM)y>5R_%#oCp>$9@p$7~tePl!a~k$A~r{bB@YizzGzSAahTZ`2GG5 z)atEU?x;Q=m1f zHTYoV0J)yz3hvL5b<1hnT`dps&&s1&=DT!*P3)%t<_z?jY1W-oW4bU;{G#^U3_7q< zk{QaqlD14i2wqtRxG}Y6IhBU+R9-+5co3+p6cM6yC^-k-uM~fJNp%K+D~Mz*tsaje zQ!q*qe8wKSUqCFj07Q!!+tW($oNsyIygs8NpaQ0(ui2<|6DcGy&J2P%A{0a90o2O{`*!P*W(^JZ~!u-usD=V6NRfI62j+i@m zhm~?(6;FxU^1$d%$*~bakh$g9p(x7{_>BFbC_XgL12jH~lk=h(R{_9X{Io;F-Zl@J z?tOHvf~P!kWXT;5)3w&%Hf!0f%ij|!OTHoOx73Cc?X*V=M%*tSx9acOX;Ob44}2B+ zC{YJm6Ng0&N^g=Z&{!u5fd4R*I-)bjgx4;UEbYDW%qZ5hdi@Fuu$O2?B4g@;{D|Hsvqp>HvD<&ff1i{)Q$GtYoEk9h$@a4BU696SZwWosS1P-mT^ zLy|hO4lpp@`@-StHE9xIi$GN~ii(Af1$~lz>qbYaxH!N4vaAw&CGjk06DT#BHY(Wb z$egY(MElK&-fH1aK~{jf30oE)^f79Da!gXu=E7(La8&!{B}L5JeV84N+&7Z+FT~JF z@xJv}AHG`d0$h{ap9sm|3!2m!=UuyEm*b8*4h;kMv9nBVW240nQ4tM4V;MP1>-6&#eAd(F`Ij0Nb_SQ#Pq$WAPo zMxGF1ai9Aijclr--oKkO9D_hn92owG_MGaa(eg|{Qm8UJk&TK_D&BzsB9{q@b2nL; z5QlGPC^X}Ov5`X^z$IrnFy4F!VmrB*N1@ z+IDB8i(Kqd8NED7kPwh&xn1HmJg-+tNNq^15bcO**3vJ&x_0`HQ}MMo>#S^C9zG8z zZT3ZaV%x-#@ngTZkkWKSjayFwW@GSw@}1joCWp+b!o(14irvQ>O_Vl@M z!U$MhqXWXYxjD{H{giM#VJ)l74w>WsoT{=32F?jQJ=a}G3RR=ni-3*_Bpj@F8 zZl&EqIQZov+>hEFLdebU_STksNRqjjl8_#U%2UvXj#dGSJ@l*T6vI$h~ znLo_sR}k1{f_dl{E&dpuNO2GrqrBF0oOzNF&h+=t%fb+G!RXU;#?%rwt*;FsePv4| zeYqcnFL&o5{Bk2LD!c<2zC5zlaVy8ge#=pGkpDmmAIYEOe|bPTkk`2DBav~12BbW5 z{_-hIQB>hw8m{D@?^RpLBV6xmr@O^PM{sD>_Law_o z6hjlc={e=RJQBz3%pSP>MweTreN+eeZzG<%CbJ!BKAlzpgRjwEE@)vs{rYZ9ePu6k zhoRor%vl(sO>i7?+!w{ zXT|Hv-*}Jm1JC(+nEmXm!9)l5Aso=npgC- zb3Wa-#YZsr403bHAh(aLf`nG^_{->SKD(O;P}iqqdmkcHuU6&)-)KX?XP@2axY9Us z8cGF5>x#t3^)Ki8qmlXPKFsz>eMIk}=W}lDrEz`jHvOjDZ);_B*&sjJn#=UoH*+-+3!4$ucZMj36wS z5M?_N%T2@_7Lsc;zD(k&_E12DE?givyS=aw#kp5uw}k%xtEQBuXtyJrsv1aM z@&+GYRw`4u2TUc&sv~2D(BREcDw9(SBjn~)z@_!&Ht4ltz^{MW$8qF8?PEon5tNM4 zC{NXz^CJ`=38kO*apC!SNgKYr(o1=eid@obd)pp5p}V8J5EqWfT-A8HCqJHik(wq| zEL-E0RSd0cf)ss{2ksAWubio=Y@sr!2d`Jb_W^0~`vZ`YStnL4tAj}kZ(}9A@A7Qs z>+rfJn@~qe5W_qm3(a*~*REKi><-x`c|F)MxvD>c0%KfKjv@|4LD<`fjB!aEJ~l(q zgTgNAoolwgw#w}eSwK1N(%m0YTord;KT@L>(Nc*_e_-ri?afAyZpwP@X+l(Mcfo;27|k~h+?0Jl=G)Rutn30akyaXJ39Q1Px2P26~udVStZ_ltq{p3}Fn=(y2Jw^u%62$PZCyerx^^Lf9t zu<<+o>=Tp4t|8j>nk4QHb2ZUpOb$fPRy5gIeGuT-k}*)DL@)lv&1n^u3{p>&cNa!L zvXZw%Zv|XS~a@~_-7bmahTEh(n+Z{ zmqG@OPUM4r$#XJ2-58Kv*jzD*GLN)xhUu2&K5hktMV+K4oS5pux?x?hi^T@FB_(%# z{t8}CSh||LpXX^%`S=4RL~-W{V8zjCMB;1_(MQUx_{cZdAl8Vgy(hiOY}y4(gboA$ z@l+ozb$fTF>5?j9ueJzhN@>yW1!&L={vykgw4nd7w6sJut-&mro@7M{;5IB01B2fBHo~+29 z9_J>)HT&9(^2}AMCM-Wl41Y#6TS?~~Lsq$tpaiz%$@&q>R3=@^T06A@l4XRcx9z_` zhR$&x8UY(QHTx5;-#WvCW(Z|-?7b1_i$rHFd7r~prKG{V`iPr7`g}$Hn7=Ly&sRA zMQou}fhr;~0^6yJK!UgwO*N-TLfDmn|D4Id7T;37snIyOoXO!TkS6NWuF&@1) zhc^vhswp9XPtmEjMH|LAP(7Lbr3P0!tJ*1x+GtYFjT~iPaHECkFVXYJO3>2#^(x-t zIbLq!$Nde5PPVkUKTOaY>79Vf-O6#eu8MqGi%(Zvm?tXHrMq4jcQ)z#0pV74%@4Xt z@mxDUbiAcs|KzIa!PM@y>(<{RWg)tq<{UNY^=2E3kE5>A8!_&@B*63p>5zJyEdpjT zKtwKlmSQsC#2SQi-wL-8J`Iuxn?X+44U)@Zmpp$5T}T((yp47z6^R~ay6~niFCjF_ zq9~`fV0c3ETNC^ZzqV(zt+Sy0GFPDH$}r8m{rwo-Q6QcI z-XXS$Y#o>k(ho!wuZFn_8>L}XgTwS^iNze!Y(}6VpavWK7TeBtv=iveBoGwc&JM9q zVv6c9fRXpKuQHpo1%~g?dgOhRK@3cR+KAjV(@9AQ8*mkYabzN$^`)1SlV4}c0QKPC zu4FeyrX3(?;W&-Zpufi|sacj>uaJ2YPj9dVAt^YtisZ?>!FK;1VHD(cXuDcc+e}CGeBqo!-TsQKw-h(me++VaTCI{v<)53L|88fM;=2!R$fwoKkG^j@e-&w zw<<8sKWv_=WcOQmERMVhush+H_@Ye~dw-OnNrWDArW)&h!5hPfd#%ci7hh^FiHpE- zZK|jW_SiRCiCMDVr;ot(YoxDNe$bS&2fy$D0ubo!R}P9Iv4R1NJ`rkZP*L4R{|7>w zXn!t%rj2~sZ@W);4l$s*1j#aK3fa~*J~YsiOtNBSh^vR1P4=%)1~_GSX&w|IZ#&fd zTOlcAg1jbb>5%R>)F$-lsf%X4J63W0eu0K)MwAD=LS(_U(_c%wd&~F!L|8XgHSgZ# zqsI&79aOZabBkg>7l+4Gw|%1Ad6URU=5F!Mu013J#lJE>0V~M&*UT-ygbHv`&Ql*t zBIr4Wsws24;M|=jrVtqaHOU?pmzIFV^3 z_mp{L*VWQrHdcxM>Y$#xD7x6fqEOj@bl)+r{A2NibJT{;Z{&N-_swuPEjlk9THqp^ zWH6s&xjaFHPxmR#`l|!ij{CjR6s3#*M2yuRb(#=e>A0J)8~V!n$3P6WLI4nK6ltMc z;k}DPuoXpA`$AhC$0SXq4#3y04o7e{!4oqYVAmu{UZ+HI%&6h;XcH?EyyTEE_SHB* z9am})Q&!jq-z)089)WA^W+Ir43b6OpDN!sCg0 z`~FNh(2a}ih({Cln1W)e`IJQ=)*g3XD5s-!7?2rK7$M7^d2B@V~(1W!mIcyz|7W2H1Oe?5w*9=cq0SXp7)>;4GO9bPP>U z@jNe;n2Zrv!!s1E#$GcA+-nK3yM5w?Ites& znJ-H~NT>-`1tBMo<-0M&hlI0KGHutcmd_8*#`Xv)$O1^75tA0MfgCCZ!r{_olQ#E- z_TvgF?5$)XU^~yAFZ?PQ1qiEhVxmEX;avrc7`ckrcu49!$+>1JGZAhnW)Qg#P7q^K z3PH}$Ht#IG0wKDe3Al=MsD0*sA$mr`b0iO*Fr2STM1oQ+Lp+NFqW0M20_%xtA|X;B z4jP@C0|x{>c1%C#8j*>ZdtKJuL{s7$G7$m5#JS!V_FI5lp?a8%)EL9vsUlG#t>iZD zRAIitnYlHhUDp8h+xhgPa-6dws6>%9)#PJ#ZUtN)c_|iEd`xQA1W_5ge z0jCri?sU6;oCbL;b=iyt?vgk$f`tgj=XC6J#_{S#%XH%pXnNs92p;!6=yKi#N!wHf zPG;}Xw2=L)E;Jp+28LC{kHU6TG2ZSO7E`gs8%egvt?MOKH(@Du#)jXT^MzydCZ}8C z!gd0}pbx;XknZuLHM80AuoK$0`m2Q)JU8f$1zOdNza;nTKk-)TR79eN){}nSTFoAu z<3b77x^58;u5DlpT~GLi0oah#Hs+C5ClWCm1hIxMaDi}*U9#HSWj1N=jzHFa$Cq>D z9$QaBzheCQ*)5#4%jzrRL@QhW_=An)X``N6cOFG2ziG`;4q^9Id=F9wlX_O?Fy`9 zy?)~sE-&Q-UrNZ%o~8*4%vMCt#w$|Jz0oNTzW@D>q#fjiMIF|7B_EHfruiTj=q&Q+ zyn0_zvC%l{gOwo9bp2*zK!ZRWt{tlz?2=Nen3dCM^Yg^FYhy!wgR$DmXjGj#p{nQ7_PIlJJA8CIH z+>OoU?cHjVZHeqNh4AmigWms(_)0b-9Ab+NQneXf)ik3XxX{e1LI z-oIkE7}&TYbnC!nbQMG-b@_ycY4yTvrVd?n(b6jBLe=@~ zaIY6y5G|SYL`Zgw%oKbCo3w0Q|5!kd8+e(YwB&&v(3;qd4&@st3KF90Jh&TM(p9!M zbN@A=)P)BC5Y$HWDAW8-I(K>x-L3fs(%U~mfbSv+MUf;$u3!zaNtM(_OAXTE?G>KB zMuO0I$66_kZHG_iu#OWsP}z7aU07nWFEQog%#i>7Ahze4d6!xPwMTBw533|Y06{%j z@H}`%#P#?88ceTI$EE}Ku*CN$=0d-Ar6L}D3A&&n-kfnV4eqdrR$zp7G!0$|7D)c{ zMYZp5?9vKPinh2laFc$?Ra|U5eGJtzEOa9I&b94PZ0=Au!GHUY=CCj-w?hmo%y1&P zU{4@5i0xQF`$P}S;H$kPV0P`~C2So8%PuTH^s^e{vJFQuqV+dH{bg}_ogW}D-6V?PMX3w#ys`rKqq_eNM z1l5>KmdT(8uMhNKg&r{ncUAg6l+m+pM51>y-I25Dh{y1kx+Hf}8x3DH?UlRcAF#Ys zfzpK*(b;{`oLakaKW_{E10TM2_6@L{K2}>_C_Mn=-OlU3yBVwXe!f46cw+j zkL4w;ytp9iO0okO%=*3ir(vX--W9Vl9id7EZxOD8;xR;GI-EFFtTpgn8zD_H8M(=&#zr~d>>&#Wl? zzlRwE=Jj7%`IN>6FV%+314D0^}Gpor^y zUDDU^BpHBi=WV0|RkZ#!7JRa^X|4A4)V-efeFN5t>FfVn0?70~6F?SbhW`bD@KSri z31_T+>v!!IOF3z@Pxfbe{j}Q(GG_1fnmbqZeD_1WsAlWZ z5GmEUej5-xBlIFfr=nWAr$b*~-+sIh$m-$!{`x5L`!sjH%jVNUC*+9pT{!@`Wn!JJ zS?EVwep4z%?}?Pue2G;67>Ln%c!eMYEQ)=gu-7i~@GVmVD0 zDn2>!6#ywo4EFedCnjk>tR!sn>NCvO;bC{sp*>U~s>-{Z+e>*hs-c82Iq|DE3H+R8 zAH6aabCHYmXvvdlJl8;M;PkQ}r|R15VZ5Ljb>Of;4_4d#U_vgU!^)dKd(wVRow6lH3D`bcHDL4BnfGsdYFHbv#*mW+o-rakj{d*61IXxO`1 z2Pr|NaZC_dl#v&c=BKgPXsDl%j!B(YidF)g6F>Sz9_rHoiB7Q4{z1se*4|4gmHN0R ztkvt}u07`-x|}Bx{sopIl*u^uy-l~Q(Cf}|;AY~EUXb|}(uEaOQ^%&orcxndCoB}N zq4$RtNRK*bWKtua&NKtd7meH3<&P^(HQACSn+ONI2WEPDU>NOH5A12FajsN*pA}u? zhf-u~;-hCRhJ--{d;Vjf$3YzQNu%CmDB`&T7pXuaDbD)yl9dy;Je^QYPLD|Mt_7p? za)ds6BIg@j#_cWzzuNPo$CEbz*spQ^ksI@d5~W5t4Ez(#`qbH$1qhDxKvUM9Xb#;;duu$4=Jh7S zbR~1hn~MV@PkAFer^!8Zq))SncNb*8gtE{Lt!6mR>!H&%%O@QfF=gV1i$6&Lo3iKW zzm&=F330+SDeA4ZVP1(?_<;ETW>tv|Jk|~Uk@pF?1r%Rq&iJ?!7@M14&kJ%W-QIHuCz*0@W8Qu&sS=!oXBeKYs*?~S&l6>VB2rm|6KT714EN_w zFlQ1GaGR9~LVOTqV^m=>(PiQNr>@xF`?7&JPXrReuJ(%X=)i`v9F#hMrii0#rDoI* z{WZmAKOUUz9~g`ex(P>dqc9hdNH$#4a4U4jc7CrP!6+tm z>ong6mY(V^oG+Bnw?z)v^Jl_cu_TAf0A{kYWJe8n<_H2F)u?T+6MTw>Q{qsaZh%0> z*)#9-V=d>S;V2M`B#GLP)o42iA>pnl3p0bN3sicZrBD~`Ge(9>*jIhO%e9G6LLTaM z(}Hf%^TEp6`MAViN*y4ZFH&_gX^R+^DQvBSujYN9B~~#1*P0)TT@md30-wj_}FsVU`drt#x6Ya}pt}5?V$+K=~-S zeCPQ$XOc{xt&zvT7BUcL8JxkHszHX2$zQ4s37x;vVw6O5a4PSl^q&CS+%=SOexcUw z+3`YU)fX)edx$He>rn|MBq0-ZgI=R8S3Hq2OKxGC*7B^c>VlOE6nk!T<*6)_v?cCh ze058=EgVXB#a4@rUzxzg(JEO8_?>CCuyEuIB{mPrwzSM{!3Aeq&(nqj0t#m&A8ehV z7MP680y87kiQt4p4>G8Sz07?hDEX6LgFGZe#@3PxdU9dFe7*x8vlyBY4*b8uz25eu zFhvdlv4Js(Scs%uhUHl=qdN>yJCGS49!!FgwmQNy_D4`*4q+A{7tI{z04Nw^RzGpz z)}W<_jE}ZHD?4zem!oc=BUF$i+PX1Y=2N1_-m%f>6EIFGX!BK5-imqhb=FPi-iJlZ zX$57B(6U9afYXswd%EX#;?YuTXc$SX89_EwReqZpqE|*i((?}O+SJM)ft>bW?|Y`v z;BNoe$%Tbzq;TFZ)rFzCt*t5h3382eQ5LpwXY-v*#1U;+>q z+bnM0zurC`KG6}B6GIB6qnB%Kfxm4!F_zw9VZy}XbS2~wXkF%Q?824`Bw&D9bWJbeV^~>J zY(Pd-xBp0ivrWIYXw#ut$xQzAn^Gr~Re}69dK?fz$N6JyRKRJZ+}nmrUkq9HvQg)^ z>L7T=bsKYs6TK!oENP=4O^yEf9aq~_r}Dqny*{K_I&BO_VMW7nb*($Me|YKoj8zgi z-L)!)1e^Epf)qV~XUKC9f}?QwxPAGJH1SHB(ph84X9Q`$(X0X$ix|%DQ znnueHiP#YPvTJB3cO7uy-S4^Id$_l1kg}(kk`-Z4Tu-`lQtmPSUT>FMSZ#JPvt?N< zl`IH{`bGBWpu&o8TaXaDw7ToZtQPgHhx~PYi*1y^H+uYpT{aDZE>rZgsA`S8x-LmBGvsq=ubM}X5z*p+fcXm#`Sfe})X_X$tQIS+&G zNGG>y`ODt}rW^~KI_=Abi5v1&>-Pv9vqaj<8GCS*B)ja9L+FRfDa3yQwr9^F`hH7M zEWJcYM~w9QX~MBdXZj1Wf(?{#j`6eL*TOqELpeqezDRZ*fo zUL@SJS+-GD>cbh;4u-1n;`$Y@Mx7MVso>MM4-SS(NT&f^`l=Hy+QyMTjQD6Q*O3d# z*1||siyQKPyMcy8)nalbsq=8VvB#$`gJ(gWM{MX&9B_fB(BiO2@*pVqXtcIX zm&rkJa!%0XSI!k|o1~{R@eo|&`g>2gaHdGAVo*LPq#xOO`HD+nl5E25H&m#XCt&cdz$IhaLc?i? zxr9TuN9%J|O)$ZYGz5F%UIZ~E!S38)S&OigpING-+k9(_5}n3=MVGbEu$cq%cxf#t zXC=pa4@@@=S~nebI)Fr!17BvY&Zs`IJ>c`FV!|FR)pul}-#Ep~Q6+o{R;LI0>Ht z03zm-YPPsm)=y1{Q)u*rP?+?y=R`u1=xhqda>{x8=E3I?D19-HaFoQ|D_rJV=xP6! zd9wL4s35TO%8HLi+_Bxnr~A_a_BNnLdx3H(m~>WCAPvgp$IcnBb&KawTX9NY6s7QA zm;@l$@1Sh@;Se^xU1#&UK$==H8hZvKWPX?SuVoU0&O?(kZ8K_0Sp6?4SJ&^AP|eTh?;c<^K7!A8DkzTm9A4R(sspl3=UE zVs2j)sFYrPCLsnFI2jhEE{3s9(R|zvoK<0}d>!Ju!>`uY2^g?g7lG0cxRGH7kgU>LM(O+dt&WCV^A8<^>rwrCXZqmorG8PlCJRJA`OXSbAe{tXA-1?9a|Hlr?SMTq zXx?qX;H;47GTC&O^qH@sIvXE+&lMMbmtYOLF1a%99}TDdawO3)4%^Rm+)5apjS*RL?zF?PJN|p)*G=zmvXD3F{9t zbj(@FJ*QPxb3g9#DvRUb*mtn;NMD8|y7msJA#`Lk8}~fJL)hsA##e4+2_w;^ zJNj%;mo>W~ge?b~<-qo=^wrMt41y<@P_B45E7j)_j~FsDV$X7AkV9QgPv(`b?W>&^ z^xwLN@A+RuI%T6rW@gr!{t4&87B9lUPQPQJV3jO~=>_5y7PMSj9K~AlotO-(@w~Mk z4EfCQd8E=V&x^Cu!~yj@EDc$Sa7AL`z2K@J8Z&An{5CfS?ZT<^@5h86s&NomcO99& z56P3X@sU20?iW`(M~~h1zjuSM7*v7R%2(&U+#%C;1i5Fivz{hqE=NzNv}5746pLQ6 zG`gLyyQihbd^DR0jitnY7sXc0W!~_+Ckj&+i&3$$d_Hd~uwer#oTSMuEcF$HcUCSU z$eaaa8ZUQOl;Ztbfw}LaSoSR07toi+2o3kn(vKiAL`u$^oblg2kFO|qsNkF=sp*f&iuFE|AHs<1qN!5lyk0v}=fhBjvJQZ8=_VH+bqgEf! zi$~8@pp>jm_>Eo2t6Y#ETc+~g#sV-Kl2qHcA27^ff9C#MF2ej@auGI0j{gmH?Wb=y zTJN*cv8_bO2XCK_c;q!~-%vH$px$6ixhA_-jw;cIyo{RfpZDvKeCwl!XXh#h3z0;y z`gy%sl^Qs0Cg*CQv}5EO_Ye#J$I9@*-N8R9-ukl@wfmo~sL3mF`Wl4TZE4oKAL3ec z4garTJnw)1A+8bshq#8PyMteM|9nh86F0KbBSgM&PV8}%RX=l+r^qSMYBT0X12nSHQj_78%M@8@%xI^hf`L+2=j5<&!8vz zKN`|*Z%la$qLDMxA14Fx|J9H-9Go^${(R)*k(voHRGmv<&kuQy^~o2-zSLZ!sr0;c z{QoqhvFfdrrct#2m$>GM4lx|2L$SVi`q-C?@S`DpgWl)o{(lybdLbwQO{nqq)Ujh#P4&`on$u5MqJvGF+Vi~7v>l(i)2ZFJ zWGpV+4yMsy1b%8wub)k%xsK9OkDv@WnkQ_fL^V{Koq|yxwYn%byFE`F*MSxaBxLZi zJUZ)b8xtdH(5=coj$lm#fjGJwCYw#L1RD@0x;#Rd46s8T3CYrvxd15BpA~(!6XZ7vg;g|{yu1NA0=pVBN ztt6D?&fddRGvQ*YXs0ig#TQXXC5SJ@$wsn#aQREYxZ)cPj9~eBk98V!@S)R{Ayn)p z+Mc^J2jU!dvkq`k;3KUJy9prA`*lXjdJIr)>dQ8O51)CS&^uSO|4wpkRo^uD2cg#i zAsmAq6T5IEW!@n~QQ-zImOWu35PCm_cDj=Y+o^eidaUj(b}OIQCrv=V`+ z{SQZu73-51OwCQOVD!r_Evs_T!h=ms8g9+{-m& zuM+dJ?ghGm7s@rH^jdFsj8porZ{UZrsJTYErSc9+lFX=G(q1bG!^Twa|X?8 z_g5Q!cgLg?xEb(-JM@c7G2KngFGe!qeO;y29{N$&WQv*q&$fOj39(~pev(g<_n0v* ztOH93pEX&G9p=`KR?d~!x>o8z|LUW|{T18+zIa&-$<&Jjq!^Uli9nw1KnLpYc8<%8 zkHg7^9jOp-o96PLg{4~jFxaN&Z4Jt;{cip0>-`U@uFgybr!nK=$=##V*6>^Xx*AVK z{1ElE_lpi%WmB;=VO5nS#x-VH_5dI1DaC?l^N62MS2H)9rHf80xW_7G1Dp* zjtCB8g8-J?VCtrY1CTL%3axPqF zf)4JhZoCD;kH5k)csWirl9bTRFq{hXHDW~@M28WK;!XTXQ+wz-L12Qr6tHsOKxR8M zIPK}%pV#kv0n(s-Dw6lh7{8=J32ewcVkI1K;ZZQb61s+h6eQe^p}grO9Qo~n?X|@1 zq&H@8LJXFcZm7zg8-L6+A_WlLG?1;dA(Mj@{~=8z405F}?X4y)CjB{%BH|_N@P;!O zh?Ib7Z6obwFn`3bJ0D$4f*1k=5`o9kca48ByN?@WCJ~c(qE)okh){1_>sJenL1COJ zSyvv*gsr~Xyc3Ik+7VIAz~Pg-)@NP)*>VNkv3bZnJTAwd5wzMp8Ax%$@716x+0Aot z#bSva~3}5UJs-27K9RrRuP{JTnYhY&@uzG z28&mLw4RC!Am9VF(=Q9cRA8=fu=e_Ty@B06dO6IdcfI%GzRtW7)Vj`K?8}@I%|iM) zdJ@Ggr-!UoS(nrDCUE_9F-Zx_@Wmg0q!LtmnNcUJz1JFsDr&8#4N^v~xPj)2HXf=| zB`lIq8Je6e3x82hvQsAg>R{?XX3I4 z1_;1ZqFo2djzakCFf@&!W6n?TK?ct|4v;oer>&a9 zlHp*i*vt`OUn)cN$Z^V)AjDD1{X^vIhHMpn82^Doold(p=!+u6lNO+qO{A}mdesQl z3SWkF7&%{Og;_O}WN6+{Y`|y}Bm{c$TqI^tJ2f*}hVl}EN&ux!xX`Q~U=2;-pk9+| zrFUItHapR-zVRT)kI`Vnh7r&~=z$XxLpgUkabS*)#4MWe`>UTsVC3cub!0o|nmCB= z4>U}WVfa2ulrRaHmj6h~`3(pV%bS}vzQDfU?d2JBKynOZu1y;$`~Ym;%xPSc$sZR4 zmcnDszL1_$0c;l4fB9~W0TN^FM@AGfjD^V833%Fw`tk_k89{BIpDa}`w;R>C2~Ie7 zo!M{U0U5F0o2?YCB#-R4nUk9UT%Z9XC+O-VyVZrxtb(A+hzI?IR z3(^OY58lbwvYPq=P{AAhLMO`33?!YD6pbXTAy3>?75+#0T8JMPqSxh^qjkvwH+R?T za(0^k%0HAG*0K{22{_{6*^;vkm*I6!Y!^oHT1-9cEObxS05UajbHdyl8~pWPF$2fa zVIS|6E0cprWp;ObESt`q%bGd&6tt6tOLlJj;^TGfTiaStZ2P$p_Gs;Q)(^p8wRVQw zP@X0Q1%9RJ(qV=6`>-6g?#D=}mg*bNkphBO{&>B9m^>V-=9<#;LHixN;p{GQNMcL(g=pA(k~)JMXn#!uK8OP6UM!x-1{r<0yx-F}2ThYt=n zobL4gkW(?sqV)=ZT#NjeO9t8O8rYn zPA95ebgcu{ej4Vlj$0xQUe{Y#6|u2ynq}=7V?i(KjJ|h3+L3%>=;)u>X#YmSc}<}6UKTj=6+(ztWb3?M$yU@q$}ZP#N?4!t{?Z%XkG1#G8d#@Rw1qESm+C>F%FF=l*Jx^J^hyrnec7Cc4_j=MR59e+*x~*agVL_ zQ_DYrG#m%o5Ib{Qg%Kj%e&WUG(FB{ok=?Zf)qxq~Y8O!J2m3zcuQ-w?Dv71G1}UU7 z6clRY5p6B`PH|Aw@rFP|w_~|n_|x?m1QzjU^ORN(4VJ~Qked^2?FVzGg*2_P6o8OC z8Zn%`4zCn}=7Mspx$_wxS!O~s12mI$hIqf(qPSn5;Pj7+(zkh%S&!}K&Af^#?E7ktgM745 z$aOVRViBRoG!scMa3}lCsA{t;q(Nv`=s}4+S14+S$q=$I)?uc z0KDFLoS&AqIcov*TT^?b=m!ycwwk*;yU-RGzxu5iImsz<-U`m=dvZ+4{!M{xMQ<4A zANm-Rps^)`XX+KTlUtz0J2bH>`Urd`!dM`3^SoxqW;9)xlZQw=8_`w>N4o&DSb)y z1peB}IYZ_wv5_R~z*n*A)M@Iz4t7VeDHBbSZ8)cYmo#}rmwX-x5r*SJ)W~vj;&fy+ z;!hVk)J=GBp77ehj+S^G=^#OY#7UIo#o3ieHNbaovMxKoY4~RpsLXj#wak;D&kTYB z5gTXe~iYgi=m4fkfc1FF18vJHi>Iv%l zL|_G7Ihf0n zbQ9bAbsU;n;WH*UQhS$Snz?pq^h&60bnFDuhoY^C9#H)L5eRY9Vi#p%Dq<2^p_H@~ zpo`i^`=X?IGr|J79nPMu#%v!@G(1pY|{GdaGW-_!$ z;#&2-(v%?dA#XZ^3%A-eSE%OgVL4j08rbu`t;%EtFRw$)9uY{rxig_G|{*o{`3)u-5}2s!IqI*7ohh?Yqfaj1J80 zgUb~}AK0E)#zmH4wiREkkiwgq`!=Ai?fU$LSYQ2yL2h0?f1>n(j>c;2l3cAl8oj)q zoM0hXaZH*&d?-uYG(vJalxLQw<;9D>9`!z#Na+LH-kbO9!0D7z(I3{eU^PH+w=AN+ zP()bmmQ>$gzES?&wP{=bO;lq4FQO6;E9d`3RQitFNj7iU{9D{;FVY6MjD^hpvv;r` zZQdIp=fRU<%c1qb!hnsAc!7iE)$o7QpYU=8Cy}6O<0?~=Aephe-{;$Ync}(3jT;vw z`u%M9%9lf&GVCEGL@3klll2*MJX~WRXP{^0LJ)nD%-8+mJK!*~j{=XG!u$9iug!ku z%P;N@ULO~C*47tPgWE2TMtV_4qOFc}f=JB`;SK|MO|5geNe00v?>t{rF||GS>wlRZ zKASK7auq5jPQjb2{nnTVH%i!MGzCReB`=X0!(DI0gFR4URZXqs8o{J~)Defp_NnJS z-b%?DzGze}E$81=d0PF7ghkHzL>!ADx&t@^ns|i`%4+9;EFXoP4{`A zoN6*Fj9E@e+|9Su25@$Nbn;JXMxFZ;H}&fhRla2hv#Htf#?#;Qf4nw)4F%^?Tr&Ns zy_Q+04k`;00jq>Q`u!3EfLCh4*OM;+9G#PIvrQ{4l$arHyT58IH0{nsa@rmyQft`~ zvoEokGOaSeF*~Y}Zth8_97K`UVfV1zAm)6rat$Gj(c4oqa@IJ}Um6?{3d;jhkOPnF z!4qhOa24wDS*(H6QfwPqTEPMP zZ+d;2Ki&i4)uLID4EvMV zMl&G@5XKiz%pa6KZ$0>@OE+|nh=WyW_fIw&7QsB}sUDd`LTkb&@9AIf!@S^$ep-MHd<4A3)#$O$d7X(O)6UyW5re<3wSUsJn{CUjWFcTMim>lJ7zTMy!PkHe!4-Fy1S31yA23e2Az#GY{c+Dph-}O!oROW$ zPuDmF4Nx00&mg8*X#@DR^lk^%iWY!p@%5d@h~;)KqgrO(#w;B#*@%+JrqxI)XR*l|wZsiw&( zF}U`{a%bkjAEnme`>cFWx!Oi%GEBUWH@ZO}@|hg>iH|)0Qe9r$gWrZ8ZskW9o5RM^ zv(LB?LRD?_UTpuYktf_oWvLd&S(59v>BOq7N16nU3CR)`4ksC$4v{=H3P10l`3m65 ztRD1?RHG^XB3fQF&cg)HTP?(zF$DPim3#)7kYE5J=>nZCrSAX5Vm^54KRp)uD9vsH z3AKjXiHf>+@W<6vr_T*>up6&Lu%|i*|B-5(A6`~wI3QgUT;SsXFYY!3^|7WbH}{So zoV&p~^pO=ug22*15(qn_F9#{e1*)gJ zDHA|-G5Smsnjmn;oE2>?4^ro%|DCL%YIm2JpU4zYF-;tZYhhr&Ag-+ci+08L2IG8B z2Zc!$)FF_}gPcay)!_|{)bP+f>5X%>Fs=L9P62?_+>_-!!`F$6uC z{ZPtkI$8!f)6M)T^ePKS<8**oQ2;}}p;pC<*Mw%dkywLzOz$56=bc}@6`;g_5(q+C zy?#m*{v3L{G<(mqCRwS=ynPhL++l=np_WU48drL>`V-^f%*l(>ClZldNob+=%@=F#cNrxSnXaF3F%L#3}*Kg>^a+vM3{V9yyos!p@9!@tco!2IGP zHH109V-!R9g!9x}Ck1WAqr+ycbSAHD^EbzJkDvt7G}fDmM0?xAZb~_bVucK%U?cSM zEiNTCa3wZ;NBKzME4h&c)jAVeP<_*@IS@A=c z9>ov&`Sv3q^`0!ot2+ayoRv1Lc+mRtBh%8g7`_cpXFrneNCT{9=xZ4ify7w-qI&Ie zQzzfeiSNQuxxVVDjwHW)>xgwI;9+;nIR}l<>18#`O9F|~tACUhTU_^GoeBTJnJh%1 zLj0S20YY@$d?xZ4q$v-!+#iGB^u4lw9hw>xOmoa8U{m1S#7iFlVgvCUlnj5jf}UU6 zec+hz!3SCouT(5v*jCPHmq?pXc|Q+~3podhS@(h&fX>Pv)nNoosPV)+jlIPSWV$dr;goveOo68c`&02e@~Ius63 zPArjxl+!34PI-aXg8Lk}Ar!M?+g3eqw|4zbq-PkjgxHy}CA$~+%Kjo(`?CvKUwA{X z8hO6Ft`@?MN@aUz~1(fjlO)3 z8oX&u88w`H+evfo-!*fdsb$?Eb${A3hR}${WkA9t$Oyu^Ti}SZQu%|jOC@u_V=rp%bW z<^ocK5_MCdZ#nI!RgxbB=#+CrJMKe#eVfq^F?Yio)>Fs1mfHv~Hj^~Sx$7k0%eW=< z1M#dbW7{7K>o9`_N@i<*f5MN3!FAMGAaT}0oe25CCzOLitUFAn zwBa`5JL{D|6;niHryk-niT5d`@;zM49g0E9|@4*Vg$=WKdmEdOJk zfr?92I(kukv`Ea{sZ7Qep!?+Vv!hzoUL~cu)`)4eLFf1#v2>Yb0NI9C#gmM_Sriai zh2cDpF1%zXFp#&d&4~A|)wEBBHXQb&=#x`DX*=oy2lbqnPx3Qy0_)K;@76V6C39v} z?2*ke8tOW(nneRm$Pp1FnPSP(S)^%i=>k~8tx7}uz%6W9tI5ZcsYa+;B*Qa0Cr}`c zXc1;g|6Uy@)nyT6-#EeEhpP${G-eI^W6ev zBB#D{Z?gXB0dS=m#rqR?LFEB4|MrWgaY^iC@VADbtA$Ywf)Qz$&~6Wf$(9;6hXtxF zEepTbQlBbRsc$7-o1vSKQfy;tgJs(4pTJSI*hZ{NwkW_ymCPc+jNT%cP0~FA{BShG z53bX$89G3B_sIPH-m8DN_2G=Os>AUH=;A*1=6AM$5nnMJcpI$N2u;v0=f2$MCh`i3 zTmtW4%6;Httf>Z9JmMd29-svV_7~UDPsRnn7J7z4%j@xd!>chiNWzFID`hui5tp+# z@eOStNbf1qv5*Pz)hS_Psx_ORUbGb*hR#Y6Xdfyzo6G%${L7cCqN3wWIU8AH_B(^l zrSc$T)|4IJxVo4d0LFFd!RY$h3uY=)B%_5AsS_3v&wDcyr=5&N*I-F2F>8f?A^In_ zDX1sLN5rVy2d^%hgOEWg%_KLKW3iw9hvVhn*Q4Npn6T?3nzVl9TORTd%HO=mpfxKN!l|OBZUjmqTW=3i~N)9YLV3&Amaj2#vuCY!*^KY(p z+GvvfEw# z;fbb?t6<$R9iO3iGs>ZvKPlRb#>g&?VYgzI?f`5V?DQ(%d6NWW*y~xsv3o&(e`uK@ zt)=I$R^G3ILWUs@S|YmVguBF)%SI~=Cc{q4W>18&Z_AZ-iLFDl`8s-S5`TrUN>^<# zCx0Nw^^>$NxZ_;4P&vJwkw=j~wO!GM*q`qLNXt&6`#waK<`}^Zb|CDSq__Js4gRQN zyHXU<-}vZ-ReTtve?)ZV8U0UjObj{k}jvO**aAY1sTS25%nprw|d3}6dJMp9I3xUdl2h;o`K+4jzf*|VZzPGX@IVI+S zJLzb^>$#-ZL2vt7q|VMt6kk&qvrtIUwg>rrm4!jEJ;O(nM)^w-j`i&*DJZ9L)q$76 zGvZ+}r^`y_^uwiHe05x-qznU%x8g5&n(HGu7rpxQ?TJ--{DX`JXU8CuHG4Y zHCMC1rz9@HUrgySv9+y0aPKo@0`5HM-QGZOJ8j3@iM5-EB@q|!Inj9jd&M-ip|0pKysI=|1bD$Ply&DT_Wmar}5gK$s`^#77?F3Bs$2} z^F&-Qfu5wlK-)WRPfeg;C*yP7?2t(t-Ugb480I)oCOh&wzWx9o!piqBbLIO8Nug;) zwjv%Vdq!eJmTUDUaHd#Y1V?eO_N%gk{0yhf2vdLGxCok1EA%`%V>>2ID>jKh`fVvC z9vC@73hX;M%}Ov(oH^@Zu8K7F$>AC62qq;_k0XPl?d1*3|C&T3)>J5_M;^LGNk6|j zIdf6KB^!5l>r8z|0O+J-j3^3;_;N01{Y1a}F~^a9l;@yw(#6{KYZ_sKFP`iXHeRao zDNeFN-ZLt0s3Y}yjztN`kD;t^Tj=CKz%c(srCWNB{#7VWtKEC#kzoyHz&RkIyW&>p zaHc=(3jKRmLQc~>75r~P9LIkV;<$NO{|`c(j-1Cjcj}f;?&^KIOJ@c+Knmf8EbxM0 z-6@MZa@~1R4KN3>F4B@gHPhtRrt@l!_SKGE^O?zi?;y_+V!6I`eE{e?z_la*~{Z}#m1($ z-{S&K-cH`G-pp<9kWhyOEIO1^W;`(+om=QNt-({00`&uH{EHj=Nu`vuik)||dVo*w zm&aLGuSB^DQ46QY`PBjI!-G#XDl6KqqSXDB{Ke0c52~Aa)AA-P>_czXB4i%r7IjT7 z3g2DQk+(VHx+zhV2@X zPX|Xy9i(^mjxhe~B`E+wf|2;dS8qmyI1B4@hOW z(X;^OL*WN*dq9u3Hig~rVX;>VL7uWN-gKQbHUQfVXL`<$TK?R=YG)_4>aj`8kwLKv z%!lH(z(IVP!5Htu>$QmB;vDJcq5-%c2Oc zHoc&=g-;uzU5P7+(JoM7!P;xp^w@T2*Q5`YZ*T)p&{*G(q}#u2r?8is63sLpKMANS z|18zuS^>eI?&ALR>nhC*QVMWUNNJ9gz5Af4UiZ#9_sz#-Bte&0PC>L4rh{inF6{}~ zHi$;*DOJZZbyKaT^nA5~0xZ%t%P=8nu;;c&x;jzmLc_w$%|Vw^O%SBVd#_MTH=U>7 zVIkS7)9=8m^w+a9$yq0Eot86DVJ$Na65P;W+I^^d>29dIHMl^Q0rb|!Z+Xc6&QO17 zmrf`Bo_n=mb*Tg8rW44il}l0SFBt`K_pG2lCA7KlziS-&AnZ0W$lg~8b;ApG?JFu& ziPd6;ZZ4aGVKJI4loZ`S+YSBLx$ZAxB2m|lw4EZGHMrRKr#q)LrrSV6^*MGtT;lhl zeGVucn*%wg!f!~Dt_uT&VnL1=zqC~v(ZPHWBKh@i&;)poGvvx-^VC^VYt>k><unY4=xY zazdW)oJ^Kp^k3p>CM|`ze9XFaZ|eIc+@P_D`TczpUt?;5r3$86$7np^qkKI?VyVp} zQYcpC8uvSa;eEUtef&93W5h&<8`KiW%%dEd1ge&O-`21d!Ug`C1P>4@(DE#v{LU*L zV<`fWR`4`nrAVTDGB&bZ(+g(t1gdE5c*6{&+p5u~J7klUC>S9Wd(`|2Y>4MZ_19K_ z(J)tDrm)R4Tox`KfU@12t2|br^6bZTx9}kYQ892Y%(*DE(IdW zdsBV8e>{oq!$CyDjOhSaltIOa`pF12{^4 z^MT~+Wtck4)9oh^qgin*Vhw@}2lv*RZVXlonvW{NDDYCBL6vwCbo6Z@VQD(%(HC6D z{)!RziY3D1Ml)O&UWo#yN{Kxfz1iIzp0Vn*NBQIS2n$T=8&mBi5YtQAsro%#=|LVt zd_VSd?Ux58{6QeTBpAP6`K+`xOsezF?_`OUjqP@Kem6qQB>29;Bm$~U@v4f3m52T) zGXk78@XJ%^Kengc^(!x#v+zCxYZBJA%zhJQIQFqNBe(ttP^C4PQeIW#Vh}8Wz|}C8 zo$GHS|4iMJGVnmk>!88rO9vZ=TwjmI;HP$VS@mVdEG2{>SVKu;1mWPv+@igJN~S^^+VJiWQxQ!zQTO37D1~~9QTLPv#(jA94tuE@GK`sZ zs5S%@kFmZW8X{GevCQ3fZ%FsWKQ^0K1JPHE+rZap34QCPMT2@$*DY8lUm0Np(0dDo zeL%#z`&B+yQtHA;5VWkLc;r)x;s&_jV__Q6YxjOK85dwk)gjWKzIiKGg*BhV&ou72 zZO`^KXF|OPQr)vZA1@68f-8PmHQU-~sSo>ucZ(7(*a>^7y;F+&R;-L&@ghQfH2xX+ zyGrkp&tUS?xlmiW7rE+#GeP6QTA##U*=6rm)%l<9LX{o1K2AMfz8I$1*|gSdQ(rnL zxpJcsg>)&*M@j&XgUtb^XGiqwQ6N6E8oBulIEX3I6&$r61o_X1N|hdTcG6jIj7hQk zJOmk{Crl5QW{;QLTyY$kf`C2u|+^ z&0Lw~3NPb0go#;Ms)I2><2ZblV-Tn8yBngEONKX6=4kFdh*R(;?F_W?o&4 z9tCDuw_X_b3%`=A(=;#9b%`%f$hraV&8NSr6hTH(Y5UX&qMG}FERs;AKRQ?DI!NAv z=Oz=HkOd%VcfIxy)NA!saHh#kg&sooZ6ex^oi-|4ar~IQCb+I_ufN99O2{tjS9hy~ zdxg()tD?Qy&>cz(T%H*GqH|SMknkW1ocV8$JRGlzHJtM;Cac*i+e2~%aA=KLEZxX8 z^e46=MvwtOfsZDdqStAXVljH;PEF|$G!4U_=6uB zPvNy5EG;}>tAvKE9C@ATkjWe^zGT@E1rs>^w`DUAtT;pFXNbXk6F8ve44I*mzIiX& zmmY_I1xf|;F<~Ct{cy!A4lLwxpEI8=9r)nZ+v*&Nhq_RFI|Xo}-9VQT-s)^dGLWc1 zm#--lU}&#D)M|^|zSSo!B2sG_d&z zkFvZmJnSY;98O6o`|GJVBhuGka1Bn)&?u7B<91j<*^vQB6b;8L=0dKe3hYw-`Jy40 zC>5c`KIC47!FaM<-YCI&N%SROh5K=Po`016K13ve+4lq?c=50=jQi9cqB}-Y8!BLu z^!A#l^t*H`cNMQ$rB;q%ksaz@LmhxmF4YLg5K7e7&ejW(#y2N6pMkNf`>}!c(1$h_hJaNlUJxu4tckDOY*Pe@Hb3mSR>UEL;AE<=+HK4 zxzpENC(mLO)IhrmStqWf1(Ml{s$>U2E%<5b_2ylyZ+{=#SY?igPrV{;8mD{a?quTv zq`eR$7-k3C8HD|+q_z4$i$&om3qh#TB6}D$rcD}g*oc#Bg4C(z_gC;6@obGpUxahU zhkS<>l;~E<76tnGj{_>X^^K4cLx|9&VG`1i2hb-Gj=@F7)RI^_ujk{5J>iH|nJuXb z*P%wV2Pp#g-Hb)hO~U}|5Fd2}z{z`I3(jJ~Doj7kfSq;YCeoTs8~}eZ+>SIMJ1))) zcbX=9m`N|Zf@u&YEh-j!iF_GwfX$QsEcso#*5EEKnqbRxBOGzgt1j%%NPKqrDsXQi zR=q)lT)|9mSlcmzJ5~C}pp2~6FIYt}&u6W-JajZA_s3nwW^yJ-=>?#aP;%yPc;bFAjCVnQ0D*uWD>rI&^r!NEz6n&HEdE8kq`;rmy9OwS?afj z_*5MW(dNaZy~b52C)(7Ah74Y=E%1EV)c$yFUWflV>$XZFjF{Mh&W@&kdVg+@N#aKg{ii= zZu;Dx>Ac{`vbKurfkp+`Y?eFtrr4nzo@AxHeeSF$fuDm^zl>nKGZYLEJXUM zq#$hnk!KARb-dkwwHG)|LVW@$Q;OG0_Der_rCcknjb#8OQormh@$}PlUdcs$lKj30 zRz+9C0D!97!4?2@j;jg?JCwJ4oB$B-60Z@J2*sf+_SF4L@VK?RG!PBF_fz!VEK@{S z;1tvs0`ge7kz-Hy^+Z#|8os&FK%C(*@U?k*5Y$roJ3PoUNz#S?}oh2 z`?<|=Vsj%WFgBAP5xXY%_}9D5RBDU2PFvkY)MQ*wG#&(NetGF%8`bkR$<-rGNA45e zOBq4()MYin1+~zOx?y6Pd*VRSi2xW4R-H_2bO5;7FnqtLl=XewL>2Mg&2N-Nf#7Q! zHRFV>4%60>fG5fBTiprr8Pi>~K@qewBQ2{6W4j3yOHm2LriF7;>P$jA;p-E;M@%j@ zwT&UOwx@z^s?u>V-Rh_#Z`Y!Nn8mn3<3ch?E;0Av>T5G4qz>knFxA4l2*72n*O`jK z0M<8P5$ghlrVawppjMVx1PNoSn5Ja0TwfD0NXH9l`|X~xJO9B24vRQp5l{&=1Fv{G zH!~k$hKOo|%V$xWKLeG6aOm+@;poOkr4p=hxAF_ra^LjDqdLk`AWAcyt8iF^NOs}; z(wd|A7DFp@9QH&><4I6TVh+oNl4Km&;rYAB1Xc$mAAwt+c?)(2YOL2pGJ~DlK(CRPmRFlaYhtgb zR7N{(W2i5z@D_DKB9aq&memsV5l^bL1{dG0?Z(Ly=QRJ9VULGC@2*}y7iPSNjLY$3 z70^UNZ*)hLnXl{pH{{{p$z%(9o5dc--|ovBIp3St`@eU6QN?GoO`s=E&exwfsz#g^ zQb-1fs9Txw1p{1ubjNhIGw1g}cLj%6Ouy${zY{Q+&|?>2_zdEmEeV2XiLH*;J=aG@ zfAlHHtqDfO?cr752}NYpX+|NUTS?|(-!Gx)J*fFr4QC#UAnM}X@6^e8j z3G2Bcu3IgMr_Q|Up6_ylDTd9VluqQge13Xn)5yWYvt?}WLzt2`7YzJBL9Zr4T)!C{1oZG}Ey{B60B~{^g+8#-8EL>t94My%A44k`))Y{i!X{|^q$j}YYw}Mm5W_6@ zpmd5?KU|;OBlUiM(ZHi${ZTg9RI8}B6{QzT zXX14u2-ita$oA>*JUe*}K$bOPC>q+)19^@Qzl`~5n%_MAl{?N$_py-Tboxls-4NC= z)uP{GZ`keW1PVHJys8Bb^mR*%3sTHZBj=8_PRwt57e>tdDS%_t(=Pj7ZJu)A z9wm($b;C+3mMl}aU=tUO9ZfZQJp!&6=eQDiHa?q+ldXcjyA#XMW__$gj{tOBG+(Ws z&X(eI__5#D^qr4{I4vdFFX{r<=w_`3je>L)Z;nf zFD}Xg(8oeD17ymdVa8&cbzB+Ncz5o2t{kxsUigUK`dddw#TnlEv5YmXw`nXj^#;E+ zbu`PCr&GUdNJ30;IPvM^6x7atqt|EBllzQH)(5F208FVy$`Z4F_Q^5u`?V%cJ8^o&08O8do!mgn zl_TYTiUULs;YCnH5wNabkY6MisXX;*KdrhoQA>8$%FeN+pkGxtX@E+spBMEHac)d0 z75G&Tmrz>Z>ox2CM*B0Hs226aa-8&J-7Ew+e|OSgq8(}M732hSY1NX+z3vGW$4WG2 ze_vP1%QanEF_rN+I!;GlZ~~v*xE)j4-Ba}Q?E(9>%_(7i&0;=Tla;XYy%)nI)%ioa zy3&L=Nt^XgLZ_E=|{08O&-kNR8s!>T-#?W zx+^|pej|4W4#JH_?iZUDHd9reQuF32iOK1rKa%5naI71va>e zkI@R`1=KZ{2KFxU7o7v?oe>(z&rrrr^3PdSP5W&Br&mqHL5DI?^XZ$GKvq=jQ(L^XT(EXYmv#f}PQnC?Q}_s(Na?&DWKALZ;wM1EBF z-tXP_CxK){1VK$Mm&7nOi|`;BsCbppxY-~q4|px3z$Q4cGTJdvyB!2AlOqn(g{PVIQBg4Ai#Qbey4*o9&+`_7w;=;NQcXVd0VzoRERM){lep zNdHsoy)M}j<}~xJv++p4_=RY8Ou4NJY5d7Oke8CBU zks3Ch0H-INV{*Vn8Rn1ES@cfyNgHn_eTJoGRrY(aK`D5ex^ts_Wq8li)CjvOR$ z2&Or5iM{q(-dG1$R3h+Om z$MU4JTQ?DG=3tsWiCX~aZpv_5)}3CQ%)nyKZ^x#UlARKo%utR@bX)n@dA5}8x%qv? z0X6PeRag4mf2VcNcGmuIC1p67%$eHJfRs(VL%nPy;-g$&DoKG60w2*7np2(J6p;}j z*msSm|28za{@2j_|1*+5}wqR^Vk?l*>b5_G@b1zi`yhQ3oW0E%eTyov!tU) zO5)K_Kw3fkRr}fpV!67|Gl@K6JY{Ra@}vxzmkAhC=u9gJohcO+xZ3a7?oxk$qnJLR z82)+l^>Rj?yFv8vAw9P)^X|}{(b+D@+r40pRS6s(FdElrG|lmIq$d&E`3v05mpst!IMx#kG#cqD~I-`q6Pae?9ApX&Pi|% z(>Bb11EZ4wRllq$=l`^FgqDt1>o~@vbUsT*)7zq`&o5;@bey_UHaWL(uWs3|f8QtQ ze;ZKWnGxXpJQ$lPo~n-j^n?(58C4|ttcm|_h?84btAt5f{55Ge(s{K_A77oLmI#s3 zYYoSyp)!*mz6r>h+9l0P^hXi$JpAO%*2ZC*hQFZ<^|p2 zL*&~4CWXezDOY3PM{^1JhI&5CA9IMV5)|`UJafYMB?yS%6 zs90-{-9D1F-72v-kwT|tZzMUIzjxJa<|bhLNoh15`k0hH(EtQz@<|sQk4^hs%ba=K zxYJCFPeg^|#Fd>6B6(g#{ktWz`07f-4s9&1-Wj?2AW2EM7-_J&klXMtj;Yul?_Vjv zZO_?f%Ufe*Z*dG{7md@eLH{=NnzQ1I_WCkawodX;+=M-@4{GlxTz81IaZJ~(#`_;O z1v+`Uy_v1{Tskd5v9hZ*Z?=BAH5Fy*wR)$$#%B)<@XDF|Z1oYMt~qapf%jDdh%_uc znX=FFkjl*`PNZ6}L`$=}y3`;cxPsn@Xi^2#BjDTDAdB(GvH$HNsn1!#=6o>{I2qZ+7ynb@wP$hzC58p<>7 zIbdEh%MH}V@i~DZr{$;Wkb?JaiM(ETA{PJBQGB`mhf>U;RezGvwo$=kL6UjVPy3R|XkR@b&7syDG+^Vu}ow7eER5#n1bc{rX0txuw!}bnVt<+5YHqssne@d#N<->6yBBdhi4MAU?cNS3i-{dq zbO7cjt4jj&n?ge?_Xu{l9Wp2N{Zu_r@U)vrj^vMxu;rO(h2=4bN&mImgHl*59h**Z z&=2uKDW`=(*ob>I95V7ioY4*Gxq8Ru`M>}{@q(Sn0}yL1AT%=@E_$Zs8c=I8&PtF~ zMHS#(0>dgvVY>Ge_FU(aqsy~ZpP?1VuB^`nc6<}Vz=*xaqsVoEW_L9;M0?SQ@asqq6mWOD0>E1V`Q)bYQRT@A>^<@&oyIoE$r6M z&kuEL2)6RI$8m@Sb{lcEAANZMh=n{KVMLz*o!VHGJSKd8TR_b( z_#5}^R&F6etO^oZWbeFCv=TE#Iv_Xm!T)3I92x_G)+8F+wr$(CZQHhO+g8UmJGO1x zPNrwJ^A_(f+}&5V>YTZ4QA*-bFOWaFo~zE`fg}a`ESE@u9XOb0O||Z0K~QIw?vkM; zXQ9&a_e;h+tnmkxGp~o1ERIp-pq%}FJfx(U^{#L=a*LxVRM668-kN{VrLB~S#lm6@ zNLMuC^;jJL($yN zn3f5h>&mCKY%emGCdjCTt;fa{yCC^`}X4HAsU2T%w+Bu>Q&OTw-Jnd5*2 z7!H?&4Q)vH2YP~F)174+l2%oO{awI|9W3joEQK`Z1_3&Bozz;F0d_#4Eg$i)hAR@Jw9hFv1aufE z2YjOhK4FmB^`#3eB}A@Gs2^7Eu`OfZ5Xvan3wB=L(xFF;Wy-HM8Ifd z_pO>Lh8P5YCrDrNLxG&k+D4Io6nMWt1OzQ0OuXlNW7vT1J>SrXto6AO^{2C(^l%%I zU<)ZbN$3qvfCcKE;~6z>j2&(wfRMpX(-1BcAXbusaD?e!pb@>+B^eFndjytX20aD$ zZ#sX6`G5y!fI%)4cZ$Y~gWpc}%PP^ou+`m#+F=;4pFZj3b{9T1@PsS^UJ;#)qJ*=r{=OQKXo0W+W&H_>BJE+otIa z2>~!BBA}(vVg#9AfIoPFYI3qFrsXMtu9@zVN7Qks0$?q=nO?xiL@6PT26b)GT(XEp zaP7BLw9|&gkHy(%9TYy0jAj|3HD*g&U&P4w@_wdwdO0-~ug!_ooBV*wc#S*qk^=)UfP--mbg zzSUoQXO4|J$>!|2qMeR)q{;6RfhEKr_oMKyJPtwN5^%w{>?X4^FODTM`o4|DU_RnI zJZMj_RUlu-<+C=Wmj!hLFTj=rh7u+%(JX)7-7FC<+454*MD?HO=N%` zn!|tvD%hu5J@z|XPQ#ihVvuydH4G+EuNE>q58OH{NwOk+*OLa|P2`>RM}WB-Iqxo4 ze<-i7cHs>~O_|8kH36q)0tGmU?99&2%#^9{h-2!=<6ekVGhXW|7iM{JIKDVGm2|SM zPRg-Yf7+(wPHhqJJ`OR$j967MKvC{OzT15;p|KiRQ|%H{FZ3|5k$MlrMVCuFmhu}M zd6^uYLS#e@;6#Esj_O=9til8L=?RC4tYsb&BH+Q#je5$^(vT?;d`GiTWjy#Zaz1M) z>!#~WCI{3Whj;oCohxTH^swsNo+gw|6BbiA(J`fE96nR-%|2IMF+9xO$DunbaAd-f zpc6O!dY;|4^6OA#L&@h_7~EaGx4v_b1YG~a&B)y^bfwJWLO2?9{5YmQ>sLKcQduiY zmGL~%R`Jex6D(Pms2b_IqQX)_7eH9od{OeGYuB}D=oZksS80`_H&s6-N3&F*UIRPC zxx6%3{>x6^U;>3a`5b(8+aAp_s;U3)Wp{@K;MeE6Yq|a^j^*Gjc!r|gmh%=Mu+3Z3sL{3Bt`2{c#?@p(Q2|=ROlHmG z!A2h!fymA^oZ8J#<39}-UX)Gul6y%72(+3$F+*Tnxts;|x^o@ndg`Q+{x)8@4D*hk zN9o_#gC4t#|KrFYx#@BY`T5SRD_t6^J7s~asp)3>F};hm7!6cyvgpcPOrxzwX%8oIMjl3%bR z4aQMjH3=3mY&@&7zmU*b|Ksc{?Z0Avf!D&Hr*bKLE(gPhxDN`DBp~SNNnD%wmx-O4 zR)QfX4G1!fu02D1T>HgUN=~F4S%elc7u+XeHqDIWE3*siL{GQcRy%F7d+(IYNT#KK z(ezf?x2bNY__n!VNTYatjkp&N$fy76q&`mXH!%my??o{V&F39L1B0e|+Hv}M!s?v2 zR%V>w&|kE6U;CE<(T??Z>T**lUng{L>@#M!>O>WGL8euQWM{)kCwyTiX)zG=>Kl0q zA_SaF((VXaE=m*oRdsRTl#!X+&&bu$&nh`1tfrrW7sI~A%uY9fK@2-cOwY8+rcfLp zNoOf1-rizXv+9A36&V3w(4RvqP5-S(Redg>`im`cN%^hA~jb8nw;hzuuGsJ`AxTuI1M=G?nmY?a)(S6rY zgNDsj3g5QtmZeS$FUduG4;ZKSmm|os--$(vhxjiJBOZnG{jt?&eA&lS2ySuH z?OFq4%27--`P)K$vl2<{H;E=ui;-2ptHXzIWJI#Bb*7E3@kg)ur8&R*vX`LXlxFR% zU6)7TAS06=ZhHbS(q{lKjOU2;Z#o+`|)5kfavb#gB`&1u z(Si-uF;j7|c**fBn%-SAz@hTOt^2A6#VHS9^+YLWv&Uh-g&T?+`Idh8G-glX2Y@xB6 z;)7-ii$HDmuZ=Q#e0Ue5aCy2<4ZgE40w*Adn`nKzbT?#0_0DKO^1LbU$iRMGw^RG`v*vkjZeH=iTdT^jH^cOIc&+yk%au`NHv=`Z@v19NEK4;_wb5Ac2CB;T?p*B2n$o<>3YeQrR#V*7~nGk`c}trQRUwe)zTB*n3d<#5#tk zTKBx{H-9Tf*h%r5oV7dkFU}XHFKu4PVu9A~(yx&*2^8Aq%o)w`Ke-JK7qBppkrG7Q z7b%bBN?~^%Y*9L?(Y&|V?=KkAOwcyp1%?<0oa|IJP=(mivIA=)6*f`Z=-)SIQMxf&sMXj;fRigg?%bK_?_*+K+b7=*fwQoeoN? zqR^*Y+B1GEQAJ{P?7|S-Zi5UH*eQ@X(~_#G@p$d9EsS{FZ2F<3kr5W#@9-8bh!2}@k7KDR;( zn2xH;4k)X~;TKL8Pf9}^2VWjyVJm* zt0pet==0FZPD4q0W8c=RUT2XF=VRMdveSg!3kRZ2O24j6a8z+1FOY*Zv1b`7kn{!x z%3Aw&!Ru3X-@ErPUQOu{?l(H*m%B~%J%xWS0dWVqIS$WQf{VWkB)G8?uwNTz?M5h2 zT&A~l4D;Iz=o(Sg#fjH2q>nPZ6_|=a&P+djBX##v697Z-eIJ7+$|rL_TKo$PvnRO! zpMpY;{}dGdHznp4?M2Q8zs+dfx7rtHCUZ;FLe;zjQ0!=L6q6 zb^nUYc*FeB&jal0-t_d%oDh-@6Sz9t*N)Jh385mOrEuNQk*zO#Rz2i$^m6*Sc+<6h zVPbwuVv{73IpJ>VZQcjiwFTQ1VbV3vl_yyEqMXWnkeUhyW-p7&+2Y&p!_w78rjDW8 z|9Z@+xjcbJC8+>TE>+`072o{4E*r@rlQbnu@kHeQUw!YB zBDuP^|9Wt3WAJSKSKaHLGqRqdH8MKfiZ@#e;ke7MS&RGo5t-x~QbsKE;Xi-x_}(R4 zx7%?W|>^Kq?vOuDi5}!&@9r4<#09AFKn4DjokdOl|l;Dy{_JN z?FSS2gC-O;QR!0AASiS_RXt7H8jzonQAU-jv8|Y zI!z0Tt>f;It>(5c{=g6kQv=*lZvzU!~Jtd1}9*JxX z?d3cR_0=M&Mrmj4w={WF-*I%B8E1OE3fPMwU11_DPgkqPl!bID`efCYtG0~+l+wJ_ z_Ok33VvdJ})s~-*DzRM~G{(Q)pbs&gny2b~xT7}tMVCeei44~Z(TJ{IZL2I}_)e8k zMZ=6?YV+F8fQ=z-JF!MEeRivcdo)ig?DZTPkq6S>qNif0fYSn@@Rej+;nb6j^2iJH z0rPGs3$zW+thdkbOi=EmN-&W*@2yG#Ix{t*u^I}t@uigh7=v4rwp$3aVu-Yf{aVvX zC8>7n!aDQtfiB+yuqu%XFp+VX*hwr63Q{?G`rQ${ehj7SZynekit}VZzdJ2WBO&W6 z!ABNwDQ-aeKTRTD{(H(4lPE)%t#t5)ktAz#lljR9=Jg>vOGp`2;YB2_RxFX`?e0h` zU=BsOc=4OJCL91t50%3o^}tDdHlq%G^u0b|l89fisBPIp?c`E%8(82pm)r$J2W2%*1xrl&io}Zi&BvWzwBnbeWSUan zImjG)oX=JO;ITkui-pDb!qL(KZ9%s$d;p!5UGK8JfM#ShZjU?fN8-lT^(ZVk{(sO! z7f(z@lhp*MX!$_l3%-Sxhq-3tC^agLT7&{*HR?gi)HAV)p)`nxzQZyFcvD9zeWql% zjCSq&9aI^fOzS3=>FX^x29^+FbB2|2uG&vtCw)|FD~ig{hjnzQMlO5H(9O4<5pJWN znRe|EvXHl`NmL$cH|^KPT@?`rO68*6f??1c(m|Zf!SqC;E)pP_L5O$Mb#Y16M0Xgf zEr&j3n2(Hz?XtSH5X6Jkk)$g;Ff!QyG`0J>yaj@=&;_X)*4gsSj%vCodSw={d4jk+ z!gl`&pkG>(;csV+b928z`m!r=g_2D6C-A6>Us4_E!Qu#2+>_S<3xG!rk8VzJ3he+G ziK?pX#!1QnGf4TG_UFS2j>GMQ=VDS3AuwWVIU?eX)dV{|!WP`bE-OGOm|8?$Z@U$($I{{7{Q4`;^z0aYyXE?6kH`au624EOS zk0utRA1Y4cn_-T{sBkmV`m<<6ULbmibX7rUm0K?%;9~F>4$)(Tu5`eJs_8e;VkK3A zkb?qWjJ~{fQbuVPu!HO3y3)w;M>_Ej$$yo;8NVT-pIMV<4a;$3k*3>Z0kqkM&TWoT$Otj&4Ulk`BSMeij1B(5lJJ0S20}Q>` zeX%L!s3r&PU*Jp7+@)dk9D7+XobKrxyb>i%KQarN;dLb| zjkB%&qHW9=WbgRlHmBS`B=HGB{sFl;*^+7z)m0QZcaUMN=<;n5$R$9=`j^jU`spz()YN>-z17EiMWvu5Yb z_i(CqIhY6b+&-j?($|m3Z6OS)QWN-WK5R|!6^do{fG)DDGy z=LGiZSOVVZFec-x#5yN5Hx7&)Vx!mMV_!(60dw*Ab!j*e--8vaD1&gd0>M`vriP4^ zwmB_0h^y*hIej>TTp})n$+l$X%wQqzZ zfsyC3v6B`Z19+c0o)H9DRvoVi1?s84iuN?em!SsMSmT$aydMa?fy-tLu3TmS8wd*f zi1|*;Nm;W`qnw#cr(Nl_oJz)k67X^nKxt5{&6w;_v`kcO#{7UDqGXOcxehTvJXuCN&o#zSF?Gk z0p=-`28l9FjRwi`A1!ifo+KW!IYJY|v85`UQW>%lwkKaLnIgM0Kn}-t(<|2)M7{$j zW(Y4_vo1>3Gk#<0Z^{`iAMxHFk7!R8spHasZZyISFJLmcbymwg);1zc$ou2z6M zB$Z(G=LjoHt?T5AUX5**ks#$=0VwGisfaW!4x>|JylkzU^yMO(3)OMsg(rTOW580@ z8;EDI7v$=~HfxGWvo#trp*Ji$J1=| zZM16&a1DsLv28S6zq0F=z{8rwDpKBXY||Kx)K}4#3_u@68LlCRM66(>XiTR!7MleX z5w~}$7ZOD!^@11%a7b;Syemic`n}s)x`y63L+*|w8SKKP5?f9#mk0!}fw}QL;{|c1 zJLM@a(+Vuk{hAi=pj%Ct=^VAW!8Q!6)qXs1%xMI)Ry>yJ?Ik8JqEL>^Cil^F2H7pbekcSYSC!w;CHje`*G7 zFU)r6w|ahAbIdhDXs$_)GjS)WrgY6pe@shhvNu<5Yk0waocH{a*uUarJ1Ud=yk-_U zG{V;iKf1qwv1R?VRHzmUd+_2|u(G=H?G)TjisC6rO*y?4_Eit*nWZ3rdyR!Td8Htr zE0XJ+75#AgjkHm!^T*%yzWNj+@VeN0?apS1F{uw`Lz40nlvU<%)&~LT#eTilpQAc} zi^xf2{nnhst0{>5j;FZLB+4h%fluA|BOXw%kOhEtd--T7WGhj#lRK!|VU7SAS7-`5 z(u_NaBSu+6B$>V;<9x=pJozaw#4nZBG)LXzEgZajUavRL^E@G!m|+bFuzBn_dnOpt zice*K0F(qNCA1(`(fxOT{3@7-D9lhD#O)~#N<_e9Nxq|cEuaF*$;S-~5boohrNDs_7~Jz;xJX6lATR*Ab2Al_ z@5JSd`d6{|^K?jnP(oKG>zp&~hCz0je^Tz#R<=x03W?8RP_W?AZKNtl z3zT>nZXC031vLLu;C(E4R7KXpT%Fjm%ORkPMrxUJxhSE<_juPE^$uY1b@TfDzI+{7 zg)wFWS&ayUDq%z=Euc+-z}V_KBR3*61YiU_A}s)!Yy@qB+;!WoGLDGBm}jtajO%jn z598o!l#wsDR;uUsv;2}m(Z(o2m}tPLG>oxt(+A*KX$sRsmoI-`vdR-5LtGiE4r^8T z8E=8=%7*BwK=QQ*Dn#_fi~$H>E^_f`@LyIYOa+CmnG-d_Aj2%Yf&+*yJ3)joMQY?c z)>dP91BMC4Ue|6wB2y|L)C>SSODhn64DO{XCnw z%cF1PKa#4Kq#TY^9JJrUb#L6K#vHCeg0N)J?Ao#E8m8PYAzDJ|QoB`*_ z`{4hRbuz}tpNL6i-6<~b7Fzt{peK$#SDg%t=!h8vPVq8zz80H+m|ZG~Q$0Wcno>@A zXg7QMy8`Pc(+rguDW4WkT`Pnr7n=)QYlB$lqeChKTvx&6gU@vbYgEQ11K@RmP_}q5 z86uhfEZ*hBfq*3{0;WJ<fP!k5d=`YcQGi15QrAi5LjH~0J*7p^E(<*w(vX| z@`vEjKm{5QA(Y%B9LkxXHi-);#0iQdCB)eS0S7L)0wbin_LM8SR1gbBCz68^HdS+G z6Wt2eUsn{|f)(jZph?M}<75Ei=?AVaO>bK?$Bfh&hdz+apov}va38N<#!|)cmk!~o zNt?=uB7v!Xp%l%}Si1=u3q4@YLw5mTy&&@Gbj5UoOE&?B&H#O>6FG9Q86`?s!p;&g zCfUs6vT{m^7akd6H-zKBbgnO=Gt9C>+=ufw|k+b$a25ux-#nm8~i7w82$}HXv=cv)zp}X(@SA zvE*@Ry9Z;&v?Ncj$lj)tC$z{gQ<3R?<2&=~E(SBE%)mSK111k;Ac$y)mb>d6j0^S2 zP~3y1Za4zLHUr?)EHmCXDmpPv@n9WXAS63IQvn!}){-`BSou<#O+^UmiGA*;y$Z(*AX}5oi^3_lxFnD%#N` zbO7yD#{6SUP^EEeRKcF*R(I{{ubbHDJCw35px7=pERea|(aNr{vdUdSTLJthkHxI} z3o5K5J{~7bUTpj|*q)j#yVmJ1BaLoB>824u$M1?O72Wxa5e~>JArz#ZTc>?O8}mA8 z?!0A8(X}LdEeyt3oE}RS@Q-{>uL7L1oAuI@i?1*=?i*%bW1h@#A+b!jbLmX6^sc9i z!PiW2Qzlk(thkc2&DKU3xPT+$!js5|YV&`ArXZuZ}3CF1~9XhEQgkc-OQ$-l> zIPL^R-5LcOuwO?_7E?w@yUa=x2T)|n0K8%knTL+xQdIr}N1}coou9+nHHX~r0CEV? z-UkFVKDF(@m9SJt2}s#wJfdT5Vt$urhL}S0k-=hd)Mb?`u!`3Lcdy%R0EDCaiW!1V z&l-=0K(L7Q4!gZmRrj=jTt3>adFl6SWizp9XO&Wj-AAb#Jyz-h4wyr=Y_l3jnl$X{lUX6fp!>U;WA@5F1j1i%ogXfn;t49U45nA*461m3Fbk9DesVmHREzSK5e-fdql6k}d zs0c}e*v9MGqdpkdxNM&$pM$EjqM^UPBcKhhmqoLATc^poLLzCU%4MbDTRmN2zvkgc zAM42(Y2>KiSKwM(Ym=H zS%&-!L}UobC`mzJ+4gXG+N%zVP(o>Hc6CGo2CW)e_3F6mTQ}h!^B@!F^uhkksf%-5 zoL$TxN75FzfWJ6$_I^Bn4{j?as>X3FmX05P0Ko|*S_V}rwu744>gLkHfmDt!r=OP> zL+?LIz>iUEiWc;U;m*m8G;0ig4aTcu_Gi}h>OQ+-bi!PeBBdSg_wr$S$A#~4p=wD} zXTgQ7Neh%S>x^dB)bM?}`X*MbSn$*Spl=lUPs^Lab}acwjr>0))C~{@$?8x|uS(BEseDd-CvPa7z z&&6y1X?~ZF=lSCpR55%5-}LbfyEIcOS~98sjjFOYiJ&{}Gx2qKDo7wx4OnMzRFY?<`Fk8@4?t@A0+usQ-xCm~QqkAIU-Y~d-n|Fk1E%<2A^FOYpczE{Fpg;c; z+9j?fK#oAbYZ^wkFGO#a>8h8ADSOxmM!$Yl?$uDNwk=&TZT$Ug?Z{J)R&D#l6_v=v zBu}n1n|~<9e+md_QR(rav#)MYEwUVKmb0%RAk^MS8}LJS&t_%CNa{pIU*zI`S_f#l zF!PZ*95-sIm(w#uuh}7(NP7vR6~rM|KQ!0lhitvPhQ_FBUSCln#L_d%(=-;p9&!LQ z^|y`uYXBXJ?+K}kAr`Hv%pcruO1FJ~OOq9;My1@V90E_%^6ZjoNb5kVk<_}xNOy)f z#&rhE6f(6JYo4vz9r3nZG-hxNxI2QKJ4wOmgu>~N!k*BrW-@a?%CDt12<^vaV`P4Z z456a*%37%~7`N&ygqRT(TCB2V1wbAH$+`I>|BWKnebXEC@(Ak!;))td^a&TXWZ^;L zX;upk&3KS*mnNj+6A2MDtFqiUs34vEwy*GF>SNgzDD-Tk;2i@lf%*Yq5FQ}OEpGmP zXblNKKyJC}K(B*{|G>;+>gi?A$OH^z9@u{=%uz(*z2@!$((FiVM2-r&yon@K$CQq~ zNV7`Fep(53>cOVye^{2 z4$HIC_H&Rw>twuYiX*`{O?l5*wJklEdtQHJ+j7~pDylgdfXL^E^rBys1TSEf^{u<$ zuT)O2=lu(9<<_GX%Ha6&o8{`>a6GIHi4!9UXq3W*2-k#WzBH*bmN8`DS53o zDXF~Am==lxoQd(M7K$=TYP{qugpU-!z!@kbl;g+6ajCj;~21~N(UWYAP>Vng8^0@8|}J690ZAOjIHO4 zPF#NijWjZb6Ss8gUc3u&bfH?f^&J!qvZ0H07gQ1`c`p(a$k5qAWJ6RoYq&H=;FleW zu(49*)L5XA1t!rtZc>|L!j(!BykqMG%2;2DFyB`h&5RcH*5tH;zAU(f*^}lL_(Ss9HU@SvF8w z`Om$;W?4BHo_)}yNGq)wFa{M|8BmU|PH`L-09czdLB@m5efl6SPcvJo;W0H0B8O_H zECU+XLy9p7D(`n!O@tvS2}+%h`=WEiWF_d3^$Y}0t>_KZgG-bj)Mk%SI}i!vw&y2< zlVV%58h(_&Pi!%|khsCrqD*Vh7QMfA9tHIt+GB~LF+fze2Y@kqXR3YAtS! ze!I34EIjkbXs~;4RO2o=9Bx@yKgCitdQqqe(o{naDag7j=V*%zhN7)2%oDQ_gnbv8 z>(zNl!v+0TW%&s=scQu4bsFCkwSAWvys5zhNP}%#R$Da3ihpmXM+SfJx&Wn+>ZH59 zv@AHJKDIq*?1&){nSkN8y|p1xg?INz^W49x?`wCW*^I8`sgBH{;d6({Yv()X^b^`% zT^AxK5+}5ru^!4xcBS((?3s*{egK%m?81U{S75`DkkKAU`70$hI;Aa!Rf&8XUxtZd zzbCspY4l1+)_W{WHZgBO-NjBXCs&Ch6jeBpRe~Qy`d-*+%`HqjY{UGg?$Wb|HSUum zPUGuRmbdt*Nz3&ZzD8P`?%{3;t8$_hpe4EKZWZQ~CKw4-8ZvOnqeERSY8@sC;{oto zqY-8{Nmn$d`SQblG3)ei^`cUx)DT= zZr!cgY+U^1Zn>#!Ohh%36h$WM_4Ivu*Km@A%_11(j+1Y9M>hMhjVlc5@u+SL;N%8! zoXVE)V0dTbz>4N%WF4X_@pN1lmGq+Z3tv~Z?-$sSnuBh z%LM$@FSt}xyPL%bW+7p^NsL7v**`UWR5C@7_gyRghdHdjrUQ{ACgfdHNrt9GMxO@U z*)9#N0L6DIxON=M>6j~5k-PRxHU0C`tmACj!79G&S87qGb3D$ia%6Bqt~!$COcBvw z0+jk*>9QAYhgOvdV(0=@8Xjaz>zN!Xbrn}!N0u7KeBswV5!FHVMGhaRGAwC_Z=9dw zsu5sfoD(bPQmfVeT7zJBtyUFYB9_3ulHydBF6rqH!5C~R4ww{Q_*SkY!Kw%@dPMtT z(s!!ff|Lvtqf8J<^@ig|EyZE6Af9w*DWs8Ws}>%ZK)E2bm)-@oC>j3~7mrsNe= z-_`|!3Ner`4JZ=0phiz7`zna_9%0cw(07#Klf(IVCQSw(ItTs006Hn@z3+N#nN#55 z`lm+IB(Qp!N(mWzu+Watd@5RBRHEm}7hxV&E1fx~|Fs9zNpgaG-<6TbMsd--I0mf3 zbkz)9<(SOkkIJ@xAO!|0qL*2{ z0##YLW769e_*bhA%RDnM27JwpLllHiSU@vq86SSN*4jqVQGJzb1ms+Mfe?Rvt<5Eq zsDIp>($=WmlVuns77{?tZ>?GKqUo+}dBGC#8SGGA9M7lk=2kO2HU^ zomT0YlAal#HE9k1DK250grbw$9DBQyY`mSVJr+YY1h#-4YUkz#O+wXBM|_9o0G5%E z@56H1F=n0QY{I|YHkY$09_0@w&%Ww2ENj#Lb_i#eXQ^~bnO$9+oHZ9v=kRlBTj9Vz z?%>XPuKhGe$a5z*=x1x2_(mbXtv#O(e)EJJ1)xubb@{{&W59-;W3RLPu67!EpK7?9 zT_#lV;C*$A01M-FrqbbKJ~e^eW_MQ;2D=F;E|j;e3QJ5ujbsvfN`GH}Dg?;e8cSbDe*#ymWfK^FOYpfI1PD z6e4M;D2DiyJN%29rAdoYBwQHNQqr)$Rf!ajob-h|_b3{x30J&p4D?KL<+(zl(~9Vk zX|Yx%l}3jy(sk9R?wx%Xc@kiy<&GB1!c>nG>V3;u$_#?QnN)V1@+&Y2a!@O|qcu|8 zB_t*Sq1L-C>F!ccC?7MP$}Agh&bxJ7xBIcP;x~CRAim)&aO8Z!JEue` z(f+ckccz@MoY>X(%FCRb!G=C`jmmXY>X_g)5awH23c+t)^$hoPo8KPi5{GUyPf8#- z&8$<dr7$!u!B0^CATHI4nYtTah}%O zmjsQUs?0P~dI>F`GSS#;E1`=+s{+TDQOu3ez=gOJt$q2&Jn^u3OZBhJDAzBMlko!o zDMe9c;7YwVI;MG6nTl&Ep{n8tU*}bLOBFO5cz#Qai^R=jl(lO!%dt`Co_yN3c3$>@ zAoX@8H6Wo?=7>6km{IqKjfsjZ^g+Q;bq~OSS3by;%d4#aH?Bkqj~18TmUOON+?V3Q zl?kWj#LW~;Ixr9gKbobYgcp(SDAg7Fdx&Owggi1z%VmlsVYl>3U8i*9<|i^dYxUgk zC@pm;XuLoPtp@f@v3>knKz)NvvrDiF!i!m3G>O1!Gu#DSR`)8iyXn#GkJd!rYco)W zuQP*Ue>*(ld`=6~1JFJZ9*TqH(MuGDX}=DS7sKSTWv%N!?B_W^mK#-_PhrkXSRR1T zeXv%qx#C}}Z87lZ`4&)^w(6K^1A={#_}HqZTIK6DObACioHA)_q&7m9l{={54+QXi zz2R7Oi$!;P<5^;MfmaOqO+e+;&+A%a%8w-*(E|E-CTUjaMB5f>HNuKOnx+9QDxK=g znb@fLrzq#=APoGKiCa8pDny#^sQ?mA|0W@TzbHfa0+||KqOmq4N8xF}D4!zCJ0s{O z2w^RuksB4pN#U_4I3Xyz!{GHx`TX#7R&J;FGvQg0qTD~BM!GY}YfX#=?u3)oiH!i-2<6Ey5urMgrqookJ1a$eKaqRM85=^w~)Rq zL*)ucx5#F7Gmdb?sI56rccV*Ca`gDB&HK)&odAjHv1f8@OuQMF(x8R@rE09&OV<>j z<@yY*GqbR$ut zGcp$xX{Ks<&jG*c`eGXIeA$Y(#!9BzPj&*z^B)?hBEM6hyuxeVjNKpa_xrZ#WHRYu zXB7X^)7594nALJ$8Li7#`U+U=urE<)5c{d#02dnEs>|YUDg-yd5)%$o^h-7OK*QRz zss;;_o*&n#TvYIsCog?EY~NFkT1oa`6g2qlyHcPG`qIM~2K{F?*z`whz8bGyMp>h$ zK5EIQG2(LUI^}CAvOU=I86e{TASBQA#v+tz&1Y|PgEIIv0tg2uQGMAV$3UQgS69vN z+8r#QS-0SmXL9p7kg|RV%{h>ERB-@GjqfN{U$2BYNnJkZVmkEz>|t(g1`Zb=c#%v* zJPEjZ$mMlvouH@RPHcnsYoT%VPGy!8%gLo>*75%NT{PE;PSpnI3k$&C__T zQu?odM#n<@*D?&`rrXNZ!L@8p@3xNlqM4(PIPjpx21msKWRqf z&eRMQXBXVC=44~@LBOt{GEwz=Kd%0Ym(048jQSn%Kg|wyY2e9lg zS2qk`2}UHF-zZ~>d5c6|+=U=f2&Ju>}A8bzj7ej6%I@-yP+r2XZ~ zwbWpih5cm9oJmQ%%6_|*gbY6rP@yw0-s}ciM~yP$oIL5vroZHgtU7WcsFct(g0V;Shr~*3=fiR5qixGvtxZ~Di^#RhKFa_h8pLct|vkNOjB+M6rSIzfOlIofL@ON3Z) zPk_KcWuqgvFP!Jhu^b=cpR+)%GXa#Qgdc}mB8glG8Ubnzg?IfGTXgg2G6M#S0CmIN1n|ch*QrxNhe0S6isLH*4 zb7z$*-(q0Odfbj)swl5yse#t)jr<$Ny6Z!=`dU#RbES-lFc#ounb(+PdvlXb&N`7Q z-R^p=j+nNEq(=|_kL(q7%~W@=!)xV0#RJz=14vzP3>fRO1oTI+QWqp=SHCXW3v|+@ zO88&Sy0c=~JSWnnbuRhLvhT!eG`aN{(iM3xAwiV!P(-5_gizq^ee@?gunaW{3x6B?`|kWTfprq zUGq(!uF6|~qB#|Y%L_E2@xikY!wecKqW+E0;TV|zDhK${JXVSk2z0WtcCi=vsjOjX3o1nLboNMAE-tQE2w9~a)UT|h%(JdqaVfru~) z$j3jMygrjC4*3jkkmll)w*!hb*#9p3MCxE20KW9*!fSlf?b5A!J{Q6MRZ$_L#ea(M z2O`RwFAjKY+GrcSx5}Lk{^>{Eo~bn^0AfmAWFvV8#p80~HfYH1a{ZB>NAZl6pJyE$ z(+q#keyRN1u!xZ2;HDeE4Cw1RLxLK)c~80*GjZwKTRBRjL&B8$8&A9SkS>S&u;fw) zN+jxr_J`0G;~v@$pOSAlj$4Az51`8k1T&S$qj=p*j=&R!CY5SK6#yc%ib#a*Y=qa_ zdHVz)=lIewn4PM@ckf|($vCEfq*|bk8Px1J*JL#WKhCkyw9SKPh3XC9Z9~EuPzeAp zFhM9#IVfdepomKXQA0@*QSq~p^0N=!Q^;;5Cf_P!HBj|Am$gh@d~28x#5qz$2m>ElPV$S$O2& zKTB=s@`n#x10%Dg1j4}UFXv1kgf#$19>fgyH$GA1pd&zyI9~y>gVwi!OsA~WQFiht zr~&{CIApLSXQ?0V$q+F~+3X#2BSVOs*iC0Qm;UZl|kBIOhEc7o=?Y7E~O(&DO)^>1Blw2IE?Lr z_?WOyEYU2K(eUbZg$f@t6%Z{)F#ub%w|IRfx#QnIpr4lqE)$mxS^$}xpq}oUskRSb z%3NL`=L6l*Gis)c;&t0_KPo2o;1#d66Q`oNukf{_z`%cu3<46r=>K>pL%#Z@TW=QJ zGA;t0mh?~kp2~Ddx8%(9mwu7*r{E44RlSLq)d|!}UW|w!_dan9yeRxZ9wh1X_+h22 zS|F%B9-3`Mfj)0&h=(Q%gAa&9P^-KO?8VkLAPw|>sl`5CgAdRW;Spqy8(6?hU0vAA zhg|pkL?Uoorv)&`u@W(j3fsXQZT;;Ry?;zA1B-@KW!J%wIkBprss7D!Cym*3tX0z( zy5=~1`gBL|{DC~UNC)sMwn#OmIiw64qOLJ)nbWszykHX{P`QULE$$}(;?%lI6?ZVj zs*`k>tu4cYUo66$rr-k0qG+)CE8Ob`d~byT8^r;te8Wsr|4$<(GT;{F<=AO_`|w!> zaFG{ZrVYdZSMnHh?Rh7-kvW>8^9^J)S7}grTbpGC^`Q|bN;35nLuQ_-%8!<>=M;|7 z3Q(aq3$O`D6l2s4(T_vT;Kxt?sMZj+MGWls<48)TP|9LdL;&fwa=ljJq*X57Tplt= zK#qDCr+hqmU&o*b$l+jhTAeHO1@Z@6xER|&J)B~TK2P;*T z6jYbov?1pubxBaP5yo^`p^E3G%)w1A$@^~Ooz|6rW(E7FX%SM^neeDEC;SBSAH}5K zW}he=C6LT}FLQPnxn2TT>_tRX=0?ON>7O2>K2WFws(_zOoQ7PC+JGKMsDesNg3W|3 zyYV#-nkF$k)rG;$(vTL=Q?*qzRz!7hAjo5F3-jW;rsA@ne^B`X{K^Ts&qSi5uGj!A zqII^M&)w1^&;C#aLNIHl=M{M3Z9_{fSxadD^QUtr`wo-l=4u4x4~vt3@gYt~i|ez^ zh`8qYhS;j-H-mmE!jj5}EgO=oMY@HtI~RmTHNw=Jf@|`FLiHQQ&~8(V5ya+8DS`6O zPzH#^nxKc6-b9>Ab)9{HbkB{#<NjR_Ir6B+I z(51tFtEpke!dmpkB{F*e5b5EBsD^MJwSrp8S_?dNzx@wm=d>M4pe5Sawr$&XvXkuC zwr$(CZQHhO+qU=3dATor#_0ZmdaO}3*IIK5@darpp9%SZV`K8J3FLYaKua@lBiW%1 ziB*=gSL)*70#cJ2H}eRY97y34Qp*q11ry*dJt>3YaR?et-wkTN0LBM3#}BU5`q(;0-z z?-S)zM;u$Ih>Jn;p}ZqZ1_v~Xt{BfJUIAObl$2=Eo zGKx^IlXV8?Sv5~nJmz0SmllPG0QBv&E<;0*H?2?d(q%e$EB1s{+pa;<&It1-Z9r)u z`gctTNrMOu4zd8CrIl$sIf`x)t{MTCUK_dD^I1=hsVkda!$61{{QVj>`@3ZTKX47E zx~3<|$}Dk|mZJ!=R*YXe`++xge7SN3Dq?KaO=W$-Xb_SCt(dt5l@AjzQ96|v)X z_~*SU*_?f9Cna~jIn8)$Tx&^Y72Bs6N za$@z;Dk(Isd4X=SW1xjwo-9az&)mhneJnJnN&9FM0o8w-_1YN;t_OujsfX(1l7~m+ zRWtduzV45zl+mW^Ab7qhia~iDL|;ob)g}^y6-a0AQ`hCCFdf62gVmKHsAMy{R$S9% zD3%fnm}&Ze5@`->v!DIq41I5VDF@$~CYti{_;i~)7nh&tW~hcpCTfU$v>LTm~o zAt{5@kB2f)%sX-7+T5uMuEUMHru>r==Qu3(kf9kq+k-C%AS@!L*p3J=8i=oWEa(2$ zw)d~oJ(U4%pS15X3(9sYp|QxhkGfljcYO%l^{lh%1p@{^fwrJj&O&I{gmig!&D9uR zY&Krao`S49)m_fpv%UDto;lr|}OU!(|dV&7TS6WGMYj{6BC%EPqZZd)`x2}`st zz02cbAuIIkM7@uz>f}Wxvqr00WRCiPr2}oC9Emb}y%uO$f3vXj{sHFqC~}Ntn}-oV z$-o2|;#1Ca-e%7(Vb12JYebktRWXesvu{==PZG>z5ZOqOS z63MTzCU|SQ`AQgbqEk#Ca5R1$hNyp&T)*~1<;C7JUMkd+hS|CLGWer;x z;|vd5*i)VwOE`1k0J>raJ}N)3>jry)Dhvrqz)3kW^ixqSZ}jQ|(h@=xGqa%fvIe0A zmh+k-Vhhko3(w){PXnrCYb3}9)CGY8Kk6>2C{dg*_&?^g)Qi8AR zyWQ9;{Sfun;fwx&zo-ruyWps=rffAS8h5u-557?}pOZXYQn9MKcpmjf-_fO| zbKAOwqP!uCn`}u^3j^OF|4i;QRos_1pm^(ux$NIGA`Uw=)-o5fPXpIN`%8M_HT`5^ zEO_)#KS>>S;fL4*lcQZncrxeL{=7u)8oBA$ZYeXY0I;AX|CVi~@^kZA zz{tWyU^R4les-XJ;~w?a3+bMm-qo*0_Oa7Lo#j;+_yL->QBtptPN7nB(wl77zp=4Ey&tHq$~8l|zYwR@ zN|TNesQWbQPfL}}D<~9jp^q+|~teH~+ad}%#>XmE# z)@{6jkC5%#n$+c!7$-JG2K1Tv)^~EH3F$vu#8($|S#dlK8%2QAKkBy`&h+E5U}e7w{@CK&l(v8zK?tSb81j)K$$kD2OQaKP1zzj5x zXw`JL6DzxyV6jzM1^kwUu|| zVLenC_Ex7-fqdS&+Iy%04;MMjhJNBP1mg=7kbeIL=N5qAt=BspG^cuKU1gg6hgb+Lffu*3iWFhWVTY_orF-c4L#GQ{=+OHAafIxW z{lMvIR4?vcxI2LM6mmt`{vEoB+;l*W1-y!WG?atnBjz@_J+aLQSfi7(oATa23-H#Y zO+7b5@U^{sF3=G#h5|)n^(b4$?MWc_X6JC{@9rTmdBx z798IZ6O?|vZ6G;X&omHi57Qj4i8PU?OC4_W1V&Mx9KHWT{OsS#W6;ge$LF(dHMyL| z>364jX*_F5OR5Ga8qFM59g_Sg2i>oJyAmgpaxdK;@eJ*OEws>7EIG}VvpgDcwUnt| zquB{?B*EA8C(hE^a4q&S;tSo0q^xKChZ~mar6phi0zc3O-5AT^%DC|p{j6?_WGomurOss=8Tmwm`xqw$d0u1?PdtEvCW{Z5w2(*{!R2fmTI%mogG zdjdp4q*4`we}aR^jNKU-Ur$(5WPrti^En3v1~6I00|L)5&q*EVKJ2pK6eVvAl|eis z=E8f|a8Sm(8|Rf8&`A#CUBm|a56_jcGPv&c5N2ROI7Z2>U}%w@gS2xFIiaoKO2fn2 zy$aCu_ouQ9&|3YmK>=U@%hHI*vBCO~V0|gRWBMefTQt!tg4jCs$@MZyRCXuFUa{Us zD?$~{w)Tr_JOr8m;OPZp{{lF#x}g-%u0&21HO zT98A(WK|5j2Nyw1y~)-hYJgYIy67Z8?zG3A#DPQ+gu1Xxc-tHD7Mu56j7b5+}y#2GaLZPR7DFOKW4Uk zb3izGfKPGAzjE$Ba`cPD&B{RQIFr{|9+KS_k&B#|y#fD9>6>`iN=SL+GSxZ5eh`ZF zUwwd18ad&!2*bK~JH8&tU$ozknfs6GrTT@nDZKS_SIAU_ zzJ&mzP!OaYI8-&_0ju77GEB9&1_H#@2XSVwv=VhTtNdrPMymt^6SNcZh_1c2eoQ}| z)nh_o%IdF`MJFn&h`n|vQC5%yFGu0O!DiTtx>)ets1IpWHanF`5}BO!H$vLAgK8DFsb;@*dfMl!+_QMQn;L~ z?q@lxgI&6*SNCBxh`|(W0rP9xNl&W7VZzAMTLIQu8ens6_5ZADx3ez?Eb|Zg;9Tb{ zvuoqLd(D-fW5QLjrbq%BDb@OJOcwPGlrNe&?qfcL_f>EpXW&DRt%W=Ki=}k-LF2Ne zgWMx1nWqubMu_num&hvcs*zhItfucg$Hva#W&rK?$=ob2zSO5$$&PWfM^o$ z=mi6F=g$eJG5VA9=~CZM-SKg%E*%G2JRLAufJ<$@%CxUH4Pi2ooESZ4BHmM|{|aFB=5D`{ z-_k3HfmP!<&^ZUvB5;5Kz4T`siGnCB;xZ`%jVn-jV==$a1Pmew?t#IB*)@FdDL zyfn=eBYE@!>kpd^c=^fqDq}kiSfXVh(N%pF1rDWHwH{53u|?HX+TVRN{<#ofI-9FseJ0sR!=naVP6+E&w$bVcj4Yr3jwVL z$|mK%{;s^2IJ0i9JoURt$-A2D?F}U?Ri0#)psjzzutg;fC@YbY=KjlYPL3W zawb6WhVqIRiHbUibdjEO8{k~e{*75Hz%BNCVqQJV7^yf5-*ha>H{lIT704Z;Aa|Kv{=SFGa`>JxJV|LU2s zagsz)qj@yM7k}>*K}0ur?MHQhvpWwLQ?7dL9KEUVr*pIzO@$qa8@_LP#%9tDos@Gk zW`Gn)ntV8M+MZ$(2S0^%Aw=U@KwWW)7*fU|KRq`z4k{b`2^u@I#~&F09Hs~7V%7Q9 z;g*EJmd91QyR%8wt^J*J*3oLl=Yveo-eT#TDz)olnnlzd|@oPHlK^ zctbuiUnYoO<*VqBbM4Io%wc;!5+ksg<}|xf6ZK=mc0upXC{UDoLivfk`AS|RK|Y`& zAS%BFNLI#s{^|AK76GzTspp;{K*fY{t(^a^w4JX-ygKgQKj-Fj_Tv_5T&XSq+#Pp# zgEPj`5Yg>A4zHtHF+s`KG$J6jA9Ee~j#3p47j|2*Tju78rbpqw5J`VRThNmNN4FyM z3z=D4I8k-J>bv1}S15=>UsQ53I#SJH8kCEMSup5$fa>OzFe4}n$JS>z%wx2KF$L{i z?!?6Ha{MDUu=hczfS57Lr6&bQ>DV&0!($_OqV!}#0`}n-F^_dS|DrjcK|g05#ulEV zP$|q@C!(*;sO>x~+Ll0cqU{;CZUg@4H3Y4S><)bX-G7lfVn6PHkvR4fF6kskuHh1% z47Q;D5+y0ZqK^?h0ehvUU1!>6CsCc!mhp5)g7WWT73h6t`f~~E@@c8TkU6_#jwn?6 zmzIRk4%Mw3AazYBEcBLIwhSG)o`?Z;xN{|1_O%IuFQRls=39#wlyTz)-4IwDpmp!V z9(a`3d9%@#Jk%Pch{$%406?~FKYTTvSR$pwpOH%*7RIEWVl}d(ofEPeMrwQ?YdmyH z%$UGJfo~lX$?tKcH9McZ6R8(`F$)XrDhmq{K~Mmx3igOr6g^=bK^qWSAA{=R2#_ko zfHT%80FFjzXx=z`&6M=s#6f`kpvv@*o}9mA9_J6O3LM1zu+EjufhyXb{9h+_d7wQ? zXLfJA&dJJ8H+rYK@p9(V&)p<5yaz}ULr@HwcHR^sen?jbGyeJey%yJd?k!<}61j5H zGe;KouF$=9{%)Rs=gMRcFNO$i>_NQ>C+u3>d*4;Rp;raAmBws)0F6%H;%`eoVn6@@ z@mkkSU;zCQ00IGs0k~wkJ(tfq;Y4?MXCG!0oF1wqzO7`ZwD`qgU{L-zsf>pPpn@*i zj0#-#c;yedORW~_`_j$e$a*xO^ActeN+x)AEC-8VWzoel){E9+eqHaVgBO^Z40Z zapyM&+47JJip$-A47wa2NW!o-?ipsOvXye)XfhskrE|Yp_z!4SZ_bCZ{PA&eAqJUgkg^MKKZuu9W+K3_ToZ*aQ*q0 za=Bi(Som3+oD)o>W^P()8*2c~_?RCjIFa6%FE=tJyDENlep#B!>&?Oc4b9?^$R>rd zqX~X3I~%)Js3y2B39E^5*cQRMQ|Cdajp!A3W%YBqXv)3aJ^)FqXzUWPojyQuK5Uf_ zH6zNP^gxnI!I|mhJJ^#>pQLc*?98e=Cy>*e*`*0GR9!o#^?BbG87$HT@`V1aCXVQls>Df92*6>;Lzpitb;oQyTqM3 z_MJ@rS#+?Eqpb#X2FtWGh6vQh;FUU^n{`ubRox~AYino3EK~Y21PiGbyE4q31IGGT{&)_S9X!Rg>HReh!y>Jd*kz5F(S zK7fMzYYsWNbe#?T&yE0H;PzR>46%Xuw zliF0135^TI21k60TR?8u0WopUkd{3Qp%iWmnk^szV_TbS>))W7#A;9r)V#Qya3r~7 zE`M}YsPJN3c%=pmMqT0taH&>e&T z46g;E5aSYHmwD%5gb$sP%EQEQu*_c})(PyUYV#&hzrZFtT6}qF+!3J?+~khd>uvML zczU3sMxPxI9-Obg@+;w&br)EFGP%Nddpp0cS`y`{ovk0{Gt{X%H&%7Ju)^FRtsFMt z#G_QhGvY~7slsxdKa{MMP9f0%mYu^j{OzIcWG#!1K>2JsuS6YVEuXIFA)rlw5uYcp zR-;Gm5?5AA*{PFUje|?2{<@OviQPP*z2JBWy7((A($8SqIFRNZQ#xrwixSx!likJ5K4sH?YAzzP`oe(yWTYI9K zhXHeG9FSe1m2%}bQr5GgXL>6k0U$9L7)V{|?)%i6IfGm|basfv%mJ}$GpJP;wNe&# zZMWLOkrlT~(>#A2A10pdSShB{B|X#q1rRV8hiOQxggeo49!x^{EU1{RT*fqjvbPen zKyP0IeQ{r|o&rzQ!1jI zyYesD63k$#GY4pmFXQ4B+z6@-a`fVLz`>kZ!)X^5DfE^61G^_{|_ zAo3WHR>B1P$0QTvl{h6`KZnSSc?3(4L&-cGPsBJc!GolDHMVoZYdtTwF*63VcfOE? zpbeoXo8bUNO#ly#Qlzmm#<=1ZaIrXj(%}Ihblh}*1v!tevVN-0scJ@9nzLNfNeqqN zG$xf)HV?2Vv>TdkzpFO`Z1SCiKvMxXc5jUB4S9Bm8v(P7{ero2#g{GS&&tX(MRU~! za_d!~P{bi$+c&bg9lhpfNhZ2NRf#E0eHjyoZmp;eK)(K)v_}Fg;MzAu3lkYXF_pN7#2$&|L2yZ=9y@D0U3H`7>QUH?`WeN7{DNpL> z*igN)&+i*-CA?xN6*#npA%Arkbz3w|TgM&Ql=F&jLfhOcAhk~ll|ZvQC|6;*uQlY? zgWY^y)2J`?Zuj8t0*BcBc%fNwMv{4Fz{Nz9lD3%O@hg^d7!7G0H!2J`Sq(hl_WTYd z_P{?ZQNj9uRjJI zfGNH5XzUY$8rYOsqa!BA(NFit)IZy++}U4>)xtu_t`BFG)9Ay#&^t`7iq&mLMq!w3eI2P_NiQHm!Pg2Nq!*b!rvEYy7&iPYfNGmE?c zMIXpUV*=U6SXGsokIcFJE^zY+U}WCUU!0Njd+L)F^ZNEyd!W@u3e}g-(tckEUduNU zy;^c-hAiHgZOktJbvBk5BdkX?66Vz#6X=R<^+IK{e2?&B%*B_09>#Xb!L_HbGk4zy zf6+#I!(JG}jj8+?nJ*X3bwVNHQZ$&-GD!}Oip|MN#luy>5{JTY@_K0HyEgH0ywPr} z_SLw>e)fH8-1?R4aNkh#VQ*tJ{J50kXQXPX-JE5L|DFKEMo_5V6aU9*=xhmAEdTo1 zWd2LjSW<`Fdo`yRbwI4TPSbyjn0Q%^7co>WChGHX3r7rW9G6^ zCkoJ_Z!Z-+1s0*Ml0HEklYhK$R5;{F>NWQSpq?JACE=(b!CSi4*%sf{**}w`+Nqqe zf3mB91z^m0G5@<+C@$&~q39j4f4e`CrXp_j2@{imzwI8J1FPb;pQA| zRm`Os)cNqZrTsaAP`h3)iB&_JsCNkWHspiCIJA(+*@e0fx><`#Y=p9bDe=%+kVoZk zCgwc7hjo6}!IP}#pPEN>oFjn4^qbjqzELPyhk{th;B$_PmAs&Whg~>hE^mF$%x=2= z_;8)X*;On$6JXo?l^)T^^tuB~9gkt_k;|u&vLpBA6&r$Vk)*xZ5G{@@2J=tjZh)Dp zZGJmDuE)q;C|3oA6j?g}cd`a*2@loI%{458=H>Tl-4-L4_kpILAZq8)ke65Ic|7uqZgdSNyPhg;2L9*V~ztf=K4YQdoa)*B9}#KP=PAd2n| z9#a@`VDXp!a$Ya{ROKXu-a4Ke5ydR2zd}S#>o^C%T++~rg}F}ffumVCAC~eOL_fNH zw%QtFacg9qaX32j@3_WW4EPXS_fIeZbm)0hSvC_JvG#`qv}>v&4MS0aiN(Hx&z+bH zcM0x2&qhVo9!uz#fhK@7-vm7x@*(JykOl*z&Inim?Ng-Tlwc>%Tj;v-$%LpXClDIM z%$t>PU<|R*Dd*8p>%t-f0I3)H-tvB?>Q8s+(Q-ssLZ0I*szDT9m4QThPlOb@*LbIW<%d%m8LYise83=~1cR3Vtaz z5LAHg{iov!W`zLS^mKfokLN5R` z|Fd`uN2V$6wz+upXnZY6sH>|^un?fusaGL9Nt>xO z?#_oS%Nr|Q)6(5#}z4bb!s^dLujH=aFm%1Z4WZR?>70pB3DEEDnC%5Zg8ce*?}qF9RN%8=pQ_aQRU#=NuU2^IzG}RyYmK+n>kIg4@2%ojbh|q5 zx*||0@b?(V1=6|%O#s036`W|pYl|^;lNtG1WIuQ(XPlZr1jZ=dH=ro3m{{@}CG)H3 zELQvR=WurmGM95=JBTWkqEmp7Mu+i1LhWe^E`5ONY}$YXFO-wrPJ-n2{Ly$`AzLRHzpw}kOd_~doUg-yK^Fdf~R zxe!cmXLNG1rE7lRvbW0qk|pxA!hL8@!w*5*#I4IiXJQ;KL}_-RFN?Gfo$7>Nj_=m! z+=e-ZCyE7+96$}H4;fLVhAz@bDxSl7zf<{)FYTXwd)^-!Wf-TssqV;>u*lI}v|L=A zuz$oAiFqNAudd3t^QV{GF+VD(%cE*@o}%rX9^{ajN241rsyu%T8ZjlOJCt**Z`o|X zXdx66G{K>S*<7n;gyYv6kL0p#EJfy@3a1JbbTM`Ie|pHMhe+-X^2sxI^cdiBGY5Bs^Z6x?#52aJOdL@H)M6vxAwLJO5-K*NdIKH zce=tD^a)yveA?~>>{U7vf2SK02Xcs7IL)Mq(<(=d+5Ckg0;qFNZ;x);UfLx| zbalIVHa51?AsuDfN?u0pdxXmVSJZGvz+wds=Bmr4y-vms%T_El5jjTynkOm9nZC4c z){^VL*`4#N8&tj+MGlH4AxOSsyQfQD!+Rn@_N%l8{%QHT&bJ{uy2s*yi%Py08JE|E z)iWwcuA1oAHZ@~3GiZOK<~cFrNl){ar;hEs25AG}3*^SGFK4H9@w?APzw*Togf~me zcGWbnNquI`0P>!AE(11S04iEKB7GWT8u_kNw$~(bSVSqt>`|XjYGwFm!s52^Dk@C3 zf-E2wmk=Ivo$Op!+=WSmSS?FQYewK?1qxn|HSZTC|z{UDj<4t58@OAZ0V2JDJmSr)b-P?WX&8^2SH5(CVBCb~9M zi*fv>rX-;{nC@TJ-HF6yaLz#Etz?w)sAaig-vp61oFtj+)<$dPn`AB5>*ZhzTO&?A z#OqoINs2MNJR{a4>n8++_K|JnV<+|Uzj>P%nLZe$?S9Rr4OB=Qj2fJ0pz{*>&Ql4| zGpb_@XU%BpBt`4}kp6P@V$oz1($;%_Ttl%ALb=Qef<2uEOF0}~v#Z0tc|-^McKZ7X zBppCos#6xlAB4CmIL}d$z0!b}deBtuO$PYSj2%edcFi$EnDB0%gI^@z?>u|T z5kSyiy6?y+##K}ipd@*EuAH_rMtl@qA;I&3`J!!P*^h+bVm&A)3Mn$+9>D~KFoB2O z*{>2N<(jY91na$WONA;gPUf0zBWpirBI@PIQh~zuqO(JjCUP1UOl&I%Cu|6Z^KzcA z2TVx;v%DZh*W20SV>`$IxaJXs!GA3r1Q*q^sgPH3MsUQeGzLg!3ij+Fr7doX;)?ow zn;Ep9Gh8uM0CE1ccyj36-3{8K%WNVABSeTavh`TF4x{fNmyEL>dM)JS)F)Y`>-(I- z46qFl<{*)u`s~lS-_>!biusr^5O>b%vf~;&Wiw|=Tq1=bCERg38f4Fy!aMju+X9wj z{(V|M770@^PeS?{JDhaHv~It=`tz{n9w` zWmKTqJuDZ69PNw!U74tWBa{l57yw5bbpFQVkok4%_GyuZevAo&bU;5UE`Q;*SL?6{ z45*WXy9Wq2-!4u4Fctx(F4w{(B|T)J`Vasa2Z4$g@BNxof9EsI@y)aMF(IVP=oj~2 zR7%ur+;m)v3!d;uGroShL`v01hu_vSVYCD>w#u%*Yf$$<#{(A6gJ zw)!_L)caiI&>c7ifSFyoi%#MecL`Y89UbkE9|9-<0p9dO3T7bcLPx1*j_Cd`Tp;`q z5jl`!)V_D-uj4VUK7^M&3I;%ELiWCw%+}IWL2XULOOi%DgU|WJH9Y&oG&*Sk4L=#l zaoANbx?3!}mXr49^R{GS{IJJCpv#7{caYprt;YuV!l4HX>>IWMFG>xZsMOmsp z0k{A#lU{!@R=F_>tBVl^F$%4VCLMo7+KG?s+DL;KzaCr-V5SD1^^LD|IdsK;h8dM1 zpO^#ai7Vufz~j>F&)CupXPBLC+u$wS&=4S5#h0=({;-y;hb-vYYd0C=IOBpz*pH8wfVubDZEAg3{$_^@xJGT+NWFP~R3L^pL&U)e&aeEXsAj zI~GO&Xx>&jXoL9%2ETxUi?_K*Q35dIhvvDyYi=f2cB_$=SLKfi_OcTbz;3Fu!8R)hQxuux73F@=?dibeiXcxe`{f$9{tBiU2yDUsY;Vy9&Ql%;qIANf z06R9tv~*}c+GgR4qA~H3*8o?8V(Hd!cJxP}R~Ec;y2Kp-UNL?ttd9vvW+Tnf5Cicw zaM*=Y?y;ypA*pQ7K#|OGaHa`x(jG{_zX8aCSiy7fKM`6YS^vj0;m29vT~|j_W1Q=) zCfQ{iW{mUz1Z9*`CoWIWnB>TLf8u*%mb!=PTLh*&tgviqO_@M7@MgNyt~NZ#J$ z8bV9FMTW5=-RJGpIZ$+amVBJcU0c`~sFSs})!0e(5z5nZ(O(^V;^C)f611>Fn!8g+ z9P$~A?<)|^Vk{cVrHfBkKODHAMd&4fuJDd|kDrfZuoZ>@ zynvf580D@4eXp3M-fie&HCwO?obHo=Kvp#WOaq-}<8K^^dXu&?`~~~1wf5nF;H3SHpyz5bbFNaa;OT(NmQtw13&W%`u`>h z%)to_{ROM*X3AE&i^EV(Ye&x^&;$ViDRJv#v<@sIGKaE;DNFP(xq8MtC)32#H2cPhEU|XPy99wgo~sEaTuViabJ#ut1jF$>shc7hT@T8lEncABX446?{Q`Fu7&t$!an z$O=1Ko*=~t{+4Kog>{;d&U*(<*{E2UAqI9O!TCwP#3E*R!=D-F=T|=cuecF1n0&|+ zp1ds2sI9F_nV=K{m;wNExGd&ls2ylupsF**ZjWL`nK|zdJFaRgsR9)igb;{)g<5yC z0E#TC5G8dO?mloc_!&(IB~9V|x*g4!qZOIAHSdyq*})~h@B&kG=!!+Gp{m~U#V)}O!ju+STb{S7`a*4($*0wA)(EGL?10BS_sOmU=`__CSopc8Q{per1EZLJIh`#zzg_qXHhc44uJ2DbG3T3CKTMdb{&~O z*fpQX&OG;Ep5gp|zBogdXskd=3e$LPtwB&<%hPUz=H(mAby8lBu@vcRL=+jJRIjCJ z#9)hUq$-7JGZGvitQhL2J#=951EKu|efY4}6mw=y!S{!As5a#2{s9Z^e|}c{hpU1X#7g7%qH zFjN~q&Wy@3lCQFn$_7td{?bxE;t$37U%)4xilv*1E%MTGg_lY-$`DODLk`u9)-T3d zC11Se%sRiTBU*c{Tg|ziX&%jdA^P1JBk{|P<1BPM|A0UpND(c1k^2jk?9!IhvMpyN zz(w>ZWWjSr9dCf03MkP`4I85)QC{(1lF~+`5R&<=(L4cYVv?hgzLdo4<=bBLCz$TP z%qs!mC$;akKRUJ>w&REqigK;P6?W3>1en9`6NH~~60X=kziLD9mMt)vOnn4Q7Esu> z)!ZoQN=*qRe>UYv%sY#IWre1V4D=o!p$Spyj2|cfMDhPqOZL45{lGw8C(|8<><@L# zbnouM&VLQ?kk5X8j7P9E8m#V&BvNv-uk#Psr-WJ_9&XSY`D3M5+nKsH;{W8KUQ>5M zKnbS3GU-`isWE11)0UnP@i)gI6^InNTHf9^QY}Ch5UmVL2nzunJ=ONNO3b+uYwD?u zl+odom1s{HV57LOu8J3H-iA>aq^vGGox@e&KdSW2FKgBk0xQa$$+ZEOooR~I=Rgqv zBhG}=g0rmBqTJ~%CX6oh$&9s(KRU@~eTOfY~-@7qFR?8K7yvjjH?cJfhbR(q!6H`ewUFmd& z1daOcu$^iL+oqtly?40aLk6EIV*2+9yniWg_h|yL;VFVmPZV8iEEyl)J=W=U}>*STUk@9E@)#-8K?k6 zFQq=5y13#T%Ab}YG)fkNJZ8h*Xc6cC`H8(2F`M4kJM1=s+X|vW>|Q$niucq?y9uEP zxSOL)xMM%lDq)y9;h~XRkzC5zeVb?M2LX z$h@BJMD*`vA9RQzf5)Gp*6@C(pQX(q^@Ap^AcBk|52wtx_xt<7LE!}z?R1#OwWU5@ zya*!|oPVoUGdV6^t?f3k@{;hhvdlV+ote8|@tQ+Bq?~H!W(MBw5Q;OSD5^I)cZ0yR z9m(C0v+*Bh!=ZpnVRRAUxe344=O@uf_G1(8PW~68xW`PqwV8W3+2?qxzo%KgS~6Z` zd9En34lep`)2*HnU|*$Hn{Mx^j?OZWRfxO!<&OBlExWq92IPD6F?m6qmiI3PAFvSH z&~R!ab|1_L|ANMW)ambg$d8RuVn5#&2#wzlI^|YIDtllFLlX9H!8g>jfQ8ooX$!0? zoEMsr`2)?Mc?u_l#2J36Z0S7^PJ_n_HUaPw-iG@CNd+9SX5Tr7`4)3jH_U!b$AJXa ziP`Qp^ai8oIc85?EZYyC!2PkUa95UQ6dyQ0F=*`Kvxyu3ZJ+hdB5&oSo8_%=2JKa+ zYf0b5vYrLljiiECVTQc@?EM2ED^9}wZ*-F7f6_@7RwmB>eUs_>*9U~H>aydQOw%Pr z6`W0vl<&R^e=8!{a=s8q?2w=|PN#}&7JuCzXale$$4~x`jNdRt$0$DIn#KXI6&n^I z=qx^kk`^NGwsQ7+#m@MqReVbr)_}@s!2`jID#|f1ay_2I+wHO{h{S3v!JBrHS3GhQ(I%WuxouOxS z0DT73ylt3U9^RQkL0Ur#&bQ-D-?Z)b&&|n(hR%*dm7}l_D@vNMSSlu`%Pbdz_w4&e z_UqKnC<@WGGIKwSEW)6^N;UE%1`lN+9DjImaZK# zIcRs7Ie&_W9-Y^#sMM;U0evJ6z`e@!_sWLebx#fny+%^oYWQMySfDM=%a1R27-~z7 zi!$g#xcXrv!#6*AI~covC(Sr0Ih5o(E!#!`*-;EBEIKrLx@HR`WOdBFN(@5r@p;m> zqR~si@fE|8fK`s_U$TN0krS<47zq!Tg(j!P#R9r1#Zes*}yCUo22D^5Qz>Q zY6hmiT@a+r9IpPBCvNXmxRfrpl^;0h@|0ySh5M(1jJ(7?xA$S8+hHf5GKPwZSs05rlE;-r5zJZms1*Qsm*3?<$a%^QqUMdB|E1 zMIGhI{V_7pLu~FO2$1S#IbF;&)LhAi<#!py+1d(|N9eSiJc|G|<>@T>LQ&4Ey*i+O zbfwpC@>$jNrOyu?Imku@vHY+?_Al_JXy`VPAUl8@dJMZaM&H2lSJ4wvdAA_eRR_Dltm zRe)3jj|6tYCmY@?rDfN06>WpTg+_GP7Isi29=b&VL-b?CsRV-J(Ch%Zou+<3M2tN} zg0+m2gdBn8wV6Z-rqG`qo*HoIQz|X!B`LzQHKx8s83>>I{BYqV>;Q@^(a)=Y*Lt83 z0{BTX-o2Iqo^_YQ7(QUb_Pz`D@hCC%=&%+e;f0AJ@|ew#0Q4HD zF&HQ`#};syulUxK{6^;t^W%pkS-UG%8(r)UfYL*xX+?EVf_zbhN4%MEZ?@rXto45M zwi1opVQz%?mBds2&hH`*$B_m?^pdT)=o$KeG#WDi;7pci&~AW}g<4<4zX0L60o4sj z*m7?Nb~GAoX;+=b_rvGP*8V@n&M~&v=+V-(ZTDB(wsmUT?x}5`+O}=mwr%6oc01?( zCz(t#H<|lwe}D5PJ8Q4?JQ%Xw9XWJP#!vxgzfEc_U{a@UK-;BKQoKj@o@@msWdCvE zp^n!~w=i~I1a0xb&QM&--#o`H1ZOmK)h9jI4QHSFp&AtJ>cW^Ug2Xll zjl|ifTTPST*}shI+o98#ul|_FrhFmrWk6KS z^rNvG3>QSPht8u4K>{BM(jBSQMR?^ELXI86asPRynDcNZ6Er4t=8eGEO-KP#M;m** zLZWy&gCCe?5_{T*5F)yPa>ORb*VewLN`W_H7=(}ozKLH`COGgqGo0mler-L5PcX+g zf-RDXtc*0ecai!lK_z2}XQhbUzd5>GWu#jK-mE726jrs>SUy6_hEHFye*|QF$R@>f z3B>BL_}MZPz#NA>v|YFp!S38+hK;}_k3zYCgg+l7tf+2&M4TJ&IEzAt?``-t?JE=nGR#6BNX56S^U`g7L~ZN_9vN`eisZk+7o5X#J9D=96dH7;+X6RWb84d0VL!R ziy2%f$4X;2Tm2F4@YlKmWSHCGg)7?N{Uq*Al={Uv%-4OYZx19%ft{L7BOr&)EcK}i zjCE;ShjA$rSHs{d{`NuE)j-hn_GPj2-Rc|62gb(s<3>a7#(zq2ma*NbZiwNQIn(uG z8N`9x7MELN@iVt}1-_T=6|K-c*IWdNS=&&IY5*vB>y%NClxh_mU5jK+GE`WCEA;i| z4ur2?3~tbH613EOg&O6+IcM)63gu z4Wyfgph@1_VX|)whg-=eh^5v=IO>^1{m}sa2-QX)R@3@2!3&MC0112*`*Kr>17ys= z&qy-=Q@01lkQhtiVaK}=4SlW%rB^v25U$z~y8b1ZH7p)8ZADVQPYoqyxC?*rDEjU` zrxjZI(q(HuF!?x`7m+r$c;TUQZ-yI?HdDwm7BiId`V6sUOo__~jj#yK`oBGL2BA>1 zImEQr$ftc{ByVneT(|vmzRDJVX|lvrCR-TBTw%Jo{Cpic(`w3%7PgM7!!#PViQw}N zGowGBIb$#cBFq_b_SJXnvffAc^?0PTv9P_80pxLODS-`3s`|qebo-(XY7C>t6_-g9 zp|tkwy<6~w#_mrc-d`e>+54&vvSK_v$fXQ=U1M|sEHgNa(kZhrBTJt0eX^bFx<}MI zBJ23ciFnHw)^JCJQ^afVKr8i7Y(p7x&sKO?JJ-as0oLAQm23tQTrPrPJhQH!-`5T0 zOhX?*H?v@-IS`Sur^a`FZC@nGUh z`0>C!Sh!Bu#SFG;?8i$b;>)k`u)>Z+HC#bjqjbl3YdFp$+iM=)y23tH&u*@oc#ORbWY9tdQ`wwo6(^~FqrZU zO>l2#qRh_}xdByY>%ijigI#50@S=;gm#)B{D}riCzUkc)h8_P*i*#Fsyc6#pe8k1) z-?dkwY2EPZpjuyHJ`36j*81>G`e1W<@@0kV>7AK*GqflNyGSLj)+^O@p$(*8{nmYC zg>PbMYd|aNR%rn%M0EK4m2C~rzA$13|EgSak=1++<5=yQczSt=NH(kDKba9Nay;lA z4bL?^l42nEt3F=;jP>T9tXNslbGcG=OQxKB6Xg=-p)$U>1Ews|QPt4!0+&|JY5&|g zWX&RTw*`)EfjR)NUY?IqqNCuw$9Yr6m3s3U4x-;npN?WUvx$?QPUsLLpDU#Mf*7`; zjdsOE*;?;~5b9k}v1FU=t8X(juuy%mD&7N>?GFN~X#@dLl0zgHg8dJGy6Gfk%( z_wT8*}lA)-Q40Vu==~L#XszQXnkRvAIHBV^Xk2RLHYzDo@Y@ z@^I7o>v8(RXT5`p_5O@p`!syn^$G}-f?*5B9<5Px7xYgc(B0sfgbIw&S~ib!vOIIx z%D{Q;2B>TY5M=Mm1W1?qcpRkN)v{~0|8=WgGnpK{Az;0aMGua~u{+3UunPLMz4@0EY$%mt@1`G)GfVy6|s=Lo2w+y~Wt z_0YXtQtlfo${!mqYczmePQ~g9kep5J2}XA=R}61B{<)rQ1dpn8AuE& zKiXYq{(OEdZP;BeJl0&DiMWm3?mwe9cz4(>Uu#mPm;0n%P0D4;;I=DnT-qW1rUU*9 zd$PjFEZWbifV{VNDPrXA1e`xzf=D{QeWy87a*n1T!hR*dk_oY_=Rb4F!2WTx17pX~ zdxEPFaDUNN?ENlA!A(`VdZssTvv6_USDGuUTsO8Ltij*+{RxI0X%IJhfWJP(t?!TW z76r!jhgdl43h{Mumk1s>6Y-}N2^?qhMW_*MNhcsoPaorO__EE6)PEidhonm@S`J$g zK)|v5QBi(!X!XV^8O%ph?_R30ewDnp?GCKi@O6VF?%tbzfcUSOhWPsL?ZVc?$=T7= z&<5t;$Axc{FMvVD)YjbD0>H}2!TA5rewwvsoi@kn|25OJ_0Z+V z>u813c3FDHV^%A5J*qV}mZaCUsUm_&tE7a1rKq0$I!E1Px-WSCL3|*9q{3X)JdcB* z4H(l1xApz>U(N`Fcn^c{eujT29)i5>eQskx<=i0eddIzQ?+^CQx>Z1PJxHeZ4*mkV z`XOh`2Vj}%M$DBi`iDRLv%3V|9>(u(57gbqU3cPnon|!LZ;U+q^gU`EMXHV0v60@6Ou4T_Op~WDIGfz5Qv+;Rk=SVW0ZT<9pdvPWx zHM|U8*^3f7R%xYFR(#7K{=@jhUcTNp&|ilX;?WnM4%9hzQJ3WZd5PJc2Sh(tm8F_C zzjETmw4t$^k6v6nIsTzjO>r6x=8nQY6r)Fz{rfcBuaA&N!_gLc?B@iuI6V+ym5nWs zMtG+4F*SZNbGi4~FMCi&#)wnck$Gf#V&Do&@GHRK8xj%!O+9hZ^Cy!%^2#mp853F zy6#?#L{$%tBHhF+^ttG!TkX0Vvt@;Y&~EdW!iUVi7`fPOhU;&^J7dLW9K+6hG?=UV zMD**}T8S@NPUC<7I;#D1oa}6Gqw4toDYYCl;tGH*?OVckC55LU7ug~=C;R8FOT2?q zTiRp6tj2j!@Yh_ed=zc?7YO!?#EQ;5Ak!`w>crgk*Ws-Exd|z$3#I2cA{JmU;Hoo* zl@2HGeb0SFqRj)dlS)mIJ#Q^}`B%*Q=RDA?5ANZ$i7{Y^Tz6^DS;QBrwwGj7y)K&U zGw}8G+u(+VleQS3sea7!#VT*Rb^uA5{LC?=<5$D{G8; z+S`?<`|p%3;^VVtGn$7P5JuE!ae|?6o9hO(PG{rOah1*vKuz-+%6S6(yTwGTw&Lx| z6C5{B&~71jDtw=M?{xVCJR2B^hUCtAm3#=3gs!$>pgcb$0bqVpw$zZ^7kIN~=-eGcB7JQN2b!Y2ZuP#AEbxXO?oZ^?maI4cY>iG$puSISHO7tl;_~!B@p#A zy9$Uucv?|kJ#b>^*tk4=iT=ucsT7MLi2%C!% zJKTOW9?0HyNkYf4;w7S0@w#Qq%lTtrD0UHN>yE#pT6E0D&LG)|Z#KGYlCGEv{~+QU ze;jF_l4RtcjUCNich zcd{Ass=mG`D|v${XxO=nu*9dn$>8=_ zz5vBRA*BGJ*a*4-DWwZ4%7YdGlts!!SzM5*>!EA`$@jF7H>+@?zy6j(BeGZk3-S{hfV&~`u~oEm`i1!ex|B^&kA zgy6VaGUU&AkUv1&BYXV;92mb!kn${GR+VCVItQX2swqBz&#e_p8OCEpjd)dxIglV|(63O&~_HxDaL{ z)*}Hp+%pr?^R??m6)f{%eOUy61O5@F=7~NO_FfoRbJdxd)z;QJWwB7KC?=O;Mo3^N z*fJP2D_*ZV6=^`g!iA14f|nPk0%O|TyfFsC zQcto~9(ukQ<~(CYe8w&@p)c%wm8&Qg!9<9m+)$o9iD2UfKb+YT0&PMcoEG~VL#4>h zQP<$t%RCb7;P0FREUJh5+tR z(=QLHHsd6UH<2#r9N?o6FoJGa$4efSKt|~4zjs}2@>&gl$>;f>0z$w-28*vLc`c%d zq1v6HZtI6f96y8GOr*T)2`}y(6?I9dU|Uh-OJPT6C{ahN4Kz0ol6(u%DP6hsys6^7 zLEflJ(zNvmO6px55^({O3lb(i5AVyBZpgYEW~3}vS~#9-z7MY6y0nXA5=Rg7(7EAw zV@f#465L_~S`F%UgWEcif?r1MaEGL}cc`?^?%+i;yCDeWX}~-c0{AUQZ>7Cr1w#Ss zQ2F1x;R*MGdqrzQdNr(+Hdsw;@Xu!MgH#__K)`hm8_vDyKwwEq2r?G9f+juHdj9!^ z$d`qpyhj64-R>|UUw{P@`19f-Bkwhz0x>S7jM^|P@aIL&Ax#ma5tsUkIL+fuD)iz( zjsiJB2qHy_K2VABkB}i+5#uyrihcw$o0bJ$z6vN)0&io)PN5Nhcz9EN;vBG~3uW55 zKT7zs967XDe7TYW5%Gi#^RaFAV-bSrJ_0odEOrSX@zC3YJazKN&RVo3sy=@{1nY+{ z-K>#Pc{%3m^>QFsNN7+4*X7IiG!dpkZO`1_f&O7 zK{zIlZCAAJvqAJJv-kupDX}T=F;eEbswp7-a07WPsm=n@-U+rt?D8R-)4OeroH9DX z%8G;ZeX74lJtUNXi0dXDksIa%Ax$}>-lpX`uyRqf*QFeXARR$LM;Grsd#q`Kw(N>^ zYQi85)-lBi$B_Hciz(iluvEjYAhfy#O{JUjc8E&B5R#)F%6vrxKp-P&%yIkVs$B(n z;O;Z;_tK6SOF)yy?om}>a+SfnvZHrQ_EE$fl>P8#=_lnHOi<5B=n0<3L>ciGg_4Ro zz(-iBs4y$l!xrhpXJ-x<>uqb!rm~Sw@O+M=pKOww%peKTXZ)!-mx)3Npk{OQ0KzQBIjf= zgUW0KCSR8{5}Og1ozhu2-p0W%CAHU6O(%nLF#Dy(mL~*0HYC`^z+eNv#rRHmhCbGH zBFS*@qd(n!efhLRWhRJO@t2=S;RMy7debanMqW57qP@<{2cu9OhU`K7_R^!@(CTyQ zi#T1gRr_qz@v)Vbmq=B8qN3yHs)36nlqPeybD&AeTefrN?91>Q+MxN(ay%qB@MG|l z9R@B0QFdkvE*NnYCYJ8pnJTggVD6n&^3}Edt`Vlv25L~DbVMV@b4Hcan;O$+we$Y- zk8^b2F>i2#A?fNEn4^Gv%qw{E*-|Ak9hbA1ALqaeHE<4)t%`P>@YqdW?udzPvq1NX zVL$FISwnvTd+mJ8PApr4_J0IPq3pQK-uR1jDjZ9_!qP^u>fN0)<=-8RX#96v2@Yw(G&wiEG3?6f}W-_*LXs#t1#Z#ulQOT~vsD$AUZg z;OPO|NHSN24ocj>eedd znW$!!#4)0F+nU#P4j(YF$y&fu#SwA+3Lo@Zof`wcSRWRUM4qVQGH!3LdHbtAn+N9a z=C4`5Yaz}F1A{}yCJkkZe7~j1S7-U@H-#T`9Bd2QK&UDt5Xl=?3K+3ij5}vt?pP_|- z5=&XC3eCq$kmV1qFS~cq-0tZ~7bXhsxY5}R0ZYHfC`&avWl`gme5E9oW=w3y_+aje z0C;i9Z5ey?RP-rND@^5N_;M0as?V%vr1&nIZsE5vUN@Aa?*|pEq(ZYclqSd4?U$ag z!hx69G}{MIorhV)oKw$jMmuUEjUq;4JkIR5)F8;n)eUB^_fcx`z~3t}fnja@4d~KSESCIK zr%|>U>i>p0$+7V98MNkiaegk!>9_#y6G=_vQ@9|cO7UMgfkF}C9xFrnm6xpwS;=^k zu*_btgh1>WE?43Z4uuFMn6}w3$!CkuJFgpk>~UjBjf>V$FPjRTK#tgO5LX>{Z`f4k z!z7x^^)bgBUcb;C;lAlNtU=!Wi6U1nNx6Wxh~Bg!f_9f`p>ctJ&4@)**L984+(OHiKEa4#Pe}Sv;bY^IJW_HabHDw;3=zAFod$CV zi{9Yj61vRYHMf zTZIvHRNp>P;BcfUQ_t=4iOPs68219A%oEJ7Y-}e9pXIe>oU?}8FG^xy0!pJLx>l(j z2{ACjHXq+cvqYGu112J#f}yFj5u$FJk@3qQzuS=XLlAa2(fi-a_f(Qy6lI8efLZ2; zF8>Z6)0Zx_f+Cj>H{F4h1JIUyw;;%dWHY&B`-)|IR#Gb<$_-{c~@Z8s6#d2Gvco3}G?K|oe zPc{FJcl$Ah=4etGK=MHzvv-aOz>znL7gTZrIHJkBaWWIA4#HGj z5U5VtWG;XzPw_}B{}c1pS+?-RL29s2g5|ebtS~|FMtMhyHAlR?@^8SETsFz`++{@A z?%+g=i|m08m5OA5vNWWSFwusVgKLq3BP7K0A1o3y}dIJ9+_inklK3)S0gJq9SOz&ci}G&t123sIlbAO7>jVox1R%|962J`+pOtaj>%f4+1qUZKutNc;D5|XH)%G&Mjuc zDW4IK1k*QH+I8gQtgHrQZ6s(ZP6%Ld(yO%}t{;G^l-n#E(66Md%kh*-S|q27^Yicb z3xZG61at3%!`@f7dhRibRY*Usy+>D+A6m7Uj-jMIbH3`D99(r%li9;#HLmS^jC&QWpjEySiEalcl+u zVRHT_OOrSIPnOo4RfIuBUid<|o?F5~MaIKmSIVL_R`057vvG~fX3}n!yEcDps_vUU zL&hZ&+eT%r>~u*38GCzy4ku|Zqi=E0IX+kwh@CZ=U|^9jPMg7);ER*h6HO2F}- zR*eD^vRA;reCvqjzZRa>{|AXZ_g_ftugrIY?>!<1PL#NjvO6M=bgs4Sp$R+!UV;UQ z=XvRm({q`@EDzhYO1PYA5H2vUdOA$y{rzsU+{Q9bdI=WoL~L;3ksxlGUODp-dn}^0 zk4@R;iXKc{1&E$$L%HXUE!SmFWxADFLB6*9tj1|sY#xnCJr~n@sYZ?Gf~wZla%{Pi zvL4$`E2l=B4zy|J7B3N}{5%#qW>_`gNE5vez^+HTMd$IQ(cinYKc-i-U4aj`WnKu+ zhxlVf8tO7+S^ldqF)2BD%~gpQu8)&8B{B_tv{S95o35K|V(^tX(pq-4 zx9k335%{f@n^z%AD{jCZ{9E4IK^xCC43;UZJX)zJMRYmxiZ<;?f#vd1ei{5uCv%ZK zu!jWf1gzwEX+WH#QG-hZV%Y&cZJp2k{rsQ!AAPF{7{w2H{Bn(vYlK_T)A_9;4y>J2 zt){K3MQsV`&fGR92PHJC95&I)ff9L!`11}Lvly_>n!Il3q__hil*%B-wG(+mk)w&^@6`vkF5k2_Cf-Ve40>oavxaW_j5 zLhYR+8}}PSlOt-ZYK#k8t$XlI;J5E}ppnX~%8As~8t9)}V{A59>rEc4mN(B@5bRA@ z4`6t#G8)Ppius<2;nLbpW7lXf)8}8RRJEndBUU12-LE@WaIPq4s}2+yR_3Y4y$7{; z7J!nxhF>&l2{r8)^=w~>TDhO@@UA#wpJ91kbS5l%^`4(EZq{lOa&)NIYDpGf;hd<0 zD5lpfcSq|M3%bfD>01hxdu6K&I4tU}GE1sb>T^k1@M~GG*HkMvD_L_{`gO~Uuh)O$ z1QR>3@1j*MU!GRsN5 zh4miuH{MZ$hMn~jkh=I|?PxxSa!Fnxm99ZBlz3x0iT2)T!%k8 zw;&i%In^V}TyQ~73$jvFcW(>;r+!ocee7^1F( zsFw4TC75qcb!q=~m8B|c4f^W6jNZ!O71ZIMSMGnzCr4c*+vBHZ+tadr>H|e1dlHPo z1BDwS3qlnaR*7K0{9wYW1NH(XT2l(yx7ploN9S!qcWMAh-U^nqkIjdu0Nf5f=e*LZ zeCS$N)t5W(hQy9U3#`!t<{si?2g=cU=Cs`)>ct_bEYy{1i4zt!J9+JdRRtG`Okl!} z@ET4&bE;Y2QQV&(cUOfeTxT3MZIg)8Z6;AT@^5M0Nx#@I{w-3ueU8mR!;0HI1ch`g zQ8{80u$}Cpt9#>;)XyQ|>b}MPo6(c8mW-H)D*WH>6McNRl?vyj1EeX?OdhgbdhnbM z%QOs_75sHN)HkF6G_-t@b*uhuwOmvixIA0!c4HEN5B(u;J>cx7o*+q8DMp4-0m@^+dXOUOX3J-__>x$(2fcdJrZXAB6 zD@zzeIN-#B8UP2F=FIV-v@OkOiyo1=_IW^9>UI-~m->A*R*6;|7;?_rfPQ`d8Rzs! zg0R4ny14{DC)rnNJ@zGtjW+fmL&JAYAlKKvlekG`&s}pYD$-{Nw!8rLAr*U|*gx@K0Ol#qo0CZvM7oaWf?Vm>m|G8Seir;I}wk)OkL zjQI-iF`4+QtNl~{3E|F8rUU$|H#nFHFL19g|JUHPj6M}-0p)b^6+FGf7`Q~FrsVb5 z45d5B_rEBWVlHCfGRE)EH_8_*6}8Fso<667WNsF15wGXy_=5L5HoFi+p+S=fRN!<} ziZ^%}bB?q@7r@)!1WPH)vHP0BnXeP2yKn)SobHkmi8qy-W^9ZbPGBq+Sovn`S1q4h z_K`Kw3X#t|@aaih1L^yOZB7vcZJG-F>vw@pa*^Uh8Ha;-r6xQm;l0{zbJff6mw0@~ zrMQu(;uKkC3B2a0Z=-#>OOR$5-aP%KO5&l@kUm#K>R}OJ*f$47QVYO@f08ZbV1U0G z7j-S)|A5!9a_4G>=aI1Za#)NtJgFbYaU8*TKkTZyXGjwd`7Uk4T(oiA@p}~=Na-(N z4Z3->$*k|Bp+?-H7FyYHD?TC%el^G^=lNlDG;VozvjZHWU4Yu~#KLomN0{3JP7^d8 z-7I_pEM7d_{tT4_yycMFr&t^a`f%ck;L-n8BaA3e_77J0#~_#%wj8aI-qNwBDl65U zBj`TNTUK;`jIU6Hi(>Tzk@QEqRf6bUTg?P6d&K9Cn8a>lGHB&RtNW6 zVb)bP0)0xMEP1wAu>con&_3DHq;;p3wsl;Gx=y?YPVn-`gxoZL3zBHQBn(bGDpinx zIbpG4ZlQvpC~n-_PY!TAgmoxJ|L{Q0vm@Is7EjLQY$Ci;Ps&MM7o=VEJYgGLh;7{9+c)Rufo9bZlC7L2KrLOwNJg1;M`W#9oZZ zX-3T(y$@M6p|NALq{>2WKv+FTy(bxw_TjUfCD3mSX2dmjxmhA}0fq`w{7lBzxCuw; zwEGr9 zW7UR9=KcDaoHQ1&frF~p6#iIR?68-L2(VA8gKg9J-9b@LDOMKF=Y8Npn`JE+Dq)s% zrm;FhV(KQ222d*0BlQ0EFTavsZsD3r#2Jab!vqVRD|d*0!C*EB8Tt<&Ff3i>G=eTr zCI345*j~T$*3Xv*MtF6|m**4;esficpbLQ+cWFl;HfTf2B7}*zT86R{-m)dR}mOR_E=zK4xBS<5_nkfgA4FL zFEV?j%rzJYCeGd8G;x(bwoSIl3UKAa;20{LSXC)C;cy zpFbQc)EsN)r-AAIfLb?q2{<3rz+yyi3O>fRYTX-}mYt_v(9v)qWGdR<01U8%T#4mA z?V#m{6dnB8)8+xI( zPg^V~pSao8exxj5i%>zBmfBuo4o+g6Q(Q*y8jjeWyHL!6u&k0XEnNh0*ZF7bs9oKq z@3hkNkq8NCAqDufKFhH^HEp2{rYVRFp+cTy`nfqjFB)*9;{xO){0y10)! zWL7SNrb9;LdhwAf${}0(LXQL8%*)6B?33Z}TK(c7@E1s?;!|M@brfDid*Zf!rPZQKhpV9E)hGCt#vrPrMC#h#e-5C4{UGUgMGcuCVb<5d|eKS69KS_VF+J5pt6nf|sO zJm&PPU0Jm0F1P*t>zGPL(Vw<2M&ZwR`0AQWGP^67<&?`ObOk3}q*<>OaAub8Nx*XO=v3^1D})G(X_tSGbH-GTS5H!X z0DkDm$m-lyEb8_6pu|%BxWsD@g5dY$$VYt*Q_V?6x`F{F%o;3{@g7db^{%O$3OZV~ zrxIvF1|NFR9VCujBNiA?^vEm&kita={9eqtkLbItqgEhH64kk|CuaKez(|Z0;b|tqp!rk7*!5X4cIlJ*xvG+oymfpK&G@g zC60HxLVooxQ7fDO@8Z=@b)*sves#%{CGdKNs03B_9^vsn~6E)>)A^0ySMLEn+=s^elx#2x8Xk@`z33{jNlk- z?KP{aqy(-<_GD9eOOTAexZD7{8*He8rlJK0T7U0=%f)eGhn|v|SZc=z6B_P%)<=*! zcvGo!Ezy(GBW1t2&cdVDDa_q+UcE9Cc~U3rSt?jTVi@JqUjPU2M%_ApHqUq9 z9o!V;;pPi^{w&Ft^He9X)>ah~|J6v}H4!#BniOm=XseM1XtJ7j3@bosp2XjgZS(66P(d zJRkqqDiYP>0S1c9GD-N0W2rdJCoV*yN!fiB4X-f~Ub6>)MROhY{ckW3RLbOHua`lk zN~(Zix$I76XDzHCp!gDzT83y(+sDk$H_5`(;%MGJ@^^RtFc1}z?Xmczv-hR4?>in* zvMT`yxXG;-9*YgzxJqr~Ktwt7u@mTowEa<#Cyao|hJBY5NI<^gyCrs~&kvhlZOmgR z#^t^{hpO-c5WWbcSeiNGI}Aa61r=#~r{ge6aY4`ocdDP0*b0!AM@+_yPa^GuXzxG= zRk>Id=4C?Of9Nwb?L$8leieLCALINdG3VF8)My}E|0;cGL ziV>thD8`kd^u{q4CL|-xXIS(OMx~rjt_Bi;lf6q%L0w7`sHGUHZ}gn*Y&<%8rZmE|?YC79V{-oHldn z^nHFjXIp!GX4Y=1ELANF1xD>xl4AnJ8nidZL%N+T)%8$yHEpC^{n5Iczm5l!2EPdZ}N+PY3#EeSrWojbNR=g7*( z`Qdg0b`8}-4Ro8U3wji|yBh_hRzvPR!ZT}%zBk`-SBU;cQIw;duEi5LC;;fZPWjwL z!Eeq97LTMuzq^~|1AssV{-*=r{95tTshQK$)8Y2Dn_YqkR<6A;G85ESm;jwfS*V=k zM!2M!uR{YbZ1JUZRz8*jvv*L$_ckg;Q;`#KR#%5GtaMALQwT9t^TKJG&lmMc^ofsM7zVwAq zn0l*=>5BHk5Zcy*Le8Ep>x$V#ON3Nz$zxGn+lt@U$ihVYi-2tS0;>(r=1 z0r@Hs(8zn#E?baRr^9B81`FGA$VSBx^SZimuAS6L`CH^f^Zr3tv&NE)WL!p|ouNCc z`ZD%b8XZT6?E_t@#x_m1J7Mbj_UbcjsX9gK9_D6tHMq*vgyV|Jl0qv|;m)noe7OetfFbNh97HjH${PO9;g*obr zfkdLVSd7}6mh#ZYuC*nw5Xo(MqZgfDclw(rs2LooYLVC5zf@Mw-mVH+IRvsYK@nH^ zr>}Hb>W`3qRgq(e{6ar~x$dVfo`hkjy*P%$*g4Xxvb|;SRHz}PkujKAc67p> zRzSmk^NTGQH2QoG(2Fk>IUZ^+ogh`Iytk3@xkFVB-sz|8^D5}^?pU_3`89BUb_7ytPs+~`3iUik+adAq0ZOmLKtTR4%S+=c)4qCeXu?njvkjW_%e@c%afw2O((Fl?($L&s zjUpM6LFBdFQf} zsi3xX`r5i;pQW0~;WF*O(loTjF0k9CDG)=Qc&Sr#c_5SkJkr2aFbuB#``On`$bs}z zH}Bk$5z3%B?XW{yHqN^Ws#Y7ZvIGjr@ezO+cQ)`nFC5hhagpS+>k#@Ug`R60F*F&r zHrlYt5XK`FO%u4reo0pwB=Mu@8ZeMKH&9qDqPT(h{)}8!vU=+ia|v9zh#63UtIio) z?80r@q*=JF{~O}`M#Q4IdF}p$yVh@T8GoZiZuPJwcmn?2s#m@~jvD^$nv+P^I{_PQ z`c8H5v&GPvh*bH_wagBWnFf983?2V=J@v^Y5ZHT1p5BX5;)n94yQemK))wSZkig`A z`%rgtr-AfY{G95OO>iPRB(WID3ERfMklrjOXp4{6+34LjxJYt-r??p>7ULXEhcf9= zqtX6;^J<^o%orSn`rS7x)mBuw$@8*%53R=1BmuZ@!iXs$L~UyU22lLgf;f~r+1NN&a@$3@6Prk8s`6#i5!$2L4HU$oT>O0(`u zzg*x6+rKovz&MZz6t7e@r`|1Af2Xes@Y$gE;7oS%r7V7t>`YvMJv-3T1q%OQyQ#oB zn$IfEa%^67SS1dkvjRJkzi!E+#?B#HTYs$T@BOiHRKlKLa=^-|wPpWOo>hxvQ^X}} z!F8UQrwTm85-`XaA(p;9@ZRoYQ5A`i6i1e?G}B`s>@D-hnGS$Jo@W5M$cnP*zW%pPO=(lCb#f!JtT$(g=9U+-wknoa2>O1HVOrVs=!1r-MIQ zJZ|Xd5h+O|If}6Y&SD`gVLd%8QiOXTlTOb^vRlpcRQyq8+loQ`noTjv>ZG}|EkO68 ziK^+zP(L>Wn+Yc;9BvU?U{TZAQlms3b*vHBGlopL1$^znmjR1!LjeuGiweU$@%e{# zz@Y#@^#I1o%ta7Ti4X7cQz1(j*QSHcAD;+#^x%wT`&Y!xT)%?PUo?G|olOYYFf6&{ zv7{*xwb=aqb5Uw6NKz~*vj@H8U>F47=sqSNDl?SrWkw6B#*X`Jwh(5t2B=E5j@rr> z<--2jTR6i&8bG0ZhsVTF3t@c!E3gF=<^mKY0FZeIar}Lq;jxi!wK)QW;1UYDdKEK@ zA81KD6X~^Fqp$g5oxDj-Sa*)cIoKl<#E@&mJSP6wnNc>~eztyUU{m{r!do;)Kyfv7G!Qv2tiw$o@uoU?Ocxas|)Rd`~4Yo_>_$=1AE2V)^9 z!&TVN=N}G=SVry79GFp%1f7PeV0nF=tb1HG2B`w&(T^$C5HlT1f(F%Vb|E69G)P5Z z!U}hf4R*WN2e}(^2Ve_kO_?n>$R@KJ_{TYLvIHoJ7<^MLvkEG8t=Y2skPJOV3MrbL zzCSLd&38zXa@4iAp5Ym`p0f^Q8Wyn&5 z$pJ}_Lv!I@O+9A}^t4>+YV6*cHVLrVsS_H%bTX9~m^H;sJ4S#JFb=567>$FHddlnH z`Z_wfDJQ_dA!M#`%!ACDI#Jb*-at_z0+Qiqc<`Jzjk?NeO@>Q;Z{~zRR|!} zPjgOPgS#H-M2T_d0A06|lP!9;@B?MAkFzs2BHCGa9A>Z@>8=HCYf@c@Q(7woNL`m%fy}2k{&x9W<;qrcv}DBNXJSv2xp7rLq@m!S?9;b{qBeDGHMCO_ zD*d8(7Mn;hF)5-d*}}c>qj8n9z^{aSy(%6VFg`xjZtmQs8?}Lzz2r*nt6!bDBeS|$ z`QDJTimR3#XLWrLgTuI*Y1Z6#kGn`jZ;}w_lm^l+=v(bUiQ8ClC4C=Ti0}!_Fh{9##QfAEQ94?Etc4<6Y-l;43cZ;Zu z!Pye#H?;?D4NBW=zA^AqKyJN7U4B5)|QihB_(qa`HcyXldm&x>W)%41IUH|868 zTIUY(Pg_(E*ze3w*mi~r92sN=4+|CfEVqQY@h8`3%FJu9?aq;3XaGP-KPteoXf|pM zZ2M1oG+Vr}cN=f3;y`zH_M?PhnkfiT!MR)zYBXQ;c+D2DBc|<`PGkt3DLjF$eJe<5 zZ&9yL?uZkBFq)N{fz>O{($s87N`~u>hevGLsu&~Mvt8Ni7G+c;^CNLR@u%c}ANu;XBT z!O!{16mMSQ^a`COG~7;%5uqMU@E|<91ZYuWjXPSgC4;i@uHhz?X#`-v6>Pm7ECSCn zh9>DSU&!8!6Y8mwr#AoZQHhO+qP}n#_H4eCiiLYi zQ#KC%B65ThsK82;{RxRv_WH#P=Yhc_YFPviK+Oj3k$4~&w2FABb$dBEu`3+}a+G^^ zGX-vqtZ-IF+&RkGWZBcmezaNDGerO(L0 zlM)=^m{^F&OYHs}&BBksAX_(q{4E#1~tW>8crCgfDo@w5iye(?6-DCw* zE$YUOr(bwOk;4xTN&?R~MmS(`1`L6#Uy7&B(|F)(b@15DFZ-fI{@8=vVF?RLnEcmk zTrL=%n_mnT(eeG*Kh2>(zRgvm@PHutTMcW_PZ*nZ{ox*k@rEnI_nvwry>iO4y~SAKvjU^ukyQlJhHr6T!~Gp0!ax5mApQu< z^nD&hF}NB#NrlI3wi|9m6CE1fbS37a0ruYrGlP+pska;(ED&#oVZeL~KDWRmTO=;^ z$yzUk$aCZ>mCrawL-#ohxuMsvu=Bk{LA%p-G4i!{U0+(&b{Q!GN};o@v{q`>&tuyO zosI8qPc(j%K{lo6EBVaJ=SdIr7T$G*4*T0#$>G{~;>KBte#ddBPpMy~Yy*=#YM-fv z$!Ge8GB!y}H%V-sT})QvdWYOc_j^3>9R%>!9NWKwk?+)=IC}xl1h3+37Gd?=;DE?% zHH=EWb;-<@)uONW*J&t)(yg5m<$6TPpt2<|IwYkIaw(+mlL+z;Pe&a3zN>e`UbHdXU!Opldj9*DL zM*b6!O@@<#q?CF61l+*lV1Z~9p9gX)mj!`^5Gt}n!IyNC-*9pJ-W_&jU<(Y84Bf9=IF}H>GPxNn+ctY8 zJ6)uQl(e5D6(K49Gj~yID8_ZqM2|jg;m93RNbt^Ob7$484FsgRdjExB5$D#1CFg4p z?Pg}nv@M<965V<*U({!&Kf{&r$F)x_r#K0daml!5t#V>#bhBKT9)34ZvWX1!)6OPo zF8_?Zw7p3mcs0aoui0l3DR9E^(x`I2G+9Jz>oD!o(JB)-4GHyU2ufFz20rBmFvXOShMF77teH^YP49(6O+A! zxP}Xdh`JbgWxu92uPtSE6<`P~=wx4R8Ga_DuUrMFJOgfGcXmJyx^sc(la2!HvOZtD zFZv`TX~F*%408NuFv!Br@xK6vRclVVY>FprTi)u>w`IuAFd7^o`?)q$IlL3Do0OMy zY~Fy13!+SrF(h1xYx*3h)0oapFe(%&m|Odk1rD{S2&3f(cEe~p-tp*#XQl`#SK^U@pI`$q^oC>YR118T{22071gC+#Qk}E*zR}GNRX%; z(6^VETpzMXo}3pU|4RiuDJOe~T>Yo}Q*UT@1i8BTO?x|r{Hs8l<HK(JPE4H&e_Qy=HpXsiNNQ#n1|7egIv~j!@Y4`e|Lmyi}8Sj zZyMTuq!)Jf#~_RQi$bJPQ>~F{#!vcZrMh%D)4^Fq4t@EB9Zx_=?O>au*gvjDob0wf z_8*)NO(sK9QONnd!q0Phn_r9-*@TTjhlWl(+o}XW?3Bl^=B+`T7(?zhW7q}wI$54? z4~Ui1j}>2ryto(aBtpjrRxB~X8}_TA-SYpvQ76{${U1Yqs{ zSQT#-+7gC!oXiDd7e}8c9ZJ$2~rN0 z_5qp(v1uVG0WNBNG;Woq$9j~VKTQi(K(}t@BQFo>zNakeU-Gl9D%&ac6iq{ZC-r@k zqBzvh_a)V)u<%9Eo#gdZNr8{i8C^JL@_H4?08S(l0+ANZ%`Z#^uS+00M(SBn=bNB^ z*XQD!A>QZ?-=w>0+z8v?7%Nxt-qUiZ?0H5i>ve?NzI$p`g~fq~kkf;|1urJj@FMjSi*ceozzQP*L@0cE+-?A4=h8U-e)7S-_(88g zWCBMeObhl06>=W&I&ze#9S1?#WBHUoB<|cERWPV7^|L5#@IW%LUuE(vI1X2EM_vN> z-&Tl**GW~3n(Q=g!d-R5k^v8u-&~E}`GhnX4#V_Sn-!@Wk?d-)W>WExhc*}Nma~`c z+EAh;{!KKrJk!UaXSauRz@SCZY-y}l)$L{9MfSgNkwYQ&!Y5-`Go~LOfc73>nlIJt#A)P^bw@F<3D3U(am{VEe18E|jjz({~ zOrt<)i#%0<(8P?7xu8w@~Z%y6ag9o>f5=Lkev*=>f`*rnW?IuquNMMnTNB`Nm;JFJo)AEDCr9 zIg8ER&A5xntz#(hjM?nMsgKgPk(Dne^YU5I-J)^!`-PFavk_XqvW`)N7 z%_I8l&N&MP^T5AyI&x+i4ZLQB8*sX3~5a+s3HZPGC@FEK1<`N1abEkC$EYZszX6fjNXNr=%`+CoVZRv zE}*w`lY3Yo4R4=6GhY%iT$T(cs)rviR#FJZCAqq3(igU;=kB-afuV+N$h}`7_wxR} z68fwDY?y1FfM6>ePvaP-UO(EQcT33BTM!oIl-|jv3p>G095_lk2id_JH}5Nve^SHJ z&E*XX0sQ6}aqI%kK_2cM*m!AEc*6-~*PMU$)ImJ`&7_M2MqRdP#W%Rabx{4g^uu&Q{HzS#pmIy|Kx`UAoDX!&X)2e z|I?(k;Yhv2XK&|KlCDfA9GSEzi5Iq4GvI;+6okfjQK;LdZP20cqNB}Y_-i4&53zI? z7lR_47HBLKg;R3%nK?Hgv3s#gWwhyp^KiK%lDbd6YiE-ky7b>gp(NOeqmnr-a+mxE>ZJ=Ua$ zQjgeG0;^&$u}~v7CfKnh|EuIi9V~w%c%tups!lX;DTxa24EzG_VT%uua%^NUh~Q$+nRL3PERg!w5k8 z*pmSs`S|!7kE|qI$LGi4HP-P^g=^SpC)JpVHVAaj$1dh6DCNVEEzSw%LifDcJ#W&1 z!!%2wQw3yj7LFTb>%Xa~cf%2iZt5?_bgu}~5u3-1)PirxiKzi0M&a_B%Hc;H(c^I_ z$$TU#z~MS{rdOa)de>%7bFP&GG}LAIG<}UDTD(Ars%a+$g{Qe3R6UkRZaMts*|%C= zJ5)5A6hQ+zxhFys6LV*{kP2ox)Y&i-w5mI~T)LTeGO@fLcf6cFFz@;JP!o74ycAI6 z%ZMTvN#F9Vyf;#|)2WqIX9UTm^TdM+_K?dHgZ)pR#%MQ!C) z8lFpSII`|6k3#1NNy=@CWdF=hBvCb(4?Cy#UA-`>1TbNN2gh?*N3N^kvK)L^-#jqoL@y1344{?+&>pG>0u_ zZ#v3nsGNK%Z0MYbWd!IP%+(=bIygWl@WwdeN`F+S8MHLCdSg<2E)T~&@~Y#haNJ-M z-Eufw-kswzkZ6V6PR#VTdR^xgNQ`*N0r7`1s~sK`hi|d0kbJY}s>LCh_OhGH_1i#W zm3=RQPq}y%v7vZe-euP~b+$-5L$vQRBfaP$=8HxHx;ycadBtK4p4?I!kF@ zA

y%)kfOeH=Q&G9Rs)6-Ii<`YI`<2Rd6!<6fw99X0@$?!hNDL5&FIlXRAcc>E!la2xb{-nD)<>z<8pPYqv3aNa z6F#ng4ve4QpRF8?VWQ#kepfpsUdYr{94LYbxs@Kl#%8L+2L=~@3<=<( zUE1;r-I19lmyIMo5V(pdC|kZ6Wx}t!RcOz@f|jBMQ{;(6HvT>alQUT<7d(|(7|+oW zftb8mPn_j#<+lkEfkL;zVbLD3?&{#*H@;vgH-#G zsAVXKz%8+mXkV?@BA3QU{ApU5ClgR2cZG@4O3v^I>c^fGY)1)DswBY5&#ekgZ8^RW zNj{vxF70JY{DSp=L-*I$1v%FiZ#@hA=30KO*bKB(r7^|ouKqyngUpbuw@97fFtOBy zbefqn2|Uzznwi{A)9JMp4VE)UMm6b{p24s6RlhaFD%6gub5Bai8x;N~j2z&?KUho0 zo<6iKF54-_<5@eSJ8CCfpzYCr}q*0`oS+kYU&(=PJed9k+Bh; zsqxxrS3vr;->Xs=kY%;nJ=Xo+bd4~68frL4;^0z6s+&ZS*T{KjP{pp?&1qnfq-B#9

F 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

N$G!(&^rbiMDl2r_YDm%eiA$z5TzZpb!LFftYU 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%0D8+b(WZ;%Lzn>;@=!z8^b4s}MiwiGWzW$It4` zTV?44&G`41<6mqvSir{Hg}3I3_03NK2UU}g1A{`uJ0S2j#$EcvA%m3%K){3ggou*1 z&Z)vCe|FUJ{{!gqNcjp)s5uWZ0d&oc1tICf zB)`!#l%UY4dj8(DfJBu#g_ek-o~X|3;^F=plcT@gj+tw4$1RmDZhB@W%44s$Kh`o)F@2*p6tEkvS#(UOnKL`Xwu&|j z;Hu*g{r52EF8e^Vslo=jg3uWObbQTgY3k5d4$6Bn)E>6`QCcWdf+5sDs`>Bi0VrWc zV2nT+fVTj&IC`8--7dI76l`5974e-uPY0|Oh!JAS)=sqKk&|yXQ|84du5bzei4&u15tasayUA0>= z>dz6pJ&1VV&k_?#IGygv6@U+18Na4h)F;v=MC@T{m7l&rU=LNF_VsS-*nD@tIVbZg z==l*;6q3k70rbW#zzg;PAb47(CH?8S=9iIvLBv*ml>Z60)sN^9)ZCG`EfjWwa-@9z zV$)NfYT_w#Vy0N_F_%4EmrhZsH;mqd=@gnzE8yin=JbM_!XS)3*VVKbi&eisDg z%cx+60<(W1-R9Rmk_jmfm+u?pOeVVF(6(N&2SN2_OWRXH#1GWHkXhbTiXu$XJ#+haNl1~PYVrx1&TA2`_&x?AhR=!+n1_hc zCEZ{>{xZ#A4sk#Ps&W@EaQ05-gJ!cYeq5TwCIj<rR$LK>0 zG9ujW@=d1#)*N9mNP;?6$_RrYX$N&AAaq0C7c+&CdS*+V1ysieqmx1=QM?K8NKZQl z1UV`k1N*e1;Mu%`B%}cemlpMM3?5&~@6do7wY<3MXUexlls92)#d+H{m+rwuyl%kb zL#kWzNJi}&(j~3N2E4;J3W&Qa?%L$K)Xk0FbKF`5bye5PNeG@Ri$9czIE0ohFq4}^-y zyiyW2*wGBDtVUvefBx@E6jYFnm))b`tNCn*xTg|~Cgc)1!F&$maz~E6niKf^;JGp#D%NO)_^@g%>{wcsI~VkfTpj-L)0M$UY#EvPCCo!gCKyE;mxSAEokk2kH zn$_w|zr4Ilaq0P3d61l23_py+MF}p}Y&|SPRv@F3!WsX>{eNQ2kvBVe#I{=6hZ=y80-n!u%Z<$=l+9Pnq4U zCNKI_B`|_@5nnLPp;u4sbPq%Ay!^$7M4MotB`7toU&MZ;ZlXg9>IP%BUFmIlaXxLD zV4d+13;BzXq>3#Fuc-rqQQ>B2gkei`wsNz=u+Zsmrf^^!%wuPl%vi(hz@sMgz(hwa zD$QD1t9WsAc^thQWUo6v2yU!E#2{VDB#a!qJ%4UnYdNS>D>-pDGh?_vkW7`^&jxWV z&9NQ(E1>3TLEV@R;c$9?@#&|#*YKi|!{-eHLRiH+O}8Eu8<>KwxO zH^%1XO&12v0Ieg0*@4d@T7RI?Xpz25Wbz}icZEb~$bc9Tq_!ilhmN?w(g7q6}xY*}E$f3q7 z;Lfj0!b(qk=5#wLf^udND!1qtNvp|SD~xWK1aIgp-f`+aFyii}jTFDsIjG%o3cyek zOq5$}gP1&mcS7r*Ka1Fxqs62Z<*?!2W{7vU9Wm(K_10o4QFaP{77 zYjZ9$>&W4Yzy!eZ#HvYhMU12)5Wsa~Vwmdcu4~$QMQH9j!XwoQaG0>@(sXh0Q218q zD|00!eaLpb!pr9e&WomaM1!B@9yIZNi5s?0&~qnNM16Fw{(;0=+Kb0_=^H9DFtTAV z8Y(E}y=aZCb|h1_4|19`Y625jj`|S~p#aDBHl4OcHj$;Q4#rwCz3DO?&^2G^&dT(%^52 zPe;P;B+Xd7CWs$7E~+%J2kF)4<_91vA$jS)m>TncFf~qA#{bRKs4Z3BP_2;nZYEEN7Uj_(5&&Vdfz`oUShJLWoHV?zJ2PXWDyFF&6cfP?RbTkB6ckgQsJ=-`sZxPAeG1 zvXz-rz&*m zd~#%6ljj5@zBVd1maxRug(@f-y)(#%@fEc+7b6?8d#-ww?e7s6f4<;oTJ)p2)LvQA zZ#d2r5oKIWn;)Kai79_^+QC&>d=!nLq*;;ces(?Iw`2Q-zG8X6t0m)BlPtO-wY^)1 zt{SYkrEn1Teq4?O!u+u%=!z~5ouDI!5STn}G`LO?!T69dUUCx0#kT7H)jR*iOhd)! zv$6?=O+@fYe$)5&l?NyN$`j~lnZB}vp|1<*I4HJ7oz?l%6AyntIDATEkM@3R&oG+1)vCr)Vf3+UaE#ykgC*xk8HP4g;{J z=<$^0h*+iUSq9W|oPQC2D(U82`=B(s8I-F+0cNX{Z)BK7rKI3JvbeMx9QO?+pMk1W zeksrxKmEnf5>!v&;61M|y(sPS3hEX}e%0#E4*$8YKjXFQk_PDE+$EGV z_9GQm6~m=%M5x|F$WLUb&R{89HDj7SFtaMns%P1l=~vuGq4p;hcm>%k<;XRr9{fbN z0RXUdnoPai=NI^AZV3PgBZ_)0Dqx#*0qi=6F={j{U{-6;3bu^KInavX(7aV)k1)Np z*3B5DD;Us+i9YR-rP3#dx{uB=8?>a?*1WouC`q3&B%tCam2@q||Rd&uod{r_4Eiv4$gro_{7CCs8=V`}?r1QcBa*v(BE-CLJ0p4<4dB zZeYjp5r4Y9AGkKqgfg9m>GhE=Zhz;KkpQ^#2BTpo1aK5&Jb;vOuT=(=m+FLkqg4j!G_%QO1%k{T_gS#lDxq+CUTDrEuJ z>YQ=Afcq>NiB-W#fXc?V3JgqVs}uc$h$s*a(4aVAsI5MsK-(VmUxd7kMa=^)1g3E^ zIJYULZk%b>VZe}rqz3>pa3zGf$C$)NF7HSJ=fZ6|eO?xG33c30@-Qa7;jL(&52X^|%CUnEch ze{mb|HfeXwfV&xh{Tz(5jZB1)8v11pZZqY?i$4h`*dfuN#1dgxaXbE1bN-IAwb+4$ z{pg{?NaNHEFE#ZxP`F+F2EKG|C;|p?Hb7R0RAAf?IY!XC3f8x+v*5AoPV&HkYxAu{5hTo7(On+DH&Il0Y(qr}@ z^ohuyZkCMUkmE$Px-iM&SSh*ybG6je(njQsKHo|-bOl8w{g3u!q$G~79G?A^Q0`ky zSh0vyf%Nc8C`eiBStJ#v)sN*t^@uTl{SBa>=w7N^A}55bT$C#}?a_bQG-v50W+t7C zG%H{$yP5L(vohucfB)5Nu&a2*AzBhF`H@%Mg4>q(J3;k%KE5ZRniCNHU8g`MNK3+z zNZGYfSTnHWTFe=~k2?-tcW~hrgM#4#q?KwX+Az_qCnZ3^A1{~I8M>_m2QX`TBWGV{lZ5d~;ziZY5@^>2&RJI{iXcIJE9(^4ma3!aL#Fq8jE@?c; zUh~*g;4Ao3G_z*(3`>67gWq1i144YO4=G9xc@zN9LKXvF1pi_v?IeiUDlzFufqXDsUkqART`dzV^Cq2uslW53 z&UJo^7U()6$Ws;2MH{;S{QU7#HlM#UuZ!lC!KVYml^G*bO!n;`Cmk%l%n}is)udF^ zW^2C}5s{Fee)+J^f4Yq;l&N*`9T4=#?9NJ#PxzSbdR}QB1iTF!QC(L!){OanGT04g z0pJsFu&Ky%fG|~%nzW+PxJYP~8X-3oD&9@4;6{WM>x&HI!o4RnF0O|zcb)1<%!fze zO2}l;f$9J}hebigGZU1m2Y_DD?KHR&d8ujs_JE12QH9R#hOwU7I@P`6!0B_2g(OWL zZw-F$dnacNQGLCMRT7!+PuCLC)~o=Y%N?s0?{aBlYOhQ^L3E*2=0t+0YI$5K3Y{m~#G=kO1b2|a%f=iof)WmL?bQd{- zqMaXJ?j5Zn?YlZerQTX!E?TthIZIeF$&`)M43$=8%nSClhI&VuNL&#s%11sXC-@CT zO!~Qi;C3mkaP|PmtpI~2sgSBXp(vxSjGnc&gjb<^r7S^}$0tV~IyIK}P%_rlp_*C% z?iIy*`>&@@m32JkP*v*@sbA6EmK&ciyU7pCytBKZeTSfr*@0K1iNUb6#J&uoEyXi` z$4?;);zEoc33OVbi}-X-MD5y-6S!Q?xZ*TF$R_jPpJf`F82yHB2Z55C$E;Q7GtD^# z#}-PA{p2Snl#4ki!bH32qy15Ei>;X12x8xcyj0e38PDGGgRIwJ<3N_a#gFt`{08Jr zFaW^2BN&`k`J~?x*io+mLX+!jirzr4%kHpaC4I2wdY&%oYD2XrM9(BP_WDz7SU0A+ z>_<10pRGW+HjA^-@9-cbWE~M2J*a2A^=K=E4X*KQTI#~Ez~yW_k$1hYyhKtj_{U)ySguKZ zHWVhx%Zja$zKQocM8RcrR*5RKhAA`3 zvl!NUy!xO{hp>NvNISGWAQ$@m%}*&@z=4?~?G6vIlAr-3etn6SyWK0b?Yu@~D}8>8 zbh3=AyB(W+o@r1VVuW6tzMBHEND(_Y-W@UrN5K4(1R!*rT5}-1ifY-^lP)-i+$+12z(b^ zVdC>Cdpx|ueI$lt1!!a+ba5Lx$8(L^x z%As2>KPfa{NZCD^1+n^|2B^I9gfQ6B&zsF{}CAhn3m^?zh%gW~;KaUca zl6k!W3TQqB&<%!*Y@n46q}h;7Z;b%oSMI`rtty`2+#Vq>COP5A@%^bsSGRj}i`xEr zgt23j+B0_aNhPnQh+c=7IlHT}ox86O{?Kc`@RN<5@aC%^E65{$Q53NtN^>Ql%-%M- zun`TN-@4NrEVel)7H-I!up?p6%AP`UTtM+DoiU!yF&D&_gHF%S;27a8CRrZkYvBCi zYCaJjdh;`79b^4Dev116o-zt_Q`bhlW@;pK6xg^2nkzmcE&*MIgZBnPq46qm3pLWT z{e(-cT$>f2tm8qK72QS~OOks-gy^t-cV24=27b_o+x3c@c>YX&-WkMZ!ZbzOBHl59 zt^_uXlM>c?ZeN*jclu1D{<1CI#G1nroMlH_PG!qYhijCZiXIJMd(QLL0^AurcshuK zZz{krXRl3%pG-+^o8MLuP!RHNMpk2Bkhz9{D0cNr9FWh1RU(j7MD4&*{J<6D4CJSKn(M))`F^gUUbjvgb};?p?AUcJr- zwrL=j4foKv`ytSbX>6%BfrW6-_mUIfZN5GS9(b8dS{kDr0RS-XlW9s#S%NNWYL>A| zkFvsG;XE$G&u`VZt2#+XWZb*SC~xiLv#a{tmgYAYVeW zL;YY%p#E}alVu`dIyIo8sr7o~??be&zNK|jg=!MzJsCfQdGq+qfE+D0vjAFVrU7>@ z93zhNhax4f5xiBPbq=4fMHJdmb2kZSSFdz56qGr$?W_#LXspii&;vr-&J6!_M3#iV z;g@`NV9{a{yq;Z>3Ti(8y!#6UwV&m-+j%XT@3GQ9va>#$G_uMCG=eX`LyLE|Mos4` z?x6H5lpeshFvqe`wEHm#1G~p15y|nZlwk>XdmZ|UPi%)vGhQhz0ucNC)7@WJMke#p zg{4ne9IHX0Ug2XVCMhC@Yw6Ddfw0hQxj!9#&HWxFgR|YU#I2iK9WGDT`vHT7mkN`BV-v|QQ zbKmPq{jCXd4Dw($6R};VH^&;*HPn+BFb*z>A(r{;;p1J;Mo+sR%8&cY>8I~c&3o2J zL6H+*j%)_E{$Lob8%kKDSy*MPv?sx0<Q`JarsdKSX>E8DewtIMxhv>#yC)glFH9oD)rUyaCdt$>rRtB3g8l}wLd zKE2jt-o?mgdjDw_)34QTo4uXcxnh@~QVaRmCKudTzKQPo@6By6RH3CEoqRLo1#b2; zALOof@0_HazdW6))EsXDPmdQWT5sN`3pP(7SR&r}@|(z__QN;|NVM}YYjIuxnF!(b zu7Q6Fhw^<}%-{^`XkUe+=Lb%M@zxJ&rk>9pbd{Bilk&YtYRmq(+zkYtY3~=Q)HSr`omm++ zjUO46B(fxLJ51QG{Px6dzq?-TxfV1dU5~DuhM|uNbk(f4HXVf%H17m)bamN|O3!G9 z3ZE5?3#iubsUC0n&~x1q)1L~gmQ}jm8M3E~ROwJdGcTsvi*v{%jOmix@yJU;l`;7i z?}oN>Ul>&Q+5%sDb_VPd2^1_7C*@K+*_!yqoPSK}T)#C)CCWfL#wN=WoH7o#6BD*0 zU*-?bc1oBdC6vwvT_JrYZa?HQn`tvo7EcN5w6h!v`~0h3?FV2vJv{D8s|iy(dMrm# zbd=8tl<@?RmJ8H%oV&8zSk)gIJ8dtPE=85(%=OQUTD3?OZWQ5TitA~{WR~*}?d)~f zRXiI8wMn>dhB~G!D$Yt-3#w9#t;VW2EXOM?wuR)td7h-tcmNqpm}EMi42D;XJ(UtG z2A48iWFu7f`S<0(WqdPC(CD*KhYXcwowokC9_E@zK)HhlkpbS$UpM(2dRs5a=c} zF*Im59z3b;c7HF|mY=q1fYCY3cOJm)1UHHNb|pFS?Lv5j|mv$M5D`rusO zmPP)stsL>is1z=#fs%UhHSsH-%w)WmI&4?JeE6H*nSB5g|5T|K!TcMolt?)WUu3&X zQOW1qA~FK!0s=5=G;^InR#1mlS&rb zy}wl5Q=Y}M`tH>A%3#`H4B6B%^Mi=73FyQiqY&cOkONWIMC9_I>aCD|SndFjl4scfsN_S|a!y#&h7G9PpZzEB@aXSVV&#=Q z4yfG|GGK>Lo^G^DJI)dFm$4q~3-Ezsr}{gDu|=jfo91jwNOF(h11UGpIzUE-X;;&K z;xXQtY>$z2?oP~Kn7@8n|5)oH3B+_}FcAxo=q`eG#D8ds7GfRWLx`B$G0sYy|M4%* z8?F#_zigf6%oxe+R%B*7rP>!$o}Aj?$4XZ=3}KN~M(;eHu-U@0)FIGhUy(~d^R6&} zug;`xg$kx#Z)Kq5deTtyyg^^qS*qF^oYmTGQus6d z^XL3UOgMpz0O*BB?!w3ZaOKiR6douhhV+pUl)7ynKnqwm0*4tNVcr#gPNO#nqbY!T zF%qs^CMvmz?WE%;+Sk>8u4c}5b43LZ@-z0wR+7`2T)!n;KC&}XX1>-)!#bKwg;d(T ztj23*{QI>y<**d`U$dw_qo#ws;9Hy@5@p{m4(^FQ_8gSxAK8HLVR!67lAC8_Qu({- zs71fj?eoPiL2oGR_RP_uQWWrM4p9d-kVWqZs#RqT7-iA zv^NBnXFxLn1$7N_(7(kcZ}a+(+Ocx`TQ-!lDev>@^kqz{{O3Q@p%HrnU;whu!VvAjaeF5n`8=r8}Lg_s>4$BMv& z1U>dARg|}X>FN+nN*&W^YdY<|ued@!1m~0L=Jr-sFCB_gs8GDx_B>6hF|U4K_lxg# zTExIP3Vt84Y-#QNI+#%vl~9m z+vkjW-388~NGOURnRoEzOz~e4haXw=9*FPb5zNJb9`YjPBBvf01tw1QIu4E111!Ks z6J~Wq2#?+Ml&d`*HGeA(+bj-lIgM|hb#`wieSLCO`V4|AlG&HIqIW0%H>;y9Y8Vf3agYab3M)FRel^%$Nn}m?gxj01Se_a;<*+Y6gw@k_=%ei#bCHq$6E9}-25Wfe!hOr$M_%=AEJNY^bF&eOmJCmGemHbt zuU8$Hx9X!rUTWJD$`GH1puoq)&HEjX-vDS!mpQj!9x?t*jSk=BB%hUyK_r7hfsX=T zIbqCHle&Sm+y1>8K$H4`>UHiskVC(WY``0yN~ejSGI}=nM1Z-PyF)jg+wloK-F+?l zDM~5|VtdjMp5KTyd8Q!2xaBb`xHLn?#wu8uA-iq91mEQ0^m;sHCL6oQsYCB{wBvV_ zL_;F5(z_H|mY}rSl+`jaLXF`K!;r_DWoq6ICxkVV6NoJ!#)Ij5dV~+oi0x3jG{O{A zlNB&8`bA0E-Mk!@0Q0Q)NCN!KR%cdzTd(o0-m@@Vv{- zk%_EYmwzK_9cH{k+2ev$qILlsL6|)%flpsy=TVsMf1jxIQKiI5*?bRuxNnwej_xhQ zZz|#mtvZzZfQ-7j#7~pRcDMTB+Y%hVSOEOXg#{ihaW9zQhK3=M!E6S>cb+O(_=-2r zXqE)um@GH|yUjZ&kqW^Fi!zkY7}rlXb0H<)2_v*A3t6FryOQ57xS<@E=kANCh&u|* zO~rrG(iA{Dmd}^uc$b3MNFhWMNUQ>%_A_>OXMfW5X5!LyT?2?*Y4x2J_puj^y!7UT z)jBz*f{8!Rvz&wpQ7LGiW2k_oI5S{F5r3qPCSBF~wnDly+b7T)igv(?F<9OW^Z>VM zwpCsGVCOD2cyhqjQ~{nAq2`#=|JZ4@9uQ86D;jPLaSO4LDXKLUmR#p6p8aYb2N<`1 zz{R&?KUK?@sY!+;sy)J4x6Kk5@6SC+(dK$A=%0p~dnXFAMT-*o;oMZhKG}d#wOQeJ zz@H@3cFw-(LMxtOiF4VE8+#4lryytVD@i_@C^pvZEe6_`6@B#C{6MO8IK5%gfTIOD z&-hq3u)CZ|8SIS+#C|CBLpN+42+O~>$9<>V` zYm>g>SCU$XBw0-TdR>in4w7|UD|z1i8xs4sQmav~Qy7BkxwiGq^O!R5(Wu|Ltbw*Y zch}kxWJPHFCVD-8OzA0FZ9I=Fh}T(sr09zmAmUYjNK%t|6?O5{Oq|N}AkY-czZ40} ztzIGK!W(mbbX9Uyk<&;w{p>F*78}vi7uRj7xE-q}QO7;m{#!@LyR7^741>~c2Hj03 z-GuDwrAJN~d9||@x&ckYUMAlCX3*_G7#5faAEB6*KhgXm^D;>JGVpU5IFLoH5p=NR1a$|&L{yb;J_MPUp>7IqIIsyHhA zMO7qa46#QnKJzCI@3#U7bjHN4mjbUjqGttKq-2g%30~%youK}w0+`|Ktn8Zq7tYBo zFdZL2fYn0>cheq!*aLo2mP&Q(o9sK4Jj}iqP!01(iV!8o=rm`8c26=G%EwpL5pcqbHv{w8x*?%xUeuw?dsoseeP(J`ypd^Js7ajm7y<111dF{{Z|a?q^M$5D zJ#NEwA8X-X-sq`aO&updJD?uS%x#G}tDrJh*eq~5kocv3$h^fn{B!?|I6&v@#$F50 zk1YaR&(5A@2P4vLxTh_N8<6w;?tJl0@cs$@FJ{2{|1tw64o0T`ZS_oPYAJ1~Bl)~| zZhyHc2M@LB-T%R$N`*B7OZ!!Wm9&6BDC%fqt@IOpJARBhK5*8U!laSv`;sg4B~I3N zRm)rDcaM~&kg zPOV0h83zu={JMC&-XBJIa9d}jHo7K>NpdzNxLv&l&9MuLb@-T^pbE~wtN2mO#YFibWxwKM|3{a z;H^P(ehB9~+^l`EIyo$&tZ6_D6+;bb{6~d$q(OriV7kI0ZV5!4>8>KTW4b0zamKOH z*4~;yUt2WYb}M~ewaCC{S8lH8ITE-7Hk*XM?e~@ouix(8SjN}}J22L3hwM<3VmlmI z=qZQ<02wuWt{aCk;|&2Z&;2ZWy8C+)Fs!5gx>Qe3&)Y*77}2_|t}UK5?N-^u?Gpyp z6{1JWL`+Dwri7(*!3&E%S!Uu{mVo42xF4xl)1^m4IBz$&nV6-MSL|P`-%4{}J3Ys; z*(euswY(5%vb68jO{Ffk0S2?tQ9YstUF++A+eGSeF?MO8u=}w{KY7JF4To=k2-h)D z+h_zRz|tgl(HVW~qd zeT4zF7&AfeV3(HLO%xu$3*xdYi}wCmi@@^mjCzu}Uj#o8;3H6wNS^p~Lj1r$oKKCe zm4hsZ(~4^HSwX)U8}OmB@~#w3TzL4^C5acEc0A;Pn}Rw>GVMd*xXlA$5X$_JNAO=3 z=>^j8Bj9M}u)kby5MIqBQhjdK(}>%L-SjmH4H(wsTjkqVJJGZpqA>W21oe2k2Er_BML&bh1MKVFQN<6 zQ7P;O11XZcm?JR~tX9Jt1S1%9!Fu!!TRa8nST4s{Epd!ITiQfZF%rBu<>Z_r#th0IYCR$5Oe5<+3_duG64Z!7~g zCM@NVZE}JelrZr14+ZEAX0-Kb>P7y2F(IbsRRNJJ7r^m#%_srn-ST4BBKpo{B%T3x z9m8>1$LMWs5u-~C90&i1H?!!0^mLxbwWn>W&e9Q{Vzg94 zFe=c2bI%jSr0%VC_1nYeyexrUHiZ6Bx3h-S@@_v0QBN#6uH+qG?im45Up!u}dth_| zzmPxFyApW1xGy!kkpKQu8kbfzIP-H#;-ocI&4q%!O4h$*Wx^U)C5Pp>z{(v|?dR6R z4GjR!4I7%;BSl-LO#d>^oZjt?5hZ2OQ@dWWCHXe3N(Jw_YuXS3@ruxX!G7D#Tp59} zwwt-w!0So}C{92#94j$+*z&=~z;aU*LWRuPq9ZZ!%#LYOg9=TBuTizxqS8U8eg0}q z&17gKNqPY9=C)+efT#>3?M!5Kabtc*iveDJ)46~Y##TJ;cwMt*&7S-RARsT~`|o&V z@Af;UMUd@;EH4OpBQ28@)%hxSdta(2M03S^6PfdThAuyt{cLmPd_`F z+Fy#ckAD~8M^vjXZwnRcXSIf|**CzJ9)lZJdB}^blx}-~>sNVz{HWYe)*dd}qhbSB zyBE;z^iu0wLw|~u>FuHzl~PwxqmA66Y~SkI?!~6BQ1D5N5%^u`{3D-BS8*9V)32bq z7y-9gTYnyG!x>8-XD-DQx#t-De88#DS8>%f0*Z5Lk@fe?l5KF&r77CLrBVDif3Q`9 z$F>euQ+)+0@fxEP>ly0dsUb74P>mAZcwup6w_Ha%13ody4w*o@i zp#$D^Ro|>~Tl42SIx7BjfE5BQEhr9vtp-@eqL6Pi^v}TVl_-r_mGLx-=D5SzWAC~n z0(%eqN;(kwH*RI%nkhGin#yAGQXP3OMTyxPR!WDd*L%fTZ^iH_BP~anDCnsYSU;K|P==fKm}SG?>= zZe>C6az1d-{B&GnhbOcWB4S;O10MKKi~$&JOs|dhC-(IH_#9LN@=j|UZfe)Z?u5(8 zTZoo$H-;jMh#;D?oBEzQQayu+*)YHvp6ry4{YKS%s~?BmU7kH>g%O`$CON)P32SA4 zChOOhm#DCnUXjJV^gSw~t9yEsIu7XML|nZ<_&d<-Yyd)%v;!B7#&4z|;I$35WCb3! zP$4YUdqi0#Xoy^&%mh0~`u^6e`6}~BiT3;=QF z66AL}#psw45)hANl>X^!0DMg}Ssx%)&VA;<5H?><{wmFcaeAkvw;#hb(}I_;h!&J3 z!e&s=&KCn-yhZwUcG9A~O!huJ`mo>PDsG{*&FP3>q1}%BaKsYb>CGd<)r4h;WDB>y zjGjnzug|;b;<0;soBi6LWUP9nRo20QoAHm#(Slo9oQaJzW3nP{CZp|&Jh~;j70d8x zlZJ3>|CM7SnGf3a4(t+2)AJ#b90O-$r|?o-lvbaQ_Z%U0+bt<2*Jdbbd(tp0IFmI$ ziJuUya5=#y+I<_m-07YX&)^S9=r2sgZSP_sXFm74QFPXLHp3$8z9jZPUgBnU39^vU zzC)bmBk@uct^#@oDv=n&&blCT7PoLx1-npqaHi>Rk_e8zgd(sy+?#+XDo~$}m0Bt6Vz^m+n>oCsWY*08$`-C(aG} z%6AsYIDJZSk(2|YJ1$upJ_3wK3Bkfmi$OyeknHD%tKdI$?8V6KY~v+jX`+wya@2FF zrGEpD`}d12reC3B=xBz;K$)PH&j7ka7W@H-b=DyiBD8)tJIZb zorgsm?of};k`Tp_J@@i-G&Njo8!5U>h_^kNWYmOMB!Gr}`Mtl3n!oxg3{+eiPd<-i?s0*4e zghy?(smxBHxsO zqJ(GC(oFceX3?1yZyH7{TNQhtZi57^-`o*amA;FO|FpT|*X@pv{BLbE+y8E(Svc7^ z{_i%rT1(Dti!HJD@@5nFqvg!UGV%@KtwAm|B?4FKUR{!@(G@;9GZnK@0&bml_^0I) z>E#+@tpcRa)XjX__A2d_h7BlCpx{ESw?gQLbCQ{F@?VzEtEo%;tS!QiM_;)M`roZ8 zQ~DbC*d0mM#|-v?sTw}qVD`7EcWHMb)0H=AOWsaRyt>9#Gy2)sQ?=fHDc7giqYS5! z0WY;l&=+FZcvF@EW6e$NP^4RRRt&bs85mdIzt0!TJI-v4+EEpnV!YzF&n$}y|Wnq;-y=<^61ZmW1D@NZ9C12Dj_#B^>0m1( zUD{zuy4?y5hV%b}>d}BydQk_PFxuQ`H{_)RiqF&gwR+G|Jj>yDqR1OvIkJ)*Usp zL%|@%&TG?6f>%{YpkTTx*qXQRP!A4Fxi5flt;E^9)`yWOpeIj=Lcva=)C~$Fj|v4= zcz{|CKTcT@4A~PD6LL^@aE6gXb`Cc?ib<8`I7)FLw?yK>w|IJbW_FN%n%I`F*R@op zStO5C@3@jq^vG4yS;OT%;)+$>uwPb>*$bJ8C*GmFUPT+axO9?`ZPgw%?dr)pIoYm_ zk85bQ7Wm9MX$LXJ&f5!$y)suXS*h-M6P`>9OK_jcR^0btkPF(9(q5XX)gsjVeB*Ib zW*TbbLt!E_u*38p(vRxeSh8>%6}j{g7gF7rJLj6M+!sf3WFV7b1z5dgJB{yc!*c6S z+H+CdSX)^zNScH2RzFpJGHp5V8b}Nbe88p~#-0)d{-WKy;JiwC+#*PTci;;bfZXv*WK>+CPz?iUhwbmK)UR{yw zr>145I8(ug1!?-o8G&gWBP??{Q)UCf`(k|x2+~{NPGI&B+FRfz|8xKrK{&iKVd6ga z)aQ3qKpV#9(ZSg>8rbko-JIgEOGv3JJV6;EA=7bI68NBNSu)#&@sN!5=*$eFk@!7~B(UGb%JxYb$aNaLpb%R+9NHe9c% zAQR|8j&w0mC@P^M8uL{%31Fi{?B}$S1Oml{#8LBy2!}yW-5wdi6>;vZQ5F3rP`aRP zgP_MwK&Rns8^dEb;c2|PCT##BTPX4;<>utg$W%R#<~|-#HM)yO?WDIA1i3HO*G(!0 z76EUZ-9vOJ8=f|QDIw;C&iS6s-yiPiI}G!2d=VFek3`lKc;}nWfsZ9LEUzO5Em|91 zh*BF*L~Ds`Z0ht98Q}>rs0A`ACZSHK{q}eiyZI0{?4`F$_c-z6mUmTXf z^Miq0HBh&5CtjEczSv19;P9j6y5f18imiW?-(O@O5}N{4A;8kUg*atS{~axZj@OrN z3?exN_5@BGjAf*eOy+l}w9;|*ww>y$0Hz^m_-P3^1gi;Ue!b*1zn-D9e+V zCuo0`PR%9*JYcmne|pb0vRZ+igf?91Xbv}d3mo}@sk(22fhd8E`GsPYOn1NvzxpdL|Wf_MM%UOPSd4p#Y}YW~_1r7FztI6iaE^B8ao5~uk)7Tl`7uU_5+ z^$aT)9Ety7Ia_CEF|0paAMftmUTAIn74=a@ze5lW+)Jq{0r6Go0%YD_5@#yDmUsXp zr}E-q5eQnZ@VA7Fe49`w6e|)5YkS~3>)FS8g*p*iLe}0@P2hPv9RTx%wResX{u8Z+yobHQ`p&L5n&tQ~t~wE(sKuAwv;;0tAPl{$B}@(R{g) zgJ9P%-6X z7d^rYyd81%2f*E@es<{U8qThveCOYU`a;_hpSkRoe))R8`Y=9ZUf#_g?7cW5?2?vI}C6?9n3oST0veL2z6$;J0VzTD+PG4LMddGN6~5u)|w7uE-@Lvb1yd9IF(ZG$dTUrGpC zWeHky-O0KK0AZq#AIT|*0>RO3B3ybjRF3w^(4J^aFhHoIQ%ra0*kKFt+Msr3qQo)K zWRN3}=b9PDdv%JWnrDN>L}oDu9XDYbfFq#aYQ0E+ zh9?@M?XJ4LWa5W_CWK;6R98V!@}3$$qD%VgvZXq%2Lup2 z?|)Wj)h7yBDJ8%#%%i{WK#krrQ<^+}g`(Ub7*GJuc7b>yvPqICnW4h))MB1#sqwrx zFAJYL0eA8}xxL52IOf0suE_JmE$ca>DY?NVvG;81q@(tYXX0(Ns0EwRiWMk}1}vaO~sdd&=ePi%SfHWgj6GK<*d4v`ckAJUfob zGKgJu>dkUbN+tM42kk6AUH`7oCKd^dUS56U5^xXS9U+Ll@9y)_Qs5uu$%DtB^MLfKXgw!hP+O*3hiO*!lNA#a6v3N)Fa(vEOez((cFL6o!IK6;ATM|3a zPg-3-C0t$7m^$e%EpLzQR66z@W20c1fb9JcGFHxi zB$Ts@F})CP&{2mX)9oA_- zr;uWincEjWId@;D7!FIGS|4_E5(JxUAlS{-D~T@166a$RX0^`p%GM5?POke~c!j3k zRrk)kf3>e#VVL!tz&QjoA^TS4Fnq=mDt~4>(;>6!`=kCRpQ>bJA@0#eop(sbp673p zx1A^9EiwscX5Z$ zVYJvoF`=oj5yms57TTV?cXw1ghHAp+nL#WS)N{f!|rV4A@FEPH#uPSxjkFsU{3`hdbrQ;p_S7$avz?pX14Qemo{p zR*)dT7P@_uEM#sr{?X7R7bSxa-WR&>_6S$2+*SabFddyR1?U>2j=U$pL!73}FM8V@ z9pf(t?6&W!CD>n6QkB3Q%Hn9UB-gki$3JmEK-~$xlL~(p@UQ+_MGop?L+9I`W)X6d z>xk#t-P{T`OFl^Nt^v(rK5ZJ_FmyJ5dA|}%4<(S_;d0IY^6f=zs+;h zO&~5yNm1J>&A$z_MF?;q=y>uG6al5QFw*jhY!P#zUtLfBY-4VB917z>;Dchmd7%g# zM!iYb>VSYvG{0h8roTZb@j;+{%knqaZ5S@#?0$+%2*O+`;YX8sixqd-e~N1(pi=#`&ilEp+BVCqTz%{>tGyVjirCKDRLOxoTF7YkRlCQ7cN zc#)gH$b3PwP7wG&m*NA22 z9k#{9f><;zr6UnVLSuo?ik=W+?yz%81~UPo9?*AgLN^XK_bv^W9vv;p+G;M%KP(Fy z8OPa1#7>zy`CT-@9g1Xrgv7=$a(94w44Y)6XbOfkX=C|_Fgy^<0H9WAbA%Qx1o;Y> zkR1WtyM9+{CC~?UOh&>bMmQF>431p-moM{BCQditvS~oNHf17C6$X>z-0Wm2IA;9* z1`%`;Ag<}lu?K~jEoN&t@F$>gQmV`LoZ}pEbplvrtXF3u-Y92n`c5dA)peCPC*kF+ zwPzOp0eHb5M^)QfhAVq49oNqx(|&J(F!gUzFle-OIAot4BFY@s8(arJ@XWov*kzq~ zxJ7rq%Mb~nxhF1N)l=AR=?4oZ6+F*zd{+>ddpJ8l(AfQJ8ky|9wK!EB7=OEKpm3W_ z{T-$U@&yFd&5}H$eg!^Z*T8WtT(c2TN6&hssnPInLATt;M|V!zZ0$U|-Iq zKJz7w%xU8)o+ug+oH=$NSsxaXp13h66w!fm9@C^;0wNN%PQd|wAnd$PNQfUZjug9K z6V^b@ue5d?Av7dUyVTa&2m+VCL0s*xle*2K51kNmV^O5eFam2*fAG>mZ5P(JXjkh{ zo-g3MULW@wasQD5>gm_k?#t z%kB4l>5Q~uW?0H1`3i)pyErTM=PGZf=f||a5U$lf{`8}Ju1o+*-#(dXUToOKPvleT zkNw%5E&1}WV;BxTNb6sEPlsV5!e?d6`;&5eC}OYij75y^GsEXR z`c>%np}#EyL?7&$*OGr*GcaJuxtb(*Up!8=4nghtt(pB2=6fj+?#@^Izp{X*kfS0MPsbm|E6O;?Ms7BweuT!ijn z8huRF^fpz|-jv~{+fez=Pv^IeGh?cXiG|ZBg*#*XTY}saCdGlStAM`rJSwqq{&V)q z?*!%#>Zkh7GzLq8QC7~+WoSM(#|Xft}hk6@k~V_b*(VWEna7-=*dW9 zgGHsxw+Wvf;1{jg=w_D9rh!zB!+!dbn1lXT|DO_>99{gcZ=g`e##_Q4HORVc8u6uc zn%BnXfc+6O*=IXdNQ^lAM1PWit?{n@1x!Z`to!%UOCeknv(9S zS5@8BH7%2bzT|5*DLwUtJ+iZ@I{#)6q2?>x7C8DpW}78vkse<=6Q|J+WjxQ;U1kA6~iZ%J!5cP{!qTOX*w?av5ZO(5b(GKskpu8q8A-u#47dr>7&Ar%TE^HeJj|+oQOLWpx`XtSm@ih*TgZ z__P4I9*2Vvk)53?%`{vbzNi52`&<_sWYo{g(3L5t;hxsktWHv<(G8QgLfB5xlmTD+ z5yE~Im0i;Q>ud_kKyj`-a1>)&cVQ+??FpKwMmwI{fG%&uqB{Q(G`-fqKK4 z`*^`t4H+r>1*^dg!}WbEM;kOu;+$%wOq<`+n;cB)z_vU*jZtAO)T^`?T!5RdvOyF| z*l}e}Ic%o~dscS$Oa|5UC3kO$vG(b3S&%T1lVqxgrq06p(e|>?AJ-DSN#_kEkE1ar^^d|aV zm}9q1juE#M-IqXo!4DjB&HiILL znw0Bf#}1o@GU3E;p*T*PqwnplF#w|v%FVi11E#;6YRmc(autOA%y95TyWsH<2ARTf zHn;N5bwzdr6?yYybeiCCv0BhX25(Bzo{PbsMJjTvF*v;8j z5DBe&4w!Fv(&4^<{vOjHg54N0-^r0@eUxB@S}y|Zd%(I`0zn;$k|D!=!P*9~hJMJi zp0`_~W~kwwLUOWmVHXb#{nw;{X(1gAP|CT520{HHa|a%`gW9NVC)f-!!I((D3YM7U zTo0UH3M|va@klu-VfF~|68`Kj4`$;saoi;MbbtO4n~aUo1?x)P%$tH3v|Vy%MJ_ z2t{JE?yG?B&hDb+kvOsm{7H5}W3?gao=E0FB{Yc{Lj6ftd47J25wf@kUBa;<4>Z7z` zb#(o`hl!7?fmqpqcykTS`o@=WDSWQXq#-~!9`e2ztw^YG_deyGbxt7j@bJ_t$CPeQ zhsnVGD|+Pt0kbGDe`RgndL9*cy$|jJN~!6SZ!3huaRJrDnC~$3RJ603?#$>8wcj9V zRI%S+G?m{Zkb=JQn*v=)pB94%mBHgiy|w$d8&ME7Aw3c8{zI64)mQ{Jq5s}=n#o6G zi&!WTL&pZ$Ut*{pqAK_rsIHxgi?QT`(IXTSS$kbrq=00vp6=6@c9|{oGsSTIejbHk zr~WxY10S6?T+G4B209!~aI4R}f}; z;wb8DOuiO(#cQI?9eJgoly}V$VPd;@+&7y8@C^phi!bnoD;4UvwW)tUy3J#W6{2A< zp}^;`m@%*C!8io02tkl|b#rpFyW(P8zuJYu6HsW-aXAzKlfNAI#C3qx9PQxuO`JR2 zcSidiKzp*YZ#j2GJOm|gCvMAO&aSf$T#uNiTannh{$WtS;-IByK)F(>ghm0X`OSF@ ztgnmbaOuK_LT!<7;Pc1ni-?rc@Ne6;Vk3g7WzG3`KG-r$@Ea9bi02lGLmXiTt{-37 zvr`@rJU0IM!_V?~=Rwl?C2MS#lU6req{!)`3`vyhrT!RRUZaIo4NN z-6f$@5`z%SB-GC@QJseC-6RBLJYk98^!0TTZ@BpNYaCI>7Tsm#yPUW92S4G29O{A` zMc*kfzOH^SCgSZEUUz&;58#j7gw0)k@DH&g*$pK{9`#wwk_6%11#U+|V=j}^`Yme@Mw@GcDp&+(gM)gq1YxaaS%{{(g}aSAblu|8>~WL zlWy_Ghjl>jmDZmWf{be?FFLe!L?fu4MA@NCfXH=I&eHt5Wk=ybU;R}+u?Pc)Nf8t% zGoP>fkNtd2?Iyx*_rMXQ+t{u;eDFWT881MMu#G<3>}xpiUvu4Hd-Qc&;RGWYH5)7? zCPM5He(YqlwF1FkCFFyqXlGG|lgmOND9E0nardv5CyN+((m?#aS4kZ}u}E<)D39EC zVW1q9+4_N+V!HghI?PQb13D*Qi1xwfZVM^(hqQnCj?4^ z8xYB*1-f?4l(6L}{DNhUBjxWF%l1XrZEO`Uz`htuI_}kzL61uKG6jry-un9PNZkAO zhVH4qFynrl{NaTbjjA*Dl+&{W-GwblkzDn0R*#VZo&tXIOjSC4^)xlms7?Z`fZ9Ix zn@st!_PvNPa%6hR;31e!4jIt0KJ4;C z^B_?r!$cluwJYlARWUyu&%DN$mhetzeNU55b!?%#QX!Hgi|e*^xR`i^!o|_Kv#>G> zZ)Zj-=yXyR^*4C9>!M;PI`Fgh1)@(U>-09b( zxpu$_|DV6mOK7aeM!WGj)i4XjqAKWe6P1p#sXJMrqFxL|jESAIoOoNM^F#cl_e3d~ zV2_@QX-57?mI+CCArCbyT7>6=een~zp&>!-73r&Qx`Y6Hr$!Hc^p_pO5=uLq#0txFd5+59t&9cDL z??y0xiRq}1&<)639Qh4Lp;~qgZ-@tH2N*a4s8|C$UvdugfU{-Pu06i`w|P{nx14+g zVoXa+5DlbApX2X4pKPd7qK^Uc^uE73Z_!AM@o=4`CEOgiMqCyii!%K;rU}kjLxF91ONoZ7Dqd5r6zf?F2 znDmFt9qno=z*KTw>5#RO1&pS`0(vlk5EGUdm4$XkYf-)&zzIVaS}GWn%CVE{(*y!e z!XMUa9?evi*$kr{z7$JX(xHQqdZ;oed=`$TqxA%qXHnNO^Ivv3Jr9`kN@`eCQee1Sc^a1k?P zDkMU{ug7kUl|W}gJ20tCyI~Lg#}GYa{SXbz7x%|fS{PDGTg&|BP=-9@1^KeE zMVb`Ufo!QO@2s%a)c!@j!d}s_bY30jg;AH=-E9PXd*2OtKZvP$H7qm_skP8y)Deid z1eQYtGDWI1Ad$D!0U7%~7x?$L~U<`c@_q}qLGGo3f{{jV=mAH4iAY~tnKbp>7`8rV^*{Muj zDGL3LcPLf;0O59M7HwHyhhITi7!F-qwtVQVW*%oE@d))Q*M;cY;CyoTx1KJB4Dd$- zS#Vqh;v*fWM;r@mTIV`jWTZi@+<6RY`peDpZ+{5GA5u)Esw{gkE1^R$f^ki>KG2a zT~tMGiC22qb-}%n$Er0kYv7)1XH^XqmFkcJo_7pbc0pFfoOohiLg2tckde8Ytk0Jdeaa!CyAd#W_3DJ zc`!L+cdMHh`JJyrnc+EpfB#>PV{Uzl^zZ)S@MGIr|I%q@@IdV4rN=J>?FuQg|n?O$~zkZIhP4Xf-Xlq;VQ!^Umwx1mNlz8p=k*_>!!t$G20iv(i zXMq?dZ42P^9Wmwifog_5aoTqe{73bie~{9V_0l1V7bhEE_mSu7*aLzWhBv{F4fgB<>anhS7;1>^$o`ec(BaU1@Akk>2(v*S?ES=*K+40HL1?8^*KC zW%ZcOzXCH5OdoeoAp@oRm}B(r3;3~e6DsSjLl+Ud0knAt(oP;QUB>HVH)-13Ce4JZ zK4noZ`nUf3n9B#P0vU0eHRln-B|B9FCEbv7`prpYL?d7`dOUIF@IO0Ocpc$W0%0%& ze|MuW6?yOVK=r{jY!6hTH)}er^7y@6LEjp?CkV&ZXxJtJ_NMTE1jcv*ErM}gOF_&1E# z?i5&Gp=5H0+tnE$O4OeaVBGV{g!29An|uF_`!~wZY_i+?uj%b8udLhaVcxpq-!sSC zy&~mLzQ^C`-;?xS`%pc%-eg^fpZ`I@y8YU>jO_S(e7;}o9p72>x8?+l|ukJ1?DDB7>aeXCcLkv{rQ&tPY zUSqcxNMl~AtT!rjeR8Esw4t*a2dAe?uIoxC9BVEi;(U z(0aw}0-|i1^|7WF`#5&$T3=sTWj8I&S*~_J$cAU`HwFfdV)0V`NnDXVTb5Z#zfdBd04jjy7e=O1Zaty?+Hs+1Q4 z!pv0F(4J>g1wAyFFB=2Cz~vwl9k=BM%P9CNQrErEWxbZ1Gy^Vu<1A6NY77%xjGpfj zN-}eBC%RECOk+!ZMq1~$>g<4OHIu9r zOLH#8@~IO#E;V%Tl+6MMU~7)s1HiwSe*^szF_Y{;HyV-~JGBBlulO zUBD#v=uovBerw8_88@>YuuxlUd zn^x=zbzrCV>N540vHQH>q|+N&CQ@6mnUcD};KSA)xMqxLZmC{fPUdk?J1=N`(GGRY zL|fh9c`zLCT;OmDHado;@yuXFfl=ovZq{OAfzcs3$9_u5A2xG~!0sa1BlN3Ms4&Jp zgGJubf8*oVZo?nQyUR7sz3qG@%THQSgY~S2@{S7YfjVO=V3aZqgi+r{p9?#bQv1sMM@L*tSWM`-&7{7*!3pnj zoG)PdP+Ho;f4loYeUK185jkuu^d@&fu<=P^vvrZnS!6q*IfAQltJ}DYqw$xyHY+M> zC9!vmrNf1q$-~gMV1-;^%Y|56+SLje=F@ghzEPIjUk^tPxHe; zzbVZbHv%m(fKdZ{oXp|mNxQa$68s<{aZ8`2u?MBL;#$kW?@pVpZq)jB70?6t2zByxWx)DLP6sQV z^@8YPhe^3_?UhE<>3zq;VK#%;VERlLcPEAAeIfH!g2DB4ys#~yeaKIuv6_lEXHgnz z+b-8ntD}qeoc&7Wb`qbe`NOeGgzyMtRkdyv*Bx(?x zwz5UA>vhrQwjA>z(X~~>%~N1}f|n+w)@5;5kVacm6-Hj|sh`gtfclNNWyx)ZL3#GNHH$(aA`{6|Nw?m3$BJN@Y9Fox>M4JF%Rpq+Kp>Ci?Q4hk$U_;c0)N8dlStg%UpjYhFtOj8% zq^g9eLArBZ#wU-*u;A zbT^G!0JK6`i-z|W!fE_XJ4aXHzQl4#=-|=m>OH=8Px+yjKbGk^XUw9es*YN$XA&xL zBV{Z>oXq^1wVc^0_>_@GJj`KduoR7WJJ$a2Aoz#C4Xo3^T~4k%E{J`{I8u(jBO^&2 zGwWHE2OoML)!z&mj-P&2mCx#62)1mw$ z5cAByS33U-Am3d1)@;P%-WxMfb78C2`DhDRG;P}0Z#LfG8KMXf;ST7zqKm-lx&|=-eJFH=!m50)we0YEzRk!i0Em zd0MdNuJXKZacWJZX2#8S^x zjYT8_w1{R-^h>H>oP~^?R$Y%9WWEa5S}U>;4ELWs15|0$k)BT1ib)T`@#_V9WD1Xd z(9#g;EOIx1r32iw6-icr70yOIbteO`3WruOIRoO~S#^SxftagmHK({0CWuYP48vXc z+yRZh5s8BVP3ujKo?8Pnzj?ly@ImCk=Janv-vj|LHP#4RPDQN z!6A2;nB*DZPz`zA)YwZzcPOEkC8PayoZ;rtuyZ92h;a9qRv)NDVY7@rLWE%Y1eqU} z0h=G{^&lXawBH14^7J}lvADh!RwM#9GO3Q#2FkfNwp4s|$shiZz+vVIq)`N*fL^2VlfC;D0#R!d`6IYB36+^50MBO8EP7V%gF=PJq2J zeo;i->noT|v;`P|l~-i!rD2ROrg2Secky)4N_J4q)XMgQ)MIGt+JtKhOB_~q3iDPu+Z$7Awgse zEN9@8I(gjGr#-W`mOb~FFoL>p9GVL^_ZWNaDg^F*vzCvUnBGg;=~}8KMjd4Yyc1>Q zKI>62>x+u>f#;o7cng4(M_N--R^2KMBg!%pJN^CGWt3$Yk*?Mi<`wa1UpNUG-d20rdeMC%J3W!jRA+Tc<9HTrfHj35p-9btsRF_bgXwWNnRZD*Bj8?ah%Wp$P?vF%8zrHs&*)E%#nPtQ_hTTaRXN zhj3tfz;sc$jwEq|yWgT3OdWJPpCFLRks^S0yZL)CsbR~d3vu9eWhhb<``%#4L4H33 zY6VqFb4BS?A=Og`VUk6Of<;%=2sH!4bm$9~bB3AMTKlsLeL*Z7*U;m4MZ2C61)`l8 z1hS5HDIkFChDhR04RW@|t;-8ck1mr-GZa}4yeTqE43jr0OhzMZLZjwq#^0O4&sF^- zRo(*jfUlTLzU?)6b>4jtYte}=r1CwD-h?YZ+q*s?Vx^q~%eQ+XO9lAv6xG#Y-UI}Sjx(D34 z6UT+I!rOX^ic7Ew55rEaZ@*+TJ1W$E&fzIriERt{!}~>%J`2`W0 z)n}>b8-JGxvM5IF8-=2%z3On4Y!kUZ@B*?t1TCE38H#{xuYh$+#xt@99+kr_!i@ZA zf`87R;|LR4>-h~ck@?s(DieG!w6QsMs>YLv>8fEkhmt+WzH-)J{xk z8bCF?$99*y6tUkAIrU0#tAoY(Z8`d4Qe z&R6jo_WruLJ2+5*b7YMa*hNccMZDH3551t#Tzrum<}90XojNavORriSaMC(AcmPXuMZ0Kxk$X7(*uhzNcXxEu(Gq<1+($OEHJ` zwwKbdBwel+%r&7TvOsn-aB0CiruD~WcGb6%Km3|v__ZgPd1|Y59B8grY+dBPHj{~z z`@nrpL>;J*y}+8o!b6>kBI|`1SLDwXR;@Waqwc<2cw&i2uV;iHY;b7M(v3gTSzrpf z&!_E|W6o6{HuNBZD(&*dr=V6_VuSIRlztCKJf_iqA_{QKfi0DamE>tVEhZB5T%$2U zNu92p?9T|epl>X59w;JmjJvOgJlJ4tV|Tkumli8u5$MvSk>b)UzOMp7gv}YQyon+Y z;#;FRyaKYd$lQB&jvPBVT59u!wt!ZDYohFo9m3oZuSoL@do^L zc)NoJ;lUC7k<9?;md6Z}HlT>K4v|?*XqHqzA*%cOMS7>`=j|Z59AH6Pf#VsW|E;`e zk)9nH>x0CN%IQ(}(Tb7Q&BB?zCcoI#6)p!13rw`YD3zdO@1U)%_G&=z;l0+`J?Zxj zwuOTV6N)y}Hs(tKHyhO%UpB+RXi^?dF(#+BG|2cCZFb=Z63ZZIDLl6J5^7QQzsJLXn0j#jvHG(*USs0S858uE1_(>Iwm83xe{XdMIQ*txcZn@F0>NIO&&138AQ2yF$KUhZ%v~1{gZ`b;Qe@RkHY8C!V zat&f>a_moCDi(epQA48OOcqkB2E=~N)0efXU%A=yezAQISIl|+QSo6JDe{b`K##cV z^h^%{8gcO$gaO=a9m3yfQ%bi(GsHS&BtM+G`BF}4qILvV^%+5z44ANSLfv3Isz3zKBo%2Ag!#uynSSjmG1K3BG4QlpGfni zubHXK5t$nnCWYbtzdNHz4jocMD60Pu}~RwqZc&UciY-;DS;G3fE^wU-}pmo!`h zPJ=^eW7k6Ip!Tdx5`$5M)P~HL-{+kLhrWlUsvT{WC5N^~We`usSstxv!^dIXd*0&e z&ZqWm^Qek7onP5Cg>n{U#ADHF)w=vgE@h<$#gx6>+M6LW-L0~C=|77yTV8oOBiOw_ zj8hv_*LKULa`(hh6{|yO$FBBG+opv%)IwOHzxH=M5BVx#?5>W!cl%Ib(B=e0U&jxX&;_rzY2~WAN=TuS4OpjQs3lWHBmN{ksC6VSjs6fz^x%}a=zHMk zV02@bJ=4b5ePLyP8#8}Y%{wIo@YtdrEu-RM0=2|aMKzmiD=)^C81&}`^@w##$fM6T zUA1y7|E4sdsK@sQSl5U{5#wp3x=p&K$fm2TvQKfutr-u&=r=hD`1RQO zIyyQANQJwPI`TdP!D@M#8j=a~d3l2&0Di=BxCz{CG%+y(^pF-04Tcwr)p}(4+R@D> zOznS3Z8cpPe?N$&@cTMZjy4b03!pAth-{0Y2$ZZR+^h=nq=MYrO>vel14_f2BGqA z$XASMuQUf{e~MJ^HZaajmaugK*NJl~6hlMdC8u78gb9%aJfnIqZ<{O%6`nZfXq_Nw ziMGR`&~MOJ5K{`O_m-0&TUO$ou^`R{r4UL!F+)Bt-4|oUT1oTbRBj@t@X};gZqoV+CbRJO;5#*B@Lc?Nhqc$A?Y^<) zXkB22a~(uX164(i!<2^M!OJ$=Cin444kON$AZ+YA6^Mb3IlLgICPq<}ki~FPNFI>L zSQDUM4J^bPH`N=IyC3y$Vci~Kce|ZM z)1%ltS@)Vx{AyM*L4q3z1ueHjrwVSbU$z2wT(iWyj>d1y4Z7Q|XTQ-Gb^rdJA_!os zGmEEeL|eS5!dESLKy7#cAm9$XGwyN{s>;+JyyA%?0-EylQ(VE!7>RQM)vojzL*>iz z)yxxkYw|$gDB<&SX+XL4ZG%$x@)QMe#mr~K3_xS8ZT1<9wwr$Qk|^<-L&A=J`t0{! zj=~<2LPUM;>tIA=S<51h2EKdqr189#{f?6oS;$1xs30z{$}2@Xc55xaAkIny9K%=C z-Y6Vms5J3YfHJMTj(oigWhJ|5%h3QjVITD|7BAUf@_-!pIt49w_2f(qMc73q5Q7L_ zKspJ4rO^1v0}xR3zze{>dp8(->}vD?OXr360Z+g4?)Lh$X|p}|@=~^q=*2nqEWkr5 zmk~H7eBSP(^)X^pU8atBMsxJsPY_nYi=Qo*c!L<6{M~DWj54)9&0kqYWo3$7$IPj^;vjGsV-!g>7!eGGhD-&6yyMI9sOV-ZK%zV#&o@lYWkm9n z)*>qQ9vC?jAflc8lGR=8b3S-f)w(*VgbcOQX5Er$CSss1L~EAtX#6KTw^IMAZ1J*$ zwKU;w-Z;rG3G8gdqq8EFN>P$Q#-4Bg=2V5~8JUdL!wCTI-7!J=H8%?6c89$xFkBX| zM_A9(P*r?ECBmCKeAyI)8pDFSnIKF?{$hq~Gu9GyRfv`vSuYj;?MeX6UT@WYWC&UJ zn4c?)El|4Y+<(nr7JGGN7~&;C zmxg4HM0x~X($CX3wNqKhzl}gW+AFKXLpSNfncphlTx3<>`y3825d_IstRDc z?XvK}V_{qJoz({lJ}F%y?goCOe&dIG1iklWe}mo%2l19h9j1tHF63*RyMw4|MtYw8 zF+9S>x5pI-eT@_tK+`r``z=+B56g@NzmIm}_~_AIvF1)YiH$&80Pt8>@ zRdggl*HZZtg~Aec@I_XqbE@Z#>TZmE*{ zI=l6s0|co(Y&{jvT@Phe_NzOZU`9<6YXJqBFSg>dvHXH$k4EgrDN)+wr0!504Cl7( zQ)Ckdw6a%{Q4q_M*_7**?E64GZNwt)l&I8)US|s!Rn){Qu&NQWmv&8?jgej)73m}< zqZaqoP*ap-CfXu75qpkxVXEzQ+6(L?qR~}$f8h|(-JnTN0#N7yj<`t-o0xn*rE=Lgf%BWSXM?yJxXys8H^nmV6){&GU{U-+ znCm!P59xhimzL?S;cK{^$fGz^&>q|#sx~lttmqa582TcRVDiNg;AE@w^{4S0=xEwT zYz0?L*y{jk6`d-@J*;w~nWO5chjg2-ch*J8Tl5_kX;f5}_gEMWsSTBOvRsUJC9{=% zP#l^^-fCXT#haz}#^CypzIBqncr_=!1x|V&p=ls_xfn^S2~VMvAt_RI3I#5z_t0m@fO zq{sMCSidQs3RV)TTVuD3q^Vz~ndVc6(=>~)xb){u_x?ui+#--b3Xl z&3;+G8w1^uR1#amrZicc`O>pr$H<_`;bCGC7VJZ2{Heo3&YUYlN`ySijCXM}xGa6} z7K5UP0dh43A%G#gkl5@Y$hIq5lQnQ>v1x$E-n?K-f*$&*;T~_YV=k8$`E|>Q_ahk^ z`Fg86kN4z!;x)TWU}P`a(!(gh9*A{KSO1NazAZb6mb7n?!7Y7>f^5TMSf?SSZmWjQ zel|03l~5h``lFhuU+An_o=Enu`U&$T@>emckwHi=LHrbvG~S}TidTSRij4}>fMo*J z&AH_mA!NaQ%ja-&1H3Owl{#6ws}%xObL5kMCRmh|%l_xO05g zjn>3IK)5_eFNp4&EFjq($5>1%#qghp*I)Rb{&@yEYG|rW3)^kmS6aIO4Zl1`H`#|R zzYCZt7L04sSNE4^oU~YppD3B|zuFZ3j+VD8R(2GXg=7!?v(i**nM?laEEzId4QySx zncJFww7-3U2W}MQpY~|JWs))9>*nB&&Y}iDhsS*6d_T-7niY%drTgBR_R2JZ-n}xi zNlb}i-hEg)`F*K|=*BUe{9(5sM3y)(oD6o(7vFu-gen4Pn6X|kkyY=yRL=w{Tri?z zelJC>vbmEP=sS|dM{B46Yb{-NL5l^$4|`M4XUUD!^nl};IuMPrvLa!P51Bl7TUlb-Fz_jKBnp=D;g_?$ic z>R#Tn+Q~je8x{GOVJB}|_YHjWKb@Yx1{V&y5~0Z~{&mIG6|~=D86@3I*QK&Qcx59W zlKUuIzbdq@vv^P4${&~Q7Y~h+N&2zUwAf)Nvh@Jxw2O!t0EVZ$2We^13*2!0}#s|%ovuvytu zs$RYcc9DHj{c;I+wXzufXD{ozUHoa^xb#;_Nk7B6?lTzAuScmr$Hy*&BgOEg?tAQ` zF(zEdFYA8k@jlgBaoUuiye$(3tBp1)9{y;$7CNnq z>yK-`WmyyNYyL`4nTiNE(x6a3%SI0nyiYr$8aw<)5ZR-Kh4Kz*^DP2eG^QO8jzGQ+ zKb4F0^s#)RfaHh;34=ZSJ@&?FfDi+o10+o(6?HZKG;7n*OFFqhCO(7k$r9dv$~O8 z`zyLU^JKQHY^YyWlolOFuYP|hHg53Wz6`(UbFr#`m=6j zv6b3;m{P|E9p7WV1m|Rbi4WGHfr{1{AE|nIgAsw|g2d)|Qz?4KVt?6lMpsCioXoNU zUHmo9tuFIX-R3lB%bSJd2qB)UVUH2#{qA|)rYMe>_t2)`*&rEVrZU5jmA8bJsnp~f zEluS8H^`cVf49T4ZrCp<>T8=WLyzXoE&DFty94z2hIT5m^TR}P-KUVZTy9K?WC#hk z5GHo{HEeVs;Su)IF6dJ~6Ec->$Ti%m5G&Zcy)j=djv%ZNzgPnKF9Z@XI<5bLmY5j- z6D_eaG5s%SNn83S)Sb|EKgBy4SiE@#hb+=r?y{OgrHK$-S8-I~E|d{+F%kO2c zo*iVI=iehJWxn*`7|K=g6NI9F47>_?5Xn{ChAzAvc)1Sf`FnhRJPsbbQCOHj*pf2* z`-Q%yI~}*ez6)jvZl5M(tvz-#B)%jQLf3I0v?=rD`FWJXt*ucd>ho9E*u8B=iNnu{ zJi6{cZ$1&@G!m5}_?=+&TXw1-=|b3-oiiVSv*|SbvglI^Axf!U{$lT_sPdY^oa`eh z3#LEaN_)B=XN%iSKA2^#zU?x7@@?M4X{fM6Q$;44*}ag$g><-G4Daq$m*Bg4N5_Z0DYag50RgdU3+Y+X`K^eJzhg18Hk z<)sg2r=r~X1nsAyfL=?%U~lPV+$vV@`HHW`D*tE%>G3T!Ti#upShib6$Fx`SPCL!c z-^)R&UZXphR%vkkgP>Iv(+0+nDg*(AOPYxdJrgC>I5l3oRbXjH11V@BY=W1fDrUapQPF_1Jl9$ zVv7<_@p!*-!uBw~?iWIvd-*UF=mxI7*$OJu!lbKk!-U2>)NR~se6)P4GMs0ad}{t7 zcjulRIO;hOn0HN#YrtVThPXZdx&p7vA+DaG`O4@h5PqK2tvD8-CTp0W&|H0Rb)EQQ zp!S2q5z@hO#mqN@R~nudMs36LkFGT_Smk?1+dA7b3NZCL{kiLzMTQoz?To^2wgwaDvn+{Qd)Ce7gDzF>{OJ_2I#FkYrQg#nhMP@b zPMx3FaKo-df#<>ZoJd7Co*>bNQqp`)(7{SJ&7j9^y;%+_v7ai_cORt0i0PQ5h3Q8? zdc&*nd?!>c8g%yTw)MIdVnER4S`wusX;BdcyyW|#_=Kl})grXLLnj?td+wweewR(G zKA?6vny?^> z$S`g;I)26*cMpXD5+LOvX48DH?ETkmmR*+z;Q;{#{cb2Z`7Yt z%0jwk<;4UHKo!Whjb#L-hU7-6^+72i6(N)$zBRqj<15hufQB;s7@t428;R6`C^|_|my%wNTQ^95# zqR>uK^|ssg@(#}^2f&EY0@C%^kHP&V=n~WqcB{=O^3cllcy(S675sA$JHj7-oN#b>bh7J7%f+Q zX6xFt7Q*11Q|j4yAs3tj)~-`X!KmR8WC?&|I$tT%Qg42Q?npf-7XkYdX~Z+-dAFbI z9!RT-n2oQLLW4jltu1=XCPmGxr=mh#%)3Us1NL52xx{Z?s2K-CEpe2j9GqN;8T#f- zNzp)2{OUJ-Gqe+=yu&n*obZX)Qo5=3ivDsC?W#ukEZeS`Uuj_2wCS%S(gluigPH*W zGao*#WYmJoL^@Z2+KmzxGTr<37>&We2&)O5x{RXH$yOj4FyyNK@J28i?0mwIg4sjG zZ-?Vc)0%IvKVtaoQ6kU#oIn&%rmCtBi``haZ6YZqqf^zE5+F@iIUG@86$CoSP(9sJ zP}X@5WQ$W#Xh?MO9wY&U_MyCzq0Y%?86A=ULLyjIWP!^;05C-SOi(q-Qn)mia`}XS zrrIk3f$$lufap@6rC%H0u1LtFGEi9gVhhAQ;YbOoUq0H~(@`4YJ&;hbg#T{+>G{Tx z6VjZn%Ol--9l_WU@Z?}|uYl)|nOE+IJ$|3xn$>H#O9YoC9q5CW+<+W>?M$klVuMPt zu5SpGJJP%5EYz*N; zYO73{v@bE9zgM4hTK#U*VJrU#%^+PBG=QNMx_}ys=9~4Qq(s_ot$T$?d-I&16oLZh zY1vweY!t@VJXTuc;p>qS0%Pk-vS7n^5!DRX!^yRn@-BH#(^@gkq{7Z5iX8X_|HMsP^q0vC%&Zh*3IRzc(A`h$9P$Ggmuq>kxP+RH?c{IeE|Jzmm zQxDVu&g;@?asE~TlK@lhq@vo6SCHZArC$I1GoiqIJ8svExM5^sd3Q;4PLuZzoIYI823Q~&$HtS(1t1!L#-W-2%MObMwXp$Rwdj>3(@%@r3QN0M!z}jS#~TT>;V5T zZ@A72l7=71)QT;;05=+W?hwUG{KJ}Rnx60&cG;$?RCq1qT}@vFkolkco?m5)Wkk2& znF*LX=$)|dLUKNxVXu{zp$><06!h#PD8!H@hver``fihU8-4i7!$fq{cs1D63p|ia z6$&(E&QwK70|W<6aSJ8A4Le(hev+r7N{^UK+hF&h39SLw>BgoW^pZGFWp;#U?Si2p zFTXHf?~EaGt3-2%hympKil``T;qa%tmT&@&v)i()cPDWMh!`HQpGXTrZW6vH@dccV zM5iz^FFj~kq`osAbM1n_+!%6-xyf)yJ!KQM`-cN>?5S6CaHqtcb$iVdwt12t&Zhfm4;KI`Kp5 zDB2BDd3uO06Y2Z5YEE@4;7``pY`MC6r%R|Oh899GnPY3`=0U5;wzKn{)yz;pzJE>j z9xh&(b_&wPHW;qZ`k+eqBk@O^%5Us);{~?_9H?n>PgptJr5l~PtP26~Y=#%{+|K*K zN7@mCS{g8ea{lCvc9&=L@(o@ZA;UDWYp`xNP(eXwZ^|d13*g8p%aCYOLs~tk($1Lc zDufX_s@h`&;^J~V_|(Iqf&%~B^b6&IMvw7b_bIB;o4ZoCk`D@&&Cu`vC0KR;@wh0U zjQC4vI4rPxm^`RcZ;a5(4wWa;BU3uhslt^~4$B?6io-lV z$Z60_qgDpkRcO(RQ641(tBCX08NJruE|4tPSc2576jY(plqLnE0F5D}f&s+mhdwwc zugY9qov0|rSjTNT1llqw;mSWA6n}dXv_SC4TKLepY)d5qy@esLUI(Eoe*JWsnz_6U zvoOQmgoB=mRC_d%D=%*sr>{qP!=rS z7`5qqJ^3IE`Oc@5A!on-egEZA4Rj8U4Bw9SEF1V#WJ+*L3x-53krwe|83^E%4-JpR zp|ebC7By0r)U+dWIQ-%l<(mQ7*4(i?}{ixO4o3fsh`d%ey zO0!$q6yVmQ53uUTqK2okZ-$d19V_hiPi1D8!=4ip1I5uU#rG=Zy-`w4IdGnLnS_u# z>!(W7kfF9jKPcHswALT6ws^4TF6$>T>+k$19>~p0{}#ZZrarmXkf)Bk*IR67Gab&E zQq-Oe47;h43N5eUWbDl9BA65+Rg=2hiiNbIQcm|}5KV=KsE75IG;bU6U~uH-{1}Tw z?+lw`>loU)UOG=#F$(ya-va(^dQC54dD^q6x5?(E=$bvJ;{z4LCgFS(5|h;>Azpq6lzPBQ1Lzc9E=yp`HHMC zj<&hSOM6Y$GD9Rw%yQ|~YKW=(I9$V0cOmg(0*^~FK?K)4JK?m(#c`BnI1xbsi6@6GWS!2jxN3;xZ!~rH@Y*_dL zkcE%wra1^vQM-@r$tYaqFV-j#MIt96Oq8YnJ6eGe+Z}%$d2kvf3J)di(V$s zaQ#bP)gA5R)@+?EL)R)oJLePrq6VDfy1gaJSb+L%7*w9TVtH{o(IEr@_v*L^XL|)y z(n?n@N6*&j@qYYZB4D_)glmJV*kuK7zLS2d@hSI;WgrQ>M;ZdgI4=4dtFk^99n=Be z=D_sQ{w~XqK6Ib6v!-5_3oeJfEf+GuPR4C?D~-)2S;K!~+^HrLuC-Je50_S=(zA;dP(E8gD!`2lCS`d?6H%Zn5Jo#SWw5j@IVDcLA zZ%b@4fwUoY=t0gCJw$&xxN3x7eaW>m%L-4^BOH~RzlT$IRh38tH@oMb?x93!jX8U@ z*C#tkh==?LbTG({;D0ztvY~Gv!~qP#nwLhIO>P_4(7a=nQapKRv1vf+D&x9qD#iFj zzkRaVFHRTSPIMR_zGebV7}n41m{ydqe-v-+;_#od{FIdb$C%U|j5Q`X_B@iSPnMF^ ze*m$N)xmor8xX)@6Ym1l=D#$cgI&yQJZ6&d@4?rvas7?J8v6c>dm_#1cQvv4Z=T+r7q zb)PRjKAKkP-Pi|h>bZ*djSImDnFlT0-<&s>T!`-wWandJM1VMf z8Ls0%iD4)Q*10}WFh)5rKH2>^-u!Pd#S#7+L}dC;h{(eFKOJM$l6GGosok=^wuN`M zJW5mG545{BSyd~jHDgIYrl_qCkVqTA1Z4qGuHRcnQDw(J5O5;@HGHf=I5X|# z^Qh|j&9na}&G7@{i@sUhr-|?FRbpmc^QC@cN^c7vPoIX@`A@VdPy46Gfp^4T*FP>w zQwb}gKW4Pcr-)4b>~1dpzuRA+nF&8;G-B(0(6`O1*cIt*fx&!qM-!R8Wc%B!L+8ID zQ(U80N8eqY9GLWx$c82s6LyXqC|G2bX>=+Btqx&b9amkHoH(8S(_c*bl!Ys+USawBPnmKl{kFvqmsIif>DwH0=EWgm>$3?T_n z<`nIZRhG4du`M++XUB&B&y3dD#rt*(8CF+6P54z$vSN2YW+j8#zWOxcuuok6#y&VZ znJbSRk9~vmwDzQSdK?2FmlptC&B~pX)jnVYCCff76 zaV@DvbVv0?ddHXDUaDqRsqd51#ZmT4NXixlFh+rdvH}A?Z{t9HsmoPo$A578p0O6)E|t zN0JNMbH8tf{k{Gix(cVh1#Z}dydef0}+aq|WF_EWVxm?l_kSA1=ZNS-+iP&w07 zoVQYnrq;pX+n~>G2r*P<59|;*X~?qv)hvgFzGkL<{f|BbINfp{cs&<@>;1_X2ZxPs z)4dXEx>uE~%7g>wCu$AiTHj#T?g`2ru1QM0QG0*9Sre7Hc=}mnUASVYs^S`J6;?f0 z%jy?Jf=eqy0s5d7x~x`z?M@1-;RigI$JvrXd#`4?w^ElrAS@(#aq)CHd#S(WJ`M`i z!|c2PKT`c;;R!5$%rXy6It`{7il2JOSfny62 zxyf!G2nC$~Mk7oK=taZu<9U#MZLvQCz3r>b__IH2E!+S7TxHebzSz95u8^2$_v6S+ z)RV~Ug_C=S-#K1wI~#_BKT9oK&FI48rlEF{!bH2B&&|}HnQQPCA`p0!TWS*JUWCd$ zDZd{_xuyW97qh<*k+*PdZ((R2iy$v;d8yyRL;ntO?G>Cwcifqm)k4*5otlXZDzalY z=wT8!Rzo!UhoPSNqK>^muJ{X+b5G9uWV_+=GkSktwM#ZtR^|GrQ@Gh0 z(nzss4X^moDUsh~SkNek4rtdG)H1jueSbZp+^|z#A!77|v?2=G&J2L`M`4J;@jx*F z0e?``p4cu7G7kU#)&eNr!j|}n=(+vk{1_S+>rxA+$x1JzODX29k5+(->%1?MHYqS* za^En#1v_{be+T%I4aneS{rrk9XZsOXh~^lvMefs@zlV#ao(oKDR>o2%z^(v`#wSn= z0NdLi=wcNB@+eY5KETeW10(DB0L;^UtB4*BT*CoFH>)=7W_#7mdH34<$$m+~_?tt- z5LYnqJHMQq2-?^jONdRje3kzg0IZ4D1$m}}vw%vsHj-O~hH|*?&{n8x zCfs3_d#Vy@ClVzK_zlHO7BBQ$5ra^p_Mz7}FO{OsKlNhV86df*VgRAOfae2Yw2VjS zA>JzzLH5vJ*J0bn7xcL~ZHo-KE-(d=KgR1{D^(xGI1mIHRH}IjKq>k}WocU|&c!f0_iK%QCeR1Vfx`g&4Xm@BQF!`;A z{xHU36+M%%f}@Zi1kq@{wgHiZH(~UAW!^AZOM=kCHj=upiN3Fu%--t3}eDHG?BYPucXmww> zuChotz_IExCSO4GL7=|4RlQw#8YNK8OeD=jK@-Ly0nueTL0u!YV4l;W3xU;U+l!v- zX8r0>CtVaAGF=yc@5pJ|#AYT*NQS^`YW!XH1pzD4!GQ?;d(ebr` zWO_QTMZr<3Xxjr^?*bp4o?2FB;6~SrK!E2vj?56D7e^CKDqnH-Og#t@d6X%BIH!iN-%Yz59QOL2L zx^py%7seBV@!tFY?d52tAj~VSgo% z>vhW3s1LUUDYcJWgyhzts-94Kt*q~nVF3f>6SHrUEvee?1Q_u`tYP|T`_HMF;Oesq zs8Ik1vp6nCz=6v-5wy--)s#AEFKAz5z(MLre2|ar0a_}BFA?pQ{N-a>G&XmxF8ACO z9jzv|zBB@MG9@P#GuVe9EG0BS&L&P=M64?7MR}%(5KxFVyykL7M`*31gSbn4XHZE> z%E+mKWkaMgZY5@@poE}EsyC*L$=D2LQ}&!fpSJIFx~`dJeR=&ZN**O|v;upd3}h+* zXixR4_^`^NbPc+KpanK^((rWzpA?YfhfPKq+&98EC(nJ|_i9loZA0%%^<@bXWErMK z1GyST4N6|jl`^1NQWY`X7f$9=lms-F0er_t%4G1wclvLNlk7pkOdyGf_hPd@QM;^n zGV;}(U%khcNm?4*r~*a*>9Ld}i=>Cy{*FOIrNBPt_dT+Nh9u>(DhR1q&H(Nll6-vR z2pNbVc=13lm87J^``VicBx*Mem5-m7+nu>N-$b!5 zPK;D6aYA4VLMx4F1r&uXWO+7}ep!)-MuMA;#N-+4;Xy5l@dy2;FQ{pnUX15n!K%bY9?3!*Xm>dV!gj)~Ee0Qdd(4HYKU9jIWpixdA?GRd zJ^M}~>b+JZSs1&G+CJzA|IW%EfsQN~Q1FUxKF0j~Vm8rJ@vp(=ytR*?)A8A zIgt{NvW_D*c#ut58vi0RozIOnnDmumMcJ;XtgnE&18wtgfWFPT#MbYvSx6@wR$?(e zrS5zde@sbakAb&7Q)nXcAhTO!C4SCDBBWQ(Wrh`-H#0;IpDT$jvnIEUd~ocbh!o}8 z22BzQTycj8uWa(u`2A2h021`?j5*hlb*kd+mvXpxQ6>WWJwHJ@!%ErS8T$cOT+uvA zmN3V~SGdbs3?@F=0@StdPz>@J|6T=5yap7va9$Y`QEza8YI3(g88Dy2hjIgMDmKZ( z%1E_kL)f;LUm+2gj6hkwrEq#snpMkRKtN|S#)(tOu7dQS`NK+d8CA*L2=6p3{5cOC zTuC6*HxMlc^xxvIm-_a%8Mb*F3?G?OKC0GN&(y-~nM67q0^(@p z_JO=Pi83*pGmo;SzDh6t{$Zc9h1nVA{B2{O-cP<+zKm{83zW#oWcpi1m+>$Z`C~#DAjP_YO0n z&(IMQbJjfmJfII({jTT^inXKbsB>!;EtpT@c)lPpqUbvULDHcqIX=8S@bJ&j)DA`i3()w^}e7pWCN9N%Zk>heP2VqrL!` z7>o!#ZbbO)h2;PSH`66&i(c;g19F*z$wZRu7>XMUpSBJN3g)9El+OHPM)j5spdZpx z^T?^|(TCk7-_ajeKLZkZtf>Yf-fN_w9#-Kd`iM!oN~!q%TuaH}ky-q`dY_e?klm!92g>a3??Y;Uge=Eb<7&dBTu!6h4ZFb zLSYey#5{Q}hi7j5>&n`o-tvlgRB6EwZfPd)xlA0MZb*6;=k0IJk9j~9#wXxbD*gR_ z&;MP~vlV%deF-wJ-+z97^Gp{(O!M6hEz4-6_a<+GnQ8#Ct9>HW5#PD#%FD=2{Q43} z_g;HVANa*;tA_f`?z;*wpiuLD`(&4whud^rxab&!Av&2Szg>M=r`~vvzNKv`XBXh3 zgQq)OekuFpEUCT=QQcM<49-qq!+-xb2_sd<-lNSO^W9;=c9IAV^P%GsT7+>Qn*23% z_5x3&7fK~`Q5+q7V*F0mq^bQ~1}0T|T%#fX^!!z|>&uEufLTaomI>h>azjvWmMXiP zC7`RsduT$?;T&BXCn@6R>+;1WMkMu4@N6o-*_7+jX0uv=j8)qHaQ-)-_GO>?zab;$|3pTt zOsxNtQ2+n$JFA-aBJo&1gJO&D`YC|Ir5}wf^e;th+)S-G1KI`IXkCIqT%?P>FL9q+ zYLUFt`w#M=f0Gl*z92=#&pcLDOfYm$P=7vhOdmML`tNl|KPvk9xIZkDNEQy?W)Hr- zjGyPvyRYGf({dcfR@=w5g!9k~6$L2`Z-vTed;4_qA*Wu`cen9m=zc?Hew4(eXex3b zd{(83?@8O`Y?g$MS3I^Jp>Icf75Sh?=%t6Y^R?wD)b z8H;vNrvSS$R{U@~`a6BHacS?zH=i*t5^C}8weE(X^5;r+oPFU?Ew}7+l?SM$~|AsJsC59K=S3m+GoO<7Oy0m_d z+t~elZM+;)CXcqHUf^%Ji| zW^mZW;I}QGtlQe?wdz1Ux6-bnUPw^rp-z_2Ex|5AT4(b+lAzlh<%2UCP~7qj&BEOhg>`dR>{4t$aR+D(zvc<*o7$(%7-0Ya zLcnB}wO)@7r$WhxKrUzxf>Z*=GgeJzgE15&b_2g#ESQ*%Ws_6<7}^PkCQ*aH{UeRr^#77I36mDNly?jwdvX5*-I zv1o7~B_Jd?LMz-VvwyT;sukrpr^n!g2(S=?$^mbOu#nOoNy7qjW;{ZRs4WngplMOA zm@V1NUpNEZGseNIW^n>RKg@xs@<%e?b3P)*E+j@je<=Z;TcE$q@+;h*L(3F;@vFuX@=uJf3Xu(5zK^rc^$HU?W{PGv(3WP=V3xZUmC}HFP0Zb!rdif_T9U>gq_NM7-Ew9Ha z(7H=C1W4YP(oy1avyF17!tu|70EW&x2zh|jg|+it4c*;6BuzOw?vu;u!nm7(p)eIo+Pk zA2Lx=JzK5cY?rGjWC>&j$~zCbw3D?L427g_T_cyEjUjUWnKT!~=16j$Ze^PTDdM_R zZVoENPpe;st>v7s^aHC03Mhl6ZCdX%O!oT+;0BXhxr-_H=!_%xU|Pbv344RE^UK#L zx<+hTN`Mv5ZY8n1D%+n&F?qm~O5@=R%BqC8HpXPve3jd((i0r1YimeZ5e`OMDI?Wk zp%SLOXgWh|8MSN4mt`>+NVYf{(*d`;D2en7}x2PU}lEWV3;V*dOhu$|@rd_vR?T z0v>C*5wNd5=a0?a!`GvPDk#Q`@q$IvFQEqz3L`35G>S$|NP}%@Dt{~Py#X46Mf67} zK}PzABwN3JF-fowPB=LFahn=@R6TMBl8dG7XJEP=%}yB$3{ETIbftU_n4LL%jjs2H zK{xtG1!3(|6oZY`m7LB76(--&!v&$#gT#B?6+aD~eQW=J7(2)AOn`0O#!t&cWm3XIy}Aa*R#jC=SNhHs%NcdPSFw$I}Z&MW~Tf;YL7O@U)huqoC5`7 zxAs{$@(BCCuQ6hdVIb$l7djA(q&4g@-1;m{M4BTTTKa0*HowhRw`=5;Pk{o1eiP53 zS%_4KbGH4!Aw(nNiQa*{MoC-!ra1Qh`#P-$z5%XnJ#N>RFa1P@GPvNa!nRq!J}R`e zsu&rzi)F7@XU#cgj-rCrj%RYEFQ*enWvE1GE~uE;7WGhC0FE*z{B)`5GYoKdxO}UC z9!;+R#2Z z6_uz-*uVR%n?&LgMr#&v(jX*+6W3zpdPP0jO#08Y3w38sFE^XnJ}iX_U9Ie{+NvPKz|&Gq7FBvGFe&gc=C2tc}s zSa->XodpUjhv)KAm16-TVh-86udohJwDwQ!RtegvpmF$kMQj+B@P|EA#L9y)Na^aW zlX6M*7#1QKnjlX^vCMvc;9#N+6%^$Nl?l@X=N5qxMR&Y|fspN6qToUbVuTL_h?5o% zFv>Ob)^&L^&C!Rdg2#dW%2&&dvsu68Swc=ps1xCR4o$t*Bqqgz8)4@zBk`T)VIf-Y z!oMp}J(Q&X=jFrPDkSd+WEI@V=8+~q2Xnx5==J(iKlYIg>j@ad7se7$CzWDMahHLe zTz9w=H}Ywgp-(-k{>yV$`l3f#A8v%$0Jb0IYy~Xuk+^~%n~up67k)p-iNqtSqy^VW z{g_x=h@yQBH8p#N>qX)TJ%wkK1Eh&T0x`$|Fpp*h_4}8z%Mt8avkW7!612ZRwpNs9 zmj3q54u^E=!wHUV?ZV#RoX~f|HB|gbZ;bRb6qsdj_raJ^o&Cm zTwFTtERz?#`*ozk;23Vz63C=c<^0$ibYV3|Sj@HXXY!dZSfDZk8d=B5bqILCZ`k7& zXcDLlSQ%5T@?>rlr?pn>b@ki zVfh}n=-)d6%9&E*6JiuUKc^@k<;op5eSjn0ydJV226}2XM8nX9V(d6&`mh2_@jBNS zMm}VM31?*>p8ajhC^oSW(Xu@cXmiaD?triN0A&&}dNS&iJNbTs(beFWxiIN@To4gG zb7s>XWRR=0;=Ip4_FOqH&Qb z4ht8;cAjEGqV$>rXNMc&YDhH7afE?^{c!4}Kc|z6Yj#d45rG$nrny4{QR7mZ!{Iz+ zW+xdsj99r!tQt$7!yF7j}j|>jA z!ZC?k?Clf2cyJ*se@TX+0v4S)yZQWO&lBoYX^8n_gTeruJbMV1ZCWpB12_%AsrxEo zyqK&6z2g4rtV~xMx?wd8Rd@5C(p4_H;^wh^P0^8N<0gSqWcH z^eP9>0{3ncJCQ2Lnm4wj_%nTQ4A)suRT+fz+p?a%88v%e%dQ+T5m6n8pqpr{0zIN| zwO@w=eM&@4NcKa42*Es0qP?3Nmzn-_)`+$a+Kqw3aCDFCRAb&~KUTJ-ystl|`85BU z(EykTfRo9uWt%Q)BwP29k3fn}G%>l6+mO3A4+5~b>g%HyN-r5n1T9zoZmoHamPmg}^bze4zm9SL7jNfS*V;%qXk2%X1wY{u zf?kWM6nhsnVK~m6+Jn@*V?eX8l`Z2+u8nh}X zVw=q#h@5a13~wl+4{TqSoz`kI3$GEKB?;l`Vba}}9M?Du_7w7>hucyI%E>YCv~%Y4 z9uX5BJvgow#SE9$ksSYM5~0A6=fOex)JX6(j53E5PvlpNkXaph zVEVvtvzsY`ishJI525GeD%#!23kvANyy{3#CH!zW!DQZu1DmWc!{0zxesCP^G}d%tq`6H1w;%tcQ&7kc+YKviD|(C^oe3@IN;`=% zkb>p2!pH^Cqgd5U_BbNR0v-IfhdwjVyfTlJma?AEU1&{3k#nt>{a z94Rm11t5ax>>835Qvz+|ykCg%vGE6pmuc1p6`~pyZyNPAii}P;TnDB~5oMfb1Uh}n z`5kT6n1=s`uDn@Kfc1XG2{i_3n&`~lcR){22PS?(rD+9Vl@{7Wo$ZY|sFAPJoh7%B zU>vzj^4qgWaUp?2F1UI*IR$-BGM@Hw=4F9gZE$(q&4fO%o$n|+-G~JN{7SnQDRLMD z-~4r6VW;?uw-zM^nW03(QASyKx03zb)w?8!UpW{eG&f05B4`KN06u%t(>tFYF+J!R zC4AvMX5@Uxn`1lsXrgKR-sZ}JpuYP`pQZWP_Mu~oe$;2~>vevAK=@(N*}*N3=`3{; zA6Xh5BsL&W5K}P4T1NBNxmdh}9051879NR(y`QeyKk&^slo5{Y`5s=f#=m&+s(C)4}(hLsG?dO#b zUyb;!?}^zY1B;N<;yi_Upm$l*+p=rQ0n*6pC3Qk(soY!pf-IRemCSNLj=LE-kv=KpjoY|$pSe{W-HnVlQ zyGnjSRiB+#m)YEEqh(0CQL||)Hfuo3*3n&@o3YD|DRu1??e9Oe8&Auw^#%E52=-5! zFrH{u5W^aR$#-GGAz`^LCg{D-Zg1LN&OkG#a5;5+xq2naB96@1Hig2=yh)1aU5i9+f8Q@{|gOgE}qECG2 zq7w%Zg+bK789t`kja?_bTDvA+(w|_Ozg~Twp&9LjfcD%4k&^59s|feE!n;+(7Z*`+ ze{g*ZfrUErM<3-sM12+XJs%^JzJgDGyF~-e-=4q2(-|0i{81y$q!^M9UbDYIA*4B&zrqz!m}tVy-<%7hL}Z@P z?g$}+19`OZyG`iV=1h)k@VtxMQo#(t5@@{H|8%_q3hj)rfuE0lUhuwJ~V?A4Jjq> z(cr{k#u~%r=Gq>~lybeIxEm?xTQDHU=cc1=vyb2(JdOI?;N7Q%lQRCFyOS^B^M&%O zLmQ8;i<8s8Y+6Z8RlcJLfC$;}Z~0uUfVw2Ey9&ncdVb_Uu-p6fVx%hh&j^F%k%V0{ zt*|4(HGM7OaFeD`mlC{&=A{h2%_nJA)Pop0H5om{PxqU98P9*{X_d6}<^Q^_|LAF1 z|DmUubsVv#Te`7&|0KWF{fC~mv+R*f6+jv3zWikOnh6`d5dC^^^w3y!ORLPiS zFTcw133~G90cer#AX;0e{le18P(}w`2+`pL@)XfNX*kW0b>?cDR1c$|(lXf}ML>#T zNPt2GATM)1f;eJ|Lz;#;`Q_c(J)lVwq9sG}odyWT2&k$MJS0iQXgYSIhd$7$ERnu{ zm2%WHzZTs_v)U~tK%@yB3{CL(Ybs^Hyd;|Qt>d@M@rtTn3?nlkcA#e9;j~N>Qt}|w zePz9oT$!Y7tz-}|;|J!%+-KEQ+NWo$?`O$FFs`aSIyi&F{Yo zaqksPe{l?!P-AKTX{Umn`#e$%(@o#BEa5HFRCBlP1-LGOC_&X|BG8m9Dc`tr00`d~ zYCY?@bjbUSKAc`3*l%-8X3IsK=4tr#Xda{EIaIIoQpU>7F%*(X2~-Mwn6ymUeA;#0 zq&0DIa{$?xiGC2%N3y?VNL}uWRDZdz$kED)QZr@elfEgdflSlYW2YcL;vjBt@n%MX zTr-ktPMN!-s*WCL7*p1WFK)5WSdH__5wKtbl;G$Duv@kJF!#TXDpE>#hG8dL=H#U^ zQgS4#$-^rF&Aa-8cT9Y~V(HB8vg38);{gMbFsW@YHeAcVDzE4<`Pq8G*wm_n!yDPy zsZ4?kDWG-Xp6W-t>N&nSnuREr_0H5t+n)DcD3+%+$RF3hO-lptFM?g7k8=mU+hjU| z49}-!$rVMJs{Wu4=*y-1JWe~b*l+Alv!znd|I7BF@$_@EYW!T!7o6W|z*{~2Q3Dfa>B+eECmJD>U!g0Ru-Avg}!nSwDgyVl%1<~K+SuKCez#CS|Y_fw&R&kh~{eZCw4(UⅇG}KXf-6MUi^dpb z;89P>KHB@*xsm{sbY(7`(3(`zQ5W7zs`624Togl*7U1eFU|Let+nYd5Z!r+Dk&->g zm~(-4dX_Lw8fUTx|Mi|(bq=>(*Jo#eDmAQAsQcO&zc0xh)OInS>c`{m(qH&mhK`TA z*dO=I#GES$Cc86rfqvqQ0)fRJo7~v-pk>}ou{@mizg!#)`Q}?ddqnF&U;@XLHL_|B zeA(+X0N6sv{Mnk1cB{tarktt!iN1rB&JF08(}nWWG&J8kv~`<7@&eakwZRxFJA5#D z7OKaOD81VLl#R3C00X<`Ew0=qX1L)EFDE< z63U)oL%2ho?l@^#Y=ve1r1Jf3{gHJKux|rhUA4dU#3VVPmBo>- z39y{rydZtFmITl4PGEFLX4XS!y4-uy(V&QSV%ogM_|(088nAa7A3Wu8ulW#P#FBSH zFmiX!L-jWZ4PpS~pd#-nC+FM48gB{WhDx?k z4-&heC>xMu)GM(L^xCFXrc?$O2}mrnKswL{`pa3rO2Na4gUvLhG*5#iZ)F?{D@|=h zAP@`L1Z)IwZb&kNdxXjh$`NSJ29Z*ld@$SPU4GpP$ zPve-R)3%Fkk)B}RpmOioo)H2&Owvh*ozR^faPtqbr&@MFzJ(XZ;h(*mkz+IP`6M6* zcw$>!d4QqN452o9MA^cLYj{fty16xl?sggT4fvBwE}&v?=Bzf^|4k63(i5^~k4*$| zkAu|uR)~!k;+&7a&ob%K;3%GSks>vx9u)4TR0c+yi5Eeoknc3(>GKz6JzvA;mzIbm z&#z31?dA3R{`}xeixF!ai0RS()@0uPq-?21C=t(39MqA*v8UJ(h?+7H(zp17$28G~ zpK`N@9Q#(AYYP5Ng*)pRM&RkzowWcLS~ zOmh_GTc-X?khZsx=V zYl7TBG-KU@Kyj_)J&8QT28(t5{M-sgQ78cubrx6vL^m3v-lQ41$~c*d7&D9TPhQh4 z?TbVsOv0;=Yfd%0)2>eeCFa3r0h~XWRR0_T29OxmO9fXKsK}*>WV>7~T0uD$(A(L4 zUyQJQ%K2cUjs=o7;o-vK67KwgMgbE2p9vvRAdxt5WJ6AaGTw-y9?&w6=dvIbVn;ca9C;?mov;al!0Xs{;S=u#AV-0{ywN<_` zu6<&3M32)3xo9|;xn!*!{0Z6x;wQZD+ie?YOK;K_cd;e@fi9S%=o9lO4?2f<*kI({ zOy+&W48)blljX$ye*KX_0V=*BcgJWT;UZRi09GL~3Fjad=CpvS zbs=)Vh-N+B%1ezv!-a$R3aukaPsUHZZ>UF~0;h$_V(DZ#GZn z%kM*^WkeLiUU7=L(UasyAJZ#iA^fl44r7jTfQODoGo=J$gYaZ>8|A|5dd5J-g2}4+ zw~`QTgtEs&0IHqa5B>V$BWQS32s1u#>x29Qw+VmE;?zTu##wwqX4maG!h6UU-@-$w zvZK%3YuTNPri{+=b3ZVyy$2?qfbWf2)o4>fnHBL@5a8$vvrF=i1==66Q5gCz$)cgN z{ykt!D;SlI2FfM$v8jb_%$&XD8>G~{;hRW$BfVn-b3Ib-AZ*YOx)38Qip^*v_`OQ^ zma-HxH(#gs!^hyJX_%mu1m%{2FYGGeGZBjVQr0k4cN4X81AHSVzTW}9K$_C!R@ZG~ z&z;|&(DVs(IZ5MlI!=F5@mj*V>$!%JF&X3)UQnwZ-C>CqqZb~Q3E&UL#u$rZYy!CfzNT3>toO>DqCq<~-y;m61%oeL1&J)-5 zDBJJ8?^;n$sZK`Q`ia_ zQN5nKQd)V@L0h-C@B6Ib|LmEo%G49;xbA?4c=|!&T<9?(0_3fT#O9!l7GF5T*%XAs z1u4rp1h}tnk7PtEVz+mz^CMCh1`$Mwvd+YQWXa`A+)YYGcah8Gve}hg3 zU;MB|ryS4|S3*HPzHB;kj<%_+m2p_l6_=evFiA}#1UQ1u#Js^tNi>V;PHh}xPC8=>#4Fj;46nN}LBwZrvd-cX zC``m&G8754CzL##yKji<6=?1A4juPU4V7qBom~!vOUZb4BlYsXN-r!HH~;Zds(L%L zM_^JMjc*5A8vLu={qy+2zBcF~)V#6X=uTt)G&TF0XU)WWqUfkNNHmLfa?s2b^?({s(s6mqdan@ti)5FO`vtG(;zOMA zjGlo5t?6KC+7@E&vNP0MZa@8fRnB>oe>n~37lT9VOfn;hE?t|YL~og_af7Q#(_Sjv z{{m|GllJo2ZHt-lxA_#*j{E2IX;J)0d&EemIBIJIZ<6Oy*-z}!c`*n;$Qh=XFQXOf zT8Nk{Fl5D~uQSFyubGOvcHWp3u61r_?WL5*_Q*9UdYcTfNi$$*g_Fa7)Y#=I1W)XV zi)sjg#!=36*4V(=HL9yV-y^a;Y%)I%t`xZF?;2r+k@=I^!mVt4=yP$(ZfLy;vL` zGT4OvQnoa|S!j+i)5}+B+oQWuK=*bYg0PCpx?D_~<=JRWmc z1|~W4%`>SD(MK^K-yw$U_h^Ra5%p&ls30Qf}J=CRrc>ciepSP>7EY z(3SP?~*^63~f-w}kXW`Gq18+t}^m=ylIem=*GcrYPUMGMiGX~4g{gD9Y1vFpY|N}o|NnHYMdx4hQ#|co^K&Wfw(}`zX0nShQu%4k$J>pE%n!dDs#n%Q!2a&>3n^a@ z-{04$;( zR~LM)6B2&SvN@B^XC5uw$h(f9zhkvcqguQwJ4R*;vnqJ+XK0-GK310}eTI&u=xbnN zN6-;0P^(gt%UpgJS3ITl@&XK+x$%2`v_4JPSG56c$M)=HQ91txS-Z_1PsCFH)C3r- zt9E~#*cJB6UX;xWsb7wxbv$o}CA3Y=dnh++tuH*9)^)8@%Z#1c`CNT$t&&u^3#JYk z8NVe{3*`8^xc^>4!yU^D1ij_u^}C~{mA6QpD6~rZ( zR9{^#-I#42Gib7`>2zLe{@J}5q< zt6-IL&K{9MMWe)n$6NNoU#T`-1E9~o8R*8em$PR#j_ih;Q(dTS6~8s?cA;xr8u#T; zWh~H8teAadtT1U{EOBs@xnz>>c<26@HPG?!F2jYDi*^WqofC|eoEDW>aQ`u_Jy_Un zW~nk9m5nktS7M4qo5Y?1(IyjvzP$_BKdr2E;K>-H(oMItzsp>%%$Jzow)5aDd|fCa zAZ&djK$l^4`)M~w|I8`X&SBf!F8wUo*d3W~EK0opFp3v0B2W(J7$JDdX}w;vT{$)% zQI5_wr8RXkxOLpzf@BRQjpEjFCsG4fmT@{aTqrc73h9=x;i0+Y%jK&h ze?BPFLdbsBX1$gj%-+(xH`?_rl)~#pVwkva@3}RmC>ee|rbv=m%3P(;`1xW%2)jr< zWn6(=AlNwCrN>mEcG%l123Uto$Ns7?nAgJ5%{3{ow3K;|&km&;pbIjf)?PSO9Yk1N zgCZ*!A)}tcL*LGXV=IN)6&y}KyAyszX`@NSv>S0KN%8iS@kTn?MsG92v_P8SPpXg~ zv`Cmet_5c!uW&|HkeJyqLqLT1`lH)9ELdM~U6`&+!XSoWcSpqhAPX+9K#oA+g3VvZ ztFONKQ!_cc4^H`_)nT>KYHjQ@$KejV|Iz+fWh|q=J@ok8xppIXNGRb@P?SocqF(FF zIl07dd%W^3L8Gy!Jr7?*cfj(l&b* zMEU(;_*?!S$KdfZTtlVVO)OXYgcTE7YBJ_?CR!9#%AyjLolPpq* zgaRR8bCI1Cb|h#s;r(Y2GM+yx;`7&RV+Iwk4$`0zqI}rDD#&j{8TYRnsSL|;+Uyu` zrw-jmDeg#{s-f@_$=Tg%A{fNSYgoEbstGstq0CzKNplyefZ3QtC0xn;{@IdQdVImA}O#2qzHu`cc- zdHJNpN}=A2z}so!j)x0iHzox_^b34ImTP@X8{8K~ggj3xT?Y^Ix$rkzy|RAZ!Xjq}o0%6lBE3(URc| zbNr&xFj8z)wv)_hlrQE=D??U-I`m`oCL1d!t?ZiWMOg~$HhNL>3l&QK5C&Css4(pC6l8Sd}Uagk6A)iiwTTu3!Oj1j(b;|zuuVjK!fG$1<}dox-vmG;tl1i zj{@}e1z~B_5wdTF%Va*_i2PL?+(r%j%;`TJL1rqC(7Ln0}%YoPhw?Yj6s7ns8w%QK+LSw zMk`RZutp)r*_Wgq7g+xO2LsLzb#$GEVzuQwSMJ$ecREq{+45N?mTSAL*_F_{dz2pY z6=6Gj!1Kj-7P@%kl1AksJ+zyCO3PnUz}F!%xk~{tE#w>q^8u11loYUqKI#G08w53M z&lrJN8$dy{t{7PQhDvx&l1W$Aa-&L*vr2~f0$%R4^^+&&KNVO&yTw9+ou%Z!>ABB$ zW4vyLs1@gSgM|+2J@#)ZfrwtzPTgKucbpf!)VKV=DWa2-LY`GOR%fvOE@!YTBGP!p zt8|l{Ku|1w^xTp{S}BLAB2&shd}D*TGG-{UetnFxKC_H;X5i7PyWGx9CPPz_8rT$C zjS?ii3@?Uyceo+Cr6V6oJdB3YM1KM+LMT2;3ii3y7}y}!lgKs_cHm?bi%P8SJK^NZ zBx(&8^5YRRNIlhSZnH^crRHI6f$frWVs7nNLW59rO3LpN0LCbUsuN_))A4H7YV=ic z!r2q^pgs+BmZ=DMD-qO&7|v&HYve`ku8Yl2pvgv41LnnbmiEU;G5tuAKkLN(j;2to zU{FO}moFJ)ua8OFJM5-#yjhwrzz%vq54lV3Y|5`vpka50-ZkF+f*(M=MoLzW>D-I2 zkNrNaGE6Z>%JRm49|JS|Q!9d_&FE86TdkL>(?1s1bzyk0>ikkBd#SK%bJ@2zKj(vf z`mk$V`eq!P68C#SF2~(4fCzFx$-I#WZaI&L1%Tei?fR(!LNL#iV>(8#5IzhCkw}t# z5n^>!wHXjz2w@9{;VzMaQ!!kJ_{~x z4DTt6#NfJ+bR&2?*f`LfN zfbhKe55{|<^{@W&xPFMYZlxH6QLS)BQtT>SjO@lu3?p4pUWbg;teB(?3iS=-8Z(s; zW+H7Fol-5RRZRt%x6*QfIsmRQB4+|>dn5h3mbYu@yaqU1QL*oQywD%kj~2#{#4LfT zS_%GEab=OF-QoFI))d!XNlji!9A1WvS$Gar(z-s1p%Vka;8Cs?$V{dFz@tv0@PB8i z=);MOh3lz&Wb!~n%|4p5HU*Ey6C8=gn?3vkNlZ}2`M?=g%3PBRe_rE^i*CMfYbc86 zC=S>Lv4Yf_WoF%Lb}A3sxf7cT(PxP9B{8rFXBJ*~ZCvu0ijw*|o`~A^)TD_^(I3#w z+A9{y@#`SNZm`r~(wneol8yBHbarOOA8Ik!m$>L5nOh3TIwpixN{#q979(!z;G|v* z6j&oLjRf*mcp6@cuUsm!VKgd9YQl75O(Wjoc_g46BD z|1fCMNsIkJ(b$4yY6$xSzGIlg0#f%Y^@eP^n_w|Ppn2I&&12t#$iFEk{HNd=n+)tq zWgl6$v&H#HJ*LI9O5oFZF<~F8{>Gh6(KDcmhF>4tc`$l3w>=n7aa|9sYBa`w53?&5 zB!!Y29~x$=Khm}nvu{h%`A7h(iZ)yVY2};cdt$t)p=XgoL<>jY^a$yE-DprUhi`$K zj-`#=Ek)WtwN}P0iR!28jQfxmGaf?vFL`$un={xwm1s}=IMwTsCiaphI6dr@KcDMI z?`d;BLre6ET<=IE|D%Ob2%4!kp+kX7Jz6Z?Bg~#_6LOs)yv@R@C%6rk9;4vcKuY_& zs=a+eZxcCUYA^%etkSI!89DE1bH!t)J^!G(K$;U9f>M7ejxMGK?x4l&6f!)lGLB`J zze-}ZkEepDerb*_9=mGMuLIRHv^>6nJBj<}$b_h8UT?&6B6!j$ZDp&hQ70FHo5kxY zZg#K;w-K=XaJNt4BQ`&vOuqhann1IP2?_lSNj(KT*$o%Qugwu-r#L5`5=$`m4L1e) znK}sNO#OYv+=_2Nq9WSh zGx3q>gkXJEcxHh#`8zkkr%*M{nnJc%DKgB!VO=NWgSP7g>7+gmK%jat5eG|>3`P?P ztZEf(=(maH_88>Al@H|2D?HM#WOQA4Mzc^v8DlI70o2^i3y9PoblTh@PrbBTC??6) zP1q$;#=ovF9pu<<53H`H6&O7LqTSoS5daK6#H^W+T8D!l-O02i)#g7@u6SERGRab(s`Fyp0)L!c< ze5)Dm7<8-OEpKf*EPc=CJI;$RY{uASFF#f#r3%XRVR);|T!^ZHRuTMx9F#~9D}x0~ znkgz=Ij}w9d!#)Pm$AEb6SA9x%D!pa1b%F?z*wNycpwCVrwn8!y@CUAuTQdv!l_R| zP}6`oRI#l3mL))X1N3Tm7Kc`p>gQ=Eww60NB~p&WdEg*5FfS&Fp^h0#=? zk)(*0=_xY+2ZfIG`iO5(ywvMkaza&X67*R;&>?yM8@^dRtyWmeL}4?6K}aa=^Y{xV zDg&MoQ>|8Z^wmaP?pf9NUgCn{7Emd76qo^gBaHmNYmzeiQ|4Wf4Z8$-@*3sRGgjO6q%p3)SGS5%Ea&PT zZT&|t?dBc>o}K3_x-bNZ+!QQex3Gk3!Z zo{c|s6UA+^nc7RJ4oLFp-9MvnpU6inThv6n`E~qR`yGhm%-ZMcLtAmBu8^xLSF0`- zT#1SFEHeyN{seFrGL+9$U8(nG|E@qBLyo5s!3NAinAzBuaPJ-^tPy%!_&BTLebOkY z2iKX~*&|yIL}CZ4z^|-^>_=2hq3uU32v~R|@IN++?(n%!d0&uzN5GLlzZ~$gOjSpJ z#)$m`&FkJj^`c~|6^9)pxB|pI5J1@O4xus?e6Ydk2?oERvRw|&N7BCFbC!)j$A*px z$I-S#tuQ|F%Q2TA53rTZnL_B;+Z@3@p4~m!fV@coxBGuvxwed3r(~nssQ_OEbVINV zoz5x`&yi9#kYyEHP%d35e^;!gYE(fY)+GKkRpRT74R}_Q;_Vku1b{%twPXij--;8Y z%xFWjw`~(#L=$&S#@o-26odZd&4fRd&@ho)zUN5a-UVi#ijpQI32$ne^k^C@NEcQh zQ~5Nb9BPNlWh&E20^a3t8#c`HjQ6RqX{i2g&S7}7#ucppaioi+p33w*!{a?hGVtC; zjxpm#kie` zYsT5>I@XN1y&bzMbV%2WD>;>+UX(bA6IJ2Z;8CoLd7qpAmkrtk26(G8DwL^x%_7@* zZNOg_K}05F@30>IRt*hX}$i*lnQH(w11gNuR4>*6 z=Z75@7;ydb-+8bCdsvmrCHY|$m)l=7X-9K>y}wYwuq1uadcf=I%QqhENB?pxtFTr$ z3@6GOesf+py04}o?%C(9?aN;TTPN|ZRIZKmM;P(=28zD5*2ycOOT-%Qq_~K#98gMX zQJue->@c00Qb!i9e9{fuAp2(vYqR%yD^3b|{?YcQnrfADQkGM2lx6MBzayWQ)lmoN>~FDGZureOpT)!%9r!c50O2duLtRv z6o;3)MhVxkiM%c|nphruJjP`OA*?+FS@S*8S&;iQrXVPx3+CQL-^hX*2@j*frCjXSyWn!^_+{LMW??W&)~gz;CqEik99OuTlonSLrYdys~>Hu=HSkBjWRP-H?+gKA*OLxRV9pSS(#6YuA zk-HBQq0?%aw$q_aN1w>zhF-w4of*K=0LQ|z6kfJnwMsCWbXJ*~w9~0Esx`XT0g7#o zA^MJTHI(i+pN#J*k6;De@Y;bsWiA&%D4S1+I|^>1g2oCRRJ?do_~Z(y=~p(BpAgPY z06+L9ID7bQlP~;KX|I{qE4RRlZ-Ovq|HelpRB-xkx}EL`A=->B{UfTn+OiIo(x?SadyYVgR; zuX2!JL56*;SQ3!>q8d%@YVffBsI{g*%;ZS|`2_zUjTzf-!M@zxA_XC&oYbyhaYLghHL`y^h{HmE;Fp(O%#%KmuN?mvagi@gG_4~>5 z2HQ$V(p;It!GV{cSL`bVl7}4uJhaq!y zijZQU4iys*n!i$Ya;-Q!&QR%ha`Z;7uelIXr9gcvUY#b-=hVf(c=N+@oc@A!mMRPi z)oIVk@h-J%Pv@pDSL*^f2w5IZ1d8vBvS3b_>R!{_{=0xM*!K1q!4CGtXAvXvg-qj> z`kxi|yfB0k-|)2mVLJ?f#f*MdYN^MFG8D&Sj_f70?C)XSJJCr8oxtZg~QX6BauIOaR8jT&K7HcY18}wYB;MF9}#)# z5c0w$hrvPhE2>36gGZ>K zJoOhSrEml-#F9Y>a?QI=R~MVifvLBi-ToXwC@6U5LRT!#7&u^NTSN3VYtvQsL-xOl z{;Oiy$yK9I(b*De{+|BoZ3NzZ(-cpNj%mwoM@ z?(ylifVJrmdu$8pHvrw77tD;TogIYxs$(YF?kEBpfw?O&0#?47Ki_eC=t>#=<;uvPgn1h+>p1W+Af z&CWz$duyc(2pu7*`27kwfqDf_C8axe(+*5H)3dPCvh~SZubHh+pYFb4>ygD3VbB<% zYS^`E`?a`e%iDmj{OlTkfRsX`c@t-ya%trl1)+;h(B~owMv2vsJN$IX&IV-WyU0fA zuC|3{w~8^9$`6bh(vf9av2c7O$t^Pid=?_b)PP+5Q@of;+Z)RA$upyz7Gf(&>Dusn zhtCECT4>K!I0hCB7QY!z^s2DEfZ%Q;*bj~PD?jj4zZHDA6^mTOVC{IURF0m+*YuWh zx0Zdm@m*Q;V3zFq4L`I{5*_6nCq|HXbgH2bD=1~tbEZo{3 z>oJ`_;!P~RxjEDAV_0DI<;`Q*+VFcAzF)=Vx7G)Kj=>N#Re|>|AjLq4Xyn+$qRtD^ zMIZ8g+zm;%7;d%^KU$0w$CUxeUb2BiSIPaTZ(NKg3167a(gu*PPoFdaZWs~hyAx`Z z583owKR8g?jP1BPyKyn=CaCK^ztmJJKNll935p$;vn#T+|8!V{)Kf&1l9cwzVB1M= z@%mhgxZfb`h0AlOWDQMW5)IPMV zS7(O}MHal2dyjyRMHI2n>R~vTC}tAMJlxQ4=z|PjN{3_uS3(z=V2M^}Xm;xQM`SEU z>|g;a4EfKro&<&aO#@6;IQ8xoGYn6oksY}k40-hjd8<$v{y0SSIlQP{kQ&f|%9P+W z2oAf4+=rFiHdKm0J*I`j&gaoHBR-HtCRa7+<^N_+P!nnh4tREDru@Ozqfa36m{ zqvHoQEPi0?M=%UFY!)FJ-df$v!l~?(X7MOtc0>Q#A14mwy)S1ILJQivVdfj2z2H&h-Q~-q-~&vmJN{ta|y6 z-`*TpSIGj9C3-6U`jAO(UeE55gsi_RFnpwhbQ6_dm`cYXGYah@%Xwty+qIB8LRyKX z5wYE*t&z+3D4!z0sG0VDaLR%5oJxnrQK!6Ul$DA<>^i6xaotff`ENPf{3w1RW0GT^ecxchi#>N6@^gu+H77n@5O`4PYrgtg0yn#8Ok7Y?x(dt zG)a5kRjG+CPl59?!5(zlpkMz%( zCd5!*cGxY9*-u)&5D)LG3M<9&-{8`-BK8Nj_acUV8jlx(;lc~og1j45JP*stMzVt1 zApgVIIYnn0tm`(mZQDu5wr&2gZQJPBNyoNr8y(xWot!>voV&Hh*yrZEt-7jF-&5~= z=DN^35Q(;GYZ1z+bT}%yCt`X0*&#FAN>i)YAGf}>N}~@)twmQ|e8tqstLXymSsB@$ z;chG_`*Sp~+Zf!&T3&x>OxK)dF+Ol?4m|_w)itS!w-6m5{&eBAB?Qgh2y!42R9sH6p*~SL}1=@(kB9kmMAMEEY znL{^ZygvUfez5B7)J9vK5^)J3)Zwu7HXySwqsF1Bhz3RZhIJX?g)bGX{D3%&%C|tB z;XXk`NI8*K*&E_*(JN#RM{yS%C}FS|y@n&Nn0~rqbDof_nF}-Ic%-SEt?iqRUYi!% z0=>8h(y@&;;ABNVcOb&_01s&clBAEBp#%rex9Bly zNb;NbrSus-UIEV+8k66*HK5b%MYqsHtkysyE5tWwCeP%XsO#}1Ja29NA8=ySnyAdV zew;CZt-$?!XYD@Rd&$(_#$%Dm(pB=pIB> zyl1{`?ub=af>>+4qJyj%i@<(LS(Q(vLZJ}NDblVm-Rn~u4e9fGu97LTx6H3KldT$z z-x&VK=|u2);X_m|$GQTK3&|1e;lcvDBTnvwkZqk`pnLHKCY&f;@Qhqdn3JY!-yw>J zRMer1rrto>L}QQb=NFjh@KA1{YS?IlmNKa}{^Jh(9?H=^x2^)WLj7c=18ImN1z*;vE=$?3pt4zN+zndrGH-N{M%L(j zp0Y=uE#}UaRlE2{yodlniA1kG^a0VV^o*RUs54GAIA0vxs)PW_c>QyeHGKy84$jld zOL}&&2vX@h_*kQ(z*5Y%Tze4&m8$Na14#({g0pdI4=< zBHFsO8zi&xYp8n;IKTtxXbc_-sg2VYBMrY?vMnzU8sy$4lQqM9vW^+b?e5)N7+k50 zt*@0pUGxfq?E~6KJ94lhE4bB0QqDb8ib}9!@)hP@au*TO%CsldKGCJN;;$)vf=n^N zCVEIBwipLt@-BWUOO+~1lCVfcR(>o+Q6gFx3*w}iQMe{Ms)88#0W8}uR)0xK!Zx#@ zbosJwDp|>>0A;k1!6!uJOUm0gM7@9Xe*$)0ZIP>5F1Np<6%=Be#9w_FE`=Pka@GNwXpxCZwOff<_ z>XPhRaN{_IqB?2n{?h&d6Qa^x%X=fP`7G1EX(LW4 zqdO4eEJ-rQB8WTC;|v?;-RufA+KCW7oWv&uB02+wQ8{AaMdh6uUuxs@Ad`1VG>M#rnzO&gES`gyIrm${6g{HnT` zTHDav2Y+R@k76~Zij~YoFqJ;zLZjZ_RMiyjDyl@-a6u2b^XTagP%NTFaP#zhGHZiT z@a)!rG&syh=~E;^#F$1x9fmc)~?Y zkpuKBvB~6h>!}=b3y`dY#KvdZF#cr8lq@5Te~rOG=s>7k+rnP(4vS7A#)B-kGV^N3U3SCC6@?I;s}H$du5MsRm9F zaJs!BwCm=)`9(eTzR_X{sa_zMKy0_F4~=6D6*jnoD+Te|`Y}=~@dGNdYisyFg^KL| z9V)VNv2y9dT|2{#fz$zcl@H z6Zrn6cPY@j>g`qX_^SZSrl;r>Z1_1lAyA}vkMlLx2t zwcLlIx-81o6J6RPH(H0Fhz*cDT~U#CBT?vBQY15M;@quOU0x*rmkv{za476df`(1u ze0X?!=Xp-G=LdQ6#|m*lZXgOLNwc?i^;h|wR80rRL-zwD2le1T?pXaFe=MD}>Aha$ zzOQFy`#fo3GiQ;>b?2765S&2L@8kie6}6K7*M-cvO9L?FM<}Hb>|RimQN(IR+G9Cs ztj;sbmcxt{{#B`A3w|>+*`jzpoaNL=l{&e-V&o~7i>?-Pg^e>gOx0ReP-PJ{ok>GJ zPsOs7)!4+|Kc$VDX|w!PuvM4+;=$5elV!!HGe?^lhkSC>m0eTsIomc~ugW0gd_X7H zb(jB7wCT*VKP{6&H7=@LQ8gH#CJj+k7ggt!t0S@u)Tz8GTMOPyVBIO3T~M633xHDV+9uU*G#QK)ssk z5y=8T9&}YynrnX2HQrl#@>KiN`{B>WI~9w;9F74_;uM#OaNywNWVS9C>7F&sxq+SP zugb_C+HOKn-;m^4*DUP_Az?V7E6vu@*)DSgAB@eXhwn2dO`7KRn`{?#?pmlhR-x;) zUBRn3FTK!fGp*`Z-3*3`K1$rUd1yE;6l~k+{9uL|JlHK;#MCrqASMyWA2?a2gWD{0 z9AdW@00!6MnLe1m7@2xXGQ*aDL}nm}E1hkcUaEa_(!_q@Gdsj!{CXs_^peKgqK_71 z)0@vSD0@oGQMpInclo8S5zQ@#Ku1{<<*CEsQ^hD@EK?ba+53bPDMxS2vzyy0H+_sa z(Vm?aEmS5Qj!gXkrK(4=hceAqRl$px^$Mk4k0n33`Us3$GC;7lIMVFuX_3@d2@E*c zM9uOlP^8aL?WN&0tw2q=(h2ADLCS%XH!h~~8y=wk0>4$oUPcI8ykOc_X((()&IQ=s zm3zH@2HL3T`1$eC;($azoP7`7V0Y}FD9MLi#!#K#X28>}@}wkWcx4tHq-7GN8=mHZ>(PGhc|H*u&i9Qp*y|FBLQ z$}Gy!^iw_ghyW@Bj0}5I`iHg5>JUP7+*_l}I*e@v!!LPZrdN?NvpE3}HYI@c@Ij_#EBy=6&1KaMM8gR%oAy-KHPyFk zSJ@AQ>Za;Rv3%sJf`l^;dWNwpO#|qHP75yJ`>gRT7j53;$E?R$Tq3@0vWv1>Vx?NhmtwnnYtCLA;eVMmeqKWmbibo%uyxs} zNmV(1*IQsbCV40uB3wAh|7(=dj`nobV<;uHV0#8>5;g$o%xRWMqr`b`1=Y7I&~nNp zBT}uyUr$Cf4K9&n?@w%*rV&%896p>L=1Otjgudh>RDH7`cK2nj`J278L4P5ELb>}J z+)*_1z5&O^e(^2+4iqmCpmOv>BO!UyKA#nIM)avlvZ5f)3?g{D6ic>a2p;Q4Kop83 z+V3f>bV+yJOA*PNIHazyO$q%#BxPYdUqna-{rlJ*s(>C3Y5-NH6)gW@&Z~}9RKW&F z%7fzN2}+2lMuA9xnQlQv4~w@Vf8%mhi>ha`om4y=6Y0Z#-*Ue9Nn z>(}&+ZHBI(%@AQ;vs5le&>x-v!1Xnl2>d+=ZeV7j_4D1c4Xa!Gq2Raak|NHarQa`_~^P;=bu* z(tW)3jsmTQ36+sw^k9KT7N|U4MkLXXO|fFkhu`lD4mK082-FJ>4_v8j*0R1Ms*6#o zJhGwkb$ra(z{c}6XUGRjNF#J(Nl!3}lXZnN<>`+M&>wl7t0Ja;L)u z>6<3RLnNs+tu!X_Q%HK_n-#s%X50@p$q7?!9B?r8Y;enxPgYd3c+Y< zT1H=dzrqLbP_>-q3Qy-7)El+!c8m$D;&vkLmTJFY2RI@lWg`1Qx-k6gaC=OX?Un2T z=56EVDW&3*$--wl%wgrt#b@h3vnu!Bj$hWSM&LlZHe{Q)(cce?CIRFdX#%zg>n&uI zg6sTlIU*w{pXWv+iTtlnhWH`t7bcaSt$Hcdy&`V23TE##xW) zU^(vlK?GDY)I!OoVxl&yX>aTqTEy|$qY(<)ZMd$CSNA?D)3xa#tfT~>)ug66!~nTxb7DhMKcajLwv$geY%0XvIzp}Yg@*oTHWoec8kZbL@@Jbhe_(o^x^3HWRn zR4JKu;6@A?ak0I8*?4g(0)0|LWZXNE{XuWYQB1Cb6I4V=vBP34RPoW&vitSJNqpp%!zhC@ zS+TnPx z;-mzzthFs20?f!rBU@0u>7G~Us;!{)@VMa>m?d;t1$)tijub*V64we;s^{I)c+lKV ztJO2CH)z|a_qRGi8g;-^ty7VugSNv|yE%F;Oyx)A-O* zm!7IF4xKI(FXVn%&*I}j@-uUH!1&G`(DY^hW2!vZq4+c_(&C616_Qu9Bs7T=jeb({ zA*=eBiUKhrL45P+-dtLj#x2J*O%zNf2;n94ShgtW42SgPrV_DFedWe&dJ9d1V?xIZ zM%`9iuzpQ$s->>8lIBY*;ozarb);0wdt_8R#Ao=wwQBV%Q^oL4A`xFia9yBAotYO{& z_W=deiil@`wyk=^IJbitEHL_VR)%{9|E*@fP+fZ{;NfrIpb%C^H>$38CeG^2LOyK8 z+8C{vK21oJy^#<~!tKim%%UOvt~%uhYL^_$JkNf}@cEa@JEk3d1}=DdsNN8|#;DV- z;J^LBSipuxzwnTd7Y^#9l18VRK!GFtA-2L%jd#NRCGz6aJ?QRXkLZ-A3#zjas{mUT zj1)I-1cM=ZV|xi@CK))-;1SaDhO&vQk@+WIG^^C6@e!2$<}ZF0VdI)(rgpQLJ)61V z?Hz8*jRV#r`zGCl&e7EH-}Jjej4_s2Bm8%0X)fwX!(R|7uHrsj3|S6aLq}12FBR02 zm7T9T&v6F>m2{XF++-UTCZ$V>bX_qSJY~64Tb+>&IVr6B20ciX$u$lRRn|^vd)+n< zVJ_juO4BzjDn5}=K{sWbjQn<(rv=){dm3qqhYFeE%(@EXYKSfzU{x(F2lXq%s6`J7EngDR@ zXf1E#J{c+kd%LiN=z_l{KOpUVqwhwZdh{{~$Rc^TA-urYB3t=+`PWF+(!U%KO2520 z8(s>{GbTTirl>vZem}n7&gf==LgEGwLtggyJ64l@}Y-DIJcOXXU*E*RF`vBq&h zqo${;wC`6O$m+Z^$Kkb}EAyk!DAn4yho+0~bm2r$ckFD-R|ey{?>^^_=%S~esv@@d zz5F=r(o9yG!@5`@Jcq63i;1!~f`mIfz(#c}>EqI8dCrPp0(=+ru&FtSJK>{ucbU1T z4#@TMBPc7_879m#aE*tWCcD!r)rKmLrn!4XfO<8Xe_Q3d-~r`PcC$` zXLJ+7M>)s&&K#M?W+1$qWO_h z_Wb8GYY{+8?~(LW-HGCQ9*qwEXlzw`oy20OLhm z_MV}7PPhtFkI$%36G9z-g*tK}iqf#H6lPWXtZJ)!jj)M7+P=@UgBkTuYKg6fBOuHo z&FJ~bYx}pbWYER1lnuw4HNSBn zm$oxbJ?{ct$eQP+Ku-qgEv{qveM|C364mEByi1$@w9t#-hb0%QiJ5fu4-N;PBFvW6#S$ML z3{y;dy|#hYuNSsT*zU{Tgfyoaf1$oxR_V5xxi7e6sBq8dhELH}i_CwjZt*AWLQgal zmHdvymr(yYjPl^nBd4tO!=B)u%XJyc*KA6|Nwn;e5dwYxzC66pxRtv4%Db&+kE zS-!|xYAjWN)ebMRtI4%om8Aav$AqmUxE6= zo;KbD;5DVpM?oduyT=T0q09{{FW?P||s#F1(nQUnty)C@!k# zKeA$xbd#;VpSCytKWF055 zy*jn>Bm?MndA#qt_&m{a7kBe(i_ef#zw1rM4x#P{Qg&lVnb_i3@9bAojne#PNuzfB z^?h`{5xn=8Dn&hXWIrmbF=1(9d|p(-k?z-|eonJ~6VB6iFS@{QN^NULrK(ZXoUzCX zY7RBuS;B(VC~HSAXBABM1F4u??j#yy(;jNG9dK`j58edr;(E@l zZM!V^W>zJ-KZ?hkaIykMrXDJ@HUGRu1B!N!!2AAwAy?vnf@N_jc5Q;SRkMVJt*qhs zqhRSoMQHV;bRqIHPA4sKX)oIC2{N|c7)p%b5f*d-i36$qxi#v$23@0aORIVjC@P=G z6qM5F;Rem=i6vVl=Ood?O0A7w=qH=(M}D>6X<(B#%~bsIfX&aBA2h4mgEl7wBe%`tdSmpDvGQPhKhvlW}hl!Y9m>(xysqpjl&_6E?@A9XRHi z9ZlkB3(U|0@=fWr6FV(p4<5YZDATYzY?ULKW{KK9yU#5D#0%!|>=f;tV`m92nURyW zz9%|DA;Z2O#K=pXE#1gjp7VZ8`%a)A&^xyat-pBfEF=ht&b$_+D{581C1mPbiKruV zMx>)LX)O|0=)aNY3keUijOfmYgBklneyvi&xw29GBNg7D(6u2KV%e-?B^=cM1yDX} z_>kpc*xjlsCzNJv79#va!$}c2mTu&LpN%88da9cd_Wm2y{3FK=6z=qdV7Ae#<-a}c zMj%U9msZ(kO-$rg9`oT9+f(C=s20?2`;THDRl|k1ROCZIYuaLoZ2K+GaSnfd@RIxo z1Bb(^r6^h3P-@GdQ=vieb)*pFCMcqLw&m)~Ew^+S1M6~Nui;M$93?MclGxGV58?e# z+}sVax+J7NJfGe{V3;=3=7Pc@pH2HzdBY%_m>w+%BcFMt$7X>R7w6d&l`!QB(K42J8tj)@2i6Ul6-W4> z=!-f--P^CCArz57k>MOy<{&OMP=JES%t5u$iqaf?431xjQWeSHGtbr{{*kHJMiD?& zhMdRACuMP5)<@sOgUOH_1F{Z-&rfsekANDxB90$ru3Z52OpJg24e9jl6mhUgqOx6L z8%A^iLShoKvz9yHl$21}8s?;pTGk#D?upTdk_yd3?mt1jPJwM0KU`r~*|9m5HhsNC zo|V=p1rjH$2_?x$n$*_A(F};9`XmHBh82)QJy=&`1_*2Jh<~R2xz_rCyZDmOqBE20 z-`~{`Vr4Px<9U%Ajx$a}!Xl#Btm$Ijh!LR*m|@g49f^YPuS@KEh3rQ}k(Q-w<{;?Y z7bPZO&eNnV!52jydqj$Ul-!1(5EjZbiZbO@yEuTmiH zO(S&;#IA4+MjCodg(Mv(s2s?5(G=L594cqCpr9!6@F4OLC34gaAQWeYg;S&^M%+Xp z=Ks=tIjJW#S0F3eCf2$Fj?LX^6=J4yRRHXK`QYsnWy1r>Ukn}wI6plx!RAy5Wun@W zQrQwV7S&U(OG~Ep{T=Yw6~&o=nE1jM4YI|VyWh?xNSNct6^gN>EB^vhrEZwHmN_zY zj63Bsa|x+2GtdLPNI$=4l7Z~H&i_csN)BQbeYNsLy5rGVaLxk*lwsgn$CkU#vHcdPC@d7pQt29cVNs z5hl#^Y%WmuE-RFly2Bz!4|J?`rJOLYp*OdGFFqfD8c1<~u>h!RoS zwMRs^(4EF;$UT|uN12W7@cK+hZ=J@k`2B4X6Bj(f=!#Rk?j{;Wk1NkVnHD#mM&7u* zfFzx*iIL?ghTW6?<}Rwg%I8xxU$8d!vP-CPL#_GDYtKpZVfJCbhDS+VR-DUhh1qY^ z;L_?MrY!ia_7gj0V}$0ZMYGIrWUK%_@0jag1X@@67yx_tq;RxlY#HDMU7&q|FW>ct zeZKOf7p@u=q2gB({Aw%6R3bvvQPpjDw1)n4S;8tdy#z+lcuTh5ze$d)QA$cKTY-x6 zjihYSq6P6yR?1GjFV_wBzv9|w-(7>uC{~d+K1ierjh+Fiq}=)zJ~5YN@qR1} zyJj$N1+5DpdWoo?0(|(mbRgV6o49vr|NdsW*js|35^P-f#?qz@`a{1}u{Xp^r zOUSO!=TWY#Ehvsz5Gd#Kx^ydi8=?c4y7bt+I%SY2Xap%YHBDKt=brK3D8ZaJ+-A_iLAAxQ8Y^^MFe zk*xH+()G8+P9pO`X?`XJZQNia9u(bBNW);M;jA}b5vc`5gglb60eC8{EIr^o?NzBD zAE3N1s4--i^JG6MO&c9U2)ALoJ|NxCx__3RbO=N&AYa+^A+J@5<7ZwgeQuAyLfM!Z zZnxvMtKU6kEpp6wSSZ}rmM?JrA1fQS_%UN6IU4#k&Ll9OsILw%)q)YKNBgUXJ}I=% z+Uw-OuG`pzOE_Znw;3gbkWyMbRGFp(@-bx;a%{_f?_1=BpyeE%=`;M+^3eCD59M6U zECCGYJlTeoueLgH8KFs{DB)#|QZ=E4i%2bBk|d7j8E`TAd^eU#LId58f<{M&<~BjJ z+rfE#;CzFr?#sv?cTK*c5q^NadJbEjB`1h1hxtWCVEnZY{*7HFythE&Z+6{)Sc?#$hgNJopAnakWr4yh$ALqV z!!6j#Y#i1IstHFt(e+_L^8$_&Jo$qZ+)V>z$Mks0b}!JO=!VTWNR-K3ofNHA$E6N9 zS_>tB7B~w`#WfFi#!HZZY*HW1{iw2{3RzwKsk2xR)SDidUwtJbjY3K*_I5=hK?X=S z;C%!8-2$VPqaJ14f_XK@U2;oEBeeNpcps&f9>&vfS5zD z=4wn+^!|C^iW}!ty?3;kEbpCc?Nz_YdZq>62i$OE*PB8Wpc~Y442jjwYxNGc*d2#l z_;K+Q-KrA#ZD=)X&O(+dzrNS|2(*kT@l6j7sgpyZyPW6!9lBvbl*&PW`4MK-3PsI# zwmYPSJh6ogi6ERb(nbdush$MXDi$apQk0yo2&`1Huq7zCc+>J6Dx%(`Ms>@3qWb^8VR2I7E31Z&$slq+Hwu7C+%K~L?bPtq>0%J zNznEX!AdAM08fpN5(Wt}#JRzg%jXi-(uZDiL9wU7t4K~f|893t;}2bFW0(FjSoRk_ z6)4eYjet%7Fg&Fcmj-VLurClO&6E6EFo;*+t!mfQ!GS2;q1(pAjpo^`0b7g@Y6(YUByDUR; zqRVA8NdKN6y$?nzmeBVy!8Zv8kE_9gFG>L1Kqy?0EvmH~n0`F*Ouc=rvD9ZDW}RE4 z)0wrNDq(h*H5?hL_EU$<8|Uwbi+g%O!g%&ozLe#QEa|Yr?=OPJV&g-tucUpF7e}(zYf(X_!epj|)*39!^95 zjcq3(H55Ozw^^elv1++)y|8Ub;+-#j{LEm(9!+4Ev^vNJMOrnYQZ`5b>sU^Q9sHLT+jz}u z@|Ek#{Mf*s4NlwyQXo_;D3Eik;saDh*NS)7r@|_=NwNA^U9vzz|FSyH2$96lVTlIOYeMiBh&lVp>>K604iwa5Su4>6^pg}u9k7hcAwy-+G%-F#8R4j_En}$K4N7C@B@^pQ%|M@9rId6*c$h z`xmFRUSBB*MD38n1sW6sFGFy$m1Z$d4vCilP@;cqYi`mMc zEla%{uGa^NqPvknP{#h*<&8rcml{j^t7#$7w>6)ob3=&t3UOZ4xavwjlCF3WSa+S8 zOtqz}(8r$h2+?z|axXT|Ik|&)pWRI3OLxyvtKlt1iu7h%@zPz_>Q*mdp6#nOcF}Ho zSFVdKrax~5_r#1T`wW{alBdV6wUzFecC$qh&vMMST8|Fm!jCC2s{5=Fp{6pY$avTLo#EkFaI#TSqa^?~yxmIaE`uZ@{EppxcPPhzL5G?#VM+ucAuz<0bR zz;9J6jyLCNSIoaB%-3khh@~Pkq{*L#j8XsEjs1dUyHuk%n6a@O*|{Tkg8A`rC8@F8(|Ndp~^Ga5_VJe?8~NJ(^s;sTaLcE>Qn|{9VFezDFuN`z^-* z$BU)uV5HkR%`XCIzTC*z8@0q_(6CLOFX4j(%p3}O;+ZN>O0CS7AHGdO!VOZ$_!ncm zm|Il+ez@AWEM}Ja=MEh^9RS?87cmMvv*8bxK3)&iz1Erl*aiObli+)J+7_MN%?KcR z67sN&_Ntq^^x$T#S z+Kz1SC(;2V_$@$k9iZnekZmm4k(6|aUh$20ruLryLjX2HhVD_#*Y?{HHfdv9biv9~ zS@{@T)*Zx6=NOfSIDry5qm!#V+QB~W&Dhg}yAA~uNQk?&7lpiG5h z^aohbPEGrN3i>$zJLqHOV*CHnf6V?1`WkvJY8Jd9x3}viLYR8ZeUj*hFE|_UWf(i3 z_N&pz2T)K@7D4jR-fq7y`Rv_i;eeEpuJk&U(Lu9wPtU&JFRteWC_G0fxxO)fy0!5S zlP-e&@f_Y=QGVLBPc)syg`@if%GIV{op-5kc-ef(9DVASlt@zqC@#|Iy0l8iL zIe<@u;7fy;!wlz>2ZFv)&*?(!_^Mz4c9M0c&(Z>2{#{4 zEll?XEri;?&W4&?_R(Ued)>zFO;Uw?wC5$d8ib__*l7dDmmbdDmfDx)4cR;ti;bMj zJ^!#?i9Z0mPahza_Hn+5pCw=)I}Eb_i}jkg=KTlj)lY>yQ6NAGCk@=fV)K$@nf*5c zC)wMe-|qN)vyky0t~YMYrKAcJ*wamT7J{98?ca19dhD}LFI^^G4p>@nXxFqZgD-ch zak`o()<7ma6evLxvJKl+&hgWr&34N}gEsn-Y7`x2yWv&U+G6gp1~@|a_}->{nl&09 z9{gBNGpC4MikYp}{0)HHa@7@QceTR8ewoU&1uE-yyFuZC``ICCE5%WTb>2tIkD-z^ z@Tsbs`V`hYZ*HJ~!BJD<LagY|*O~b@ z3H{P+yXi>n^!N{Oxj{5!_d4B%lP}jF?BBSKmoNJj^fx6%j1K%_c%V+2J1s{QpK$M~ z2*w`g!gsPog#p2fx(m{^LMDHqP!=4+W_brkC%GduaSv8~qLh!aW!zB7;G|E&1!^6N z$k;M8qB)BjFX?0!WS$AwApDYT{B->N+DK6AiNXaY%!N7(lZ0B96aHYpHgz9s^?}<# z=8_5Bgv#wa_T*S8X5g_}@-4NY4+{-s9+WyFC8xgjzIFs0*b2e`7VZv^E$t2B3mXyO z0nA(5MVJT;R?!`qgMq3K&tYdhl;L^++ROg{liF%^Ku*;eAARICzEq1#<0#67i0B*4;n=#kF_6Aa97BBq9J}W8?U3e*Wvr*KNrpjpG5RSe_BAatJf=kA4S<-7r*b* zHP_S;dHIo}mrH<3NS=0m_+*E!K`@DN7Gv#->)Ljevi|tBOw&Evrx@6cGtGoTA>fJ03(kL5fbp?f&ek0Mu+H#5{fi zQB7bsl!2w+6B`0CLL>sQO_-k;T39uJ0a<(`JLFN)g2Zz|oC&i_AY1fA5|EpdGjLoD zT4HKw!vIc-2f+!Vq#-9>4K;cBXxA-UTQ?t(d1|N8n#GR0fp|jVJOT$Kd46ll`!n|1 zT(o>`*8CxB?}A+!=`4iuYQcj%CUM+~5T!k6GH=HN~AO(s#;= zsqPz1e9V$mch+C9<@g5Ov6OA>&m^(i_7+R)p~AZv3{jwTO!O`Gzzd^)+pkF;?~WLQ zkbs|@7!w;SjDo8JsSgfhyP6maw%THDs-{S(4Tiny1HMR!)ol#x;9(3I+h=>F2yBi= zMd|PnKnHjp+joy2hQ7BAVR(eIyQZB3KZUI-UkLBft;sTC))CJM!?S^hfFZ!|hNUei z*CNuLoTh@O_jZF71?CIZ2wUBOs#YPgk5=bRKd-o2G-X=R!;;mdm?>+q^_eONoB@`; zthYdr2NXLaK>Sut3t&Vj>MrJFT(PLY2Tp|et@QgoZOC0YxAE->kJFXe>s*kv%|+yw zgbcW^@@zHVW40f$bolc@Z`PI3YB63qa@ij|=B>uG+FuEX9^iF^)XqQji^3VayJD?o zi_Xx3f6w0fg5P~4X2}s_&qH$1S*Gy$6nu5b4s;W9aS%M(YbuR43DAb-dK$x{ak<5E zHftonsHkF?1HbTB(8l`uHQhvNB9y3XoSZaE=Zy@AG-Vyc%dfhs1L^bx0uWc)3;Rgf zgLM3KHcQ1;qdir~q`PFTSV3oDNFI1ZTitKPQI(*+G4v%-c{W5)ah~!FvrTTsIxLvl+*whd@C7kwXX0iNe6yL7H@I#64b)M~ui{c$UTEHV;BrYno)N-vs%% z47Ce+Y7drWlXZOqDXY;d9^DJ(QPAFY)-4vaaCE#lHiqCqXe5eX0*LYQszbXr8LfMK~2iM18JBpS3ak+uqC*t|OW*3z(4^k4Ny>AP@&j zp6iICas7_JI9Qu=Mi52>I8oX5;NBf4H^uQ#>+Zw{PCH$uUu;(kv49*E=p2`8`eoDQ z>*Hr+WAJL6y|Xj)rfysUM!oTRI*s&*WqdZMS8q84*NDM-d((W=AP}l-79bld=J*3E zMhN`qtZ>%sCYX;VatA_p@SdpC*hjT#sv-ahT%|6+b}E?3ZJsk0fwMR4M^S9uFcO4kUp`SVHiEagEq@qM0oHs~1=W+46kmD9&*7-GVpZ8Ihj7aN z4%CfF+oc8)s$UNU__J$JP#K{(CC?8&y=LhQM4On`2|2vWqA{55yZR(HzLrEZaYX($ zTmoQ?Z`@ar9zg5C>@>N{1ap{oV8%&0?;!c`e*=(xm3ZDsvQMJ`14_#Nt*4>zU5uW) zu|-)>3@41D5m1d^6%;t5HIFn6_F`ZY^WuvsrH-&r-v*Q&N3lvAA?HLpT5< z{`~m@$PPR-snlUBUQz?*BOX<&lX0+ez>#i*;oX!Tm85e1IQag<;G&Yn=(3uM?zEDU z57t+Xc7S@FT^ZsnQt2l!JJ_P58*v-7u3~jF$wmumrmRlE zyn34U%_^z}$Tl|RM{*u0x{*|JK(fO@X)ELGzrAFL_B?uQ9g4_G=D;G#hoFvR#fu2^ zilM>CCZ_P!d_d-;G&AVM2=l0m}dnIP~!&^@Rj%8=5npQ=PZKmEc*~q1{63 zLjJ%P(PPoND_1I=8preKxGSq!TZr#)8h`U{fIE4V5e z93r6Ej0*py)&9oZ2Lyx$P+#1wvnrlXLAADC8YEwikF)2trz?jB#w8Ol;qIwwcrob= zuXme5UX3`Ru!~cB`i&K07EY2PF)eG|TPiJ#D1)6={ds$~`FyhxtJ>EpxPjRB;AR^o zu%n(vAb~urncpp}j`N`w9iQmb8@D%S11oD~-yy9;e&jh#0vRAw-ngA+Mi449NY+~H zH?+-6?guJO?%`sGo#7ve8)5YQT!LaP3FfMXy0C=VrS1| zSkr@6@}YYn8EH!XC}E8WuV$Rr;!hw18*Vy-kd=P0N~RVSAN-;+E#^n| zE{nr*S<#P32)RN#ANEqAzeS@vijrvPX1|}4aB%vV2R`5TS+crF z4tTZv3&BaPUuH1!twTuQyxbdZQ<_Q$%ktUo+k+^=Z!%L{t#OvxJQq&8u=J52w~KS#R9TU3w0)@ z#5j3gMhQ9pgUSWvY5ggG)sjdaF-miR%C@6^4Nl~CJAV4q%)G%?$lEFbr1q;~$&L7Zd=mswOY<&9P(P@#179i`_zG1uT-q4P;D`XO2x<)X2bxXxLel(1vV=m-`4MYrNfS@W zb23*baT_&?A>#?5Gt+)AG3-erse&kxrg>u`O4l|CBep49&3PYcQM;YtvqUOs=5?#J17WlX9}O|Qjh>}20`^20vSll&xdg%l2{hjIR8^;vTs&Wl1C$-E z;hw}DNqD(C;8fsQO>w^j?s5nqPF)~*;JK+aJT!j)AI8ohIMZ2+v?c1 z?T&5R`C{9)ZFYEi|C2K~yXrslckqnfy6dX7u4R|1v}ZJj1dYq9LJ` z%><6}5m(YzlAo5Se0=(Y>Cm!HBpf+3J#Qu;qAPxtP_H`7v)=VO(g@-cVQ27&fulfX3Z)UBd%s$j;UQo&u86Q3U+FkHQH6z9ljYz)tSCDzU zFKj+ZK4s1~ zQVG?`2J_bIc@I^6+1+^BIStK*Jz&!xP*s2e8yO6?py4lvk2?K=LPfmFm%=bi!$UnQ8$=sTZZcS{Tzlo%2fLrZ8|EL(^N;_==(zt2qvK@${|V!1{|n=dA^&4^ItY9v zVbsV20LY&4)RmX_mIk#f(;8J6l2H->Spm4PcgqjCKWiD@!Zs^t09tWPN}H}3avxt; z@6C6ogOY81m#`u2)*!c+FH7GqOx|ry@?nbGq+s{>Ac7wrz8JfiDPx5rtzcMET`qJQ zMgz)?|LgSl6>{)@5S@uzYq}g4w(b-Xi z_z%&c^LF*veWsn$g-dEV7-_1t`XOthg_;;xCQ4vVac)-b=*pF`GK5aAuiu!r**26+ zINhWxQaT#?jD;4;>FE-DJwt^#CD##spGwwm(@CjbPN5|~C(gJga<6x5;rn_hO5>@5 zR54qXlg-$kv}b8%SkzKUNrQkT7MNOoduyS-RPO#@i@qC~yhU z&R$n!%UNg#wig>}AHSIj!K6}~c?QPgps84@e@0_=s}hJFo=JqVW3QUq7isljGg9PJ zWI5Xi9&VT^caFoUYo3wp?ZdG{-x+4fZKu+oJxGV->;=zEn5_usK`jtw;@p9vo^S^g z?Vxb5S?M-Cr|dYl>a;9Z_k_h_+}Xf=T%FoJm%PW8MmAm9N0I_a+J7Um>fgzpfMCE+ zheTI>kJ;w_po*7E7w=k7>49~cpFZK<9dUWLRFr|3V_scO*aJs~k)AB;7g@MA-Jj#0 z6>ZVok%mJK@3@fCzHCouZ2nc{N=I$&ev(UdBZllkvcwIQYV^{+<$y&?P+CiDYRpiW zCvvJ-M>%TfD6qF_ixsTk{g+hX*L>Ls#v`xQ_=7l4&ALRb^WoHG?Gw_c z*t1}^Rng3}mI3m2|BjK@b*+FW-?Q#94HFZy9s<+>nW#D1!URVZ$iup`yXcx0shIT& zV_On&PXp~Q^QVOhXTlF6(S0Mm^jZ0Nol+k8*K~=QyNaZG zX;@SD*Ebo04%*e$Y||Z>gE%Eo6I+@5rpzL{U)OY@jS&RWE7a2)@YBD^0E`eCa(2&U z?>QAqi2B3T2IMt?E?srM<WNj4>@?IWYcj2LnppZy#5cqva503P%hM>#o8!u(EKMYtihC z68`bAkEhvmQm(tw{>B(FZqY!u=d27f=<8{>l!Oz?3Y32VQxX7#u@c0iP89cq!M0g< z%M;zCLk8Lb?I54z;p_4@EnY~jN0m4~ArwQ3W6mi+5Ude-8Wm!7AVwU*(J(j3$1?)% z4cFCWmal{vttBj0*)-pt&q@nNvo`rkZB;QSyn~=c_C^=tyV|)RE5H$o$2K_z1fyeZ zTJ$JX5%m)YZ0+)oLGafj({ro7QL&H)u~QNam*HC_RPr%}hlW!{^!L|rmb*zRar+qD zDd^%{c5=HhQMxoO3)>!lN)la3(V3XBGWYd&51m;cK}ODErLIwnVMX0#Nz^v*bX{iw z8cgFQVYks4IV3C0ivVnFf~tT{s+#kH|08U1Q+-Tg1O*j|3-XSI3i6PqQy zggCn_JC8Ud1m07i!5oz!nC~8}^u-&P-25;Jp|)hm$ofmjTdR$`k!l9J8T5>q=*Tc}8smCV3OO-F5ehSy9!A+a z(nKlH`;U41&7fU%vwzMvuq_B^0LHHM=*0Z8Q> z?j{AY+a{Sq^CXKy1wU$FDM%|2_XEj9eN6IR_hJMzXZv(=VVNbGGq!k4 zOs%iq2%3Y&ABH@|vKqS{IvP5Lm@xcUb2FTvt&p?)o6&TOCMs*$idTAu-o)N9pi~%s zydd%!NhFx?jzFnpUBmEqjTwar(~(fr$*cv=@51}12a_qEU4eLJEkzk4737LdKJhv@ z2ddx@a~UBeMpl6xCU5j>!;Kvkn;7D<(hO?^FifMKuQ(uDB+`8&t$zBY2ux4AT?j$^ zkl<=aiEh1a@IZu38d`!M(TxJovOpaIG;HSVM(5rG(6B^A}vV1ri zfpoAIDkpK(hkg&#TpRa zA50uI6UB}%hC5hjjy_`TY@twI*mBCw+_m_xYKTcGDh(##51|t$T zq>H8(s>?L|vt^eSXW^JEw48R7V=C5dLVOWSS0YFg5Z<%?W*c&e}HV{5v1iC<6T9;X|z2kP4>IQ8gARiLy-`lJTzC!D?xP#K41EO?Xt0_FGa6`!^-<#qFg2^ zw>I+yk+?!oeIFJe9JbDN1Op2(Rs@)^!}n}X5t}y4Y1z)PHM19s4Uwv&E<7@JInAf2 zdIsh~4d4d+&6Eub3+mnqyFz_XI#uLD(mdp>&(~uuAKr>3hPgL+Gf4=QmirjaWiY&DXF9+lJ_s)cC_9u(inUKx zHiF}oHjqX`EHyU~a>uy`s}}iARMRk2JT&Mc+-v(ee9aR!ozX;ZN2(QWN((okhtPd8 zv@f_#@{6VYm@ly~#1VyojAvuq*Q9g;PgpA~XEv8z4fb3DyXvMs?J?aE_$yaq6G^U| zDE^d7H5+t5srIIInag$u94lq0kd^p<@_Z@{2yaiCpuSR0|woq|%MBCTvh1ZbS)XCNE67Cm; zw;IQB<5r9YG&)-wzBvEp5X~4-vgsI0X+-@UcrOgmZV|j!F3-s52c}OD4UF{gP`iL|uZsp5 z83jIl{AKk1V_l?sik*vQ{H1DWdTWD*;u4BUauJ1}i9jPV zAsh>rQ#udn@G1z#0zEZie~OQ-8>d6bBv!z4>2t%GyOvyN6>nH~`F&&~A1EoEc^6!k zypx_vcMe*`Q2?xtt2~Ee=#SM~{^v_in-uL}Mj*&HOH0RPO|Y)@QPHpnYhxtYv?9?8 ze+it3u9k+-YA=eF=PQ5F{-x9=%`cYEiEV)^L~};6J=KZ7y)J#|X<))6U@boY;+vct zU2LPdV^;L-?vv0uGvA-3P57cKYV`T3d5GdXB+p0D4hSat`#GHMYh%|ZI2%lmEu=g8 zr*U}2b8<=>7L3{w65sa?$I0G6z4&@un#nxdl}ScmaDc4``=~kuCXDDClOR<7w2R9WAmSm;Hq3*H{2RdCWy_gPDC=;K!|u}KLBxyT%^)Z$k5<#S6w}Y zj5d&1^!1w@N#N^t5{w8R`I`z&csmH45j;u__N=Z6{tMYQlhc*B12@E2(& z12a@*<~iRIRJd9~uAUK23(d!aDK0OjIG{?bn|dnj zc_bBuZL!99Ft3;(q2EAgkZSQ!DKum7^7Cr=tIVFmTE&T^ywR9t z@@Gp0SpJ|7YIkW5rvU;61*3qZBkFW1b?MET`-Hj~Pf!?Cl+%ta36?qL z2#+>&kNz(+fzEZFGr9b4-n(n=WVT^W@8qoI?Q0h8)|M+bwYH*-`V7{f+g(;LT$&LE z@B4jQ6duWG&vqRyq8wTPkr<&(v$Pk`hi8@-+829z=|l805oR+ab?3Qr|Gw}=^W<1< z@Pr}qv1?1^0Y8n>TnuO8mhghsi=JKD90fJc7BWplN$sUWkX5-8f^t{@g9&>5##GfN zI(~}bd$2p^V1*OGO+2{ySc%!=ap}9+t58XZe0JC>LW!vR)D8e3whx6uzYX{msG&{s ziFlicPY`>SD8foe(ENiX@A&exbaUpxkewCQjaGp3LHDanI83Hv2}hw7u!kOV z4``#b(jBp01Pby?+>VCY_2_&RW~@>2r`*LsB-%?)oB+l;P}L*7B$*Kw{A^@5$nvw) zITwo|m=<2vf(?7vyWj($tx^jmSM$qbLTJ z!@8PQLPmb!q3@@|X;fG6hUHsOp8SZk?WF?NM$L#_gZzBpg3#edEFN&=7x^G3s`T({JRGRIY|9Z0Ij7SjeHCT+)jdwm&O zaA|NEnOaTNI&!ICk#}?9R0TOB!+kj=`YSz@zkW)-+!i$`M|Cr%6)|^@HFeggyFP~c zQMDTpuANWIsr)m*ac@-;6`L)as_l$m5PQ5tQv8-PG+R`EJ{YuQ!;s;bkzaMcbPJ_- z?GLq37L*1(gip&9xHx#<`vAq7AoPWJ^mhl!(-DitQCV|f6J**78K}A$zuL39C4tsN zNsnC)jxP4t7wr>&PyC|Fp7Y0#g@>C6HCYAM_0|W&T=VQaQLaxTg(mf4l7KfK_=T+5 zovnajYc+(QMb}3%(tqGFsgHTigY{C_<#tt_9rpkvDEcFwsIFGNQ%wFE+9F`G*KAwW zH4M;=L0cQP9_%YzIdGzWsjaX#KL$)I9Ps6H`XK9Ur=5GwU8%*EhX0#gFHJ_TR#~n6 zmRiJueZwd?p4SXOmW`E88#U5LcX{ro|>tb_YdqvKNHuN;15B&NC(#S>{S4B}` zN(m$-@hS{ekj~@MYHfw}7JR8rf*070hspJ>iKP}mTqvBa02|~1NogD{-c9l=w|GYR ziO1T23o&PLi2>8`Jl3oVA`s0Gj&}XpOJ>H@MVArq=EvV*YiP>WDNNY}4St7j2zQMp z%GZY!pcd_sZ$4wnR}85i{Nv~Uj=<;C=e8GM$hU1kYzXYYX0ab#kTZbTA(w0HmHUu+ zLfpqQXItG);?he-5MU2+s+m+KggS0mI48Df1C;~AcW#zQ==DNK>X6adU1vub{7ux% z5aP0);9s%vY^wg1%2W-P0VbSX3+|1nM-ImEdqR!hZc;6}*Xf|Dauqfr_G~N=b83a_ zAY^P-3@3e22sqW0Uq|im9l~d%57gl;Pe#oD3Z8;G85Wv|ib;o%*)UFxeHJy&uRhes zAR?bPKfsJlOM=KeiT~Y?RJWjHeEMJA2OrljY_?msdcvG+j<>@Mmh5`ZZ0?NT<2Rov|~#J4&>3X+SA2C3^EAU2OTavAZ?PNovX7JNXnXZTQ(2$~S#NX-W@pblf4dQ|hNnSM5 z{S6v2liEb{=>55!WItqm2NgluE-yi1e^j>U1%c0!-VfT0^dzmb7K;Q4;4y2x?go)y z4TMTI zF6DK+*jaING0hJa?_#@ds?HZV8KG;iQ`qx64~{35CDa*z9%y#Z%ji>x3AX}T^3<|| z@tgqZ?j;C-Zmc!sLryaPCy~k6CmzBaTA{|w zC3I69x_>_79%MWUK*$!e$Tg|k$u@vbAl6h{Cu-e^)xC1p)4#`u{dJ8%Zs>gYpfOph zz4b?K_Bti$UdF;j%G zHs)UUH;DRj(9ry2ITsEO--(YC5+GuJ2L34(Oa_K_p9M!z+aCteLD8H{IYca0S3$~9 zY+XxmETUz(JRGtpj%guJ+O)5Iya#&m#m9`Bl(~@I?m1~;q6y-V$B-t+pApw6)1!bd zG+2FcLqBVNT!(I1EgN<>zGY8}EVfozjS*f~*>(2v)BvFgQ=80`ArW~%_JPgBGZxh6 zO!WNS9xzjFOpoyCUCr_&1DT-cBqSS+C>w981_&_bfjL$1RFmex^Gwsb_|?u{mr6tqKepUy}t#g-sS{3im8 zzb29APS|i(f@?h=U5Bw0DuaXb>B?kVk<^QnT%sJ&PB2!ABB)m$gX&hriyX!_tbt`l zb6#GhQ$ka?)iLA`S_3rgT9|Jw6Pgf(&^|9skT4psFEs<9a3Z5ieNVI(9uy?F(am7l;;Y5h4p8l%VXzFA0!$8@hO4bD_8i3>>)`~&bIBk z6jTW1?(Es99-kdj%mi!6)t4pFpX$N-^93S%7uct{zfJ(?tTR48W{DqFSC-otVy?^Pdq`jU=Apu zsr;uLyIKxkjfR{!dirotJk6};f%gc*el+!_U}Xaxv0voHiU6Ef*G9J&(oJ%|lE9Vc z-NY-3nXF%bZdK%?T%;Yib+dIj6_@H#iezM2mh%kaff+GCsRXyu@(Bj(6BJfzWCcRX z8IZ3YbwbmzSB}9I#QuN)#y0yr_$l#_OK4+)X96`=BEY{3y7MSG4yR;QRx$QR@D5Vy z6uGJ#U~yci-8Sfmhe9;$ZR}lb_S8yFetl1{-jg848Qv_W+l3UmU8*IH+`gn zHjz8xOQ@m`HDac7P$-)@Wuua`9w_u0MF3HzxxHL?Q|YEA7e1*k1S)I~ttr_&n)0`g zt~xUm$*QE#zzKN50{fyjqc%jW_HKaCNUWb{DXuLSm)*^G&2Zs&;kRHUni`Z)B8oqE#E6mwpNE! zn~`fbE|XoPT>v%01Y8^YrF zi;PAfeY~vF4k;oI@*#b)RZr9k^i{L6DTlqN$N3`4n zaW99hTwAza!haR%;m=O3urH#0#Ky7FObPsvZflwyDAe3I_4Z2&7cGl0VCBl^<@K+r zHfRv2nIw13PO=)PpI#Xa^`2}NjMJ(Wh-l%PTWy|=g1Nzlm4URD%qC`e|0ouAvS@mK z$@78;0g3NivOYn2P&Q-8Ht|hUBd~rvg$!)!@%hHYW(EyqLX$@Rw_dADpYWQMFSEd?6v0hGt`w_cYDq0GKsBA2332l za^%~%dA7S;WXs}c*3vb~qJapshrK<$yh)Y!zyp`T!?#4^mkxtN(107X`@1usLDLCS+}pdQCzR2RSHYV^Ngs;`tAL(o8<_b>aXVfgU5 z?3&3ZKB^byKaxq01?p>V-4CnBHbDZ_t|PS4Bo3g30WSu^X57+@{3YfvA49&@8>ZGY z6D*6@Q7oJ^q77~>Jzp%kK=&d2qm5vYXd7lEn3rL#dvwsznA@&IKPjFRMF7-a@WvO5 z?$gHgedaJ_94#0zD5`h=KCZ|wpc4#Hy^yBC9cb*;WUOC^!y5FZCGPc%3K&K;bKjC( zJIsrEpxiT9Vuq-I0*FR{Q1r3?;P|sP->-RJ*J~o(b=|$-Muaxe++G^r8J?p-3|&Ta zQDy=8b)iD7sQxxevq+!!*eR=!^DL0& z9gP!}fN^%_Ft4{5e%mz`dn2Dby z7*X4HV2(FU2FQ?ant#(t5YhqB3~${zX*na^xO`jSQ)K+NlWMjm$9Tx0C2S^x1&*11 zk+=X5T992H0p$T>NDwlOttS~vUGMaCPC^M_Y(9&Fy(t55N};ka_Umb51pwGAN54<7 z2X~%q*O;>bz0*)qCuAfZ(5ooOB>RNTHGeF#qcTuX`26^d%94a4%ZhvGd+#JQN=&S- zyak;&-@#qpGTk@YY~4_e2#&Du=Z0=?oqgrcM$;f1SOsr(55wlieb-Dl#dM{}PDu`z zs7)5f;T;4zKRC4}q|Cj_RG9}(uyuyEQ%B1qvpg=r`S+x`zt&{VqiI=F7f$xGpMdJ5 zv&W0rQ0c%&lX0BJkwo%;WfbexAWq$8OlI&kw~gRoBW4uWG`ozE%|K*BDJGqEye2>cWmqu(j3Q>_8!0Xn^BDIm zM-d);n?>mo$%d>^;|X|;f&JAEt&J$B%C*C1V0P^IfYj*M?R967>+GI60Hdx3wr^m` z&55Q=q6UyzG;k?VKM^KMAZsu zn|2(_t_)2Vn+Xi!bdlf6a3p~7jX zJ{DHq!c(zDdnk9YxpXhe!%dHbKn=Ru&V{BRNOwN^k{GR-MJn_O64eHFK=(z7_b>qrV=Bu?VK!Mn|_&NUuZw8U%Wau z{~0Fey_WXs-2GzJx#{g#^M2OK`bq$+y80eoCg>%8^_5apwAx)yIHTL_)x3#3oE^1~ zN2I{?4^7+J!>32RtqFc*IPpG!cb{{c8>G-WQJ&`SiEt{^Me$KQaC%6Ke&rqP7#f## z%^3zqNF&cs*S}G4O)6zEU2;OxY2F~@`yu(}%dn~$K0UBwDM9p9VmH%Sj$cYB&Um9i zU|_sF@MDqNFGEn)QaZ6^J|!Uba8yWc)iRmqP-LL5P13dL(hnSjGFWyAgVC3JCR-z>ZxXGh?naSHCgVq6QYA|<6 zcFBB0a!BrpU|gX7NgHPi7FIbQS|2(j%s_#jLg`7Txi=~_WJ3%qzqq&^hC8)){FVTe z>964o`TvQQOU58P0Q!womKOb)x?!kBjQZDV=C(v8iVy-{FacW+svdIqUx8oeqTfjs z2c=5nDK0w8n1x+=@#^%LFsf5iu5VOCs>X8CC$Q#D?RKvURnDJ!UOuZ8ppWtVY+}Pn zVxX(>uZBiv5X@g)0Nu~a6<+bglDLhd7{!44EylDzTO*4!q6~mUq{^5d zQjVH6wbtKJ4~3Q<%gr-kuM%bq%mH{ixTl^;rpDIuA_r$Z+ST(H+yxsv@9#z}0G&2R z&hjddYC;110|fYK7f=8WH~_tg%Fi=Z1jq-AZHZFxSn4u>I%fG;@DJo!ivi^ z*Spqw-^g)99opBcQ6ZFL7G->dWI)Wmks}_hKzIBu6q9JW2Fj)(Xnb58N34bGJe#yd zDVrQiI0Kx@YQ@pIF%VQRkOPnjb`0=dAU+O1m%*Ys8aQ71Sx-lfX)06Rpcu=ah41bX zPRHcnH#3k$x(l=U*5RmkDW}`PT7^uU`&73iTOG$M@jXn}ZN!UVPeFXzo$sRZs*~2E zlWRqB-#(og%T!`;vKpF90WuiJ_`0zGDARUFcTxrqfrGP3`ZP8B=a2cZB78`BdG<03 z%+azueG_eBXX`R|{yPK+`d(KA^BBs!vm!V_kt$s$G->)ibM_*l*n zp?&a=mgT~rHTE#u=4?D6-pf9>7<~d|7;8bKB~_xc4va6+#yFLs@<|_HO}SH-;d&dMxxq$o>*42xRiJI8eDqGMGPDh3;T~^H$q^ z;etC@totfMFMY67T_;8mVWpd3K2V+GKXB;`=Az~Qdq}kG7V%5%!VTGinWAsk{xB<` zRBuSjp8B7@v1pPwzym6nNaWT5jO4~54;Z3jA09LY59+_1gkLQ8@IJ^;7f)~3?>EX~L`Svd zH&7LPWqe~$G^c!{j5_mA3La1k?CX}$Pj(ZqM=ER!rc)}kJR*J7w6m3H0HHzDBK_MU zY(P;k)Q|a86T9YYsh)8deSx_9Y%4~rAx9i4Wm5f{`_7LokgTg-3RrEn_Fk{etPz+YWHF4W}MGh4}L6h`Q482;PYa|`XwoGI55 zvY$-=;$$({&zODbjfcl-ZX}rvt79%OUiWB!T#0oLc`bw*f6SUQzf&ed%(`qqSr_YX zv?!otw2@f)i?h#A?qbAE;rc2!k)t$A>dx|mDKR-;ZEA@u5@SwNt@|LyO^RQ=fv~un z(6fEI7i*`hS&jWGAk~xrv3xk*dQ6#}y^-o>O1gfp=Vf54u3bP{ojPDuW{9~D-e0y;4oKwlZ{BLO(=umg`z}B{ z{A)G)O=Z3H&FwnGdLK5E4g`*MZ#h~e|S97DCN-3BB z*d@6I@>bZP+AkytfEFpnF?&=^Pd(F%bi}~|9RKoK43SMQ40OL{k7818rhL?|KQU_W6CJt?*fwP#h`C1Jy1Ab__8v!x~F$PEQ>6FE;Rq6!C;$1!X*-BoD^>4_dn zssn733dsn>m{aeE7=PU}>_fN=8YsO~C(jrD31X;ZBz1R${uQ03n?OEZ8Mw>I%D^Oj zCmzweCbqa0*R!-+rCGO#Mm^bj-gS!aI-Dq?;4+84%G9S ztWW(_qtm;UfnkD89<*B{cqbMq9b#8VF_T1@=E4VJJQ+URso{%AmuMt;K@|kq=$Sej zO>Qo|GLuidnik#IL48q*xSh{l<)x3wst*L`iaKiZ@s7D_moX-U6&4{P+kz`D1%=Vz z5(-$VOx(+Z=etgUJ9i8E$*&y5!Ew9x|Nii|Z(#hsnkugNB$Izj?D)rudxo25}Sv_#N$d3aoW9Ro`b4 zBaSi(PLR!;{)4FvDS3)``JVcUaj=!jJ*KXHwAi$BT$v><+2Uf)jMVSB6_Egx(v}Pn zyy(!6_dA3|H;!;_(zT1G!KIL{s_zty?1&Y~!7*?&95PSfi}|^4CpPMD&|quXdz10G z;ASlkDr;nkg$4Cvy+fO&e=Q#`MfO6``8nnk&ZAg&VNU;1mF~*#@n!VAz@P|b)$-u< zmH0yNs?Qh)ILrQiAUs!{?@>5%*!4P{jnuya=+*=rQq`ZvI4%`1SYR!%Pqsj#qH4P+ zEPRjOO#nL+$hCK71>m>#{BS?Bdx~ zXrQH#f|vA1l0t|Bp+B9B;Z7PI&D~y2dEGe~b;?Te#XdjAzsZ9W086^5P{ss>Mr%Rb8XP5AARZsJp#X4LI2sGI*tS5IQ)!Ge9GT<56!d7xBm~m^ z*SoVx9Ry?z>uNlYA_KSEaEs4YZ~+g&*XXS(DxCc_E7~H(O1j+mnWY}3@BRCi5O|K8nN0+&_%8Ts zw*|36Iq4iXhVq*fy^#ESkc5LSTtdY%BU$@+ewGa91UY;IN^Ie;cydKf2bZLP%s(@I z^S#GKpD?_1M>hNFdWe^C0&ePjk2G9&^$Kdp-l z{X5Bom~$!K+8aUcJtp%fgI1h5Kh(twNu0iV?MeDA5QfF8 z)N>Nf0_VnEgziamtfdUv>yO1h00kH3JhiUz$=M0<0X*ypy3|~4GVC>z6%Xjhr-n z#tA6Jvq(zCN{rVGL_4KtsOMiLg3=1CynCwcyh{_?tCgNN30m_17cj!xX?TwdWkmu>hluLQdKVv+&uACPqTx^4!vp?@ji zawTE&THzAdnTV(dW_-5`rfHHW8Y#9EeeV(Y%a?xgFdukOL~!zO)YUP1D z9h&jXmgsws5=W*f3JIqE?W~<#L#?Bkf7$4>U`};jm8|6#9iuvscJW+hTjr7jlcJa? zhnK6qyx_5qKFZ(EdSOg;1?P*HXp4$jBcOF5NAiMihR6RI-keF|+ z@$3D;g+2rpbK5phUb;Z0F?!YaEiewhf-t`O>YqXwNVm#w`^@ex;K2eLtI&TNve+q`@psGlz92yQ` z3aqVCOparN=|>0;$(z~%xMDaHhU{cF`)A?U8eW}ljUT=2oQ3+XK0l8mZ{vwQ(t`quifRE+B0X{D7{~hrCXVhSe zE2-!5W>MbethF2-Qw{*t$0_Ysq0`8py48hx&8>(+-=L?a+NAlS`Qt|V(&%rf;JoGo zL{=p>j>?ZKP%d?l2*lF+$%6XrD>!@P7x#0pJ9(_%Ax7V>MR?q!IW zb8fg?JW=b?X`0>-{aLny?k#_4_^R$y@EY!vg|a3pc9T+J|$_aR*##4?x!7 zAKUBxQTsf#scpd^tlV7Brg$jSTGd8>V!0aGX~+uz18Ha80O0a$Q%`*dhUA z>`6)pg)g*Pb!~cQ%bG4xXTXHax}5GDOr@AC!JOcW1w9n4g`>YX{=1X+YDm@l1K;}d zOhCtZh~L6NJMir^d%|I=|7wrnZGlLT6haF88-~?Wif7gb>Ywr~%Akbxy{@SvRM`1^ z2v(QWrnO1N^o}QdwF6VIjhv6m5@pEVeYx%Z0YTkJ4meulAVnMF=~+&#ZsXml6vPEi zc}tNOb5qmGS)0+&eXomEJ%u%$Ns78fbN;A4x;}RLE>kk#L>-XlnLQ%Df7ixUjS=ls z%J{qWH$`*#dWzDs);IA246$6F7an~AiwF)%t9ivYtwgWL zUu+gAi95jm8*?Wm>lxg=pWxbcS(!4Jl5zt5!i>PdUS5S!D?+2$om;-4TwO!%gFE_# z>{(MUXeygN=^4M9*VEnW?S?x>l*V}Y-l`OxrW>qAp|{di!yrwsyE6{nDEFo`3K0eY zK__SkVJ4#W zb9M4bKRdPRp;KF(t~OldLfM~j=W(Ap1GBJucsiJ3BItb4`@AKP-N<{1nRMdWtLbRD zA6J!*%ZbG};Y7y<(t4x-Ngsy3Qf;}Vo_sn=422MgdFA)$C`2XtSh4ShBOeR>dA?DV zi8rS}0f-Ps@yYFGh8h=XW#VwhAI!8ndDSnI(0C0Zfmy*-31EzN+wG9;yh{+wvf=x` z*aBR9ooQKIpl29oy=rhH9&Q70bBIAC%Z z)?~EPA`#g0en9WFn#GUvQ^*|@@TqD% zTb!DQNWuF+KW<%?R*iBSa>u&n**gMX2Ij!4Ag5k~7y*Xb26hELq!}Gw2@>RENNo=7J{CChy z$1oYvPfWb^`G)Hpx8QPww z%oNV%Iz|ZQFmSTenzpNSS+(C$5&392yZzVKg(uwipHgy2a?;#m&GaaF z{tsd2v?K_WY|*l9+qP}nwr$(CZFSjpb=kIU`}REFiI`tFFDG*4&b_L1=kpTXOJi_oQ;A9DVjfa(De?4VD`D{v#Ma4;ebH;B6SD0@xpHQsq;&$7P%DB8R>3V<7ulEiaPqA7nlK7x;AU|R@?(3D!Qovn3ii6 z&~jg_q~-y9neCNQQXEs7r-2@1hR!TM!&!}v0LZ~Le7nx^=8WML2%{6Rv@0RMm&pnF zr}NMOaXygi&Z7%e1JFc$%QQgKifBS(`%7Op!-2&t$&C4KUhpPhX2{3e4=f`GBNx@rf)tXh1IkY0k;B#QQ1${dz z?vVHI*W2)5C)_fY8x#Q!liO$!OHOyLS>(m`d`o&T5`_{$T4U;e{02)t? z^KKZ9phRF`68g|FzeyY2{f1)V)^v4SmRVM{$MEV+Rnh%}chaJ-EJdz3&MgkX&>Zkl z4T}5a#nwE&AI{EnZJLiqT+DiMjgI$5AW8rLfyekk3Z+nHcqqH4l9Vau3P%$@&sZ8f z9F%NZ^vJ_O1`akav@eQA^v#Y`8R9JZNXWtD?SB`d12}|{5~{&AX1fB!&1!n>9qmjU zF{aR05`Y1tt=ZeoIkixE0}kv=5#LC|C$_MPmff7yYs>yj3}~gCud@}}EYD1SK>6ki zFMzu2m0T4M-SQ6DvTe^1Rh^K$47FOYniXs)ON2y?GHoPwADFy(Y6z*c{3wwhH)Liq zaa}?!bP$u|&MXk1&ecFj#}$+%q0fMwY(r95sjZ<5!?Q^hr>UV|$^# zrs;b}sgE0LIZo4~CUiKBJGMS^j)bx{*kS(Z%GzQuX0|_;$k()qw&Y|H$3R1{(!4iP zJO=s^!EvCxtZ%9qG(qsG977+uf;&+%3}@VmpNK6{Js=A)OhqsTRD>9B;W54hQO^jQx06o1JbBbm)BD%;EPUK4kDy}?b>LhfDEa^ z9D0x>)Myd80AF?{UiQXjd=Q`oU)HY2x{5J)PmS!VzyxQ1`eYQH{Di%>A=%McJeA{0 z;=D9s!vrw_8NLwKGfD!}NL0;{aFR)x^t9Jsv`fXfZq4}e6v;92cZF((2mts?rv*m| z@U%iL$1swBHg`tGuuU~!K7BD70V&V~3B3?_+G!WYAm2~{^U)Gz>M1^@tMJG~F6nh0 z8QRKq%8AoqjWSf|Iw19@SKcT`Orfp5*e zF?eI8b?JcQ2MqK)RrVf^ugvBzf;fz{6_jDZsNz>5(9E)x@IJgFKj#@qTXQ6s;-F7S za#M<`;PLRxKnLw{OcnVpa&^fc2vm%RIwGq;66{U_7=PR?AbnuWH}? zwyx=5-~kw~+}Hl-mAmvNn|N}4opj>cMFWaPp^^>eZX9`^yy?#hf@r#&9QEMUfz@0M)1$r?wL zhY~yWI{N0mg;YxTR5}0yE22bnT-0ta7=PzPsssU{$Gz!N-k=yLL={mLS;VVxfl(Ux z#P>n2eAM@ipYo$WI>AY+W1D$w9)N-g*BUk2xGtx@M&7&dId2WcC2`sHDw1AvFeLCXjXh1o3gDU zX_%m2u0IfKU;xvOsGJNCuIj^WgJ*yiMOgO@;De)}FbE9Y)mG7C{yC=o zpe;p8JexEW<^b5jr0Hnpul+Bub=DqNU?NTLFysEx+XF!BK#@+55d73YyD@b%s@Ppl z4y@?>l0|b>Z!e}(C&-f{RPDnYDxZOaIy)-7;T;<^cvM&c{4aDeYsq*h zKgo0XX0xS@@+B|Ca4bhf?D%Y-ry$;JG9KARs zl$>I?IHlghgd9bxG}Z<#LINi|ke_Am=@2G5PZEF{HEH?fWdT3}#GS1=a@-iu;+%KM z^M5dCLKxf2CmGwRjI!pg8ViA3XcXDc!z8HC_B#xWBkcKVt5y6#gF*G$vW=<;{sLo( zs!S>OBQ=@kF=u6i#>Dc42kh9t<5Ynt4`2o_XH1N_9IHtUJ6mb$(sUq_j5h{rZC^WsWAmvplm6KybkA4(zoaxim&G0Gx7lrdRZc z$Q&`_4nrpakWq{3V;+w#r-3{LuU0Fgh62xVm5FlsW-zG1e{@v-QD?yh87eeGbr;nODpo+Kg0mW|=2*c~_9y2w8vj)D z3l{r>f(q23rVN8FoHVB2kk@eEa_BC2#C;9@!3VGo`XuY*YFg&zsQEK4bSO^8rMP>@ z;gL+Q_)^J)b^i~Ya>1a_TZ7J)7jB)!M4~_%?GMYgslhhM3@Uu9ba3`hk{ObTwKZQY zN9Z-KmgXw?=>$qWwuaAY`E;)_i=od%j?!{wy{XH0=uX%lkZ!kP5FVI4iLb-ga{T+G z!IEet(E3xxMvQ}gKOiMi@w$Zbmeg7i+W}7aDrJl$ zyg$tHHLKsHgqfDgGWu8-f^w07+jHHnYeMYHjidUE;<72E2aF(T-0CQ|!~(u@pqtS3tQ(B?L6E0XV+;bN*Rt^1;^#b*BJk zK=8gPd~f4k#X@fDs;QQ&2{c6y0QYC%`tavs;B8Nj{l9q|#+8Ci=OwJ^M9t&J#}O*e zV7Yir83~?xq$iL`;p;HUsks_3E8Wk3V};EBpB1vObF%$!R(Sm%Rw$O# z`#7_B6WI1=hk#H8^`aE}xsifT49(J-tb{XQTY+6{TL4?2P3))VQ<#mp8cJZ1;2Lt) zl$Z@CZBBrf`El}#srqU1UyDF8$}hD4EW7ym_`_K`v7Ej9p#J0Zcyw2>IlhV80aAG= zU&p7@k@p?)CDMKf2jd2*Qe|@2G-B7A!~Mm9kJ~H!nTeP$iG0m6*vB?)+#2+*z=a}o zE`_Pmxwend@jv&JCi&X;)vfz29*jBCP%1?1Ixbu}5^3l$xjB=h@(qfwCvKmFBa_!} zzA6$ps=(zl8zo65*&64H68S4+cBx-qw=#pd6zmtez>!iM z5R!FhFF8a1C|$O$mrEH;n-a}lxge@`oM{tTqLu|kNB_zK|FXhpv+b&Wd@$144b^QI zP{>d|?G?MnDyr(^xx(#jcUeSk!Q>BUK57kEb59HKPEEFVH`HE@H1+60@eJfm$Q9Oi zn5FJ9{wP=e)TW@8_f89TPf=|yWwa6)FOI`{=i|Q~t+Kv-bZk3n@FCQ;gPahH+4@LY z8ULR9OojtF^r1JC5|DZ!Xqh=QEyIy5pEAyDSQGH}F8lD1cmo;kkQU%8Adl>w+A*pl zEiwZG$3t~fRT0BuS^B-U-8K@~R(Y{b#+Q{NRb?(@Wx&s_E z{L1ZCLpyKBLrlC3f8zs1QEjoq0`s>pu}kS(jT$K{Hxri>7l@oq#PL7P2k6|Zt*}mr z5XGK;-r-;sH3oOB$P_PvuB%LUQY`$QMl2bo>{N?SjicX^n&@4F`B}yrAAt#fG{c)n9(C8NR64~GJ2nlE|cI)9IWHeCU?$A(Z6gu9( z99Z;2%?z&8@pJ@xnjr9MG}`u~Llxw#752WW*0ut-hTKQ|tcFN(rW&#hNtiN$ zhJ+HdN?UMeS!T0~9;1awrbzbj4LD!p>u>9rV}a_!jwg*4ObBWRf911cQHYy7)o-&V zu;s)iMcQa;NQU~Z`$t-J?*^LFTGWwa5-hN%2ch`aY`;rC!@|&PteheRa6$5$69&*X zW@Q3%?~DuOgPj2oqFG{h1fU(j=4A**U(JdZ6En9G!4*)L=eZ1M3JtS^dT@L@%1&dv zp7bhfH;nR>!Bav_)EmGvCT03-;1a(lYtN!MXlU+R@!5^>-TKn@&gb*7`t^6EV$GWO zGe>JYs-*2}1#WL{1+FU&7_=Cyr|=vV9gFN`VZa@j_$ua%0wmP|>FIt|lsJ z-Yn`g17l=Br?D=*fr2gPIhdi=YG_wL_eyK;V*lang{A>tmnM!e_S<_H@YjRBGBgi> zcA=xx>qpEzUeH4B6mu}SiuJc%g8FT)G0Y8y%E@kyFCQoxM@{xpaU=(vABbMIw>0g{ zhH-!}Hyh7NwUrqbgF1k!C%nJ1rI0!Mazvd17|Bx~u6wzqj zGjhFieb5K*T|yTBUhiOn@|NGYI)uX^W)VBphaoRqOyP7l zMf8dGx=XdB@&Ukw%!}V4&Po_`0EW}%HCl$gg9z+~y3~okC?L{$A;@Yg+%+M~Hkv2% zt*pH$uiY6M+(`#`q^L(DQfRaM?E&8BcmZUEF`!Z{U3>k9meMeFJnXNhX9!e-z)N zLBg`3AkkKWJd>9Mh=;s!(IK#VDt_a=U?ejOqF>qW}O#ApkQU1R{&7N!>_H$GeS$(z(_Z4*-qRL-FK0llBL@dS69IKPgHIUHYeI2uG>DlH;dz)ycob$uxOM%y&ON5aymVB$!4 zNK)|XrX2h#D~YwN+OJv9$RX;&znnTMx`F&dcb86*%n&$RZIFJt^B7lUCC>}wb04Cr z%b(rZ&v)=O(6}GH5IqE$Jo%z@t=qL@KBOTC7UDsVha2Q+Ip2Y#(Rx-G)h-EGEF7ei zqU$=i+u!UGr(a({Qy7{BdsB~kr_9^Y`^Xe*K8+#o?p>@ODnu0sOfUszONdSp3^ReW z*OQ_8kgik*4wYaTP%du?^))_rF^F!8!JUAjvdYKDs|rfW#~sDZh#=8Kz-# z8>xx4&Lpl6fHsFy301?HTJ>2!oJS(=yX-*4?=@2&i++GC`dJ40^jLx3!}pu ziHQPY1$XJ>L;w?}%rV=o!b4mo78Tw{4$a#*lSK`o@g5!O0)Gei{`o-k;SLXN^34}n zlmxU`!6F&*s_Y3Bp(~r00-THS!#F*2oPj%x~GK)a{i>0CfoH2HM^A)E7 zU3jQ;w!67;tAyJ|TBX5QVx6ehM39`Q?!?jS^!wrj*$kfC?^9#%L@Ohno{J~9!K5Xg zm=|3Cvie5JBBlf<%N$70(4DW_f1E#rg^Iy<#It>jtXxlQiI&CFGZB;aaUFE2bkRdMK_0 zb^?;XS7eK@C~&)sxwqYxUrj|08*O~LgrecNprAQDHd+{$E-Pf6So;{+JP1F#MEDc7 zj=ZfV2SvIXIuV2&8R*EW&JNtf6T;=j)gXdwqbn04nb-wQR)VXg-N&S$)zBP9v9MGX zs1fVOm&8fu+dt*9equg&SB?F7HC^?iofPlxkd|Tdcx-5zrqFh}QeAiRWEEdOpoT$v z4gMogi=!My2u{Z^rQnb76W;wHbz>)$Q((@#WP#L-A%4+SaWLbH3iukzcP-qzeNxUC z9PS$p?svkA%GOT!r3hV6b4&1`*n$d4D-kX=O;pUlS~Z&ns|bk*y||>EtaFa}_*eC( zW&GCJK-rMTBsLH!UryQRpvON7Njg=D?KoZ;$1~SK;lO7;PpM(b+oSoi3~LIPyZnNY z3LODg%~J!m(i_210ye>2J3)NA20ai!F${eYk$9rBAi+#YkW_3}B|ePeM*a{m(g>g5 z4`vaA3ZNvpj7YXsQk}Cs{q{D)6BZBW0m9We1F9&G%HLN5y zp7MTzt4!KfC8h^Hk5NE8gE~vXZL@wsMk1~=%|cc9Q+xChFE2xh7jL(oU%Z_Tcnz2~ z)&O<>>zJ7u&%sRKOh(}Fd}VBW2C-VN9$UvRsKmCn)d7Vii8E5g#Cw^JupT2$vF`G6 zQLS7!aDKi76sE@cKhj@vsR)31{Ea{ytb;cS^|%K?f!DhIJc}c1=gEbT&rXcw(vm$p z`Qaik?f`HKr;XP+AHdST#AYARBnyT-U`Q;5i$kKEl71zt`5p{$?jv=aoBqi6&Gl>E zF>Y*~-}ey~beyPkm#`nQ2*MNQmb9?u_?TZgXf^N$_z*yX$Bk$r)-y;uM{>`B%NIeD z!UCaduDBV?X9h(cEXyV}V-Hfu#|$%#uZ4SNs{LX%_Z&XlK#L(BGM&YJ*pEXT1k+3QvInELy95*V zVNO>)^++AAw|SpJ^qQg8S(t*>C|e=`NJ` zYXGxNg#b$5C?V&06F-zbKQXb?v({8{_5F_PBzq+Qn6o+Au@I8i@+f6*+LDnir|az$ zVW7Efqfi2Qa~q{A;leN_0>59!F6stbgdPSB6V(^jJAak~CeRkAD}zjjZhUFL7Jz3g zbdH^))g#WJtq?N=3*jb2EOxh7d}(=lax)TGxjYamNmO4sRLVl!Bm- zc0#ma^nw`I9ylfYm?ovpcn=`mpoTZ)6JE5b5F03iRjHDR`>F1`aN`g&|I^>&dp9gS zMB(2Y`7y_%`a8_l7l`UAag3p6@#q1SMO;$y>`p>QS7r<)uj1ygR$ZUL=*TNVsD`Mj zX+wf9h*~BjjP!+4Q-e7~HEls|Y+=b|ofD!4PnoJQ{d=9jbm)A+z8?k82VAnzU)?-( z0AGavkY)7o0X61~&B&MPOrfh^sxY;y9SNE|gPvX7p>&NNzBBs)+|mnj{$*&o3D`iH z)*FWK5f%mJYPgSpsTjCK~<__Vq6%5svqSc9e4;?9WyccCDTh+%A~}*Tz5wS|F-h0f|?mBu#?Z1 z+sh@;gM(TMwCbK24$BK%sf&KOzcRPh_r^TrAb8fQcl)i2Xm!4ZzN@rXIWl)ecI##c zfqhf)wit1EXAw})*Vhwy_*XnAcZ8eEOQ%L9kI7Elj#Gce3qE85-K4sI^oX&%vrpj% z!@gg+-Xpc*N$}y{A=ZlNvrRu{7P}e#G}B3u#8ZE77<9>;E=A{LHIwTCk6(0pbtH6= zP)X#;dgNZhspKVn1l`30Crz~Q#`D!k_9x4=d@M+U3}e=3r1Vhot73x{&?Uz73bTcK z&^%OK1wb$w0_`2u!q6kL@bW-al`rRw=Unz)@l0muUaeT^v)3hW8UhCQmo13|xwe0V z44d!!Vz`49OddTK2hV88-Cl04VYMurqEFREgerr(gO$%{!%8W6k{@%guS4RnHg<+P z>$Y9b<*j3eM|^M`tv>k>YErzU2Q18fD!rTWx`BRcyxO@~c-3l`t9o9bijObrG|95M zq2j`7IDFjwXR^P49z0Dykf#r4+*D}%fIt<>(1N3bsUOdNJaTED@;%yMSsw)|((+SV zc?rIo^qUWnVzN;dOy#%d%1k$P3y&2mOu z1~xlfyb7F~A}#L}WQ1DzU}r%3)=_D2I3T+J_9xb2??Qi0|AO#LqmAseAqoJlKBtWi zy_bZX@uR}T$TeOOT>h@6K<+;$`U?+SL!$G{Q$0@TxNf)l{#>m$Ua56`n&{c*rS^h> z4Peh2J}~$5)8S>@*!lj}1WN3ns2KkWYq23y3+4l_IJF~9NuGh3zO_LoITnU-`tf|| zAIVnr{WlE8@?S6*2Rq0A#$bQ6WxW@r8h6a|w{=Ze7klB=mUg$Vg#HEs1mfgyPCfS1 zpokB1t*MDMCJ%j&J>uUSsHwV3H!5a0gX5tk*8J4edR_jhI>{IJ9F2GSLjRpn2Y;Wx z9^i-P`1V5iol+N{t%Zx*m3BS)X9wl%{P02Wx+6Yi-Vfzy95q+EEUsP#=W%Xwk&?)1<`ut7&^JPj?u6#Y&GZ#eSmTg-qv+JG+Cs{v-diOJbh}OO|FJh_ zu3a-zEYoD^qWGy$OI~v6ikfyBq9aEdd&pZ}&dTcvoB75WdXIATLc1#IsAZD{l|WjY4_4a_h9c`PbI^mD@UQ0QwZ;JpYk;Oj0^o zW;6MpBLcpNz}`WnofTDWvIh8B)gyz(QIYA{AVNoOi+!fj7UpvUz2!|aT^d7+{UH>f ztG^BAqT16#*cqVQ+Pi86-Sz0zEZXVFu}ova)^{*sYJ(lKDmRNf@(wh>R)?9)`53<} zo)_1Iv(w20vJ5jc>5^G1qK;?JEGIt)J zYjXF;&^%2}oK{mj=m1IQ6m<&nv5;LF)-M) z^MxUCd92T@9VyLE*-m@bWLjT z2BBAYDmeXs^5p13_2qlsaG^8j%rn&k)lS$c-c)ZX)q0= zrxuh~vW~vr^d6vNks4?-biFwxZhLEf)mCd~?W~j-=stE^gH2YNVa(I>0EU2KiI&@} z&$h}nY6Ih#q920DR>k8pH(5}q`q+|g3U+L|+P5fh4m~vL*A>M8q{<7vr|p8~&9hym zRqnU>MVIMEZE{3b!8OeaU3_<|w(~XM;3BC&Q7<{%IV zIo>^X!ti%lSG;UMs=%0mmy1D#Wqae!Z2B=)QGoG{)f8tu1C)1r{%?g-+~0!VZ=P{N zgOCn;#$uf^6kV4T{ie8W0F^Vcikk{}ae)el*x=uwkbm!>^7Na&z`G;Bu1=(2(~){2 z4v3t!M3^0V*@3?+Fi9|zFkP5Z1*&k^!i_OmfNpu~*t3~54QGNs!fx|={>252m_%fDuckE__c9m2rQb(uOIC+RUb>O}5^(Q>cMupn#I3Zy z1hp`<0S;j&%TJBi~G2yC7-@H14*>dr!et0WnMy2m?9tUA!4O zxIrQzFQRAw+X-^!XPMNWGO^mJWPl5)LdPbx05Z58dDRwEt{+f|_j3;B|MlEw__rO7I@jZ_RkLi{*wRt`VbT^fOI^oq2zbIus8u_3Y+?6DJ)v2_$u zlu-&}5U$Z`qPY!J)Bt?5(1`}K zcmcTk4B0xldAVhANwQ(rpi&@f;lKiJa8hdH^chx*n)RFoMw>Ussd+9%28LJhh#jotaq>7p@FqQ_>D`abPC)FnqlmJZ|UV?uVXb zt^9WW$Xa~t|6Jw835Ie;a~OU^2u`+CpkI5SxAft-x;29Q3j*{@vhr%$4-&C1*@}qV zoxmbG7;=XjTlQK%xijQezb7hDNM+WRPf>m9JJUp zPJkDij-qbqetJ2pNz?cu@CzUUV8ES}NSuQGNDTm+vqxgG4I>*pJgOeO>y z;j_pW`+({*haOVtD#fBM3wW=bVPG!UDz7Ul9`m#A%#Os|8E6QrNdp$FlMvfeZZ5g@ zT-J_h-q>#~kkM-1c!Ui=B)=Of4)C@+BgX(~@wd{~h#W!L*R~qa-0HsRMjHF$2`UFo#?qcOo12aDv9UG)*v(5Dy}G!r)V!(7&qfYCwN+5w?*K69@JOZ} z?$^1nM?P^tjZ6bcArmrjhE0CFa7fgabGI%$aP>>3r6D?9=iuk)zM{HDDw2as*+_ds zpND7(C_&J_l;QAEx;gm^(oZu_%nr|pJ0ZY_3a7SRw1+%&CaKDGxrv`O0LLe8+PySw zvdcg_;ZL9rWc^`2{DNPR-(dq-^)#VSom9#h;FF~m1K`!t(n1d4r&7mgQOLUb(UH3b z*(Zo-1`jf&JZJfVU+TDf)!*M&u&^?c9=2l!`aVX;Gc3bmqi4d#GU#&JTGmollo{cl z_J9+|z_cIU;UZ`6)IN$St5A_NJSjFGT+w~bFO39k_)d9;fbDY#%&ye@;N(~s{{49P zRE!{$Xp4INRncZU%erU{g|Sb$T7cs5BMJKmC`JejfaQL8mh@zvlV!BTWPvhzEYB}= zqTR~&0r2;@`S2l;4@SiO^t>QdJHPx%1=>^!1c4~QhiqMvf0jtfSp1!pAZ9eDz+LA>fnewvmmSJVxV9@O zpX=Adv01zj@doGe*Hv$dBjwd6@U8Tx^eP>Z54^EGR}rX{GtffG9TBYnlBNMDb32(u zUC7(0(ceHVRs23cENt>f z+<+)C4wL~;7MBWJ%As<0;SYt{v=~6+xUacg-lps$dQb}rLQpQ5V~(V zU*iR?!lSeaY`+ey@bqt6(g6%~L|QWNaH1E+ z9q>(}E8j1T$~eYhg$*S7=8Hw1>NxI2u_=@UM(yH9f7P9(A%X+2pwXd1knPqF!XTKc zCx{zN7}Mz&P9qd|#_`&-XM7#iB~0g z6Rb432kU6quwBEHffNntewZ{Ar59EcFug<8){jD`0(aHg*e8cm!m=x%H1{{akC8*J zF=)EyE?z|aS{r_o5o8Y=V#{fr!;Te!OT zu=>$ENku8fEF)G>8Xs|W#ZP$Z(}|mfr|-qBYr}Up)yg?KfqDAorRg$V022Q>v~5!_ zym_BY4kSBR)H9Afm5U~c!c207A_h{wm*^N(Kx$T^QsLsE3Q|i2NE(_jL(Wb58)_*_ zbsGS5aD1WxSlb&_q7=kdUb?Mvn<}S5)3#MeaDOH8#(AT~=0)Gh{49d^aF;jmOS@$h zr0%(cod>IN$5vsAZ3E4wYQv3x^R5>4Xd zJ&OCklezG`cUtM_Hdq10-d34p6Gw)^n81i{SO$1ZY@ULz93C5}JY} z43Nr=uThx>#~^m#?nT1-B4H_tVnQGiWhZC>u_LS|lv1n%|Keb6ovtE53 z&_~U|G3giJo@)}6j6QOkQ)Y86w36YLewwSgq*p&Tg-3h6TBl8jXKG322I=&$T9J84 zVRW=1dvAc4ZfKWQSmF4vhpz>bs<_s;OTgT;SJS|}Xo<%Y(1y37&w236OD#rC5%g$h zULbf#3xyjfjb{nROQF{8()IzK*fY9v@50Zy46nDg9p1&sq=pW~K8HAObAm9uZDOdD zpM?tF-JAh* zvWG$xR3HQ=8&4QMz=KhW{!W=*9W$w`?GBG*4eaYb7AyN^`VmqF4dv+eognZIH1{OB zl1v#&y88BA))H;ecd^q(OaQiCO(D)$4nciAa>2lB-5a%&e5@og`gmDl8v?PN*(yQz z>~_g{lTLJ zP$e`N{`;r1GK!K5yV?3Fadk`<5+j8DZj&FqWiv6A!ngvfuPJE~a-ngP={p=A(unmN zrw{K7pT6!)`oDoS*8c|9*ckseSo@bRbKewe+_836*PEtkw%IWrJY(O>wXwz_cdKbg z$?Pzm1tKzpgp_muP>Or3JH_9stHOp?s!!VT@RXN}lPH?6`>4984*&JdB70yd{db2t z@?-WB6sPlfq7nP)P!J@5PSVzc<% z=b%*8vA(_N+{UP7;^*+9Qhuh3Tq`%u&!7H>G28mjNS70L_M=c{#io@yd;Ys% zlGeRoj;{W{T3?&IgX)=5ry?r1W2TtDk1|{LWVzF#>&>b??+pLBMCC&@|IGI7Do!Mm zG$l*%#33)EuVnJ6c&twD%QL9DdP1)KJ%)_S4#93=b9_Jl7%pRzXWIU4bZPQ#zT%qP~qd%MklWV%0#& zKaZ|OjZV9**Hw*n&sny${DgV%?J0eMVqZ+T$<_HoORn zgrx-UV7UyNKkScFq~zx&pZ_~>$t^S5=A@G{8!uioDlef7x8q9d@rPF^?K+IM6!U%e zj!($|;ueevDkG12){{D(-uya@^dU=q&o!KV5=1llh|#KCu5=fPve>q;AK4BHb0bLy zWNQFz44Ty(I7EEE1tf>q*WJyt0UD#2=8FQ_#J0~myCk>a3(88%9Bz8@z1qOl_Kn-- z%Xu>SClzIyt>ZRXH*&^`&KBCV?mSJhQ-^;Lxjag17`4A=8p#4FR6Ew~HK01DWhm?s zm`z+8GR?A%x#q!gO6z1|EB_cR)gCcq*btbngOFK;Z9;0j>ma<61v4PFi`uI^P8l!t+KX$f>}(gN`dkgW zk}eo6o9iM5rp7Qsecp53h)1MP{(?k+kFl_=NJ%bY3#8b~c6bI>pfz?EBKb=yAdM|; zxW(Q*SZR#gO{W&Bh6q_;zP0PO6xR>khWFC7J}sBTi~ro|8fdOH5LE~o8L^+EwHVQ*3q;T+SFo@`#v2!;v#H(-tD9ejfT zmvx!mvP@n!!${MK123dm+EUmQ;KrJNN% zS4T;H6Q2gE+{DM00xCxXuohVGaZlC_3o=j~1B8IUyX?3T%KZ~1UbxG7xAK!u?d7W% zMT@Z;?9SuTYzOCzituo$;+;fBk~$Cl+b4-zIN4D+$Ecm6A^2gd0UH3=)2ak&K-ARAV~az z=FZA&EB7uk_Qb{bwRz2qD7GKo`F=aPIU67yv9wy{OfS^cY2Z^Rv9C7&GwU4f4J_W=8t_*`=L()n7MA^mhq+Gq`<7gwz+Q?zI z#QBjQFV&Vdh-a>K;nTcjnopQ}!U%ho!K~-U>Gi|?V@5Hhe>(;Ue8p|wm<&WQjj7>n z<%3K05RCqG53iwF>L#OnPCGaRTKCq5fkmEsENY+X3@$VbnItiK3KL;#@pF7YWdPZ0|#G3h9| z7eQ}oY|sodF9FlsKqlD<_mb{pLMTQ%zy)3n%Cp^&WFj7v(_awhND)QhE&<9#A?^tJ zHi-7cXpEZ;OO-nc9XJqT`h_lBaX?5dCW|1e zlheDd(PlEo!e-^Z-p!@HT&$ay>5Eb62Uh?~iYSMqn|WY_Fbx>NV_P<=gf&q%X(QCa zfAfnC^I#eP%wQdP14t@jRx5Fznwi(9XP0qDJ|nD)7ss}3v!Qs{&A>@ozvC}%EH459 zwp95nwHWo&@JiSp43hd;eUVUdx5m|B4p>CH?%L5fTsnAR4xqR+l-SvG5l`!5XAu-- z3cc_V?sB2|aOrM;(MBX?Gf8}{91ZHWDWZh03MJ!jv7OjgGD@UvD)r<$Q8ZZ=xx5zK zC4B%=Kg>JcEnDm-r_qy`Qec)}U7;Mh>y$^qZv0A=MRIhOC>Kca(nd+5VQI<-z$9%4 znHMWzd#Ye7Vfhv6pSrX+g3%`3Fk)?=IWaNvg=HZoQ0au418tlq5|?SVf-ja}tZM1RPdoPt<=5Uzi`bP1XC{4$;sbKZJyg4?@HB5n-?y&u5q zDtq$#gMa;bzRY+`@*b@R*23)9L7b0zB6hu}7~D8c!9>?Ig-M5i*c zt;;jCd$(Uan;Nl&IRo8&Ei~Zx9{QKEL!w}fg{yhHh)JKp3n_eQriqJ9ekI~^Uey`8 zz=jD~%SRP#gJZWEYx9s=ISoPY2J3L3UfLG}s|;L)Y!>NSi^E&%fZ0W>7qt z!fod@_XEMIrC-)wpFF3O8;xm`W1{sY&n`@6&bUs;D77>E!K8%kRlD@njuQYaI@wKP z#+p^8p!LSqDc`+av1QP~fmJ)G%28R=BXKjZF+c4A9SDq8X^wO$1 z5GIf@=t`@dsaJSi*X!JtyL-!I*b=?y{bI65-I!IY_sZ zuh<;^jZFD>yi6t)o*hw`9vRoT??)&&dc(UEqjsx{gxTVE>~c}q3FMvA=OyhVmu6ni z9>I-J7=n+IWy99oV}IvB5it^9Hr+32Y5egcJVIC68T zwrtd?A^Q*v_?&gbiY~|#7|p@w{kqCiy4A|6UrHp~Y<6&o___-kCC~|i7^{7#1g89< z2Zi&_5Q;*i{mwXD-syNy=qE03R=4nkz669d=(Elh5ThK1Km+qP|6JGQNkZL^c?IO*7SI_TK8ZQC6ux6i5j;Z)tX>YgvpPk829 zqvjd|7%fl+u;trXfY8Zvrwt2ohP#z&gD6@Bk|;*B z*SDa=M7D3OU=2X*4E#dA+oOnbO_!-5Dn8+xSP=4-Sc@xuxHix=nJH(~&(3uT zxP`*W%TpD~(I1pHCL5Z{D7t;_xPPEtRh-YlV9{++I>@2t^}#NvCUmhJw8dD%247d- z0-cOMkcYZJb_^a3Lj7C##(WP6buaTYhz2vIL0lWn8>QY%n-3X3pn_x-LEdsEqU>!6 zAGx<#H}zpS3I4gqfxK8=B)lLEBJJ$|>(v(g=;`IDQpYR3rvhH|?9kzmvjrg~#Ni5Mzzq*SSuZ=ZXc}+fpW# zsox_Txz5u4;PF)=T2Y4md0>*GhLpR+Ub5&PX>tTRu!X@=X*9}6+WBNAI)(YGd2CCt zHnrrefqH*(BbeNDz&wglM@@<|tOw|~8oMntz# zoI_h8bko&}Y(*Iqo}Reg+QTl_f9(#|Y6M{Lx#%S-h;v6Pf-@I;z#@5`$zsTk+t@I% zPqq&y8gQP@(bN(DKoQ6gE*A~+c3P}0m&yRajj`Qo$pCZFQRx);x9V{fTNUg*4fIhJ z@y;AAzyvyQAcsWxX{f*nVN0FFqm;PAvY@GAS+8fcx6zXEo?G&}g$;d?SDYxn@Kid4 zr3_m%;K~sOW>`$7(A*mZ;jS3efUm!QRL@XMpn~$sQ6fWd$sZ-IIfd&cBelwPO{FXv6Qg zW`~#lIqqXC_Anu6iL3J?lcyq}X1Z_pH^E0{C{JwQK#o%dlh97fQGm`&9W5scR@H#? z`Kop*B(ghc)TU#(BRNT~Y4cfjRAbXWP}vHJ6*tj1kTCgAD?nn~!hiYufX#oplzZM- zoU<^}ramm%&9WNJNvcz1S%Y8f?52EO^bGB6L7I)_P)Kd1RoV|X{~RX&oTZ(t`Fys* zkBda@$VH^|zJMc;NXnVA-o8pL{%T5C{~zdNAu!}u9VJH@qX37`S0JArl1ol?~f+h7W;-%jk7W) z_;X0>B~GO?!OY{(o z2dizqN5>1StROhfIY3)8NR$r(K<=BC!zVF%hr1*j*sZ0NRvp7am^>ww#d|+Gt|`5u z9Dn-YY4cQh_$L!Ji-j9nj`X2$qB=Fg;zP~tX~zF4nJ5sj zUf$5aC8n=$x*8?9dZWF5`h=no`;{RSvTs4+wCL!e$Mjs4j~PoWt^fT7KbjA;{SgSw z7V;tQpytuH9iKT$z%%cn1V962-z4(uZmZxDPuE-Xt5920b?~eV9egX`Cjo(t05|!U zz`={v4MV-5o*siO;=IN;&N36TjHyY1rPz1B9Eae3Z7Tf22@s*1#-jIN?mXS5;up+3 zy9tK0elCG(v3XJP%)Q!sj-?q4s^Hbk6|Q>jGlj~0vQ+2FFO|Sf(y=0ZZ`g0V=(G57 z?|nbK7k(-3jhofGfCLb9Y!&^wejst|&^+4S}5SEwVC-Jas)yEcarAkt>T8!;=u3wo!9#y;%%Z250cY= z$w77_qFh5lfzSL$lk$+%zqjWLqUWSY{^jNg_p@utv}QPU-cr^UBCiG?mS`|Ze)fuu{ki--nxt~|(PuotlF8!mMzYO-AO4;Om zoV}{)rX^V(k2?KS?wuaLwEm{A{i}=mM?L>G%N+gvRC>021@2$|uP(Ya_T-M=GYRAs z_^-MsU~4FAkqly{dzP#QmZ2rfvg?f}ix8fY(29Cvu?Zuh>r~p9ICIGs(FcYn%<=;FQxzz9Sn{VgpjwNgJajs9sVa-D z(rV`Ym6N|F;yK-Of|HiUX@-bPqlJ7=%2X9C1%5fF=K7pTERepp*m&B*65^5T=Mp;* ztO3i72piEF*Gf6F#-Tv4oW`q<=|Xao;R16CyaP3L@9S1uL<@cX<;FxNx+BHTzbk5@ zk)q)@g|b_Mg={^ky)q}Tt5gHRD*u_VCRmSX6)r8`q`<&9GK0 ztLQ@#&ckD6GTEWc*wcA|@@ik}dNnVw7+SlcUZHn5`4U)DUd&NXc}nBIjgFU0h`T_^ zrvOq1(kf!_q#q>5HB8CbR{m{$+$FSV{V=Ve>D5z(d{wdHpJg7wy!wXzC3%GB(G$Iq z<&J+7V_E;yd2M;*8DOt`S!L2|sWE(OhuM1N!|u3mD`kiWc9AJOuL=yR;7^d_S+#hI6v(6Z^f)4 zL6K}WLU7Fn6A|U7^XdTdq81uPcZHl51ko)QFhJ{><;B8M z`7FrP9iO|6_|F+WizTcFp4MH9!NM+0O6>HXAY=5ee#ghREN!aPS?`Ty*h@vdC_f8( zkZf238}NuOLax`+Tx6a!ryC@;m zVBe6zwwTs?=?xAi?2-XxYlHzJmm#N(e+&lBZ_=_pkn|50+NY3>i3rJH5W%;-yK|T` zvtUqipc5_|W2Wfl4d=Vd>xzPFE&I@cEv!g_+t@gAMYdsyot{;%NC`3HU?Z{{MwHXP z$%$7xA9!EtPo~g9sOzHu4!kYew|2KNVqTS-rU+Oga0nwV9Wh*Wnj}veTYdFoB8*p{ z1Ngcb%&bV_=cT!x9R9XY{p3ND2HRU|r)b8{4V1-+)^z;jz9T}jUcDUJn-Zs>R570{ zLen>;#+*USK3>(v0Ma2zGlNCkdDnq`Iyy)f`YP^P-v*`Wr+S=~&y5b@YCSCKqV zL8`W{o8vo)#~6i8~!GYXmSZ@YpF7t%U2&-(HUbIU*Ojcm1h zD<`JLe2@WeHLLE0YQ4(ZId)5^@RDWJzolf+OQ^}2d==v~F+@dCiox9;gZN(L(DFFc zRd~5A%5BZdHT}#(LTlvAa%B$wRSq!Z(I7{;x`yuM?r38W-?8LfGt3*wACz{`-tiGq zLpshBad`i2atJ|;OCvmr=NL&Kyom_Fs&5xFU%L2i2;_s2yoIKv zaW@~A@B{Ayf5uS?XqroP7V9oY{_kuBstqDBmY~RTpO2+vj74B^GsB} zOGJfmh{YgqWC#p(nN{O80fXS`?WYXS%hm#^z$?>&6^J!?AcEVsTu|F90<#*}+RO##)DLSZ47Lx2bm# z!>nIkiK6y)E454uUWqo&o!Y$8w2)QDgjNNmB3T+)!!l<(emhrRpkO7eHZd7Mx!po~G|5Sq5P zq@wZhlToO3k^f92H!MI+1~1=tQCvW8%XS<5!My**?yuUEehBplK$!xN^U$fy`mWAo zVIcRt9Al6-t6kb9e*8qKBigiIGsO%gdXvAe3@4#frn&RF zhvzG7|3}rs!^6F~hdyeUWG&4YysMQ?9oX%t_itID^bt{cndM=C#bIugaT-&y z_AN5XO^SvY>}YIjc7N>@JyUaL(H^+NLtdH+c}&_eAz9Lf@n1GuqTFf6V-1&jhzXX~ z<$8>ouiy{dKKz$8uVtaaNb!2j5lB{HnO%C?XF5{hVQ3OPb~h6ww>`@T26@e&Dn=mC zWk8Yr8Gzf1_g?Hkbh^nomgf)?9k;V$$Hb5-!8)v(mnPK$7D zJ(v{&aGS)BHeIB}vEgEyv4z(MbLeD&kO~2}-)Q!_)%=u^BTrx?*@0tcU=n4!979f| zvy9a+hsC}&L|st5S@-d13f4y$43T&2iZTY?l%A>0Jwhm-tl?-EK?p=8k2s(Y1PKZg z>co+|1wa=e#OepPf7Rx!UjpM`NRENRbZ5;b!jlA+*S%6nGmw!2T!}EX2r-{Q!ChIN z7Z*Y;CKwC#9#L~iWYJnQG$d<9dwtMyw94gl%$O|pDXjrEG_H~o6c(jhG9I|tHgljb zx1BNm?tdJ?5zGhuu3=->$IQh{#BMHW;B2cUz{UJzoxuy)Xe@Bq<;SNy)%Sxvuy~w* zVFR2w^i8ALF88n2jwGBx%}ecI&@oRY-mz$;YZ1#h_ATrj_V@Yzxe5{^H@bB%*J4&p zVfCpX1@o0urYs3gBBRDspqs>HxH=qh)sPfMTxi>YxZlY>B1FSYgq& zkU0fy2n1>`O;~PwdPS-bEDQhT-y8%c$v4P<7V`bFX}sWpkCrn;>Huj1x0wwc8V`R-k=kzu~DmDB=K1V^Kf4 zT`JR`vR0Qod*iYIE0f$je@JBg@#Ii0*8VU>{$2=H!m@x{LsC86f-u!;K_B9PEtrj8 zkSt2=yMEGDZXysfhK;n1(|kRVx6CL65kELbUbnx$>zV zrW)-+>AzzQ-7jq0nqnx`#v0YfV{M3kSH}&3M5l`BJMi-&6IJ!Ls&DEW`prX1d|+G0 z;)}N-`P+x@MJR-JxU=t>Rzvw)Kn&c;I{3M$)v3-C7SZcbZFc-rMr6+sVGTrAbE41g zR8VbGHyIg&r?=^K<~DwoXw;o!_sH5l!%~L9%auFW)Q5P8W(B5$hD!RYtk~?E)%K+{ z<9XOyi+O*=@@s^nkazT#ROh}nuk={&#tSAfL)+7g_C|#H#BtHZ$IwYK=Xqmf#H+

BIhp)u7|L=^IEvG+^oJ$3_ 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

-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%0Ad&Mz1R<CwZp(`{V1vRN?aP6U;AtsT4Af{5deuX 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 z%0D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 literal 0 HcmV?d00001

E(Qsy6wqvP?!_G_us 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⋘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