资源列表

« 1 2 ... .58 .59 .60 .61 .62 2263.64 .65 .66 .67 .68 ... 2830 »

[人工智能/神经网络/遗传算法改进遗传算法-郭涛算法做最优化问题很管用

说明:改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产
<龚文引> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法演化计算(实例-多峰函数最值)

说明:演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of t
<龚文引> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法zjbp

说明:bp反向传播算法,用c++编写,用于航空运输预测问题.-bp back-propagation algorithm, using c prepared for the Air Transport prediction.
<张劼> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法我编写的monte carlo随机数发生器

说明:这是我在matlab环境下编写的产生随机数的源程序,包括产生均匀分布和正态分布,参数接口十分灵活。-in Matlab environment prepared by the random numbers generated by the source code, including the Uniform Distribution and normal distribution, parameter interface is very
<存友> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法GA-1_cpp

说明:不确定规划 遗传算法 Nonlinear Programming算法程序- Indefinite plan heredity algorithm Nonlinear Programming algorithm procedure
<> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法GA-2_cpp

说明:不确定规划 遗传算法 Goal Programming算法程序- Indefinite plan heredity algorithm Goal Programming algorithm procedure
<> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法VSA2

说明:电压稳定的仿真软件 可以的出最大传输功率 - Voltage regulation simulation software may biggest transmission power
<李培强> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法用Delphi开发的遗传算法源程序

说明:开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution -development environment
<刘华> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法一个主要用于预测和分类的源程序

说明: 开发环境:Matlab 简要说明:程序包含的设置包括:列数、样本总个数、建模样本数、预报因子数、预报对象数、学习因子、 动量因子、训练次数、总体误差、隐节点数。-development environment : Matlab brief descr iption : program includes the installation including : number, the total sample number,
<刘华> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法LVQ

说明:LVQ(学习矢量量化)算法:它是Kohonen的有监督学习的扩展形式,融合了自组织和有导师监督的技术。-LVQ (LVQ) algorithm : it is Kohonen of supervised learning form of the expansion, integration of self-organization and the technical supervision of instructors.
<何风> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法修道士与野人1.9

说明:
<唐海伦> 在 2024-10-09 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法mybp1

说明:一个用C语言实现的bp算法,用于学习sin曲线. -a C language of bp algorithm for the sin learning curve.
<同同> 在 2024-10-09 上传 | 大小:2048 | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 2263.64 .65 .66 .67 .68 ... 2830 »

源码中国 www.ymcn.org