Exemple #1
0
        static void Main()
        {
            GuiExceptionHandler.SetupCatching();
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            // new RandomGraphs().Run();
            // CompareWithReference();

            // new CorridorConfigurationSpaces().Run();
            // new SimulatedAnnealingParameters().Run();
            // new Clustering().Run();
            // new TwoStageGeneration().Run();
            // new PlatformersFeature().Run();
            // new ThesisPlots().Run();

            // var task = RunBenchmark();
            // task.Wait();
            // CompareOldAndNew();
            // RunExample();
            RunExampleNew();
            // ConvertToXml();

            // new Profiler().Run();

            // Main();
        }
        static void Main()
        {
            GuiExceptionHandler.SetupCatching();
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            RunBenchmark();
            // CompareOldAndNew();
            // RunExample();
            // ConvertToXml();
        }