Package org.jgap.impl

Examples of org.jgap.impl.StockRandomGenerator


                return ff.evaluateTree(TreeTranslator.getTree(individual, in, geneType));
  }

       
        public void setup() throws InvalidConfigurationException{
            rng = new StockRandomGenerator();
    //todo: allow setting seed of rng;
               
            individual = newIndividual();
            fitness = evaluateIndividual(individual);
           
View Full Code Here

TOP

Related Classes of org.jgap.impl.StockRandomGenerator

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.