-
采用vs2008 c#编写
Q
采用vs2008 c#编写
Q-Learning强化学习的代码实现
状态空间5维,动作空间5维-Using vs2008 c#
Q-Learning reinforcement learning the code to achieve the state-space five-dimensional, five-dimensional action space
- 2022-01-22 07:59:13下载
- 积分:1
-
AVL树的JAVA源码
这是AVL树的完整的java代码。实现了avl树的删除,插入,遍历等操作。这是算法的课程作业,适合学习算法的人参考。
- 2023-06-12 18:00:02下载
- 积分:1
-
大规模数据集的自适应网格
Adaptive Grids for Clustering Massive Data Sets - MAFIA. It is a subspace clustering algorithm.-Adaptive Grids for Clustering Massive Data Sets- MAFIA. It is a subspace clustering algorithm.
- 2023-01-02 02:50:03下载
- 积分:1
-
用C++实现的B
用C++实现的B-Tree算法- B-Tree algorithm realizes which with C
- 2022-10-19 15:15:04下载
- 积分:1
-
表达式转换、 计算器和更多
这是一个Pascal/德尔福单元的功能来计算使用后缀形式(RPN)的算术表达式。通常表达都写在“缀”的形式,如(3+4)*5-6......这是人类可读的形式。但后缀形式是超级容易计算(没有括号,没有照顾运营商优先考虑的,因为它是所有明示)。该代码使用了这种方法,并适当的结构(栈)与数学表达式工作。包括有:从缀形式的字符串数组RPN转换后缀表达式计算器;转换回字符串,可读通过模拟运算表;辅助功能,所有这些的;奖金:求解一个数字游戏(代码描述);作品通过构建和评估RPN表达式。我希望你会发现这个代码很有用的一些有关数学编程项目...这个代码是实际使用在www.dejantomic.com/games/mojbroj.php发现游戏。该网站和游戏不是英语;这段代码简单翻译成英文。
- 2023-05-29 11:00:03下载
- 积分:1
-
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!...
用MATLAB编写的运用Monte Carlo method数值积分的实例程序。可供初学者参考学习!-TETRAHEDRON_MONTE_CARLO is a MATLAB library which estimates the integral of a function over a tetrahedron using the Monte Carlo method.
The library makes it relatively easy to compare different methods of producing sample points in the tetrahedron, and to vary the tetrahedron over which integration is carried out.
- 2022-02-21 17:32:42下载
- 积分:1
-
One
一维非稳态扩散问题通用程序(Basic语言)-One-dimensional non-steady-state GM-proliferation program (Basic language)
- 2022-01-26 06:21:26下载
- 积分:1
-
数值计算的C语言代码,包括了大部分C语言的算法,希望对大家有用...
数值计算的C语言代码,包括了大部分C语言的算法,希望对大家有用-The C-numerical code, including most of the C language algorithms, hope for all of us
- 2022-08-22 13:49:00下载
- 积分:1
-
mahout in action 书中的源码实现
应用背景最近在学习mahout,买了一本书mahout in action .从网上下载下来的书中的源码实现练习一下加深一下印象,很好的代码,很有用.传上来跟大家分享,希望对大家有帮助.关键技术
解压缩后里面有readme
安装好thrift、maven
将pom.xml中的:改成,引号里面是thrift安装位置。
将pom.xml中thrift的版本从0.6.1改成0.9.0,因为classifier.java是由0.9.0版本生成。
mvn eclipse:eclipse
此时项目上有红色感叹号,添加环境变量:M2_REPO=“你的.m2/repository的路径"即可。
在eclipse将项目import进来。
按照readme中的方法继续操作。
- 2022-11-12 06:30:02下载
- 积分:1
-
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。...
Householder变换是基本的数学变换之一。其作用是将被变换向量映射成相同模的其它向量。其应用之一是QR分解。-Householder transform is one of the basic mathematical transform. Its role is to transform vectors will be mapped into the same mold of the other vector. One of its applications QR decomposition.
- 2023-07-27 13:40:03下载
- 积分:1