首页 | 本学科首页   官方微博 | 高级检索  
相似文献
 共查询到20条相似文献,搜索用时 15 毫秒
1.
In this study, a new metaheuristic optimization algorithm, called cuckoo search (CS), is introduced for solving structural optimization tasks. The new CS algorithm in combination with Lévy flights is first verified using a benchmark nonlinear constrained optimization problem. For the validation against structural engineering optimization problems, CS is subsequently applied to 13 design problems reported in the specialized literature. The performance of the CS algorithm is further compared with various algorithms representative of the state of the art in the area. The optimal solutions obtained by CS are mostly far better than the best solutions obtained by the existing methods. The unique search features used in CS and the implications for future research are finally discussed in detail.  相似文献   

2.
3.
《Applied Soft Computing》2007,7(1):166-188
Most real world engineering design optimisation approaches reported in the literature aim to find the best set of solutions using computationally expensive quantitative (QT) models without considering the related qualitative (QL) effect of the design problem simultaneously. Although, the QT models provide various detailed information about the design problem, unfortunately, these approaches can result in unrealistic design solutions. This paper presents a soft computing-based integrated design optimisation framework of QT and QL search spaces using meta-models (design of experiment, DoE). The proposed approach is applied to multi-objective rod rolling problem with promising results. The paper concludes with a detailed discussion on the relevant issues of integrated QT and QL design strategy for design optimisation problems outlining its strengths and challenges.  相似文献   

4.
In this paper, we propose a parallel processing model based on systolic computing merged with concepts of evolutionary algorithms. The proposed model works over a Graphics Processing Unit using the structure of threads as cells that form a systolic mesh. Data passes through those cells, each one performing a simple computing operation. The systolic algorithm is implemented using NVIDIA’s compute unified device architecture. To investigate the behavior and performance of the proposed model we test it over a NP-complete problem. The study of systolic algorithms on GPU and the different versions of the proposal show that our canonical model is a competitive solver with efficacy and presents a good scalability behavior across different instance sizes.  相似文献   

5.

Cancer classification is one of the main steps during patient healing process. This fact enforces modern clinical researchers to use advanced bioinformatics methods for cancer classification. Cancer classification is usually performed using gene expression data gained in microarray experiment and advanced machine learning methods. Microarray experiment generates huge amount of data, and its processing via machine learning methods represents a big challenge. In this study, two-step classification paradigm which merges genetic algorithm feature selection and machine learning classifiers is utilized. Genetic algorithm is built in MapReduce programming spirit which makes this algorithm highly scalable for Hadoop cluster. In order to improve the performance of the proposed algorithm, it is extended into a parallel algorithm which process on microarray data in distributed manner using the Hadoop MapReduce framework. In this paper, the algorithm was tested on eleven GEMS data sets (9 tumors, 11 tumors, 14 tumors, brain tumor 1, lung cancer, brain tumor 2, leukemia 1, DLBCL, leukemia 2, SRBCT, and prostate tumor) and its accuracy reached 100% for less than 25 selected features. The proposed cloud computing-based MapReduce parallel genetic algorithm performed well on gene expression data. In addition, the scalability of the suggested algorithm is unlimited because of underlying Hadoop MapReduce platform. The presented results indicate that the proposed method can be effectively implemented for real-world microarray data in the cloud environment. In addition, the Hadoop MapReduce framework demonstrates substantial decrease in the computation time.

  相似文献   

6.
Generally the most real world production systems are tackling several different responses and the problem is optimizing these responses concurrently. This study strives to present a new two-phase hybrid genetic based metaheuristic for optimizing nonlinear continuous multi-response problems. Premature convergence and getting stuck in local optima, which makes the algorithm time consuming, are common problems dealing with genetic algorithms (GAs). So we hybridize GA with a clustering approach and particle swarm optimization algorithm (PSO) to make a balanced relationship between time consuming and premature termination. The proposed algorithm also tries to find Ideal Points (IPs) for response functions. IPs are considered as improvement measures that determine when PSO should start. PSO based local search exploit Pareto archive solutions to enhance performance of the algorithm by expanding the search space. Since there is no standard benchmark in this field, we use two case studies from distinguished paper in multi-response optimization and compare the results with some of the mentioned algorithms in the literature. Results show the outperformance of the proposed algorithm than all of them.  相似文献   

7.
Webnaut is an intelligent agent system that uses a genetic algorithm to collect and recommend Web pages. A feedback mechanism adapts to user interests as they evolve. The authors first describe intelligent assistant systems in general and then present the Webnaut architecture, its learning agent, and the genetic algorithm. They conclude with results from two preliminary experiments that tested the accuracy and adaptability of the learning agent  相似文献   

8.
基于云计算的混合并行遗传算法求解最短路径   总被引:2,自引:0,他引:2  
为提高最短路径求解问题的效率,提出一种基于云计算的细粒度混合并行遗传算法求解最短路径的方法。方法采用云计算中H adoop的Map Reduce并行编程模型,提高编码效率,同时将细粒度并行遗传算法和禁忌搜索算法结合,提高了寻优算法的计算速度和局部寻优能力,进而提高最短路径的求解效率。仿真结果表明,该方法在计算速度和性能上优于经典遗传算法和并行遗传算法,是一种有效的最短路径求解方法。  相似文献   

9.
10.
As the credit industry has been growing rapidly, credit scoring models have been widely used by the financial industry during this time to improve cash flow and credit collections. However, a large amount of redundant information and features are involved in the credit dataset, which leads to lower accuracy and higher complexity of the credit scoring model. So, effective feature selection methods are necessary for credit dataset with huge number of features. In this paper, a novel approach, called RSFS, to feature selection based on rough set and scatter search is proposed. In RSFS, conditional entropy is regarded as the heuristic to search the optimal solutions. Two credit datasets in UCI database are selected to demonstrate the competitive performance of RSFS consisted in three credit models including neural network model, J48 decision tree and Logistic regression. The experimental result shows that RSFS has a superior performance in saving the computational costs and improving classification accuracy compared with the base classification methods.  相似文献   

11.
In this paper a multi-start iterated local search (MS-ILS) algorithm is presented as a new and effective approach to solve the multi-mode resource-constrained project scheduling problem (MRCPSP). The MRCPSP is a well-known project scheduling NP-Hard optimization problem, in which there is a trade-off between the duration of each project activity and the amount of resources they require to be completed. The proposed algorithm generates an initial solution, performs a local search to obtain a local optimum, subsequently, for a certain number of iterations, makes a perturbation to that local optimum and performs a new local search on the perturbed solution. This whole process then restarts with a different initial solution for a certain number of restarts. The algorithm was tested on benchmark instances of projects with 30, 50 and 100 activities from well-known libraries. The obtained results were compared to recent benchmark results from the literature. The proposed algorithm outperforms other solution methods found in related literature for the largest tested instances (100 activities), while for smaller instances it shows to be quite competitive, in terms of the average deviation against known lower bounds.  相似文献   

12.
Cross-selling campaigns seek to offer the right products to the set of customers with the goal of maximizing expected profit, while, at the same time, respecting the purchasing constraints set by investors. In this context, a bi-objective version of this NP-Hard problem is approached in this paper, aiming at maximizing both the promotion campaign total profit and the risk-adjusted return, which is estimated with the reward-to-variability ratio known as Sharpe ratio. Given the combinatorial nature of the problem and the large volume of data, heuristic methods are the most common used techniques. A Greedy Randomized Neighborhood Structure is also designed, including the characteristics of a neighborhood exploration strategy together with a Greedy Randomized Constructive technique, which is embedded in a multi-objective local search metaheuristic. The latter combines the power of neighborhood exploration by using a Pareto Local Search with Variable Neighborhood Search. Sets of non-dominated solutions obtained by the proposed method are described and analyzed for a number of problem instances.  相似文献   

13.

