C-TAEA #517
RafaHPSUnicamp
started this conversation in
General
C-TAEA
#517
Replies: 1 comment 5 replies
-
C-TAEA is a dual population algorithm. One population enforces constraints, and the other does not. Then, there is a mechanism to pass solutions between the two. It is normal to see solutions not respecting constraints in the population for that reason. This algorithm works best if the Pareto front of the constrained problem is close (including in the decision space) to the Pareto front of the unconstrained problem. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am revising my work related to C-TAEA and other algoritms. So, it is really common that C-TAEA can select points to enter in Pareto Front that disobey certain restrictions? For example, my C-TAEA have points which variables have values lower as their restrictions supposed to not allow. It is normal?
Beta Was this translation helpful? Give feedback.
All reactions