optunahub.benchmarks.BaseProblem

class optunahub.benchmarks.BaseProblem[source]

Base class for optimization problems.

__init__()

Methods

__init__()

evaluate(params)

Evaluate the objective function.

Attributes

directions

Return the optimization directions.

search_space

Return the search space.