1 year ago
#252663
Anas
Is it possible to link a PSO Algorithm written in Python to LINGO software?
I am trying to implement a PSO Algorithm using python on certain variables that will be used in solving a quadratic program written in LINGO software. In the python code I want it to work normally except when it gets the value of the objective function it opens the LINGO software and uses the data currently available from the search space and transfer it to the quadratic model and then solve it and get the objective function value from there instead of everything being on Python. Is this possible? If so, how can I implement it?
python
optimization
mathematical-optimization
particle-swarm
0 Answers
Your Answer