代码搜索:evaluate
找到约 3,619 项符合「evaluate」的源代码
代码结果 3,619
www.eeworm.com/read/355997/10239731
class evaluate.class
www.eeworm.com/read/355997/10239732
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
www.eeworm.com/read/355318/10276582
class evaluate.class
www.eeworm.com/read/355318/10276585
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
www.eeworm.com/read/424747/10417759
m evaluate.m
% Function to evaluate the objective functions for the given input vector x. x has the decision variables
function f = evaluate(x,problem)
switch problem
case 1
f = [];
www.eeworm.com/read/424743/10420358
m evaluate.m
function [v, x] = evaluate( prob, x )
%EVALUATE function evaluate an individual structure of a vector point with
%the given multiobjective problem.
% Detailed explanation goes here
% prob: is the
www.eeworm.com/read/352854/10498577
java evaluate.java
public class Evaluate{
int max_x,max_y,max;
public void evaluate(int shape[][][]){
int i=0,j=0;
for(i=0;i
www.eeworm.com/read/351797/10609703
mexglx evaluate.mexglx
www.eeworm.com/read/351797/10609710
m evaluate.m
function K = evaluate(ker, x1, x2)
% EVALUATE
%
% Evaluate a Gaussian radial basis kernel, for example
%
% K = evaluate(kernel, x1, x2);
%
% where x1 and x2 are matrices containing input p
www.eeworm.com/read/351797/10609715
c evaluate.c
/******************************************************************************
File : @rbf/evaluate.c
Date : Saturday 18th March 2000
Author : Dr Gavin C. Cawley
Descr