搜索资源列表
粒子群算法实现目标函数的最优解
- 粒子群算法实现目标函数的最优解
外点惩罚函数法-调试通过
- 求解n维具有不等式约束优化问题的最优解-solving n-dimensional inequality constrained optimization with the optimal solution
遗传算法-最优函数值
- 此遗传算法功能强大,界面操作,能很方便的设置遗传算法的各个参数。运行过程中,图形显示寻优过程。以及列表显示运行的详细结果。-this powerful genetic algorithms, interface operation, can very easily be set genetic algorithm parameters. Process, graphics optimization process. Operation
惩罚函数法
- ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
yichuansuanfayouhua
- 遗传算法求解函数最优解小程序,互帮互助:)『十进制编码』-Genetic Algorithm for the optimal solution function of small procedures, mutual aid互帮:) 『』 coded decimal
m6
- 遗传算法求解函数最优解小程序,互帮互助:)『十进制编码。matlab-Genetic Algorithm for the optimal solution function of small procedures, mutual aid互帮:) 『decimal encoding. matlab
Opt_Quadratic
- 插值算法是一类重要的线性搜索方法,其基本思想是在搜索区间中不断用低次插值多项式来近似目标函数。该程序是用二次插值算法求区间上的无约束最优化解。-Interpolation algorithm is one important class of linear search method, its basic idea is constantly in the search interval with a low polynomial in
optime
- 最优控制状态函数的例子,一般最优课程基本上都要留的作业-Optimal control of state function example, the general optimal course is basically to be left operating
moyituhuo
- 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才
optim
- 在学习中发现的在matlab中的最优控制的s函数-Found in the study in matlab in the s of the optimal control function
myIterative
- 迭代法阈值分割,迭代法自动计算最优阈值。已经写成函数形式,输入灰度图,输出分割好后的阈值图。-Threshold segmentation iterative method, iterative method for automatically calculating the optimal threshold. Function has been written in the form of input grayscale outpu
fenzhidingjie
- 运筹学中利用MATLAB实现分支定界算法的实现,其中求最优解利用linprog函数实现
06
- 最优装载方案 成绩: 0 / 折扣: 0.8 试设计一个用队列式分支限界法搜索子集空间树的函数。该函数的参数包括结点可行性判定函数和上界函数等必要的函数,并将此函数用于解装载问题。 装载问题描述如下:有一批共n个集装箱要装上艘载重量为c的轮船,其中集装箱i的重量为wi 。找出一种最优装载方案,将轮船尽可能装满,即在装载体积不受限制的情况下,将尽可能重的集装箱装上轮船。 输入:第一行有2个正整数n和c。n是集装箱数,c是轮
ant-hanshu
- 蚁群算法求解函数最优解算法。-Ant colony algorithm for the optimal solution algorithm for a function.
GA
- 用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-A Genetic Algorithm for the optimal value function, convergence is fast and easy to fall into local optimal value. Genetic algorithm is a classical algorithm, this program
4.遗传算法求解最优解最大值项目
- genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
ga2
- 非线性函数最优解的遗传算法(可应用于数学建模)(Genetic algorithm for optimal solutions of nonlinear functions (applicable to mathematical modeling))
Q函数
- 采用matlab平台实现该非线性规划问题,采用函数为fmincon命令 fmincon命令的一般参数形式为fmincon(‘fun’,x0,A,b,Aeq,beq,lb,ub,’nonlinearcondition’),其中各个参数含义如下: fun??? 目标函数(以求最小值为目标函数) x0???? 最优解迭代的初始值 A,b ???线性约束不等式A*x<= b Aeq,beq??? 线性约束等式Aeq*x =beq
EMPC最优解
- 针对PMSM设计的EMPC的最优解,以MATLAB语音表达(The optimal solution of EMPC designed for PMSM)
GA
- 使用遗传算法求解有限制的多元函数的最优解(Using genetic algorithm to solve the optimal solution of restricted multivariate functions)