CADETProcess.optimization.Pathos#
- class CADETProcess.optimization.Pathos(n_cores)[source]#
Parallelization backend using the pathos library.
- Attributes:
aggregated_parametersdict: Aggregated parameters of the instance.
missing_parameterslist: Parameters that are required but not set.
- n_cores
parametersdict: Parameters of the instance.
polynomial_parametersdict: Polynomial parameters of the instance.
required_parameterslist: Parameters that have no default value.
sized_parametersdict: Sized parameters of the instance.
Methods
Verify if all required parameters are set.
evaluate(function, population)Evaluate the function in parallalel for all individuals of the population.