#genetic #artificial #evolution #search #learning #node-tree #binary-tree

radiate_matrix_tree

Matrix Tree model compatable with Radiate's evolutionary engine

2 stable releases

1.0.1 Jul 12, 2020
1.0.0 Feb 27, 2020

#11 in #artificial

24 downloads per month

MIT license

205KB
4K SLoC

Radiate Matrix Tree

This is a pre-built model which is compatable with Radiate, a parallel evoltuionary engine.

Evtree

Is a twist on decision trees where instead of using a certain split criteria like the gini index, each node in the tree has a collection of matrices and uses these matrices to decide which subtree to explore. It is a binary tree and is only good for classification right now.

Dependencies

~4.5MB
~97K SLoC