#917 closed feature request (done)
Add Knapsack problem
Reported by: | svonolfe | Owned by: | svonolfe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Problems.Knapsack | Version: | 3.3 |
Keywords: | Cc: |
Description
Add the Knapsack problem.
Change History (19)
comment:1 Changed 13 years ago by svonolfe
- Status changed from new to assigned
comment:2 Changed 13 years ago by svonolfe
comment:3 Changed 13 years ago by svonolfe
- Type changed from defect to feature request
comment:4 Changed 13 years ago by svonolfe
Implemented review comments in r3109
comment:5 Changed 13 years ago by svonolfe
Further implemented review comments in r3110
comment:6 Changed 13 years ago by svonolfe
Further implemented review comments in r3111
comment:7 Changed 13 years ago by svonolfe
Further implemented review comments in r3116
comment:8 Changed 13 years ago by svonolfe
Added MoveEvaluator? to the OneMax? problem in r3124
comment:9 Changed 13 years ago by svonolfe
The Knapsack problem is now initialized with a random instance in r3125
comment:10 Changed 13 years ago by abeham
fixed a bug in the move evaluation in r3144
comment:11 Changed 13 years ago by svonolfe
Renamed Knapsack to KnapsackProblem and KnapsackView to KnapsackProblemView in r3166
comment:12 Changed 13 years ago by svonolfe
Implemented review comment for KnapsackProblem (parameter array lengths are now synchronized) in r3436
comment:13 Changed 13 years ago by svonolfe
Added simple visualization for the knapsack problem in r3467
comment:14 Changed 13 years ago by swagner
Removed unnecessary resource files in r3476.
comment:15 Changed 13 years ago by svonolfe
Implemented reviewers comments for the KnapsackProblem in r3537
comment:16 Changed 13 years ago by svonolfe
Updated Knapsack visualization with r3540
comment:17 Changed 13 years ago by svonolfe
- Resolution set to fixed
- Status changed from assigned to closed
comment:18 Changed 12 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 12 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Added initial implementation with r3070