aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 7 forks source link

Return metric names to `OptHistory` #6

Closed MorrisNein closed 1 year ago

MorrisNein commented 1 year ago

Earlier, histories stored the objective, which contained information about metrics used during the optimization. FEDOT.Web relied on this field to get metric names.

Thus, metric names should be placed in a separate named field of OptHistory.

gkirgizov commented 1 year ago

Seems reasonable to have metric names in OptHistory,, so that it had self-sufficient information for understanding