set_algo

Specifies the algorithm to use.

Syntax

Fields

Description

algo(Algo | list[Algo])

The algorithm to use. You can either pass in a single Algo class, or a list of Algo classes

def set_algo(self, algo) -> None:

Returns

This method does not return anything.

Raises