#979 closed enhancement (done)
Restrict types of child operators in MultiOperator
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | Operators | Version: | 3.3.0 |
Keywords: | Cc: |
Description (last modified by swagner)
It should be possible in the MultiOperator to restrict the types of its child operators.
Change History (13)
comment:1 Changed 15 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 15 years ago by swagner
- Description modified (diff)
- Summary changed from Restrict types of child operators in MultipleCallsOperator to Restrict types of child operators in MultiOperator
comment:3 Changed 15 years ago by swagner
The operator graph visualization still has to be adapted as an operator now might contain operator parameters which do not have the type IValueParameter<IOperator> but a more specific type.
comment:4 Changed 15 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from assigned to new
comment:5 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:6 Changed 15 years ago by mkommend
changed multi call operators in graph visualization r3422
comment:7 Changed 15 years ago by swagner
- Owner changed from mkommend to swagner
- Status changed from assigned to new
comment:8 Changed 15 years ago by mkommend
adapted MultiCrossover and MultiManipulators for all encodings to be filled and check in ctors r3674
comment:9 Changed 14 years ago by swagner
- Status changed from new to assigned
comment:10 Changed 14 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
comment:11 Changed 14 years ago by swagner
- Version changed from 3.3 to 3.3.0
comment:12 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Done in r3407.