代码搜索:Objective
找到约 3,719 项符合「Objective」的源代码
代码结果 3,719
www.eeworm.com/read/265393/11265046
m evaluate_objective.m
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 varia
www.eeworm.com/read/400232/11580284
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/400232/11580294
m evaluate_objective.m
function f = evaluate_objective(x,problem)
% Function to evaluate the objective functions for the given input vector
% x. x has the decision variables
switch problem
case 1
f = []
www.eeworm.com/read/348088/11612551
m objective_funct.m
% This function is used to minimize elastic deformations at all contacts
function F = Objective_Funct(x)
global t % time trajectory
global Cn_Lw Ct_Lw Cn_cw Ct_cw
global Fg Side_L Se
www.eeworm.com/read/227962/14405171
m plot_objective.m
%% Script to plot MOP1
% This scripts plot the objective space for MOP1 given in Homework
% Assignment # 5. It used the function eveluate_objective to determine the
% objective values and plots the
www.eeworm.com/read/227962/14405190
m evaluate_objective.m
function f = evaluate_objective(x,problem)
% Function to evaluate the objective functions for the given input vector
% x. x has the decision variables
switch problem
case 1
f = []
www.eeworm.com/read/215302/15065729
m evaluate_objective.m
function f = evaluate_objective(x)
f = [];
f(1) = 1 - exp(-4*x(1))*sin(6*pi*x(1))^6;
sum = 0;
for i = 2 : 6
sum = sum + x(i)/4;
end
g = 1 + 9*sum^0.25;
f(2)
www.eeworm.com/read/215301/15065775
c evaluate_objective.c
# include
# include
# include "global.h"
// 计算群体适应度
void evaluate_pop (population *pop)
{
int i;
for (i=0; iind[i]));
}
}
www.eeworm.com/read/339446/3308958
prf objective_c.prf
isEmpty(QMAKE_OBJECTIVE_CC):QMAKE_OBJECTIVE_CC = $$QMAKE_CC
isEmpty(QMAKE_OBJECTIVE_CFLAGS) { #bootstrap
QMAKE_OBJECTIVE_CFLAGS = $$QMAKE_CFLAGS
QMAKE_OBJECTIVE_CFLAGS_WARN_ON = $$QMAKE_CFLAG