Skip to content

Brain GP

ahnt edited this page Nov 7, 2016 · 2 revisions

Genetic Programming

A conventional GP tree is currently not implemented in MABE. It would also not work with brains that have more than one output because each GP tree has one root. A way around this would be to have multiple trees, one for each output node required, including hidden nodes. However, we are working on this implementation. In the meantime, you can use GP-Gates which augment conventional Markov Gates by allowing for more complex mathematical operations. This has not be used in a publication yet, but we are working on it.

Clone this wiki locally