搜索资源列表
GA
- 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
GAFMAX
- 遗传算法 求下列函数的最大值 obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].-Optimization problem by genetic algorithm of a function obj(x)=x.*(10-x).*sin(2*pi*x), x\in[0,10].
matlab-GA
- 该程序是利用遗传算法求解f=21.5+x1sin(4*pi*x1)+x2sin(20*pi*x2)在-3.0<=x1<=12.1 和 4.1<=x2<=5.8 上的最大值 -The program is the use of genetic algorithms f = 21.5+x1sin (4* pi* x1)+x2sin (20* pi* x2)-3.0 < = x1 < = 12.1 and 4.1 < = x2 < = maximum of 5.