- Timestamp:
- 07/08/16 14:40:02 (8 years ago)
- Location:
- branches/crossvalidation-2434
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/crossvalidation-2434
- Property svn:mergeinfo changed
-
branches/crossvalidation-2434/HeuristicLab.Problems.Binary/3.3/HIFFProblem.cs
r12504 r14029 29 29 30 30 namespace HeuristicLab.Problems.Binary { 31 [Item("Hierararchical If and only If problem ", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")]31 [Item("Hierararchical If and only If problem (HIFF)", "Genome evaluated in nested subsets to see if each subset contains either all 0s or all 1s.")] 32 32 [StorableClass] 33 33 [Creatable(CreatableAttribute.Categories.CombinatorialProblems, Priority = 220)]
Note: See TracChangeset
for help on using the changeset viewer.