You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, may I know how to add inequality constraint of two different genes. For example, I have a gene space gene_space=[{'low': 0, 'high': 16}, {'low': 0, 'high': 24}]. I would like to add the constraint of gene1 < gene2. May I know if there is a way to do it in PyGAD. Thank you!