piglot.solver.read_solver

read_solver(config: Dict[str, Any], parameters: ParameterSet, output_dir: str) Solver[source]

Read the solver from the configuration dictionary.

Parameters

configDict[str, Any]

Configuration dictionary.

parametersParameterSet

Parameter set for this problem.

output_dirstr

Path to the output directory.

Returns

Solver

Solver to use for this problem.