README.md: add ddt lib (#3460)

Co-authored-by: Santiago Rodriguez <srodriguez@MB-SRodriguez.local>
This commit is contained in:
Santiago 2021-02-17 03:07:35 -03:00 committed by GitHub
parent ac3ffb0eb3
commit 663da9f2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1120,6 +1120,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [bayesian](https://github.com/jbrukh/bayesian) - Naive Bayesian Classification for Golang.
* [CloudForest](https://github.com/ryanbressler/CloudForest) - Fast, flexible, multi-threaded ensembles of decision trees for machine learning in pure Go.
* [ddt](https://github.com/sgrodriguez/ddt) - Dynamic decision tree, create trees defining customizable rules.
* [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library.
* [evoli](https://github.com/khezen/evoli) - Genetic Algorithm and Particle Swarm Optimization library.
* [fonet](https://github.com/Fontinalis/fonet) - A Deep Neural Network library written in Go.