Synopsis
Writes a parameter set into a file.
Description
Writes a parameter set into a file. This can be created by one of the parameter optimization operators, e.g. GridSearchParameterOptimizationOperator. It can then be applied to the operators of the process using a ParameterSetter.
Input
- input: expects: ParameterSet
Output
- through:
Parameters
- parameter file: A file containing a parameter set.
- encoding: The encoding used for reading or writing files.