Platypus icon indicating copy to clipboard operation
Platypus copied to clipboard

Use NSGAII com WFG.

Open joelalves21 opened this issue 6 years ago • 1 comments

I would like to know how I use the NSGAII or NSGAIII algorithm for a WFG class ploblem?

I have tried the way below and have given error.

define the problem definition

problem = WFG1(2)

instantiate the optimization algorithm

algorithm = NSGAIII(problem, divisions_outer=12,variator = SBX(probability = 1.0, distribution_index = 30.0))

optimize the problem using 100,000 function evaluations

algorithm.run(1000)

joelalves21 avatar Jul 19 '18 01:07 joelalves21

Thanks for reporting this. There were a few Python 3 compatibility issues. They are now fixed in master.

dhadka avatar Jul 19 '18 18:07 dhadka

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 13 '22 03:11 github-actions[bot]