agile ai in pharo:Alexandre Bergel的“ Pharo中的敏捷人工智能”的源代码 Artificial intelligence
Apress源代码 该存储库与Alexandre Bergel撰写的的(Apress,2020年)一起使用。 本书提供了许多复杂算法的完整实现。 使用绿色按钮将文件下载为zip格式,或使用Git将存储库克隆到您的计算机上。 如何加载? 提供的代码是为设计的,可用于 8和Pharo9。打开一个操场并执行以下指令: Metacello new baseline: ' AgileArtificialIntelligence ' ; repository: ' github://Apress/agile-ai-in-pharo/src ' ; load. 内容 该存储库提供以下内容的完整实现: 神经网络库 矩阵库 遗传算法 人形生物 NEAT神经进化算法 像马里奥游戏 此外,所有的脚本和代码段都在scripts文件夹中提供。 发行版 版本v1.0对应于已出版书籍中的
文件列表
agile-ai-in-pharo-master.zip
(预估有个98文件)
agile-ai-in-pharo-master
Contributing.md
677B
src
GeneticAlgorithm-Core
GACrossoverOperation.class.st
369B
GALog.class.st
2KB
GAIndividual.class.st
3KB
GASelection.class.st
4KB
GAAbstractMutationOperation.class.st
1KB
GAMutationOperation.class.st
1KB
暂无评论