Package org.encog.neural.hyperneat.substrate

Examples of org.encog.neural.hyperneat.substrate.Substrate


   * {@inheritDoc}
   */
  @Override
  public MLMethod decode(final Genome genome) {
    final NEATPopulation pop = (NEATPopulation) genome.getPopulation();
    final Substrate substrate = pop.getSubstrate();
    return decode(pop, substrate, genome);
  }
View Full Code Here

TOP

Related Classes of org.encog.neural.hyperneat.substrate.Substrate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.