-
Notifications
You must be signed in to change notification settings - Fork 14
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
Are there any problems with F14? #3
Comments
Dear @Wukong-SCUT, actually this is a benchmark for a previous competition in 2013 for Large Scale Global Optimization. The idea of the benchmark is to be able to reproduce comparisons and also to compare results directly between algorithms. Thus, it is difficult to change any behavior for any function. However, if you write me a more detailed explanaition, we could work on that for next comparisons. Thanks in advance for your comments. |
已收到,感谢您的来信。 ——悟空同学
|
The optimal point in F14 should be the point provided in the xopt file, but in fact it is not the case. I personally think it is because F14 itself has the attribute of overlap. It should provide a 905-dimensional vector like F13, and then form a 1000-dimensional vector based on overlap. But this is not the case in the code. Instead, xopt with 1000 dimensions is provided. In this way, even if xopt is input, the vector obtained after expanding the first 905 dimensions of xopt is not a shift vector, so it is not the optimal point. And such an optimal point cannot be achieved. 1000-dimensional xopt means that one dimension requires two values in different sub_sizes.
The text was updated successfully, but these errors were encountered: