nemos.solvers.get_solver#

nemos.solvers.get_solver(name)[source]#

Fetch the solver spec. from the registry for a given solver.

Parameters:

name (str) – Name of the solver with or without backend specified.

Returns:

Specification for the solver, listing algorithm name, backend, implementation class.

Return type:

SolverSpec