首页 | 官方网站   微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 234 毫秒
1.
Genetic algorithms (GAs) are efficient stochastic search techniques for approximating optimal solutions within complex search spaces and used widely to solve NP-hard problems. Genetic algorithm includes a number of parameters whose different levels strictly affect the performance of the algorithm. The general approach to determine the appropriate parameter combination of GA depends on too many trials of different combinations, and the best one of them that produces good results is selected for the programme, which would be used for problem solving. A few researchers studied on the parameter optimisation of GA. In this paper, response surface-dependent parameter optimisation is proposed to determine the optimal parameters of GA. Results are tested for benchmark problems that are most common in mixed-model assembly line balancing problems of type-I.  相似文献   

2.
Automatic target tracking in forward-looking infrared (FLIR) imagery is a challenging research area in computer vision. This task could be even more critical when real-time requirements have to be taken into account. In this context, techniques exploiting the target intensity profile generated by an intensity variation function (IVF) proved to be capable of providing significant results. However, one of their main limitations is represented by the associated computational cost. In this paper, an alternative approach based on genetic algorithms (GAs) is proposed. GAs are search methods based on evolutionary computations, which exploit operators inspired by genetic variation and natural selection rules. They have been proven to be theoretically and empirically robust in complex space searches by their founder, J. H. Holland. Contrary to most optimization techniques, whose goal is to improve performances toward the optimum, GAs aim at finding near-optimal solutions by performing parallel searches in the solution space. In this paper, an optimized target search strategy relying on GAs and exploiting an evolutionary approach for the computation of the IVF is presented. The proposed methodology was validated on several data sets, and it was compared against the original IVF implementation by Bal and Alam. Experimental results showed that the proposed approach is capable of significantly improving performances by dramatically reducing algorithm processing time.  相似文献   

3.
A search procedure with a philosophical basis in molecular biology is adapted for solving single and multiobjective structural optimization problems. This procedure, known as a genetic algorithm (GA). utilizes a blending of the principles of natural genetics and natural selection. A lack of dependence on the gradient information makes GAs less susceptible to pitfalls of convergence to a local optimum. To model the multiple objective functions in the problem formulation, a co-operative game theoretic approach is proposed. Examples dealing with single and multiobjective geometrical design of structures with discrete–continuous design variables, and using artificial genetic search are presented. Simulation results indicate that GAs converge to optimum solutions by searching only a small fraction of the solution space. The optimum solutions obtained using GAs compare favourably with optimum solutions obtained using gradient-based search techniques. The results indicate that the efficiency and power of GAs can be effectively utilized to solve a broad spectrum of design optimization problems with discrete and continuous variables with similar efficiency.  相似文献   

4.
For certain processes, the quality of the output can be monitored using attribute inspection statistical process control. Various approaches have been used to determine optimal or near-optimal parameters for such a plan. Since most of these approaches use an unconstrained model, some solutions can result in theoretical and pragmatic problems. In this paper we used Duncan's loss function as the objective function for the development of a Genetic Algorithm (GA). In addition to formulating a GA to find a solution to the model, user constraints concerning the frequency of inspection, the number of defects allowed and the production rate are used to limit the search space for the GA. The GA is selected over other search techniques such as traditional calculus-based, enumeration, or undirected random search methods because the GA is more robust than other search techniques.  相似文献   

5.
The facility layout problem (FLP), a typical combinational optimisation problem, is addressed in this paper by implementing parallel simulated annealing (SA) and genetic algorithms (GAs) based on a coarse-grained model to derive solutions for solving the static FLP with rectangle shape areas. Based on the consideration of minimising the material flow factor cost (MFFC), shape ratio factor (SRF) and area utilisation factor (AUF), a total layout cost (TLC) function is derived by conducting a weighted summation of MFFC, SRF and AUF. The evolution operations (including crossover, mutation, and selection) of GA provide a population-based global search in the space of possible solutions, and the SA algorithm can lead to an efficient local search near the optimal solution. By combing the characteristics of GA and SA, better solutions will be obtained. Moreover, the parallel implementation of simulated annealing based genetic algorithm (SAGA) enables a quick search for the optimal solution. The proposed method is tested by performing a case study simulation and the results confirm its feasibility and superiority to other approaches for solving FLP.  相似文献   

6.
The paper addresses minimizing makespan by a genetic algorithm (GA) for scheduling jobs with non-identical sizes on a single-batch-processing machine. A batch-processing machine can process up to B jobs simultaneously. The processing time of a batch is equal to the longest processing time among all jobs in the batch. Two different GAs are proposed based on different encoding schemes. The first is a sequence-based GA (SGA) that generates random sequences of jobs using GA operators and applies the batch first fit heuristic to group the jobs. The second is a batch-based hybrid GA (BHGA) that generates random batches of jobs using GA operators and ensures feasibility by using knowledge of the problem based on a heuristic procedure. A greedy local search heuristic based on the problem characteristics is hybridized with a BHGA that has the ability of steering efficiently the search toward the optimal or near-optimal schedules. The performance of proposed GAs is compared with a simulated annealing (SA) approach proposed by Melouk et al. (Melouk, S., Damodaran, P. and Chang, P.Y., Minimizing makespan for single machine batch processing with non-identical job sizes using simulated annealing. Int. J. Prod. Econ., 2004, 87, 141–147) and also against a modified lower bound proposed for the problem. Computational results show that BHGA performs considerably well compared with the modified lower bound and significantly outperforms the SGA and SA in terms of both quality of solutions and required runtimes.  相似文献   

7.
《Composites Part A》2007,38(8):1932-1946
The optimization of injection gate locations in liquid composite molding processes by trial and error based methods is time consuming and requires an elevated level of intuition, even when high fidelity physics-based numerical models are available. Optimization based on continuous sensitivity equations (CSE) and gradient search algorithms focused towards minimizing the mold infusion time gives a robust approach that will converge to local optima based on the initial solution. Optimization via genetic algorithms (GA) utilizes natural selection as a means of finding the optimal solution in the global domain; the computed solution is at best, close to the global optimum with further refinement still possible. In this paper, we present a hybrid global–local search approach that combines evolutionary GAs with gradient-based searches via the CSE. The hybrid approach provides a global search with the GA for a predetermined amount of time and is subsequently further refined with a gradient-based search via the CSE. In our hybrid method, we utilize the efficiency of gradient searches combined with the robustness of the GA. The resulting combination has been demonstrated to provide better and more physically correct results than either method alone. The hybrid method provides optimal solutions more quickly than GA alone and more robustly than CSE based searches alone. A resin infusion quality parameter that measures the deviation from a near uniform mold volume infusion rate is defined. The effectiveness of the hybrid method with a modified objective function that includes both the infusion time and the defined mold infusion quality parameter is demonstrated.  相似文献   

8.
Multilevel redundancy allocation optimization problems (MRAOPs) occur frequently when attempting to maximize the system reliability of a hierarchical system, and almost all complex engineering systems are hierarchical. Despite their practical significance, limited research has been done concerning the solving of simple MRAOPs. These problems are not only NP hard but also involve hierarchical design variables. Genetic algorithms (GAs) have been applied in solving MRAOPs, since they are computationally efficient in solving such problems, unlike exact methods, but their applications has been confined to single-objective formulation of MRAOPs. This paper proposes a multi-objective formulation of MRAOPs and a methodology for solving such problems. In this methodology, a hierarchical GA framework for multi-objective optimization is proposed by introducing hierarchical genotype encoding for design variables. In addition, we implement the proposed approach by integrating the hierarchical genotype encoding scheme with two popular multi-objective genetic algorithms (MOGAs)—the strength Pareto evolutionary genetic algorithm (SPEA2) and the non-dominated sorting genetic algorithm (NSGA-II). In the provided numerical examples, the proposed multi-objective hierarchical approach is applied to solve two hierarchical MRAOPs, a 4- and a 3-level problems. The proposed method is compared with a single-objective optimization method that uses a hierarchical genetic algorithm (HGA), also applied to solve the 3- and 4-level problems. The results show that a multi-objective hierarchical GA (MOHGA) that includes elitism and mechanism for diversity preserving performed better than a single-objective GA that only uses elitism, when solving large-scale MRAOPs. Additionally, the experimental results show that the proposed method with NSGA-II outperformed the proposed method with SPEA2 in finding useful Pareto optimal solution sets.  相似文献   

