The CogMaximizer type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Evaluate | 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. |
See Also