Opened 10 years ago
#2235 new enhancement
Simplify creation of combinations in CreateExperimentDialog
Reported by: | abeham | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.x Backlog |
Component: | Optimizer | Version: | 3.3.10 |
Keywords: | Cc: |
Description
The cartesian product extension method introduced in r11309 could simplify the internals of the experiment creator. There we have a list of parameters and for each parameter we have a list of possible values. The logic currently is rather complicated using iterators which are manually advanced one after another. The code would be more maintainable.
Note: See
TracTickets for help on using
tickets.