RubyGems Navigation menu

k-tree 0.0.8

This is a data structure to represent and manage k-trees, primarily created for use in RubyNEAT, but may see other possible applications. The goal here is to be roebust in the creation of your k-tree, to allow you to prune during creation, since, especially for higher-dimensional trees, the number of leaf node can become very large. So a parent will have children nodes created down to the desired resolution, and immediately after the creation of the children, will check to see if there's enough variance among the children to keep them. If not, they are pruned immediately.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 0.0.8 - January 22, 2018 (11 ko)
  2. 0.0.7 - December 27, 2016 (11 ko)
  3. 0.0.6 - December 26, 2016 (11 ko)
  4. 0.0.3 - June 21, 2015 (10,5 ko)
  5. 0.0.2 - September 15, 2014 (10,5 ko)

Dépendances de Runtime (2):

json >= 2.0.2, ~> 2.0
semver2 ~> 3

Dépendances de Development (7):

bundler ~> 1
juwelier ~> 2
rdoc ~> 3
rspec ~> 3
simplecov ~> 0
yard ~> 0

Propriétaires:

Auteurs:

  • Fred Mitchell

Total de contrôle SHA 256:

94bdcca9edd73229a9a8f5a34e96d7f8bf3ff75e2391df85c15683e41b70189b

Total de téléchargements 11 081

Pour cette version 2 161

License:

MIT

Version de Ruby requise: >= 2.0

Liens: