NeuroEvolution of Augmenting Topologies(NEAT) in MATLAB

26 views (last 30 days)
I had a little query.is it possible to work on NeuroEvolution of Augmenting Topologies(NEAT) on MATLAb?previously ANJI(Another NEAT Java Implementation) was used as a variant of NEAT to provide platform for the development of player in Iterated Prisoner's Dilemma.
For this purpose ANJI used open source project including JGAP(Java Genetic Algorithm Package) and NEVT(NeuroEvolution Visualization Toolkit) to train a player for Iterated Prisoner Dilemma.
Can the same be done in MATLAB?are same tools available in MATLAB?

Answers (1)

Franck Dernoncourt
Franck Dernoncourt on 24 Mar 2013
The Matlab NEAT package contains Matlab source code for the NeuroEvolution of Augmenting Topologies method (see the original NEAT C++ package). It includes an implementation of the XOR experiment.

Categories

Find more on Agriculture in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!