搜索资源列表
-
0下载:
to learn the use evolutionary algorithms in matlab
-
-
0下载:
演化算法的使用分析,从效率上,从收敛速度上都做了仔细的分析-The use of evolutionary algorithms analysis of efficiency, from the convergence rate has done a careful analysis of
-
-
0下载:
Introduction Evolutionary Algorithms: Overview, Methods and Operators.
-
-
0下载:
基于多样性测度的改进的多目标进化算法。处理约束问题的改进的多目标进化算法。-Diversity measure based on improved multi-objective evolutionary algorithm. Improved handling Constrained multi-objective evolutionary algorithm.
-
-
0下载:
约束优化进化算法,采用多目标优化算法的思想求解约束优化问题-constrained optimization evolutionary algorithms
-
-
0下载:
A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolution
-
-
0下载:
多层次合作型协同演化算法,自适应分组规模的方法首次在CC中被应用-Multi-level cooperative co-evolutionary algorithms, adaptive packet size approach was first applied in the CC
-
-
0下载:
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-a genetic algorithm (GA)
-
-
0下载:
In the computer science field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutio
-
-
0下载:
爬山算法,用于求解全局优化问题,并且可以与其他进化算法相结合纠结全局优化问题。-Climbing algorithm for solving global optimization problems, and can combine with other evolutionary algorithms tangled global optimization problems.
-
-
0下载:
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
-
-
1下载:
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现
-
-
0下载:
遗传算法属于进化算法( Evolutionary Algorithms) 的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解. 遗传算法有三个基本算子:选择、交叉和变异.-Genetic algorithm is a kind of evolutionary algorithm (moeca), it is through the imitation of nature selection and genetic mechanism to find the optimal solution
-
-
0下载:
粒子群算法(PSO)是一种基于群体的随机优化技术。与其它基于群体的进化算法相比,它们均初始化为一组随机解,通过迭代搜寻最优解。不同的是:进化计算遵循适者生存原则,而PSO模拟社会。将每个可能产生的解表述为群中的一个微粒,每个微粒都具有自己的位置向量和速度向量,以及一个由目标函数决定的适应度。所有微粒在搜索空间中以一定速度飞行,通过追随当前搜索到的最优值来寻找全局最优值。 -Particle swarm optimization (PSO) is a kind of stochastic opti
-
-
0下载:
实现群体智能算法中进化算法基本功能,包括变异,交叉,选择等-Realization of swarm intelligence algorithms evolutionary algorithms basic functions, including mutation, crossover, selection
-
-
0下载:
PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质-PSO algorithm is a kind of evolutionary algorithms,Similar and simulated annealing algorithm,It is also starting the random solution,To find the optimal solution by iteration,It is also t
-
-
0下载:
进化计算学习的重要文档,需要的赶紧下。亲测有效-Meta-larmkican study important documents, and we need quickly under. Effective pro-test
-
-
0下载:
文化算法是一种用于解决复杂计算的新型全局优化搜索算法,它模拟人类社会的演化过程。在人类社会中,文化可以被看做是信息的载体,这些信息潜在地影响所有社会成员,并且有益于指导同代及其后代解决问题的实践活动。区别于其他进化算法,文化算法是基于知识的双层进化系统,其包含两个进化空间:一个是由在进化过程中获取的经验和知识组成的信仰空间;另一个是由具体个体组成的种群空间,通过进化操作和性能评价进行自身的迭代。-Culture is an algorithm to solve complex calculati
-
-
0下载:
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来由J. Kennedy和R. C. Eberhart等[1] 开发的一种新的进化算法(Evolutionary Algorithm - EA)。PSO 算法属于进化算法的一种,和模拟退火算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它
-
-
0下载:
遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a kind of evolutionary algorithms.Evolutionary algorithm was original
-