搜索资源列表
Linearfitting
- 直线拟合的几种算法,其中包括线性最小二乘,和两种不同目标函数的非线性最小二乘,用于比较这些方法的优劣,另外matlab中说的robust least squares方法没有找到,希望有朋友能给穿一下:)-Several linear fitting algorithm, which includes linear least squares. and two different objective function of the nonlinear least squares, used to
mdss
- 求解目标函数的最小值,可以作为子程序使用,程序代表很简练实用-Solving the minimum objective function can be used as a subroutine, the program on behalf of a very concise and practical
fxjsf2
- 复刑法求解目标函数的最小值,程序很简单实用,可用作子程序。-Complex objective function for solving the minimum of the Criminal Code, the procedures are simple and practical, can be used as subroutines.
0.618
- 0.618法求解目标函数的最小值,可以作为子程序使用,程序代表很简练实用-0.618 minimum objective function method can be used as a subroutine, procedure on behalf of a very concise and practical
pwx
- 抛物线法求解目标函数的最小值,可以作为子程序使用,程序代表很简练实用-Parabolic method to solve the minimum objective function can be used as a subroutine, the program on behalf of a very concise and practical
dancunxing
- 单存型法求解目标函数的最小值,可以作为子程序使用,程序代表很简练实用-Single deposit-type method for solving the minimum objective function can be used as a subroutine, the program on behalf of a very concise and practical
Newton
- 用于最优化牛顿法计算,可以实现目标函数求最小值问题,-Newton' s method for optimization, can achieve the objective function for the minimum problem, thank you
partition
- 贪心算法-会场安排问题的源代码 【问题描述】 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的算法进行安排。 这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。 编程任务:对于给定的 k 个待安排的活动,编程计算使用最少会场的时间表。 【贪心策略】 根据会场安排问题的定义,首先将问题简化为:找出两个活动i和j,若它们满足start
fortran---GA
- 利用fortran,使用遗传算法,计算结构可靠度,计算目标函数的最小值-failed to translate
meng
- 四个变量均有自己的取值范围,当在各自范围内取值时,四个变量取何值时目标函数达到最小值-Four variables have their own range, when the respective values within the range, the four variables what value reaches a minimum when the objective function
sa-pso
- 粒子群算法,利用粒子群算法求目标函数的最优问题,极大值或极小值-code for particle swarm optimization method written in MATLAB
Particle-swarm-optimization
- 粒子群算法是寻找某个最大值,但是我 们工程上用的目标函数往往是求最小值,因此我把程序改成寻找目标函数的最小值了。 如果需要调回来的话,在函数体里面把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
fingsan
- 最小均方误差(MMSE)的算法,包括脚本文件和函数文件形式,多目标跟踪的粒子滤波器。- Minimum mean square error (MMSE) algorithm, Including scr ipt files and function files in the form, Multi-target tracking particle filter.
parabola
- 抛物线拟合,通过使用最小二乘法最为优化的目标函数,经过三元线性方程组的解法得到抛物线拟合参数。-parabola curve fitting using least square method
DYNELD
- 动态电力经济调度问题代码,目标函数为成本最小。运行test1可以得到最小的调度成本以及机组出力分配结果。
单纯形法Matlab程序-2016-11-17
- 一般线性规划问题具有线性方程组的变量数大于方程个数,这时会有不定的解。当决策变量个数n和约束条件个数m较大时,单纯形法是求解线性规划问题的通用方法。 从线性方程组找出一个个的单纯形,每一个单纯形可以求得一组解,然后再判断该解使目标函数值是增大还是变小了,决定下一步选择的单纯形。通过优化迭代,直到目标函数实现最大或最小值(In general linear programming problems, the number of variables with linear equations is
seven nodes example
- 北航最优化第一次大作业。多商品流问题的七节点算例,目标函数为极小化FT成本函数和极小化最大弧利用率。(a seven nodes example of multi-product flow)