登录
首页 » AI-NN-PR » Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日...

Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日...

于 2022-05-29 发布 文件大小:3.03 MB
0 205
下载积分: 2 下载次数: 1

代码说明:

Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法确认这个解到底有多大的可用性。这是通过计算相似拟合度进行衡量的。染色体Chromosomes代表了基因遗传算法的结果。每次迭代,算法生成一个染色体,这些子孙染色体又会产生新的迭代……关键内容 这个基因算法库是用 Visual Studio 2005 编写的程序,第一个使用 Microsoft C/C++ 编译器,第二个使用Intel C++ 编译器。 如果你希望在你的程序你使用它,有两个办法,1是直接引用 Genetic Algorithm Library 项目,然后编译;2是添加GeneticAlgorithm.lib 静态链接库到项目中-err

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

发表评论

0 个回复

  • 包括883分酒问题,图的遍历等人工智能基本算法
    包括883分酒问题,图的遍历等人工智能基本算法-Including 883 hours of liquor problem, artificial intelligence, such as graph traversal algorithm
    2023-05-28 05:25:02下载
    积分:1
  • Tutorial of RVM
    通俗的介绍了RVM与SVM的区别,写的非常通俗易懂-Tutorial of RVM
    2022-02-10 10:10:47下载
    积分:1
  • 目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向...
    目前开发人工只能的朋友一定会遇到bp算法中八进制的问题,这段程序很好的解决了这个问题。我目前在作模糊控制,神经网络,遗传算法的课题,收集了很多相关程序,望同方向者探讨一二。-only friends will find bp algorithm octal problem, this process satisfactorily resolved this problem. Now I make fuzzy control, neural networks, genetic algorithms topic, a lot of collection procedures, and hopes to explore the same direction on January 2.
    2022-10-19 23:45:04下载
    积分:1
  • Bidirectional Associative Memory Heteroassociative Memory 人工智能人工神经网络源码;...
    Bidirectional Associative Memory Heteroassociative Memory 人工智能人工神经网络源码;-Bidirectional Associative Memory Heteroassociative Memory artificial intelligence artificial neural network source
    2022-08-20 10:55:46下载
    积分:1
  • Foreign researchers with the relevant frequent pattern discovery (including freq...
    是国外相关研究人员提供的发现频繁模式(包括频繁集、频繁子图等)的最新版本算法。-Foreign researchers with the relevant frequent pattern discovery (including frequent itemsets, frequent subgraph, etc.) the latest version of algorithm.
    2022-05-05 13:28:44下载
    积分:1
  • BP批处理源代码,可自由选择三层或多次网络,和神经元数目
    BP批处理源代码,可自由选择三层或多次网络,和神经元数目-BP batch source code, the freedom to choose three or more networks and the number of neurons
    2022-04-07 08:47:36下载
    积分:1
  • 全面讲解了有视觉机器人的解决方案,强烈推荐
    全面讲解了有视觉机器人的解决方案,强烈推荐-comprehensive account of a robot visual solutions and strongly recommended
    2023-05-14 10:55:03下载
    积分:1
  • SMC1602A(16*2)模拟口线接线方式 连接线图:
    SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | --------------------------------------------------| |DB0-----P0.0 | DB4-----P0.4 | RW-------P2.5 | |DB1-----P0.1 | DB5-----P0.5 | RS-------P2.6 | |DB2-----P0.2 | DB6-----P0.6 | E--------P2.7 | |DB3-----P0.3 | DB7-----P0.7 | VLCD接1K电阻到GND| --------------------------------------------------- Keyboard接线 PS/2--------51 1 DATA------P3.4 3 GND 4 VCC 5 CLK-------P3.3 接在51的外部中断,触发方式为低电平 本程序源码只供学习参考,不得应用于商业用途,如有需要请联系作者。-SMC1602A (16* 2) analog line port to connect wiring diagram:- | LCM-51 | LCM-51 | LCM 51 | | | DB0-P0.0 | DB4-P0.4 | RW-P2.5 | | DB1-P0.1 | DB5-P0.5 | RS-P2.6 | | DB2-P0.2 | DB6-P0.6 | E P2.7 | | DB3-P0.3 | DB7-P0.7 | VLCD access 1K resistor to GND |-Keyboard Connection PS/2 51 1 DATA P3.4 3 GND 4 VCC 5 CLK-P3.3 access in 51 of the external interrupt trigger mode for low-level source for learning the procedu
    2023-08-22 01:40:03下载
    积分:1
  • It is 3D LBP, which is publised in IEEE TPAMI, a top journal of computer vision...
    Running this funciton each time to compute the LBP-TOP distribution of one video sequence. Reference: Guoying Zhao, Matti Pietikainen, "Dynamic texture recognition using local binary patterns with an application to facial expressions," IEEE Transactions on Pattern Analysis and Machine Intelligence, 2007, 29(6):915-928.-It is 3D LBP, which is publised in IEEE TPAMI, a top journal of computer vision and pattern recognition. After unzipping the package, you can find a project coded in C++. After complied it, you can use it directly. Some tested images are also attached in the package.
    2022-08-21 11:32:36下载
    积分:1
  • 人工智能小模型,货郎担问题,一个简单的 实例
    人工智能小模型,货郎担问题,一个简单的 实例-Artificial intelligence model:a simple instance of goods selling burden problem.
    2022-01-25 19:08:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载