83
100
Interesting problem. IMO, it's a best practice to write the objective function and all the constraints as a function of one (vectorial) ...
  • Safe
  • United States
  • Encrypted
  • 20 yrs old
  • 88 Site Rank
  • Report Card

77
100
For your first question, you can optimize as many parameters. You simply need to pass in a list array as an initial guess to your function.
  • Safe
  • United States
  • Encrypted
  • 15 yrs old
  • 267 Site Rank
  • Report Card

89
100
SciPy is an open-source Python library dedicated to scientific computation. The optimize package in SciPy provides several common optimization algorithms ...
  • Safe
  • United States
  • Encrypted
  • 10 yrs old
  • 12,832 Site Rank
  • Report Card

71
100
See doucmentation for the basinhopping algorithm, which also works with multivariate scalar optimization. from scipy.optimize import basinhopping x0 = 0 sol ...
  • Safe
  • United States
  • Encrypted
  • 779 Site Rank
  • Report Card

See more