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.
- 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.