-
用遗传算法求最小值,程序寻求表达x1 x1 ..
利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum, and the corresponding value of x, algorithm using binary encoding, using different cross-cross and advantages of crossover and mutation at the two without variation and variation advantage
- 2022-07-18 09:57:00下载
- 积分:1
-
The use of genetic algorithms, simulated annealing algorithm design structure ma...
使用遗传算法、模拟退火算法求解设计结构矩阵,并进行对比分析-The use of genetic algorithms, simulated annealing algorithm design structure matrix, and a comparative analysis of
- 2022-03-05 23:26:34下载
- 积分:1
-
A*算法,用于找到方法,很有用的,我经历了很多艰苦的工作…
A*算法,用来寻路,非常有用的,我历尽千辛万苦才找到的-A* algorithm, used to find the way, very useful, I experienced a lot of hard work to find the
- 2022-01-31 12:30:36下载
- 积分:1
-
一篇关于遗传算法组卷的论文,论文中详尽的描述了遗传算法用于组卷的关键技术...
一篇关于遗传算法组卷的论文,论文中详尽的描述了遗传算法用于组卷的关键技术-A paper on genetic algorithm test paper, paper, a detailed description of the genetic algorithm for the key technologies Test Paper
- 2022-01-25 14:27:59下载
- 积分:1
-
介绍人工智能语言Prolog的书籍
介绍人工智能语言Prolog的书籍-introduced artificial intelligence language books Prolog
- 2022-10-08 16:50:03下载
- 积分:1
-
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
- 2022-08-06 14:22:02下载
- 积分:1
-
用双感知器神经网络来处理非
利用双层感知器神经网络处理线性不可分的分类问题-use double perceptron neural networks to handle non-linear classification
- 2022-02-03 16:32:20下载
- 积分:1
-
一个更精确的平滑平均函数
一个更精度的平滑涵数, 可用于股票交易系统.用于Amibroker 平台-a more accurate smooth average function
for amibroker trading system
- 2022-06-15 12:37:34下载
- 积分:1
-
神经网络中的感知机的学习算法的c语言程序源代码
神经网络中的感知机的学习算法的c语言程序源代码-neural network of Perceptron learning algorithm in C language source code
- 2023-01-13 04:45:04下载
- 积分:1
-
matlab实现,附带数据,并有显示结果图的功能,很方便用的
matlab实现,附带数据,并有显示结果图的功能,很方便用的-It s implemented using matlab with data as attachment. It also has the function of showing the result and is very convenient to use.
- 2022-02-16 01:49:42下载
- 积分:1