genetic operators
Recently Published Documents


TOTAL DOCUMENTS

461
(FIVE YEARS 102)

H-INDEX

31
(FIVE YEARS 5)

2022 ◽  
Vol 14 (1) ◽  
Author(s):  
Alan Kerstjens ◽  
Hans De Winter

AbstractGiven an objective function that predicts key properties of a molecule, goal-directed de novo molecular design is a useful tool to identify molecules that maximize or minimize said objective function. Nonetheless, a common drawback of these methods is that they tend to design synthetically unfeasible molecules. In this paper we describe a Lamarckian evolutionary algorithm for de novo drug design (LEADD). LEADD attempts to strike a balance between optimization power, synthetic accessibility of designed molecules and computational efficiency. To increase the likelihood of designing synthetically accessible molecules, LEADD represents molecules as graphs of molecular fragments, and limits the bonds that can be formed between them through knowledge-based pairwise atom type compatibility rules. A reference library of drug-like molecules is used to extract fragments, fragment preferences and compatibility rules. A novel set of genetic operators that enforce these rules in a computationally efficient manner is presented. To sample chemical space more efficiently we also explore a Lamarckian evolutionary mechanism that adapts the reproductive behavior of molecules. LEADD has been compared to both standard virtual screening and a comparable evolutionary algorithm using a standardized benchmark suite and was shown to be able to identify fitter molecules more efficiently. Moreover, the designed molecules are predicted to be easier to synthesize than those designed by other evolutionary algorithms. Graphical Abstract


Author(s):  
Abdullah Türk ◽  
Samet Gürgen ◽  
Murat Ozkok ◽  
İsmail Altin

Shipyards have large departments or facilities. It is essential to make an effective topological layout plan since the initial investment cost of these departments is high. Topological layout is an optimization problem and Genetic Algorithm (GA) is generally used in the literature. The selection of effective genetic algorithm approaches and operators are very important to improve the performance of the optimization. This study investigates an effective solution to the shipyard topological layout using a Quadratic Assignment Problem (QAP) model with classic and elitist GA approaches. Besides, genetic operators that have significant effects on exploitation and exploration capabilities are analyzed. Therefore, 126 experiments were run with 13 different operators. The results obtained from the classic and elitist GA approach were evaluated individually and compared with each other. It was observed that the elitist GA approach has a superior performance compared to the classic GA approach. This study is the most comprehensive and practical study on the performance of the GA for topological layout of the shipyard in the literature.


2021 ◽  
Vol 68 (3) ◽  
pp. 16-40
Author(s):  
Grzegorz Koloch ◽  
Michał Lewandowski ◽  
Marcin Zientara ◽  
Grzegorz Grodecki ◽  
Piotr Matuszak ◽  
...  

We optimise a postal delivery problem with time and capacity constraints imposed on vehicles and nodes of the logistic network. Time constraints relate to the duration of routes, whereas capacity constraints concern technical characteristics of vehicles and postal operation outlets. We consider a method which can be applied to a brownfield scenario, in which capacities of outlets can be relaxed and prospective hubs identified. As a solution, we apply a genetic algorithm and test its properties both in small case studies and in a simulated problem instance of a larger (i.e. comparable with real-world instances) size. We show that the genetic operators we employ are capable of switching between solutions based on direct origin-to-destination routes and solutions based on transfer connections, depending on what is more beneficial in a given problem instance. Moreover, the algorithm correctly identifies cases in which volumes should be shipped directly, and those in which it is optimal to use transfer connections within a single problem instance, if an instance in question requires such a selection for optimality. The algorithm is thus suitable for determining hubs and satellite locations. All considerations presented in this paper are motivated by real-life problem instances experienced by the Polish Post, the largest postal service provider in Poland, in its daily plans of delivering postal packages, letters and pallets.


Electronics ◽  
2021 ◽  
Vol 11 (1) ◽  
pp. 28
Author(s):  
Ismael Jannoud ◽  
Yousef Jaradat ◽  
Mohammad Z. Masoud ◽  
Ahmad Manasrah ◽  
Mohammad Alia

A genetic algorithm (GA) contains a number of genetic operators that can be tweaked to improve the performance of specific implementations. Parent selection, crossover, and mutation are examples of these operators. One of the most important operations in GA is selection. The performance of GA in addressing the single-objective wireless sensor network stability period extension problem using various parent selection methods is evaluated and compared. In this paper, six GA selection operators are used: roulette wheel, linear rank, exponential rank, stochastic universal sampling, tournament, and truncation. According to the simulation results, the truncation selection operator is the most efficient operator in terms of extending the network stability period and improving reliability. The truncation operator outperforms other selection operators, most notably the well-known roulette wheel operator, by increasing the stability period by 25.8% and data throughput by 26.86%. Furthermore, the truncation selection operator outperforms other selection operators in terms of the network residual energy after each protocol round.


Electronics ◽  
2021 ◽  
Vol 10 (24) ◽  
pp. 3147
Author(s):  
Joanna Ochelska-Mierzejewska ◽  
Aneta Poniszewska-Marańda ◽  
Witold Marańda

