org.encog.ml.factory.method
Class NEATFactory

java.lang.Object
  extended by org.encog.ml.factory.method.NEATFactory

public class NEATFactory
extends Object

A factor to create feedforward networks.


Constructor Summary
NEATFactory()
           
 
Method Summary
 MLMethod create(String architecture, int input, int output)
          Create a NEAT population.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NEATFactory

public NEATFactory()
Method Detail

create

public MLMethod create(String architecture,
                       int input,
                       int output)
Create a NEAT population.

Parameters:
architecture - The architecture string to use.
input - The input count.
output - The output count.
Returns:
The population.


Copyright © 2014. All Rights Reserved.