API Reference
CostHistory
The cost history of a optimization. Its contents depend on the cost_history_scope selected.
iteration_values (List[List[float]], optional) – The list of values of the cost function at each iteration for each optimization.
historical_best (List[List[float]], optional) – The list of best values of the cost function reached up to each iteration for each optimization.