Relative Content

Tag Archive for pythonoptimizationscipy-optimize-minimize

Can Python Find Optimal Input Values When Multiple Products are Involved?

I’d like to find the optimal values for Input A for Product 1 and for Input A for Product 2 with the aim to maximize Total Output and subject to a given constraint. I’ve tried using Python’s Scipy minimize function and it works if I have just one Product but it does not work for multiple Products.