9.
Genetic algorithms (GAs) and simulated annealing (SA) have emerged as leading methods for search and optimization problems in heterogeneous wireless networks. In this paradigm, various access technologies need to be interconnected; thus, vertical handovers are necessary for seamless mobility. In this paper, the hybrid algorithm for real-time vertical handover using different objective functions has been presented to find the optimal network to connect with a good quality of service in accordance with the user’s preferences. As it is, the characteristics of the current mobile devices recommend using fast and efficient algorithms to provide solutions near to real-time. These constraints have moved us to develop intelligent algorithms that avoid slow and massive computations. This was to, specifically, solve two major problems in GA optimization, i.e. premature convergence and slow convergence rate, and the facilitation of simulated annealing in the merging populations phase of the search. The hybrid algorithm was expected to improve on the pure GA in two ways, i.e., improved solutions for a given number of evaluations, and more stability over many runs. This paper compares the formulation and results of four recent optimization algorithms: artificial bee colony (ABC), genetic algorithm (GA), differential evolution (DE), and particle swarm optimization (PSO). Moreover, a cost function is used to sustain the desired QoS during the transition between networks, which is measured in terms of the bandwidth, BER, ABR, SNR, and monetary cost. Simulation results indicated that choosing the SA rules would minimize the cost function and the GA–SA algorithm could decrease the number of unnecessary handovers, and thereby prevent the ‘Ping-Pong’ effect.  相似文献   

10.
To achieve efficient facility design, the problem of finding an initial slicing tree of a complete graph may influence the layout solutions in many ways. We introduce a maximum weight-matching algorithm to generate the slicing tree, which is used as an initial solution. This initial solution produces modifications to generate alternative layouts for further selection. The system employs a genetic algorithm (GA) as the search engine with a relationship weight function to obtain good solutions. The model is proposed to solve a fixed-shape layout problem. The research has made contributions to two areas. First, it defines a quality function for the clustering technique to generate an initial slicing tree. Second, it designs a process for generating layout alternatives that can take predetermined location constraints and weights based on relationships among facilities into consideration. We compare our initial slicing tree GA with other approaches in the literature. In addition, computational results to demonstrate the performance characteristics of our algorithm are also evaluated.  相似文献   

11.
This paper develops an efficient tabu search (TS) heuristic to solve the redundancy allocation problem for multi-state series–parallel systems. The system has a range of performance levels from perfect functioning to complete failure. Identical redundant elements are included in order to achieve a desirable level of availability. The elements of the system are characterized by their cost, performance and availability. These elements are chosen from a list of products available in the market. System availability is defined as the ability to satisfy consumer demand, which is represented as a piecewise cumulative load curve. A universal generating function technique is applied to evaluate system availability. The proposed TS heuristic determines the minimal cost system configuration under availability constraints. An originality of our approach is that it proceeds by dividing the search space into a set of disjoint subsets, and then by applying TS to each subset. The design problem, solved in this study, has been previously analyzed using genetic algorithms (GAs). Numerical results for the test problems from previous research are reported, and larger test problems are randomly generated. Comparisons show that the proposed TS out-performs GA solutions, in terms of both the solution quality and the execution time.  相似文献   

12.
It has been well established that to find an optimal or near-optimal solution to job shop scheduling problems (JSSPs), which are NP-hard, one needs to harness different features of many techniques, such as genetic algorithms (GAs) and tabu search (TS). In this paper, we report usage of such a framework which exploits the diversified global search and the intensified local search capabilities of GA and TS, respectively. The system takes its input directly from the process information in contrast to having a problem-specific input format, making it versatile in dealing with different JSSP. This framework has been successfully implemented to solve industrial JSSPs. In this paper, we evaluate its suitability by applying it on a set of well-known job shop benchmark problems. The results have been variable. The system did find optimal solutions for moderately hard benchmark problems (40 out of 43 problems tested). This performance is similar to, and in some cases better than, comparable systems, which also establishes the versatility of the system. However for the harder benchmark problems it had difficulty in finding a new improved solution. We analyse the possible reasons for such a performance.  相似文献   

13.
Innovative genetic algorithms for chemoinformatics   总被引:1,自引:0,他引:1  
In this paper, we report on the development of a genetic algorithm (GA) for pattern recognition analysis of multivariate chemical data. The GA identifies feature subsets that optimize the separation of the classes in a plot of the two or three largest principal components of the data. Because principal components maximize variance, the bulk of the information encoded by the selected features is about differences between classes in the data set. The principal component (PC) plot function as embedded information filter. Sets of features are selected based on their principal component plots, with a good principal component plot generated by features whose variance or information is primarily about differences between classes in the data set. This limits the GA to search for these types of feature subsets, significantly reducing the size of the search space. In addition, the pattern recognition GA focuses on those classes and/or samples that are difficult to classify by boosting their weights over successive generation using a perceptron to learn the class and sample weights. Samples that consistently classify correctly are not as heavily weighted in the analysis as samples that are difficult to classify. The pattern recognition GA integrates aspects of artificial intelligence and evolutionary computations to yield a “smart” one-pass procedure for feature selection. The efficacy and efficiency of the pattern recognition GA is demonstrated via problems from chemical communication and environmental analysis.  相似文献   

14.
Automated generation and analysis of dynamic system designs   总被引:3,自引:0,他引:3  
This research uses Genetic Algorithms (GA) to suggest new dynamic systems based on topological remapping of system constituents. The bondgraph representation of the dynamic system behavior is evolved by the operators encapsulated in the genetic algorithms to meet the specified design criteria. The resultant evolved graph is assembled by designers with schemes to produce design variants. Behavioral transformation and structural transformation are adopted as strategies to generate design variants that extend beyond the scope of parametric design into innovative design. Behavioral transformation involves changes in the structure of the representation graphs, while maintaining the functions. Structural transformation involves changes in the components and the subsystems represented by the graph fragments. GAs are used to implement the operators of the transformation to search the problem-solution space because GAs are very robust search routines. Further, since the goal is to generate many solutions, genetic speciation is used to diverge the search so as to uncover other desirable solutions. The dynamic systems are modeled using bond graphs. Bond graphs provide a unified approach to the analysis, synthesis and evaluation of dynamic engineering systems. Though the scope of this investigation is limited to systems represented by bond graphs, the domain is wide enough to include many interesting applications like pump systems and vibration isolation systems.  相似文献   

15.
In machining process planning, selection of machining datum and allocation of machining tolerances are crucial as they directly affect the part quality and machining efficiency. This study explores the feasibility to build a mathematical model for computer aided process planning (CAPP) to find the optimal machining datum set and machining tolerances simultaneously for rotational parts. Tolerance chart and an efficient dimension chain tracing method are utilized to establish the relationship between machining datums and tolerances. A mixed-discrete nonlinear optimization model is formulated with the manufacturing cost as the objective function and blueprint tolerances and machine tool capabilities as constraints. A directed random search method, genetic algorithm (GA), is used to find optimum solutions. The computational results indicate that the proposed methodology is capable and robust in finding the optimal machining datum set and tolerances. The proposed model and solution procedure can be used as a building block for computer automated process planning.  相似文献   

16.
Affective design is an important aspect of new product development, especially for consumer products, to achieve a competitive edge in the marketplace. It can help companies to develop new products that can better satisfy the emotional needs of customers. However, product designers usually encounter difficulties in determining the optimal settings of the design attributes for affective design. In this article, a novel guided search genetic algorithm (GA) approach is proposed to determine the optimal design attribute settings for affective design. The optimization model formulated based on the proposed approach applied constraints and guided search operators, which were formulated based on mined rules, to guide the GA search and to achieve desirable solutions. A case study on the affective design of mobile phones was conducted to illustrate the proposed approach and validate its effectiveness. Validation tests were conducted, and the results show that the guided search GA approach outperforms the GA approach without the guided search strategy in terms of GA convergence and computational time. In addition, the guided search optimization model is capable of improving GA to generate good solutions for affective design.  相似文献   

17.
Shuo Xu  Ze Ji  Duc Truong Pham  Fan Yu 《工程优选》2013,45(11):1141-1159
The simultaneous mission assignment and home allocation for hospital service robots studied is a Multidimensional Assignment Problem (MAP) with multiobjectives and multiconstraints. A population-based metaheuristic, the Binary Bees Algorithm (BBA), is proposed to optimize this NP-hard problem. Inspired by the foraging mechanism of honeybees, the BBA's most important feature is an explicit functional partitioning between global search and local search for exploration and exploitation, respectively. Its key parts consist of adaptive global search, three-step elitism selection (constraint handling, non-dominated solutions selection, and diversity preservation), and elites-centred local search within a Hamming neighbourhood. Two comparative experiments were conducted to investigate its single objective optimization, optimization effectiveness (indexed by the S-metric and C-metric) and optimization efficiency (indexed by computational burden and CPU time) in detail. The BBA outperformed its competitors in almost all the quantitative indices. Hence, the above overall scheme, and particularly the searching history-adapted global search strategy was validated.  相似文献   

18.
In this paper, we use genetic algorithms (GAs) as a heuristic for optimizing the illumination pattern for a single-axis digital sun sensor. Previous work has demonstrated that parametric algorithms can be used to provide better estimates of sun position than conventional centroiding techniques. The performance of these algorithms depends, in part, on the illumination pattern on the detector. Using a linear-phase superresolution technique that is combined with GA, we alter the number, shape, and placement of illuminating features. The GA estimator discovered high-fitness solutions that offer threefold to fivefold improvements over the baseline sensor design. We contend that these multiple peak patterns can greatly improve the performance of the sun sensor when they are coupled with parametric methods for sun position estimation. The optimal illumination pattern can be implemented, at minimal cost, by fabricating a replacement aperture mask.   相似文献   

19.
Genetic algorithms (GAs) have been used in many disciplines to optimize solutions for a broad range of problems. In the last 20 years, the statistical literature has seen an increase in the use and study of this optimization algorithm for generating optimal designs in a diverse set of experimental settings. These efforts are due in part to an interest in implementing a novel methodology as well as the hope that careful application of elements of the GA framework to the unique aspects of a designed experiment problem might lead to an efficient means of finding improved or optimal designs. In this paper, we explore the merits of using this approach, some of the aspects of design that make it a unique application relative to other optimization scenarios, and discuss elements which should be considered for an effective implementation. We conclude that the current GA implementations can, but do not always, provide a competitive methodology to produce substantial gains over standard optimal design strategies. We consider both the probability of finding a globally optimal design as well as the computational efficiency of this approach. Copyright © 2014 John Wiley & Sons, Ltd.  相似文献   

20.
An introduction to genetic algorithms   总被引:4,自引:0,他引:4  
Kalyanmoy Deb 《Sadhana》1999,24(4-5):293-315
  相似文献   

设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司    京ICP备09084417号-23

京公网安备 11010802026262号