搜索资源列表
matlab模拟退火
- 模拟退火算法是为了避免求解最优化出现局部极值的问题而提出的算法,保证最终的结果是全局最优的,该matlab源程序能在matlab环境中实现-simulated annealing method is the best solution in order to avoid a partial optimization of extreme concern raised by the algorithm to ensure that the final result is that the glob
moniTUIHU
- 模拟退火算法 C++ 实现 -simulated annealing algorithm to achieve C
tsp
- 模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realiz
simulatedannealingalgorithm
- 关于模拟退火算法的书籍,以及在0-1背包问题、旅行商问题上的实现-a book about simulated annealing algorithm
Simulatedannealing
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。 模拟退火算法能使问题解达到全局最优,这个程序用C#实现,简单易懂,能抓住该算法的精髓。-Simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the
cubic-spline-interpolation
- 大数据量中需找数据的统计规律,采用模拟退火算法,采用三次样条插值实现-Large amounts of data need to find the statistical regularities of the data, the use of simulated annealing algorithm, using cubic spline interpolation to achieve
Monituihuosuanfa1
- 模拟退火算法求解最优解问题,通过matalab程序实现。-Simulated annealing algorithm to solve the optimal solution of problem by matalab program implementation.
SA
- 模拟退火算法的MATLAB实现,通过赋予搜索过程一种时变且最终趋于零的概率突跳性,从而可有效避免陷入局部极小并最终趋于全局最优的串行结构的优化算法。-MATLAB implementation of simulated annealing algorithm, a search process by giving time-varying and ultimately tends to zero the probability of jumps, which can effectively av
MCMC
- 基于模拟退火算法的马尔科夫蒙特卡洛算法matlab程序,实现了对levy函数的优化。-A Markov Chain Monte Carlo alogrithm based on annealing phenomenon,which maximzies and minimizes the levy function.
ArtificialIntelligence
- 一些人工智能方面的学习源码,用java写的。包括遗传算法 alpha-beta剪枝 模拟退火算法 九宫格 传教士与野人等问题或者算法实现源码。-Some artificial intelligence to learn the source code, written in java. Including genetic algorithm alpha-beta pruning simulated annealing algorithm and other missionaries and Sa
simulated_annealing
- 用matlab实现的模拟退火算法的源码,附算例-simulated annealing
junnao
- 基于matlab GUI界面设计,实现了对10个数字音的识别,基于混沌的模拟退火算法。- Based on matlab GUI interface design, To achieve the recognition of 10 digital sound, Chaos-based simulated annealing algorithm.
jangpai
- 用MATLAB实现动态聚类或迭代自组织数据分析,包括AHP,因子分析,回归分析,聚类分析,基于混沌的模拟退火算法。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Including AHP, factor analysis, regression analysis, cluster analysis, Chaos-based simulated annealing algorithm.
poutui
- 基于混沌的模拟退火算法,matlab小波分析程序,滤波求和方式实现宽带波束形成。- Chaos-based simulated annealing algorithm, matlab wavelet analysis program, Filtering summation way broadband beamforming.
faipiu_V7.5
- 基于人工神经网络的常用数字信号调制,基于混沌的模拟退火算法,可实现对二维数据的聚类。- The commonly used digital signal modulation based on artificial neural network, Chaos-based simulated annealing algorithm, Can realize the two-dimensional data clustering.
mou-jd33
- 实现了对10个数字音的识别程序最大信噪比的独立分量分析算法,基于混沌的模拟退火算法。- Realization of 10 digital audio recognition program SNR largest independent component analysis algorithm, Chaos-based simulated annealing algorithm.
hiu_hv28
- 基于混沌的模拟退火算法,各种资源分配算法实现,连续相位调制信号(CPM)产生。- Chaos-based simulated annealing algorithm, Various resource allocation algorithm, Continuous phase modulation signal (CPM) to produce.
模拟退火
- 直接实现matlab的模拟退火算法优化,亲测可用,修改参数即可(Matlab simulation annealing algorithm optimization)