*/
public static RekVerfahren getKonstRek(
final String rekName,
final ParCollection params,
final Random rand) {
RekVerfahren rekombinationsVerfahren = null;
if (!params.getPlugIDList().contains(new EvolutionPluginCompletelyEvolvable().id())) {
throw new RuntimeException(
"OpsFactory needs the plugin: "
+ new EvolutionPluginCompletelyEvolvable().id() + ".");