-
Hi when attempting to follow along the example to introduce objective space tolerance termination i.e.
`termination = RobustTermination(
MultiObjectiveSpaceTermination(tol=0.005, n_skip=5…
-
Currently, the user can specify the objective and initialization methods by simply providing a Python module and object name. However, the optimizer and sampling strategies are [hardcoded](https://git…
-
Dear,
I am a new learner, a simple question. How to produce IGD and Hypervolume performance statistics base on your current code?
from pymoo.algorithms.moo.nsga2 import NSGA2
from pymoo.problem…
-
Hello, I am currently using the pyswmm package and NSGA2 algorithm to optimize the subcatchment connection in a watershed. However, I found that the subcatchment.connection can only read the outlet at…
-
I have an optimization problem (NSGA2) that was running to 5000 generations, and I wanted to check convergence issues, so I added the default termination conditions as follows
`termination = DefaultM…
-
I want to solve a problem that it is a combination of a routing and a scheduling problem with NSGA2. I want to manage the routing part of the solution using the operators compatible with PermutationSo…
-
Hello,
I knew how to launch a mixed optimization with NSGA-II using the factory in the version 0.5.
I would like to go for 0.6 but cannot find how to reproduce that, the doc is pretty unclear on t…
-
According to documentation (https://pymoo.org/interface/result.html) the minimize function can return the execution time, but I have the error 'AttributeError: 'Result' object has no attribute 'time' …
-
Hi,
I’m getting an assertion error whilst using pymoo. The error is related to the termination.
The error is:
pymoo/core/termination.py", line 29, in update
assert progress >= 0.0 Assertio…
-
```python
import numpy as np
from pymoo.algorithms.moo.nsga3 import NSGA3
from pymoo.factory import get_problem, get_reference_directions
from pymoo.optimize import minimize
from pymoo.proble…