搜索资源列表
-
0下载:
通过一个网络规划的源码,实现基因算法的VC++实现。-through a network planning source code, genetic algorithm to achieve the VC.
-
-
0下载:
一个VC实现的基因算法程序,对于数学计算很有帮助-a genetic algorithm to achieve the procedures for calculation helpful
-
-
0下载:
自用遗传算法工具箱,很全,我一直使用着,有问题可与我联系-Genetic Algorithm Toolbox for personal use, it is full, I had been using, there are problems to contact me
-
-
0下载:
应用改进自适应遗传算法结合最小二乘法求解优化参数,图形显示,运算快捷。-Application of improved adaptive genetic algorithm combined with least-squares method to optimize parameters, graphical display, fast computing
-
-
0下载:
标准遗传算法求解实数方程,MATLAB编写,有较详细说明!-Standard genetic algorithm to solve real equations, MATLAB prepared to explain in greater detail there is!
-
-
0下载:
一些关于遗传算法参数优化设计的文章,为参数优化设计提供指导。-On genetic algorithm to optimize the design parameters of the article, in order to optimize the design parameters to provide guidance.
-
-
0下载:
关于一些算法中如何生成新成员的选择方法,粒子群算法,遗传算法等算法可以用。-How about some algorithm to generate a new member of the selection method, particle swarm optimization, genetic algorithms and other algorithms can be used.
-
-
0下载:
Implementation of genetic algorithm, to search for desired extreme n-variable function.
-
-
2下载:
这是用遗传编程算法来拟合曲线的一个经典程序,非常不错,大家可以通过修改function程序里的曲线定义来拟合多种曲线-This is the genetic programming algorithm to a classical curve fitting procedures, is very good, you can program by modifying the function of the curve to fit the definition of a wide range o
-
-
0下载:
Genetic algorithm to find optimal return-ordered portfolio
-
-
0下载:
Grid technologies have progressed towards a service-oriented paradigm that enables a new way
of service provisioning based on utility computing models, which are capable of supporting diverse
computing services. It facilitates scientific applicat
-
-
0下载:
This file contains a complete project on implementing mixed Genetic and Simulated Annealing alghorithms in try of solving Floorplan Design problems. In the code you can easily change some basic functions as population, temprature, it s changes. You c
-
-
0下载:
取各障碍物顶点连线的中点为路径点,相互连接各路径点,将机器人移动的起点和终点限制在各路径点上,利用Dijkstra算法来求网络图的最短路径,找到从起点P1到终点Pn的最短路径,由于上述算法使用了连接线中点的条件,不是整个规划空间的最优路径,然后利用遗传算法对找到的最短路径各个路径点Pi (i=1,2,…n)调整,让各路径点在相应障碍物端点连线上滑动,利用Pi= Pi1+ti×(Pi2-Pi1)(ti∈[0,1] i=1,2,…n)即可确定相应的Pi,即为新的路径点,连接此路径点为最优路径。-Ta
-
-
0下载:
C语言编写的遗传算法源程序,程序框架好,易懂,适合初学真。-The genetic algorithm source code written in the C language, the program framework, easy to understand, suitable for beginner true.
-
-
0下载:
遗传算法求解函数极值,适应于一切连续区间分段连续函数-using the genetic algorithm to solve function max/min value
-
-
0下载:
多变量遗传算法C++版 测试通过 输入输出文件在源码中有说明 根据需要修改目标函数和变量数即可-Multivariate genetic algorithm C++ and the number of variables needed to
-
-
0下载:
本程序试用遗传算法来解决Rosenbrock函数的全局最大值计算问题-The trial program genetic algorithm to solve the problem of global maximum Rosenbrock function calculation
-
-
0下载:
遗传算法计算二元函数的极值问题,值得研究,与其他算法比较-a genetic algorithm is given to solve a simple binary function’s extremum problem.
-
-
0下载:
In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimizatio
-
-
0下载:
利用遗传算法优化高维函数问题,针对有约束条件的遗传搜索-Using genetic algorithm to optimize the high dimensional function
-