-
基于遗传算法的体育彩票拟合与预测,经检验,中奖率高于随机号码。...
基于遗传算法的体育彩票拟合与预测,经检验,中奖率高于随机号码。-based on genetic algorithm fitting sports lottery and forecasts, on examination, the winning rate than random numbers.
- 2022-11-16 12:40:04下载
- 积分:1
-
Neural Network Based Identification Toolbox (527KB)
基于神经网络的辨识工具箱 (527KB)-Neural Network Based Identification Toolbox (527KB)
- 2022-01-24 18:22:00下载
- 积分:1
-
ant colony algorithm source code and an example of a foreigner
蚁群算法源代码,一个老外的例子-ant colony algorithm source code and an example of a foreigner
- 2022-02-11 14:46:21下载
- 积分:1
-
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码...
用元胞自动机实现单色10000个空间位置的细菌分裂试验的算法C语言代码-Using Cellular Automata 10,000 monochrome realize spatial location of bacteria to split the test algorithm C language code
- 2022-10-22 03:20:03下载
- 积分:1
-
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src...
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.-Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.
- 2022-01-25 14:41:00下载
- 积分:1
-
用c++写的用于FPGA设计中布图布线的工具源码,有几万行程序,包含文档...
用c++写的用于FPGA设计中布图布线的工具源码,有几万行程序,包含文档-using c++ to write for FPGA design the layout of the wiring tools source, there are tens of thousands of procedure, the document contains
- 2023-03-08 04:50:02下载
- 积分:1
-
清华大学不确定规划教材中的模糊模拟算法1
清华大学不确定规划教材中的模糊模拟算法1-Tsinghua University, teaching in the planning uncertainty simulation algorithm fuzzy one
- 2022-02-01 04:16:08下载
- 积分:1
-
一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。...
一个很好的LIBSVM的JAVA源码。对于要研究和改进SVM算法的学者。可以参考。来自数据挖掘工具YALE工具包。-a good LIBSVM JAVA source. They should study and improve SVM academics. Reference. From Data Mining Tool Kit Yale.
- 2022-01-28 08:46:53下载
- 积分:1
-
介绍了遗传算法工具箱及其具体的应用,很有参考价值.
介绍了遗传算法工具箱及其具体的应用,很有参考价值.-introduced a genetic algorithm toolbox and its specific application of great reference value.
- 2023-08-11 04:35:05下载
- 积分:1
-
Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm
2008年05月21日...
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
- 2022-05-29 02:10:25下载
- 积分:1