Beispiel #1
0
        /// <summary>
        /// SLM_0: Random selection (R)
        /// </summary>
        public static void Arm_12D__SLM_0()
        {
            // settings:
            string experiment_name = "Arm_12D__SLM_0";

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

            ArmRepertoire_Experiment_Utilities.Run_Experiment(
                experiment_name,
                parent_selection_method,
                12
                );
        }
Beispiel #2
0
        /// <summary>
        /// SLM_0: Random selection (R)
        /// </summary>
        public static void Rastrigin_6D__SLM_0()
        {
            // settings:
            string experiment_name = "Rastrigin_6D__SLM_0";

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

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