-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
Hi everybody,
I have a question about this line
Line 14 in 9f6763f
| def fc(x): |
If I have a constraint x <= 10. Then, I should implement the function:
def fc(x):
return float(10.0-x)
Is this correct? I did not find any documentation on whether the constraint value is maximized or minimized.
Thank you for your help.
Best regards,
Felix
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels