Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Pareto-fronts for CTP-problems #11

Open
alexvas96 opened this issue Dec 7, 2020 · 2 comments
Open

No Pareto-fronts for CTP-problems #11

alexvas96 opened this issue Dec 7, 2020 · 2 comments

Comments

@alexvas96
Copy link

Hi,
When I try to get the Pareto front for CTP1-8 problems, None returns.
In ctp.py there are lines like these:

def _calc_pareto_front(self):
    return load_pareto_front_from_file("ctp1.pf")

But there are no files with names like "ctp*.pf".

@blankjul
Copy link
Member

blankjul commented Dec 7, 2020

I have just committed them to the master branch (https://github.com/msu-coinlab/pymoo/tree/master/pymoo/problems/pf/CTP). If you have an analytical estimation for them let me know. I have run NSGA2 for many generations to have an approximation.

They will be part of the next release. Also, please note that the pf loading has issue in the current pip release, which will be fixed in the next version. So you might have to load them manually for now.

@alexvas96
Copy link
Author

Thank you!
Unfortunately, I do not have an analytical estimation yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants