-
an
说明: 利用模拟退火解决0-1背包问题,适合初学者。(The use of simulated annealing to solve 0-1 knapsack problem, suitable for beginners.)
- 2008-11-12 21:48:16下载
- 积分:1
-
D_star_PathPlanning-master
说明: 近年来,基于启发式的多目标优化技术得到了很大的发展,研究表明该技术比经典方法更实用和高效。有代表性的多目标优化算法主要有NSGA、NSGA-II、SPEA、SPEA2、PAES和PESA等。粒子群优化(PSO)算法是一种模拟社会行为的、基于群体智能的进化技术,以其独特的搜索机理、出色的收敛性能、方便的计算机实现,在工程优化领域得到了广泛的应用,多目标PSO(MOPSO)算法应用到了不同的优化领域[9~11],但存在计算复杂度高、通用性低、收敛性不好等缺点。
多目标粒子群(MOPSO)算法是由CarlosA. Coello Coello等在2004年提出来的(In recent years, heuristic-based multi-objective optimization technology has been greatly developed, and research shows that this technology is more practical and efficient than classical methods. Representative multi-objective optimization algorithms mainly include NSGA, NSGA-II, SPEA, SPEA2, PAES and PESA. Particle Swarm Optimization (PSO) algorithm is an evolutionary technology based on swarm intelligence that simulates social behavior. With its unique search mechanism, excellent convergence performance, and convenient computer implementation, it has been widely used in the field of engineering optimization. The objective PSO (MOPSO) algorithm is applied to different optimization fields [9~11], but it has shortcomings such as high computational complexity, low versatility, and poor convergence.
The multi-objective particle swarm optimization (MOPSO) algorithm was proposed by Carlos A. Coello Coello et al. in 2004)
- 2021-04-17 17:50:13下载
- 积分:1
-
gabotranform1
一个不错的Gabor小波基的生成程序,可以生成不同尺度,不同方向的小波基(A good generation of Gabor wavelet procedure)
- 2010-07-02 09:42:38下载
- 积分:1
-
matlab6.xsignalprocessing
该书详细介绍了如何使用Matlab提供的信号处理工具箱函数进行信号处理,并通过大量的实例,说明了用Matlab进行信号处理的方法。(The book details how to use the Matlab Signal Processing Toolbox provides functions for signal processing, and through a large number of examples to illustrate the use of Matlab for signal processing method.)
- 2007-10-24 11:23:13下载
- 积分:1
-
93afd5cca4d6
matlab方面有很多程序可以使用到学习与工作中(matlab, there are many programs you can use to learn and work)
- 2011-04-25 11:10:07下载
- 积分:1
-
matlab
matlab的基本应用,和基础知识,ppt形式的讲解。(matlab basic applications, and basic knowledge, ppt form of explanation.)
- 2011-05-14 21:51:31下载
- 积分:1
-
Robust-receding-horizon-predictive
Robust receding horizon predictive control for systems with uncertain dynamics and input saturation
- 2013-10-23 20:07:05下载
- 积分:1
-
LevelSet_ChunmingLi_v0
基于灰度图像的目标物的提取、边缘检测、迭代收缩(Extract target grayscale images based on edge detection, iterative shrinkage)
- 2013-11-27 21:28:19下载
- 积分:1
-
Cfar
主要用于雷达信息处理领域中恒虚警的处理,该程序对理解cfar有很好的帮助(Mainly used for radar information processing in CFAR processing, the program has a good understanding cfar Help)
- 2010-06-22 19:33:26下载
- 积分:1
-
orbita_sunsync
Orbita.m
Programa para dibujar un periodo de la orbita de un satélite apartir de
los parámetros orbitales
Programado a partir de la hoja TUNDRA2.pdf
Ramon Martínez, 20-12-2006
Parámetros
k=398613.52 en (km^3)/(s^2)
Re = 6377 km
h=814.5
a=Re+h
e=0
OmegaRot=0.9856 º /day
n = sqrt(k/(a^3))
p = a*(1-(e^2))
J2=0.00108263
cos_i = OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600)
i = acos(OmegaRot*(-2/3)*(1/J2)*(1/n)*((p/Re)^2)*(pi/180)/(24*3600))*(180/pi)
- 2010-02-08 06:34:16下载
- 积分:1