搜索资源列表

  1. 惩罚函数法

    0下载:
  2. ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:13561
    • 提供者:洪男
  1. main.m

    0下载:
  2. 此程序用遗传算法实现求解函数最优值问题。即最大值最小值等。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5804
    • 提供者:bobo
  1. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值

    3下载:
  2. 利用遗传算法求解区间[0, 31]上的二次函数 y=x2的最大值
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2009-04-17
    • 文件大小:433139
    • 提供者:a_jmew@sohu.com
  1. 惩罚函数法

    0下载:
  2. ④输出结果要求包含最优解、最优值、迭代次数,以及每次迭代的中间结果(对 而言)- output requirements include optimal solution, the optimal values, the number of iteration, and each iteration of the intermediate results (to run)
  3. 所属分类:C#编程

    • 发布日期:2024-06-15
    • 文件大小:13312
    • 提供者:洪男
  1. stdga

    0下载:
  2. 标准遗传算法的源程序,可以用来进行最优值的搜索,也可以用来进行特征选择-standard genetic algorithm source, can be used for the optimal value of a search can also be used to select the features
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-15
    • 文件大小:4096
    • 提供者:宋芳
  1. Opt_Quadratic

    0下载:
  2. 插值算法是一类重要的线性搜索方法,其基本思想是在搜索区间中不断用低次插值多项式来近似目标函数。该程序是用二次插值算法求区间上的无约束最优化解。-Interpolation algorithm is one important class of linear search method, its basic idea is constantly in the search interval with a low polynomial in
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:xutianyuan
  1. Opt_Steepest

    1下载:
  2. 最速下降法是一种沿着N维目标函数的负梯度方向搜索最小值的方法。该程序是用最速下降法求无约束最优化解。-Steepest descent method is an N-dimensional objective function along the negative gradient direction of the minimum search method. The program is used steepest descent m
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:xutianyuan
  1. ESPMA

    0下载:
  2. 自己编写的改进人口迁移算法求解函数最优值,已实现-I have written to improve the migration algorithm optimal value function has been to achieve
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:5120
    • 提供者:佳佳
  1. PSO_C++

    0下载:
  2. 一个很好的学习粒子群算法的例子。(刘康C++版本) 程序介绍: 模拟一群鸟捕食的情景,从而达到优化目标函数的目的,这就是粒子群算法!起初在可行的空间中随机的产生一群粒子,然后让每个粒子开始在虚拟的空间中向四面八方飞翔,并且每个粒子都记下他们飞过的适应值(也就是目标优化函数)最高的点,而且整个粒子群有一个最高适应值个体,这样,粒子在飞翔的时候尽量朝向自己曾飞过的最好的点和集体的最好的点。最后达到收敛到近似最优点的目的。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-15
    • 文件大小:31744
    • 提供者:
  1. GA

    0下载:
  2. 遗传算法求解函数最大值 设计的种群规模,采用的选择算子,交叉概率,变异概率,进化代数和最优解-Design of population size, using the selection operator, crossover probability, mutation probability, evolutionary algebra and the optimal solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-15
    • 文件大小:245760
    • 提供者:zsy
  1. GA

    0下载:
  2. 用遗传算法求解函数最优值,收敛速度快且不易陷入局部最优值。遗传算法是经典算法,此程序适合初学者。-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
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:10240
    • 提供者:蒋佳颖
  1. 新建文件夹

    0下载:
  2. 利用MATLAB语言对该算法寻优过程进行了仿真,仿真结果表明该算法可以找出全局最优解。(The optimization process of the algorithm is simulated by using MATLAB language. The simulation results show that the algorithm can find the global optimal solution.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:一路平安
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 使用粒子群优化算法实现函数最优值的求解,并对参数进行优化。(The particle swarm optimization algorithm is used to solve the optimal value of the function, and the parameters are optimized.)
  3. 所属分类:书籍源码

  1. 4.遗传算法求解最优解最大值项目

    0下载:
  2. genmain05为运行程序,其余为功能函数,应该将这些文件都放在目录中, 才能正确执行genmain05。本程序可以实现遗传变异求函数最优解,最大值或最小值(Genetic algorithm for maximum value)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:4096
    • 提供者:AllenHong
  1. ga遗传算法解最优解

    0下载:
  2. 这篇matlab程序是无需工具箱解决无约束目标函数最大值的程序(This matlab program is a program that does not need a toolbox to solve the maximum of an unconstrained objective function)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-06-15
    • 文件大小:9216
    • 提供者:nicaic
  1. 模拟退火算法计算函数最小值以及SVM参数寻优

    1下载:
  2. 利用模拟退火算法求解已知函数的最小值,即模拟退火算法寻优问题,可以广泛推广。(Using simulated annealing algorithm to solve the minimum of the known function, that is, the simulated annealing algorithm optimization problem, can be widely promoted.)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:44032
    • 提供者:mumucq
  1. 求函数最优值

    0下载:
  2. 量子遗传算法求解函数最佳值问题,里面富有matlab程序代码(Quantum Genetic Algorithm Solves Function Optimal Value Problem with Matlab Program Code)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-15
    • 文件大小:3072
    • 提供者:多尔衮
  1. Q函数

    0下载:
  2. 采用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
  3. 所属分类:Windows编程

    • 发布日期:2024-06-15
    • 文件大小:78848
    • 提供者:未蓝将蓝
  1. Minimum value

    0下载:
  2. matlab求多元函数最小值,显示方程求最优值(Matlab for the minimum value of multivariate function)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-15
    • 文件大小:2048
    • 提供者:联合注册
  1. example1

    0下载:
  2. 运用遗传算法求解函数,进化算法寻找最优值(Using genetic algorithm to solve function)
  3. 所属分类:matlab例程

    • 发布日期:2024-06-15
    • 文件大小:1024
    • 提供者:lucheng12
« 12 3 4 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org