搜索资源列表

  1. 一个用于求函数极值的遗传算法程序

    0下载:
  2. 一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5329
    • 提供者:熊仲健
  1. 遗传算法解决函数极值问题

    1下载:
  2. 本源码为使用遗传算法解决函数极值问题
  3. 所属分类:人工智能/神经网络/遗传算法

  1. UnitSGA

    0下载:
  2. 一个求函数极值的遗传算法程序-function for a maximum of Genetic Algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:韩荣苍
  1. 一个用于求函数极值的遗传算法程序

    0下载:
  2. 一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:5120
    • 提供者:熊仲健
  1. simplicityAlgorithm3

    0下载:
  2. /*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/* Use simplex algorithm for multi-function extremum computer code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:172032
    • 提供者:刘向
  1. GAProblem

    0下载:
  2. 用遗传算法求解函数极值,直接在matlab中运行即可。 -Using genetic algorithm function extremum, directly in matlab can run.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:王元
  1. MATLAB

    0下载:
  2. 在简要分析遗传算法要素的基础上,介绍了基于MATLAB的遗传算法工具箱的设计。最后给出了一个 用设计的MATLAB遗传算法工具箱的求函数极值的应用实例。-In a brief analysis of the elements of genetic algorithm based on the introduction based on the MATLAB genetic algorithm toolbox design. Fina
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:164864
    • 提供者:icyrock
  1. GA2

    0下载:
  2. 这是一个利用遗传算法求解函数极值,是用Visual C++ 编写-This is a use of genetic algorithm for solving extremal function is the use of Visual C++ Prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:2845696
    • 提供者:吴江
  1. GA_final

    0下载:
  2. 遗传算法程序求函数极值点,可调交叉和变异个数-Procedure genetic algorithm for function extremum points, adjustable crossover and mutation the number of
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:1934336
    • 提供者:张扬
  1. GA_funcMax

    0下载:
  2. 遗传算法求解函数极值,一个基础的实用程序-Extremal function of genetic algorithm, one based on utility
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:林涛
  1. nelder-mead

    0下载:
  2. nelder_mead优化算法,求多维函数极值的一种算法,不利用任何求导。利用多面体逼近。-nelder_mead optimization algorithm, and a multi-dimensional function extremum algorithm, do not use any derivation. The use of polyhedral approximation.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:menglingsai
  1. tuihuosuanfa

    0下载:
  2. 神经网络(应用模拟退火算法求函数极值问题)-Neural network (the application of simulated annealing algorithm for function extremum problems)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:wuming
  1. GeneticAlgorithm

    0下载:
  2. 这是我自己编的用遗传算法求解sin(x)+sin(y)极值的C++ 程序。当然也可在函数fFitness中修改以达到求解其他函数极值的或应用到其他方面。-This is my own compiled using genetic algorithm sin (x)+ sin (y) extremum C++ program. Of course, a function fFitness can also modify other fun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-06
    • 文件大小:5424128
    • 提供者:myd
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    2下载:
  2. 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:海航
  1. 粒子群算法-非线性函数极值寻优

    0下载:
  2. 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:你好,SCI
  1. PSO

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优(Particle swarm optimization algorithm for Extremum seeking of nonlinear function)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:abcdxyz001
  1. 简单遗传算法求函数极值C代码

    0下载:
  2. 简单遗传算法求函数极值C代码,简单练手,希望有帮助(Simple genetic algorithm for function extreme value C code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:淡爱18
  1. 案例26 粒子群算法的寻优算法-非线性函数极值寻优

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优(Optimization algorithm for 26 particle swarm optimization - nonlinear function extremum optimization)
  3. 所属分类:其他小程序

  1. 粒子群优化算法的寻优算法——非线性函数极值寻优

    0下载:
  2. 粒子群优化算法的寻优算法——非线性函数极值寻优(Particle swarm optimization algorithm -- nonlinear function extremum seeking optimization)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-06
    • 文件大小:3072
    • 提供者:潇潇飒飒
  1. 神经网络遗传算法函数极值寻优-非线性函数极值

    1下载:
  2. 神经网络遗传算法函数极值寻优-非线性函数极值(Neural network genetic algorithm function extremum optimization - nonlinear function extremum)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:100352
    • 提供者:acicas
« 12 3 4 5 6 7 8 9 10 ... 31 »

源码中国 www.ymcn.org