CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 目标函数

搜索资源列表

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

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

    • 发布日期:2011-09-29
    • 文件大小:1624
    • 提供者:yuyehang2011
  1. SAR点目标扩展及分析

    7下载:
  2. point_analysis.m 主程序 P_fft.m 计算fft插值扩展点目标 rel.m 计算分辨率 PSLR.m 峰值旁瓣比 ISLR.m 积分旁瓣比 sinc2.m 二维sinc函数 kaiser2.m 二维kaiser窗函数
  3. 所属分类:源码下载

  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. Functionofgeneticalgorithmoptimizationprocedure.ra

    1下载:
  2. 用遗传算法解一个函数优化问题的程序,目标函数和约束条件可以改动!-Genetic Algorithm for a function optimization problem with the objective function and constraints can be changed!
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:201273
    • 提供者:HuiGuobao
  1. genetic_algorithm

    1下载:
  2. 此算法是我用于应付智能优化算法考试而编写的,花了大量心血,主要用于求解函数优化问题,目标函数:f(x1,x2,x3)=x1*x1+x2*x2+x3*x3 约束条件:(sqrt(x1)+sqrt(x2)+sqrt(x3))<=2-This algorithm is used to meet my intelligent optimization algorithm for the preparation of examinations, and spent a lot of hard
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1738
    • 提供者:张司兴
  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. 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. 单目标粒子群算法寻优

    1下载:
  2. 利用粒子群优化算法,对单目标函数寻优,寻找函数的极值。(Searching for the extremum of a function by searching the single objective function.)
  3. 所属分类:其他

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:Mr ren
  1. centre

    0下载:
  2. 可针对多个目标函数应用多目标遗传算法实现稳定优化过程(Genetic optimization of multiple targets)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:征宝宝
  1. 目标函数程序

    0下载:
  2. 人工势场法路径规划程序,文件中为文章中目标函数编程参考文件。(The path planning program of the artificial potential field method, in which the reference file is programmed for the target function in the article.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-28
    • 文件大小:401408
    • 提供者:陌陌55555
  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 lb,ub?? 自变量的上下界 nonlinearco
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:78848
    • 提供者:未蓝将蓝
  1. 最优化实验外惩罚函数法

    2下载:
  2. 最优化实验外惩罚函数法,我们根据约束的特点,构造某种惩罚函数,然后加到目标函数中去,将约束问题求解转化为一系列的无约束问题。这种“惩罚策略”,对于无约束问题求解过程中的那些企图违反约束条件的目标点给予惩罚。(According to the characteristics of constraints, we construct some penalty function, and then add it to the objective function to transform the co
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:jowing
  1. 人工鱼群优化算法

    2下载:
  2. 人工鱼群算法,改变目标函数就行(Artificial fish algorithm, to change the objective function)
  3. 所属分类:其他

    • 发布日期:2020-02-11
    • 文件大小:1024
    • 提供者:夏泓毅
  1. PSO

    1下载:
  2. 粒子群算法优化目标函数,test为主程序,fun为目标函数(Particle Swarm Optimization for Object Function)
  3. 所属分类:其他

    • 发布日期:2020-08-24
    • 文件大小:693248
    • 提供者:zzch9
  1. 单目标优化(含约束)

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

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

    0下载:
  2. 这是遗传算法多目标优化程序。虽然是基础的GA算法程序,但是注释清晰,可以修改目标函数运行,也可以在此基础上进行算法优化(This is a multi-objective optimization program of genetic algorithm. Although it is the basic GA algorithm program, but the annotation is clear, it can modify the operation of the objective
  3. 所属分类:汇编语言

    • 发布日期:2021-02-22
    • 文件大小:7168
    • 提供者:游鱼儿
  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 ... 50 »
搜珍网 www.dssz.com