搜索资源列表
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
PointInPolygon.rar
- 判断点在凸多边形的内外的计算机图形学小程序;算法很不错;,In the convex polygon to determine the internal and external procedures of small computer graphics algorithm is pretty good
Simple-genetic-algorithm-source-code
- 这是一个非常简单的遗传算法源代码,是由Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正。代码保证尽可能少,实际上也不必查错。对一特定的应用修正此代码,用户只需改变常数的定义并且定义“评价函数”即可。注意代码 的设计是求最大值,其中的目标函数只能取正值;且函数值和个体的适应值之间没有区别。该系统使用比率选择、精华模型、单点杂
ModelOrderReductionAlgorithms
- 自动控制方法中的状态空间模型参数降秩数学算法,分别为 SVD-based method; Krylov-based Order Reduction--Lanczos algorithm; Krylov-based Order Reduction--Modified Lanczos algorithm; Krylov-based Order Reduction--The Arnoldi-algorithm; -Model Order Reduction Algorithms f
算法工具
- SmartCos 算法工具,内含DES,MAC,RSA,HASH,LRC计算,一键生成(SmartCos algorithm tools, including DES, MAC, RSA, HASH, LRC computing, a key generation)
粒子群算法的寻优算法-非线性函数极值寻优
- 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
ICP算法实现
- 用于点云配准的实现,具体来说是ICP算法,配准效果好(ICP algorithm is realized, and the registration effect is good)
第一次实验程序
- 矩阵乘法的不同循环方式的算法实现,比较了各种算法所用时间的长短(Matrix multiplication of different cycle mode algorithm, compared to the length of time used in various algorithms)
chapter1遗传算法工具箱
- chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
chapter2基于遗传算法和非线性规划的函数寻优算法
- chapter2基于遗传算法和非线性规划的函数寻优算法(A Function Optimization Algorithm Based on Genetic Algorithm and Nonlinear Programming)
银行家算法代码实现
- 本代码主要利用C语言对银行家算法进行实现。(This code mainly uses the C language to implement banker algorithm.)
云理论模型相关算法及应用
- 关于李德毅院士的云理论模型相关算法(包括云变换、正向云、逆向云等),及其在不同领域的应用实例。特点:算法描述具体,应用翔实,可重复。(About academician Li Deyi's cloud theory model, related algorithms (including cloud transform, forward cloud, reverse cloud, etc.), and their application in different fields. Features
二分法查找算法C源码
- 此程序可实现二分查找算法,采用的是C编程。(This procedure can achieve two points search algorithm, using C programming.)
遗传算法优化神经网络matlab源码
- 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
数据结构与算法分析英文C++描述V3.2
- 数据结构与算法分析英文C++描述V3.2(Data structure and algorithm descr iption)
板球控制系统的PD型模糊控制算法研究
- 板球控制系统的PD型模糊控制算法研究论文。(Research on PD fuzzy control algorithm of cricket control system.)
suanfa_jb51
- 计算机科学丛书 算法导论基础(Computer science books)
算法时间复杂度的实验测试
- 以堆排序算法为例,改变输入规模n,测试算法时间复杂度(Time complexity of algorithm)
[MATLAB语言常用算法程序集].龚纯.扫描版
- matlab常用算法程序集.龚纯.PDF扫描版文件,里面有算法程序(Matlab commonly used algorithm assembly. Gong Chun.PDF scan version of the file, there are algorithm procedures)
带罚函数的自适应粒子群算法.
- 含有约束方程 求最值所用的罚函数+粒子群优化算法(Penalty function + particle swarm optimization algorithm for using the constraint equation to find the maximum value)