- Timestamp:
- 09/27/10 09:24:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Knapsack/3.3/Evaluators/KnapsackEvaluator.cs
r4068 r4513 30 30 namespace HeuristicLab.Problems.Knapsack { 31 31 /// <summary> 32 /// A base class for operators which evaluate sKnapsack solutions given in BinaryVector encoding.32 /// A base class for operators which evaluate Knapsack solutions given in BinaryVector encoding. 33 33 /// </summary> 34 34 [Item("KnapsackEvaluator", "Evaluates solutions for the Knapsack problem.")]
Note: See TracChangeset
for help on using the changeset viewer.