搜索资源列表
Genetic_Algorithms_in_dam_safety_monitoring_neural
- 本文基于遗传算法思想,采用浮点数矩阵表示编码,在遗传算法的进化过程中加入一定的约束条件等方法,探讨了网络结构的设计和学习。经实例分析,在用于建立大坝安全监控预报模型的前馈神经网络设计中,该方法在满足一定约束条件下,能同时有效地寻找合适的网络结构和相应的参数(神经网络的权值和阈值),且在精度和速度上都有较大的提高,为实现实时在线分析评价大坝的安全性态提供了有力的技术支持。-Based on the genetic algorithm, using a float matrix coding, Ge
Matlab3
- :基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。
arithmeticencode
- 学过数据压缩的朋友都知道, arithmetic encode是为了弥补哈夫曼编码对浮点数压缩的问题而提出的, 希望对大家有帮助
GAOT
- 遗传算法优化神经网络结构和链接权,采用浮点数编码
遗传算法浮点数编码
- 遗传算法的浮点数编码源码,适合于初学者,注释详细。
YICHUAN
- 给予遗传算法的K均值聚类算法的c语言源代码,采用浮点数编码格式-ji YU YI CHUAN SUAN FA DE K JUN ZHI SUANFA
MATLAByichuansunfa
- MATLAB遗传算法工具箱函数及应用实例,:基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。 -MATLAB genetic algorithm toolbox function and application example: Based on the Matlab language genetic algorithm toolbox and floating p
Surfel_FILE_COMPRESSION
- 针对点云数据局部集中的特点,使用差值预测对点云数据进行预测处理 在预测的同时,根据IEEE2754 浮点数标准,简化浮点数的尾数,使用3. 5 Byte来表示一个浮点数,以提高压缩效果 然后对预测数据中连续重 复的字节使用该字节加该字节重复的次数的方式存储 最后对经过以上处理的数据使用一阶自适应算术编码进 行压缩。最终得到的程序在压缩比和内存占用两个方面远优于WinRAR、WinZip压缩软件-Point cloud data for the characteristics of l
Matlabeg
- 基于 Ma t l a b语言的遗传算法工具箱支持二进制和浮点数编码方式, 并且提供了多种选择、 交叉、 变异的方法。 通过具体实例对 Ma t l a b的遗传 算法工具箱的用法进行 了说 明介绍.-The Ge ne t i c Al g or it h m To o l b ox ba s e d on Ma t l a b s u ppo ~s t h e b i na r y a nd f lo a t , a n d t he r e a r e t
FGA_Bounds
- java实现的浮点数编码遗传算法,很有用,只需更改适应度函数即可-the complement of genetic algorithm by java, which is very useful via changing the fitness function for any use.
GA
- GA遗传算法 c++实现,详细注释 单浮点数编码,控制台演示-GA genetic algorithm c++ realization of a single floating-point encoding of detailed notes, console demo
MMMatlabega
- 基于 Ma t l a b语言的遗传算法工具箱支持二进制和浮点数编码方式, 并且提供了多种选择、 交叉、 变异的方法。 通过具体实例对 Ma t l a b的遗传 算法工具箱的用法进行 了说 明介绍. 已通过测试。 -Binary and floating-point encoding genetic algorithm based on Ma tlab language toolbox support, and provides a variety of options, cross-va
Hybrid-code-GA
- 混合编码遗传算法,通过格雷编码,二进制编码,浮点数编码来实现混合编码遗传算算法-Hybrid coding genetic algorithm, through the Gray code, binary code, floating point code to implement hybrid coding algorithm genetic operators
GA
- 遗传算法,浮点数编码实现,只实现最核心的算法,数据简单,适合初学者-Genetic algorithms, float Coding, only to realize the core algorithms, data is simple, suitable for beginners
mirranda
- 基于浮点数编码的多目标遗传算法,运行环境为matlab.-Multi-objective genetic algorithm based on floating-point encoding,Operating environment for matlab.
GA_Nonuniform
- 利用浮点数编码的遗传算法优化非均匀天线阵的峰值旁瓣电平-This thesis presents how to design sparse arrays using genetic algorithm with the optimization goal of peak side lobe level and calculate the best positions of array elements.
GA
- 遗传算法程序,浮点数编码,求解最小值问题(Genetic algorithm program)
Genetic Algorithm
- 遗传算法的函数优化实例,并就遗传算法在解决连续函数优化问题中存在的不足之处,提出了一种新的编码方法——浮点数编码方法,最后,通过实例验证了该方法的可行性和有效性。(A function optimization example of genetic algorithm,after analyzing the problems existed in the current model coding methods for plastic injector, this paper puts forw
GAlgorithm
- 利用遗传算法对单浮点数进行编码,C++语言编写,仿真效果不错。(Use C primer primer language to code the float numbers with genetic algorithm.)
遗传算法实例
- 用matlab展现遗传算法的计算过程。例子为求0.711*t1-0.084*(a0*t4*t1/(t2-t1+t3))+0.7*(t4-t3)+0.091*t2+0.162*(a0*t2*t4/(t2-t1+t3))这个看起来很复杂的式子的最小值,各个变量的约束条件在代码里写了出来。(Matlab is used to show the calculation process of genetic algorithm. The example is to find the minimum val