jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
498 stars 150 forks source link

optimise deepcopy for list #87

Closed bingoko closed 3 years ago

bingoko commented 3 years ago

doesn't need to do deepcopy for each element in the list, just deepcopy the whole list which saves a lot of time

benhid commented 3 years ago

Thank you!!