代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/436271/7773132
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix contai
www.eeworm.com/read/436271/7773136
m mpga.m
% MPGA.M Multi Population Genetic Algorithm
%
% This script implements the Multi Population Genetic Algorithm.
% A real-valued representation of the individuals is used.
%
% Author: A
www.eeworm.com/read/436271/7773145
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some of the results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix
www.eeworm.com/read/436271/7773146
m mpga.m
% MPGA.M (Multi Population Genetic Algorithm)
%
% This script implements the Multi Population Genetic Algorithm.
% Real valued representation for the individuals is used.
%
% Author:
www.eeworm.com/read/434664/7850708
txt read me.txt
GUI of HEA
(Left side)
*(Must complete)first line:input with function name:e.x @function name ;
(Could leave with empty)Second line:input with population Size (similar
with Genetic algorit
www.eeworm.com/read/297734/7998920
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/333524/12677286
m designlcbp6.m
function [param,H,L0,ABCD,x] = designLCBP6(n,OSR,opt,Hinf,f0,t,form,x0,dbg)
% Modified designLCBP for use with latest optimization toolbox
% Handle the input arguments
parameters = {'n';'OSR';'opt';'
www.eeworm.com/read/244800/12842978
c computegr.c
/*
* =============================================================
* computegr.c
*
* input: x,i,j,d
* x : matrix DxN
* i,j : indices of neighbors 1xC
* d : distances 1xC
*
www.eeworm.com/read/241695/13124993
m resplot.m
% RESPLOT.M (RESult PLOTing)
%
% This function plots some results during computation.
%
% Syntax: resplot(Chrom,IndAll,ObjV,Best,gen)
%
% Input parameters:
% Chrom - Matrix contai
www.eeworm.com/read/241695/13125002
m mpga.m
% MPGA.M Multi Population Genetic Algorithm
%
% This script implements the Multi Population Genetic Algorithm.
% A real-valued representation of the individuals is used.
%
% Author: A