The traveling salesman problem (TSP) consists of finding the shortest way between cities, which passes through all cities and returns to the starting point, given the distance between cities. The Vehicle Routing Problem (VRP) is the issue of defining the assumptions and limitations in mapping routes for vehicles performing certain operational activities. It is a major problem in logistics transportation. In specific areas of business, where transportation can be perceived as added value to the product, it is estimated that its optimization can lower costs up to 25% in total. The economic benefits for more open markets are a key point for VRP. This paper discusses the metaheuristics usage for solving the vehicle routing problem with special attention toward Genetic Algorithms (GAs). Metaheuristic algorithms are selected to solve the vehicle routing problem, where GA is implemented as our primary metaheuristic algorithm. GA belongs to the evolutionary algorithm (EA) family, which works on a “survival of the fittest” mechanism. This paper presents the idea of implementing different genetic operators, modified for usage with the VRP, and performs experiments to determine the best combination of genetic operators for solving the VRP and to find optimal solutions for large-scale real-life examples of the VRP.


2021 ◽  
pp. 1-26
Author(s):  
Wenbin Pei ◽  
Bing Xue ◽  
Lin Shang ◽  
Mengjie Zhang

Abstract High-dimensional unbalanced classification is challenging because of the joint effects of high dimensionality and class imbalance. Genetic programming (GP) has the potential benefits for use in high-dimensional classification due to its built-in capability to select informative features. However, once data is not evenly distributed, GP tends to develop biased classifiers which achieve a high accuracy on the majority class but a low accuracy on the minority class. Unfortunately, the minority class is often at least as important as the majority class. It is of importance to investigate how GP can be effectively utilized for high-dimensional unbalanced classification. In this paper, to address the performance bias issue of GP, a new two-criterion fitness function is developed, which considers two criteria, i.e. the approximation of area under the curve (AUC) and the classification clarity (i.e. how well a program can separate two classes). The obtained values on the two criteria are combined in pairs, instead of summing them together. Furthermore, this paper designs a three-criterion tournament selection to effectively identify and select good programs to be used by genetic operators for generating better offspring during the evolutionary learning process. The experimental results show that the proposed method achieves better classification performance than other compared methods.


2021 ◽  
Author(s):  
J PRINCE JEROME CHRISTOPHER ◽  
K LINGADURAI ◽  
G SHANKAR

Abstract Genetic algorithms are search algorithms based on the mechanics of natural selection and natural genetics. In this paper, we investigate a novel approach to the binary coded testing process based on a genetic algorithm. This paper consists of two parts. Thefirst part addresses the problem in the traditional way of using the decimal number system to define the fitness function to study the variations of counts and the variations of probability against the fitness functions. Second, the initialpopulationsare defined using binary coded digits (genes). For the evaluation of the high fitness function values,three genetic operators, namely, reproduction, crossover and mutation, are randomly used. The results show the importance of the genetic operator, mutation, which yields the peak values for the fitness function based on binary coded numbers performed in a new way.


2021 ◽  
Vol 141 (12) ◽  
pp. 1430-1436
Author(s):  
Tomohiro Hayashida ◽  
Ichiro Nishizaki ◽  
Shinya Sekizaki ◽  
Hirotake Mochida

Author(s):  
Lorenzo Gentile ◽  
Cristian Greco ◽  
Edmondo Minisci ◽  
Thomas Bartz-Beielstein ◽  
Massimiliano Vasile

AbstractThis paper focuses on the scheduling under uncertainty of satellite tracking from a heterogeneous network of ground stations taking into account allocated resources. An optimisation-based approach is employed to efficiently select the optimal tracking schedule that minimises the final estimation uncertainty. Specifically, the scheduling is formulated as a variable-size problem, and a Structured-Chromosome Genetic Algorithm is developed to tackle the mixed-discrete global optimisation. The search algorithm employs genetic operators specifically revised to handle hierarchical search spaces. An orbit determination routine is run within each call to the fitness function to quantify the estimation uncertainty resulting from each candidate tracking schedule. The developed scheduler is tested on the tracking optimisation of a satellite in low Earth orbit, a highly perturbed dynamical regime. The obtained results show that the variable-size variants of Genetic Algorithms always outperform the fixed-size counterparts employed for comparison. In particular, Structured-Chromosome Genetic Algorithm is shown to find significantly better schedules under severely limited budgets.


2021 ◽  
Vol 2083 (3) ◽  
pp. 032013
Author(s):  
Shaokun Liu

Abstract In this paper, SF express company Jinzhou Guta District Pinganli business point as an example, to investigate its distribution, statistical analysis of the survey results, summed up the problems in logistics and distribution. Through the systematic study of the problem, a planning model with time window and with the objective of minimizing the total cost of distribution is established. At the same time, an intelligent algorithm for distribution path optimization - Genetic Algorithm (GA) is designed. Genetic algorithm is used to design chromosome coding methods and genetic operators for solving the planning model with the objective of minimizing the total cost of distribution. Finally, the simulation experiment is carried out. MATLAB software is used to solve the distribution route and the total driving distance of vehicles, and the distribution route with the goal of minimizing the total distribution cost is obtained.


Sign in / Sign up

Export Citation Format

Share Document