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

Is there a "seed" option in the Platypus which can be defined to keep the results reproducible?

I have three questions related to the population? 1) How can we keep the values of the initial populations? I saw #71 where the archive method has been used to...

Hi, as I'm trying to get more and more into coding i was interested into use platypuc for multiple response optimization in order to find a global optimum given a...

The following is my code: (In File 2): import math import random import operator import functools from platypus.core import Problem, Solution, EPSILON from platypus.types import Real, Binary from abc import...

Hello! In my program, I have about 400 variables that will be considered in my NSGA-II problem. Is there any way how to assign such huge amount of variables with...

Does the Platypus provide methods to save and load the results generated by the experiment() or the algorithm.run() functions?

Can you please inform how to pass an initialization (e.g., x0) to the optimization ?

when i am using 3 objective nsga 2 optimization, it gives this value error. It suggests me to use a.any() or a.all(). Where should I use this and which one...

Excuse my inexperience with things like this. I am working on a project where I am doing a single objective optimization of 7 variables with 4 constraints. Right now I...

Gaussian assisted MOGA tend to use 50-60% less iterations as compared to regular MOGA's so there is great benefit in doing so. Here is a Link to two R-based Gaussian...