代码搜索:Evolution
找到约 665 项符合「Evolution」的源代码
代码结果 665
www.eeworm.com/read/294695/8211038
m evolve_normal_vector_eno3.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO3(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vector f
www.eeworm.com/read/294695/8211082
m evolve_normal_vector_eno1.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO1(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vector f
www.eeworm.com/read/294695/8211099
m evolve_normal_vector_eno3_sd.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO3_SD(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vecto
www.eeworm.com/read/294695/8211106
m evolve_normal_vector_eno2_sd.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO2_SD(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vecto
www.eeworm.com/read/294695/8211114
m evolve_normal_vector_eno2.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO2(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vector f
www.eeworm.com/read/294695/8211150
m evolve_normal_vector_eno1_sd.m
function [delta, H1_abs, H2_abs] = evolve_normal_vector_ENO1_SD(phi, dx, dy, Vn_ext, u_ext, v_ext)
%
% Finds the amount of evolution under a force in
% normal direction and a force based on a vecto
www.eeworm.com/read/165343/7143994
m psi.m
function p = Psi(xlist,mlist2,psi2)
% function p = Psi(x,mlist2,psi2)
%
% Compute the Psi function used in density evolution
% x = value
% mlist2, psi2 -- list of points to interpolate (see densev1)
www.eeworm.com/read/221024/14778858
html http:^^www-cse.ucsd.edu^users^wgg^projects.html
Date: Tue, 14 Jan 1997 23:52:29 GMT
Server: NCSA/1.4.2
Content-type: text/html
Last-modified: Thu, 01 Aug 1996 19:31:34 GMT
Content-length: 2398
Software Evolution Lab Projects f
www.eeworm.com/read/338523/12302357
m findminusinges3.m
% findMinUsingES3.m
% Find min. of xsin(4x)+1.1ysin(2y) in 0 to 10 in x,y using
% Evolution strategy.
% For comparison, see GA_ex21.m file.
%% PenChen Chou, 2004-5-11
clear
fprintf('
www.eeworm.com/read/338523/12296544
m findminusinges2.m
% findMinUsingES2.m
% Find min. of xsin(4x)+1.1ysin(2y) in 0 to 10 in x,y using
% Evolution strategy and Roulette-wheel selection.
% For comparison, see GA_ex21.m file.
%% PenChen Chou, 2004-5-11