Search results

1 – 10 of over 78000
Article
Publication date: 4 May 2012

Salvatore Coco, Antonino Laudani, Francesco Riganti Fulginei and Alessandro Salvini

The purpose of this paper is to apply a hybrid algorithm based on the combination of two heuristics inspired by artificial life to the solution of optimization problems.

Abstract

Purpose

The purpose of this paper is to apply a hybrid algorithm based on the combination of two heuristics inspired by artificial life to the solution of optimization problems.

Design/methodology/approach

The flock‐of‐starlings optimization (FSO) and the bacterial chemotaxis algorithm (BCA) were adapted to implement a hybrid and parallel algorithm: the FSO has been powerfully employed for exploring the whole space of solutions, whereas the BCA has been used to refine the FSO‐found solutions, thanks to its better performances in local search.

Findings

A good solution of the 8‐th parameters version of the TEAM problem 22 is obtained by using a maximum 200 FSO steps combined with 20 BCA steps. Tests on an analytical function are presented in order to compare FSO, PSO and FSO+BCA algorithms.

Practical implications

The development of an efficient method for the solution of optimization problems, exploiting the different characteristic of the two heuristic approaches.

Originality/value

The paper shows the combination and the interaction of stochastic methods having different exploration properties, which allows new algorithms able to produce effective solutions of multimodal optimization problems, with an acceptable computational cost, to be defined.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 31 no. 3
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 19 June 2007

Elizabeth F. Wanner, Ricardo H.C. Takahashi, Frederico G. Guimarães, Jaime A. Ramírez and David A. Lowther

The paper aims to present a new methodology for hybrid genetic algorithms (GA) in the solution of electromagnetic optimization problems.

Abstract

Purpose

The paper aims to present a new methodology for hybrid genetic algorithms (GA) in the solution of electromagnetic optimization problems.

Design/methodology/approach

This methodology can be seen as a local search operator which uses local quadratic approximations for each objective and constraint function in the problem. In the local search phase, these approximations define an associated local search problem that is efficiently solved using a formulation based on linear matrix inequalities.

Findings

The paper illustrates the proposed methodology comparing the performance of the hybrid GA against the basic GA in two analytical problems and in the well‐known TEAM benchmark Problem 22. For the analytical problems, 30 independent runs for each algorithm were considered whereas for Problem 22, ten independent runs for each algorithm were taken.

Research limitations/implications

For the analytical problems, the hybrid GA enhanced both the convergence speed, in terms of the number of function evaluations, and the accuracy of the final result. For Problem 22, the hybrid GA was able to reach a better solution, with a better value of the standard deviation with less CPU time.

Practical implications

The paper could be useful both for device designers and researchers involved optimization in computational electromagnetics.

Originality/value

The hybrid GA proposed enhanced the convergence speed, in terms of the number of function evaluations, representing a faster and robust algorithm for practical optimization problems.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 26 no. 3
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 10 April 2007

Leandro dos Santos Coelho and Piergiorgio Alotto

This paper aims to show on a widely used benchmark problem that chaotic sequences can improve the search ability of evolution strategies (ES).

398

Abstract

Purpose

This paper aims to show on a widely used benchmark problem that chaotic sequences can improve the search ability of evolution strategies (ES).

Design/methodology/approach

The Lozi map is used to generate new individuals in the framework of ES algorithms. A quasi‐Newton (QN) method is also used within the iterative loop to improve the solution's quality locally.

Findings

It is shown that the combined use of chaotic sequences and QN methods can provide high‐quality solutions with small standard deviation on the selected benchmark problem.

Research limitations/implications

Although the benchmark is considered to be representative of typical electromagnetic problems, different test cases may give less satisfactory results.

Practical implications

The proposed approach appears to be an efficient general purpose optimizer for electromagnetic design problems.

Originality/value

This paper introduces the use of chaotic sequences in the area of electromagnetic design optimization.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 26 no. 2
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 1 September 2003

Vincenzo Cavaliere, Marco Cioffi, Alessandro Formisano and Raffale Martone

An effective approach to the optimal design of electromagnetic devices should take into account the effect of mechanical tolerances on the actual devices performance. A possible…

Abstract

An effective approach to the optimal design of electromagnetic devices should take into account the effect of mechanical tolerances on the actual devices performance. A possible approach could be to match a Pareto optimality study with a Monte Carlo analysis by randomly varying the constructive parameters. In this paper it is shown how such an analysis can be used to allow an expert designer to select among different Pareto optimal designs.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 22 no. 3
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 10 July 2009

Lucas de S. Batista, Jaime A. Ramírez and Frederico G. Guimarães

The purpose of this paper is to present a new multi‐objective clonal selection algorithm (MCSA) for the solution of electromagnetic optimization problems.

Abstract

Purpose

The purpose of this paper is to present a new multi‐objective clonal selection algorithm (MCSA) for the solution of electromagnetic optimization problems.

Design/methodology/approach

The method performs the somatic hypermutation step using different probability distributions, balancing the local search in the algorithm. Furthermore, it includes a receptor editing operator that implicitly realizes a dynamic search over the landscape.

Findings

In order to illustrate the efficiency of MCSA, its performance is compared with the nondominated sorting genetic algorithm II (NSGA‐II) in some analytical problems and in the well‐known TEAM benchmark Problem 22. Three performance evaluation techniques are used in the comparison, and the effect of each operator of the MCSA in its accomplishment is estimated.

Research limitations/implications

In the analytical problems, the MCSA enhanced both the extension and uniformity in its solutions, providing better Pareto‐optimal sets than the NSGA‐II. In the Problem 22, the MCSA also outperformed the NSGA‐II. The MCSA was not dominated by the NSGA‐II in the three variables case and clearly presented a better convergence speed in the eight variables problem.

