44 research outputs found

    Evolutionary Multi-Criterion Optimization. Proceedings of the 5th International Conference on Evolutionary Multi-Criterion Optimization, Nantes, France, 7-10 avril 2009

    Get PDF
    This book constitutes the refereed proceedings of the 5th International Conference on Evolutionary Multi-Criterion Optimization, EMO 2009, held in Nantes, France in April 2009.The 39 revised full papers presented together with 5 invited talks were carefully reviewed and selected from 72 submissions. The papers are organized in topical sections on theoretical analysis, uncertainty and noise, algorithm development, performance analysis and comparison, applications, MCDM Track, Many objectives, alternative methods, as well as EMO and MCDA

    Efficacité des heuristiques de branchement pour le branch-and-bound multi-objectif : vers une gestion plus dynamique

    Get PDF
    National audienceLes problèmes d'optimisation combinatoire multi-objectif sont réputés pour être particulièrement difficiles à résoudre efficacement. Parmi les approches de résolution possibles, les algorithmes de branch-and-bound sont largement utilisés comme méthodes exactes, fondées sur un parcours arborescent de l’espace des solutions. Une des principales composantes de ces algorithmes est la stratégie de branchement, qui sélectionne à chaque étape de séparation la variable à instancier dans les sous-problèmes résultants. Pour un problème donné, il existe généralement plusieurs heuristiques de choix de la variable de séparation, les performances de ces heuristiques peuvent différer d'une instance à l'autre et il n'est souvent pas possible de définir une heuristique qui s’avère la plus performante sur l’ensemble des instances (cf. No Free Lunch Theorems). Classiquement les algorithmes de branch-and-bound appliquent une seule heuristique, fixe toute au long de la résolution..Dans ce travail nous cherchons à déterminer si l'application conjointe de plusieurs heuristiques lors d'une même résolution permet d'augmenter l'efficacité de l'algorithme. Nous nous intéressons plus particulièrement aux stratégies de branchement pour le problème du sac-à-dos binaire bi-objectif. Les heuristiques de branchement pour ce problème sont nombreuses, considérant soit un seul des objectifs, soit un compromis des deux objectifs. Dans un premier temps, nous tentons de mettre en évidence les forces et faiblesses de ces différentes heuristiques en fonction des instances, dans le but d'élaborer une stratégie statique mêlant plusieurs heuristiques. La diversité des instances rend cette tâche particulièrement difficile. Toutefois, nous sommes parvenus à montrer que la combinaison de différentes stratégies de branchement permet de réduire la taille de l'arbre de recherche. Nous avons ensuite défini des mesures de qualité pour ces heuristiques, que nous utilisons via un mécanisme d’apprentissage automatique pour sélectionner dynamiquement la stratégie de branchement à chaque séparation au cours du processus de branch-and-bound. Finalement, nous comparons l'efficacité de ce nouvel algorithme par rapport à l'emploi d'une stratégie unique de séparation et analysons les différents réglages de cette approche adaptative

    Evolutionary Multi-Criterion Optimization, 5th International Conference, EMO 2009

    Get PDF

    A branch-and-cut method for the bi-objective bi-dimensional knapsack problem

    Get PDF
    International audienceMulti-objective multi-dimensional knapsack problems (pOmDKP) are widely used to represent practical problems as capital budgeting or allocating processors. It aims to select a subset of n items such that the sum of weight of the selected items does not exceed the capacity on any of the m dimensions, while maximizing p objective functions. Each item has a weight on each dimension and a profit for each objective function. This problem is known for being particularly difficult as soon as the number of dimensions exceeds one, even in its single-objective version.There are many published papers focusing on the exact solution of multi-objective single-dimensional knapsack. The solutions methods are often two-phases methods. The second phase is either a branch-and-bound method (as in [1] for the bi-objective case or in [2] for the three-objective case), either a dynamic programming method [3], or a dedicated ranking method [2].Only a few works have studied exactly the multi-objective multi-dimensional case. Concerning the single-objective multi-dimensional knapsack problem, many works have investigated cutting inequalities to speed-up the computation of solution [4].In this work we are interested in the exact solution of the bi-objective bi-dimensional knapsack problem (2O2DKP), using a branch-and-cut method. A branch-and-cut method is a combination of a cutting plane method and a branch-and-bound method. According to its name, one of the main component of a branch-and-bound method aims at computing bounds of the problem. Convex relaxation has been a key component for successful bi-objective branch-and-bound algorithm (see for example [5]). It defines indeed a tight upper bound set, which can be computed easily if the single-objective version of the problem can be solved in (pseudo-)polynomial time. However, this is not the case for 2O2DKP. On the contrary, the linear relaxation remains relatively easy to compute, but the resulting bound set is less tight, which makes more difficult the exploration of nodes and leads to larger search-trees. To improve the quality of the upper bound set based on linear relaxation, we introduce cover inequalities at each node of the branch-and-bound method, turning it to a branch-and-cut method. Cover inequalities consist of cuts defined for single-objective binary problems [6]. A cover is a set of objects such that the sum of the weights associated to these objects exceeds the capacity. In [6], the authors remark that computing all possible cover inequalities would be time-consuming and even impossible to implement. Instead, they consider the optimal solution of the linear relaxation and solve a smaller binary problem to find a cover inequality that is violated. In the bi-objective context, the linear relaxation is described by a set of extreme points, which are associated to efficient solutions. Moreover, each of these efficient solutions may be fractional and have a different subset of fractional variables. The generation of cover inequalities is therefore more complex, particularly to get a good tradeoff between quality of the improved upper bound set defined and computational time. This leads to numerous strategies to generate cover inequalities. This presentation will describe the mechanisms used in the multi-objective branch-and-cut method that we have developed (separation procedure, bound sets, generation of cover inequalities...). These strategies have been then experimentally validated. [1] Visée, M., Teghem, J., Pirlot, M., Ulungu, E. L., March 1998. Two-phases method and branch and bound procedures to solve the bi–objective knapsack problem. Journal of Global Optimization 12, 139–155. [2] Jorge, J., May 2010. Nouvelles propositions pour la résolution exacte du sac à dos multi-objectif unidimensionnel en variables binaires. Thèse, Université de Nantes.[3] Delort, C., Spanjaard, O., 2010. Using bound sets in multiobjective optimization: Application to the biobjective binary knapsack problem. In: Festa, P. (Ed.), SEA. Vol 6049 of Lecture Notes in Computer Science. Springer, 253-265.[4] Osorio, M. A., Glover, F., Hammer, P., 2002. Cutting and surrogate constraint analysis for improved multidimensional knapsack solutions. Annals of Operations Research 117 (1-4), 71–93.[5] Sourd F. and Spanjaard O., 2008. A multi-objective branch-and bound framework: Application to the biobjective spanning tree problem. INFORMS Journal on Computing, 20:472-484.[6] Crowder, H., Johnson, E. L., Padberg, M. W., 1983. Solving large-scale zero-one linear programming problems. Operations Research 31 (5), 803–834

    A Recursive Algorithm for Finding All Nondominated Extreme Points in the Outcome Set of a Multiobjective Integer Programme

    No full text
    In this paper, we present two versions of an algorithm for the computation of all nondominated extreme points in the outcome set of a multiobjective integer programme. We define adjacency of these points based on weight space decomposition. Thus, our algorithms generalise the well-known dichotomic scheme to compute the set of nondominated extreme points in the outcome set of a biobjective programme. Both algorithms are illustrated with and numerically tested on instances of the assignment and knapsack problems with three objectives
    corecore