GENETIC ALGORITHMS IN OPTIMIZATION PROBLEMS WITH DISCRETE AND INTEGER DESIGN VARIABLES

1992 ◽  
Vol 19 (4) ◽  
pp. 309-327 ◽  
Author(s):  
C.-Y. LIN ◽  
P. HAJELA
2013 ◽  
Vol 2013 ◽  
pp. 1-11 ◽  
Author(s):  
Ossama Abdelkhalik

The biologically inspired concept of hidden genes has been recently introduced in genetic algorithms to solve optimization problems where the number of design variables is variable. In multigravity-assist trajectories, the hidden genes genetic algorithms demonstrated success in searching for the optimal number of swing-bys and the optimal number of deep space maneuvers. Previous investigations in the literature for multigravity-assist trajectory planning problems show that the standard differential evolution is more effective than the standard genetic algorithms. This paper extends the concept of hidden genes to differential evolution. The hidden genes differential evolution is implemented in optimizing multigravity-assist space trajectories. Case studies are conducted, and comparisons to the hidden genes genetic algorithms are presented in this paper.


2019 ◽  
Vol 11 (3) ◽  
pp. 1-11
Author(s):  
Omar Andres Carmona Cortes ◽  
Josenildo Costa da Silva

Unconstrained numerical problems are common in solving practical applications that, due to its nature, are usually devised by several design variables, narrowing the kind of technique or algorithm that can deal with them. An interesting way of tackling this kind of issue is to use an evolutionary algorithm named Genetic Algorithm. In this context, this work is a tutorial on using real-coded genetic algorithms for solving unconstrained numerical optimization problems. We present the theory and the implementation in R language. Five benchmarks functions (Rosenbrock, Griewank, Ackley, Schwefel, and Alpine) are used as a study case. Further, four different crossover operators (simple, arithmetical, non-uniform arithmetical, and Linear), two selection mechanisms (roulette wheel and tournament), and two mutation operators (uniform and non-uniform) are shown. Results indicate that non-uniform mutation and tournament selection tend to present better outcomes.


2018 ◽  
Vol 140 (10) ◽  
Author(s):  
Ossama Abdelkhalik ◽  
Shadi Darani

The concept of hidden genes was recently introduced in genetic algorithms (GAs) to handle systems architecture optimization problems, where the number of design variables is variable. Selecting the hidden genes in a chromosome determines the architecture of the solution. This paper presents two categories of mechanisms for selecting (assigning) the hidden genes in the chromosomes of GAs. These mechanisms dictate how the chromosome evolves in the presence of hidden genes. In the proposed mechanisms, a tag is assigned for each gene; this tag determines whether the gene is hidden or not. In the first category of mechanisms, the tags evolve using stochastic operations. Eight different variations in this category are proposed and compared through numerical testing. The second category introduces logical operations for tags evolution. Both categories are tested on the problem of interplanetary trajectory optimization for a space mission to Jupiter, as well as on mathematical optimization problems. Several numerical experiments were designed and conducted to optimize the selection of the hidden genes algorithm parameters. The numerical results presented in this paper demonstrate that the proposed concept of tags and the assignment mechanisms enable the hidden genes genetic algorithms (HGGA) to find better solutions.


1995 ◽  
Vol 29 (4) ◽  
pp. 39-56 ◽  
Author(s):  
S. Hurley ◽  
L. Moutinho ◽  
N.M. Stephens

2013 ◽  
Vol 310 ◽  
pp. 609-613
Author(s):  
Ioana D. Balea ◽  
Radu Hulea ◽  
Georgios E. Stavroulakis

This paper presents an implementation of Eurocode load cases for discrete global optimization algorithm for planar structures based on the principles of finite element methods and genetic algorithms. The final optimal design is obtained using IPE sections chosen as feasible by the algorithm, from the available steel sections from industry. The algorithm is tested on an asymmetric planar steel frame with promising results.


Author(s):  
Shahriar Tavakkoli ◽  
Sanjay G. Dhande

Abstract The present paper outlines a method of shape synthesis using intrinsic geometry to be used for two-dimensional shape optimization problems. It is observed that the shape of a curve can be defined in terms of intrinsic parameters such as the curvature as a function of the arc length. The method of shape synthesis, proposed here, consists of selecting a shape model, defining a set of shape design variables and then evaluating Cartesian coordinates of a curve. A shape model is conceived as a set of continuous piecewise linear segments of the curvature; each segment defined as a function of the arc length. The shape design variables are the values of curvature and/or arc lengths at some of the end-points of the linear segments. The proposed method of shape synthesis and optimization is general in nature. It has been shown how the proposed method can be used to find the optimal shape of a planar Variable Geometry Truss (VGT) manipulator for a pre-specified position and orientation of the end-effector. In conclusion, it can be said that the proposed approach requires fewer design variables as compared to the methods where shape is represented using spline-like functions.


Author(s):  
George H. Cheng ◽  
Adel Younis ◽  
Kambiz Haji Hajikolaei ◽  
G. Gary Wang

Mode Pursuing Sampling (MPS) was developed as a global optimization algorithm for optimization problems involving expensive black box functions. MPS has been found to be effective and efficient for problems of low dimensionality, i.e., the number of design variables is less than ten. A previous conference publication integrated the concept of trust regions into the MPS framework to create a new algorithm, TRMPS, which dramatically improved performance and efficiency for high dimensional problems. However, although TRMPS performed better than MPS, it was unproven against other established algorithms such as GA. This paper introduces an improved algorithm, TRMPS2, which incorporates guided sampling and low function value criterion to further improve algorithm performance for high dimensional problems. TRMPS2 is benchmarked against MPS and GA using a suite of test problems. The results show that TRMPS2 performs better than MPS and GA on average for high dimensional, expensive, and black box (HEB) problems.


2014 ◽  
Vol 984-985 ◽  
pp. 419-424
Author(s):  
P. Sabarinath ◽  
M.R. Thansekhar ◽  
R. Saravanan

Arriving optimal solutions is one of the important tasks in engineering design. Many real-world design optimization problems involve multiple conflicting objectives. The design variables are of continuous or discrete in nature. In general, for solving Multi Objective Optimization methods weight method is preferred. In this method, all the objective functions are converted into a single objective function by assigning suitable weights to each objective functions. The main drawback lies in the selection of proper weights. Recently, evolutionary algorithms are used to find the nondominated optimal solutions called as Pareto optimal front in a single run. In recent years, Non-dominated Sorting Genetic Algorithm II (NSGA-II) finds increasing applications in solving multi objective problems comprising of conflicting objectives because of low computational requirements, elitism and parameter-less sharing approach. In this work, we propose a methodology which integrates NSGA-II and Technique for Order Preference by Similarity to Ideal Solution (TOPSIS) for solving a two bar truss problem. NSGA-II searches for the Pareto set where two bar truss is evaluated in terms of minimizing the weight of the truss and minimizing the total displacement of the joint under the given load. Subsequently, TOPSIS selects the best compromise solution.


2018 ◽  
Vol 157 ◽  
pp. 02054 ◽  
Author(s):  
Milan Vaško ◽  
Marián Handrik ◽  
Alžbeta Sapietová ◽  
Jana Handriková

The paper presents an analysis of the use of optimization algorithms in parallel solutions and distributed computing systems. The primary goal is to use evolutionary algorithms and their implementation into parallel calculations. Parallelization of computational algorithms is suitable for the following cases - computational models with a large number of design variables or cases where the objective function evaluation is time consuming (FE analysis). As the software platform for application of distributed optimization algorithms is using MATLAB and BOINC software package.


Sign in / Sign up

Export Citation Format

Share Document