CogMaximizer Evaluate EventCognex VisionPro 9.7
Occurs when the Execute method of CogMaximizer is run. Each time it is fired, the handler for this event must compute a Fitness value that corresponds to the supplied Position value. The Execute method continues to fire this event until it has determined which input Position value produces the highest output Fitness value (or until the event handler terminates the Execute method prematurely, by failing to set the Continue parameter to true.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax

public event CogMaximizerEvaulateEventHandler Evaluate

Value

Type: Cognex.VisionPro CogMaximizerEvaulateEventHandler
See Also