示例#1
0
        /// <summary>
        /// SLM_23: Exploration, per cell (Xc)
        /// </summary>
        public static void Arm_12D__SLM_23()
        {
            // settings:
            MEL__Parent_Selection_Method <MEL_ArmRepertoire__Individual> parent_selection_method =
                new MEL_PSM__EXPLORE__Per__Location <MEL_ArmRepertoire__Individual>();

            ArmRepertoire_Experiment_Utilities.Run_Experiment(
                experiment_name: "Arm_12D__SLM_23",
                parent_selection_method: parent_selection_method,
                number_of_dimensions: 12
                );
        }
示例#2
0
        /// <summary>
        /// SLM_22: Exploration, per cell (Xc)
        /// </summary>
        public static void Rastrigin_6D__SLM_23()
        {
            // settings:
            string experiment_name = "Rastrigin_6D__SLM_23";

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

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