anneal_historyΒΆ

anneal_history(result: Result) Figure | NoneΒΆ

Show annealing history of solutions.

Solutions should be obtained by amplify.solve() with amplify.FixstarsClient with the amplify.FixstarsClient.parameters.outputs.num_outputs = 0 slient setting. Compatible to non-unity num_solves.

Parameters:

result (amplify.Result) – Annealing result returned from amplify.FixstarsClient.

Returns:

Constructed Plotly figure

Return type:

go.Figure | None