Ejemplo n.º 1
0
        private void PerGenerationCallback(string status, CandidateSolution <bool, ProblemState> bestThisGeneration)
        {
            var strategy = StrategyFactory.GetStrategyForGP(bestThisGeneration);

            DisplayStrategyGrids(strategy, "");
            DisplayCurrentStatus(status);
        }