Package eas.users.lukas.neuroCEGPM.simpleNeural.mutation

Examples of eas.users.lukas.neuroCEGPM.simpleNeural.mutation.MutationExpDecreasing


        this.befehle = new ArrayList<Integer>();
        this.id = ident;
        this.rand = zufall;
       
        this.mut = new MutationLinearGauss(rand, 0.075, 10);
        this.mutTrans = new MutationExpDecreasing(rand, 0.01, 1000);
       
        double alpha = wink * Math.PI / 180;

        this.sensoren = new int[256];
       
View Full Code Here

TOP

Related Classes of eas.users.lukas.neuroCEGPM.simpleNeural.mutation.MutationExpDecreasing

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.