Runner
API reference: pe.runner package.
pe.runner.PE
manages the main Private Evolution algorithm by calling the other components discussed before. It has the following key methods:
pe.runner.PE.run()
: Runs the Private Evolution algorithm.pe.runner.PE.evaluate()
: Evaluates the synthetic samples using thepe.callback.Callback
modules.