登录
首页 » AI-NN-PR » a C# language of the genetic algorithm source

a C# language of the genetic algorithm source

于 2022-03-22 发布 文件大小:13.65 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

一个利用C#语言实现的遗传算法源程序-a C# language of the genetic algorithm source

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

发表评论

0 个回复

  • Using SOM (Self
    利用SOM(Self-Organization Map)数据聚类方法,包含点数据集的坐标,并以TChart分组为例进行说明。
    2022-05-25 23:09:40下载
    积分:1
  • This code in this directory implements the binary hopfield network.Source code m...
    This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.
    2022-02-05 22:07:00下载
    积分:1
  • A fractal algorithm used to find the shortest path maze, VC achieve, very worth...
    用A形算法寻找迷宫的最短路径,VC实现,非常值得一看-A fractal algorithm used to find the shortest path maze, VC achieve, very worth a visit
    2023-01-22 09:00:04下载
    积分:1
  • 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基...
    模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S―R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S "S" = S+ sign (). delta where given for the step, [-1,1] Random Number
    2022-08-26 01:32:21下载
    积分:1
  • 调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, e...
    调用过程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三维数组,(i,j,k)为第k个样本的DP矩阵 targets 为 0 1 2 -process called CM = Confusion_matrix (train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB (DP, test_targets, CM) DP, three-dimensional array (i, j, k) for the k samples of DP matrix targets for 0 1 2
    2022-03-21 02:55:16下载
    积分:1
  • C language can be used to develop a variety of neural networks : BP, RBF, HOP ~...
    可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... please look at the use of pre-documented, and then the establishment of a project document, you will be able to understand the author"s ideas will be very convenient for the various neural network design, I in a system in which to use it, the current version of the development kit has entered 0.7, but the function almost, I think that this version of 0.5 is also very convenient, so he made to share.
    2022-04-01 17:33:50下载
    积分:1
  • 科罗拉多大学开发的人脸识别系统,要在UNIX下运行.
    科罗拉多大学开发的人脸识别系统,要在UNIX下运行.-developed at the University of Colorado, the face recognition system to run under UNIX.
    2022-05-19 10:23:36下载
    积分:1
  • 佐治亚理工学院的人工智能平台。由Java编写。仅供学习人工智能的网友学习。...
    佐治亚理工学院的人工智能平台。由Java编写。仅供学习人工智能的网友学习。-Georgia Institute of Technology" s artificial intelligence platform. By Java. User to study artificial intelligence to learn only.
    2022-01-26 05:13:33下载
    积分:1
  • 该软件通过BP神经网络学习机制,能够对屏幕上的数字进行识别。...
    该软件通过BP神经网络学习机制,能够对屏幕上的数字进行识别。-the software through BP neural network learning mechanism, to right on the screen digital identification.
    2022-06-17 18:05:35下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载