搜索资源列表

  1. delaunay(带约束)

    0下载:
  2. 基于空圆原理实现Delaunay分割,根据“多对角线交换循环算法”实现约束条件的插入-empty circle on principle to achieve Delaunay segmentation, according to the "multi-diagonal exchange cycle algorithm" to achieve the insertion restrictive conditions
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17.45kb
    • 提供者:杨振贤
  1. class_code

    0下载:
  2. 求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-solving linear programming problems in a linear equation group inequalities or the condition of a linear function for the most value problem.
  3. 所属分类:Windows编程

    • 发布日期:2025-01-10
    • 文件大小:81kb
    • 提供者:黄笑鹏
  1. sga_pro

    0下载:
  2. 一个非常好的遗传算法参考程序,可以优化带约束条件的函数.-a very good reference procedures genetic algorithm can be constrained optimization functions.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-01-10
    • 文件大小:22kb
    • 提供者:大侠
  1. yueshuyouhua_vb

    0下载:
  2. 复合形法的不等式约束优化。其中的主程序是通用的,只要修改自己的目标函数和约束条件即可。-Complex method of inequality constrained optimization. One of the main program is commonly used, as long as the amendments to its own objective function and constraint conditio
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:杨文
  1. psoprogress

    0下载:
  2. %程序名称:求解约束优化问题的改进粒子群优化算法 %程序功能:求解带各种约束条件的优化问题 %输入条件:各种初始条件,以及设定参数 %输出数值:最优解位置以及函数极小值 - Program name: for solving constrained optimization problems to improve particle swarm optimization algorithm program features
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2025-01-10
    • 文件大小:4kb
    • 提供者:依然
  1. conjugate_grad_2d

    1下载:
  2. 此共轭梯度算法是基于matlab7.0的用于最优化问题中,无约束条件下的最优化求解。-This conjugate gradient algorithm is based on the matlab7.0 for most optimization problems, the non-binding under the conditions for solving optimization.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:何正亚
  1. linearprog_code

    0下载:
  2. 这是一个老师布置的作业程序,我是用C++ Builder 4.0写的. 如果学过<线性规划>的话,这个程序要干什么大家都知道,就是求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题。-Teacher This is a layout of operating procedures, I am using the C++ Builder 4.0 Writing. If the study had
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:61kb
    • 提供者:kk.h
  1. genetic_algorithm

    0下载:
  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 examina
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:2kb
    • 提供者:张司兴
  1. SIMPLEX

    0下载:
  2. 用C写的求解线性规划问题,即在一组线性不等式或等式组的约束条件下求某个线性函数的最值问题.-using simplex method to solve the linear program
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:ivy
  1. ant

    0下载:
  2. 该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2025-01-10
    • 文件大小:2kb
    • 提供者:xiaoyingzi
  1. fahanshu

    0下载:
  2. 最优化设计有约束条件下的惩罚函数法的程序设计-Optimal design of constrained penalty function method of programming
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:fangzhongmin
  1. Functionofgeneticalgorithmoptimizationprocedure.ra

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

    • 发布日期:2025-01-10
    • 文件大小:197kb
    • 提供者:HuiGuobao
  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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2025-01-10
    • 文件大小:209kb
    • 提供者:
  1. zuiyoujie

    0下载:
  2. 使用matlab实现在三个约束条件下找到最优解并画出其约束图形(use matlab to graph the constraints)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:42kb
    • 提供者:zzuu
  1. NSGA-II

    0下载:
  2. 带约束处理,图形的PSO粒子群算法,功能强大,支持非线性约束条件(Constrained processing)
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:153kb
    • 提供者:小仙.
  1. 04带有约束条件的最小二乘法

    0下载:
  2. 高斯核模型约束 最小二乘法,亲手注释,效果不错,带拟合效果图(Gauss kernel model constrained least squares method, personally annotated, the effect is good, with the fitting effect diagram)
  3. 所属分类:Windows编程

    • 发布日期:2025-01-10
    • 文件大小:13kb
    • 提供者:职场加油
  1. 有约束条件多元变量函数最小值解法

    0下载:
  2. 1.多元变量是有约束条件的 2.适合 计划生产盈利最大 的模式求解,以此在论文上可用 3.最大值解法可转化为求解最小值算法,非常容易(Multivariate variables are constrained)
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:1kb
    • 提供者:wolfkind
  1. micro-grid based on CSO

    0下载:
  2. 本文分析微网中微电源包括光伏发电、风力发电、微燃机、柴油发电机和燃料电池的电气特性,构建微电网优化运行的模型,以微网的经济成本和环境成本最小为目标函数,充分考虑了电压越限、功率平衡、微电源出力限制等约束条件,应用鸡群算法进行求解。 解决了粒子群算法易早熟、易陷入局部最优解的问题。并通过典型的微网系统进行仿真分析,仿真结果验证了该算法的有效性。(In this paper, the electrical characteristics o
  3. 所属分类:其他小程序

    • 发布日期:2025-01-10
    • 文件大小:256kb
    • 提供者:小蹦豆
  1. PSO-有约束优化

    0下载:
  2. 该资源使用matlab编写的有约束条件的粒子群算法,其中的代码对于解决一些约束问题可能会有很大的帮助,也可以为一些人提供一些想法与思路(This resource uses a constrained particle swarm algorithm written in matlab. The code in it may be very helpful for solving some constraint problems, an
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:1.22mb
    • 提供者:修道人
  1. NSGA-II-Matlab-master

    0下载:
  2. 针对带有约束条件的多目标函数,进行多目标参数优化(For the multi-objective function with constraints, the optimization is carried out)
  3. 所属分类:matlab例程

    • 发布日期:2025-01-10
    • 文件大小:499kb
    • 提供者:liuzuowen
« 12 3 4 5 6 7 8 9 10 ... 22 »

源码中国 www.ymcn.org