Phase events, init events and init progress events #835
Labels
enhancement
New feature or request
process/needs triage
Requires initial assessment of validity, priority etc.
Milestone
Currently the Solver(Manager) only support Best Solution events.
Motivation:
But some cases have multiple CH (or a custom + CH combo).
Some cases have multiple LS (or a custom + LS combo).
Yet, there is a clear way to distinguish those two types of phases: is the init score zero?
Concept proposals:
A) Phase event: get an event if a phase ends. Includes the score and a best solution clone. Does this already happen as a Best Solution Event?
B) Init event: get an event when the first best score with init score zero happens. Include the score the best solution clone. Typically this is at the end of the CH.
C) Init progress event: get an event every step the CH initializes another entity. Excludes the best solution clone (solution cloning is too expensive).
Let's go through some of these ideas in a design meeting.
The text was updated successfully, but these errors were encountered: