Package eas.simulation.spatial.sim2D.marbSimulation.mutation

Examples of eas.simulation.spatial.sim2D.marbSimulation.mutation.MutNull


                    rand,
                    5,
                    StaticMethods.MODUS_VERHALTEN,
                    params);
        }
        if (mutName.equalsIgnoreCase(new MutNull().id())) {
            condMut = new MutNull();
        }
       
        if (condMut == null) {
            throw new RuntimeException("Mutations-Operator nicht gefunden: " + mutName + ".");
        }
View Full Code Here


                this.id().toUpperCase()));
       
        liste.add(new SingleParameter(
                EvolutionPluginCompletelyEvolvable.MUT_ART_TR,
                Datatypes.STRING,
                new MutNull().id(),
                "Verfahren der Translatormutation (siehe Klasse OpsFactory).",
                this.id().toUpperCase()));

        liste.add(new SingleParameter(
                EvolutionPluginCompletelyEvolvable.MUT_VERH_ZYK_ATTR,
View Full Code Here

TOP

Related Classes of eas.simulation.spatial.sim2D.marbSimulation.mutation.MutNull

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.