예제 #1
0
        /// <summary>
        /// SLM_6: Exploit offspring cell, per cell (Ec)
        /// </summary>
        public static void Arm_12D__SLM_6()
        {
            // settings:
            string experiment_name = "Arm_12D__SLM_6";

            MEL__Parent_Selection_Method <MEL_ArmRepertoire__Individual> parent_selection_method =
                new MEL_PSM__EXPLOIT_Offspring_Survival__Per__Location <MEL_ArmRepertoire__Individual>();

            ArmRepertoire_Experiment_Utilities.Run_Experiment(
                experiment_name,
                parent_selection_method,
                12
                );
        }
예제 #2
0
        /// <summary>
        /// SLM_6: Exploit offspring survival, per cell (Ec)
        /// </summary>
        public static void Rastrigin_6D__SLM_6()
        {
            // settings:
            string experiment_name = "Rastrigin_6D__SLM_6";

            MEL__Parent_Selection_Method <MEL_Rastrigin__Individual> parent_selection_method =
                new MEL_PSM__EXPLOIT_Offspring_Survival__Per__Location <MEL_Rastrigin__Individual>();

            Experiment_Utilities.Run_Experiment__Normal(
                experiment_name,
                parent_selection_method,
                6
                );
        }