Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

A Free and Open Source Python Library for Multiobjective Optimization

Results 92 Platypus issues
Sort by recently updated
recently updated
newest added

I have installed platypus according to the instructions. However I am not able to run example files: ``` Traceback (most recent call last): File "/Users/f/app/Resources/solver/platypus.py", line 1, in from platypus...

Hello, I've been searching for a framework to solve a discrete multi-objective facility location problem, and I found your framework. As I understand, you have implemented some of the most...

I want to specify the mutator and variator when testing. ```python problem = DTLZ2(3) algorithm = MOEAD(problem,variator=SBX) ``` an error occurred ``` y3.5.egg/platypus/algorithms.py", line 594, in iterate AttributeError: type object...

Hey @eigeneko I made the necessary modifications so you can use PBI with MOEA/D. From the image below, you can see that with PBI, it's converging to the three corners....

If the evaluatior is an external excutable program, platypus may take the objectives from the external program by reading the program output and then generate inputs to a text file...

Hi, I try to use the experimenter to run a three-dimensional problem with NSGA III and 1000 evaluation runs in parallel. The reason is that without parallelization it last 30h...

Consider adding the above non-evolutionary optimization algorithms for use in the experimenter.

I couldn’t seem to find in the docs how elements in the solution correspond to the problem. Maybe I missed it?

How Can I use Platypus with python V 3

Please add platypus at https://pypi.python.org/pypi with pip installation