Practical implications

This paper could be useful for researchers who deal with multi‐objective optimization problems involving high‐computational cost.

Originality/value

The new operators incorporated in the MCSA improved both the extension, uniformity and the convergence speed of the solutions, in terms of the number of function evaluations, representing a robust tool for real‐world optimization problems.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 28 no. 4
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 11 September 2009

Leandro dos Santos Coelho and Piergiorgio Alotto

The purpose of this paper is to show, on a widely used benchmark problem, that adaptive mutation factors and attractive/repulsive phases guided by population diversity can improve…

Abstract

Purpose

The purpose of this paper is to show, on a widely used benchmark problem, that adaptive mutation factors and attractive/repulsive phases guided by population diversity can improve the search ability of differential evolution (DE) algorithms.

Design/methodology/approach

An adaptive mutation factor and attractive/repulsive phases guided by population diversity are used within the framework of DE algorithms.

Findings

The paper shows that the combined use of adaptive mutation factors and population diversity in order to guide the attractive/repulsive behavior of DE algorithms can provide high‐quality solutions with small standard deviation on the selected benchmark problem.

Research limitations/implications

Although the chosen benchmark is considered to be representative of typical electromagnetic problems, different test cases may give less satisfactory results.

Practical implications

The proposed approach appears to be an efficient general purpose stochastic optimizer for electromagnetic design problems.

Originality/value

This paper introduces the use of population diversity in order to guide the attractive/repulsive behavior of DE algorithms.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 28 no. 5
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 1 June 2005

Gerald Steiner, Daniel Watzenig, Christian Magele and Ulrike Baumgartner

To establish a statistical formulation of robust design optimization and to develop a fast optimization algorithm for the solution of the statistical design problem.

Abstract

Purpose

To establish a statistical formulation of robust design optimization and to develop a fast optimization algorithm for the solution of the statistical design problem.

Design/methodology/approach

Existing formulations and methods for statistical robust design are reviewed and compared. A consistent problem formulation in terms of statistical parameters of the involved variables is introduced. A novel algorithm for statistical optimization is developed. It is based on the unscented transformation, a fast method for the propagation of random variables through nonlinear functions. The prediction performance of the unscented transformation is demonstrated and compared with other methods by means of an analytical test function. The validity of the proposed approach is shown through the design of the superconducting magnetic energy storage device of the TEAM workshop problem 22.

Findings

Provides a consistent formulation of statistical robust design optimization and an efficient and accurate method for the solution of practical problems.

Originality/value

The proposed approach can be applied to all kinds of design problems and allows to account for the inevitable effects of tolerances and parameter variations occuring in practical realizations of designed devices.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 24 no. 2
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 1 March 2000

P. Alotto, P. Girdinio, G. Molinari and M. Nervi

Discusses the combined use of a modified version of the global optimization technique simulated annealing and a deterministic optimizer based on Shor’s method. Describes the…

Abstract

Discusses the combined use of a modified version of the global optimization technique simulated annealing and a deterministic optimizer based on Shor’s method. Describes the features of the proposed technique and reports on some results regarding a standard benchmark problem.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 19 no. 1
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 1 January 2014

Ziyan Ren, Dianhai Zhang and Chang Seop Koh

The purpose of this paper is to propose a multi-objective optimization algorithm, which can improve both the performance robustness and the constraint feasibility when the…

Abstract

Purpose

The purpose of this paper is to propose a multi-objective optimization algorithm, which can improve both the performance robustness and the constraint feasibility when the uncertainty in design variables is considered.

Design/methodology/approach

Multi-objective robust optimization by gradient index combined with the reliability-based design optimization (RBDO).

Findings

It is shown that searching for the optimal design of the TEAM problem 22, which can minimize the magnetic stray field by keeping the target system energy (180 MJ) and improve the feasibility of superconductivity constraint (quenching condition), is possible by using the proposed method.

Originality/value

RBDO method applied to the electromagnetic problem cooperated with the design sensitivity analysis by the finite element method.

Details

COMPEL: The International Journal for Computation and Mathematics in Electrical and Electronic Engineering, vol. 33 no. 1/2
Type: Research Article
ISSN: 0332-1649

Keywords

Article
Publication date: 10 July 2009

Subhasis Ray and David Lowther

The purpose of this paper is to develop a novel multi‐objective optimization algorithm which takes into account the uncertainty in design parameters by using a reduced resolution…

Abstract

Purpose

The purpose of this paper is to develop a novel multi‐objective optimization algorithm which takes into account the uncertainty in design parameters by using a reduced resolution for their representation, thus implementing a simple form of robustness. Additionally, the number of function evaluations should be minimized.

Design/methodology/approach

The proposed approach is based on an elitist evolutionary algorithm coupled with a reduction in the number of significant figures used to represent design parameters. In effect, this becomes a filter in the optimization process and allows the system to avoid extremely sharp optima within the search space. By reducing the resolution of the search and maintaining a full archive of previous solutions, the number of evaluations of the objective functions, each of which may require an expensive numerical solution, is reduced.

Findings

The algorithm was tested both on an algebraic test function and on two TEAM Workshop Problems (22 and 25). The results demonstrated that it is stable; can emerge from deceptive fronts; and find optimal solutions which match those previously published at a relatively low‐computational cost.

Originality/value

The originality of this paper lies in the concept of using a low‐resolution representation of the design parameters. This results in a finite size search space and increases the speed of the algorithm while avoiding non‐manufacturable solutions.

Details

COMPEL - The international journal for computation and mathematics in electrical and electronic engineering, vol. 28 no. 4
Type: Research Article
ISSN: 0332-1649

Keywords

1 – 10 of over 78000