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

Have some questions about the code execution #14

Closed
QingshiAQ opened this issue Dec 23, 2024 · 1 comment
Closed

Have some questions about the code execution #14

QingshiAQ opened this issue Dec 23, 2024 · 1 comment

Comments

@QingshiAQ
Copy link

QingshiAQ commented Dec 23, 2024

Hello!
The RMOO package you developed is highly valuable for my research.
However, I have encountered a few issues during my usage: Regarding the NSGA-III algorithm: In the example code provided on your GitHub, you use algorithm = "NSGA-III", while the R package documentation refers to it as strategy = "NSGA-III". The results from these two calls seem to be quite different.
Best regards!

@benitezfj
Copy link
Collaborator

Hello,

The rmoo parameter changed from strategy to algorithm to provide more consistency and interpretability to the package configurations. The discrepancy between algorithm = "NSGA-III" in the example code and strategy = "NSGA-III" in the documentation is due to the development version on GitHub not yet being available on CRAN.

We suggest using the development version to solve your optimization problems, as it includes considerable changes, mainly adding new features, bug fixes, and performance improvements.

To better understand the issue, could you please share the results you obtained from both calls? This will help us identify the differences you mentioned.

Best regards.

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