Skip to content

Column feature LP Age #257

Answered by gasse
benjadb asked this question in Questions
Sep 30, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @benjadb ,

I'm not sure which feature your refer to. Are you interested in the scaled_age feature from the NodeBipartite observation function ? You can find how this feature is calculated in Ecole, for both LP columns and rows, here:

out[idx(ColumnFeatures::scaled_age)] = static_cast<value_type>(SCIPcolGetAge(col)) / (n_lps + cste);

out[idx(RowFeatures::scaled_age)] = static_cast<value_type>(SCIProwGetAge(row)) / (n_lps + cste);

You can also look at SCIP's API for details about what the LP age means:
https://www.sc…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@benjadb
Comment options

Answer selected by benjadb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants