共查询到20条相似文献,搜索用时 15 毫秒
1.
Chariklia A. Georgopoulou 《工程优选》2013,45(10):909-923
Metamodel-assisted evolutionary algorithms are low-cost optimization methods for CPU-demanding problems. Memetic algorithms combine global and local search methods, aiming at improving the quality of promising solutions. This article proposes a metamodel-assisted memetic algorithm which combines and extends the capabilities of the aforementioned techniques. Herein, metamodels undertake a dual role: they perform a low-cost pre-evaluation of population members during the global search and the gradient-based refinement of promising solutions. This reduces significantly the number of calls to the evaluation tool and overcomes the need for computing the objective function gradients. In multi-objective problems, the selection of individuals for refinement is based on domination and distance criteria. During refinement, a scalar strength function is maximized and this proves to be beneficial in constrained optimization. The proposed metamodel-assisted memetic algorithm employs principles of Lamarckian learning and is demonstrated on mathematical and engineering applications. 相似文献
2.
Christie Myburgh 《工程优选》2018,50(1):1-18
Material flow in a chemical processing plant often follows complicated control laws and involves plant capacity constraints. Importantly, the process involves discrete scenarios which when modelled in a programming format involves if–then–else statements. Therefore, a formulation of an optimization problem of such processes becomes complicated with nonlinear and non-differentiable objective and constraint functions. In handling such problems using classical point-based approaches, users often have to resort to modifications and indirect ways of representing the problem to suit the restrictions associated with classical methods. In a particular gold processing plant optimization problem, these facts are demonstrated by showing results from MATLAB®'s well-known fmincon routine. Thereafter, a customized evolutionary optimization procedure which is capable of handling all complexities offered by the problem is developed. Although the evolutionary approach produced results with comparatively less variance over multiple runs, the performance has been enhanced by introducing derived heuristics associated with the problem. In this article, the development and usage of derived heuristics in a practical problem are presented and their importance in a quick convergence of the overall algorithm is demonstrated. 相似文献
3.
Vivek Kumar Mehta 《工程优选》2013,45(5):537-550
In this article, a robust method is presented for handling constraints with the Nelder and Mead simplex search method, which is a direct search algorithm for multidimensional unconstrained optimization. The proposed method is free from the limitations of previous attempts that demand the initial simplex to be feasible or a projection of infeasible points to the nonlinear constraint boundaries. The method is tested on several benchmark problems and the results are compared with various evolutionary algorithms available in the literature. The proposed method is found to be competitive with respect to the existing algorithms in terms of effectiveness and efficiency. 相似文献
4.
CARLOS A. COELLO COELLO 《工程优选》2013,45(3):275-308
This paper presents a new approach to handle constraints using evolutionary algorithms. The new technique treats constraints as objectives, and uses a multiobjective optimization approach to solve the re-stated single-objective optimization problem. The new approach is compared against other numerical and evolutionary optimization techniques in several engineering optimization problems with different kinds of constraints. The results obtained show that the new approach can consistently outperform the other techniques using relatively small sub-populations, and without a significant sacrifice in terms of performance. 相似文献
5.
Arturo Hernndez Aguirre Salvador Botello Rionda Carlos A. Coello Coello Giovanni Lizrraga Lizrraga Efrn Mezura Montes 《International journal for numerical methods in engineering》2004,59(15):1989-2017
In this paper, we propose a new constraint‐handling technique for evolutionary algorithms which we call inverted‐shrinkable PAES (IS‐PAES). This approach combines the use of multiobjective optimization concepts with a mechanism that focuses the search effort onto specific areas of the feasible region by shrinking the constrained search space. IS‐PAES also uses an adaptive grid to store the solutions found, but has a more efficient memory‐management scheme than its ancestor (the Pareto archived evolution strategy for multiobjective optimization). The proposed approach is validated using several examples taken from the standard evolutionary and engineering optimization literature. Comparisons are provided with respect to the stochastic ranking method (one of the most competitive constraint‐handling approaches used with evolutionary algorithms currently available) and with respect to other four multiobjective‐based constraint‐handling techniques. Copyright© 2004 John Wiley & Sons, Ltd. 相似文献
6.
This study proposes a novel momentum-type particle swarm optimization (PSO) method, which will find good solutions of unconstrained and constrained problems using a delta momentum rule to update the particle velocity. The algorithm modifies Shi and Eberhart's PSO to enhance the computational efficiency and solution accuracy. This study also presents a continuous non-stationary penalty function, to force design variables to satisfy all constrained functions. Several well-known and widely used benchmark problems were employed to compare the performance of the proposed PSO with Kennedy and Eberhart's PSO and Shi and Eberhart's modified PSO. Additionally, an engineering optimization task for designing a pressure vessel was applied to test the three PSO algorithms. The optimal solutions are presented and compared with the data from other works using different evolutionary algorithms. To show that the proposed momentum-type PSO algorithm is robust, its convergence rate, solution accuracy, mean absolute error, standard deviation, and CPU time were compared with those of both the other PSO algorithms. The experimental results reveal that the proposed momentum-type PSO algorithm can efficiently solve unconstrained and constrained engineering optimization problems. 相似文献
7.
零件生产加工过程中,由于各加工特征有多个加工工艺而不同工艺方法又有不同的机器选择,以及受工艺约束的工序特征排序问题,使得柔性工艺规划问题具有NP难特性.通过对可选工序和机器进行分段编码;并用约束调整算法解决受工艺约束的工序排序问题;对于问题的多目标特性,采用随机权重来设置适应度函数,用外部精英保留策略并引入k-means聚类算法裁剪精英集来保持群体多样性,该方法通过该混合遗传算法的交差,变异等操作,能有效解决受工序约束的多工艺路线的优化与决策问题.以实例的形式论证了该算法在求解柔性工艺规划问题的有效可行性. 相似文献
8.
Constrained optimization problems (COPs) are very important in that they frequently appear in the real world. A COP, in which both the function and constraints may be nonlinear, consists of the optimization of a function subject to constraints. Constraint handling is one of the major concerns when solving COPs with particle swarm optimization (PSO) combined with the Nelder–Mead simplex search method (NM-PSO). This article proposes embedded constraint handling methods, which include the gradient repair method and constraint fitness priority-based ranking method, as a special operator in NM-PSO for dealing with constraints. Experiments using 13 benchmark problems are explained and the NM-PSO results are compared with the best known solutions reported in the literature. Comparison with three different meta-heuristics demonstrates that NM-PSO with the embedded constraint operator is extremely effective and efficient at locating optimal solutions. 相似文献
9.
Afonso C. C. Lemonge Helio J. C. Barbosa 《International journal for numerical methods in engineering》2004,59(5):703-736
A parameter‐less adaptive penalty scheme for genetic algorithms applied to constrained optimization problems is proposed. Using feedback from the evolutionary process the procedure automatically defines a penalty parameter for each constraint. The user is thus relieved from the burden of having to determine sensitive parameter(s) when dealing with every new constrained optimization problem. The procedure is shown to be effective and robust when applied to test problems from the evolutionary computation literature as well as several optimization problems from the structural engineering literature. Copyright © 2003 John Wiley & Sons, Ltd. 相似文献
10.
This paper proposes an algorithm based on a model of the immune system to handle constraints of all types (linear, nonlinear, equality, and inequality) in a genetic algorithm used for global optimization. The approach is implemented both in serial and parallel forms, and it is validated using several test functions taken from the specialized literature. Our results indicate that the proposed approach is highly competitive with respect to penalty-based techniques and with respect to other constraint-handling techniques which are considerably more complex to implement. 相似文献
11.
遗传算法在项目进度计划中的应用 总被引:3,自引:0,他引:3
在项目进度计划中,将工序的前后约束关系变换成一个关联矩阵,从可执行的工序集合中随机产生初始化种群,采用改进型的双点交叉算子,并提出了基于关系矩阵的邻位变异算子,避免了不可行个体的产生。文章给出一个3种资源约束的多项目进度计划实例以说明该算法的有效性。 相似文献
12.
Safety systems are designed to operate when certain conditions occur and to act to prevent their development into a hazardous situation. Failure of a safety system for a potentially hazardous industrial system or process may have catastrophic consequences, possibly injuring members of the work force or public and occasionally resulting in loss of life. The purpose of this paper is to describe a design optimization scheme using genetic algorithms applied to a firewater deluge system, which uses available resources to the best possible advantage to obtain an optimal safety system design. Copyright © 2003 John Wiley & Sons, Ltd. 相似文献
13.
W. Annicchiarico 《工程优选》2013,45(7):757-772
This article is concerned with the development of a general optimization tool based on distributed real genetic algorithms (DRGAs) assisted by metamodel evaluation and applied to structural shape optimization problems of general boundary-element models (BEMs). The evaluation fitness function is performed by a surrogate function based on multidimensional Gaussian random field models (MGRFMs) in order to minimize the computational cost of the evolutionary algorithms. The model boundary of a structural system or a mechanical tool is discretized using the BEM, and selected parts of the boundary are modelled using β-spline curves or surfaces in order to facilitate re-meshing and adaptation of the boundary to the external actions. Then a hypercube topology of populations of these models follows a genetic evolution process to determine the optimum shape of the system. The optimum models have minimum weight and satisfy all imposed constraints. A numerical example is presented and discussed in order to show the efficiency and robustness of the developed computational tool. The number of function evaluations is substantially reduced compared with previous versions of the optimization algorithm without the metamodel evaluation technique. 相似文献
14.
Finding a diverse set of high-quality (HQ) topologies for a single-objective optimization problem using an evolutionary computation algorithm can be difficult without a reliable measure that adequately describes the dissimilarity between competing topologies. In this article, a new approach for enhancing diversity among HQ topologies for engineering design applications is proposed. The technique initially selects one HQ solution and then searches for alternative HQ solutions by performing an optimization of the original objective and its dissimilarity with respect to the previously found solution. The proposed multi-objective optimization approach interactively amalgamates user articulated preferences with an evolutionary search so as sequentially to produce a set of diverse HQ solutions to a single-objective problem. For enhancing diversity, a new measure is suggested and an approach to reducing its computational time is studied and implemented. To illustrate the technique, a series of studies involving different topologies represented as bitmaps is presented. 相似文献
15.
《Materials and Manufacturing Processes》2012,27(5):570-576
We analyze the utility and scalability of extended compact genetic algorithm (eCGA)—a genetic algorithm (GA) that automatically and adaptively mines the regularities of the fitness landscape using machine learning methods and information theoretic measures—for ground state optimization of clusters. In order to reduce the computational time requirements while retaining the high reliability of predicting near-optimal structures, we employ two efficiency-enhancement techniques: (1) hybridizing eCGA with a local search method, and (2) seeding the initial population with lowest energy structures of a smaller cluster. The proposed method is exemplified by optimizing silicon clusters with 4–20 atoms. The results indicate that the population size required to obtain near-optimal solutions with 98% probability scales sub linearly (as Θ(n 0.83)) with the cluster size. The total number of function evaluations (cluster energy calculations) scales sub-cubically (as Θ(n 2.45)), which is a significant improvement over exponential scaling of poorly designed evolutionary algorithms. 相似文献
16.
Hung-Chieh Chang 《工程优选》2014,46(2):261-269
Economic dispatch is the short-term determination of the optimal output from a number of electricity generation facilities to meet the system load while providing power. As such, it represents one of the main optimization problems in the operation of electrical power systems. This article presents techniques to substantially improve the efficiency of the canonical coordinates method (CCM) algorithm when applied to nonlinear combined heat and power economic dispatch (CHPED) problems. The improvement is to eliminate the need to solve a system of nonlinear differential equations, which appears in the line search process in the CCM algorithm. The modified algorithm was tested and the analytical solution was verified using nonlinear CHPED optimization problems, thereby demonstrating the effectiveness of the algorithm. The CCM methods proved numerically stable and, in the case of nonlinear programs, produced solutions with unprecedented accuracy within a reasonable time. 相似文献
17.
Ranjan Kumar Kazuhiro Izui Shinji Nishiwaki 《Reliability Engineering & System Safety》2009,94(4):891-904
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. 相似文献
18.
Adil Amirjanov 《International journal for numerical methods in engineering》2004,61(15):2660-2674
During the last decade various methods have been proposed to handle linear and non‐linear constraints by using genetic algorithms to solve problems of numerical optimization. The key to success lies in focusing the search space towards a feasible region where a global optimum is located. This study investigates an approach that adaptively shifts and shrinks the size of the search space to the feasible region; it uses two strategies for estimating a point of attraction. Several test cases demonstrate the ability of this approach to reach effectively and accurately the global optimum with a low resolution of the binary representation scheme and without additional computational efforts. Copyright © 2004 John Wiley & Sons, Ltd. 相似文献
19.
Scalability of a Hybrid Extended Compact Genetic Algorithm for Ground State Optimization of Clusters
Kumara Sastry David. E. Goldberg D. D. Johnson 《Materials and Manufacturing Processes》2007,22(5):570-576
We analyze the utility and scalability of extended compact genetic algorithm (eCGA)—a genetic algorithm (GA) that automatically and adaptively mines the regularities of the fitness landscape using machine learning methods and information theoretic measures—for ground state optimization of clusters. In order to reduce the computational time requirements while retaining the high reliability of predicting near-optimal structures, we employ two efficiency-enhancement techniques: (1) hybridizing eCGA with a local search method, and (2) seeding the initial population with lowest energy structures of a smaller cluster. The proposed method is exemplified by optimizing silicon clusters with 4-20 atoms. The results indicate that the population size required to obtain near-optimal solutions with 98% probability scales sub linearly (as Θ(n0.83)) with the cluster size. The total number of function evaluations (cluster energy calculations) scales sub-cubically (as Θ(n2.45)), which is a significant improvement over exponential scaling of poorly designed evolutionary algorithms. 相似文献
20.
Reference point based optimization offers tools for the effective treatment of preference based multi-objective optimization problems, e.g. when the decision-maker has a rough idea about the target objective values. For the numerical solution of such problems, specialized evolutionary strategies have become popular, despite their possible slow convergence rates. Hybridizing such evolutionary algorithms with local search techniques have been shown to produce faster and more reliable algorithms. In this article, the directed search (DS) method is adapted to the context of reference point optimization problems, making this variant, called RDS, a well-suited option for integration into evolutionary algorithms. Numerical results on academic test problems with up to five objectives demonstrate the benefit of the novel hybrid (i.e. the same approximation quality can be obtained more efficiently by the new algorithm), using the state-of-the-art algorithm R-NSGA-II for this coupling. This represents an advantage when treating costly-to-evaluate real-world engineering design problems. 相似文献