I am learning chance constraints. I want to know how to deal with chance constraints with generic algorithm, especially in matlab toolbox ga? Thank you a lot !
I suggest you may follow https://www.youtube.com/watch?v=esGZtl3gIlY for going in to the genetic algorithms constraints optimization. See also https://www.youtube.com/watch?v=7OH55J2GvVI
I think you're at the beginning of the way and your question is too general; thus, I think the guide from Muhammad Ali would be great at this step. Try to test various things, do not hesitate. You'll learn better by trial and error. Then, you can ask about more specific things here.
Based on my personal experiences, add constraints is not an easy job in Matlab toolbox ga, they defined specific constraints that you can easily add, otherwise, you should use some specific techniques such as weights to changed your constraints to ones that could add.