搜索资源列表
-
0下载:
本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
-
-
0下载:
关于进化memetic方面的一篇论文,对于理解memetic对进化算法的改进有帮助-a paper about evolutionary memetic computing
-
-
0下载:
Overview of evolutionary algorithm
-
-
0下载:
This contribution provides functions for finding an optimum parameter set using the evolutionary algorithm of Differential Evolution. Simply speaking: If you have some complicated function of which you are unable to compute a derivative, and you want
-
-
0下载:
摘 要:提出一种新的基于Pareto多目标进化免疫算法(PMEIA)。算法在每一代进化群体中选取最优非支配抗体保存到记忆细胞文档中 同时引入Parzen窗估计法计算记忆细胞的熵值,根据熵值对记忆细胞文档进行动更新,使算法向着理想Pareto最优边界搜索。此外,算法基于点在目标空间分况进行克隆选择,有利于得到分布较广的Pareto最优边界,且加快了收敛速度。与已有算法相比, PMEIA在收敛性、多样性,以及解的分布性方面都得到很好的提高。-Abstract:This paperproposed a
-
-
0下载:
进化算法及其在全局优化和VRP中的应用的毕业论文-Evolutionary Algorithm and Its
Application in GlobalOptimization and Vehicle Routing Problem
-
-
0下载:
Omni-optimizer: A generic evolutionary algorithm for single and multi-objective optimization
-
-
0下载:
用于一般函数优化的蚁群算法,开发环境为VC++,很实用-Ant colony system is a novel simulated evolutionary algorithm which shows many excellent characters.
-
-
0下载:
粒子群优化(Particle Swarm Optimization, PSO),又称微粒群算法,是由J. Kennedy和R. C. Eberhart等于1995年开发的一种演化计算技术,来源于对一个简化社会模型的模拟。-Particle Swarm Optimization (Particle Swarm Optimization, PSO), also known as particle swarm optimization, by J. Kennedy and RC Eberhart eq
-
-
0下载:
简要阐述了进化算法的基本原理 ,探讨了在 MATLAB 环境中实现遗传算法各算子的编程方法 , 并以一个简单的实例说明所编程序在函数全局寻优中的应用。 -Briefly the basic principles of evolutionary algorithm, to explore the genetic algorithm in MATLAB programming methods for each operator, and a simple example to illustrate
-
-
0下载:
optiaml facts allocation using evolutionary algorithm
-
-
0下载:
基于matlab的免疫进化算法 详细讲解了免疫算法的实现-Explain in detail the implementation of the immune algorithm based on the matlab immune evolutionary algorithm
-
-
0下载:
powerpoint about cat search algorithm a kind of evolutionary algorithm and numerical optimazation
-
-
1下载:
二次背包问题的贪婪量子进化算法求解,对于初学者来说非常适用-Quadratic knapsack problem greed quantum evolutionary algorithm, is very suitable for beginners
-
-
0下载:
具体包含模拟退火算法和基因进化算法的最新方法及步骤. 需要的朋友可以下载,里
面详细讲述了具体的实现方法和过程, 很有实际意义.-It contains the simulated annealing algorithm and genetic evolutionary algorithms latest methods and procedures. Friend in need can be downloaded, which describe in detail the specifi
-
-
0下载:
遗传算法(Genetic Algorithm,GA)是通过对自然界中生物的遗传和优胜劣汰的进化过程进行模拟与抽象,进而形成的一种自适应全局随机优化搜索方法。遗传算法只需提供目标函数作为寻优信息,它从某一随机生成的初始群体出发,经过选择、交叉和变异等遗传操作后对个体进行适应度评价,保留适应度较强的个体遗传到子代种群中,经过多次的迭代计算求得最优个体,即问题的最优解。本程序采用遗传算法可求解微网优化运行。-Genetic Algorithm is an adaptive global by natu
-
-
0下载:
粒子群算法源程序,是近年来发展起来的一种新的进化算法。有实现容易、精度高、收敛快等优点。是一种并行算法。-Particle swarm algorithm source code, is a new evolutionary algorithm developed in recent years. There are easy to implement, high precision, fast convergence and so on. Is a kind of parallel algor
-
-
0下载:
Solving reliability and redundancy allocation problems via meta-heuristic algorithms has attracted
increasing attention in recent years. In this study, a recently developed meta-heuristic optimization algorithm
cuckoo search (CS) is hybridized wi
-
-
0下载:
该2017版软件集成了竞赛争冠系列算法(含单目标寻优、多峰函数寻优、参数估计(拟合)等)和多种差分向量型式的差分进化算法。可对数学函数进行有或无约束优化、多峰函数优化等工作。其中改进竞赛争冠算法是近期本人的研究佳作。与现行优良的进化算法相比,颇具竞争力。(The 2017 version of the software integrates the series of race champion algorithm (including single objective optimization
-