CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - differential evolution in matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - differential evolution in matlab - List
[
AI-NN-PR
]
DE40
DL : 0
微分进化算法来解决电力系统优化问题的源代码,例子采用的是40个粒子的大规模计算问题-Differential evolution algorithm to solve the optimization problem of power system source code, for example, uses 40 particles of mass calculation
Update
: 2025-02-19
Size
: 3kb
Publisher
:
Mei Juan
[
AI-NN-PR
]
DifferentialEvolutionAPracticalApproachtoGlobalOpt
DL : 0
这是一本讲微分进化的书,进化算法是以遗传算法为代表的一类随机算法的总称,95年由Rainer Storn和Kenneth Prici提出微分进化方法,比传统进化算法更好更简单,2004年该方法的原创者出版了长达580页的微分进化:一种全局优化的实用方法,本书是英文版,似乎还没有中文版,希望对感兴趣的人有用-This is a book stresses differential evolution, evolutionary algorithm based on genetic algorithm to represent a class of random algorithm collectively, 95 by Rainer Storn and Kenneth Prici proposed differential evolution approach, better than the traditional evolutionary algorithm simpler, 2004 The method of the originators of the publication of up to 580 of the differential evolution: A practical method for global optimization, this book is the English version seems to have been the Chinese version, in the hope that people interested in useful
Update
: 2025-02-19
Size
: 9.39mb
Publisher
:
plow
[
Software Engineering
]
MATLAB
DL : 0
matlab 基本语句描述,及一些基本内部函数,很有用的,欢迎共享,-Differential evolution algorithm is very popular in recentyears, it iswidely used in complex optimi- zation questionsbecause of it’s easy implementation and has less controlparameters. Butconventionaldifferen- tial evolution algorithm has a problem ofstagnation thatcan stop the algorithm convergence.
Update
: 2025-02-19
Size
: 34kb
Publisher
:
wang
[
Energy industry
]
NewWinRARarchive
DL : 0
This program is about economic load despatch. It has been done by using differential evolution algorithm.
Update
: 2025-02-19
Size
: 7kb
Publisher
:
Abdur Rahaman
[
matlab
]
AFEM@matlab
DL : 0
EM@matlab是一个有限元工具包,适用于静力和偏微分方程的演变-AFEM@matlab is a MATLAB package of adaptive finite element methods (AFEMs) for stationary and evolution partial differential equations in two spatial dimensions
Update
: 2025-02-19
Size
: 267kb
Publisher
:
晁忠贵
[
AI-NN-PR
]
EC_Final_Project_Implementation
DL : 0
A source code for cellular memetic algorithm.
Update
: 2025-02-19
Size
: 9kb
Publisher
:
amir
[
matlab
]
Differential_evolution
DL : 0
Differential evolution unit commitment economic dispatch
Update
: 2025-02-19
Size
: 26kb
Publisher
:
prince
[
matlab
]
depso
DL : 1
基于差分进化的粒子群优化算法,(全局最优粒子群优化算法)-Based on differential evolution particle swarm optimization, (global optimization PSO)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
林颦
[
matlab
]
de
DL : 0
基于matlab平台编写的微分进化算法,可用于电力系统问题优化-Based on matlab platform written in differential evolution algorithm can be used for optimization of power system problems
Update
: 2025-02-19
Size
: 61kb
Publisher
:
h
[
matlab
]
(muPlambda)-CDE
DL : 0
不同的进化计算方法比较,并用matlab仿真实现-Constrained Evolutionary Optimization by Means of(mu+lambda) Differential Evolution and Improved Adaptive Trade-off Model Evolutionary Computation Journal, in press
Update
: 2025-02-19
Size
: 9kb
Publisher
:
yehua
[
Special Effects
]
danshuipingji
DL : 0
对一个具有多目标的图像进行分割,对函数进行MATLAB定义,并设定相应的时间、空间步长,在演化过程中,对水平集的计算采用二阶基本无震荡差分格式,新初始化函数采用一阶基本无震荡差分格式,迭代时水平集每更新10次重新初始化水平集一次。这样,我们基本可以将简单的多目标图像进行分割。 -Split the image of a multi-objective function defined in MATLAB, and set the appropriate time, space step in the evolution Process, the second-order calculation of the level set of basic shock differential format, a new initialization function using the first order shock differential format, Diego The level set when the generation of updated 10 times to re-initialize the level set. In this way, we can basically a simple multi-objective image segmentation.
Update
: 2025-02-19
Size
: 750kb
Publisher
:
刘玉婷
[
Special Effects
]
jiandanCVmoxing
DL : 0
对一个具有多目标的图像进行分割。对函数进行MATLAB定义,并设定相应的时间、空间步长。在演化过程中,对水平集的计算采用二阶基本无震荡差分格式,新初始化函数采用一阶基本无震荡差分格式。 -A target image segmentation. MATLAB definition, function, and set the appropriate time and space steps. The second-order calculation of the level set in the process of evolution, the basic shock differential format, a new initialization function using the first order shock-free differential format.
Update
: 2025-02-19
Size
: 288kb
Publisher
:
刘玉婷
[
AI-NN-PR
]
10dim
DL : 0
sade算法的matlab程序,在13年发布的标准测试函数上进行实验,改进的差分进化算法。-the matlab code of SADE, an improved differential evolution algorithm, which are tested on the benchmarks in 2013.
Update
: 2025-02-19
Size
: 1.71mb
Publisher
:
师玉娇
[
matlab
]
DE-Algorithm-of-Rosen
DL : 0
Matlab中采用微分进化算法计算Rosen函数的案例。-Matlab differential evolution algorithm used in the case of Rosen function.
Update
: 2025-02-19
Size
: 93kb
Publisher
:
褚守车
[
Windows Develop
]
2016.11.03DE_SVR(差分进化)
DL : 1
以优化SVR算法的参数c和g为例,对DE(差分进化)算法MATLAB源码进行了详细中文注解。(Differential Evolution algorithm (DE) is a heuristic random search algorithm based on group differences. This algorithm is proposed by R.S and k.p. rice for solving Chebyshev polynomials. DE algorithm is also an intelligent optimization algorithm, which is similar to the previous heuristic algorithm, such as ABC, PSO, etc., which is a heuristic optimization algorithm. The DE algorithm is an optimization algorithm that I used in solving the case study of box coverage.)
Update
: 2025-02-19
Size
: 5kb
Publisher
:
mercy认真的雪
[
matlab
]
AFEM@matlab
DL : 0
AFEM@matlab is a MATLAB package of adaptive finite element methods (AFEMs) for stationary and evolution partial differential equations in two spatial dimensions. It contains robust, efficient, and easy-to-follow codes for the main building blocks of adaptive finite element methods.
Update
: 2025-02-19
Size
: 276kb
Publisher
:
reeza
[
matlab
]
DE-test
DL : 0
差分进化算法,求最优解,能实现,能运行,是个测试版本,可以在这基础改(Differential evolution algorithm, to achieve the optimal solution, can be realized, can run, is a test version, can be modified in this basis.)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
pandakill
[
matlab
]
DE算法matlab程序
DL : 1
matlab的基本差分进化算法,放在了压缩包中的word里面(The basic differential evolution algorithm of MATLAB is put in the word in the compressed package)
Update
: 2025-02-19
Size
: 13kb
Publisher
:
realmecncc
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.