首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > eps_MOEA

eps_MOEA

  • 资源大小:11.97 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: Matlab

资 源 简 介

% Run an optimization using the epsilon-moea algorithm. Assumes that the % optimization problem is in canonical form - all target functions are to be % minimized. % % Arguments:  % creature - a description of the problem as returned from construct creature. % pop_size - number of individuals to use for the simulation. The more you use, % The better is the pareto front, but it"s slower and has diminishing  % returns. % conv_gens - after this many generations with no change in the archive  % population, the iteration stops. % nun_gens - maximum total number of generations, with or without convergence. % objectives - a function that given a population array returns the fitness  % array. % grid - the size of the hypercubes in the epsilon-dominance tests. % % Returns: % population - the population matrix after the latest iteration. % fitness - the

文 件 列 表

eps_MOEA
archive_accept.m
archive_marker.m
archive_select.m
breed.m
chromosome_length.m
construct_creature.m
eps_moea_optimize.m
gen_population.m
pareto_front.m
pop_accept.m
pop_select.m
sbx.m
tau1.m
tau2.m
tau3.m
test_archive_accept.m
test_optimize.m
test_pareto_front.m
test_pop_accept.m

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 11 47分钟前 成为了本站会员

  • 开心快活人 3小时前 成为了本站会员

  • 晋财 4小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

0.158485s