资源列表
[人工智能/神经网络/遗传算法] TSP_aco_old
说明:蚁群算法解决TSP问题的源代码,可以自己设置参数-Ant colony algorithm to solve TSP source code, you can set the parameters<lyjoker> 在 2025-01-16 上传 | 大小:2kb | 下载:0
[matlab例程] mcr_toolbox
说明:化学计量学MCR-PLS的matlab代码及操作界面,可以直接调出选择参数界面进行选择-Chemometric MCR-PLS code and user interface, you can directly call up the selection parameters interface to select<梁龙> 在 2025-01-16 上传 | 大小:308kb | 下载:0
[数值算法/人工智能] work58
说明:定义一个二维数组,重载求和+和求差-运算符,并编写主函数验-Define a two-dimensional array, overloaded sum+ and differencing- operator, and write the main function of experience<taotaohehanhan> 在 2025-01-16 上传 | 大小:194kb | 下载:0
[数值算法/人工智能] yanghuisanjiao
说明:打印出以下的杨辉三角形(要求打印10行) 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the m<袁昊苏> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] yanghuisanjiao-deshixian
说明:打印出以下的杨辉三角形 每一行的第一个和最后一个都是1,而中间元素是由表达式 a[i][j] =a[i-1][j-1] + a[i-1][j] 计算出来。因为要使用上面的数据,这样我们想到了用二维数组进行数据的存储。-Print out the following Triangle (requires print line 10) the first and last of each line 1, the middle eleme<袁昊苏> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] zuidayouhuatouzihuibao
说明:最大化投资回报问题:某人有一定的资金用来购买不同面额的债卷,不同面额债卷的年收益是不同的,求给定资金,年限以及债卷面额、收益的情况下怎样购买才能使此人获得最大投资回报。-Maximize return on investment: a person have a certain amount of funds used to purchase the bonds of different denominations, the annua<袁昊苏> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] ant-colony-optimization
说明:用蚁群算法来解决tsp问题,效率较高,可以得到全局最优解-Tsp with ant colony algorithm to solve the problem, more efficient, you can get the global optimal solution<王力> 在 2025-01-16 上传 | 大小:2kb | 下载:0