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

use copy.copy instead of deepcopy as solution class only implmement _… #102

Closed bingoko closed 1 year ago

bingoko commented 3 years ago

in solution class, only copy is implemented, while in crossover class, copy.deepcopy is used.