Next Steps in Using an Optimizer (scipy.optimize, Python)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Important EDIT: everywhere I used xlast = x you should replace with xlast = np.copy(x). The regular assignment is a pointer assignment and that will often work, but sometimes the optimizer manipulates the entries in x which then messes up xlast. Copying avoids that. I've updated the description to note this also.

BYUFLOWLab
welcome to shbcf.ru