Package de.mh4j.util

Examples of de.mh4j.util.GaussianDistribution


        this.matingSelector = matingSelector;
        this.recombinator = recombinator;
        this.mutator = mutator;
        this.darwin = darwin;

        random = new GaussianDistribution();
        mutator.setRandom(random);
    }
View Full Code Here

TOP

Related Classes of de.mh4j.util.GaussianDistribution

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.