资源简介
基于pareto的多目标遗传算法,它是NSGA2
代码片段和文件信息
function f = evaluate_objective(x M V)
%% function f = evaluate_objective(x M V)
% Function to evaluate the objective functions for the given input vector
% x. x is an array of decision variables and f(1) f(2) etc are the
% objective functions. The algorithm always minimizes the objective
% function hence if you would like to maximize the function then multiply
% the function by negative one. M is the numebr of objective functions and
% V is the number of decision variables.
%
% This functions is basically written by the user who defines his/her own
% objective function. Make sure that the M and V matches your initial user
% input. Make sure that the
%
% An example objective function is given below. It has two six decision
% variables are two objective functions.
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7254 2006-03-16 15:28 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\evaluate_ob
文件 15130 2006-03-16 15:30 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\genetic_operator.html
文件 6575 2006-03-16 15:30 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\initialize_variables.html
文件 19336 2006-03-16 15:35 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\non_domination_sort_mod.html
文件 21283 2006-03-16 15:29 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\nsga_2.html
文件 6402 2006-03-16 15:31 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\ob
文件 8174 2006-03-16 15:38 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\replace_chromosome.html
文件 10253 2006-03-16 15:37 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html\tournament_selection.html
文件 134157 2006-03-19 19:24 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\NSGA II.pdf
文件 8127 2006-03-16 15:29 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\nsga_2.m
文件 7102 2006-03-16 15:36 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\non_domination_sort_mod.m
文件 2200 2006-03-19 19:12 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\ob
文件 3627 2006-03-16 15:38 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\tournament_selection.m
文件 2719 2006-03-16 15:38 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\replace_chromosome.m
文件 2024 2006-03-16 15:30 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\initialize_variables.m
文件 5695 2006-03-16 15:30 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\genetic_operator.m
文件 2216 2006-03-16 15:28 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\evaluate_ob
文件 111616 2010-11-25 21:35 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II.doc
文件 373682 2011-01-16 15:39 355463772Deb_NSGA-II\NSGA_2.pdf
目录 0 2009-05-14 22:05 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II\html
目录 0 2009-05-14 22:05 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II\NSGA-II
目录 0 2009-05-14 22:06 355463772Deb_NSGA-II\Deb的多目标遗传算法之NSGA-II
目录 0 2010-10-14 22:16 355463772Deb_NSGA-II
----------- --------- ---------- ----- ----
747572 23
- 上一篇:lines-hough
- 下一篇:ofdm-papr_slmPptsPc
评论
共有 条评论