API Overhaul: Search Operators moved out of IBlackBoxProcess
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.