代码搜索:Evolution

找到约 665 项符合「Evolution」的源代码

代码结果 665
www.eeworm.com/read/338523/12297019

m findmaxusinges.m

% findMaxUsingES.m % Find max. of sinc(x)sinc(y) in -5 to 5 in x,y using % Evolution strategy. %% PenChen Chou, 2004-5-11 rand('state',sum(100*clock)); % Seed % Initial popu genSize=1500; pop
www.eeworm.com/read/217301/14969626

m gademo2.m

% GADEMO2 Use of the Genetic Optimization Toolbox % Binary and Real-Valued Simulation Evolution for Matlab % Copyright (C) 1996 C.R. Houck, J.A. Joines, M.G. Kay % % C.R. Houck, J.Joines, and
www.eeworm.com/read/37302/900960

m evolve_vector_eno1.m

function [delta] = evolve_vector_ENO1(phi, dx, dy, u_ext, v_ext) % % Finds the amount of evolution under a vector field % based force and using 1st order accurate ENO scheme % % Author: Baris Sum
www.eeworm.com/read/37302/900964

m evolve_normal_weno.m

function [delta, H1_abs, H2_abs] = evolve_normal_WENO(phi, dx, dy, Vn) % % Finds the amount of evolution under a force in % normal direction and using 5th order accurate WENO scheme. % % Author:
www.eeworm.com/read/37302/900977

m evolve_vector_eno2.m

function [delta] = evolve_vector_ENO2(phi, dx, dy, u_ext, v_ext) % % Finds the amount of evolution under a vector field % based force and using 2nd order accurate ENO scheme % % Author: Baris Sum
www.eeworm.com/read/37302/900981

m evolve_vector_eno3.m

function [delta] = evolve_vector_ENO3(phi, dx, dy, u_ext, v_ext) % % Finds the amount of evolution under a vector field % based force and using 3rd order accurate ENO scheme % % Author: Baris Sum
www.eeworm.com/read/246541/4492877

ac configure.ac

dnl Process this file with autoconf to produce a configure script. AC_INIT([Co-evolution iterated prisoner dilemma],[3.0.0],[cgagne@gmail.com],[ipd]) AC_CONFIG_SRCDIR([ipd/IPDEvalOp.cpp]) AC_CONFIG_AU
www.eeworm.com/read/162614/5527381

c pr24716.c

/* PR24716, scalar evolution returning the wrong result for pdest. */ int Link[] = { -1 }; int W[] = { 2 }; extern void abort (void); int f (int k, int p) { int pdest, j, D1361; j = 0; pd
www.eeworm.com/read/366702/2878768

c pr24716.c

/* PR24716, scalar evolution returning the wrong result for pdest. */ int Link[] = { -1 }; int W[] = { 2 }; extern void abort (void); int f (int k, int p) { int pdest, j, D1361; j = 0; pd
www.eeworm.com/read/294695/8211027

m evolve_vector_eno1.m

function [delta] = evolve_vector_ENO1(phi, dx, dy, u_ext, v_ext) % % Finds the amount of evolution under a vector field % based force and using 1st order accurate ENO scheme % % Author: Baris Sum