搜索资源列表
-
0下载:
基本遗传算法源程序。
基于基本遗传算法的函数最优化 sga.c。-basic genetic algorithm source. Based on the basic genetic algorithm optimization sga.c function.
-
-
1下载:
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
-improved genetic algorithm - Guo Tao algorithm optimization is the most
-
-
0下载:
一个优化过的挖地雷游戏的程序,对算法进行了改进,去掉了一些bug,供大家参考学习-an optimization off mines dug game procedures, an improved algorithm, eliminating some bug, for your reference learning
-
-
0下载:
/* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for the Shortest Path * This code wi
-
-
0下载:
自适应多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.,Adaptive multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
-
-
0下载:
这是一个基本的粒子群最佳化算法,解决单目标数值优化问题。-This is a basic particle swarm optimization algorithm to solve single-objective numerical optimization problems.
-
-
0下载:
一种计算全局拥挤距离多目标优化粒子群算法源程序,这是一个C语言编制的源程序,很实用.-A calculation of the overall crowding distance of multi-objective particle swarm optimization algorithm source code, which is a C language source program, it is practical.
-
-
0下载:
Cross-factor with particle swarm optimization algorithm matlab source
-
-
0下载:
基于免疫遗传算法的QOS路由选择问题
给予免疫遗传算法的多目标优化问题
-Immune genetic algorithm based QOS routing problems provide the immune genetic algorithm for multi objective optimization problem
-
-
0下载:
Simplex algorithm - an optimization algorithm for solving linear programming problems by searching the vertices of a convex polyhedron in multidimensional space.
-
-
0下载:
最少硬币问题,C#版本,优化的算法。希望大家喜欢-At least coins problem, C# version of the optimization algorithm. Hope you like
-
-
0下载:
粒子群算法对自适应莫利特小波模型参数的优化-Particle swarm optimization algorithm of adaptive Mo Lite wavelet model parameters
-
-
0下载:
VC/C++源码,数据库应用,加载位图
VC++智能加载BMP位图,采用优化算法让加载BMP的速度特别快,有兴趣的下载源码参考研究-VC\/C++ source code, database application, load the bitmap
VC++ intelligent load BMP bitmap, the optimization algorithm for loading the BMP particularly fast speed, download t
-
-
0下载:
一船算法优化 TSP用的各种算子 置换变异算子和杂交算子-A boat algorithm to optimize the TSP with a variety of operator replacement mutation operator and crossover operator
-
-
0下载:
基于蚁群算法的TSP优化问题求解!人工智能实验!-Based on ant colony optimization algorithm to solve TSP! AI experiment!
-
-
0下载:
利用C#实现C#语言与matlabM文件之间的相互调用,该代码实现了利用C#调用matlab编译多目标优化算法-Using c# to achieve the interaction between the c# language and matlabM file invocation, the compiled code implements the use of c# call matlab multi-objective optimization algorithm
-
-
0下载:
快速粒子群算法,可由于做优化,仅供大家参考-Particle swarm optimization algorithm APSO can be used to make reference purposes only
-
-
0下载:
详细介绍粒子群算法,程序可直接运行,对初学者有很大帮助-Particle swarm optimization algorithm, the program can be run directly, there is a great help for beginners
-
-
1下载:
多目标梯度混合优化算法源程序代码,子程序源码,主程序需要自己编写-Multi objective gradient hybrid optimization algorithm source code, subroutine source code, the main program needs to write their own
-
-
0下载:
竞争群体优化算法源码,使用C#语言编写,功能完整,非常详细-Competition group optimization algorithm source code, use c # language to write, function complete, very detailed!!!
-