代码搜索:Evolution
找到约 665 项符合「Evolution」的源代码
代码结果 665
www.eeworm.com/read/400584/11572402
html differentialevolution-faq.html
differentialevolution-faq
DIFFERENTIAL EVOLUTION FAQ
In addition to the documentation, here I add some questions a
www.eeworm.com/read/338523/12301232
m evostrategy.m
function [bestPI,bestX]=EvoStrategy(obj_fcn,itera,maxmin,ranges,StopSign);
% Implementation of Evolution Strategy in Matlab.
rand('state',sum(100*clock));
randn('state',sum(100*clock));
LOW=rang
www.eeworm.com/read/11830/234964
m demo2.m
% This Matlab file demomstrates the level set method in Li et al's paper
% "Level Set Evolution Without Re-initialization: A New Variational Formulation"
% in Proceedings of CVPR'05, vol. 1, p
www.eeworm.com/read/11830/234965
m demo2_manualbinaryinitial.m
% This Matlab file demomstrates the level set method in Li et al's paper
% "Level Set Evolution Without Re-initialization: A New Variational Formulation"
% in Proceedings of CVPR'05, vol. 1, p
www.eeworm.com/read/11830/234966
m demo1_manualbinaryinitial.m
% This Matlab file demomstrates the level set method in Li et al's paper
% "Level Set Evolution Without Re-initialization: A New Variational Formulation"
% in Proceedings of CVPR'05, vol. 1, p
www.eeworm.com/read/11830/234969
m demo1.m
% This Matlab file demomstrates the level set method in Li et al's paper
% "Level Set Evolution Without Re-initialization: A New Variational Formulation"
% in Proceedings of CVPR'05, vol. 1, p
www.eeworm.com/read/471453/6892666
html differentialevolution-faq.html
differentialevolution-faq
DIFFERENTIAL EVOLUTION FAQ
In addition to the documentation, here I add some questions a
www.eeworm.com/read/294144/8250492
cpp ldpc_all_new.cpp
//Gaussian Approximation Density Evolution: version 2
//Author: Zhu, Shenli
//Change Log:
// 7/24 Version 2 change linear search to binary search (bsearch)
// 8/7 Version 3 bug fixed and add
www.eeworm.com/read/266087/11242367
cpp gade_all_new.cpp
//Gaussian Approximation Density Evolution: version 2
//Author: Zhu, Shenli
//Change Log:
// 7/24 Version 2 change linear search to binary search (bsearch)
// 8/7 Version 3 bug fixed and add