代码搜索:Evolution

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

代码结果 665
www.eeworm.com/read/424747/10417726

m dedemov.m

function dedemov(action); % DE function minimization demonstration. % dedemov is called with no parameters. % % Differential Evolution for MATLAB % Copyright (C) 1996 R. Storn % International Computer
www.eeworm.com/read/460435/7251267

cpp detest.cpp

// Differential Evolution Test Program // Based on algorithms developed by Dr. Rainer Storn & Kenneth Price // Written By: Lester E. Godwin // PushCorp, Inc. // Dallas, Tex
www.eeworm.com/read/460435/7251277

m run1.m

% Initialization and run of differential evolution optimizer. % A simpler version with fewer explicit parameters is in run0.m % % Here for Rosenbrock's function % Change relevant entries to adapt to
www.eeworm.com/read/460435/7251280

h desolver.h

// Differential Evolution Solver Class // Based on algorithms developed by Dr. Rainer Storn & Kenneth Price // Written By: Lester E. Godwin // PushCorp, Inc. // Dallas, Tex
www.eeworm.com/read/455979/7360182

m dedemov.m

function dedemov(action); % DE function minimization demonstration. % dedemov is called with no parameters. % % Differential Evolution for MATLAB % Copyright (C) 1996 R. Storn % International Computer
www.eeworm.com/read/241323/13156420

m evolut.m

%> The file calculates the evolution of a wave packet on %> the unit interval using an iterative method for the propagation. %> Algorithm = Visscher scheme. System = particle in a box wi
www.eeworm.com/read/187767/6323130

m dedemov.m

function dedemov(action); % DE function minimization demonstration. % dedemov is called with no parameters. % % Differential Evolution for MATLAB % Copyright (C) 1996 R. Storn % International Computer
www.eeworm.com/read/156983/11748283

cpp detest.cpp

// Differential Evolution Test Program // Based on algorithms developed by Dr. Rainer Storn & Kenneth Price // Written By: Lester E. Godwin // PushCorp, Inc. // Dallas, Tex
www.eeworm.com/read/156983/11748292

h desolver.h

// Differential Evolution Solver Class // Based on algorithms developed by Dr. Rainer Storn & Kenneth Price // Written By: Lester E. Godwin // PushCorp, Inc. // Dallas, Tex
www.eeworm.com/read/459651/1566461

java differentialevolutioncrossover.java

/** * DifferentialEvolutionCrossover.java * Class representing the crossover operator used in differential evolution * @author Antonio J. Nebro * @version 1.0 */ package jmetal.base.operator.cros