搜索资源列表
matlab优化程序算例
- 一些基于matlab优化函数fmincon的算例,有助于深入了解matlab的优化算法
求解约束极小值问题的函数fmincon
- 求解约束极小值问题的函数fmincon,fmincon是求解多维约束优化问题的优化工具箱函数,Problem solving constrained minimum function fmincon, fmincon is a multi-dimensional constrained optimization problems for solving the optimization toolbox function
fmincon.rar
- 求解非线性方程。调用格式x=fmincon(fun,x0,A,b,Aeq,beq,VLB,VUB),For solving nonlinear equations. Call the format x = fmincon (fun, x0, A, b, Aeq, beq, VLB, VUB)
fmincon
- 通过使用matlab优化工具箱中的函数fmincon解决有约束的非线性优化问题,有详细的代码过程。-By using the matlab optimization toolbox function fmincon to solve constrained nonlinear optimization problem, has detailed the process code.
testfmincon
- matlab 非线性优化函数fmincon测试-fmincon function test
jsm-1
- matlab中最优化函数fmincon 求解非线性规划问题-fmincon used to solve nonlinear programming problem
youhuachengxu
- 几个matlab遗传算法的算例,比较实用,可以对matlab的遗传算法函数fmincon有所深入的了解-some issues about matlab
svm
- matlab实现的svm算法,调用fmincon函数优化-using svm to classify two kinds datas
wilson
- 基于wilson法的风力机叶片设计,应用MATLAB中fmincon函数对轴向和周向诱导因子求解-Wilson law-based wind turbine blade design using MATLAB fmincon function of the axial and circumferential inducible factor solution
power
- 利用matlab自带的函数fmincon函数求解IEEE30节点的网络损耗,可以运行-Matlab function fmincon function comes solving IEEE30 loss of nodes in the network, you can run
基于wilson法的风力机叶片设计,应用MATLAB中fmincon函数对轴向和周向诱导因子求解
- 基于wilson法的风力机叶片设计,应用MATLAB中fmincon函数对轴向和周向诱导因子求解
FMINCON_PARALLEL
- FMINCON_PARALLEL is a MATLAB program which demonstrates how the FMINCON function, which is used to find the constrained minimizer of a function, can use MATLAB s Parallel Computing Toolbox to perform some calculations in parallel.
fmincon-in-matlab-and-example
- fmincon函数中文解释及例子,pdf文件,有比较详细的解释-fmincon and its example
using_fmincon
- fmincon using matlab
matlabjubing
- 本程序解决了matlab中fmincon最优化函数的非.m函数问题,程序中使用函数句柄,使用单个文件即可实现计算。包含基本的调用m函数方法程序、采用x(1)...x(6),带括号形式的句柄程序、采用定义的x1...x6多变量的句柄程序。程序可用于迭代过程中的最优化条件发生改变的情况。希望对大家有所帮助(This program solves the non.M function problem of the fmincon optimization function in MATLAB. In
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 lb,ub?? 自变量的上下界 nonlinearco
非线性规划
- 采用matlab平台实现该非线性规划问题,采用函数为fmincon命令 在具体编写代码过程中,可以将线性约束也写在非线性约束函数nonlinearcondition中,简化代码.(MATLAB nonlinear programming to seek the best value of Q function)
fmincon.m
- fmincon的源代码,可以用来求解非线性问题的最优化问题(fmincon adsfghkj sadfdg sdfghj sdg)
fmincon 优化代码
- 计算风电优化。。.....。。。。。。。。。。。(Calculation of wind power)
TrajectoryOptimizationFmincon-master
- 使用MATLAB中fmincon函数进行约束规划,解决最优化问题(Fmincon function for trajectory optimization)