moead-py icon indicating copy to clipboard operation
moead-py copied to clipboard

A Python implementation of the decomposition based multi-objective evolutionary algorithm (MOEA/D)

Results 1 moead-py issues
Sort by recently updated
recently updated
newest added

Hi, You compute into your MOEA/D implementation the weights generation for 3 objectives (see [code](https://github.com/mbelmadani/moead-py/blob/master/moead.py#L213-L240)). After testing this part of code, I'm not sure if triming the weights (by number...