- Timestamp:
- 03/30/11 02:42:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/Templates/HeuristicLab.VS2010Wizards/ProblemWizardForm.cs
r5704 r5878 76 76 77 77 if (IsSingleObjective) { 78 ProblemTypeImplementation = "SingleObjective Problem<" + EvaluatorType + ", " + SolutionCreatorType + ">";78 ProblemTypeImplementation = "SingleObjectiveHeuristicOptimizationProblem<" + EvaluatorType + ", " + SolutionCreatorType + ">"; 79 79 } else if (IsMultiObjective) { 80 ProblemTypeImplementation = "MultiObjective Problem<" + EvaluatorType + ", " + SolutionCreatorType + ">";80 ProblemTypeImplementation = "MultiObjectiveHeuristicOptimizationProblem<" + EvaluatorType + ", " + SolutionCreatorType + ">"; 81 81 } 82 82 }
Note: See TracChangeset
for help on using the changeset viewer.