Project-Platypus / Platypus

A Free and Open Source Python Library for Multiobjective Optimization
GNU General Public License v3.0
566 stars 153 forks source link

optimal solutions are violating the constraints.. #215

Closed rahatN-tech closed 1 year ago

rahatN-tech commented 1 year ago

i have 30 decision variables and two constraint functions of 30 decision var giving list of 14 outputs each, and an objective function of output with a list of 30 elements. when i am running NSGAII(1000 iter), the optimal solutions are violating the constraints. I have also defined range of decision variables...

please help.. i have cross checked my codes multiple times.. what can be the issue.. badly stuck thanks in advance