资源简介
遗传算法工具箱详解及应用,利用工具箱的作用使得程序更为简洁,方便使用
代码片段和文件信息
function f=GA_demo(x)
f1=4*x(1).^3+4*x(1)*x(2)+2*x(2).^2-42*x(1)-14;
f2=4*x(2).^3+4*x(1)*x(2)+2*x(1).^2-26*x(1)-22;
f=f1.^2+f2.^2;
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 133 2010-08-21 13:35 chapter6\GA_demo.m
文件 377 2010-08-21 13:35 chapter6\GA_demo_run.m
目录 0 2018-01-02 21:38 chapter6\
评论
共有 条评论