代码搜索:Evolution
找到约 665 项符合「Evolution」的源代码
代码结果 665
www.eeworm.com/read/424073/10494983
pdf academic.press.3g.evolution.hspa.and.lte.for.mobile.broadband.jul.2007.pdf
www.eeworm.com/read/476010/6772562
sce run2.sce
// Initialization and run of differential evolution optimizer
// a more complex version with more explicit parameters is in run.m
//
getf('DiffEvol.sci') // Differential Evolution function [adapt
www.eeworm.com/read/476010/6772567
sce run1.sce
getf('DiffEvol.sci') // Differential Evolution function [adapt PATH]
getf('rosen.sci') // Function to minimize [adapt PATH]
// Initialization and run of differential evolution opt
www.eeworm.com/read/291296/3967530
cpp main.cpp
#include "global.h"
using namespace evo;
void crosstest();
void calValueTest();
void sortTest();
void evoTest();
void evolution();
void main()
{
srand(unsigned(time(0)));
evolution();
www.eeworm.com/read/380400/2659316
cpp main.cpp
#include "global.h"
using namespace evo;
void crosstest();
void calValueTest();
void sortTest();
void evoTest();
void evolution();
void main()
{
srand(unsigned(time(0)));
evolution();
www.eeworm.com/read/460435/7251255
m rundeopt.m
%********************************************************************
% Script file for the initialization and run of the differential
% evolution optimizer.
%*************************************
www.eeworm.com/read/321975/13391501
m rundeopt.m
%********************************************************************
% Script file for the initialization and run of the differential
% evolution optimizer.
%*************************************
www.eeworm.com/read/227853/14409056
m rundeopt.m
%********************************************************************
% Script file for the initialization and run of the differential
% evolution optimizer.
%*************************************
www.eeworm.com/read/376842/9303764
m dispeeof_v2.m
% dispEEOF_v2(CHP,PC,EXPVAR,DT,NLAG,MOD) Display few EEOFs with their
% PC time evolution
%
% => DISPLAY FEW EEOFs with their PC time evolution.
% CHP contains all
www.eeworm.com/read/182200/9212060
c ga_optim.c
/**********************************************************************
ga_optim.c
**********************************************************************
ga_optim - Optimisation and evolution ro