The subject of content-based cybercrime has put on substantial coverage in recent past. It is the need of the time for web-based social media providers to have the capability to distinguish oppressive substance both precisely and proficiently to secure their clients. Support vector machine (SVM) is usually acknowledged as an efficient supervised learning model for various classification problems. Nevertheless, the success of an SVM model relies upon the ideal selection of its parameters as well as the structure of the data. Thus, this research work aims to concurrently optimize the parameters and feature selection with a target to build the quality of SVM. This paper proposes a novel hybrid model that is the integration of cuckoo search and SVM, for feature selection and parameter optimization for efficiently solving the problem of content-based cybercrime detection. The proposed model is tested on four different datasets obtained from Twitter, ASKfm and FormSpring to identify bully terms using Scikit-Learn library and LIBSVM of Python. The results of the proposed model demonstrate significant improvement in the performance of classification on all the datasets in comparison to recent existing models. The success rate of the SVM classifier with the excellent recall is 0.971 via tenfold cross-validation, which demonstrates the high efficiency and effectiveness of the proposed model.

  相似文献   

14.
Agile satellites belong to the new generation of satellites with three degrees of freedom for acquiring images on the Earth. As a result, they have longer visible time windows for the requested targets. An image shot can be conducted at any time in the window if and only if the time left is sufficient for the fulfillment of the imaging process. For an agile satellite, a different observation time means a different image angle, thus defining a different transition time from its neighboring tasks. Therefore, the setup time for each imaging process depends on the selection of its observation start time, making the problem a time-dependent scheduling problem. To solve it, we develop a metaheuristic, called adaptive large neighborhood search (ALNS), thus creating a conflict-free observational timeline. ALNS is a local search framework in which a number of simple operators compete to modify the current solution. In our ALNS implementation, we define six removal operators and three insertion operators. At each iteration, a pair of operators is selected to destroy the current solution and generate a new solution with a large collection of variables modified. Time slacks are introduced to confine the propagation of the time-dependent constraint of transition time. Computational experiments show that the ALNS metaheuristic performs effectively, fulfilling more tasks with a good robustness.  相似文献   

15.
Deception,dominance and implicit parallelism in genetic search   总被引:3,自引:0,他引:3  
This paper presents several theorems concerning the nature of deception, its relationship to hyperplane dominance, and the central role that deception plays in function optimization using genetic algorithms. The theoretical results relate to four general themes. First, the concept of a deceptive attractor is introduced; it is shown that a deceptive attractor must be the complement of the global solution for a problem to be fully deceptive. It is also shown that the deceptive attractor must either be a local optimum in Hamming space, or adjacent to a local optimum in Hamming space if the problem is fully deceptive. Second, it can be shown that the global solution to nondeceptive problems can be inferred (theoretically and often in practice) by determining the winners of the order-1 hyperplanes. The third theme relates the concept of deception and dominance. If a dominance relationship exists between two hyperplanes then deception is impossible between those two partitions of hyperspace; analogously, deception between two hyperplanes precludes a dominance relationship. The fourth theme relates to deception and implicit parallelism. It can be shown that if a genetic algorithm reliably allocates exponentially more trials to the observed best, then implicit parallelism (and the 2-arm bandit analogy) breaks down when deception is present.  相似文献   

16.
Tran-Ngoc  H.  Khatir  S.  Le-Xuan  T.  De Roeck  G.  Bui-Tien  T.  Abdel Wahab  M. 《Engineering with Computers》2021,38(3):1865-1883

The Guadalquivir bridge is a large-scale twin steel truss bridge located in Spain that opened to traffic in 1929. Since the bridge has come into operation for a long time, structural health monitoring (SHM) is strictly necessary to guarantee safety and avoid serious incidents. This paper proposes a novel approach to model updating for the Guadalquivir bridge based on the vibration measurements combined with a hybrid metaheuristic search algorithm. Cuckoo Search (CS) is an evolutionary algorithm derived from global search techniques to look for the best solution. Nevertheless, CS contains some fundamental defects that may reduce its effectiveness in dealing with optimization issues. A main drawback of CS arises in the low convergence level because CS applies fixed values for parameters when looking for the optimal solution. In addition, CS relies a lot on the quality of original populations and does not have the capability to enhance the quality of the next generations. If the position of the original particles is far from the optimal places, it may be challenging to look for the best solution. To remedy the shortcomings of CS, we propose a hybrid metaheuristic algorithm (HGAICS) employing the advantages of both Genetic Algorithm (GA) and Improved Cuckoo Search (ICS) to solve optimization problems. HGAICS contains two outstanding characteristics as follows: (1) GA is employed to create original particles with the best quality based on the capacity of crossover and mutation operators and (2) those particles are then applied to look for the global best derived from the flexible and global search ability of ICS. This paper also presents the application of wireless triaxial sensors (WTSs) taking the place of classical wired systems (CWSs) to the measurements. The use of WTSs increases dramatically the freedom in setting up experimental measurements. The results show that the performance of the proposed hybrid algorithm not only determines uncertain parameters of the Guadalquivir bridge properly, but also is more accurate than GA, CS, and improved CS (ICS). A MATLAB package of the proposed method (HGAICS) is available via GitHub: https://github.com/HoatranCH/HGAICS.

  相似文献   

17.
Control of vibration of flexible structures has been of remarkable research attention in the last decade. Conventional control methods have not been widely successful due to the dynamic complexity of flexible structures. The literature has recently seen an emergence of demand of soft computing techniques in modelling and control of such dynamic systems. However, the form of soft computing required depends on the nature of the application. This paper accordingly presents investigations into modelling and control techniques based on soft computing methods for vibration suppression of two-dimensional flexible plate structures. The design and analysis of an active vibration control (AVC) system utilising soft computing techniques including neural networks and fuzzy logic is presented. The investigation involves soft computing approach with single-input single-output (SISO) and single-input multi-output (SIMO) AVC structures. A comprehensive comparative assessment of the approaches in terms of performance and design efficiency is also provided. Investigations reveal that the developed soft computing-based AVC system performs very well in the suppression of vibration of a flexible plate structure. It is also shown that the developed SIMO AVC system performs much better in the suppression of vibration of a flexible plate structure in comparison to the SISO AVC system.  相似文献   

18.
Image reconstruction from projections is a key problem in medical image analysis. In this paper, we cast image reconstruction from projections as a multi-objective problem. It is essential to choose some proper objective functions of the problem. We choose the square error, smoothness of the reconstructed image, and the maximum entropy as our objective functions of the problem. Then we introduce a hybrid algorithm comprising of multi-objective genetic and local search algorithms to reconstruct the image. Our algorithm has remarkable global performance. Our experiments show that we can get different results when we give different weights to different objective functions. We can also control the noise by giving different weights on different objective function. At the same time, we can adjust the parameter to let it have good local performance. Though the computation demands of the hybrid algorithm tends to be larger because of the random search of the GA, it is really a common feature of the global optimization method. Our results show that the hybrid algorithm is a more effective than the conventional method. We think our method is very promising for the medical imaging field.  相似文献   

19.
In recent years a number of metaheuristic search techniques have been widely used in developing structural optimization algorithms. Amongst these techniques are genetic algorithms, simulated annealing, evolution strategies, particle swarm optimizer, tabu search, ant colony optimization and harmony search. The primary goal of this paper is to objectively evaluate the performance of abovementioned seven techniques in optimum design of pin jointed structures. First, a verification of the algorithms used to implement the techniques is carried out using a benchmark problem from the literature. Next, the techniques compiled in an unbiased coding platform are evaluated and compared in terms of their solution accuracies as well as convergence rates and reliabilities using four real size design examples formulated according to the design limitations imposed by ASD-AISC (Allowable Stress Design Code of American Institute of Steel Institution). The results reveal that simulated annealing and evolution strategies are the most powerful techniques, and harmony search and simple genetic algorithm methods can be characterized by slow convergence rates and unreliable search performance in large-scale problems.  相似文献   

20.
In a previous paper (Rowe et al., 2002), aspects of the theory of genetic algorithms were generalised to the case where the search space, omega, had an arbitrary group action defined on it. Conditions under which genetic operators respect certain subsets of omega were identified, leading to a generalisation of the term schema. In this paper, search space groups with more detailed structure are examined. We define the class of structural crossover operators that respect certain schemata in these groups, which leads to a generalised schema theorem. Recent results concerning the Fourier (or Walsh) transform are generalised. In particular, it is shown that the matrix group representing omega can be simultaneously diagonalised if and only if omega is Abelian. Some results concerning structural crossover and mutation are given for this case.  相似文献   

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

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