Using anneal-schedule failed

I used the following code snippet:

custom_schedule = [
    (float(0.0), float(0.0)),      # Start
    (float(1.0), float(200.0))     # Ende: s=1.0
]
and got the following error message for several solvers:
SolverFailureError: invalid anneal_schedule: anneal fraction must end at 1.0

What is wrong in the code? 
Thank you very much for your help!! 
0

Comments

2 comments

Please sign in to leave a comment.

Didn't find what you were looking for?

New post