qiskit.algorithms.optimizers.SteppableOptimizer.evaluate¶
- abstract SteppableOptimizer.evaluate(ask_data)[código fonte]¶
Evaluates the function according to the instructions contained in
ask_data
.If the user decides to use
step()
instead ofask()
andtell()
this function will contain the logic on how to evaluate the function.