The PlatformPersistenceFailure is thrown when a platform persistence
operation fails due to a problem with the platform persistence service
infrastructure.
Pre-initializes the agent immediately after creation, causing the
agent to find the Service Root, extract references to various
services, obtain a unique AgentName from the Agent Naming
Service, and, when security is on, a VerifiableAgentName (VAN).
Invoke the processRuleSet so user can completely define the
process() behavior of this agent (and contained beans)
The AbleScriptAgent inputBuffer is passed to the processRuleSet (if any)
The processRuleSet outputBuffer (if any) is passed to the Agent's outputBuffer
This method performs the following steps:
initialize the population (first time only)
evaluate each chromosome and insert into the population
create new chromosomes and members using crossover/mutation operators
delete members of the old population to make room for new members
Invoke the behaviorRuleSet to process input buffer
The AbleRuleAgent inputBuffer is passed to the behaviorRuleSet (if any)
The behaviorRuleSet outputBuffer (if any) is passed to the Agent's outputBuffer
compute the difference between target and actual service levels
compute the control actions to take (if any)
set the tuning control values and propagate them to the target system
Process a single record from the input buffer
if in train mode, add info to the network
if in test mode, classify it and place the class index in the output buffer
Process the situation where neither timer nor Able event
processing is enabled in the event queue, but the event queue's
asynchronus thread of control has been started.
Processes the situation where neither timer nor Able event
processing is enabled in the event queue, but the event queue's
asynchronous thread of control has been started.
Call the RuleSet via the process() method, passing a list of
parameters via the bean's input buffer and returning the first
element of the bean's output buffer in outputList.
Handle property change events
If the current agent is turned on or off, enable/disable the step/cycle/run buttons
If a bean was added to an agent, create the view object and tree node
If a bean was removed from an agent, remove the view object and tree node