搜索资源列表
-
0下载:
我找到的较好用的高维非线性函数的全局优化程序,使用说明参见解压后的MCS包。该程序不需要Hessian矩阵。-I find a better use of high-dimensional nonlinear function of the global optimization process, See Note the use of the MCS unpacked package. The program does not need Hessian matrix.
-
-
0下载:
在最优化问题中,常用需求取代价函数的最小值,该程序实现了最速梯度求最小的功能-in optimization problems, the demand to replace the commonly used function of the minimum price. the program achieved the steepest gradient for the smallest functional
-
-
0下载:
matlab程序,有约束最优化问题直接法--复合形法,matlab program, constrained optimization problems are the direct method- the complex method
-
-
0下载:
很好的结构优化程序,Evolve97,非常有用,解决连续体优化问题-Good structural optimization program, Evolve97, very useful to solve optimization problems of continuum structures
-
-
4下载:
一个非常好的全局优化算法代码,可以用于优化求解各种非线性方程,包括数据同化领域都可以应用。-The SCE-UA method is a general purpose global optimization
program.
-
-
0下载:
粒子群最佳化演算法(pso),為一個基本的程式,適合初學者來參考。-Particle Swarm Optimization algorithm (pso), for a basic program for beginners to reference.
-
-
0下载:
遗传算法应用程序使用说明:
1.安装MATLAB5.X;
2.建立目录:(c:\GeneticProgram),并将这里提供的所有源程序拷入该目录;
3.运行(c:\GeneticProgram)中的 startup;
4.在MATLAB Command Window内直接运行程序 FloatExample和BinaryExample。-Application of genetic algorithms for use: 1. Installation MATLAB5.X 2.
-
-
0下载:
基于MATLAB的粒子群优化算法程序设计,经典算例。-MATLAB-based particle swarm optimization program design, the classic example.
-
-
0下载:
C++ Implementation of Ant Colony Optimization Program.This uses a Cost matrix to Calculate the Shortest path from a number of Cities.
-
-
0下载:
用 进退法 黄金分割法 单纯形法 复合形法 解决优化设计问题-Machine Optimizer Program
-
-
0下载:
SHA1汇编码的深度优化改写:
写个程序,用的了SHA1汇编码,百度了一堆,但是没有一个满意的。
并且都对500M以上的大文件支持不好,可怜单位配的256M内存的古董机!!!!!
于是自己决定重新写个,该源码对大文件的计算速度较快.
程序改写要点,除了对算子的优化外,还优化掉了数据表。由于优化掉了部分特种码,可以一定程度上避免PEiD类的软件侦测到所采用的算法类型
写完后,发现:中间那一堆代码怎么看怎么那么不顺眼呢!!,继续改写,进行了优化,把中间的算子优化掉。
附带全部
-
-
0下载:
This dynamic matlab code for tsp, an optimization program-This is dynamic matlab code for tsp, an optimization program
-
-
0下载:
vc++6.0 上实现的dijkstra算法优化程序-dijkstra algorithm optimization program implemented on vc++6.0
-
-
0下载:
文件中包括了最优化中的最小树最大流的模型、程序,以及例子和数据-Document includes the model, the maximum flow minimum tree optimization program of examples and data, as well as the
-
-
1下载:
支持向量机寻优程序 网格寻优 自己修改路径-Support vector machine automatic optimization program
-
-
3下载:
用matlab实现了信赖域算法,主要用于无约束优化问题的求解-Using matlab to achieve the trust region algorithm, mainly used for solving unconstrained optimization problems
-
-
0下载:
用ANSYS的APDL语言编写的加强筋拓扑优化程序-Stiffener topology optimization program with the ANSYS APDL language
-
-
0下载:
本资源主要对矩阵分解中的LU分解、LDL’分解、乔列斯基分解,以及无约束最优化领域中的最速下降法、牛顿法、拟牛顿法的原理、步骤和算法进行了简要介绍,并对各种方法进行了Matlab编程实验,得到了较好的结果。 本资源包含了《矩阵分解及无约束最优化方法的原理和应用简介》文档以及其中用到的全部Matlab程序,非常适合初学者学习与研究。-The resources are mainly in the matrix decomposition LU decomposition, LDL decompo
-
-
0下载:
粒子群算法是寻找某个最大值,但是我
们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。
如果需要调回来的话,在函数体里面把max() 改为min()-Particle swarm optimization (pso) algorithm is to find a maximum, but me
The project with the minimum of the objective function is often, so I change the pr
-
-
1下载:
包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
-