poli.objective_repository.aloha.register.AlohaProblemFactory

poli.objective_repository.aloha.register.AlohaProblemFactory#

class poli.objective_repository.aloha.register.AlohaProblemFactory#

Factory for the Aloha problem.

The aloha problem is a simple discrete black box problem where the goal is to find the sequence [“A”, “L”, “O”, “H”, “A”] among all 5-letter sequences.

get_setup_information()#

Returns the setup information for the problem.

create(...)#

Creates a problem instance with the specified parameters.

__init__()#

Methods

__init__()

create([seed, batch_size, parallelize, ...])

Returns an Aloha blackbox function and initial observations.

get_setup_information()

Returns the setup information for the problem.