Replies: 3 comments
-
hi |
Beta Was this translation helpful? Give feedback.
-
I've now implemented your suggestion here: The conversion of the linear binary relations is implemented here:
Maybe you can also suggest some typically "default values", which should be set in the constructor of You can test |
Beta Was this translation helpful? Give feedback.
-
class SQPOption contain already defaul values. Anyway you could play with eps and convCriteria leaving unchenged the other parameters. In the example https://matheclipse.org/i](https://matheclipse.org/input?i=FindMinimum%28%7Bx%2By%2C3%2Ax%2B2%2Ay%20%3E%3D%207%20%2C%20x%20%3E%3D%200%20%2C%20y%20%3E%3D%200%7D%2C%20%7Bx%2C%20y%7D%2CMethod%20-%3E%22SequentialQuadratic%22%29) |
Beta Was this translation helpful? Give feedback.
-
As far as I understand the API, I can model the
Greater
andLess
relations in aLinearInequalityConstraint
for theSQPOptimizerGM
optimizer.@roccafrancesco, @Serrof: how can I model the
GreaterEqual
andLessEqual
relations?Beta Was this translation helpful? Give feedback.
All reactions