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

Hi, I am using NSGA-II algorithm of Platpys and I notice that it is very common to see identical solutions in the acquired approximate Pareto Set. e.g., before I remove...

**Hi, I just wanted to know how to select the best results from the Playtpus code that I adapted from LINGO software. Because the Playtpus gives me a lot of...

Hey. Thank you for the lovely architecture for MOO. I am working on a MOO with a list based input containing 33 elements. A series of predictors are implemented as...

It's working, tested - https://scriptingosx.com/2018/08/user-interaction-from-bash-scripts/ , e.g. ``` #!/bin/bash export PATH=/usr/bin:/bin:/usr/sbin:/sbin consoleUser() { echo "show State:/Users/ConsoleUser" | scutil | awk '/Name :/ && ! /loginwindow/ { print $3 }' }...

Hi, I finally managed to get my minimization and maximization code related to my doctor's research. The code is here. So, I have a few questions: - How I can...

Hello. The following error has happened: ``` tools.py", line 364, in tql2 p = (d[l+1] - g) / (2.0*e[l]) ZeroDivisionError: float division by zero ``` It can be fixed adding...

Hi, I needed in my case for NSGA3 and SPEA2, so I thought it would be useful for the other algorithms. I didn't modify the ones that you already had...

Hi, anyone here is still answering the issues on Platypus here? Because I am waiting for one week and I still do not get a return on my question? Kind...

Hi there. First, thanks for the library, and anything named after a monotreme can't be bad. I'm filing this ticket because I noticed an inconsistency in the return type for...

Hello: I am running some multiple objective with Platypus, it works great. Specifically I use NSGAII for my purpose. However, I have to test some single objective problems initially and...