搜索资源列表
11
- 本文主要将蚁群算法用于解决连续函数优化的问题-This paper will be used for ant colony algorithm to solve the problem of continuous function optimization
pso2
- 基于改进的粒子群算法,可以用来求解函数优化问题-Based on Improved Particle Swarm algorithm, can be used to solve the function optimization problem
pso3
- 有关粒子群算法的源程序,用matlab语言编得,可用于求解函数优化问题-Particle Swarm Optimization on the source, using matlab language was made, can be used to solve the function optimization problem
BenvliMAXandMIN
- 这两个代码是用贝努利法求方程的最大实根和最小实根,方程只要是标准形式输入参数就可以调用此MATLAB函数-These two functions which are writtern by Matlab can solve out the max and min root through the Benvli method.
jsm-1
- matlab中最优化函数fmincon 求解非线性规划问题-fmincon used to solve nonlinear programming problem
Genetic-algorithm(matlab)
- 基于matlab上的rosenbrock函数用遗传算法求解最优解的三个典型程序。-Based matlab on rosenbrock function using genetic algorithms to solve the optimal solution of the three typical program.
MATLAB1
- matlab 创建微分方程 解微分方程的基础 后续利用matlab自带函数解决-matlab to create Differential Equations Differential basis for follow-up use of matlab own function to solve
shape
- 无网格法形函数求解,matlab,yuyiqiang-Meshless method to solve shape function, matlab, yuyiqiang
sga
- 利用遗传算法解决实际问题,用于平面度的测量以及具体的一元函数优化求极值,适用于matlab-using matlab to make a program to solve the ga function
xg
- 利用Matlab自带的函数求多自由度信号的自相关函数、互相关函数并画图,用于求解脉冲响应-Using Matlab s own function to find the autocorrelation function of the multi degree of freedom signal, and the correlation function and drawing, used to solve the impulse response
mgasa
- 本资源是Mgasa算法解决TSP问题的Matlab代码,资源中包括mgasa_main(Mgasa算法解决TSP问题代码),mgasa_fitness(适应度求取函数代码),mgasa_annealing(Mgasa算法中模拟退火代码),mgasa_select(遗传算法中选择函数代码),mgasa_crossover(遗传算法中染色体交叉互换函数代码),mgasa_mutation(遗传算法中基因突变函数代码),mgasa_change(Mgasa算法中选择过程代码)。同时代码中有Locati
MATLAB-yuyanchangyongsuanfachengxuji
- MATLAB语言常用算法程序集。包含各种常用插值求解常微分方程偏微分方程等常用函数程序-MATLAB language commonly used algorithm assembly. Contains a variety of commonly used interpolation to solve ordinary differential equations
Matlab中solve函数用法详解
- 这是关于MATLAB中solve函数用法的简答介绍(This is about the usage of solve MATLAB function in simple introduction)
遗传算法matlab求最小值
- 利用matlab基于遗传算法求解函数最小值(Using MATLAB to solve minimum function based on genetic algorithm)
matlab
- 设计并解决一个线性规划问题,要求: 1)问题应具有一定的实际背景,最好与自己的专业相关; 2)目标函数至少包含6个以上的变元; 3)包含等式约束和不等式约束两种约束条件; 4)写出求解问题的Matlab程序; 5)对求解的结果进行必要的解释和分析说明。(Design and solve a linear programming problem, requiring: 1) the problem should have a certain practical background,
motaifenxi
- 用matlab求解求频响函数的实频、虚频、幅频、相频及Nyqiust图(Frequency response function of matlab to solve o real or imaginary frequency, amplitude frequency and phase frequency and Nyqiust figure)
MATLAB 笔记本
- matlab 图像处理常用函数语言。包含对图像进行分割,腐蚀膨胀等。(My English is too bad. it is a good text about Matlab . i hope it can solve you program.)
粒子群算法
- SO算法就是模拟一群鸟寻找食物的过程,每个鸟就是PSO中的粒子,也就是我们需要求解问题的可能解,这些鸟在寻找食物的过程中,不停改变自己在空中飞行的位置与速度。大家也可以观察一下,鸟群在寻找食物的过程中,开始鸟群比较分散,逐渐这些鸟就会聚成一群,这个群忽高忽低、忽左忽右,直到最后找到食物。这个过程我们转化为一个数学问题。寻找函数 y=1-cos(3*x)*exp(-x)的在[0,4]最大值。(SO algorithm is the simulation of a flock of birds f
odesbvp
- matlab提供了边值问题求解器bvp4c()用于求解边值问题的数值解,bvp4c()采用带自适应网格的高阶差分法来求解边值问题,首先给出可调用的常微分方程组函数以及残差的边值条件函数,这些函数都必须返回一个列向量。(Matlab provides the numerical solution of the boundary value problem solver bvp4c () for solving the boundary value problem. Bvp4c () uses th
第一章 线性规划
- 采用Matlab中 linprog函数来求解线性规划问题,使用matlab自带函数,提高了计算效率。(The LINprog function in Matlab is used to solve the linear programming problem, and its own function in Matlab is used to improve the calculation efficiency.)