Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/27/14 10:05:14 (10 years ago)
Author:
mkommend
Message:

#2195: Added multiplexer sample to the start page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/StartPage.cs

    r11048 r11052  
    134134        new[] { "ES_Griewank", "GA_TSP", "GA_VRP", "GE_ArtificialAnt",
    135135                "IslandGA_TSP", "LS_Knapsack", "PSO_Schwefel", "RAPGA_JSSP",
    136                 "SA_Rastrigin", "SGP_SantaFe", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_TSP"
     136                "SA_Rastrigin", "SGP_SantaFe","GP_Multiplexer", "SS_VRP", "TS_TSP", "TS_VRP", "VNS_TSP"
    137137        });
    138138      GroupLookup[StandardProblemsGroup] = standardProblems;
Note: See TracChangeset for help on using the changeset viewer.