Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Hicham Chehade is active.

Publication


Featured researches published by Hicham Chehade.


IEEE Transactions on Mobile Computing | 2012

Controlled Mobility Sensor Networks for Target Tracking Using Ant Colony Optimization

Farah Mourad; Hicham Chehade; Hichem Snoussi; Farouk Yalaoui; Lionel Amodeo; Cédric Richard

In mobile sensor networks, it is important to manage the mobility of the nodes in order to improve the performances of the network. This paper addresses the problem of single target tracking in controlled mobility sensor networks. The proposed method consists of estimating the current position of a single target. Estimated positions are then used to predict the following location of the target. Once an area of interest is defined, the proposed approach consists of moving the mobile nodes in order to cover it in an optimal way. It thus defines a strategy for choosing the set of new sensors locations. Each node is then assigned one position within the set in the way to minimize the total traveled distance by the nodes. While the estimation and the prediction phases are performed using the interval theory, relocating nodes employs the ant colony optimization algorithm. Simulations results corroborate the efficiency of the proposed method compared to the target tracking methods considered for networks with static nodes.


Journal of Heuristics | 2014

Solving a robotic assembly line balancing problem using efficient hybrid methods

Slim Daoud; Hicham Chehade; Farouk Yalaoui; Lionel Amodeo

In this paper we are studying a robotic assembly line balancing problem. The goal is to maximize the efficiency of the line and to balance the different tasks between the robots by defining the suitable tasks and components to assign to each robot. We are interested in a robotic line which consists of seizing the products on a moving conveyor and placing them on different location points. The performances evaluations of the system are done using a discret event simulation model. This latter has been developed with C++ language. As in our industrial application we are bounded by the execution time, we propose some resolution methods which define the suitable component and point positions in order to define the strategy of pick and place for each robot. These methods are based on the ant colony optimization, particle swarm optimization and genetic algorithms. To enhance the quality of the developed algorithms and to avoid local optima, we have coupled these algorithms with guided local search. After that, an exact method based on full enumeration is also developed to assess the quality of the developed methods. Then, we try to select the best algorithm which is able to get the best solutions with a small execution time. This is the main advantage of our methods compared to exact methods. This fact represents a great interest taking in consideration that the selected methods are used to manage the functioning of real industrial robotic assembly lines. Numerical results show that the selected algorithm performs optimally for the tested instances in a reasonable computation time and satisfies the industrial constraint.


Journal of Intelligent Manufacturing | 2012

Metaheuristics and exact methods to solve a multiobjective parallel machines scheduling problem

Xiaohui Li; Farouk Yalaoui; Lionel Amodeo; Hicham Chehade

This paper deals with a multiobjective parallel machines scheduling problem. It consists in scheduling n independent jobs on m identical parallel machines. The job data such as processing times, release dates, due dates and sequence dependent setup times are considered. The goal is to optimize two different objectives: the makespan and the total tardiness. A mixed integer linear program is proposed to model the studied problem. As this problem is NP-hard in the strong sense, a metaheuristic method which is the second version of the non dominated sorting genetic algorithm (NSGA-II) is proposed to solve this problem. Since the parameters setting of a genetic algorithm is difficult, a fuzzy logic controller coupled with the NSGA-II (FLC-NSGA-II) is therefore proposed. The role of the fuzzy logic is to better set the crossover and the mutation probabilities in order to update the search ability. After that, an exact method based on the two phase method is also developed. We have used four measuring criteria to compare these methods. The experimental results show the advantages and the efficiency of FLC-NSGA-II.


Archive | 2007

Hybrid Job Shop and parallel machine scheduling problems: minimization of total tardiness criterion

Frédéric Dugardin; Hicham Chehade; Lionel Amodeo; Farouk Yalaoui; Christian Prins

