搜索资源列表

  1. logRegres

    0下载:
  2. Logistic回归主要目的是寻找一个非线性sigmoid的最佳拟合参数,采用梯度上升算法可以达到局部的最优化-The main purpose of Logistic regression is to find the best fitting parameters of a nonlinear sigmoid, and the gradient ascent algorithm can be used to achieve the
  3. 所属分类:数据挖掘

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:dongyanyan
  1. ADMM

    0下载:
  2. The alternating direction method of multipliers优化算法。简称ADMM,是机器学习中比较广泛使用的约束问题最优化方法。-The alternating direction method of multipliers optimization algorithm. Acronym ADMM, the machine learning problem is more widespread use
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:边疆
  1. buguniao

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是一种新兴启发算法CS算法通过模拟某些种属布谷鸟的寄生育雏来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。-searching for the best
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:张海鹏
  1. GAvrp

    0下载:
  2. 遗传算法在VRP下的应用代码,充分展示遗传算法的强大功能,能够解决VRP的最优化问题。-Genetic algorithm under the VRP application code, fully demonstrate the powerful function of genetic algorithm, can solve the optimization problem of VRP.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:徐练淞
  1. kuanjia

    0下载:
  2. 粒子群算法程序,能够求解方程组,求解最优化问题-Particle swarm optimization program that can solve the equations, solving optimization problems
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:3072
    • 提供者:周华伟
  1. matlab

    0下载:
  2. 用遗传算法实现函数最优化问题,程序源代码,包括适应度函数,选择,交叉,变异等函数文件。-Using genetic algorithm to realize the function optimization problem, the program source code, including the fitness function, selection, crossover, mutation function such as f
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:yuanyuan
  1. PSO

    0下载:
  2. PSO粒子群算法,应用于数学建模,建立模型以及求解,方便读者学习,交流。适用于多种求解最优化问题。-PSO particle swarm optimization algorithm, applied to mathematical modeling, modeling and solving, to facilitate the reader to learn, exchange. Applicable to a variety of
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:5120
    • 提供者:wangyawen
  1. yichuan

    0下载:
  2. 遗传算法,应用于数学建模,建立模型以及求解,方便读者学习,交流。适用于多种求解最优化问题。-Genetic algorithm, applied to mathematical modeling, modeling and solving, to facilitate the reader to learn, exchange. Applicable to a variety of optimization problems.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:wangyawen
  1. Mathematical-modeling

    0下载:
  2. 数学建模课程中的几个小算法,包括蚁群最优化问题算法实例和粒子群最优化问题算法实例。-A few small algorithm of mathematical modeling course, include instances of ant colony optimization algorithm and particle swarm optimization algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:叶小舟
  1. kalman

    0下载:
  2. 基于卡尔曼滤波的目标轨迹跟踪预测 最优化自回归数据处理算法-Kalman filter based tracking target trajectory optimization autoregression forecasting data processing algorithms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:627712
    • 提供者:zhch36
  1. LBFGS

    0下载:
  2. 用于最优化方法的LBFGS算法,可有效减少计算海森矩阵时的内存占用-The method for optimizing the LBFGS algorithm can effectively reduce the memory footprint when calculated Hessian matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:27648
    • 提供者:彭德木
  1. armijo

    0下载:
  2. 最优化理论及其matlab设计中的armijo算法,用于最优化搜索算法的求解步长-Optimization theory and matlab design armijo algorithm for optimizing search algorithm for solving step
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:Asun
  1. ga

    0下载:
  2. 遗传算法 框架程序 能够用来求解方程组 最优化问题-GA fr a mework program can be used to solve optimization problems, etc. Equations
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:周华伟
  1. vrp

    0下载:
  2. 使用matlab编写遗传算法,解决车辆路径最优化问题-Using MATLAB to prepare the genetic algorithm to solve the vehicle routing optimization problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:7168
    • 提供者:zhch76
  1. SA

    0下载:
  2. 模拟退火算法,客服陷入局部最小缺陷,进行全局最优化求解。-Simulated annealing algorithm, customer service into a local minimum defect and solving global optimization.
  3. 所属分类:matlab例程

    • 发布日期:2024-04-28
    • 文件大小:2048
    • 提供者:WANG
  1. gold-caculation

    0下载:
  2. 最优化方法与理论,数值计算,二维函数计算,黄金分割算法-optimazation theory and method.numerical caculation, gold caculation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:杨一
  1. fzcx

    0下载:
  2. 基于局部参数最优化的模型参考自适应控制算法的MATLAB仿真程序-Based on local parameter optimization model reference adaptive control algorithm MATLAB simulation program
  3. 所属分类:软件工程

    • 发布日期:2024-04-28
    • 文件大小:12288
    • 提供者:a
  1. discrete-ABC

    0下载:
  2. 人工蜂群算法,模拟蜂群寻蜜的过程可以实现最优化-Artificial bee colony algorithm to simulate the process of honey bee colony optimization can be achieved
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-04-28
    • 文件大小:8197120
    • 提供者:niu
  1. zuiyouhua

    0下载:
  2. 基于modelcenter和粒子群算法MATLAB最优化解决装箱问题。包含代码、模块、PPT、课程论文-Based on MATLAB modelcenter and particle swarm optimization to solve the packing problem. It contains code modules, PPT, course papers
  3. 所属分类:Windows编程

    • 发布日期:2024-04-28
    • 文件大小:1200128
    • 提供者:王锐
  1. multiobjectiveoptimization

    0下载:
  2. 可以运行的多目标最优化代码,用到了遗传算法,在matlab中运行。-Can run the multi-objective optimization code, using the genetic algorithm, running in matlab.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-04-28
    • 文件大小:1024
    • 提供者:
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org