Example #1
0
        /// <summary>
        /// SLM_2: Exploit offspring survival, per individual (Ei)
        /// </summary>
        public static void Arm_12D__SLM_2()
        {
            // settings:
            string experiment_name = "Arm_12D__SLM_2";

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

            ArmRepertoire_Experiment_Utilities.Run_Experiment(
                experiment_name,
                parent_selection_method,
                12
                );
        }
Example #2
0
        /// <summary>
        /// SLM_2: Exploit offspring survival, per individual (Ei)
        /// </summary>
        public static void Rastrigin_6D__SLM_2()
        {
            // settings:
            string experiment_name = "Rastrigin_6D__SLM_2";

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

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