Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

Single objective problem

Open jgree1 opened this issue 4 years ago • 1 comments

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 I have been working with the same NSGAII algorithm. In this case I just change nobjs to be 1. Apparently it works fine too but I would like you to tell me if I must be careful with something regarding the use of a multiobjective algorithm to solve a single objective one. Thank you

PS: I have taken a look at algorithms.py and the iterate section for the abstractgeneticalgorithm/singleobjectivealgorithm has not been implemented yet and, consequently, the singleobjectivealgorithm raises an error.

jgree1 avatar Dec 31 '20 16:12 jgree1

And sorry for my english

jgree1 avatar Dec 31 '20 16:12 jgree1

This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.

github-actions[bot] avatar Nov 04 '22 20:11 github-actions[bot]