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
the paper, the formula and the mean function used in the code implementation both calculate the mean, which corresponds to taking the column-wise average of all matrices. 1/D notation in the literature refers to summing each component and then averaging, which is mathematically equivalent. use of the mean function in the code is accurate and actually simplifies the process.
根据论文 Mallipeddi R, Suganthan P N. Problem definitions and evaluation criteria for the CEC 2010 competition on constrained real-parameter optimization[J]. Nanyang Technological University, Singapore, 2010, 24: 910. 中的描述,CEC2010_F8的约束函数应该是:
而PlatEMO平台代码中CEC2010_F8的约束函数是:
https://github.com/BIMK/PlatEMO/blob/69a0e5bb046de3d63afc89360bad4f2ba3472a85/PlatEMO/Problems/Single-objective%20optimization/CEC%202010/CEC2010_F8.m#L47C9-L53C12
请问多出来的这个约束函数是写错了还是有什么其他的考量?
The text was updated successfully, but these errors were encountered: