Free cookie consent management tool by TermsFeed Policy Generator

Opened 9 years ago

Closed 8 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 9 years ago by bburlacu

  • Status changed from new to accepted

r13802: Implement method to generate k-combinations.

comment:2 Changed 9 years ago by bburlacu

  • Owner changed from bburlacu to mkommend
  • Status changed from accepted to reviewing

comment:3 Changed 8 years ago by mkommend

  • Status changed from reviewing to readytorelease

r13899: Code cleanup in EnumerableExtensions for calculating combinations of length k.

comment:4 Changed 8 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r13953: Merged r13802, r13899 into stable.

Note: See TracTickets for help on using tickets.