CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 目标函数

搜索资源列表

  1. 粒子群算法实现目标函数的最优解

    1下载:
  2. 粒子群算法实现目标函数的最优解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-09-29
    • 文件大小:1624
    • 提供者:yuyehang2011
  1. optimization_cases_using_GA

    1下载:
  2. 运用遗传算法进行多元多峰函数优化,多目标问题优化!有案例!可以运行!-using Genetic Algorithm to test multi-peak function and multi-objective function.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4426
    • 提供者:liulifun
  1. PSO_solution_to_economic_dispatch

    0下载:
  2. 利用PSO算法解决经济批量分发问题的matlab源代码,求解多目标函数与成本最小值。-Use PSO algorithm to solve economic volume distribution of the matlab source code for solving multi-objective cost function and the minimum value.
  3. 所属分类:matlab

    • 发布日期:2016-09-14
    • 文件大小:39388
    • 提供者:楚湘华
  1. mutipleobjectpso

    0下载:
  2. pso解决两目标函数极值问题,适合初学多目标的同学-Pso solve two goals for beginners, the function extreme problem multi-objective classmates
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:3244
    • 提供者:xianglongyang
  1. PSO_C++

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

    • 发布日期:2017-03-29
    • 文件大小:31534
    • 提供者:
  1. GA

    0下载:
  2. 热能工程专业硕士研究生毕业课题:遗传算法目标函数优化-Thermal engineering graduate Master' s graduate student issues: genetic algorithm to optimize the objective function
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1137
    • 提供者:郝晓冬
  1. pso2

    3下载:
  2. 一个很好用的粒子群优化算法matlab源代码,用来解决单目标函数优化-A good use of particle swarm optimization algorithm matlab source code, used to solve single-objective function optimization
  3. 所属分类:matlab

    • 发布日期:2015-02-09
    • 文件大小:8352
    • 提供者:daisyltf
  1. GS

    0下载:
  2. 用遗传算法求解函数最优化问题,可以求目标函数的极值-Function using genetic algorithm optimization problem can be of extreme value for the objective function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:186685
    • 提供者:初蕾
  1. Golden_Section_Method

    0下载:
  2. 该code是黄金分割算法matlab程序,给定一个方程和变量取值范围,通过该code即可找到目标函数最小值,是优化分析过程中很好的一个基本算法.-this code is the golden-section algorithm. For a given range of design variables, the code can find the maximum of objective function. This code is a basic and useful algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:25321
    • 提供者:王明
  1. Differential_Evolution2

    0下载:
  2. 优化设计算法:用微分进化法求目标函数的最优解和最优值,有约束条件,已经验证算法的正确性,visual C++6.0开发-Optimization Algorithm: Differential Evolution Method with the objective function of the optimal solution and optimal value, there are constraints, has verified the correctness of the algori
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:214039
    • 提供者:
  1. SGA

    0下载:
  2. 实现单目标函数求最值问题的源码,层次很清楚,适合初学遗传算法者-To achieve a single objective function for the most value problem source, the level is very clear that genetic algorithms are suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1510
    • 提供者:Evan
  1. GA

    0下载:
  2. 利用最基本的遗传算法解决多目标函数优化问题-using GA algorithm to solve multiobject optimization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:1010
    • 提供者:
  1. 求解任意函数指定区间内的所有实根

    0下载:
  2. 本程序使用数值分析的方法找出任意函数指定区间内的所有实根。算法是通过一系列Chebyshev多项式毕竟目标函数,然后使用一种高效的数值分析方法(J.P. Boyd [see Appl. Num. Math. 56 pp.1077-1091 (2006)])求解出逼近函数的根。
  3. 所属分类:matlab例程

    • 发布日期:2015-03-29
    • 文件大小:4773
    • 提供者:cidplx@163.com
  1. chapter10基于粒子群算法的多目标搜索算法

    2下载:
  2. 基于粒子群的算法的多目标搜索算法,实现多目标函数的最优(A multi-objective search algorithm based on particle swarm algorithm is used to achieve the optimal multi-objective function)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:心空岁月
  1. nsga2code

    0下载:
  2. 实现多目标优化,遗传算法,将种群全体按子目标函数的数目等分为子群体,对每一个子群体分配一个目标函数,进行择优选择,各自选择出适应度高的个体组成一个新的子群体,然后将所有这些子群体合并成一个完整的群体,在这个群体里进行交叉变异操作,生成下一代完整群体,如此循环,最终生成Pareto最优解(Achieve multi-objective optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:23552
    • 提供者:ailin0000
  1. Penalty function method

    1下载:
  2. 惩罚函数法,主要用于非线性规划求解,根据约束条件对目标函数设定相应的惩罚函数(Penalty function method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:zmz
  1. 多目标优化进化算法

    3下载:
  2. 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-11-06
    • 文件大小:361472
    • 提供者:taiyuanwang
  1. 基于matlab多种群粒子群算法求解多目标优化问题

    25下载:
  2. 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:古月088376
  1. 单目标优化(含约束)

    2下载:
  2. 对单目标函数进行优化,使得目标函数最优解(Optimize the single objective function)
  3. 所属分类:matlab例程

    • 发布日期:2019-06-03
    • 文件大小:5120
    • 提供者:疯痕
  1. 用遗传算法求解多目标函数优化

    0下载:
  2. 多目标函数,在多个约束条件的情况下用遗传算法找出最优解(Multi-objective function, using genetic algorithms to find the optimal solution under multiple constraints)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-06
    • 文件大小:4096
    • 提供者:晴天梦想
« 12 3 4 5 6 7 8 9 10 ... 43 »
搜珍网 www.dssz.com