资源列表
[matlab例程] niuduntonglundiedai
说明:牛顿同伦迭代算法 先进行同伦算法,涉及的微分方程求解采用改进欧拉法,最后进行牛顿迭代-Newton Homotopy, Improved Euler, newton Iteration<紫梁> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] bp-ga-method
说明:基于遗传算法的BP神经网络算法(以下简称BP—GA)就是在BP神经网络的学习过程中,将权重和阀值描述为染色体,并选取适宜的适应函数,然后进行GA迭代,直到某种意义上的收敛.-GA BP neural network algorithm (hereinafter referred to as BP-GA) is in the learning process BP neural network, the weights and thresholds described as chromosomes<charle007> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] four-order-Runge-Kutta-method
说明:MATLAB四阶龙格库塔法 求解微分方程数值解 源程序代码-The source code of MATLAB numerical solution of four order Runge Kutta method for solving differential equations<zhangbo> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] PSO
说明:这是一个PSO程序,用来解决最优化问题。-This is a PSO program used to solve optimization problems.<wangxiao> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] TSP
说明:这是一个解决旅行商问题的程序,用于最优化问题。-This is a program to solve the traveling salesman problem, for the optimization problem.<wangxiao> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] psoclustering2
说明:使用粒子群进行聚类的算法,其中有一定的改进,缺点是耗时太长,给大家参考下-Using PSO algorithm, which has some improvements, the shortcomings of the time is too long, to everyone under the reference<刘辉> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] ISOMAP-Algorithm
说明:ISOMAP算法,其中做了部分修改。算法采用K近邻图计算测地距离的方法,最后进行低维嵌入-ISOMAP algorithm, which made some modification.Algorithm of geodesic distance is obtained by using the K neighbor graph method, finally to low dimensional embedding<ee> 在 2025-11-22 上传 | 大小:2kb | 下载:0
[matlab例程] distribute_balls
说明:编写一个程序,计算 将n个(比如6个)小球放进4个盒子中 给定4个盒子中的小球个数,比如n1=3,n2=2,n3=1,n4=0 一共有多少种不同的放法X? 即输入n1,n2,n3,n4,输出方法数X 提示: 先考虑将n个小球放进2个盒子中的情况 写出计算方法数X的数学公式(与组合数类似) 拓展 n固定,变换不同的输入参数n1,n2,n3,n4,什么时候X最大? 固定盒子数目,用图形表示Xmax随n的变化规律(用plot命令) -Write a prog<yuyi> 在 2025-11-22 上传 | 大小:2kb | 下载:0