搜索资源列表
优化作业_不精确一维搜索
- 运筹学中的解线性规划问题的一种方法,不精确一维搜索算法-tacticians of linear programming solution of a problem, an inexact Victoria Search Algorithm
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
Bubble_S5
- The "binary search algorithm" is one of the quickest way for searching threw an array, the "linear search algorithm" makes "n" comparaisons for searching for an element inside a given array. The "binary search algorithm" only makes log2(n) comparaiso
success_failure_way
- 本程序是最优化理论中一维搜索方法之一——成功失败法的实现-linear search
LinearSearch
- Simple Linear search algorithm that searches if a specific value exists in an array.
METSlib
- METSlib提供基本的启发式算法框架,包括局部搜索及其变体,模拟退火和禁忌搜索等。 -METSlib implements the basics of some metaheuristics algorithm: * Random Restart Local Search * Variable Neighborhood Search * Iterated Local Search * Simulated Annealing (with line
algorithm
- DES算法 DSA算法 ElGamal算法 Kohonen的SOFM(自组织特征映射) LAM(线性联想记忆)算法 LZW 压缩算法 MD5算法 PGP的安全性(一) PKCS #7 RSA算法 SSL是怎样工作的? Ternary Search Trees 产生组合的非递归算法 大整数的乘法 对LZW算法的改进及其在图象无损压缩中的应用 复数快速傅立叶变换算法 加密算法与密钥管理 经典加密算法在VB中的实现(1)- Rsa
linear-search
- linear search in vb it is simple to use
C-language-algorithm-code
- 用C语言编写了科研和工程中最常用的算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。-Written in C for scientific and engineering of the most commonly used algorithm, the algorithm include the plura
prog1_bin_lin
- its a simple binary and linear search algorithm
0.618
- 学会用MATLAB编写程序; 学会一维搜索法; 精确的一维线性搜索法:0.618法; 非精确的一维线性搜索法:goldstein法;-Learn how to use MATLAB programming Society of one-dimensional search method precise linear one-dimensional search method: 0.618 law non-accurate one-dimensional linear search method:
sapso
- 为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。-To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive wei
damping_Guass_Newton
- 阻尼高斯牛顿算法,解最小二乘问题的理论说明及源代码。用高斯牛顿法求方向,armijo线性搜索得到步长。-Damping Gauss-Newton algorithm, the theoretical descr iption of least squares problem solution and source code. Gauss-Newton method for direction, armijo linear search to get step.
BFGSyouhuasuanfa
- 精确线性搜索的BFGS算法求解下面无约束问题-Precise linear search algorithm for solving the following BFGS unconstrained problem
nonlinear-algorithm
- 非线性算法合集,包括牛顿拉夫逊法,Broyden拟牛顿法,弧长法,割线法。每种算法都包含有线性搜索迭代改进。-Nonlinear algorithm collection, including Newton Raphson, Broyden quasi-Newton method, arc-length method, secant method. Each contains a linear search algorithms for iterative improvement.
mlclass-ex1-005
- Octave 3.2. Linear regression, cost function, minimun search.
lab1
- Binary search and linear search using makefile
fast-descent
- 牛顿法测试程序,包含线搜索和不含线搜索时算法比较。-newton algorithm with linear and without linear search.
gradientDescent
- 梯度下降法,一种线搜索方法,以负梯度方向作为最速下降方向进行最优解搜索-Gradient fell method, a linear search method to the negative gradient direction as the direction of steepest descent optimal search