搜索资源列表
genetic2.rar
- 遗传算法程序代码,主要是用在地球物理反演。程序短小精炼,由高人写出,为了引起不必要麻烦,程序只做交流之用。,Code genetic algorithm is mainly used in geophysical inversion. Refined short program, written by an expert, in order to cause unnecessary problems, procedures used to exchange only.
sa_gibbs.rar
- 本程序是关于地球物理反演模拟退火程序,和已经上传的遗传算法、Tarantola非线性反演是一整套。本着学习交流之用,切勿用于商业用途。,This procedure is about the geophysical inversion of simulated annealing procedures, and genetic algorithms have been uploaded, Tarantola is a set of non-linear inversion. In the exc
genetic_algorithm_source
- 使用Fortran程序进行编写的遗传算法优化的源程序-The use of genetic algorithm source code written in Fortran
SGA
- fortran语言写的遗传算法程序,用来求函数极小值-genetic algorithm fortran program written in the language used to find the function minimum
genetic-algorithm
- 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
fortran_GA
- 基于Fortran语言的遗传优化算法,可以直接解决最优化问题!(A genetic algorithm based on Fortran language)