代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/396136/8124403
html compatibility_alias.html
Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/267760/11163958
m lpdemo.m
echo on
% Script to demonstrate use of the lp_solve toolkit
clc;
lp=mxlpsolve('make_lp',0,4);
mxlpsolve('add_constraint',lp,[3, 2, 2, 1],3,4);
mxlpsolve('add_constraint',lp,[0, 4, 3, 1],2,3);
mxlpso
www.eeworm.com/read/383097/8973737
m non_domination_sort_mod.m
%% Non-Donimation Sort
% This function sort the current popultion based on non-domination. All the
% individuals in the first front are given a rank of 1, the second front
% individuals are assigne
www.eeworm.com/read/381172/9106535
m non_domination_sort_mod.m
%% Non-Donimation Sort
% This function sort the current popultion based on non-domination. All the
% individuals in the first front are given a rank of 1, the second front
% individuals are assigne
www.eeworm.com/read/366687/9803901
res lp.res
Value of objective function: -95.0969
A0000011 0
A0000012 0
A0000014 0
A0000015 0
A0000017 0
A0000018 0
A0000020 0
A
www.eeworm.com/read/360340/10101850
m non_domination_sort_mod.m
%% Non-Donimation Sort
% This function sort the current popultion based on non-domination. All the
% individuals in the first front are given a rank of 1, the second front
% individuals are assigne
www.eeworm.com/read/424747/10417745
m non_domination.m
% This function sort the current popultion based on non-domination. All the individuals in the first front are given a rank of 1,
% the second front individuals are assigned rank 2 and so on. Afte
www.eeworm.com/read/462764/7196481
m non_domination_sort_mod.m
%% Non-Donimation Sort %按照目标函数最小了好
% This function sort the current popultion based on non-domination. All the
% individuals in the first front are given a rank of 1, the second front
% individua
www.eeworm.com/read/450326/7485653
m non_domination_sort_mod.m
%% Non-Donimation Sort
% This function sort the current popultion based on non-domination. All the
% individuals in the first front are given a rank of 1, the second front
% individuals are assigne
www.eeworm.com/read/449504/7502329
m stepkm2.m
function [center_index, obj_fcn, U] = stepkm(center_index, distmat)
%STEPKM One step in k-means clustering.
% [CENTER, ERR] = STEPKM(CENTER, DATA)
% performs one iteration of k-means clustering, wh