classmethod foxes.core.Algorithm.new(algo_type, *args, **kwargs)[source] Run-time algorithm factory. ParametersΒΆ algo_type: strThe selected derived class name args: tuple, optionalAdditional parameters for the constructor kwargs: dict, optionalAdditional parameters for the constructor