搜索资源列表
GAdownload
- 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutio
SequentialSamplingImportanceResampling(SIR)
- this demo is to show you how to implement a generic SIR (a.k.a. particle, bootstrap, Monte Carlo) filter to estimate the hidden states of a nonlinear, non-Gaussian state space model.-this demo is to show you how to implement a ge neric SIR (a.k.a. pa
RaoBlackwellisedParticleFilteringforDynamicConditi
- The software implements particle filtering and Rao Blackwellised particle filtering for conditionally Gaussian Models. The RB algorithm can be interpreted as an efficient stochastic mixture of Kalman filters. The software also includes efficient stat
lemga-20060109.tar
- C++编写的机器学习算法 Lemga is a C++ package which consists of classes for several learning models and generic algorithms for optimizing (training) the models-prepared by the machine learning algorithm Lemga C is a package which con sists of classes for sev
rls_estm
- This directory contains utility for implementing generic Reqursive Least Squares (RLS) algorithm. The example shows how one can use the utility to estamate the parameters of a simple linear discrete time system.
generic pid
- 遗传算法PID自适应控制MATLAB程序集-GA PID adaptive control procedures set MATLAB
Hamiton.rar
- [智能] 求完全图哈密尔顿圈的遗传模拟退火算法matlab通用源程序 ,[Intelligence] for the complete graph of the Hamilton Circle genetic simulated annealing algorithm matlab source generic
vc_gm
- 用VC++变得实数编码遗传算法,还挺不错的,挺难找的。-Real-Coded Generic Algorithem
h
- 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
hh
- 目的:使学生加深对图搜索技术的理解,初步掌握图搜索基本编程方法,并能运用图搜索技术解决一些应用问题。 要求: (1) 可使用第3章中的状态图搜索通用程序,这时只需编写规则集程序;也可用PROLOG语言或其他语言另行编程。 (2) 程序运行时,应能在屏幕上显示程序运行结果。 -Objective: To enable students to deepen their understanding of search technology plan, a preliminary ma
GA
- FORTRAN 遗传算法,通用程序,可用于各类非线性反演-FORTRAN genetic algorithm, generic procedure can be used for various types of non-linear inversion
Generic-Algorithm-for-TSP
- 运用优化遗传算法解决100个城市的TSP问题,即要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程最小。-Optimize the use of genetic algorithms to solve 100 cities TSP problem, which was to select a departure from the resident, after each city once again, and finally returned to the resident
gads_tb
- 《Matlab遗传算法和直接搜索工具箱2用户手册》,PDF格式,官方文档,共343页。-Matlab Generic Algorithm and Direct Search Toolbox 2 User s Guide ,published by Mathworks, 343 pages
GA_UDv1.1
- The UD AG v 1.0 program is a program designed to solve generic problems through genetic algorithms.
GA_UDv1.1
- The UD AG v 1.0 program is a program designed to solve generic problems through genetic algorithms.
Generic
- 这是人工智能的初级应用遗传算法的初级代码 喜欢人工智能的同学可以从此开始-This is the primary application of artificial intelligence, the primary source of genetic algorithms like artificial intelligence, students can begin to start
weaklearn
- adaboost算法的源码,提供了训练,测试,剖析,评价等功能-This software is a Library for Adaptive Boosting. It provides a generic framework for the study of the Boosting algorithms. The framework provides the different tasks for boosting: Learning, Validation, Test, Pro
ESshellForPlant
- 该系统能进行诸如堆高温度和低锅炉效率检测,分析和诊断异常和低效率的工作条件。系统的某些特殊功能包括:在任何单位装载并根据正常和不正常的条件范围内电厂过程仿真。备件是一个工程上使用Gensym的G2的工作站实现面向对象的实时专家系统外壳上的250兆瓦发电机组建模在新加坡举行。是备用获得的知识被编码在工程模型和对象的形式。规则和数学模拟和公式。-A prototype real-time knowledge based system. SPARES (Steam Plant Analysis usi
Generic-neural-network-source-code
- 通用神经网络matlab源代码,简单实用,实现效果良好-Generic neural network matlab source code, simple and practical, to achieve good results
generic-algorithm--TSP-CPP-
- 遗传算法解决TSP问题 带有界面 C++程序 (generic algorithm TSP C++)