Using nlopt in python with multiple constraints based on the coefficients of a matrix
I am using nlopt in Python, I’m taking some values in a matrix, defining a function in as many variables as the sum of its two dimensions, setting up some constraints, and optimizing. This helps me find the parameters that maximize a graph entropy expression.
Using nlopt in python with multiple constraints based on the coefficients of a matrix
I am using nlopt in Python, I’m taking some values in a matrix, defining a function in as many variables as the sum of its two dimensions, setting up some constraints, and optimizing. This helps me find the parameters that maximize a graph entropy expression.