MMP
From OpenOpt
MiniMax Problems (MMP)
- subjected to
- (smooth differentiable functions)
OpenOpt MMP example >>>
MMP solvers connected to OpenOpt:
Solver | License | Info |
---|---|---|
converter to NLP | example: r = p.solve('nlp:ipopt') (see the example). See NLP for list of the NLP solvers available. | |
nsmm | BSD | This one is quite primitive. Can handle linear & non-lin constraints, user-supplied gradients/subgradients df, dc, dh. The solver is intended to be enhanced in future. It just tries to solve NSP ![]() |
For FuncDesigner problems you could consider using interalg - it can handle min and max functions.