-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OptApp] Use Response Expressions in the opt app #12582
[OptApp] Use Response Expressions in the opt app #12582
Conversation
"response_name": "", | ||
"type" : "", | ||
"ref_value" : "initial_value" | ||
"response_expression": "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand why do you need this changes. we can discuss later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now, it is not only the name of the response which is accepted, it accepts a resposne expression. Thats the reason why i changed it. This is backward compatible. (I added a deprecation warning)
…e_arithmetic_operators
📝 Description
This PR enables use of response expressions in the opt app. This replaces
response_name
in the algorithms toresponse_expression
which enables giving an expression or a name. The following is accepted in any place (objective/constraint) in any algorithm.🆕 Changelog
ResponseRoutine
to use the response expressions