GOLEM icon indicating copy to clipboard operation
GOLEM copied to clipboard

Add tuning history to OptHistory

Open MorrisNein opened this issue 1 year ago • 5 comments

Adds an option to save graph to OptHistory after each objective evaluation in the process of tuning (Solves #226).

Allows tuners to work with Individual and Fitness for graphs comparison & history saving.

Changes OptHistory fields:

  • adds tuning_result
  • renames final_choices -> evolution_results
  • renames archive_history -> evolution_best_archive

Allows histories backward compatibility.

Fixes previously unknown bug with multi objective tuning.

MorrisNein avatar Oct 25 '23 23:10 MorrisNein