Exemplo n.º 1
0
        /// <summary>
        /// SLM_14: UCB offspring cell, per cell (Uc)
        /// </summary>
        public static void Arm_12D__SLM_14()
        {
            // settings:
            string experiment_name = "Arm_12D__SLM_14";

            MEL__Parent_Selection_Method <MEL_ArmRepertoire__Individual> parent_selection_method =
                new MEL_PSM__UCB_Offspring_Survival__Per__Location <MEL_ArmRepertoire__Individual>(1.0 / Math.Sqrt(2.0));

            ArmRepertoire_Experiment_Utilities.Run_Experiment(
                experiment_name,
                parent_selection_method,
                12
                );
        }
Exemplo n.º 2
0
        /// <summary>
        /// SLM_14: UCB offspring survival, per cell (Uc)
        /// </summary>
        public static void Rastrigin_6D__SLM_14()
        {
            // settings:
            string experiment_name = "Rastrigin_6D__SLM_14";

            MEL__Parent_Selection_Method <MEL_Rastrigin__Individual> parent_selection_method =
                new MEL_PSM__UCB_Offspring_Survival__Per__Location <MEL_Rastrigin__Individual>(1.0 / Math.Sqrt(2.0));

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