登录
首页 » Python » bostorder

bostorder

于 2018-11-12 发布 文件大小:14KB
0 342
下载积分: 1 下载次数: 0

代码说明:

  此为人工智能中的简单遗传算法的实现,使用的开发工具为c#(This is the implementation of simple genetic algorithm in artificial intelligence. The development tool used is c#)

文件列表:

obj\GATest.csproj.FileList.txt, 264 , 2007-12-02
obj\GATest.csproj.FileListAbsolute.txt, 344 , 2007-12-07
Properties\AssemblyInfo.cs, 1220 , 2007-12-02
FormMain.cs, 2854 , 2007-12-02
FormMain.Designer.cs, 8228 , 2007-12-02
GeneticAlgorithm.cs, 12143 , 2007-12-07
Program.cs, 468 , 2007-11-30
Properties\Resources.Designer.cs, 2867 , 2007-11-30
Properties\Settings.Designer.cs, 1090 , 2007-11-30
GATest.csproj, 3445 , 2007-12-01
png-0002.ico, 4286 , 2007-10-23
FormMain.resx, 5814 , 2007-12-02
Properties\Resources.resx, 5612 , 2007-11-30
Properties\Settings.settings, 249 , 2007-11-30
GATest.sln, 900 , 2007-11-30
GATest.suo, 12800 , 2007-12-07
Nbin\Debug, 0 , 2007-12-03
obj\Debug, 0 , 2007-12-07
Nbin, 0 , 2018-11-08
obj, 0 , 2018-11-08
Properties, 0 , 2018-11-08

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • rnwifding
    关于粒子群算法的c语言程序,可以用于函数优化,极其方便(The C language program of particle swarm optimization algorithm can be used for function optimization, which is extremely convenient.)
    2018-09-04 04:08:37下载
    积分:1
  • bostorder
    此为人工智能中的简单遗传算法的实现,使用的开发工具为c#(This is the implementation of simple genetic algorithm in artificial intelligence. The development tool used is c#)
    2018-11-12 15:11:41下载
    积分:1
  • qb神经网络
    从数据库获取车辆在一段时间内的所有行驶记录的相关数据,确定所需数据为GPS经纬度坐标和驾驶时长等,QB模型采用MDF的思想,其基本思想为:通过平均直接翻转距离函数定义两条轨迹之间的距离,两条轨迹需要具有相同的经纬度点数,具有相同点数的轨迹最大的优点是对轨迹距离成对计算,且相同轨迹之间具有更高的分辨率,对于轨迹聚类的结果有一定的优化。(Retrieved from the database cars all over a period of time, record the related data, determine the required data for the GPS latitude and longitude coordinates, and the driving time, QB model by adopting the idea of MDF, its basic idea is: flip directly by the average distance function definition of the distance between two trajectories, two tracks will have the same latitude and longitude points, and has the biggest advantages of the same points of trajectory track distance calculation in pairs, and has higher resolution, between the same trajectory for trajectory clustering results have certain optimization.)
    2020-06-23 08:00:01下载
    积分:1
  • sklearn-tree-BN-knn
    分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application. The performances of three classifiers are compared and their characteristics are analyzed. The data set used in this experiment is house and segment.)
    2021-04-16 15:08:53下载
    积分:1
  • 基于协同过滤算法的电影推荐系统
    电影推荐系统中运用的推荐算法是基于协同过滤算法(Collaborative Filtering Recommendation)。协同过滤是在信息过滤和信息系统中正迅速成为一项很受欢迎的技术。
    2023-07-02 19:45:05下载
    积分:1
  • pca实现代码
    1.PCA是一种降维方法,降维致力于解决三个问题: a缓解维数灾难, b压缩数据的同时最小化信息损失,即去除数据噪声; c将几百维的数据降到几维方便可视化; d 降低算法开销。 PCA将数据投射到一个低维子空间实现降维。例如,二维数据集降维就是把点投射成一条线,数据集的每个样本都可以用一个值表示,不需要两个值。三维数据集可以降成二维,就是把变量映射成一个平面。一般情况下,n维数据集可以通过映射降成k维子空间,其中k是选取的主成分数目。
    2022-02-04 11:58:08下载
    积分:1
  • sxsqend__sunctuation
    用VC编写的01背包问题,功能强大,是在老师的指导下完成的,大家可以用来参考(The 01 knapsack problem written with VC, powerful function, is completed under the guidance of the teacher, we can use for reference)
    2018-09-05 16:11:30下载
    积分:1
  • GeoQ_Spider
    说明:  通过PYTHON编写的爬虫程序,爬取Geoq的人口密度数据(The population density data of Geoq is crawled by a crawler program written in PYTHON)
    2020-06-21 12:20:02下载
    积分:1
  • Python for Data Analysis
    说明:  利用python进行数据分析,英文书籍,从pandas库的数据分析工具开始利用高性能工具对数据进行加载、清理、转换、合并以及重塑;利用matpIotlib创建散点图以及静态或交互式的可视化结果;利用pandas的groupby功能对数据集进行切片、切块和汇总操作;处理各种各样的时间序列数据。(Starting from the data analysis tools of pandas database, high performance tools are used to load, clean, transform, merge and remodel data; scatter plots and static or interactive visualization results are created by matpIotlib; data sets are sliced, sliced and aggregated by pandas group by function; and various operations are processed. Time series data.)
    2020-06-16 03:20:01下载
    积分:1
  • lib
    用python和数据库实现简单的图书馆管理系统(Simple library management system based on Python and database)
    2019-05-05 19:43:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载