saealib.PostEvaluationEvent

class saealib.PostEvaluationEvent(ctx, provider, offspring=None)[source]

Bases: Event

Fired after true evaluation of selected candidates.

Parameters:
  • ctx (OptimizationContext)

  • provider (ComponentProvider)

  • offspring (Population | None)

offspring

The candidates that were evaluated with the true objective function. All individuals in this population have true objective values assigned.

Type:

Population or None

Methods

Method Details

PostEvaluationEvent.__init__(ctx, provider, offspring=None)
Parameters:
  • ctx (OptimizationContext)

  • provider (ComponentProvider)

  • offspring (Population | None)

Return type:

None