首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 15 毫秒
1.
The intellects-masses optimizer (IMO) is a new variant of cultural algorithm, which is used to solve continuous numerical optimization problems. The proposed method divides its population into two sub-populations, one that contains the fittest individuals (called the intellects) and the other sub-population, which includes the rest of the individuals in the population (called the masses). The two sub-populations evolve in parallel and influence each other. IMO is a simple, easy to code approach that has few, easy to tune parameters. The performance of IMO is investigated on 25 problems; five of them are real-world engineering problems and six high-dimensional problems. IMO is compared with 6 other state-of-the-art swarm intelligence approaches on the 25 problems. The results show that IMO generally outperforms the other approaches.  相似文献   

2.
Blended biogeography-based optimization for constrained optimization   总被引:1,自引:0,他引:1  
Biogeography-based optimization (BBO) is a new evolutionary optimization method that is based on the science of biogeography. We propose two extensions to BBO. First, we propose a blended migration operator. Benchmark results show that blended BBO outperforms standard BBO. Second, we employ blended BBO to solve constrained optimization problems. Constraints are handled by modifying the BBO immigration and emigration procedures. The approach that we use does not require any additional tuning parameters beyond those that are required for unconstrained problems. The constrained blended BBO algorithm is compared with solutions based on a stud genetic algorithm (SGA) and standard particle swarm optimization 2007 (SPSO 07). The numerical results demonstrate that constrained blended BBO outperforms SGA and performs similarly to SPSO 07 for constrained single-objective optimization problems.  相似文献   

3.
Due to increasing interest in solving real-world optimization problems using evolutionary algorithms (EAs), researchers have recently developed a number of real-parameter genetic algorithms (GAs). In these studies, the main research effort is spent on developing an efficient recombination operator. Such recombination operators use probability distributions around the parent solutions to create an offspring. Some operators emphasize solutions at the center of mass of parents and some around the parents. In this paper, we propose a generic parent-centric recombination operator (PCX) and a steady-state, elite-preserving, scalable, and computationally fast population-alteration model (we call the G3 model). The performance of the G3 model with the PCX operator is investigated on three commonly used test problems and is compared with a number of evolutionary and classical optimization algorithms including other real-parameter GAs with the unimodal normal distribution crossover (UNDX) and the simplex crossover (SPX) operators, the correlated self-adaptive evolution strategy, the covariance matrix adaptation evolution strategy (CMA-ES), the differential evolution technique, and the quasi-Newton method. The proposed approach is found to consistently and reliably perform better than all other methods used in the study. A scale-up study with problem sizes up to 500 variables shows a polynomial computational complexity of the proposed approach. This extensive study clearly demonstrates the power of the proposed technique in tackling real-parameter optimization problems.  相似文献   

4.
5.
北极熊算法(Polar Bear Optimization, PBO)是2017年由David等人提出的一种受自然界启发的优化算法,算法的灵感来自于北极熊赖以在北极严酷的环境下生存下来的捕猎方式。由于PBO是近年才提出来的新颖智能优化算法,中文文献中关于PBO算法的描述和应用微乎其微。还原了PBO的开发背景,介绍了算法的相关运算算子和算法的详细执行步骤,展现了PBO算法在现实世界中的应用领域和实际效果。  相似文献   

6.
A graph-based parameterization concept for global laminate optimization   总被引:1,自引:1,他引:0  
A new graph-based parameterization concept aimed at the global optimization of laminated structures by the means of evolutionary algorithms and finite element analysis is introduced. The motivation to develop this novel parameterization concept is twofold. First, the entire design space is accessible to optimi zation down to the smallest entity, which is a single finite element, and secondly, this concept guarantees greatest flexibility in terms of laminate layer shape and placement. The finite element mesh of a structure is represented as a mathematical graph. Substructures of this graph form fiber reinforced and possibly overlapping patches and are affiliated to virtual graph vertices representing their properties. Adapted genetic variation operators are directly applied on this graph. The method allows for concurrent optimization of number, size, shape, and position of the patches and an arbitrary number of material related properties for each of them. The novel concept overcomes the limits of traditional geometry-based approaches, as it is able to represent almost arbitrary patch shapes even on curved surfaces. Two numerical examples demonstrate the efficiency of the method.  相似文献   

7.
Modern compilers present a great and ever increasing number of options which can modify the features and behavior of a compiled program. Many of these options are often wasted due to the required comprehensive knowledge about both the underlying architecture and the internal processes of the compiler. In this context, it is usual, not having a single design goal but a more complex set of objectives. In addition, the dependencies between different goals are difficult to be a priori inferred. This paper proposes a strategy for tuning the compilation of any given application. This is accomplished by using an automatic variation of the compilation options by means of multi-objective optimization and evolutionary computation commanded by the NSGA-II algorithm. This allows finding compilation options that simultaneously optimize different objectives. The advantages of our proposal are illustrated by means of a case study based on the well-known Apache web server. Our strategy has demonstrated an ability to find improvements up to 7.5% and up to 27% in context switches and L2 cache misses, respectively, and also discovers the most important bottlenecks involved in the application performance.  相似文献   

8.
In recent years, a general-purpose local-search heuristic method called Extremal Optimization (EO) has been successfully applied in some NP-hard combinatorial optimization problems. In this paper, we present a novel Pareto-based algorithm, which can be regarded as an extension of EO, to solve multiobjective optimization problems. The proposed method, called Multiobjective Population-based Extremal Optimization (MOPEO), is validated by using five benchmark functions and metrics taken from the standard literature on multiobjective evolutionary optimization. The experimental results demonstrate that MOPEO is competitive with the state-of-the-art multiobjective evolutionary algorithms. Thus MOPEO can be considered as a viable alternative to solve multiobjective optimization problems.  相似文献   

9.
Algorithms for the estimation of nonlinear regression parameters are considered. Adaptive population-based search algorithms are proposed and implemented in deriving reliable estimates at a reasonable time with default setting of their controlling parameters. The algorithms are tested on the NIST collection of data sets containing 27 nonlinear regression tasks of various level of difficulty. The experimental results show that both algorithms with competing heuristics are significantly more reliable as compared with the algorithm based on Levenberg-Marquardt optimizing procedure.  相似文献   

10.
Due to the challenging constraint search space of real-world engineering problems, a variation of the Chimp Optimization Algorithm (ChOA) called the Universal Learning Chimp Optimization Algorithm (ULChOA) is proposed in this paper, in which a unique learning method is applied to all previous best knowledge obtained by chimps (candid solutions) to update prey’s positions (best solution). This technique preserves the chimp’s variety, discouraging early convergence in multimodal optimization problems. Furthermore, ULChOA introduces a unique constraint management approach for dealing with the constraints in real-world constrained optimization issues. A total of fifteen commonly recognized multimodal functions, twelve real-world constrained optimization challenges, and ten IEEE CEC06-2019 suit tests are utilized to assess the ULChOA's performance. The results suggest that the ULChOA surpasses sixteen out of eighteen algorithms by an average Friedman rank of better than 78 percent for all 25 numerical functions and 12 engineering problems while outperforming jDE100 and DISHchain1e + 12 by 21% and 39%, respectively. According to Bonferroni-Dunn and Holm's tests, ULChOA is statistically superior to benchmark algorithms regarding test functions and engineering challenges. We believe that the ULChOA proposed here may be utilized to solve challenges requiring multimodal search spaces. Furthermore, ULChOA is more widely applicable to engineering applications than competitor benchmark algorithms.  相似文献   

11.
Learning algorithm for multimodal optimization   总被引:1,自引:0,他引:1  
We present a new evolutionary algorithm—“learning algorithm” for multimodal optimization. The scheme for reproducing a new generation is very simple. Control parameters, of the length of the list of historical best solutions and the “learning probability” of the current solutions being moved towards the current best solutions and towards the historical ones, are used to assign different search intensities to different parts of the feasible area and to direct the updating of the current solutions. Results of numerical tests on minimization of the 2D Schaffer function, the 2D Shubert function and the 10D Ackley function show that this algorithm is effective and efficient in finding multiple global solutions of multimodal optimization problems.  相似文献   

12.
An evolutionary method for complex-process optimization   总被引:1,自引:0,他引:1  
In this paper we present a new evolutionary method for complex-process optimization. It is partially based on the principles of the scatter search methodology, but it makes use of innovative strategies to be more effective in the context of complex-process optimization using a small number of tuning parameters. In particular, we introduce a new combination method based on path relinking, which considers a broader area around the population members than previous combination methods. We also use a population-update method which improves the balance between intensification and diversification. New strategies to intensify the search and to escape from suboptimal solutions are also presented. The application of the proposed evolutionary algorithm to different sets of both state-of-the-art continuous global optimization and complex-process optimization problems reveals that it is robust and efficient for the type of problems intended to solve, outperforming the results obtained with other methods found in the literature.  相似文献   

13.
This paper presents a hierarchical neighbourhood search method for solving topology optimization problems defined on discretized linearly elastic continuum structures. The design of the structure is represented by binary design variables indicating material or void in the various finite elements.Two different designs are called neighbours if they differ in only one single element, in which one of them has material while the other has void. The proposed neighbourhood search method repeatedly jumps to the best neighbour of the current design until a local optimum has been found, where no further improvement can be made. The engine of the method is an efficient exploitation of the fact that if only one element is changed (from material to void or from void to material) then the new global stiffness matrix is just a low-rank modification of the old one. To further speed up the process, the method is implemented in a hierarchical way. Starting from a coarse finite element mesh, the neighbourhood search is repeatedly applied on finer and finer meshes.Numerical results are presented for minimum-weight problems with constraints on respectively compliance, strain energy densities in all non-void elements, and von Mises stresses in all non-void elements.  相似文献   

14.
Particle swarm optimization (PSO) is an evolutionary algorithm known for its simplicity and effectiveness in solving various optimization problems. PSO should have strong yet balanced exploration and exploitation capabilities to enhance its performance. A superior solution guided PSO (SSG-PSO) framework integrated with an individual level based mutation operator and different local search techniques is proposed in this study. In SSG-PSO, a collection of superior solutions is maintained and updated with the evolutionary process, such that each particle can comprehensively learn from the recorded superior solutions. In addition, to maintain the diversity of the particle swarm, SSG-PSO is combined with an individual level based mutation operator, which will be invoked when a particle is trapped in a local optimum (determined by the fitness and position states of the particle), thereby improving the adaptation and flexibility of each individual particle. Moreover, two gradient-based local search techniques, namely, the Broyden–Fletcher–Goldfarb–Shanno (BFGS) and Davidon–Fletcher–Powell (DFP) Quasi–Newton methods, and two derivative-free local search techniques, namely, pattern search and Nelder–Mead simplex search, are incorporated into SSG-PSO. The performances of SSG-PSO and that of its local search enhanced variants are extensively and comparatively studied on a suit of benchmark optimization functions.  相似文献   

15.
In recent years, particle swarm optimization (PSO) emerges as a new optimization scheme that has attracted substantial research interest due to its simplicity and efficiency. However, when applied to high-dimensional problems, PSO suffers from premature convergence problem which results in a low optimization precision or even failure. To remedy this fault, this paper proposes a novel memetic PSO (CGPSO) algorithm which combines the canonical PSO with a Chaotic and Gaussian local search procedure. In the initial evolution phase, CGPSO explores a wide search space that helps avoid premature convergence through Chaotic local search. Then in the following run phase, CGPSO refines the solutions through Gaussian optimization. To evaluate the effectiveness and efficiency of the CGPSO algorithm, thirteen high dimensional non-linear scalable benchmark functions were examined. Results show that, compared to the standard PSO, CGPSO is more effective, faster to converge, and less sensitive to the function dimensions. The CGPSO was also compared with two PSO variants, CPSO-H, DMS-L-PSO, and two memetic optimizers, DEachSPX and MA-S2. CGPSO is able to generate a better, or at least comparable, performance in terms of optimization accuracy. So it can be safely concluded that the proposed CGPSO is an efficient optimization scheme for solving high-dimensional problems.  相似文献   

16.
Surrogate Models have emerged as a useful technique to study system performance in engineering projects, especially engineering optimization. Previous research has focused on developing more efficient surrogate models and their application to practical problems. However, due to the scarcity of training data in the model and the lack of inheritance of similar information, the surrogate model of new projects is usually constructed from scratch, and the optimization effect of engineering design may not be satisfactory. As the need to rapidly design serialized products increases significantly, one potential solution is to transfer prior knowledge of similar models. In this study, a new surrogate-assisted global transfer optimization (SGTO) framework is proposed. The framework consists of three stages: space division, adaptive samples estimation and dynamic transfer allocation. The new promising samples were labeled by the error, predicted value, sample density of the interactive information, and the anti-error deletion strategy was set. In this way, SGTO facilitates information transfer across projects, avoids learning new problems from scratch, and significantly reduces the computational burden. Through 17 benchmark cases and four engineering cases, the average performance of the framework is improved by 12.8%.  相似文献   

17.
We study the use of neural networks as approximate models for the fitness evaluation in evolutionary design optimization. To improve the quality of the neural network models, structure optimization of these networks is performed with respect to two different criteria: One is the commonly used approximation error with respect to all available data, and the other is the ability of the networks to learn different problems of a common class of problems fast and with high accuracy. Simulation results from turbine blade optimizations using the structurally optimized neural network models are presented to show that the performance of the models can be improved significantly through structure optimization.We would like to thank the BMBF, grant LOKI, number 01 IB 001 C, for their financial support of our research.  相似文献   

18.
A new hybrid optimization algorithm is proposed for minimization of continuous multi-modal functions. The algorithm called Global Simplex Optimization (GSO) is a population set based Evolutionary Algorithm (EA) incorporating a special multi-stage, stochastic and weighted version of the reflection operator of the classical simplex method. An optional mutation operator has also been tested and then removed from the structure of the final algorithm in favor of simplicity and because of insignificant effect on performance. The promising performance achieved by GSO is demonstrated by comparisons made to some other state-of-the-art global optimization algorithms over a set of conventional benchmark problems.  相似文献   

19.
Maintaining a balance between convergence and diversity of the population in the objective space has been widely recognized as the main challenge when solving problems with two or more conflicting objectives. This is added by another difficulty of tracking the Pareto optimal solutions set (POS) and/or the Pareto optimal front (POF) in dynamic scenarios. Confronting these two issues, this paper proposes a Pareto-based evolutionary algorithm using decomposition and truncation to address such dynamic multi-objective optimization problems (DMOPs). The proposed algorithm includes three contributions: a novel mating selection strategy, an efficient environmental selection technique and an effective dynamic response mechanism. The mating selection considers the decomposition-based method to select two promising mating parents with good diversity and convergence. The environmental selection presents a modified truncation method to preserve good diversity. The dynamic response mechanism is evoked to produce some solutions with good diversity and convergence whenever an environmental change is detected. In the experimental studies, a range of dynamic multi-objective benchmark problems with different characteristics were carried out to evaluate the performance of the proposed method. The experimental results demonstrate that the method is very competitive in terms of convergence and diversity, as well as in response speed to the changes, when compared with six other state-of-the-art methods.  相似文献   

20.
In this paper, a novel multi-objective group search optimizer named NMGSO is proposed for solving the multi-objective optimization problems. To simplify the computation, the scanning strategy of the original GSO is replaced by the limited pattern search procedure. To enrich the search behavior of the rangers, a special mutation with a controlling probability is designed to balance the exploration and exploitation at different searching stages and randomness is introduced in determining the coefficients of members to enhance the diversity. To handle multiple objectives, the non-dominated sorting scheme and multiple producers are used in the algorithm. In addition, the kernel density estimator is used to keep diversity. Simulation results based on a set of benchmark functions and comparisons with some methods demonstrate the effectiveness and robustness of the proposed algorithm, especially for the high-dimensional problems.  相似文献   

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

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