thouska / spotpy

A Statistical Parameter Optimization Tool
https://spotpy.readthedocs.io/en/latest/
MIT License
247 stars 149 forks source link

On the calculation problem of sce ua #312

Closed SunCeZong closed 5 months ago

SunCeZong commented 7 months ago

Hello, I would like to ask a question:

According to the logic of the sce-ua algorithm, it should be

  1. Generate n initial solutions and assign them to m complexes;

  2. Each solution in each complex needs to run once to evolve within the complex;

  3. Complex cross shuffling;

I don't seem to see steps 2 and 3 when using Spotpy; Each time I only receive one set of solutions, relying on one set of solutions should not be able to complete evolution and shuffling

I'm a bit confused here, could you please explain it to me