搜索资源列表
GA.C
- 基于VC++的遗传算法源码(相当经典),非常可观
遗传算法
- 基于VC++的遗传算法源码(相当经典
optim
- 最优化函数集,包括线性规划,非线性规划,带约束优化问题等-Optimization function sets, including linear programming, nonlinear programming, constrained optimization problems, etc
CLSPSO
- 经典粒子群算法,粒子群算法是模拟飞鸟寻找食物的自然现象设计的一种优化算法。很实用。-Classical particle swarm algorithm, particle swarm algorithm is a simulation of birds in search of food as a natural phenomenon of the design optimization algorithm. Very practical.
L1-Ls
- 很经典的L1范数算法,可以用于对优化算法的改进,有效加快运算速度和优化精度!-Classic L1 norm algorithm, the optimization algorithm can be used effectively to accelerate the speed of operation, and optimization precision!
dongtai--guihua
- 动态规划 数学建模分析优化中的动态模型 经典数学算法之一-Dynamic programming optimization of mathematical modeling analysis dynamic model the classic mathematical algorithm one
ACO
- 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩展到多维的动态组合优化问题,包括车辆路径规划,工程设计,电力
nqueen
- n皇后问题,计算机算法经典问题,本算法为给于C++的优化算法-n-queens problem, the classic problem of computer algorithms, this algorithm optimization algorithms give C++
gene_bpnn_xor
- 遗传算法神经算法的优化,经典现代优化算法的全部程序和范例-Optimization algorithm genetic neural network algorithm, the modern optimization algorithm
TSP_GA
- 遗传算法是一种智能优化算法,这个算法通过基因遗传的原理,来求解经典的旅行商问题。-Genetic algorithm is an intelligent optimization algorithms, this algorithm according to the principle of inheritance, the traveling salesman problem to solve the classical.
Simund 99
- 基于matlab的经典Simund 99 (SIMP变密度法)拓扑优化算法(Simund 99 (SIMP variable density method) topology optimization algorithm based on MATLAB)
改进人工蜂群算法优化ELM分类模型_赵虎
- 经典的粗糙算法集代码,内有实例。主要用来数据约减,数据分类,优化(Classic rough sets of code, there are examples)
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
ypap112-portfolio-optimization
- 多目标最优化经典算法,利于新学者学习,很经典(Multi-objective optimization classical algorithm)
基于遗传算法的BP算法
- 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
Gravitational_Search_algorithm
- 经典引力全局优化算法,matlab实现examples(classical gravitational optimization implemented by matlab, with several examples)
经典即变异粒子群优化算法
- AsyLnCPSO算法,BreedPSO算法,CLSPSO算法,经典粒子群PSO算法,RandWPSO算法等等经典粒子群变异算法模型(AsyLnCPSO algorithm, BreedPSO algorithm, CLSPSO algorithm, classical particle swarm optimization PSO algorithm, RandWPSO algorithm and so on, and so on.)
蚁群算法ACO
- 一种经典蚁群算法的matlab代码,可进行函数的优化,内含函数的优化。(A classical ant colony algorithm's matlab code, can carry out the function optimization, contains the function optimization.)
BSO -
- 头脑风暴优化算法(Brain Storm Optimization Algorithm,简称 BSO 算法)作为一种新型的智能优化计算方法,在解决经典优化算法难以求解的大规模高维多峰函数问题是显示出其优势。(Brain Storm Optimization Algorithm (BSO), as a new intelligent optimization method, has shown its advantages in solving large-scale multi-modal fu
单目标GOA算法
- 能够实现蝗虫优化算法,里面包含许多经典的单目标测试函数,使用时直接运行main函数即可,需要更改测试函数的的话自己在main里面修改(It can realize locust optimization algorithm, which contains many classic single objective test functions. When using, you can directly run the main function. If you need to change th