mbelmadani / moead-py

A Python implementation of the decomposition based multi-objective evolutionary algorithm (MOEA/D)
GNU Lesser General Public License v3.0
76 stars 27 forks source link

Fixed lambda being an array of same references #7

Closed NimishVerma closed 2 years ago

NimishVerma commented 3 years ago

Earlier in L:126, if one element of a list in lambda is changed, the whole list changed. This commit fixes lambda