搜索资源列表

  1. 机械优化设计一维约束程序 C++

    0下载:
  2. 机械优化设计一维约束程序
  3. 所属分类:其它

  1. 线性约束广义旁瓣消除器(LC-GSC)仿真

    1下载:
  2. 基于麦克风阵列的语音增强算法,该算法将线性约束与标准的广义旁瓣消除器相结合得到一种新的语音增强方法
  3. 所属分类:源码下载

    • 发布日期:2011-12-19
    • 文件大小:114
    • 提供者:guanxiaobin
  1. Fortran 90共轭梯度算法

    0下载:
  2. 用于科学计算的Fortran 90算法源程序-for scientific computation algorithm source Fortran 90
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:王宾
  1. 遗传算法算例

    0下载:
  2. 文中详细介绍了函数优化(有无约束均可)、组合优化算法的原理和源程序,算法效率极高,欢迎下载。附件有更多的遗传算法算例,共研究算法用。 -paper describes in detail the function optimization (there may be bound), combinatorial optimization algorithms and the principle source, the algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:778240
    • 提供者:刘三
  1. GAinhibit

    0下载:
  2. 是遗传算法解决约束问题的电子书,请大家来分享吧-is bound genetic algorithm to solve the problem of e-books, please share it
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:2484224
    • 提供者:
  1. constrainpso

    0下载:
  2. 求解约束优化问题的改进粒子群优化算法,对粒子群优化算法用于约束优化问题具有参考价值-For solving constrained optimization problems to improve particle swarm optimization algorithm, particle swarm optimization algorithm for constrained optimization problems for th
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:时招军
  1. SGA

    0下载:
  2. 是用遗传算法求函数:f(x1,x2)=100(x1*x1-x2*x2) (x1*x1-x2*x2)+(1-x1)(1-x1) 约束:-2.048<=x1,x2<=2.048的极大值-Using genetic algorithm for function: f (x1, x2) = 100 (x1* x1-x2* x2) (x1* x1-x2* x2)+ (1-x1) (1-x1) constraint:-2.048
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:李复翔
  1. GA_for_CARP

    0下载:
  2. CARP(有向多中国邮递员问题)的遗传算法解法,目标和约束易修改。基于菲尔德大学遗传算法工具箱,需先安装-CARP (to the Chinese postman problem) of the genetic algorithm method, objectives and constraints easy to modify. Rumsfeld University-based genetic algorithm toolbox,
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:635904
    • 提供者:xuyanbo
  1. ga_matlab

    0下载:
  2. matlab实现遗传算法程序,用于求解约束的优化问题-matlab genetic algorithm to achieve the procedure for solving constrained optimization problem
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:18432
    • 提供者:aurora
  1. GeneticAlgorithmxujinpeng

    0下载:
  2. 这个算法采用遗传算法(实数编码),可以找到带有约束和无约束函数的最大值 。遗传算法的表现也通过后代的数量绘制出来。-This function can find the maximum of constrained and unconstrained problems with using of genetic algorithm (real coding). Also the performance of GA is plotted
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:竹子的信仰
  1. programming

    0下载:
  2. 数学建模方法解决规划问题,有线性规划,非线性规划,无约束优化-Mathematical modeling to solve programming problems, there are linear programming, nonlinear programming, unconstrained optimization
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1075200
    • 提供者:李峰
  1. Test_funtion

    0下载:
  2. 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:35840
    • 提供者:周旭
  1. ds

    0下载:
  2. MATLAB中用遗传算法求解约束非线性规划问题-MATLAB using the genetic algorithm for solving constrained nonlinear programming problem
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:121856
    • 提供者:ss
  1. yc

    0下载:
  2. 基于matlab的约束优化问题的遗传算法求解-Matlab-based constrained optimization problems of the genetic algorithm
  3. 所属分类:软件工程

    • 发布日期:2024-04-28
    • 文件大小:167936
    • 提供者:ss
  1. threeAlgo

    0下载:
  2. matlab 遗传算法GA,粒子群算法PSO,蚁群算法AS 前段时间上智能计算方法实验课上,自己做的程序。帖到这里,希望有人能改进它们,交流经验这样更有价值。 遗传算法解决最小生成树问题,PURFER编码。 粒子群算法做无约束最优化问题。 蚁群算法解决TSP问题。 如果有宝贵经验希望能交流一下,谢谢,-matlab genetic algorithm GA, particle swarm optimizati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-04-28
    • 文件大小:14336
    • 提供者:stephen
  1. work

    0下载:
  2. 遗传算法解决求解带约束的优化问题明确遗传算法求解问题的一般思路和编码设计-Genetic Algorithm for solving constrained optimization problems with a clear genetic algorithm from the general ideas and Coding Design
  3. 所属分类:生物技术

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:yangxi
  1. GeneticAlgorithm

    0下载:
  2. 本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。 This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:wang gang
  1. Matlabgeneticalgorithm

    0下载:
  2. 用遗传算法求解约束问题,用matlab编程-Using genetic algorithm, the use of matlab constraint problems
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:10240
    • 提供者:豆子敬
  1. 遗传算法

    0下载:
  2. MATLAB实现遗传算法用于求解无约束问题的最优解。(Use genetic algorithm to solve the optimal solution)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:13312
    • 提供者:夏有乔木
  1. 带罚函数的自适应粒子群算法.

    0下载:
  2. 含有约束方程 求最值所用的罚函数+粒子群优化算法(Penalty function + particle swarm optimization algorithm for using the constraint equation to find the maximum value)
  3. 所属分类:进化算法

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:eddy54
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org