piglot.objectives.read_objective
- read_objective(config: Dict[str, Any], parameters: ParameterSet, output_dir: str) Objective[source]
Read the objective from the configuration dictionary.
Parameters
- configDict[str, Any]
Configuration dictionary.
- parametersParameterSet
Parameter set for this problem.
- output_dirstr
Path to the output directory.
Returns
- Objective
Objective to optimise for.