Oh, maybe I missed () for model.initial_point(). Now it works when I access to the test values in this way.
model.initial_point()[“assignment”][:10]
array([1, 1, 1, 0, 0, 0, 0, 1, 0, 1])
Thank you so much.
Oh, maybe I missed () for model.initial_point(). Now it works when I access to the test values in this way.
model.initial_point()[“assignment”][:10]
array([1, 1, 1, 0, 0, 0, 0, 1, 0, 1])
Thank you so much.