This branch is the source code for the article 'Combining HyperNEAT and MPF' submitted to the PPSN2016 conference.
It combines elements from the Memory Prediction Framework with the evolutionary algorithm HyperNEAT.
The HyperNEAT implementation used is AHNI by Oliver Coleman (https://github.com/OliverColeman/ahni)
The code in this project includes the source code for AHNI. The additions created to make it work with the Memory Prediction Framework are in the package com.stcl.htm
#Dependencies Efficient Java Matrix Library version 0.26 (http://ejml.org/wiki/index.php?title=Main_Page)
MyMPF (https://github.com/SimonTC/MyMPF)
Q_Learning (https://github.com/SimonTC/Q_learning)
MySOM (https://github.com/SimonTC/MySOM)
#License As AHNI, this code is also licensed under the GNU General Public License v3. A copy of the license is included in the distribution.