Are there any non-linear programming libraries on python, what
- allow to use user’s function for optimization
- allow to search integer solutions of non-linear optimization tasks?
Or, may be, it would be easier to program it from scratch?
Thank you for answer!
I try to solve one non-linear optimization task with integer solutions. But at the moment I only understand, how to optimize selection of all cases. Formally, I may formulate this task as classical optimization tasks with linear destrictions and specific non-linear optimization function, but I don’t know, what step must be the next.