poli.core.abstract_black_box

poli.core.abstract_black_box#

This module implements the abstract black box class, from which all objective functions should inherit.

Classes

AbstractBlackBox([batch_size, parallelize, ...])

Abstract base class for a black box optimization problem.

NegativeBlackBox(f)

A wrapper for a black box that negates the objective function.