代码搜索:evaluate

找到约 3,619 项符合「evaluate」的源代码

代码结果 3,619
www.eeworm.com/read/344217/11900111

m nco_evaluate.m

%================================================================ % nco_evaluate.m is a program that evaluate rom sin output using FFT % Copyright :blutea 2004_10_20 % vionsion: 1.0 %==========
www.eeworm.com/read/253789/12200222

sh grade_evaluate.sh

#!/bin/sh # Usage: ./grade_evaluate grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] ; then echo "Error: invalid grade" elif [ '$1' –lt '60' ] ; then echo 'no
www.eeworm.com/read/252193/12294580

sh grade_evaluate.sh

#!/bin/sh # Usage: ./grade_evaluate grade # grade should be between 0 and 100, including 0 and 100 if [ '$1' –lt '0' ] ; then echo "Error: invalid grade" elif [ '$1' –lt '60' ] ; then echo 'no
www.eeworm.com/read/250980/12372216

m gauss_evaluate.m

function w = gauss_evaluate(v,S,logflag) %function w = gauss_evaluate(v,S,logflag) % % INPUTS: % v - a set of innovation vectors. % S - the covariance matrix for the innovations. % logflag
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/216806/14991761

m gauss_evaluate.m

function w = gauss_evaluate(v,S,logflag) %function w = gauss_evaluate(v,S,logflag) % % INPUTS: % v - a set of innovation vectors. % S - the covariance matrix for the innovations. % logflag
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/211020/15188657

m gpols_evaluate.m

function popu = gpn_evaluate(popuin,ixs,X,Y,Q,optv); %Evaluates individulas and identificates their linear parameters % popu = gpols_evaluate(popuin,ixs,X,Y,Q,optv) % popu
www.eeworm.com/read/17767/757928

m nco_evaluate.m

%================================================================ % nco_evaluate.m is a program that evaluate rom sin output using FFT % Copyright :blutea 2004_10_20 % vionsion: 1.0 %==========