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

.tdat logs with constraints record different measures in the 5th column #13

Open
nikohansen opened this issue Nov 25, 2024 · 0 comments

Comments

@nikohansen
Copy link
Contributor

In the last line, the 5-th column of the .tdat files seems to contain different information compared to the other lines which is hinted to in the annotation best measured fitness or single-digit g-values, e.g.

% f evaluations | g evaluations | best noise-free fitness - Fopt (7.189390998656e+02) + sum g_i+ | measured fitness | best measured fitness or single-digit g-values | x1 | x2...
1 0 +5.747739548e+04 +2.065461870e+00 999990909 +3.3233e+00 +5.2572e-01 +4.5754e+00
2 1 +5.747739496e+04 +2.065461870e+00 999990909 +3.3233e+00 +5.2572e-01 +4.5754e+00
3 2 +5.747739496e+04 +2.065461875e+00 999990909 +3.3233e+00 +5.2572e-01 +4.5754e+00
   [...]
80 79 +8.998087210e-01 +7.189365161e+02 770680700 +1.3360e+00 +2.1096e+00 +2.1688e+00
89 88 +2.642754885e-02 +7.189393097e+02 560070500 +1.3360e+00 +2.1096e+00 +2.1688e+00
93 92 +2.780537419e-03 +7.189418804e+02 +7.189418804e+02 +1.3360e+00 +2.1096e+00 +2.1688e+00

("best measured fitness" seems to refer to f - f* + factor * sum g_i).

It seems that writing different data types in a single column makes processing the data unnecessary challenging?

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

1 participant