optipoly: A Python package for boxed-constrained multi-variable polynomial cost functions optimization

Mazen Alamir
2024-11-09
Abstract:In this paper, a new python package (optipoly) is described that solves box-constrained optimization problem over multivariate polynomial cost functions. The principle of the algorithm is described before its performance is compared to three general purpose NLP solvers implemented in the state-of-the-art Gekko and scipy packages. The comparison show statistically better best solution provided by the algorithm with significantly less computation times. The package will be shortly made freely and easily available through the simple (pip install) process.
Computational Engineering, Finance, and Science
What problem does this paper attempt to address?