50 research outputs found

    Optimal advertising campaign generation for multiple brands using MOGA

    Get PDF
    The paper proposes a new modified multiobjective genetic algorithm (MOGA) for the problem of optimal television (TV) advertising campaign generation for multiple brands. This NP-hard combinatorial optimization problem with numerous constraints is one of the key issues for an advertising agency when producing the optimal TV mediaplan. The classical approach to the solution of this problem is the greedy heuristic, which relies on the strength of the preceding commercial breaks when selecting the next break to add to the campaign. While the greedy heuristic is capable of generating only a group of solutions that are closely related in the objective space, the proposed modified MOGA produces a Pareto-optimal set of chromosomes that: 1) outperform the greedy heuristic and 2) let the mediaplanner choose from a variety of uniformly distributed tradeoff solutions. To achieve these results, the special problem-specific solution encoding, genetic operators, and original local optimization routine were developed for the algorithm. These techniques allow the algorithm to manipulate with only feasible individuals, thus, significantly improving its performance that is complicated by the problem constraints. The efficiency of the developed optimization method is verified using the real data sets from the Canadian advertising industry

    A Hardware Implementation Method of Multi-Objective Genetic Algorithms

    Get PDF
    CEC2006 : IEEE International Conference on Evolutionary Computation , Jul 16-21, 2006 , Vancouver, BC, CanadaMulti-objective genetic algorithms (MOGAs) are approximation techniques to solve multi-objective optimization problems. Since MOGAs search a wide variety of pareto optimal solutions at the same time, MOGAs require large computation power. In order to solve practical sizes of the multi objective optimization problems, it is desirable to design and develop a hardware implementation method for MOGAs with high search efficiency and calculation speed. In this paper, we propose a new method to easily implement MOGAs as high performance hardware circuits. In the proposed method, we adopt simple Minimal Generation Gap (MGG) model as the generation model, because it is easy to be pipelined. In order to preserve diversity of individuals, we need a special selection mechanism such as the niching method which takes large computation time to repeatedly compare superiority among all individuals in the population. In the proposed method, we developed a new selection mechanism which greatly reduces the number of comparisons among individuals, keeping diversity of individuals. Our method also includes a parallel execution architecture based on Island GA which is scalable to the number of concurrent pipelines and effective to keep diversity of individuals. We applied our method to multi-objective Knapsack Problem. As a result, we confirmed that our method has higher search efficiency than existing method

    Comparison of Geometric Optimization Methods with Multiobjective Genetic Algorithms for Solving Integrated Optimal Design Problems

    Get PDF
    In this paper, system design methodologies for optimizing heterogenous power devices in electrical engineering are investigated. The concept of Integrated Optimal Design (IOD) is presented and a simplified but typical example is given. It consists in finding Pareto-optimal configurations for the motor drive of an electric vehicle. For that purpose, a geometric optimization method (i.e the Hooke and Jeeves minimization procedure) associated with an objective weighting sum and a Multiobjective Genetic Algorithm (i.e. the NSGA-II) are compared. Several performance issues are discussed such as the accuracy in the determination of Pareto-optimal configurations and the capability to well spread these solutions in the objective space

    Optimization of a small passive wind turbine generator with multiobjective genetic algorithms

    Get PDF
    In this paper Multiobjective Genetic Algorithms (MOGAs) are used for the design of a small wind turbine generator (WTG) coupled to a DC bus through a diode bridge. The originality of the considered system resides in the suppression of the Maximum Power Point Tracker (MPPT). The poor efficiency of the corresponding passive structure is considerably improved by optimizing the generator characteristics associated with the wind turbine in relation to the wind cycle. The optimized configurations are capable of matching very closely the behavior of active wind turbine systems which operate at optimal wind powers by using a MPPT control device

    Optimizing an in Situ Bioremediation Technology to Manage Perchlorate-Contaminated Groundwater

    Get PDF
    Combining horizontal flow treatment wells (HFTWs) with in situ biodegradation is an innovative approach with the potential to remediate perchlorate-contaminated groundwater. A technology model was recently developed that combines the groundwater flow induced by HFTWs with in situ biodegration processes that result from using the HFTWs to mix electron donor into perchlorate-contaminated groundwater. A field demonstration of this approach is planned to begin this year. In order to apply the technology in the field, project managers need to understand how contaminated site conditions and technology design parameters impact technology performance. One way to gain this understanding is to use the technology model to select engineering design parameters that optimize performance under given site conditions. In particular, a project manager desires to design a system that: 1) maximizes perchlorate destruction; 2) minimizes treatment expense; and 3) attains regulatory limits on down gradient contaminant concentrations. Unfortunately, for a relatively complex technology with a number of engineering design parameters to determine, as well as multiple objectives, system optimization is not straight forward. In this study, a multi-objective genetic algorithm (MOGA) is used to determine design parameter values (flow rate, well spacing, concentration of injection electron donor, and injection schedule) that optimize the first two objectives noted; to maximize perchlorate destruction while minimizing cost. Four optimization runs are performed, using two different remediation time spans (300 and 600 days) for two different sets of site conditions. Results from all four optimization runs indicate that the relationship between perchlorate mass removal and operating cost is positively correlated and nonlinear

    A particle swarm optimizer for multi-objective optimization

    Get PDF
    This paper proposes a hybrid particle swarm approach called Simple Multi-Objective Particle Swarm Optimizer (SMOPSO) which incorporates Pareto dominance, an elitist policy, and two techniques to maintain diversity: a mutation operator and a grid which is used as a geographical location over objective function space. In order to validate our approach we use three well-known test functions proposed in the specialized literature. Preliminary simulations results are presented and compared with those obtained with the Pareto Archived Evolution Strategy (PAES) and the Multi-Objective Genetic Algorithm 2 (MOGA2). These results also show that the SMOPSO algorithm is a promising alternative to tackle multiobjective optimization problems.Facultad de Informátic

    A Multi-objective Optimization Algorithm of Task Scheduling in WSN

    Get PDF
    Sensing tasks should be allocated and processed among sensor nodes in minimum times so that users can draw useful conclusions through analyzing sensed data. Furthermore, finishing sensing task faster will benefit energy saving. The above needs form a contrast to the lower efficiency of task-performing caused by the  ailureprone sensor. To solve this problem, a multi-objective optimization algorithm of task scheduling is proposed for wireless sensor networks (MTWSN). This algorithm tries its best to make less makespan, but meanwhile, it also pay much more attention to the probability of task-performing and the lifetime of network. MTWSN avoids the task assigned to the failure-prone sensor, which effectively reducing the effect of failed nodes on task-performing. Simulation results show that the proposed algorithm can trade off these three objectives well. Compared with the traditional task scheduling algorithms, simulation experiments obtain better results

    Combining model-based and genetics-based offspring generation for multi-objective optimization using a convergence criterion

    Get PDF
    Abstract — In our previous work [1], it has been shown that the performance of evolutionary multi-objective algorithms can be greatly enhanced if the regularity in the distribution of Pareto-optimal solutions is taken advantage using a probabilistic model. This paper suggests a new hybrid multi-objective evolutionary algorithm by introducing a convergence based criterion to determine when the model-based method and when the genetics-based method should be used to generate offspring in each generation. The basic idea is that the genetics-based method, i.e., crossover and mutation, should be used when the population is far away from the Pareto front and no obvious regularity in population distribution can be observed. When the population moves towards the Pareto front, the distribution of the individuals will show increasing regularity and in this case, the model-based method should be used to generate offspring. The proposed hybrid method is verified on widely used test problems and our simulation results show that the method is effective in achieving Pareto-optimal solutions compared to two state-of-the-art evolutionary multi-objective algorithms: NSGA-II and SPEA2, and our pervious method in [1]. I

    A particle swarm optimizer for multi-objective optimization

    Get PDF
    This paper proposes a hybrid particle swarm approach called Simple Multi-Objective Particle Swarm Optimizer (SMOPSO) which incorporates Pareto dominance, an elitist policy, and two techniques to maintain diversity: a mutation operator and a grid which is used as a geographical location over objective function space. In order to validate our approach we use three well-known test functions proposed in the specialized literature. Preliminary simulations results are presented and compared with those obtained with the Pareto Archived Evolution Strategy (PAES) and the Multi-Objective Genetic Algorithm 2 (MOGA2). These results also show that the SMOPSO algorithm is a promising alternative to tackle multi-objective optimization problems.Eje: VI Workshop de Agentes y Sistemas Inteligentes (WASI)Red de Universidades con Carreras en Informática (RedUNCI
    corecore