Scheduling is a scientific domain concerning the allocation of limited tasks over time. The goal of scheduling is to maximize (or minimize) different criteria of a facility as makespan, occupation rate of a machine, total tardiness ... In this area, scientific community usually group the problem with, on one hand the system studied, defining the number of machines (one machine, parallel machine), the shop type (as Job shop, Open shop or Flow shop), the job characteristics (as pre-emption allowed or not, equal processing times or not) and so on. On the other hand scientists create these categories with the definition of objective function (it can be single criterion or multiple criteria). The main goal of this chapter is to present model and solution method for the total tardiness criterion concerning the Hybrid Job Shop (HJS) and Parallel Machine (PM) Scheduling Problem. The total tardiness criterion seems to be the crux of the piece in a society where service levels become the central interest. Indeed, nowadays a product often undergoes different steps and then traverses different structures along the supply chain, this involve in general a due date at each step. This can be minimized as a single objective or as a part of a multiobjective case. On the other hand, the structure of a hybrid job shop consists in two types of stages with single and parallel machines. That is why we propose to point out the parallel machine PM problem domain which can be used to solve the hybrid job shop scheduling system. This hybrid characteristic of a job shop is very common in industry because of two major factors: at first some operations are longer than other ones and secondly flexible factory. Indeed, if some operations too long; they can be accelerated by technical engineering but if it is not possible they must be parallelized to avoid bottlenecks. Another potential cause is the flexible factory: if a factory does many different jobs these jobs can perhaps pass through a central operation and so the latter must increase his efficiency. This work is organized as follow: firstly a state of the art concerning PM is realized. The latter leads us to a the HJS problem where we summarize a state of the art on the minimization of the total tardiness and in a second step we present several results concerning efficient heuristic methods to solve the Hybrid Job Shop problem such as Genetic Algorithm or Ant Colony System algorithm. We also deal with multi-objective


International Journal of Production Research | 2017

Lot-sizing in a multi-stage flow line production system with energy consideration

Oussama Masmoudi; Alice Yalaoui; Yassine Ouazene; Hicham Chehade

In this paper, a single-item capacitated lot-sizing problem in a flow-shop system with energy consideration is studied. The planning horizon is defined by a set of periods where each one is characterised by a length, an allowed maximal power, an electricity price, a power price and a demand. The objective is to determine the quantities to be produced by each machine at each period while minimising the production cost in terms of electrical, inventory, set-up and power required costs. For medium- and large-scale problems, lot-sizing problems are hard to solve. Therefore, in this study, two heuristics are developed to solve this problem in a reasonable time. To evaluate the performances of these heuristics, computational experiments are presented and numerical results are discussed and analysed.


Advances in Artificial Intelligence | 2010

A multiobjective optimization approach to solve a parallel machines scheduling problem

Xiaohui Li; Lionel Amodeo; Farouk Yalaoui; Hicham Chehade

A multiobjective optimization problem which focuses on parallel machines scheduling is considered. This problem consists of scheduling n independent jobs on m identical parallelmachines with release dates, due dates, and sequence-dependent setup times. The preemption of jobs is forbidden. The aim is to minimize two different objectives: makespan and total tardiness. The contribution of this paper is to propose first a new mathematical model for this specific problem. Then, since this problem is NP hard in the strong sense, two well-known approximated methods, NSGA-II and SPEA-II, are adopted to solve it. Experimental results show the advantages of NSGA-II for the studied problem. An exact method is then applied to be compared with NSGA-II algorithm in order to prove the efficiency of the former. Experimental results show the advantages of NSGA-II for the studied problem. Computational experiments show that on all the tested instances, our NSGA-II algorithm was able to get the optimal solutions.


Journal of Decision Systems | 2009

Optimisation multi-objectif pour le problème de dimensionnement de buffers

Hicham Chehade; Farouk Yalaoui; Lionel Amodeo; Pascal De Guglielmo

