6 1 Linear Optimization MOSEK Optimizer API for Python 10.1.21
Method ‘trf’ runs the adaptation of the algorithm described in [STIR] for a linear least-squares problem. The line search (backtracking) is used as a safety net when a selected step does not decrease the cost function. Read more detailed description of the algorithm in scipy.optimize.least_squares. A mixed integer optimization problem is one in which some…
Details