Setting constraint violation #210
Replies: 4 comments 3 replies
-
The constraint violation Checkout the getting started guide for an example: |
Beta Was this translation helpful? Give feedback.
-
For all of that, you need custom operators and pass them during algorithm initialization. For full customization, you can also implement your own algorithm and override the |
Beta Was this translation helpful? Give feedback.
-
I am not sure what you are referring to. Can you be more precise or give an example? |
Beta Was this translation helpful? Give feedback.
-
Yes, that works. In theory, you do not need to take the values from |
Beta Was this translation helpful? Give feedback.
-
Hello, I have built an optimization system using platypus but this library seems a lot better and well documented. One thing I couldn't find much on was the set_cv function. What is G supposed to be? For example if after a generation I have a list of values that are 0 if feasible and nonzero if not feasible then would that be the G variable I pass to set_cv or is it done a different way? This is for using the ask and tell problem independent approach.
Beta Was this translation helpful? Give feedback.
All reactions