Changes between Initial Version and Version 1 of Ticket #2740, comment 1
- Timestamp:
- 03/20/17 14:00:46 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2740, comment 1
initial v1 2 2 {{{ IEnumerable<IOperator> GetOperators() }}} that returns all possible operators that can be used (e.g. ISolutionCreators for the MultiEncodingSolutionCreator). This would enable algorithms that wire certain parameters to handle MultiEncodingOperators specifically by wiring the operators returned by GetOperators instead of the MultiEncodingOperator. 3 3 4 This might not be the most elegant solution and requires every algorithm that is able to handle MultiEncodings and wires parameters to be adapted. An advantage however is, that no side-effects could possibl eoccur, because of the new code necessary to utilize this method.4 This might not be the most elegant solution and requires every algorithm that is able to handle MultiEncodings and wires parameters to be adapted. An advantage however is, that no side-effects could possibly occur, because of the new code necessary to utilize this method.