optunahub.benchmarks.BaseProblem
- class optunahub.benchmarks.BaseProblem[source]
Base class for optimization problems.
- __init__()
Methods
__init__()constraints_func(trial)Evaluate the constraint functions.
evaluate(params)Evaluate the objective function.
evaluate_constraints(params)Evaluate the constraint functions.
Attributes
directionsReturn the optimization directions.
search_spaceReturn the search space.