Opened 10 years ago
Closed 9 years ago
#2602 closed feature request (done)
Enumerable extensions for generating k-combinations of elements from a collection
| Reported by: | bburlacu | Owned by: | mkommend |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
| Component: | Common | Version: | 3.3.13 |
| Keywords: | Cc: |
Description
This method would be useful for automatic experiment creation for example when all combinations of inputs and target need to be tested.
Change History (4)
comment:1 Changed 10 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 10 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 9 years ago by mkommend
- Status changed from reviewing to readytorelease
r13899: Code cleanup in EnumerableExtensions for calculating combinations of length k.
comment:4 Changed 9 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r13802: Implement method to generate k-combinations.