代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/436271/7773164
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/436271/7773180
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/328550/13021316
m continuousga.m
%PROGRAM 3: CONTINUOUS GENETIC ALGORITHM
% Continuous Genetic Algorithm
%
% minimizes the objective function designated in ff
% Before beginning, set all the parameters in parts
% I, II, and III
www.eeworm.com/read/241695/13125065
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/241695/13125113
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/323721/13325346
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/323721/13325386
m objharv.m
% OBJHARV.M (OBJective function for HARVest problem)
%
% This function implements the HARVEST PROBLEM.
%
% Syntax: ObjVal = objharv(Chrom,rtn_type)
%
% Input parameters:
% Chrom -
www.eeworm.com/read/301492/13858271
txt outlier_readme.txt
README of Spatial Outlier Detection
S. Shekhar & P. Zhang
University of Minnesota
Objective:
Better understand concepts and methods for spatial outlier detection
comparing to t
www.eeworm.com/read/301123/13865777
m ovcom.m
function pa=OVcom(v,NO)
% OVcom: define the test problems,compute the objective values to v
% usage:
% pa=OVcom(v,NO);
% where
% NO: the serial number of test problem
% v:
www.eeworm.com/read/410324/11292991
m my_pso_zyk_cgaus_rldc.m
%PROGRAM: Modified PARTICLE SWARM OPTIMIZATION
% Particle Swarm Optimization - PSO
% Haupt & Haupt
% 2003
clear all
close all
%ff = 'testfunction'; % Objective Function
% Initializing variables