搜索资源列表
proe与isight集成优化程序
- proe与isight集成优化程序,建立了集成调用模型和优化算法。
optim.rar
- 多变量非线性优化模型求解,对约束条件建立m文件,Multi-variable nonlinear optimization model for solving the establishment of restrictive conditions on m file
ga
- 优化算法之遗传算法,可用之优化模型参数等,还可以进行搜索-ga
lingo
- LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,利用LINGO高效的求解器可快速求解并分析结果。 -LINGO is used to solve linear and nonlinear optimization problems simple tools. LINGO built an optimization model to establish the language, large-scale problems ca
钢管的优化订购
- 关于钢管订购的一个经典数学模型及matlab程序,希望对大家有用(On the steel pipe order of a classic mathematical model and matlab procedures, we hope to be useful)
第14章 遗传优化算法
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。这个程序是matlab 最优计算第十四章程序(Genetic Algorithm for matlab)
导弹作战行动网络流模型及动态规划算法_宋志华
- 导弹实施波次打击任务时,需要安排一个较优的运输方案,把多枚导弹在规定的时间内运往各个发射阵地。导弹运输时会涉及道路冲突性、隐蔽性、任务时间限制、道路容量限制等多方面因素,进行运输规划是一个组合优化问题。通过建立运输规划方案的优化模型,可以为常规导弹制定波次作战行动(When a missile strikes a wave, a better transport scheme should be arranged, and multiple missiles will be sent to th
线性优化-对偶问题求解
- 放射治疗射线的线性优化模型的最优的射野强度,并给出剂量分布(画出剂量分布图)。 从原问题的求解中给出对偶问题的最优解。(Solve the linear optimization model of radiation for treatment, calculate the optimal field strength, and give the dose distribution (draw the dose distribution chart). Give the optimal s
Copy_1_of_top88_2
- 稳健性描述指标与稳健性拓扑优化模型。稳健性设计要求同时考虑结构的平均性能和结构不确定性参数引起的结构性能偏移。为了描述稳健性设计的要求以及构件优化模型,首先针对以结构柔顺度期望及其标准差的加权和形式的目标函数,研究加权系数的选取规则,提出了一个称为“柔顺度的类变异系数”的合适的稳健性描述指标。该指标具有明确的物理意义而更具合理性。(Robust descr iption index and robust topology optimization model. The robustness de
三维水下传感器网络覆盖优化算法_黄俊杰.caj
- 摘 要: 针对三维水下传感器网络模型,对水下传感器网络的覆盖优化问题进行了描述,提出利用虚拟势场算法 <@) ( EHOPNRSP+PLBRLEVLS RISHNVFBK UHN FBNPP+QVKPL4VHLRI 4PL4HN LPF[HNd4) 调整水下传感器节点与浮标节点间缆绳的距 离,逐渐消除网络中的感知重叠区域和覆盖盲区,进而实现整个水下传感器网络覆盖增强"在仿真实验中,通过 <@) 算法与 -)/ 算法的比较,验证了 <@) 算法的有效性"
ga
- 车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(The layout optimization of the workshop is the process of placing the processing equipment, material conveying equipment, work unit and channel corridor
线性规划
- 建立优化模型,确定优化变量,利用线性规划算法进行优化,仿真结果图片显示。(The optimization model is established, the optimization variables are determined, the linear programming algorithm is used to optimize the results, and the simulation results are displayed.)
整数规划
- 建立优化模型,确定优化变量,利用整数规划算法进行优化,仿真结果图片显示。(The optimization model is established, the optimization variables are determined, the linear programming algorithm is used to optimize the results, and the simulation results are displayed.)
BP优化
- 基于bp模型的优化预测,基于bp神经网络的数字识别系统设计(Optimization prediction based on BP model)
经典即变异粒子群优化算法
- AsyLnCPSO算法,BreedPSO算法,CLSPSO算法,经典粒子群PSO算法,RandWPSO算法等等经典粒子群变异算法模型(AsyLnCPSO algorithm, BreedPSO algorithm, CLSPSO algorithm, classical particle swarm optimization PSO algorithm, RandWPSO algorithm and so on, and so on.)
粒子群优化算法
- 经典的粒子群算法模型,里面有注释分析讲解(Classical particle swarm optimization model)
基于灵敏度分析的优化
- 基于灵敏度分析的优化程序,能够优化响应面模型(Optimization program based on sensitivity analysis)
四旋翼无人机
- 四旋翼无人机SIMULINK建模,PSO_SA优化PID参数 reverse.m 作用:将History表中的string形式的key值转换为赋给九个全局变量temp00, ... ,temp08运行sum1.slx,可以直接观察此组参数的波形。 History 作用:映射表,将一组参数(temp00, ..., temp08)映射到这组参数的ITAE指标。 trojectory.m 作用:定义一条路径并进行路径压缩,通过不断向sum.slx传递位置参数,控制无人机运动,并接受无人机
遗传算法优化pid
- fun1为适应度函数 GA_optima为优化pid的主函数 mainopt.slx为适应度函数里面调用的模型 test.slx为比较模型(Fun1 is the fitness function GA_optima is the main function to optimize pid Mainopt.slx is the model called inside the fitness function Test.slx is the comparison model)
分布式电源选址定容的多目标优化算法_夏澍
- 多目标粒子群算法优化分布式发电选址 实现了最优目标,包含了分布式电源的出力模型(Related papers on location and sizing of distributed generation)