Skip to content

API Overhaul: Search Operators moved out of IBlackBoxProcess

Compare
Choose a tag to compare
@thomasWeise thomasWeise released this 31 Aug 08:12
· 30 commits to master since this release

The search operators have been moved out from IBlackBoxProcess.
While one can consider them as parts of the problem representation, one can as well consider them as part of the algorithm.
This has the advantage that the toString() method of the algorithm can return the full algorithm name without needing to know the black box configuration.