- Timestamp:
- 11/24/15 17:50:48 (9 years ago)
- Location:
- branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/MultiObjectiveCombinedEncodingProblem_Template.cs
r13373 r13380 12 12 //using HeuristicLab.Encodings.PermutationEncoding; 13 13 //using HeuristicLab.Encodings.LinearLinkageEncoding; 14 //using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;15 14 16 15 namespace HeuristicLab.Problems.Programmable { … … 27 26 //Encoding.Add(new PermutationEncoding("p") { Length = 20, PermutationType = PermutationTypes.Absolute }); 28 27 //Encoding.Add(new LinearLinkageEncoding("lle") { Length = 30 }); 29 //Encoding.Add(new SymbolicExpressionTreeEncoding("tree") { ... });30 28 } 31 29 -
branches/ProblemRefactoring/HeuristicLab.Problems.Programmable/3.3/Templates/SingleObjectiveCombinedEncodingProblem_Template.cs
r13373 r13380 12 12 //using HeuristicLab.Encodings.PermutationEncoding; 13 13 //using HeuristicLab.Encodings.LinearLinkageEncoding; 14 //using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;15 14 16 15 namespace HeuristicLab.Problems.Programmable { … … 27 26 //Encoding.Add(new PermutationEncoding("p") { Length = 20, PermutationType = PermutationTypes.Absolute }); 28 27 //Encoding.Add(new LinearLinkageEncoding("lle") { Length = 30 }); 29 //Encoding.Add(new SymbolicExpressionTreeEncoding("tree") { ... });30 28 } 31 29
Note: See TracChangeset
for help on using the changeset viewer.