搜索资源列表
tabu_matlab
- 采用禁忌搜索算法和模拟退火法来求解旅行商问题,PDF文件,说明很详细-Using tabu search algorithm and simulated annealing method to solve the traveling salesman problem, PDF document describing in great detail
CAD
- 自己编写的电路分析,优化程序,可求解电路响应,计算元件灵敏度,优化方法包括Powell法,模拟退火法,可部分实现滤波器设计的功能-I have written the circuit analysis, optimization procedures, can solve the circuit response, computing components sensitivity, and optimization methods including Powell method, simulat
monituihuo
- 模拟退火法求解n个城市的旅行商问题,很好用,只需做简单的修改就可以。-Simulated annealing method for solving n-city traveling salesman problem, useful, just do a simple modification can be.
Simulated-annealing-algorithm
- 正交波形设计——模拟退火算法是利用模拟退火法找个比较好的初始点,再通过领域搜索进一步找到比较满意的解。 -Simulated annealing algorithm
matlab-simulated-annealing
- matlab模拟退火法,包含程序和算例,基于matlab开发的-matlab simulated annealing
simulated-annealing-algoritham
- 通过例子讲解模拟退火法的优化原理和方法,浅显易懂!-The global minimum of function can be obtained by the simulated annealing algritm.
TSP
- TSP问题的模拟退火法求解,能够反推相关城市之间最优函数的求解-TSP
nengniu
- 搭建OFDM通信系统的框架,基于混沌的模拟退火算法,数学方法是部分子空间法。- Build a framework OFDM communication system, Chaos-based simulated annealing algorithm, Mathematics is part of the subspace.
lengbang_v36
- 基于混沌的模拟退火算法,数学方法是部分子空间法,自写曲率计算函数 。- Chaos-based simulated annealing algorithm, Mathematics is part of the subspace, Since writing the curvature calculation function.
nengqao_v36
- 基于混沌的模拟退火算法,非归零型差分相位调制信号建模与仿真分析 ,AHP层次分析法计算判断矩阵的最大特征值。- Chaos-based simulated annealing algorithm, NRZ type differential phase modulation signal modeling and simulation analysis, Calculate the maximum eigenvalue judgment matrix of AHP.
sengkeng
- 到达过程是的泊松过程,预报误差法参数辨识-松弛的思想,基于混沌的模拟退火算法。- Arrival process is a Poisson process, Prediction Error Method for Parameter Identification- the idea of relaxation, Chaos-based simulated annealing algorithm.
qengmeng_v86
- 基于混沌的模拟退火算法,计算十字叉丝的在不同距离的衍射图像,预报误差法参数辨识-松弛的思想。- Chaos-based simulated annealing algorithm, Calculation crosshairs diffraction image at different distances, Prediction Error Method for Parameter Identification- the idea of relaxation.
kiejai_v71
- 基于混沌的模拟退火算法,阵列信号处理的高分辨率估计,预报误差法参数辨识-松弛的思想。- Chaos-based simulated annealing algorithm, High-resolution array signal processing estimates, Prediction Error Method for Parameter Identification- the idea of relaxation.
qanghiu_v70
- 进行波形数据分析,预报误差法参数辨识-松弛的思想,基于混沌的模拟退火算法。- Waveform data analysis, Prediction Error Method for Parameter Identification- the idea of relaxation, Chaos-based simulated annealing algorithm.
kie_v79
- 基于kaiser窗的双谱线插值FFT谐波分析,基于混沌的模拟退火算法,图像的光流法计算的matlab程序。- Dual-line interpolation FFT harmonic analysis kaiser windows, Chaos-based simulated annealing algorithm, Image optical flow calculation matlab program.
kan_ss28
- 基于混沌的模拟退火算法,数值分析的EULER法,是一种双隐层反向传播神经网络。- Chaos-based simulated annealing algorithm, EULER numerical analysis method, Is a two hidden layer back propagation neural network.
qao_vg60
- 基于混沌的模拟退火算法,信号处理中的旋转不变子空间法,从先验概率中采样,计算权重。- Chaos-based simulated annealing algorithm, Signal Processing ESPRIT method, Sampling a priori probability, calculate the weight.
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
monituihuo
- 提出了一种混合模拟退火算法, 以模拟退火法作为随机搜索引擎,利用逻辑编程和线性规划来检验和处理搜索结果。这种算法既可以发挥随机搜索法的快速寻找可行解的优势, 又可以充分考虑特定问题内在的逻辑和数学关系, 使之可以在较短的时间内得到一较优解实例计算结果表明, 同传统的混合整数线性规划方法相比这种算法可以快速地给出优化解, 月优化值与全局最优依差别不大, 可以更好地解决原油实际调度问题(A hybrid simulated annealing algorithm is proposed, which
guosai
- 用模拟退火算法求解线性规划问题。 min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>=0(The simulated annealing algorithm is used to solve the linear programming problem. min f(x)=x1^2+x2^2+8 st. x1^2-x2>=0 -x1-x2^2+2=0 x1,x2>