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

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

eps_MOEA

  • 资源大小:11.97 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分: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
0.199612s