Genetic

共 175 篇文章
Genetic 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 175 篇文章,持续更新中。

GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION遗传算法在系统辨识中的应用

GENETIC_ALGORITHMS_IN_SYSTEM_IDENTIFICATION遗传算法在系统辨识中的应用

genetic algorithm direct search RANDOM GAOT V5

genetic algorithm direct search RANDOM GAOT V5

GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)

GENETIC ALGORITHM FOR NEURAL NETWORKS ON TRANSPUTERS (Source code and Reference)

This a simple genetic algorithm implementation where the evaluation function takes positive values o

This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function

*** *** *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Base

*** *** *** *** *** *****/ /* 基于遗传算法的人工生命模拟 AL_GA.C */ /* An Artificial Life Simulation model Based on Genetic Algorithm */ /* 同济大学计算机系 王小平 2000年5月

it use the genetic algorithm to deal with the TSP problem

it use the genetic algorithm to deal with the TSP problem

Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32

Visual C++实现的基因遗传算法库源代码以演示程序Free Source Code for Genetic algorithm 2008年05月21日 C++, Windows, Win32, Visual Studio, MFC, STL, Arch, Dev, Design 基因遗传算法都是针对概率的,所以因为其随机的本质,导致其结果可能是好的,也可能是坏的,于是我们就需要一个方法

小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_tes

小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonl

The GP kernel is a C++ class library that can be used to apply genetic programming techniques to al

The GP kernel is a C++ class library that can be used to apply genetic programming techniques to all kinds of problems. The library defines a class hierarchy. An integral component is the ability to

A Micro-Genetic Algorithm for Multiobjective Optimization developed by Gregorio Toscano Pulido .

A Micro-Genetic Algorithm for Multiobjective Optimization developed by Gregorio Toscano Pulido .

遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存

遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法

genetic algorithm source code, C# environment, and good, for beginners learning

genetic algorithm source code, C# environment, and good, for beginners learning

遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术. 遗传算法的基本原理 在遗传算法的执行过程中,每一代有许多不同的种群个体

遗传算法(Genetic Algorithm,GA)是一种抽象于生物进化过程的基于自然选择和生物遗传机制的优化技术. 遗传算法的基本原理 在遗传算法的执行过程中,每一代有许多不同的种群个体(染色体 )同时存在。这些染色体中哪个保留(生存)、哪个淘汰(死亡),是根据 它们对环境的适应能力来决定的,适应性强的有更多的机会保留下来 。适应性强弱是通过计算适应性函数f(x)的值来判别的,这个值

GENETIC ALGORITHMS(程润伟遗传算法PPT).pd详细介绍了遗传算法

GENETIC ALGORITHMS(程润伟遗传算法PPT).pd详细介绍了遗传算法,希望对初学者有用

TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect

TSP( Traveling Salesman Problem) is a typical NP complete problem ,genetic algorithm is the perfect method for solving NP complete problem.

基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA cod

基于基本遗传算法的函数最优化 A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldber

Genetic Algorithm for VRP

Genetic Algorithm for VRP

Genetic Algorithm Toolbox for MATLAB, v1.2

Genetic Algorithm Toolbox for MATLAB, v1.2

遗传算法GA

<span style="color:#333333;font-family:arial, 宋体, sans-serif;font-size:14px;line-height:24px;text-indent:28px;white-space:normal;background-color:#FFFFFF;">遗传</span><a target="_blank" href="http://bai

基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pasca

基于基本遗传算法的函数最优化 SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg