Package eas.simulation.spatial.sim2D.marbSimulation.rekombination

Examples of eas.simulation.spatial.sim2D.marbSimulation.rekombination.RekTrivial


                    "OpsFactory needs the plugin: "
                    + new EvolutionPluginCompletelyEvolvable().id() + ".");
        }

        if (rekName.equalsIgnoreCase(
                new RekTrivial(0, 0, false, 0, rand).id())) {
            rekombinationsVerfahren = new RekTrivial(
                    params.getParValueInt(EvolutionPluginCompletelyEvolvable.REK_ELT),
                    1, // konstant 1 Kind.
                    false, // Konstant nicht normiert.
                    Integer.MAX_VALUE,
                    rand);
View Full Code Here


                this.id().toUpperCase()));

        liste.add(new SingleParameter(
                EvolutionPluginCompletelyEvolvable.REK_VERFAHREN_AT,
                Datatypes.STRING,
                new RekTrivial(0, 0, false, 0, null).id(),
                "Verfahren der Rekombination (siehe Klasse OpsFactory).",
                this.id().toUpperCase()));

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

TOP

Related Classes of eas.simulation.spatial.sim2D.marbSimulation.rekombination.RekTrivial

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.