In this paper, we are studying the buffer sizing problem in production lines. It is one of the most studied subjects in the literature with one criterion but shows a lack of studies in its multiobjective form. Therefore, we present two multiobjective optimization techniques to solve the problem and which are: the second version of the Strength Pareto Evolutionary Algorithm (SPEA2) and a multiobjective ant colony optimization algorithm. Three measures are used in order to compare the performances of the two developed algorithms. The algorithms are then applied for buffers sizing in a packaging line. A simulation model with the ARENA software is used for the performances evaluations. The simulation model is coupled with the optimization algorithms applying then the simulation based optimization technique. The numerical results of the algorithm based on ant colony are very relevant and show an advantage compared to the SPEA2.


International Journal of Computational Intelligence Systems | 2014

Workload balancing in identical parallel machine scheduling using a mathematical programming method

Yassine Ouazene; Farouk Yalaoui; Hicham Chehade; Alice Yalaoui

AbstractThis paper addresses the workload balancing problem in identical parallel machines context. The problem consists of assigning n different jobs to m identical parallel machines in order to minimize the workload imbalance among the different machines. This problem is formulated as a linear mixed integer program to minimize the difference between the greatest and smallest workload assigned to each machine. Based on some numerical examples reported in the literature, we establish that the classical formulation which consists of minimizing the greatest machine completion time does not provide the optimal workload repartition. That is why we consider a new mathematical formulation based on the minimization of the difference between the workload of the bottleneck machine and the workload of the fastest machine. The proposed programming method is also used to provide optimal solutions in reasonable computational times for different test problems presented in the literature by Raghavendra and Murthy 10 to ...


2013 IEEE Symposium on Computational Intelligence in Production and Logistics Systems (CIPLS) | 2013

Equivalent machine method for approximate evaluation of buffered unreliable production lines

Yassine Ouazene; Hicham Chehade; Alice Yalaoui; Farouk Yalaoui

The addressed paper deals with a new analytical formulation called Equivalent Machine Method to evaluate the system throughput of a buffered serial production line. The machines are unreliable and both failure and repair times are assumed to be exponentially distributed. The proposed method is based on the analysis of the different states of each buffer using birth-death Markov processes. Then, each original machine is replaced by an equivalent one taking into account the probabilities of blockage and starvation. The throughput of the production line is defined as the bottleneck between the effective production rates of the equivalent machines. This method considers both homogeneous and non-homogeneous lines and reduces sensibly the state space cardinality of the Markov chain representation of the system and consequently the computational times. A comparative study based on different test instances existing in the literature is presented and discussed. The obtained results prove the effectiveness and the accuracy of the proposed method comparing with both simulation and existing approaches in the literature.


international conference on communications | 2011

Lorenz dominance based metaheuristic to solve a hybrid flowshop scheduling problem with sequence dependent setup times

Xiaohui Li; Hicham Chehade; Farouk Yalaoui; Lionel Amodeo

This paper deals with a multiobjective hybrid flowshop scheduling problem with sequence dependent setup times. Two different objectives are considered to be optimized at once. Our first contribution is to propose a special encoding for the studied problem. Then, our second contribution is that a new metaheuristic based on the Lorenz dominance relationship (L-NSGA) is developed here to solve the studied problem. The goal is to improve the search ability of the original metaheuristic which is based on the Pareto dominance relationship (NSGA-II). The experimental result shows the efficiency of L-NSGA to solve this problem.

Collaboration


Dive into the Hicham Chehade's collaboration.

Top Co-Authors

Avatar

Lionel Amodeo

University of Technology of Troyes

View shared research outputs
Top Co-Authors

Avatar

Alice Yalaoui

University of Technology of Troyes

View shared research outputs
Top Co-Authors

Avatar

Yassine Ouazene

University of Technology of Troyes

View shared research outputs
Top Co-Authors

Avatar

Xiaohui Li

University of Technology of Troyes

View shared research outputs
Top Co-Authors

Avatar

Nhan-Quy Nguyen

Centre national de la recherche scientifique

View shared research outputs
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge