Marcus Märtens
Marcus Märtens
The use case that I see here is indeed modification of the islands. For example, one could think about re-initializing some of them like: ``` for isl in archi[:10]: isl.set_population(pg.population(prob,...
> I am still not 100% sure that `archi[:10]` returning a _list of islands_ rather than an archipelago is fully correct, since perhaps it breaks common assumptions about slicing (i.e.,...
Getting list of islands would already be helpful, because as it stands now, one has to index each island directly or loop over the whole archipelago if one is interested...
Usually, sympy can retrieve what is a symbol and what an operator is by using `sympify(str)`, so string representation is fine. A sympy-expression is convenient though as the first step...
Then it should be str by default.
These metrics are a bit outdated, but I would propose to implement some of the quality indicators from: Coello Coello and Falcon-Cardona,: _Convergence and Diversity Analysis of Indicator-based Multi-Objective Evolutionary...
Hi! The short answer is, that WFG is used and not IWFG. IWFG is a hot candidate for a future implementation, but at its current level, the computation of the...