You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: