jMetalPy icon indicating copy to clipboard operation
jMetalPy copied to clipboard

A framework for single/multi-objective optimization with metaheuristics

Results 51 jMetalPy issues
Sort by recently updated
recently updated
newest added

Parallel computing does not work fine for experiment. Different values of max_workers (e.g., max_workers=1 and max_workers=10) consume the same computation time. class Experiment: def __init__(self, output_dir: str, jobs: List[Job], m_workers:...