pymoo icon indicating copy to clipboard operation
pymoo copied to clipboard

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO

Results 87 pymoo issues
Sort by recently updated
recently updated
newest added

Storing optimization result (with or without history) persistently is very significant for experiments and analysis. However, I cannot find a proper interface in `pymoo` to do this job currently. Here,...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

AttributeError caused by new matplotlib version 3.9.0 as described here: https://github.com/luciddreamer-cvlab/LucidDreamer/issues/56 more info: https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.9.0.html

Python 3.12 deprecated distutils, which prevents setup.py from working in Python 3.12 environments. I updated `distutils.util.get_platform()` to `sysconfig.get_platform()` which should function the exact same.

When using the Scatter() function, the plot would fail because of a wrong function call. Fixed that in the plot.py

I am trying to implement a PSO for a model. Sometimes, depending on the combination of input parameters, the model crashes and returns None. How should I handle this case...

I have failed test results using ElementWiseProblem with dask, ray, starmap multiprocessing, and future process pool executor in jupyter notebook. All of it except starmap have the same outcome, stuck...

I keep getting this warning (it links to the numpy folder on my laptop). I was using an outdated version of numpy and updated it to 1.26.2, but the problem...

I'm having problems with the install instructions for linux ```bash $ docker run -it --rm python:3.12 bash root@fab087e4e18b:/$ pip install pymoo "numpy

I am wondering whether there is a mechanism in pymoo to consider duplicates across populations to reduce the evaluation time? I am using the famework for an application where evaluations...