结果:找到“遗传算法 MATLAB”相关内容110个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
非线性整数规划的遗传算法Matlab程序
2 个回复 - 1147 次查看
非线性整数规划的
遗传算法Matlab程序
非线性整数规划的
遗传算法Matlab程序
非线性整数规划的
遗传算法Matlab程序
非线性整数规划的
遗传算法Matlab程序
非线性整数规划的
遗传算法Matlab程序
2020-9-30 17:23 - Fu-pear - 现金交易版
基于遗传算法的投影寻踪模型Matlab源码
2 个回复 - 1097 次查看
基于
遗传算法的投影寻踪模型Matlab源码
基于
遗传算法的投影寻踪模型Matlab源码
基于
遗传算法的投影寻踪模型Matlab源码
基于
遗传算法的投影寻踪模型Matlab源码
基于
遗传算法的投影寻踪模型Matlab源码
...
2021-11-2 06:54 - Kathy-202109 - 现金交易版
基于Matlab车间调度及其遗传算法
1 个回复 - 630 次查看
基于Matlab车间调度及其
遗传算法
基于Matlab车间调度及其
遗传算法
基于Matlab车间调度及其
遗传算法
基于Matlab车间调度及其
遗传算法
基于Matlab车间调度及其
遗传算法
基于Matlab车间调度及其遗传算 ...
2022-6-5 21:21 - Mama-2022 - 现金交易版
MATLAB代码实现遗传算法的功能
0 个回复 - 1390 次查看
%一步步编写代码实现
遗传算法实现的功能
clear all; clc; close all;
global pop_size
pop_size=20;
generation=100;
p_c=0.9;
p_mu=0.1;
length=8;
parents=randi([0,1],pop_size,length);
for k=1:genera ...
2020-7-10 10:55 - 蒋飞樊 - 新手入门区
[Matlab资源]谢菲尔德大学遗传算法工具箱
81 个回复 - 17173 次查看
**** 本内容被作者隐藏 ****
这个是英国谢菲尔德大学开发的
遗传算法工具箱gatbx
一些实例:http://bbs.pinggu.org/thread-3331630-1-1.html
和http://bbs.pinggu.org/thread-3443469-1-1.html
2015-3-22 23:13 - fantuanxiaot - 量化投资
遗传算法-matlab-优化
6 个回复 - 2969 次查看
running.
Error using ==> constrValidate at 23
Cannot continue because user supplied constraint function failed with the following error:
The following error occurred converting from sym to double:
...
2011-8-3 21:51 - wchampion - MATLAB等数学软件专版
如何用遗传算法matlab编程替代最小二乘法求系数
0 个回复 - 1410 次查看
RT
这是M函数function f=grey[a,b]
3.278+4.513*a==b
3.337+7.82*a==b
3.39+11.184*a==b
3.679+14.7185*a==b
3.85+18.488*a==b
命令窗口写的是
options=gaoptimset('Generations',800,'StallGenLimit',300); ...
2012-12-7 14:07 - 狂飙的毛毛虫 - 爱问频道