piglot.optimisers.read_optimiser

read_optimiser(config: Dict[str, Any], objective: Objective) Optimiser[source]

Read the optimiser from the configuration dictionary.

Parameters

configDict[str, Any]

Configuration dictionary.

objectiveObjective

Objective to optimise.

Returns

Optimiser

Optimiser to use.