poli.objective_repository.white_noise.register

poli.objective_repository.white_noise.register#

Registers the white noise problem factory and black box.

This is a registration script for the white_noise problem, whose black box objective function returns standard Gaussian noise.

The problem is registered as ‘white_noise’, and it uses a conda environment called ‘poli__base’ (see the environment.yml file in this folder).

Classes

WhiteNoiseBlackBox([batch_size, ...])

A toy black box function that generates standard Gaussian noise.

WhiteNoiseProblemFactory()