ggp

所属分类:人工智能/神经网络/深度学习
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2023-09-02 21:47:02
上 传 者sh-1993
说明:  去遗传编程,
(Go genetic programming,)

文件列表:
.replit (214, 2023-10-11)
LICENSE (35149, 2023-10-11)
examples/ (0, 2023-10-11)
examples/ant/ (0, 2023-10-11)
examples/ant/ant.go (7310, 2023-10-11)
examples/ant/matrix.txt (1056, 2023-10-11)
go.mod (281, 2023-10-11)
go.sum (987, 2023-10-11)
gp/ (0, 2023-10-11)
gp/algorithms.go (1765, 2023-10-11)
gp/algorithms_test.go (3357, 2023-10-11)
gp/gp.go (14295, 2023-10-11)
gp/gp_test.go (6224, 2023-10-11)
gp/selection.go (694, 2023-10-11)
gp/selection_test.go (1931, 2023-10-11)
gp/utils.go (1296, 2023-10-11)
gp/utils_test.go (2119, 2023-10-11)
main.go (3536, 2023-10-11)
replit.nix (47, 2023-10-11)

# ggp Go genetic programming based on [DEAP](https://github.com/DEAP/deap/) which is an awesome framework. This project by far not aiming to implement DEAP in go, but is mostly an exercise for me to learn go. It is only focusing on the genetic algorithm part and nothing else. If you are interested there is another DEAP reimplementation (also not complete) which aims other part of the original framework: [DEAG](https://github.com/sineatos/deag/) ![Build status](https://github.com/kalidasya/ggp/actions/workflows/go.yml/badge.svg)

近期下载者

相关文件


收藏者