登录
首页 » AI-NN-PR » Genetic algorithm in the new multi

Genetic algorithm in the new multi

于 2022-05-29 发布 文件大小:2.32 kB
0 323
下载积分: 2 下载次数: 1

代码说明:

遗传算法中的新的多点交叉算法用来优化选择最优值-Genetic algorithm in the new multi-point crossover algorithm

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C development based on the three hidden layer neural network, the output weights...
    基于C开发的三个隐层神经网络,输出权值、阈值文件,训练样本文件,提供如下函数:1)初始化权、阈值子程序;2)第m个学习样本输入子程序;3)第m个样本教师信号子程序;4)隐层各单元输入、输出值子程序;5)输出层各单元输入、输出值子程序;6)输出层至隐层的一般化误差子程序;7)隐层至输入层的一般化误差子程序;8)输出层至第三隐层的权值调整、输出层阈值调整计算子程序;9)第三隐层至第二隐层的权值调整、第三隐层阈值调整计算子程序;10)第二隐层至第一隐层的权值调整、第二隐层阈值调整计算子程序;11)第一隐层至输入层的权值调整、第一隐层阈值调整计算子程序;12)N个样本的全局误差计算子程序。-C development based on the three hidden layer neural network, the output weights, threshold documents, training sample documents, for the following functions : a) initialization, the threshold subroutine; 2) m learning samples imported subroutine; 3) m samples teachers signal Subroutine ; 4) hidden layer of the module input and output value subroutine; 5) the output layer of the module input and output value subroutine; 6) the output layer to the hidden layer subroutine error of generalization; 7) hidden layer to the input layer subroutine error of generalization; 8) the output layer to the third hidden layer Weight adjustment, the output layer threshold adjustment routines; 9) 3rd hidden layer t
    2022-07-11 04:13:40下载
    积分:1
  • The control arithmetic of Expert Systems
    专家系统控制算法pid-The control arithmetic of Expert Systems
    2023-07-06 09:00:02下载
    积分:1
  • 人脸检测定位的示例代码.rar VC++源码,具有一定参考价值,我也是从别处下载下来的。...
    人脸检测定位的示例代码.rar VC++源码,具有一定参考价值,我也是从别处下载下来的。-Face Detection positioning the sample code. Rar VC source, which have a certain value, I also downloaded from the elsewhere.
    2022-02-13 01:34:33下载
    积分:1
  • 高性能交流伺服系统及其复合控制策略研究,浙江大学博士论文。 关键词:交流伺服系统,矢量控制,直接转矩控制,复合控制,PID控制,GA,IGA,模糊控制,切换...
    高性能交流伺服系统及其复合控制策略研究,浙江大学博士论文。 关键词:交流伺服系统,矢量控制,直接转矩控制,复合控制,PID控制,GA,IGA,模糊控制,切换控制,协调控制-High Performance AC Servo System and its Advanced Mixed Practical Control Strategy.Thesis of Zhejiang University. Keywords:AC servo system, Vector Control, Direct Torque Control,Combined Control, PID Control, GA, IGA, Fuzzy Control, Coordinating Control.
    2022-04-06 20:21:27下载
    积分:1
  • 针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明...
    针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明算法在复杂非线性优选中具有快速、高效、鲁棒性强的特点,并能在全局范围内有效搜索所有最优解。 -against existing genetic algorithms in three-dimensional nonlinear optimization for the shortage, the paper presents a niche evolutionary algorithm (NEA) nonlinear optimization model, the NEA on the parameters chosen algorithm principle. Through simulation and large, the algorithm shown in a complex nonlinear optimization is fast, efficient, robust features of the strong, and the global scope effective search all the optimal solution.
    2023-04-07 12:45:04下载
    积分:1
  • 遗传算法求解tsp文题 里面包括了执行文件
    遗传算法求解tsp文题 里面包括了执行文件-genetic algorithm tsp text that includes the implementation document
    2022-04-30 21:41:16下载
    积分:1
  • 人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探...
    人工神经网络bp算法的matlab实现,对bp算法的matlab实现进行了简要的试探-realizing bp arithmetic of neural networks by matlab and exploring it simply.
    2022-02-02 07:15:34下载
    积分:1
  • GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully co...
    GENNET是一个通过遗传算法优化权重的16个神经元的全连接神经网络。训练目的是使网络在一定假设的激励下,随时间产生同目标函数同样的响应,即:可以把此网络制作为一个任意波形的信号发生器。 程序分3个示例说明遗传算法进化过程中网络输出的变化趋势。可以看出网络输出(蓝色曲线)随着时间变化逐渐逼近目标函数(红色曲线)。此程序不仅可以学习遗传算法,也可以用于研究全连接网络的直观示例。-GENNET is a genetic algorithm to optimize the weights by the 16 neurons fully connected neural networks. Training purposes is to enable network inspired by certain assumptions, over time, produce the same response with the objective function, namely: the network can be produced as an arbitrary waveform signal generator. Procedure, three examples illustrate the evolution of genetic algorithms in the network output trends. We can see that the network output (blue curve) changes over time, gradually approaching the objective function (red curve). This program can not only learn from the genetic algorithm can also be used to study visual example of a fully connected network.
    2023-03-23 04:25:04下载
    积分:1
  • 用遗传算法写的软件,非常有用! 值得大家一看!
    用遗传算法写的软件,非常有用! 值得大家一看!-using genetic algorithms to write the software, very useful! Worth a look!
    2022-12-20 02:05:04下载
    积分:1
  • 基于遗传算法和神经网络的外星人游戏的vc++实现的程序
    基于遗传算法和神经网络的外星人游戏的vc++实现的程序-based on genetic algorithms and neural networks alien game vc++ procedures
    2022-03-24 19:02:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载