Skip to content

Conversation

@sasa1232
Copy link

@sasa1232 sasa1232 commented Oct 30, 2018

Hi!
Shouldn't it be like this in the lines 82 and 84:
values1[sorted1[k+1]] - values1[sorted1[k-1]]...
(values2[sorted2[k+1]] - values2[sorted2[k-1]])...
since the values of the same objectives should be used to calculate the difference in the function values of two adjacent solutions??
And thanks for sharing the algo !!

Hi!
Shouldn't it be in the lines 82 and 84:
 values1[sorted1[k+1]] - values1[sorted1[k-1]]...
(values2[sorted2[k+1]] - values2[sorted2[k-1]])...
since the values of the same objectives should be used to calculate the difference in the function values of two adjacent solutions
@pmramy
Copy link

pmramy commented Aug 26, 2019

Hi!
Shouldn't it be like this in the lines 82 and 84:
values1[sorted1[k+1]] - values1[sorted1[k-1]]...
(values2[sorted2[k+1]] - values2[sorted2[k-1]])...
since the values of the same objectives should be used to calculate the difference in the function values of two adjacent solutions??
And thanks for sharing the algo !!

can you write EMOCA ALgorithm ,
please contact me on pm.ramy@hotmail.com

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

Successfully merging this pull request may close these issues.

2 participants